[Linux-bruxelles] à cause d'une taille? Fwd:http://vinux.org.uk - Downloads - Latest - 2.0 - USB Edition(s)

Aldo info at brlspeak.net
Sam 12 Sep 19:56:06 CEST 2009


On Fri, Sep 11, 2009 at 11:19:44PM +0200, Laurent Léonard wrote:
[...]
> Si tu as accès au fichier fstab tu sauras quel est le système de fichier 
> utilisé. Mais vu que tu as posé des questions précédemment sur les droits des 
> fichiers, même si la supposition de son utilisation serait ridicule, ça 
> exclue vfat. À ma connaissance il n'y a pas de système de fichiers qui prenne 
> en charge la gestion des droits tout en ne prenant pas en charge les fichiers 
> de plus de 4 Go... De plus, même si c'était le cas, tu n'aurais pas pu écrire 
> la totalité de ton fichier !

Mon collègue qui a en fait l'accompte là-bas en Angleterre a contacté le 
hosteur:

<snip>
As expected they were not very helpful. They say that there is no
file size limit set and that if we want to make of the  changes to the
system you suggested we would have to pay for a dedicated server which
I cannot afford. They also said that they thought it was more likely
to be a PHP issue and that there is somekind of throttling policy that
stops the downloads of very large files if it will eat up all of the
bandwidth. 
We will just have to stick to
the 2GB limit for now, which isn't a problem for me, and it will make
other people making other versions think more carefully about what
they want to include/exclude.
</snip>

Donc comme tu dis il reste le truc du hacking mais comme c pas moi qui avait
écrit le code j'ai bcp de mal à savoir qu'en faire:
si qq'un se sent donc d'attaque (qu'il prennen note des pintes de bière que
je lui doit ultérieurement...), je colle l'orig.index.php et me fie à vos
suggestions.

Aldo.
 
-------------- section suivante --------------
Une pièce jointe autre que texte a été nettoyée...
Nom: orig.index.php
Type: application/x-httpd-php
Taille: 5981 octets
Desc: non disponible
URL: </pipermail/linux-bruxelles/attachments/20090912/bd950384/attachment-0001.bin>
-------------- section suivante --------------
<?php
$rep = dirname(__FILE__);
$tb_rep = array();

if($rep_handle = opendir("$rep"))
{

while (false !== ($ligne = readdir($rep_handle)))
{
if($ligne != "." && $ligne != ".." && $ligne != "index.php")
{
$tb_rep[$ligne]['taille'] = filesize($ligne);
$tb_rep[$ligne]['date_c'] = filectime($ligne);
$tb_rep[$ligne]['date_m'] = filemtime($ligne);
$tb_rep[$ligne]['date_a'] = fileatime($ligne);
}
}
closedir($rep_handle);
}
//print_r($tb_rep);
foreach($tb_rep as $key => $ligne)
{
$nom[$key] = $key;
$taille[$key] = $ligne['taille'];
$date_c[$key] = $ligne['date_c'];
$date_m[$key] = $ligne['date_m'];
$date_a[$key] = $ligne['date_a'];
}
array_multisort($nom, SORT_ASC, SORT_STRING, $taille, $date_c, $date_m, 
$date_a);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-US">
<head>
<base href="http://vinux.org.uk/downloads/old/2.0/USB-Edition/">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="author" content="OSvaLdo:~# La Rosa and Anthony Sales">
<meta name="keywords" content="acces, access, accessibilite, accessibility, accessible,
aangepast, aanpassing, adapte, adaptive, adaptive technology, aides adaptees,
alternate, Anthony Sales, auto-compile, autocompilatie, autocompilation, autocompile, autodetection, aveugle,
barrette braille, besturingssysteem, blind, blind user, blind users, blinde,
blindfriendly, blindheid, blindia, BlinDIA, BlinDIA Project, blindness, blindvriendelijk, Blinux, braille,
braille device, braille display, braille output, braille support, braille unit,
brailleleesregel, BRaiLleSPEAK, brl, BrlSpeak, brlspeak.iso, BrlSpeak.net, brlspeak.txt, brlspeak.zip,
BrlTty, cecite, channel, chat, chatroom, commandline, console, CVS, Debian, distributie, distribution, documentatie,
documentation, DOS, driver, drivers, edu, espeak, free, free software, FreshMeat, FSF, Gnome, GNU, GNU/GPL, GNU/Linux,
GPL, GRML, hulp, hulpmiddel, install, installer, ISO, Joe, learn, libre, ligne de commande, Linux-Directory, linux-fan, Linux, LinuxDevices, LinuxLinks, Live-CD, logiciel libre,
Lynx, mini-distributie, mini-distribution, open source, operating system, Orca, OS,
Osvaldo La Rosa, PC, pilote, pilotes, Pine, Posix, preconfig, preconfiger, revue d'ecran,
schermuitleesprogramma, screen reader, screen-reader, sortie braille, sortie vocale, SpeakUp,
speech, speech interface, speech support, speechfriendly, SpeechIO, spraak,
spraaksynthese, spraakvriendelijk, support braille, support vocal, systeme operatoire,
toegang, toegankelijk, toegankelijkheid, Tux, Ubuntu, USB, USB-stick, Vibuntu, Vinux, vision impaired, vision impairment, visually impaired">
<meta name="description" content="The VINUX (Vinux Is Not Ubuntu but gnu/linuX) Project Page at BLinuxman.net: an Ubuntu remix for the Visually Impaired!">
<link href="../../../../.misc/default.css" rel="stylesheet" type="text/css" 
title="default">
<link href="../../../../.misc/bigger.css" rel="alternate stylesheet" 
type="text/css" title="bigger">
<link href="../../../../.misc/smaller.css" rel="alternate stylesheet" 
type="text/css" title="smaller">
<title>http://vinux.org.uk - Downloads - Latest - 2.0 - USB Edition(s)</title>
</head>
<body>

