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)) replaced with:
if (preg_match('/<?php/',$v))
{
$v = str_replace("<?php","" , $v);
}
Your advertisement here :-)
Cotonti Genoa based site: forgotten-garage.pl |
Sergeich |
|
---|---|
Use Sypex Dumper |