How to Easily Make an Advance Level Login system

SIMILAR ARTICLES


18 COMMENTS

  1. …. a tutorial for easily making an advance level login system…. cool !! Thanks Ayaz for sharing this amazingly helpful tutorial blog…. “www.Script-Tutorials.com” and I thank this site for all the really helpful help !! :)

  2. Very helpful! Thank you! Looking forward to other “Script Tutorials.” I also like the way you have included a demo of the things you have covered in the tutorial!

    Dave

  3. Thanks guys for comments :)
    Yes, OpenID and OAuth is good technologies too, but it will more difficult for first reading. But hope that I will create such articles too.

  4. This is great!

    A little stuck on setting the password though.

    ‘User1’ => ‘d8578edf8458ce06fbc5bb76a58c5ca4’, //Sample: MD5(‘qwerty’)

    How do you set your own password?

    Any help greatly appreciated!

    • Hi Glen,
      It is already written in comments, haven’t you noticed? If you want to get a hash code of your custom password, you can just print it on screen:
      echo md5(‘my_custom_password’);
      after- just put the echoed password into this array

      • Dear Andrew,

        Thank you for your great tutorial, I am looking forward using more of this great stuff. Can you help me out a bit, I would like to redirect the user after the login to somekind of a homefolder. Can i realise that with easy. Thanks in advance!

  5. Hi Maurits,
    Yes, of course, you may relocate your members to any page you need after they have logged in. You may use the ‘header’ PHP command to relocate them.

  6. Hey! i like your code, but how do i put the login system ON MY WEBSITE, sure you gave me the code to MAKE it but how do i actually put it on my website??!! (i know its kind of a noobie question) i just cant figure that out everyone shows you HOW to make it but not how to put on your website. Please help me i’ve been searching the web for months but still can’t find an answer. REPLY QUICKLY PLEASE

    • Hello hashmat,
      You will need to download the most important (to login system) files from your website, and integrate necessary codes into these files, finally – upload your changed files back to the server.

  7. This is the best tutorial that I have seen so far to explain each part of the process. And I think I could probably add this to my site. But first I would like to ask, how would I create a button that allows users to create accounts on the website?

    • Hi,
      I recommend that you check other our tutorials – because the registration system was already explained there.

  8. andery can you post tutorial for how to let users edit their profile page and save them…
    as we save and update our bio to social websites??
    also sign up page with sending confirmation link

Leave a Reply