|
/
Help
Help
Main blobsy bot problems:
Bot Won't sign in.
- Check that the tmp directory is chmoded to 777.
- Check that the correct path to PHP is set in the blobsy config file.
- Make sure you have entered the correct account name and password into the bot's config file.
- Make sure the server you are running your bot on does not block port 1863.
- Make sure that CURL is working properly. Create a test php file with command curl_init(); You should enable curl in PHP.INI if you receive a fatal error.
- Make sure that BCmath is working. (--enable-bcmath, chl.obj.php:240)
See: Blobsy FAQ
|