[Help] need help with website

03/30/2010 23:35 Knight^Hawk#1
i downloaded [Only registered and activated users can see links. Click Here To Register...]


i have hostgator as my webhost and im getting a bunch of errors is there any1 thats good with php that can help me get this up?

03/30/2010 23:39 mr.inferno#2
i think the website files are for a older version go to page 3 on the realease thread and Eurion has made a post for the newer version
03/31/2010 00:28 evilminded1981#3
mr.inferno likes poo but he is right
03/31/2010 00:31 .Ash#4
You getting the error on the announcements? well if you are, its because news folder is either new or old and not compatible with your Apache/php.
03/31/2010 00:51 Knight^Hawk#5
im getting errors in stats, registur, top player, top pets, top legions, and i dont know how to configure the donate.
03/31/2010 01:01 King_Arthur#6
Something is wrong with the query that is running. Make sure that these lines in you config.php are correct:
PHP Code:
    $mydbacc="account";        //your server account database
    
$mydbdata="my";            //your server my database name
    
$mydb="my";            //your server my database 
-------------------------
Quote:
Originally Posted by evilminded1981 View Post
mr.inferno likes poo but he is right
Grow up.
03/31/2010 01:30 Knight^Hawk#7
Code:
	$myhost="localhost";
	$mypass="CSnIJqTjUPRj"; 		//your server login password
	$myuser="knight"; 		//your server login username
	$mydbacc="account";		//your server account database
	$mydbdata="my";			//your server my database name
	$serveraddress="******"; 	//your server ip
	$serverport=5816;		//your server connection port
	$mydb="my";			//your server my database
        $servername = "EL Muerte Zone";   //Put your servername here.
        $link = "*******";   //Put your website link here
03/31/2010 01:36 .Ash#8
Quote:
Originally Posted by King_Arthur View Post
Grow up.
Something wrong with being friends? or joking around?
03/31/2010 01:44 King_Arthur#9
Oh. Well this is your issue:
PHP Code:
    $myhost="localhost"
You are connecting to the database of your website (localhost means the computer the script is running on), not the database of your server database. Change "localhost" to the IP of your server database.
03/31/2010 01:51 Knight^Hawk#10
i do that and 3 more errors pop up lol
04/02/2010 10:05 Knight^Hawk#11
ok guys i got it somewhat working but still have a few problems.

1. register page isnt getting the netbar_ip its putting 127.0.0.1 as the ip for all accts that register

2. stats.php is showing that the servers offline when its online.