Jump to content

Lostpassword secret code need some help!


byllan

Recommended Posts

Hey my name is Byllan i search someone who can done my script? I have start a bit but im not the best one in .php im noob.

 

That i want with the script is the script check if username and that is true if yes it show up the password under the button. If no there will be a message. Something is wrong here please check it.

http://apelsinen.com/?p=lostpassword

 

If you enter http://apelsinen.com/?p=register

I think you will understand the whole thing with my idea!

 

lostpassword.php

<b>Forgot Password</b>
<?php

?>
<html>
<body>
<br>
<tr>
<td>Your Username:</td>
<td><input type="text" name="user" value=""></td>
</tr>
<br>
<tr>
<td>Your Mail:</td>
<td><input type="text" name="user" value=""></td>
</tr>
<br>
<tr>
<td>Your Name:</td>
<td><input type="text" name="user" value=""></td>
</tr>
<br>
<tr>
<td>Your Secret Code:</td>
<td><input type="text" name="user" value=""></td>
</tr>
<br>
<tr> 
<td colspan="2">

<tr>
<td colspan="2" align="center">
  <input type="submit" name="submit" value="Get Password"> 
</td>
</tr>

</table>
</form>
<br>
<br>
</html>
</body>

 

pSBW.jpg

Link to comment
Share on other sites

Usually people on this site want to see you try it yourself and then come for advice when it fails.

Writing a function for you from scratch is more than some help.

What you need is php or a mix of php and JavaScript.

 

Basically you just run a check against the user name table to see if there is a post with the name.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.