Hello, people cannot connect to my Server (live Without Hamachi) or my website (WAMP). I can connect to my server and website though.
Here are my Server configs: (Only put the bits in you can edit and bits that are relevant)
Before you check my configs, my internal IP is "10.1.1.22" and my DynDNS is "ancientwow.servegame.org"
1) arcemu-logonserver:
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "Classified"
Name = "characters"
Port = "3306"
Type = "1">
<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
<Client MinBuild = "9183"
MaxBuild = "9551">
<LogonServer RemotePassword = "johved"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">
2) arcemu-realms:
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "2">
<Realm1 Name = "Arthas"
Address = "ancientwow.servegame.org:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "3">
<Realm2 Name = "Arthas - Local"
Address = "10.1.1.22:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "3">
3)arcemu-world:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "Classified" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "Classified" Name = "characters" Port = "3306" Type = "1">
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
4)Hosts file:
127.0.0.1 ancientwow.servegame.org
10.1.1.22 ancientwow.servegame.org
EXTERNAL IP ancientwow.servegame.org
(*External IP is there, i just didnt want to post it)
5)Website Config:
$title="Ancient WoW";
$domain_url="http://ancientwow.servegame.org"; //with http://, without trailing slash
$server = "localhost"; // Ascent Server Address
//if mangos = 1 ; if antrix/ascent = 0
$client="0";
//sql user and password
$db_user = "root" ;
$db_pass = "Classified" ;
$db_host = "localhost" ;
$db_name = "website";
//cms db
It was working for other people before, it randomly stopped working:
I have forwarded all the required ports and used a port checker to check whether they were open, and they were.
My internal IP is static.
I tried disabling both firewalls (modem/pc), it didnt make a difference!
Here is the website address: http://ancientwow.servegame.org/
If the site is actually working, please tell me=p
Thanks