I keep Forwarding Port 80 for Website But People cannot seem to connect to my Website Please help.
I keep Forwarding Port 80 for Website But People cannot seem to connect to my Website Please help.
what website are you using,can you show me the configs?
CMS 2.0 for Ascent
Configs: <?php
//Game Account Config Settings
$Host = 'localhost'; // This is by default localhost or 127.0.0.1, if your MySQL server is not hosted
// on the same machine you are putting this one, you will need to put the IP of that server here.
// Default = localhost or 127.0.0.1
$Username = 'root'; // Database username, default = root
$Password = 'root'; // Database password
$Database = 'ascent2'; // If your Antrix database is not called Antrix, please put its name here in place of Antrix. default = antrix
$UserLevel = '0'; // Default starting user access level, default = 0 (Player), 1 - 3 are GM levels (And i think az is full rights, or was, not sure about later revs).
$AllowTBC = true; // If you do not want them to have access to TBC Characters set this to false. default = true
$AllowReg = true; // If you want to turn the registration off, change this to false, default = true
$ForceTBC = false; // If this is set to true, it will override $AllowTBC and make any character TBC without displaying an option to make or not to make.
$AccsPerIP = 3; // Sets the ammount of accounts per IP a user can make. default = 1
$Title = 'WoWSnap'; // Title of the site.
$ShowWarning = false; // Turn this to false if you wish to not display the warning on the registration page. default = true
// For now I would recommend showing it, unless you feel it will scare your members off, however Antrix does not encrypt
// Account passwords, therefore any vulnerable site you may be using (Vulnerable to SQL injection) may be used by
// a hacker to gain your users account information.
?>
is this the whole config? i have used this website befor and im shure thats not the full config file.
Whole Config
Did you forget to foward ports in your firewall or your internet an't that really fast.
it should have somthing somewere that says somthing along the lines of serverip were your dns or ipadress goes
Darune94 please don't double post.![]()
Your ISP is probably blocking port 80. Run your web server on another port, like 8080.
what is ISP? and yes i forwarded port 80 and disabled Firewall
Internet Service Provider
Most ISP's block port 80. So, again, try running your web server on another port such as 8080.