Quote:
Originally posted by wintz
I`ve just installed this hack but i`m getting this error
Fatal error: Failed opening required './global.php' (include_path='.:/usr/share/php') in /home/blake/public_html/index.php on line 3
can anyone help please, thanks
|
At the very top of your index.php file you have inserted this code
PHP Code:
<?php
chdir("forums/");
require('./global.php');
?>
What is the URL to your vBulletin forums. If it is not yourdomain.com/forums then the above PHP will not work correctly. You will need to modify the second line (beginning with chdir) to the correct path to your forums from the new index.php file.
Darren