Hi all, i followed ALL guides on mmowned but none helped me.. i know its simple but it wont be public :/ if i do my apache on, i can connect to the site on 127.0.0.1 and the acc creation works, when i typ in my host : http://exeus.servegame.org/ ,
i can see the website to, but others cant, the host is linked with my ip : 78.21.40.83 ,
when i typ in my ip = 78.21.40.83 it goes to my router...
here some configs that may help solve the problem :
sys32/drivers/etc/hosts
Code:
192.168.2.5 exeus.servegame.org
78.21.40.83 exeus.servegame.org
78.21.40.83 redice.ath.cx
Wamp/www/account.create.php
Code:
$lang="en"; // Language ("en" - english, "ru" - russian)
$title="Redice Server"; // Insert the title of your server here
$host="localhost"; // HOST for Character database
$user="root"; // USER for Character database
$password="panex"; // PASS for Character database
$db="ascent"; // NAME of Character database
$hostr="localhost"; // HOST for Logonserver database
$userr="root"; // USER for Logonserver database
$passwordr="panex"; // PASS for Logonserver database
$dbr="ascent"; // NAME of Logonserver database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "exeus.servegame.org"; // Ascent Server Address
$port = "8129"; // Ascent Server Port
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=0; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...
Thats about it.. if u need more info tell me what to do XD
PLS if u see this reply, i realy need help, i already got my server but aint got a website/acc creation.