.:: Dont know WTF ive done, Plz help ::.

benyamen

New Member
Ok so install my nulled vbulletin forum that was up and running then i downloaded a theme on here and after that i installed a few mods and addons like kbank vblog ad management, but today i get this message and dont know what to do or wat the problem is so plz help me :

Fatal error: Call to undefined function GlobalStartCode() in /home/****/public_html/forums/admincp/global.php(243) : eval()'d code on line 2
 
yh the problem started after i installed kbank, but i cant login to admincp when i do i get that message, do you know how i can disable kbank or do i have to remove kbanks files from the server??
 
Edit your config.php putting this code:

Code:
define('DISABLE_HOOKS', true);

right under the <?php line. You should then be able to log into your admincp where you can uninstall the mod. Then remove all the associated files and either remove or comment out that code to re-enable the rest of your mods.
 
Grinderhand said:
Edit your config.php putting this code:

Code:
define('DISABLE_HOOKS', true);

right under the <?php line. You should then be able to log into your admincp where you can uninstall the mod. Then remove all the associated files and either remove or comment out that code to re-enable the rest of your mods.

Ok thanks, will give it a try
 
Back
Top