BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: seknetari on August 07, 2011, 05:42:55 am
-
I try to run Bebot, but I have two issues:
1. I cannot connect to the server. I have tried the IP I get with netstat, including the ports. This is the message I get:
Warning: Could not connect to the AOC Chat server (208.82.193.59:7010): No conne
ction could be made because the target machine actively refused it.
in C:\Bebot\Sources\AOChat.php on line 204
Rosy [LOGIN] [STATUS] Authenticating
AOChat: not expecting authentication.
------------------
AND,
2. Do I need to worry about these messages, and if so, what do I do to fix them.
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\modules\IRC.php on line 638
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\SmartIRC.php on line 1158
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\SmartIRC.php on line 1184
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\SmartIRC.php on line 1219
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\SmartIRC.php on line 1321
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\SmartIRC.php on line 1595
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\IRC\messagehandler.php on line 49
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\IRC\messagehandler.php on line 60
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\IRC\messagehandler.php on line 318
Deprecated: Assigning the return value of new by reference is deprecated in C:\B
ebot\Sources\IRC\messagehandler.php on line 366
------------------------------------------
Any help would be greatly appreciated.
-
Please don't reply to this post concerning the connection issue above. I have re-installed Bebot and now have a different issue:
Warning: socket_read(): unable to read from socket [10053]: An established conne
ction was aborted by the software in your host machine.
in C:\Program Files (x86)\Bebot\Sources\AOChat.php on line 311
Read error: An established connection was aborted by the software in your host m
achine.
I looked around for a solution, but I couldn't find one. :(
Again, any help would be greatly appreciated.
-
I keep replying to myself. Dunce that I am, I missed this thread: :-[
http://bebot.link/aoc-0-6-support/cant-get-the-bot-to-work-after-today%27s-patch-%282-07%29/
I seem to be logged in. I have another issue, but perhaps I will start a new thread for that one.
Although, I am still curious about the DEPRECIATED stuff. Do I have to worry about that, or is it just like the definition says, it may not work with newer versions of PHP but for now I am fine?
Thanks for looking.
-Sek
-
DEPRECIATED is just as the definition says. PHP is in the process of changing the way something is being done, so it throws a warning if you use the old methods. Nothing you need to worry about, issue for active BeBot developers to address.