1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

PHP User Registration and Login

Discussion in 'PHP' started by Help Desk, Jul 28, 2004.

Thread Status:
Not open for further replies.
  1. #1
    I am looking for an easy set of PHP scripts to allow users to Register, Login/Authenticate and store a few variables. Has anybody run across this?
     
    Help Desk, Jul 28, 2004 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    I've not seen pre-packaged ones, but I'm sure they must exist... did you check hotscripts.com?

    It's pretty easy to do though... I end up coding my own every time I need it because it's easier to do than to look for existing ones.
     
    digitalpoint, Jul 28, 2004 IP
  3. Help Desk

    Help Desk Well-Known Member

    Messages:
    1,365
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    180
    #3
    Help Desk, Jul 28, 2004 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    No, but I've done email verification systems as well (for mailing list subscription), and that's not terribly difficult either...
     
    digitalpoint, Jul 28, 2004 IP
  5. jarvi

    jarvi Well-Known Member

    Messages:
    127
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #5
    jarvi, Jul 28, 2004 IP
  6. john_loch

    john_loch Rodent Slayer

    Messages:
    1,294
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    138
    #6
    Thinkbling,

    It depends on how you want to **manage** those users. Theres a number of user management models out there. The registration and login are just peripheral to proper user and session management, which is where most folk come unstuck at code level.

    It's also where assumptions land hackers @ root, and clients with lawyers.

    Start by looking at some of the more popular CMS' and go from there. Also, consider your code/server. Each have their plusses. :)
     
    john_loch, Jul 28, 2004 IP
  7. Help Desk

    Help Desk Well-Known Member

    Messages:
    1,365
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    180
    #7
    If you are familiar with the registration and profile portions of the phpBB, I am looking for something like that but easily customizable to include custom fields and such.
     
    Help Desk, Jul 29, 2004 IP
Thread Status:
Not open for further replies.