Форуми / Cotonti / Extensions / X-Tra pics

DemptD
#22939 16.02.2010 03:59
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;
			}
	}
}