Conquer Website part 2

07/17/2011 16:58 onlyme23#1
This website was released first time by ilai here :[Only registered and activated users can see links. Click Here To Register...];
Now i want to release some of my php work!
Attention this website design is not my release , i just want to release here some of my work !
First i added a login form :
Before login !
[Only registered and activated users can see links. Click Here To Register...]
 
After Login!
[Only registered and activated users can see links. Click Here To Register...]
 
User Pannel :
[Only registered and activated users can see links. Click Here To Register...]
 
Forms :
[Only registered and activated users can see links. Click Here To Register...]


I hope these systems will help you to get more players on your server !


You can download the site from : [Only registered and activated users can see links. Click Here To Register...]
07/17/2011 17:39 MegaArcherZGX#2
thx xD will try :)

Edit:

After Modifying i cant seem to run it...tht error bugs me out and i did every thing as told

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in C:\AppServ\www\modules\myphp\db.php on line 3

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\AppServ\www\modules\myphp\db.php on line 4
07/17/2011 17:59 dego4ever#3
thanks for this but can you upload it to another server please
07/17/2011 18:00 MegaArcherZGX#4
lol use direct link
07/17/2011 18:05 dego4ever#5
i can't download from it, i not know why
07/17/2011 18:09 MegaArcherZGX#6
Quote:
Originally Posted by dego4ever View Post
i can't download from it, i not know why

جرب كدة
[Only registered and activated users can see links. Click Here To Register...]

بس دووس على

Quote:
I've read and understand the warning!
07/17/2011 21:16 stealarcher#7
Quote:
Originally Posted by MegaArcherZGX View Post
thx xD will try :)

Edit:

After Modifying i cant seem to run it...tht error bugs me out and i did every thing as told

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in C:\AppServ\www\modules\myphp\db.php on line 3

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\AppServ\www\modules\myphp\db.php on line 4

Your mysql connection settings arent correct. Havent looked at it so dont know where to tell you to look, but in your db.php look for mysql_connect, and the arguments go as follows:

mysql_connect("localhost", "mysql username", "mysql password");
mysql_select_db("mysql database name");
07/17/2011 22:25 onlyme23#8
Quote:
Originally Posted by MegaArcherZGX View Post
thx xD will try :)

Edit:

After Modifying i cant seem to run it...tht error bugs me out and i did every thing as told

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in C:\AppServ\www\modules\myphp\db.php on line 3

Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\AppServ\www\modules\myphp\db.php on line 4
Go to modules/myphp/cfg.php
and change these :
Code:
$ip = "localhost";/* Server Host | IP */
$coMysqlDb	= "chronic";// MySQL Database
$coMysqlUser	= "root";// MySQL Username
$coMysqlPass	= "";// MySQL Password
$config_basedir = "http://93.114.34.152/asdas/"; //your website link
$config_sitename = "NewEvolution";// your website/server name:D
07/17/2011 22:29 onlyme23#9
Quote:
Originally Posted by dego4ever View Post
thanks for this but can you upload it to another server please
Now you can download it directly from elitepvpers.com! I've uploaded the site right here!
07/20/2011 10:49 bodayo69#10
Good Work :))
03/26/2012 17:38 GogoA#11
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\modules\myphp\login.php on line 7
Your account doesen't work!
03/26/2012 18:49 BioHazarxPaul#12
doesn't look half bad. only other thing id suggest is to make it work on a bunch of different sources. For the people who don't understand php..
03/27/2012 01:36 moidy1#13
good work but when i edit it found this error

Fatal error: Call to undefined function session_register() in C:\AppServ\www\trinity\modules\myphp\login.php on line 11
04/27/2012 05:45 dragonbdon1#14
no sql to execute?
05/06/2012 16:17 warzie005#15
Quote:
Originally Posted by dragonbdon1 View Post
no sql to execute?
If there is no SQL to execute then whe can't login with it.