Archive > BeBot 0.2 support

So confused....

(1/2) > >>

Greel:
I'm confused.  I went to install bebot.  Following the directions was easy until I got to starting the bot.  This is what I did.
1)Went to start bot, a whole lot of nothing happened.
2)Downloaded and installed the updated version of php.
3)Made sure I installed it into the directory where bebot is installed.
4)followed your directions and got the following message, again, and again:
Php4 is not recognized as an internal or external command, operable program, or batch file.

I would definitely like to check out the raidbot, but Im having a devil of a time getting it going.
--Greel

Blondengy:

--- Quote ---- start.php

Only two changes need to be made here. Set $php_bin to the binary php file. If you start the bot from the same directory as the php binary ("php.exe" under windows) you can just enter the name. Otherwise you will have to enter the name and path of where the binary is located.
Set $main_php to the location of the "main.php" file. Once again you can just enter "main.php" if you're starting the bot from the directory its in.
--- End quote ---


Open the start.php in any text editor and change this line:
$php_bin = "php4";

To this line:
$php_bin = "php.exe";

It should then work with no problems. ;)

Greel:
Next problem :shock:

<b>Notice</b>:  Use of undefined constant chat - assumed 'chat' in <b>C:\Documen
ts and Settings\JJ\My Documents\bebot_v0200\bebot\conf\Bot.conf</b> on line <b>3
3</b><br />
AOChat class needs the Sockets extension to work.
Content-type: text/html
X-Powered-By: PHP/4.3.10

Blondengy:
Changes in the Bot.conf:
$log = chat;

Change that to
$log = "chat";

Also make sure you have the sockits extension installed.
If you have the dll (assuming you're using windows) there but its still not working check your php.ini. You will most likely see a line like this:
;extension=php_sockets.dll

Which you should change to this:
extension=php_sockets.dll

Greel:
I made the changes you listed above.  

Next error:
AOChat class needs the Sockets extension to work.
Content-type: text/html
X-Powered-By: PHP/4.3.10

Navigation

[0] Message Index

[#] Next page

Go to full version