BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => BeBot 0.2 support => Topic started by: Upupa on April 22, 2005, 05:01:54 pm
-
Hello,
I have followed the instructions for making a raidbot.
WARNING!! I am a computern000b WARNING!!!
Ok, I downloaded those php files to the same directory as the rest of all bebot files. When I run cmd (after finding right directory) I get a spam of "AOChat class needs the Sockets extension to work. "
Where do I start to look for errors???
-
open up your php.ini file in the bot dir, and add the line
extention=php_sockets.dll
if you're still having problems, check out this thread.
http://bebot.fieses.net/viewtopic.php?t=34
-
Thank yo for the support.
I removed all the files and installed it again. Now I encountered some other problems:
1) In the MySQL.conf I need to add a server and what I understand from my MySQL - database it should only be "localhost"...or should I add my domain adress www.xxx.se? The webhotel use phpMyAdmin for administrate MySQL.
2) When I run cmd and then type php start.php my start.php files open and then noting happens. why?
-
I still face this problem. the start.php file opens and then..nothing..happens.
Any clue where it can be wrong?
-
What platform are you using? I had the problem you had in the beginning but the latter is unique....i may be able to help tho :)
-
hmm, platform..that is this I guess:
OS = XP
PHP, the one dowloaded here.
Using phpMyAdmin 2.6.1-pl2 for the SQL-database. It says "MySQL 4.0.23-standard". I have made a accont there and managed to upload the item database. It is a service that come with a domain I bought (wanna learn about making homepages) and I am a bit unsure what adress it uses, the MySQL that is. I have written "localhost" in my MSQL.conf file.
-
are you running the bot on the same comp as your bot? if so your MySQL.conf file should look something like this
<?
$dbase = "[database you assaigned]";
$user = "root";
$pass = "[rootpass here]";
$server = "localhost";
?>
however, i had to actually make another user and give him permissions over the dbase for it to actually work
-
What I think Ltes mean to say is that if the MySQL base runs on same comp as the bot you can use "localhost", if not you have to add the adress in $server =
-
What I think Ltes mean to say is that if the MySQL base runs on same comp as the bot you can use "localhost", if not you have to add the adress in $server =
Ahh, that explained things:P
My bot runs at my own computer but the MySQL runs somewhere else..it says "localhost" but I can“t understand what that is. next step will be a e-mail to my domain-provider then.