I almost have to laugh. I make a request and no one responds or states that they are interested in it either. When I say that I figured it out, I get 2 requests from others that are interested and then someone posts how to do it FOR me.
Where were you people when I needed you BEFORE I figured it out?!?!?!?
Anyway... thanks mrogish for posting that. Saves me some typing.
When I did the above the first time it worked until the global.php required the admin/config.php which is puked on. So to fix that I did the below:
Code:
chdir("/path/to/boards");
require("/path/to/boards/global.php");
The chdir tells the script to start thinking it's in that new directory. And for some reason I couldn't get mine to work until I put the full path to the global.php as well.
Hope that helps if you have the same problem as I do.
Next time, speak up if you want a similar feature... it encourages the hackers to respond more then if it's just a single person