Login Register


Simple User System filter_list
Author
Message
Simple User System #1
I'm not going to go into much detail here as the files explain themselves.
Obviously, to test it, you'll need either a localhost environment or hosting. The files show you how to use the class and magic methods you can use to get information.

Download
[Image: 6tbE9Nw.png]

Reply

RE: Simple User System #2
Screenshots please? Is this already 100% done or just for testing?

Reply

RE: Simple User System #3
It's complete, you are correct. There isn't much to screenshot; it doesn't have a design.. It's just a user class and its uses.
[Image: 6tbE9Nw.png]

Reply

RE: Simple User System #4
Hmm ok. Would be nice to make a sort of preview file to show examples on how to use it. I know it's not a big deal to scout through the code, but still.

Reply

RE: Simple User System #5
Each of the files shows you how to use the methods that the class contains; if you haven't looked, don't post! Simple as that. Wink
[Image: 6tbE9Nw.png]

Reply

RE: Simple User System #6
Thanks for this, I may incorporate it into a project of mine.
♫▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬­­­▬▬▬▬▬▬▬▬­­­­­­­­­▬▬▬♫ ­
SHUT UP AND ENJOY NIGHTCORE !
♫▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬­­­▬▬▬▬▬▬▬▬­­­­­­­­­▬▬▬♫

TIP: Click my signature Wink

Reply

RE: Simple User System #7
Thanks for this! I appreciate Heart

Reply

RE: Simple User System #8
May i make a notice that from what i can tell, your storing the users Password, unencrypted into the Email Field...?

You could also update some of your checks to use the new validation system introduced in Php 5...

For example:
PHP Code:
if(!filter_var($input['email'], FILTER_VALIDATE_EMAIL) $errors[] = "Your e-mail is invalid.";

This is reported to be faster then using multiple regex patterns (And permits domain extensions which are longer then 3... for example, .mobi)

As i look over the code i'll post more info later on...

As for anyone looking to use this a real world application, i highly recommend changing registration and login encryption, Afaik, Sha256 has already been proven to not be secure. If you are looking for a easy to implement but secure system, then i recommend pHPass

Reply







Users browsing this thread: 2 Guest(s)