Quote:
Originally posted by jeffj
your problem is the line below //Enter....
it should be
PHP Code:
chdir('/home/pkrwud/public_html/vbulletin');
it looks like you just typed over what he has in the original distribution of the hack. It's probably a good idea for you to pick up a PHP manual to get a feeling for the syntax of the langauge. It always comes in handy because that way you can understand why the developer did things in a certain way. I often make mods to hacks to tailor them to my own forum's specific needs.
I hope this helps you out... this is the best hack I've ever installed.
|
You helped me big time! Thank you!!!
Since we're on a roll, why do you think I'm getting this error when I copy and paste the part for weather (see a couple posts back):
Parse error: parse error in /home/pkrwud/public_html/vbulletin/admin/functions.php on line 812
Fatal error: Call to undefined function: vbsetcookie() in /home/pkrwud/public_html/vbulletin/admin/sessions.php on line 205
Thanks again!