/var/list/ description 597 168 # Sideeffect: fills $list and $description # img_format img_format_href #
' .'' .' height= alt="%s" border=0>' .'' .'
'; $img_format = '

' .' height= alt="%s" border=0>' .'
'; $dir = dir ("."); $months = array (); while ($dentry = $dir->read()) { if ($dentry != "." && $dentry != "..") { $list[] = $dentry; if (is_file ("/$dentry/")) { if (($f = fopen ("/$dentry/", "r"))) { $description[$dentry] = fgets ($f, 255); fclose ($f); } } } } $dir->close(); sort ($list); ?>
# Make an overview about all similar files # .png")) { if (strlen ($description[$list[$i]])) { if (strlen ($description[$list[$i]]) > 50) { printf ("

%s

", $description[$list[$i]]); } else { printf ("

%s - %s

", $list[$i], $description[$list[$i]]); } } else { printf ("

%s

", $list[$i]); } printf ($img_format_href, ".php?list=$list[$i]", "$list[$i]/$list[$i]-.png", $list[$i]); } } ?>

Lists Statistics for list

Total Subscribers

\ \" height=\"\" alt=\"[%s]\" border=\"0\">

", $list, $list, $list); printf ("

\" height=\"\" alt=\"[%s]\" border=\"0\">

", $list, $list, $list); printf ("

\" height=\"\" alt=\"[%s]\" border=\"0\">

", $list, $list, $list); ?>

Posting Frequency

\ \" height=\"\" alt=\"[%s]\" border=\"0\">", $list, $list, $list); ?>
# Local variables: # mode: indented-text # mode: auto-fill # end: