PDA

View Full Version : Users cannot join..


Maceblade
07-07-2012, 10:01 PM
Im not entirely sure what my issue is or maybe if im missing a port fwd but nobody can join my server. I have ports- 33-3308, 9079-9081, 5999-6000, 6999-7001, 8999-9001, all Forwarded. I can login just fine obviously but no one else can.

Any help would be greatly appreciated. Thanks :)

Capheus
07-08-2012, 03:42 PM
Going to need a bit more info to go on. Are they trying to join via "Host=eqemulator.net:5999" or through "Host=YerIPAddress:5999" ?

If its "Host=YerIPAddress:5999", make sure you haved added in all of their accounts with:

INSERT INTO tblLoginServerAccounts (AccountName, AccountPassword, AccountEmail, LastLoginDate, LastIPAddress) VALUES('Admin', sha('password'), 'admin@somewhere.com', now(), '127.0.0.1');

Maceblade
07-10-2012, 10:02 PM
I figured out what it was... I had my port as 7001 not 7100... Thanks :)