isn't there still someone to help/check what I made wrong? everything is running well but I can't see any serverlist in login game. please really need help a lot. I tried during 2 weeks every sigh of intructions but at any rate couldn't see any client serverlist
It might be your web server isn't running properly (or you changed something in the EndPoint.txt files) or some other program is already using your port 80.
So first make sure your web server is running (wamp, xamp, easyphp, IIS or whatever you are using).
Then check the content of your web folder, you should have
To view the content, you need to sign in or register
(except for the iis files) with each *x-GM folder containing
EndPoint.txt and
ShopList.aspx.
In your
EndPoint.txt files, if you didn't change anything, you should point to the IP
"127.0.0.1" "27015".
If your webserver is running and the content of your web folder is OK, then you should see a server in the server list.
If you still have issues,
some fix here could help you (Check the
Client Maintenance/Can't login part).
Depending on the webserver you use, some other program might already use the port 80. I had this problem, I was using EasyPhp and couldn't start my webserver since the port was already in use by a system task (which was actually IIS). So I switched to using IIS instead as a webserver and it solved my problem.