cotonti.com : T3 Database tools https://www.cotonti.com Son konu mesajları Cotonti en Tue, 21 Oct 2025 17:45:06 -0000 Sergeich Use Sypex Dumper

]]>
Cum, 24 Şub 2012 10:35:55 -0000
Dave Hi, i dont know if any1 have ever managed to get int 100% working in the genoa or even use it, but i did.

Fixed: Deprecated: Function ereg() is deprecated, nothing much but i wanted to share :p

Im useing it since the seditio, it was always 1st thing i was uploading after "fresh" instalation, i didnt find it here: http://www.cotonti.com/forums?m=posts&q=6022 but maybe some1 will use it. 

Its working on my site (genoa 6.21.0) and i didnt noticed any other errors yet;

http://www.cotonti.com/datas/users/t3-dbtools_387.rar

-Dave

PS.

if (ereg("<?php",$v)) 
{
   $v = str_replace("<?php","" , $v);
}

replaced with:

 

if (preg_match('/<?php/',$v)) 
{
   $v = str_replace("<?php","" , $v);
}
]]>
Per, 23 Şub 2012 22:36:34 -0000