Like i told you mate, if your windows doesnt allow you to allow/disable programms and add exceptions, then there is no sense using this windows system mostly, windows 2003 tends to have windows firewall advanced security where you enable/disable ports which is an easy solution, but remember, if you are doing it in your PC home, then you need also router/modem portforwarding, i remember you posted a screenshot of trying to portforward, just do it again with proper ports 44405/55901 TCP or Both types, run your server, go to canyouseeme.org and check, if still not correct, are u usre u are portforwarding on your correct lan IPv4 IP?
Also this
Code:
[Connection]
ServerPort = 14382
JoinServerIP = 192.168.0.102
JoinServerPort = 55110
DataServer1IP = 192.168.0.102
DataServer1Port = 55960
DataServer2IP = 192.168.0.102
DataServer2Port = 55962
ExDBServerIP = 192.168.0.102
ExDBServerPort = 55906
RankingServerIP = 192.168.0.102
RankingServerPort = 44455
EventServerIP = 192.168.0.102
EventServerPort = 44456
change with this
Code:
[Connection]
ServerPort = 55901
JoinServerIP = 127.0.0.1
JoinServerPort = 55970
DataServer1IP = 127.0.0.1
DataServer1Port = 55960
DataServer2IP = 127.0.0.1
DataServer2Port = 55962
ExDBServerIP = 127.0.0.1
ExDBServerPort = 55906
RankingServerIP = 127.0.0.1
RankingServerPort = 44455
EventServerIP = 127.0.0.1
EventServerPort = 44456
then in mapserverinfo configs
change this
Code:
<mapserver>
<serverlist>
<server servercode="0" group="0" init="1" ip="192.168.0.102" port="14382"/>
<server servercode="1" group="0" init="1" ip="192.168.0.102" port="14482"/>
</serverlist>
to this
Code:
<mapserver>
<serverlist>
<server servercode="0" group="0" init="1" ip="192.168.0.102" port="55901"/>
<server servercode="1" group="0" init="1" ip="192.168.0.102" port="55919"/>
</serverlist>
Oh and most important thing, if you are opening ports and want ur server online you dont have to use 192.168.0.102 anymore
so change this IP everywhere you edited like server files and client with your
GLOBAL IP and then u can see more accurate results.
restart server/ re-check.