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)

2.AppServ

3.CMS Website

[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

[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')");
Code:
$insert_member = mysql_query("INSERT INTO accounts (accountid, password, logontype, status) VALUES ('$user', '', '2', '2')");
And edite from:
Code:
$result1 = "SELECT * FROM `accounts` WHERE accountid='$U' and webpassword='$P' and Status >= '2'";
Code:
$result1 = "SELECT * FROM `accounts` WHERE accountid='$U' and password='$P' and Status >= '2'";
And edite from:
Code:
$result1 = "SELECT * FROM `accounts` WHERE AccountID='$U' and WebPassword='$P' and Status >= '8'";
Code:
$result1 = "SELECT * FROM `accounts` WHERE AccountID='$U' and Password='$P' and Status >= '8'";
If you want to add an forum follow this Guide:

Okay do you like it?? Plase hit Ty, i never get ty xD
[Yes I know my english sux]






