cotonti.com : T3 Database tools https://www.cotonti.com Laatste forum onderwerpen Cotonti en Thu, 29 Jan 2026 02:15:24 -0000 Sergeich Use Sypex Dumper

]]>
Vr, 24 Feb 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);
}
]]>
Thu, 23 Feb 2012 22:36:34 -0000