Direct Mirror
http://upit.co/downloads/Scape.rar
Direct Mirror
http://upit.co/downloads/Scape.rar
Screenie?
Not bad...
Alright, I need help I have all the website files on my FTP and my MySQL set up.
When I got to my site it saysAlso I dont have the server part uploaded how do I do that and where do I put it??PHP Code:Table 'kaakuscape.uber3_players' doesn't exist
Also do I need the "runescape.sql" file that was in the site pack
My error that I get is when going to http://localhost/ it times out on me and then I get a box that pops up saying “Apache HTTP Server has encountered a problem and needs to close. We are sorry for the inconvenience.” Don’t send or Send.
I have ran many servers in the past and I have never had this issue.
The app that I am using are: wamp server2.0
I have followed the sets on how to configure wamp to work but it did not help.
The steps that I have taken so far:
1) Setting info in the config files: index.php, Chatlogs.php, and status.php
2) I have ran the SQL file and it is added into my DB ( I can see the tables in Navicat)
3) The website files are located in my C:\wamp\www
4) I have changed the enable a setting called short_open_tag within the php.ini to be on
5) I also Restarted All Services
6) I have installed the SMF and that work (http://localhost/smf/install.php
7) deleted the install.php
I just don’t know how to get the site working any help would be great
Last edited by nrogers; 22-12-10 at 02:40 AM. Reason: easier to read this way
Hey man I have been having the exact same problem and I am using wamp server as well. All you need to do is edit the "index.php" file like the following.
What you need to do is search for this line here:
Change it to:Code:$chandle = mysql_connect("localhost", $dbuser, $dbpass)
Then find this line:Code:mysql_connect("localhost", $dbuser, $dbpass)
And delete it.Code:<?php $chandle.mysql_close(); ?>
Then find this line:
Change it to this:Code:mysql_select_db($dbname, $chandle) or die ($dbname . " Database not found." . $dbuser);
Hope it helpsCode:mysql_select_db($dbname) or die ($dbname . " Database not found." . $dbuser);![]()
thanks for the info it works great now.
Nice Release Kepp it Up Mate :)
Why do I even try to keep people from bumping up a thread. It gets bumped anyway.