Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - oopss

#1
Hello,
Would it be possible to have an API check with the bot?
Indeed each GuildWars 2 player has an API key. https://wiki.guildwars2.com/wiki/API:Main
I would be interested that via a command of the bot, it allows the player to be validated on my TS server according to his world.
Some TS bot do it but I never managed to find it and it works so well that I think it would be interesting to implement it.
If it interests someone, tell me.

Sorry for my average english
#2
Hello,

I have a probleme to connect the bot to my teamspeak. (The web server and the server Teamspeak is the same server).

Il have take the whitelite to Telnet

telnet_whitelist = 127.0.0.1 37.187.7.54


I have a rule for my iptable

iptables -t filter -A OUTPUT -p tcp --dport 5873  -j ACCEPT
iptables -t filter -A INPUT  -p tcp --dport 5873  -j ACCEPT


but my log :

TELNET_START    Query Interface started on port 5873!
2017-06-27 12:36:34     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:36:45     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:36:56     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:07     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:18     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:29     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:40     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:51     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...


But i not understand why :-(

Thanks
Sorry for my English ^^