Quote:
Originally posted by JBMoney
In my case, it was a matter of chmod'ing ALL the subdirectories, not just Alice's subdirectories, but also the subdirectories of Alice's subdirectories to 777.
I tend to read directions literally, and not try to read things into them. In this case, you need to.
|
Sweet!
Thank you - I managed to run botloader with no errors after chmoding EVERY directory to 777.
I am still geting the following error when posting a new thread:
Warning: fopen("http://www.athlonarena.com/forums/upload/alice/src/talk.php?input=will+you+ever+work%3F", "r") - No such file or directory in /usr251/home/banderse/public_html/forums/upload/tomstalkerbot.php on line 46
Warning: fread(): supplied argument is not a valid File-Handle resource in /usr251/home/banderse/public_html/forums/upload/tomstalkerbot.php on line 47
Warning: fclose(): supplied argument is not a valid File-Handle resource in /usr251/home/banderse/public_html/forums/upload/tomstalkerbot.php on line 48
Here is line 46-48 in tomstalkerbot.php:
$ff = fopen($ttb_alicelocation . "?input=" . urlencode($rss),"r");
$response = fread($ff,10000);
fclose($ff);
I have checked that the alicelocation is correct and tomstalkerbot.php is uploaded to my root (forums/upload). I am only able to get smiley reply's and only the first time (no second reply of any kind in the same thread).
Any hints?