Really need help website configs menu

Shout-Out

User Tag List

Results 1 to 7 of 7
  1. #1
    ignorant's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Really need help website configs

    Ok i need help with my website config files please. I will post all my settings & +Rep

    htdocs/game_config
    Code:
    <?php
    //Game Account Config Settings
    	$Host		= '127.0.0.1'; 	// 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	= 'admin'; 		// Database username, default = root
    	$Password	= 'my password'; 		// Database password
    	$Database	= 'logon'; 	// If your Antrix database is not called Antrix, please put its name here in place of Antrix. default = antrix
    htdocs/config.php
    Code:
    <?php
    // database settings - Do NOT CHANGE LAST TWO LINES $db_prefix"
    $db_host="127.0.0.1";
    $db_user="admin";
    $db_pass="my password";
    $db_name="portal";
    $db_prefix="fusion_";
    define("DB_PREFIX", "fusion_");
    htdocs/include/settings.php
    Code:
    			$this->db_user = 'admin';	// database user
    			$this->db_password = 'my password'; // database password
    			$this->db_host = '127.0.0.1'; // database host:port
    			$this->db_cname = 'logon'; // character database
    			$this->db_wname = 'world'; // world database
    			$this->db_sname = ''; //Will be used latertime
    			$this->statfile = 'stats.xml';//Will be used latertime
    			$this->realm = '[Kaziwow]';
    ?>[/CODE]

    My host file
    Code:
    ::1                  localhost
    127.0.0.1            kaziwow.kicks-ass.net

    my dyndns website.


    I'm not sure whats wrong.. i think i need to change the host to localhost or kaziwow.kicks-ass.net or 127.0.0.1. I can see my website but it doesn't load for others.

    Really need help website configs
  2. #2
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    your username, ists for MySQL, is it root? or did you change it to admin, by default when you install its "root"

    also, this may be it to, unless your typing in 127.0.0.1 in your web broweser address bar, but if ur typing in "localhost" make it this way


    Code:
    127.0.0.1       localhost
    ::1             localhost
    
    127.0.0.1 kaziwow.kicks-ass.net
    
    "your LAN ip" kaziwow.kicks-ass.net
    
    "your WAN ip" kaziwow.kicks-ass.net


    edit: can u post the error ur getting?

  3. #3
    ignorant's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes i changed root to admin.

    The website connects for me. But it's like it's not hosted publicly. The url for the website is kaziwow.kicks-ass.net

    I'm not getting any errors. Basically I can connect perfectly to website because it's in my htdocs folder of my repack. But others can't connect so it has to be something to do with localhost. kaziwow.kicks-ass.net or 127.0.0.1 ..i'll try out what you said and +rep to you for help.

    Could you test the website now http://kaziwow.kicks-ass.net
    Last edited by ignorant; 10-16-2008 at 10:59 PM.

  4. #4
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ignorant View Post
    yes i changed root to admin.

    The website connects for me. But it's like it's not hosted publicly. The url for the website is kaziwow.kicks-ass.net

    I'm not getting any errors. Basically I can connect perfectly to website because it's in my htdocs folder of my repack. But others can't connect so it has to be something to do with localhost. kaziwow.kicks-ass.net or 127.0.0.1 ..i'll try out what you said and +rep to you for help.
    was that ur whole host file?

    only:

    Code:
    ::1                  localhost
    127.0.0.1            kaziwow.kicks-ass.net

    edit: i mean besides that crud that is commented out

    edit: also, if it worked for localhost, then ur golden

    chances r ull be having a problem with firewall, router, or ur host for domain, or the host file, lemme no

    edit: i see ur online, ima go jerk off to ill be back in 4min, or maybe not if im 2 exaughsted, anyway if its showing up in ur 127.0.0.1 when u type that in ur web browser, then its all fine, exept that you need to open up ports/firewalls, the stuff i mentioned hahahah, cya man and GL
    Last edited by darkmagishin; 10-16-2008 at 11:05 PM.

  5. #5
    ignorant's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hosts file. I'm trying to make the website public, it works its just something wrong in the configs.
    # Copyright (c) 1993-2006 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.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host

    127.0.0.1 kaziwow.kicks-ass.net
    ::1 localhost

  6. #6
    darkmagishin's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ignorant View Post
    Hosts file. I'm trying to make the website public, it works its just something wrong in the configs.


    if its showing up when you type in 127.0.0.1 in ur web broweser address, then the config files are okay, your hosts file looks bad man.

    change it to this, and if you have a router, are your ports open? same goes for firewalls
    edit the stuff in " " with your information :]
    Code:
    127.0.0.1       localhost
    ::1             localhost
    
    127.0.0.1 kaziwow.kicks-ass.net
    
    "your LAN ip" kaziwow.kicks-ass.net
    
    "your WAN ip" kaziwow.kicks-ass.net

  7. #7
    ignorant's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    127.0.0.1 and kaziwow.kicks-ass.net connected to site. localhost did not

    I'm trying to make it public though so it's hard to confirm that it's working for others


    ya i've opened my ports and shut firewall off. I've run a server before but i always have a few problems getting the configs right.
    Last edited by ignorant; 10-17-2008 at 07:51 AM.

Similar Threads

  1. Nobody can access my server website... Why? I really need help or I cant host Aserver
    By faxmunky in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 04-19-2008, 11:14 PM
  2. need help with config files!
    By ridders in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 11-23-2007, 05:31 PM
  3. I really need help.
    By Blank41 in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 05-25-2007, 05:17 PM
  4. I really need help :(
    By katie in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 03-30-2007, 03:47 PM
  5. I really need help! About Pics!
    By xlAnonym0uslx in forum World of Warcraft General
    Replies: 3
    Last Post: 02-03-2007, 11:42 AM
All times are GMT -5. The time now is 03:59 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