ok i installed the hack the problem is that when i ran the cron for the first time it gave me the error:
Code:
Warning: main(): Unable to access ./includes/cron/maf_cron.php.php in /rashy/cronadmin.php on line 56
Warning: main(./includes/cron/maf_cron.php.php): failed to open stream: No such file or directory in /rashy/cronadmin.php on line 56
(my admincp dir is called rashy and i set this value in the hack config.)
so i went through the cron and saw this:
PHP Code:
// ## Grabs global.php this grabs vbulletins global.php so we can use the most basic of vBulletins functions ##
chdir('FULL FORUMS PATH HERE'); //change to your vbulletin path
chdir("K:/Network/xampp/htdocs/forums/"); //change to your vbulletin path
so, what do you mean by full forums path? do you mean
http://www.mysite.com/forums/
or
bin/user/public_html/ ?
i tried the latter by it didn't work...
what to do?
and im sorry for my awful coding skills but why did you wrote two chdir()s
one right after the other?