| DemptD |
|
|---|---|
|
http://neocrome.net/page.php?id=2340
Is not working anymore... Deprecated: Function eregi() is deprecated in /httpd.www/plugins/extrapics/extrapics.php on line 122 $dir = opendir($folder);
while(false !== ($file = readdir($dir))){
for ($i = 0; $i < count($xt); $i++){
Line 122------> if (eregi("\.". $xt[$i] ."$", $file)){
$files[] = $file;
}
}
} |