Need Password change /forgot passw script

02/25/2009 05:55 stephanyd#1
Someone can release a change password /forgot password script plz??? I have one made by Blackwall but it don't work. and EO ones don't work too.
02/25/2009 06:43 felipeboladao#2
Hi , full Script here..

Quote:
?>
<form action="?op=password" method="post">
<div align="center"><span class="b01">Password Change </span><br />
<br />
</div>
<table width="306" border="0" align="center">
<tr>
<td width="130" class="liteoption">Account Name: </td>
<td width="166"><input name="acc" type="text" class="liteoption" id="acc" size="15" maxlength="13" /></td>
</tr>
</table>
<table width="306" border="0" align="center">
<tr>
<td width="130" class="liteoption">New Password: </td>
<td width="166"><input name="newpass" type="text" class="liteoption" id="newpass" size="15" maxlength="13" /></td>
</tr>
</table>
<p align="center">
<input type="submit" class="liteoption" name="submit" value="Change it" />
</p></form>
</p>
<p align="center"><?php
if(isset($_POST['submit'])) {

$mdfive1 = addslashes($_POST['acc']);
$mdfive = addslashes($_POST['newpass']);


$results = mysql_query("UPDATE `account` SET password = '".$mdfive."' WHERE name = '".$mdfive1."'");
if(!$results) {
echo('Result: Password could not be changed.');
} else {
echo('Result: Passwords changed successfully!');
}
}
?>
Tranks Plx :P
02/25/2009 07:00 felipeboladao#3
stephanyd my Script Worked???
02/25/2009 07:03 stephanyd#4
thanks.. but a little detail, anyone would be able to change anyone passw ;)...i'll try to see what i can do about that.
02/25/2009 07:10 felipeboladao#5
what type of problem you are having with the script??
02/25/2009 07:11 felipeboladao#6
<form action="?op=password" method="post">
change action=" " for you page name
02/25/2009 10:26 galdik#7
Quote:
Originally Posted by stephanyd View Post
Someone can release a change password /forgot password script plz??? I have one made by Blackwall but it don't work. and EO ones don't work too.
oh my what is this ????
is this person joking? or it rly didnt know about the one that is outa here??

my sig part3 link I think since IDIOTs needs to hear it.... so they r able to find it
but anyway the problem will be that u will have to set those account somethings so they could even change pass(for already created accs)... I mean old ones cuz they will all have nothing and cant change pass then(I think)
02/25/2009 15:24 stephanyd#8
Quote:
Originally Posted by galdik View Post
oh my what is this ????
is this person joking? or it rly didnt know about the one that is outa here??

my sig part3 link I think since IDIOTs needs to hear it.... so they r able to find it
but anyway the problem will be that u will have to set those account somethings so they could even change pass(for already created accs)... I mean old ones cuz they will all have nothing and cant change pass then(I think)
galdik.. i tried your scripts and not working .... we have no security questions yet and i tested it to make new account and not working too.
BTW u said on it it was a test version.
02/25/2009 20:14 galdik#9
Quote:
Originally Posted by stephanyd View Post
galdik.. i tried your scripts and not working .... we have no security questions yet and i tested it to make new account and not working too.
BTW u said on it it was a test version.
I dunno its there stilll something about test ??? its release as it is.
as for password change it worked for me just fine.
I am releasing tested stuff. expect prereleases or no warrants.