[
More
]
Code:
<? print("
Icons
"); srand(time()); $d = opendir("/web/img/icons/"); while($f = readdir($d)){ if($f=="."||$f=="..") continue; $list[] = $f; } closedir($f); shuffle($list); for($i=0;$i<10;$i++){ $n = $list[$i]; print("
"); } print("
[
More
]"); ?>