<script type="text/javascript" src="inc/md5.js"></script> <?php include('config.php'); ?> <form method="post"> <TABLE align="center"> <tr><td> <br /> Enter the correct info and your password will be changed. For the email, it will be the one you used to sign up with.<tr><td> <tr><td align="center">Login Name:</tr></td> <tr><td align="center"><input type="text" size="20" name="userc"/></tr></td> <tr><td align="center">Current Password:</tr></td> <tr><td align="center"><input type="hidden" name="hash1"> <input type="password" size="20" name="curpass" onBlur="hash1.value=login(curpass.value)"/></tr></td> <tr><td align="center">New Password:</td></tr> <tr><td align="center"><input type="password" size="20" name="newpas"/></td></tr> <tr><td align="center">Retype New Password:</td></tr> <tr><td align="center"><input type="password" size=\"20\" name="renew"/></td></tr> <tr><td align="center"> <input type="hidden" name="hash"><input class=Butt type=submit onClick="hash.value = login(newpas.value)" value="Change Password" name=B1> </td></tr> </TABLE> </form>
$res = mysql_query("select * from account where name = '".$userid."' order by id desc"); if(mysql_num_rows($res) == 0) { Echo "Sorry that username doesnt exist"; }else{ if($hash1 != $curpass) { echo "Your current password was typed wrong"; } else{ if($newpass != $renewpass) { echo "Your New paswords dont match"; } else{ $sql = "UPDATE account SET password='$hash' WHERE name='$userid'"; $query = mysql_query($sql) or die(mysql_error());
[RELEASE]Casino Game 07/13/2010 - Coding Releases - 1 Replies Casino Gamble v1
Info:
This is an awsome and fun casinogame i made in c#.
Feel free to use it :D
Please give feedback or press thanks if u use it :P
How to install:
How to play:
[Release] Game Booster 06/20/2010 - Grand Chase Hacks, Bots, Cheats & Exploits - 2 Replies Why use Game Booster?
plus you can use this program to completely boost your game play in other online games such as Grand Chase , Rakion , Cabal , etc etc ;)
Key Benefits
[Release] DeathMatch Game! 03/02/2010 - CO2 PServer Guides & Releases - 55 Replies Hello fellows. I just got an idea from Counter-Strike,and figured I'd code it.
[Release] ResetChar into game 12/25/2008 - CO2 PServer Guides & Releases - 10 Replies In Character.cs Under public void ReBorn2(byte ToJob) Add :
public void ResetChar()
{
try
{
Level = 1;
Exp = 0;