Register for your free account! | Forgot your password?

You last visited: Today at 14:36

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



change this code

Discussion on change this code within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
marlyandedsel's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 343
Received Thanks: 21
change this code

<?php

session_start();

include 'db.php';

$username = $_POST['username'];
$password = $_POST['password'];
$newpassword = $_POST['newpassword'];
$confirmnewpassword = $_POST['confirmnewpassword'];

$result = mysql_query("SELECT password FROM users WHERE username='$username'");
if(!$result)
{
echo "The username you entered does not exist";
}
else
if($password!= mysql_result($result, 0))
{
echo "You entered an incorrect password";
}
if($newpassword=$confirmnewpassword)
$sql=mysql_query("UPDATE users SET password='$newpassword' where username='$username'");
if($sql)
{
echo "Congratulations You have successfully changed your password";
}
else
{
echo "The new password and confirm new password fields must be the same";
}
?>


i have found this in the other forum, this code is to change password
using mysql, if someone out there knows how to convert this into flat file I know there are many code coders out there thnks.

i use this
path file C:\OldCODB\Users.
marlyandedsel is offline  
Old 11/07/2010, 13:20   #2
 
.Beatz's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 1,190
Received Thanks: 516
For a start MySql code and the code for a flatfile db are different.

Secondly I am not sure if you CAN change the password using a flatfile db.

You would have to look at the way the reg page is for flat file and take it from there.
.Beatz is offline  
Old 11/08/2010, 22:57   #3
 
BioHazarxPaul's Avatar
 
elite*gold: 0
Join Date: Nov 2005
Posts: 548
Received Thanks: 93
thats what the epic webserver was for it checks information on port 80 that gets sent to the computer and inputs the information into the account flatfile database

oh forgot to add it should be found in the NewestCOServer V2 download I am sure that's what your using.
BioHazarxPaul is offline  
Old 11/09/2010, 10:55   #4
 
|NeoX's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 237
Received Thanks: 99
or just make a small pae in ASP.NET (C#) not hard at all...
|NeoX is offline  
Old 11/09/2010, 11:21   #5
 
elite*gold: 0
Join Date: Oct 2010
Posts: 76
Received Thanks: 16
Quote:
Originally Posted by |NeoX View Post
or just make a small pae in ASP.NET (C#) not hard at all...
***REPEATER can do it***
SYSTEM 32 is offline  
Reply


Similar Threads Similar Threads
New change script code 35.1.0
05/09/2010 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 2 Replies
Cheat Engine 5.5 code Prometies : 0045D56E MonterRange : 00545F55 MonsterAgro : 00545F6A GmDetect : 0055D173 WallHack : 0079709E ZoomHack : 005DFC56 FarEye : 005E1275 SpeedHack : 008261DA
Promo Code Change
05/05/2010 - WarRock - 18 Replies
Ihr habts bestimmt schon vor einiger Zeit mitbekommen ; Der Promo Counter ist wieder da...Jedes Mal wenn man 500 G1-Credits ausgibt bekommt man einen zufälligen Promo Code. Da G1 mir die Codes nicht umtauschen will (es handelt sich um 2xHK69) mach ich diesen Thread auf, in der Hoffnung jmd tauscht mit mir :D Weapon Code: HK69 (7 day use) Weapon Code: AW50F (7 day use) Weapon Code: 5000 Dinar Weapon Code: M4 Spectre (7 day use) Premium Code: Gold Premium (7 day use)
whats the body change code..(5165)
12/25/2009 - CO2 Private Server - 14 Replies
anyone know the body change code.. for a useable item? or.. wouldnt mind codeing the item for me?.. "ninja amulet"..
[Request] Code to change Exp x
07/04/2009 - CO2 Private Server - 11 Replies
well i tried to do it by adding a code in monster.cs and exp.cs " Exp *= 5;" But i guess it didnt work. anyone know a code for it?
[Help] How can i change this code... dbs to cps instead of money to cps
06/13/2009 - CO2 Private Server - 5 Replies
case 2071://CPAdmin Guy { if (LinkBack == 0) { Text("Would like to exchange for Cps with ur money? It will only cost u 50k for 5k Cps.", CSocket); Link("Well yea I want it.", 1, CSocket); Link("Nah No thanks!!", 255, CSocket); End(CSocket); } else if (LinkBack...



All times are GMT +2. The time now is 14:36.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.