Hello pvpers,
after hard working on my server and website and modifying database now i only have to open server to public.
i'm hosting the server on my own computer and i have the website working for public and server log in is working well but, after log in people can not pass the servers list screen. Here is a photo of the error message.
I don't know how this possible, my server is working for me (Local PC) and the LAN PCs.
Launcher :
Code:
@ECHO OFF
START SFRAME /auth_ip:no-ip.address /auth_port:8841 /locale:ASCII /country:US /commercial_shop /cash /help_url_w:620 /help_url_h:633 /ghelp_url:"http://no-ip.address/help/" /guild.url:"http://no-ip.address/gicons/" /web_download:"no-ip.address" /guild_download.url:"/icons/" /rend
LANLauncher :
Code:
@ECHO OFF
START SFRAME /auth_ip:192.168.1.50 /auth_port:8841 /locale:ASCII /country:US /commercial_shop /cash /help_url_w:620 /help_url_h:633 /ghelp_url:"http://192.168.1.50/help/" /guild.url:"http://192.168.1.50/gicons/" /web_download:"192.168.1.50" /guild_download.url:"/icons/" /rend
gameserver.opt
Code:
S console.port:4515
S console._password:
S db.game.ip:192.168.1.50
S db.c.name:Arcadia
S db.c.server:192.168.1.50
S db.c.account:sa
S db.c._password:
S db.user.name:Telecaster
S db.user.server:192.168.1.50
S db.user.account:sa
S db.user._password:
S io.auth.ip:192.168.1.50
S io.ip_address:192.168.1.50
S io.port:4504
S game.server_screenshot_url:
S io.upload.ip:192.168.1.50
S io.upload.port:4617
S game.guild_icon_base_url:http://192.168.1.50/gicons/
S game.url_list:guild_icon_upload.ip|192.168.1.50|guild_icon_upload.port|4615|guild.url|http://192.168.1.50/gicons/|guild_test_download.url|gicons/|web_download|192.168.1.50|web_download_port|0
authserver.opt
Code:
S db.auth.server:192.168.1.50
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Auth Server
S log.ip:192.168.1.50
S db.auth.port:1433
S io.auth.port:8841
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:1
N db.auth.md5_key:2011
Note: i'm hosting the server on my local server and the DMZ & DNS services direct the people to my localhost then i use an ip address for LAN and another ip address (no-ip address) for public.
and also this is a photo of my ports opened in my router (and my firewall as well).
Need Help please, and thanks all