Im gettin gthis error when trying to access any modules after installing admin secure
Fatal error: Call to undefined function: stripos_clone() in /home/lizardmd/public_html/bse/modules.php on line 28
any ideas ? we are just trying to rebuild the site after a hacking
jasonvw Sergeant
Joined: Jan 07, 2004
Posts: 127
Location: Metamora, MI
Posted:
Sun Aug 15, 2004 10:55 am
ahh i remember that problem well, happened to me. You are using a chatserv enhanced nuke package it seems. add this to the bottom of your php-nuke mainfile.php right before the last admin secure code.
Code:
function stripos_clone($haystack, $needle, $offset=0) {
return strpos(strtoupper($haystack), strtoupper($needle), $offset);
}
_________________ I will not surrender though I may be the last. If I am taken I pray that I may have enough strength to spit upon my enemy.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum