Forumlar / Cotonti / Extensions / T3 Database tools

Dave
#1 2012-02-23 22:36

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);
}
Your advertisement here :-)

Cotonti Genoa based site: forgotten-garage.pl
Sergeich
#2 2012-02-24 10:35