Jump to content
MakeWebGames

Recommended Posts

  • 1 month later...
  • Replies 61
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 months later...
Posted

Re: [Free][v1][v2] Password reset code

I only read the first few so i don't know if this has already been said.

but, you know if it's md5 by going on to your register, authenticate, and change pass pages on it and on the query it is sending you will see md5 that meens it will be encrypted md5. i took the md5 off mine and for people who have done the same, then you just do the same with this page by the look of it. just delet the art where it says md5 on here aswell and it will work without md5.

I would get a quote but i dont know how to view the topic post as im a noob on this forum lol.

but it should be quite simple to do. i meen i can do it lol!!!!

Posted

Re: [Free][v1][v2] Password reset code

What are you trying to get at :?

The passwords should be encrypted; even better than md5; and this was made for encrypted passwords as you can't tell them their password as you don't know what it is.

  • 1 month later...
  • 5 months later...
Posted

Re: [mccode] Password reset code

Fatal error: Call to undefined function randomString() in /forgot_password.php on line 52

line 52 is:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

any clue whats wrong

Posted

Re: [mccode] Password reset code

 

Fatal error: Call to undefined function randomString() in /forgot_password.php on line 52

line 52 is:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

any clue whats wrong

Yeah, You didn't read the instructions.

Posted

Re: [mccode] Password reset code

 

well which part

I hoped by me saying you didn't read the instructions would prompt you to do so; I guess not.

You didn't put the function in global_func.php or never included it. Re-read the instructions carefully.

Posted

Re: [mccode] Password reset code

I get an error, everything is in as you said.

Fatal error: Cannot redeclare randomstring() (previously declared in /home/gurpreet/public_html/global_func.php:433) in /home/gurpreet/public_html/global_func.php on line 456

450-459

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: [mccode] Password reset code

 

I get an error, everything is in as you said.

Fatal error: Cannot redeclare randomstring() (previously declared in /home/gurpreet/public_html/global_func.php:433) in /home/gurpreet/public_html/global_func.php on line 456

450-459

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Then you already have it in there.

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.   Paste as plain text instead

  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...