0.0.0.0 IP

Kuya Jeo

New member
Messages
596
Points
0
Emulator
I restarted the server then i got disconnected and i found this
 

[info]: Connection request of the char-server 'Server Name' @ IPADDRESS:6121 (account: 'username', pass: 'password', ip: '127.0.0.1')
[Notice]: Authentication accepted (account: username, id: 1, ip: 127.0.0.1)
[info]: 'PLAYERNAME' logged in. (AID/CID: '2001214/153185', IP: '0.0.0.0', Group '0')
 
i restarted the server 100x but always appearing that , IP: '0.0.0.0' then server stop and cannot login into the server
 
Yes, autotraders appear as 0.0.0.0, since they are not actual players(so we cannot get their ip)

 
Last edited by a moderator:
@Dastgir @kyeme yes how can i remove them? it making me dumb

EDIT :

even i changed the group id from 0 to 1 then that autotrader keep logging, when i return it the group id into 0 still it keeps logging.

i restarted the VPS same problem

another problem is
our phpmyadmin is down after the vps rebooted, even if we start it

service mysqld start

service httpd start

 
Last edited by a moderator:
src/config/core.h

#define AUTOTRADE_PERSISTENCY

comment it and compile, and autotraders won't bother you..

for PhpMyAdmin, i don't know how you installed it, but if you have installed it normally, starting httpd is enough

chkconfig httpd on
 
^ Above command will start httpd as vps boots

 
src/config/core.h

#define AUTOTRADE_PERSISTENCY

comment it and compile, and autotraders won't bother you..

for PhpMyAdmin, i don't know how you installed it, but if you have installed it normally, starting httpd is enough

chkconfig httpd on
 
^ Above command will start httpd as vps boots
that solve but not cannot login in the server

Solved, thank you
default_smile.png
i just reboot again the VPS

 
Last edited by a moderator:
Back
Top