BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Anarchy Online Archive => BeBot 0.4 support => Topic started by: nyteshade on December 16, 2007, 08:01:14 am

Title: php_sockets.dll failed
Post by: nyteshade on December 16, 2007, 08:01:14 am
 
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.
Title: Re: php_sockets.dll failed
Post by: Alreadythere on December 16, 2007, 11:57:23 am
You have to adapt the extension_dir line in your php.ini, it has to point to the right directory. The default is extension_dir = ./php_extension/.
Title: Re: php_sockets.dll failed
Post by: nyteshade on December 16, 2007, 06:35:37 pm



; Mainly for windows where additional modules are always required
extension_dir = ./php_extension/


is what it says. I know absolutly nothing about what I'm doing or php or anything to do with coding anything for that matter. I learn quickly I suppose as long as it's watered down enough
Title: Re: php_sockets.dll failed
Post by: Alreadythere on December 16, 2007, 07:53:17 pm
Copy the php files and directories in the same directory as bebot, should work then.
SimplePortal 2.3.7 © 2008-2024, SimplePortal