Hi Deviation,
I still get the same error
Warning: main(./global.php): failed to open stream: No such file or directory in /home/content/x/c/e/userid/html/Vbulletin/vB.Sponsors/link.php on line 32
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/content/x/c/e/userid/html/Vbulletin/vB.Sponsors/link.php on line 32
I copied the first few lines of link.php
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'link');
$phrasegroups = array();
$globaltemplates = array('GENERIC_SHELL');
$actiontemplates = array();
$specialtemplates = array();
/********************
* Modify this to reflect the path to you forums*/
chdir('/home/content/x/c/e/userid/html/');
require_once('./global.php');
$f_clean = $vbulletin->input->clean_gpc('g', 'f', TYPE_INT);
It is a good mod but I just need to get this to work and it would be perfect !
Cheers
V
|