Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Log-in - Member functions
#2
After some extensive research I found this:

http://www.devshed.com/c/a/PHP/Creating-...in-Script/
http://www.developertutorials.com/tutori...0817-1006/
http://php-login-script.com/

All of these I believe get you what you want for an idea of user levels, and securing an input. I know personally that MyBB doesn't do anything with the data input sent in, whereas vBulletin actually encrypts your password into an md5 hash with the POST method. Doing things like that will secure a logon.

Email verification is fairly simple too.

Also, if you don't already know, libcurl would be very useful if you know how to use it in this case too. It does support POST data, and you can use it to save session information and other data to a local file to keep a session alive. It's pretty powerful.
Reply


Messages In This Thread
Log-in - Member functions - by Sam - 07-09-2011, 05:47 PM
RE: Log-in - Member functions - by AceInfinity - 07-09-2011, 06:38 PM
RE: Log-in - Member functions - by Sam - 07-09-2011, 06:39 PM
RE: Log-in - Member functions - by specizripn - 07-09-2011, 06:40 PM
RE: Log-in - Member functions - by Sam - 07-09-2011, 06:43 PM
RE: Log-in - Member functions - by AceInfinity - 07-09-2011, 06:54 PM
RE: Log-in - Member functions - by Sam - 07-09-2011, 07:03 PM
RE: Log-in - Member functions - by AceInfinity - 07-09-2011, 07:08 PM
RE: Log-in - Member functions - by Omniscient - 07-09-2011, 07:16 PM
RE: Log-in - Member functions - by Sam - 07-10-2011, 04:15 AM
RE: Log-in - Member functions - by Billy Mays - 07-11-2011, 02:40 PM
RE: Log-in - Member functions - by notLuke - 07-12-2011, 09:36 AM
RE: Log-in - Member functions - by Relapse - 07-12-2011, 07:39 PM
RE: Log-in - Member functions - by Carbon Host - 08-02-2011, 08:34 PM
RE: Log-in - Member functions - by Closed Account - 08-06-2011, 06:23 PM
RE: Log-in - Member functions - by RaZoR - 09-30-2011, 12:03 PM
RE: Log-in - Member functions - by cuonic - 11-30-2011, 01:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Log In System (Question) ImFocuzz 8 2,570 08-06-2011, 06:21 PM
Last Post: Closed Account

Forum Jump:


Users browsing this thread: 4 Guest(s)