I followed everything the wiki said, although I suppose if I have a problem... I missed something?
I've unrared the BeBot into a folder in C:/ and I installed PhP also at C:/
I changed the Startbot.php:
/*
This default should work for Windows installs where php is installed to the bot directory.
*/
$php_bin = "C:\php\php.exe";
$php_args = " -c ./ ";
$main_php = "Main.php";
php_sockets.dll failed. Sockets extention required to run this bot error line 76 is all I keep getting. If I do anything else and try to start the bot I see it open quick and that's it, it closes before it does anything. Error logs aren't saying a whole lot either. I'm about to give up.