cotonti.com : X-Tra pics https://www.cotonti.com Последние сообщения в теме Cotonti en Thu, 23 Oct 2025 18:58:03 -0000 foxhound I tried the to add this:
<script type="text/javascript">jQuery.noConflict();</script>
in my header as suggested here:
http://www.cotonti.com/forums.php?m=posts&p=10312&highlight=PROTOTYPE.JS#10312

But to no avail. Not sure if you found a way around it or wether you just disabled Jquery on your website.]]>
вс, 14 мар 2010 19:26:14 -0000
DemptD вт, 16 фев 2010 05:30:02 -0000 Trustmaster
$dir = opendir($folder);
while(false !== ($file = readdir($dir))){
	for ($i = 0; $i < count($xt); $i++){
Line 122------>		if (preg_match('#\.'. $xt[$i] .'$#', $file)){
			$files[] = $file;
			}
	}
}
]]>
вт, 16 фев 2010 05:11:09 -0000
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;
			}
	}
}
]]>
вт, 16 фев 2010 03:59:41 -0000