A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Login System

  1. #1
    // Silent Protagonist ivanthem's Avatar
    Join Date
    Jul 2003
    Location
    New Zealand
    Posts
    295

    Login System

    I'm looking for a PHP based login system with the following features:

    - Administrator makes accounts, not users and can add/remove new ones
    - Must support multiple users
    - Must be relatively secure
    - User pages are 100% customizable, nothing pre-made
    - Must be free (cheapskate )

    I have searched for something like this for a long time but was unsuccessful. Your help would be really appreciated!

  2. #2
    Allan Jardine
    Join Date
    Dec 2000
    Location
    Turtle hunting
    Posts
    192
    Easiest way is just to make one... That way it is completely integrated with your site. (100% customised), it's free, as secure as you make it etc.

    Its not all that difficult to do. Just some basic php and a little mysql (the same amount you would need to customise some else's script). You pass the user name and password from an html form, and then check the values against the database. If they are good, then set a cookie that your pages can use.

    Post again if you have any problems

    Sorry - i don't know of a free script which would do it... I'm sure there is some out there some where though... Someone else might know

    Allan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center