1.3 Importing Database.
Ok now you need to import the database.The database is located in the server files and it's a Sql. File.
To import it do the following(it may sound strange if you're new ,but when you get there you see that doing the following steps are really easy):
-Go to your host's cpanel
-Go to mysql tab and create a new database.
-On the new database create and add a user with all PRIVILEGES
-Go to PhpMyAdmin
-Click on your created database
-Click Import and choose the database on your computer.
Ok. We are done with this.
After you have uploaded the files and imported the database when you go to
[Only Registered and Activated Users Can See Links. Click Here To Register...] you see a database error.Let's fix that.
Configuring the file.
Go to your host through ftp,find config.php and click edit.
Code:
<?php
if(!defined("INSIDE")){ die("attemp hacking"); }
$dbsettings = Array(
"server" => "localhost", // MySQL server name.
"user" => "username", // MySQL username.
"pass" => "pass", // MySQL password.
"name" =>"database", // MySQL database name.
"prefix" => "game_", // Tables prefix.
"secretword" => "RageOnline"); // Cookies.
?>
Preety simple huh.Now after you edit,save and the ftp client will ask you to overwrite.Click yes.
Now go to
[Only Registered and Activated Users Can See Links. Click Here To Register...] and you can register a new account.
1.5 Making yourself an admin.
Go to
[Only Registered and Activated Users Can See Links. Click Here To Register...]
Login with the following username and pass:
Code:
User:Jangan
Pass:test
Go to Administrator then->Admin Panel-> Modify Access->then write your username and set your access to "Administrator"
Try to edit files in notepad,play with admincp,and experiment.That was all.If you ever have questions PM me or post here.