Help on setting up website using Hamachi... menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Reserved's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help on setting up website using Hamachi...

    I'm using Wampserver 2.0...

    I can see my website, just nobody else can. (Even if they are connected to Hamachi)

    Here's what my config file looks like

    <?PHP

    //Config


    // Database information
    $host = "hamachi ip"; //MySQL Host address
    $user = "root"; //MySQL Username
    $pass = "***"; //MySQL Password
    $db = "alogon"; //Databse name
    $port = 8129; // Server port (for realm status)

    // Website information
    $home = "http://flarefalcon.servegame.org/index.php"; //link to your index page, include http://
    $forum = "http://asrv2.no-ip.org:8080/ascent/"; //link to your forums, include http://
    $stats = "http://asrv2.no-ip.org:8080/ascent/"; //link to your stats page, include http://
    $title = "FLARESERVER"; //Put the name of your page.


    // Do Not edit following config or page wont work
    $login = $_POST['username'];
    $password = $_POST['password'];
    $email = $_POST['email'];
    $announce = "All accounts are set to BC";
    $img = "";
    ?>
    Could anybody help me?

    Help on setting up website using Hamachi...
  2. #2
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    umm you might have to do the host file aswell..
    NoT A ZomBie~BuT iLL~EaTuRBrainS

  3. #3
    Reserved's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There isn't a host file in the package that I got...

  4. #4
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its not in your repack file lol go here http://www.mmowned.com/forums/emulat...er-public.html
    Last edited by EatUrBrains; 01-10-2008 at 08:53 PM.
    NoT A ZomBie~BuT iLL~EaTuRBrainS

  5. #5
    Reserved's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm very confused now...

    I'm trying to get a account registration website working, my server is working...

  6. #6
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They typing in your hamachi ip?
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  7. #7
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes i know but you have to edit your host file lol ok add me at [email protected] ill help you...
    NoT A ZomBie~BuT iLL~EaTuRBrainS

  8. #8
    Reserved's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wait... You mean hosts file as in under windows, then system 32, drivers, then etc?

  9. #9
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where it says host in that file type localhost (you cant connect to your own IP, for example, type it in web browser and it wont load)

  10. #10
    Reserved's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    # Copyright (c) 1993-1999 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    # 102.55.95.97 rhino.acme.com # source server
    # 38.25.64.10 x.acme.com # x client host

    127.0.0.1 flarefalcon.servegame.org
    ******** flarefalcon.servegame.org
    ******** flarefalcon.servegame.org
    That is my hosts file... I think it's set up right...
    Last edited by Reserved; 01-10-2008 at 09:19 PM.

  11. #11
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh yeah that hosts
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  12. #12
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No make a new one for your hamachi ip too

    And make sure flarefalcon.servegame.org is updated to your hamachi ip
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  13. #13
    EatUrBrains's Avatar Active Member
    Reputation
    55
    Join Date
    Jan 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG never show your computer ip...
    NoT A ZomBie~BuT iLL~EaTuRBrainS

  14. #14
    The Kingofbeast's Avatar Active Member
    Reputation
    38
    Join Date
    Oct 2007
    Posts
    306
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol hopefully the MMOwned peoples won't hack him
    Got a question about your server? Message me!

    Don't forget +Rep when someone helps you

  15. #15
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats like a mmowned person gave out their IP and mysql info
    /hack
    /hack

Page 1 of 2 12 LastLast

Similar Threads

  1. How to have a signup Website with Hamachi?
    By talabo in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 11-22-2007, 12:51 PM
  2. I need some help in setting up a server for myself.
    By mahmoudimus in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 10-15-2007, 10:14 PM
  3. How do i make my server public using Hamachi?
    By Hinata_92 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-02-2007, 06:14 PM
  4. i need help please help me set up my server
    By routezer0 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-01-2007, 11:38 AM
  5. Help Cant set realm list to log on someones realm
    By cooley35 in forum World of Warcraft General
    Replies: 0
    Last Post: 08-09-2007, 12:35 AM
All times are GMT -5. The time now is 09:40 PM. 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