How to forward port 80 menu

Shout-Out

User Tag List

Results 1 to 14 of 14
  1. #1
    Silentnvd's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    295
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to forward port 80

    I keep Forwarding Port 80 for Website But People cannot seem to connect to my Website Please help.

    How to forward port 80
  2. #2
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what website are you using,can you show me the configs?



  3. #3
    Silentnvd's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    295
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.
    ?>

  4. #4
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this the whole config? i have used this website befor and im shure thats not the full config file.



  5. #5
    Silentnvd's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    295
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whole Config

  6. #6
    C.C.'s Avatar Contributor
    Reputation
    101
    Join Date
    May 2007
    Posts
    214
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you forget to foward ports in your firewall or your internet an't that really fast.

  7. #7
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it should have somthing somewere that says somthing along the lines of serverip were your dns or ipadress goes



  8. #8
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bloodkip View Post
    Did you forget to foward ports in your firewall or your internet an't that really fast.
    he opend his port he said he did

    but yeah did you disable your firewall



  9. #9
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Darune94 please don't double post.

  10. #10
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Scyther View Post
    Darune94 please don't double post.

    didnt meen to he posted right befor i did and then i forgot to edit my orginol post =(



  11. #11
    waymirec's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your ISP is probably blocking port 80. Run your web server on another port, like 8080.

  12. #12
    Silentnvd's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    295
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is ISP? and yes i forwarded port 80 and disabled Firewall

  13. #13
    C.C.'s Avatar Contributor
    Reputation
    101
    Join Date
    May 2007
    Posts
    214
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Internet Service Provider

  14. #14
    waymirec's Avatar Member
    Reputation
    49
    Join Date
    Jan 2008
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Most ISP's block port 80. So, again, try running your web server on another port such as 8080.

Similar Threads

  1. No router? how do I forward ports and run a server?
    By ledz14 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 06-18-2008, 09:00 AM
  2. [Guide] How to forward router ports!
    By MisterEMU in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 05-11-2008, 08:00 AM
  3. Replies: 2
    Last Post: 11-14-2007, 08:20 PM
  4. How to open ports on a Speed Touch router!
    By Bladevil in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 09-12-2007, 09:41 AM
  5. To all of you who have questions like "How to do I forward ports"...
    By slyfox101 in forum World of Warcraft Emulator Servers
    Replies: 22
    Last Post: 09-09-2007, 11:43 PM
All times are GMT -5. The time now is 07:38 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search