Kk, I'll get straight to the point. I got the PAWC- Ping Account Website Creation. Version 1.0. And it seems wierd. I got the files in Htdocs and typed in Localhost in the Url and my website comes up perfect. Then I went into the Config.php files and configed them to this.
<?php
/*********************************************
* PACW - Pingue Account Creation Website *
* Version: 1.0 *
* coded by Adam Viưarsson *
* *
* ThePingue | Home *
* *
*********************************************/
// DATABASE CONNECTION
$dbhost = '72.228.153.212 ';
$dbuser = '***'; <---- Blocking these, they were orignally Database access info.
$dbpass = '***';
$dbaccs = 'logon';
$dbchars = 'characters';
//XML STATS FILE (ONLY ARCEMU)
$xmlfile = 'stats.xml'; // You need to provide a link to your XML file for server status to work correctly.
$xmldisplay = 0; /* 1 = Displays Uptime & Online GMs
2 = Displays only Uptime
3 = Displays only Online GMs
0 = Disables showing Uptime/Online GMs */
// WEBSITE SETTINGS
$multi_ip = 1; // 1 = Allows multi IP registration, 0 = Disables multi IP registration.
$js = 0; // 0 = Fade effect, 1 = Slide effect.
$theme = 0; // TODO.
$max_players = 1000; // Configures how many players can play on the realm at the same time.
$show_players = 10; /* Configures how many players are shown on the status page, picks out randoms.
Having this count very high may slow down the loading time. */
$show_all = true; // true = Enables "Show All Link", false = Disables "Show All Link" (Of players online).
// HOW TO CONNECT - EDIT HERE.
$realmlist = 'xcon-wow.servegame.com';
$htc1t = 'Configuring your realmlist.';
$htc1 = 'You need to configure your realmlist to be able to connect to our realm, you do so by navigating to your World of Warcraft directory folder which is found somewhere on your computer, probably under C:\Program Files\ (If you\'re using windows). Open it up, and if you\'re using windows7 or windows Vista you need to gain administrative permission to edit it (Google Admin Permissions in Win7/Vista)<br /><br /> Edit the part where set "realmlist" is, from logon.us.worldofwarcraft.com to:<br />';
$htc2t = 'Create your account!';
$htc2 = 'If you have not already created your account on the index of this website, you can do so here: <a href="index.html">Click here</a> (Use a valid e-mail for safety reasons)';
$htc3t = 'Wait 2 Minutes before entering the game.';
$htc3 = 'Our configuration is set up that accounts are reloaded into our database after two minutes after creation, then you can proceed to playing on our realm/s, please be patient and we\'re sorry for any inconvenience.';
$htc4t = 'Go Play ^_^';
$htc4 = '';
?>
Then I went on Free Web Hosting with PHP, MySQL and cPanel, No Ads and made an account. Then I got FileZilla and put the files from the Htdocs folder onto the website. I did as it said and put them in the public.html/ folder and still it gives me this error when I got on my site : X-Con Registration Site . The error is:ERROR: Host 'srv23.000webhost.com' is not allowed to connect to this MySQL server. I turned off my firewall thinking it was that and still no luck. The localhost website works perfect. Ever with the same settings as this one. I port forwarded port 21 ( 00webhosts port for webhosting) and still nothing. I thought maybe mysql has some privliges area to allow specific people into the database but then why would they need accounts for database access. I put multiple different options in the host area in the php file above. I have tried xcon-wow.servegame.com, my realmlist. I put in localhost and still nothing, so I don't think the problem is with this account reg site. Please do respond if you have any solutions. It would really help!
Edit
------------------------
Also to let people know, heres my Host file:
# 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.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
192.168.13.102 xcon-wow.servegame.com
72.228.153.212 xcon-wow.servegame.com