[Guide] CMS Website Working on LOTF

12/27/2008 20:19 L1nk1n*P4rK#1
Okay here is my Second release and i hope to be better than first.
Now i release this guide becouse i see there are e*pvp user's and dont know how to set up it!
I'm better at php than C# so i hope this will help you guys

[Step 1]
Download the next files:
[Remember this are direct link's so you dont have to click anywhere just wait and save]
1.Notepad (php users best friend)
[Only registered and activated users can see links. Click Here To Register...]
2.AppServ
[Only registered and activated users can see links. Click Here To Register...]
3.CMS Website
[Only registered and activated users can see links. Click Here To Register...]

[Step 2]
Install all the files

[Step 3]
Move conquer folder in appserv/www than type in your browser:
Code:
http://localhost/install/install.php
Now you need to fill the row's like this:
[Only registered and activated users can see links. Click Here To Register...]

[Step 4]
Now we need to edit some file's to work with MySQL
1.Go to www/modules/register.php
And edite from:
Code:
$insert_member = mysql_query("INSERT INTO accounts (accountid, webpassword, logontype, status) VALUES ('$user', '', '2', '2')");
To
Code:
$insert_member = mysql_query("INSERT INTO accounts (accountid, password, logontype, status) VALUES ('$user', '', '2', '2')");
2.Go to www/modules/login.php
And edite from:
Code:
$result1 = "SELECT * FROM `accounts` WHERE accountid='$U' and webpassword='$P' and Status >= '2'";
To
Code:
$result1 = "SELECT * FROM `accounts` WHERE accountid='$U' and password='$P' and Status >= '2'";
3.Go to www/modules/admin_login.php
And edite from:
Code:
$result1 = "SELECT * FROM `accounts` WHERE AccountID='$U' and WebPassword='$P' and Status >= '8'";
To
Code:
$result1 = "SELECT * FROM `accounts` WHERE AccountID='$U' and Password='$P' and Status >= '8'";
Gratz now the Website work 100% with MySQL so if you make an account on website you can login on server and website!!

If you want to add an forum follow this Guide:
[Only registered and activated users can see links. Click Here To Register...]


Okay do you like it?? Plase hit Ty, i never get ty xD
[Yes I know my english sux]
12/27/2008 20:36 YukiXian#2
Such thing already has been released,
Look here : [Only registered and activated users can see links. Click Here To Register...]
12/27/2008 21:18 !DeX!#3
Wow its so old but Thanks anyway
12/27/2008 22:56 L1nk1n*P4rK#4
Quote:
Originally Posted by YukiXian View Post
Such thing already has been released,
Look here : [Only registered and activated users can see links. Click Here To Register...]
Ya..but i have show how pto fix the UserPanel and Admin Login on website also if you make an acc on website you will be able to play on it xD
12/28/2008 04:41 taylor2846#5
xD u like my pic xD

+ any way when i try to us this website i can see the tope part of the website like whar u click home and stuff but under that is just gray i dont see the rest of the website any help
12/28/2008 08:20 L1nk1n*P4rK#6
On: what are you using appserv??? or othe programs???
Off:yup i like it xD
01/10/2009 14:16 DungMaster#7
Quote:
Originally Posted by L1nk1n*P4rK View Post
On: what are you using appserv??? or othe programs???
Off:yup i like it xD
Admin and user Painel does not work.

:bandit:
01/10/2009 16:18 TruthCo#8
lol dude you dont even know anything you dont think i tried this before? your register page wont work either try registering then login the server, yeah thought so. test before you release