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.
Tranks Plx :PQuote:
?>
<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!');
}
}
?>
oh my what is this ????Quote:
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.
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.Quote:
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)
I dunno its there stilll something about test ??? its release as it is.Quote:
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.