Archive > BeBot Hyborian support

AOCchat not expecting login

(1/2) > >>

Mildar:
after latest patch i am getting AOCchat not expecting login. any help? i am running server on windows so cannot use solution at start of the topic from 2006
I tried to upgrade bot to newest version nad it started to write just:

--- Code: ---Tubar [LOGIN]   [STATUS]        Connecting

Warning: Could not connect to the AOC Chat server (proddm03.ams.ageofconan.com:7008): Nemohlo b?t vytvo°eno ×ßdnÚ p°ipojenÝ, proto×e cÝlov? po?Ýta? je aktivný odmÝtl.
 in C:\Program Files\PHP\Sources\AOChat.php on line 220
Tubar [CONN]    [ERROR] Can't connect to server. Retrying in 60 seconds.
--- End code ---
to translate you the thing after proddm03.ams.ageofconan.com:7008: Can't be made any connection because target computer did actively refused

Iheaca:
Got exactly the same error, just different address.

Mildar:
Okay i solved it. old proddm03.ams.ageofconan.com do not work anymore so you must at source/bot.php change your server adress to IP. so for example (i am at Aqulilonia server) you cange this:

--- Code: --- case "Aquilonia":
$server = "proddm03.ams.ageofconan.com";
$port = 7047;
break;
--- End code ---
into this
--- Code: --- case "Aquilonia":
$server = "213.244.186.134";
$port = 7047;
break;
--- End code ---

Temar:
proddm03.ams.ageofconan.com is pointing to 213.244.186.135
so 1 num dif
im going to check all auropian (what i have access to) and update the bot

Temar:
ok after testing my self you are right about the IP but wrong about the port, its 7008

Navigation

[0] Message Index

[#] Next page

Go to full version