<!-- Begin of nav-menu -->
<center><h4 class="xbgc"><b>
<a href="http://vinux.org.uk/index.php">Home</a> 
 <a href="http://vinux.org.uk/news/">News</a> 
 <a href="http://vinux.org.uk/faq/">FAQ</a> 
 <a href="http://vinux.org.uk/docs/">Docs</a> 
 <a href="http://vinux.org.uk/downloads/">Downloads</a> 
 <a href="http://vinux.org.uk/links/">Links</a> 
 <a href="http://vinux.org.uk/contacts/">Contacts</a>
</b></h4></center>
<!-- End of nav-menu -->

<!-- Begin of intro -->
<h1><center>
<a href="http://linux.softpedia.com/get/Adaptive-Technologies/Vinux-43337.shtml" target="_blank">VINUX</a>
</center></h1><br>
<h5><center>
A Customized Version of Ubuntu<br>
for Visually Impaired Users
</center></h5><br>
<h6><center>
Built by Tony Sales from the <a href="http://www.rncb.ac.uk" target="_blank">RNCB</a>
</center></h6><br>
<br>
<h5><center>
<a href="http://vinux-development.blogspot.com" target="_blank">VINUX-Development Blog</a> 
<a href="http://groups.google.com/group/vinux-development" target="_blank">VINUX-Development List</a>
</center></h5><br>

<!-- logo -->
<center>
<IMG SRC="../../../.misc/vinux.png" alt="The Vinux logo" WIDTH="144" 
HEIGHT="170" BORDER="0">
<A HREF="http://www.anybrowser.org"><IMG SRC="../../../.misc/anybrowser.jpg" 
ALT="Best Viewed With ANY Browser (logo)" WIDTH="88" HEIGHT="31" HSPACE="15" VSPACE="44" BORDER="0"></A>
</center><br>

<!-- update -->
<center>Last updated: Sep 11, 2009</center><br>
<center><?
    echo "Today, ";
    echo date ("l j F Y");
?></center><br>
<!-- End of intro -->

<hr>
<p><b><i> Downloads - Latest - 2.0 - USB Edition(s)</i></b></p>
<center> </center><br>

<!-- Begin of content -->
<table>
<!--<th>Type</th>-->
<th>Name</th>
<th>Size</th>
<th>Created</th>
<th>Modified</th>
<th>Last viewed</th>
<?php
foreach($nom as $value)
{
echo "<tr>\n";
echo "<td><a href=\"$value\">$value</a></td>\n";
echo "<td align=right>".$taille[$value]." bytes</td>\n";
echo "<td>".date("d/m/Y H:i:s", $date_c[$value])."</td>\n";
echo "<td>".date("d/m/Y H:i:s", $date_m[$value])."</td>\n";
echo "<td>".date("d/m/Y H:i:s", $date_a[$value])."</td>\n";
echo "</tr>\n";
}
?>
</table>
<!-- End of content -->

<br>
<hr>

<CENTER>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#e1e100"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0"
ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<input type=hidden name="restrict" value="English">
<INPUT type=submit name=btnG VALUE="Google search">
</td></tr></TABLE>
</FORM>
</CENTER><BR>

<center><b><i><a href="http://vinux.org.uk/">VINUX - Vinux Is Not Ubuntu but gnu/linuX</a></i></b></center><br>

<br><hr><br><br>

</body>
</html>
<!-- URL: http://vinux.org.uk -->


Plus d'informations sur la liste de diffusion Linux-bruxelles