BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => BeBot 0.2 support => Topic started by: drain on January 17, 2006, 07:34:46 pm
-
Hi, I'm trying to setup bebot as a raidbot on a machine using windows xp (professional)
I have downloaded and installed the programs linked in the download section:
bebot v. 0.2.2
php v. 5.1.1
mysql v. 4.1
mysql-administrator v. 1.0
Ive followed the guide for setting up the different php config files and uploaded the items.sql file to a sql database.
When i try to start it (php start.php) i get the following error:
C:\php>php start.php
[2006-01-24 17:52:47] [CORE] [LOAD] Admin.php
[2006-01-24 17:52:47] [CORE] [LOAD] Alts.php
[2006-01-24 17:52:47] [CORE] [LOAD] BotHelp.php
[2006-01-24 17:52:47] [CORE] [LOAD] Online.php
[2006-01-24 17:52:47] [CORE] [LOAD] Que.php
[2006-01-24 17:52:47] [MOD] [LOAD] About.php
[2006-01-24 17:52:47] [MOD] [LOAD] AutoInv.php
[2006-01-24 17:52:47] [MOD] [LOAD] AutoMsg.php
[2006-01-24 17:52:47] [MOD] [LOAD] Bid.php
[2006-01-24 17:52:47] [MOD] [LOAD] Bio.php
[2006-01-24 17:52:47] [MOD] [LOAD] Calc.php
[2006-01-24 17:52:47] [MOD] [LOAD] Callers.php
[2006-01-24 17:52:47] [MOD] [LOAD] Countdown.php
[2006-01-24 17:52:47] [MOD] [LOAD] Glyph_RAID.php
[2006-01-24 17:52:47] [MOD] [LOAD] Is.php
[2006-01-24 17:52:47] [MOD] [LOAD] Items.php
[2006-01-24 17:52:47] [MOD] [LOAD] Level.php
[2006-01-24 17:52:47] [MOD] [LOAD] MassMsg.php
[2006-01-24 17:52:47] [MOD] [LOAD] News.php
[2006-01-24 17:52:47] [MOD] [LOAD] Oe.php
[2006-01-24 17:52:47] [MOD] [LOAD] Points.php
[2006-01-24 17:52:47] [MOD] [LOAD] PrivGroup.php
[2006-01-24 17:52:47] [MOD] [LOAD] Raffle.php
[2006-01-24 17:52:47] [MOD] [LOAD] RaidTime.php
[2006-01-24 17:52:47] [MOD] [LOAD] Rally.php
[2006-01-24 17:52:47] [MOD] [LOAD] Roll.php
[2006-01-24 17:52:47] [MOD] [LOAD] Rooster_RAID.php
[2006-01-24 17:52:47] [MOD] [LOAD] Rules_RAID.php
[2006-01-24 17:52:47] [MOD] [LOAD] Server.php
[2006-01-24 17:52:47] [MOD] [LOAD] Shutdown.php
[2006-01-24 17:52:47] [MOD] [LOAD] Target.php
[2006-01-24 17:52:47] [MOD] [LOAD] Time.php
[2006-01-24 17:52:47] [MOD] [LOAD] TowerAttack.php
[2006-01-24 17:52:47] [MOD] [LOAD] Whois.php
[2006-01-24 17:52:47] [LOGIN] [STATUS] Connecting
Warning: Could not connect to the AO Chat server (chat3.d1.funcom.com:7012): No
connection could be made because the target machine actively refused it.
in C:\php\AOChat.php on line 175
[2006-01-24 20:18:10] [LOGIN] [STATUS] Authenticateing
AOChat: not expecting authentication.
Anyone have any suggestion on what i should try?
All help appreciated:)
-
Which version of AOChat.php are you using? You can find that info in the php file at the top.
-
hi, im using the verision that is supplied with bebot 0.2.2, info taken from aochat.php:
* $Id: AOChat.php 36 2005-12-13 00:14:49Z shadowmaster $
*
* Copyright (C) 2002-2005 Oskari Saarenmaa <[email protected]>.
*
* AOChat, a PHP class for talking with the Anarchy Online chat servers.
* It requires the sockets extension (to connect to the chat server..)
* from PHP 4.2.0+ and either the GMP or BCMath extension (for generating
* and calculating the login keys) to work.
I found khalem's post about a solution for a similar error, but it seems the solution is only for linux users and not for windows users as i understand it?
-
Yes that would be correct. If your running on Windows use php 4, not 5. And try using the version of AOChat.php listed here http://bebot.link/index.php/topic,203.0.html instead of the old one in the bot distro.
-
Finally got to bot started and ready to go:) thanks for helping me out
The only thing i really have a problem with now is beeing able to use the bot..
whenever i try a command i get the following respons:
I only listen to members of this bot.
Ive registered my main char as a superadmin in the bot.conf file but that doesnt seem to be enough.
Is there any other way that i can manually set my playing char as member of the bot?
The bot is set to be a raidbot btw.
-
/tell botname !member charname
Do that on your superadmin.
-
ty, works as a charm now, just need to learn it, thanks again for the help:)