PDA

View Full Version : Free PHP Login Script


spcomputing.com
01-16-2003, 03:27 PM
Hi everyone, I'm a new customer to ValueHost... :)

Iv'e been running a computing related site for a while on a free service, which has limitations as to what you can do on it. One of the things i would like to do is setup a simple member system, where users can register login/logout in order to access certain areas of the site.

Can anyone recommend anything that works well on the valuehost servers? My preferred programming language is PHP.

Thanks very much.

---

SP Computing

http://www.spcomputing.com/
[not setup yet :( ]

Decker
01-16-2003, 06:41 PM
Using both php/postNuke, tried most of the others out too. They all seem reliable and fast enough - so take your pick of your fav and away you go :D

spcomputing.com
01-16-2003, 09:32 PM
Thanks, I'll take a look at these. :)

efc
01-17-2003, 07:19 AM
Hmm, I think that Nuke might be overkill if its just user auth you are looking for.

Sounds to me like you need a pre-written auth script. One site I can recommend myself is phpclasses.org (http://www.phpclasses.org/index.html). You'll find hundreds of PHP classes there to do almost anything.

Look in the 'User information' section, which has classes for user authentification and session tracking.

You'll have to register to download any scripts, but its a free service so it won't cost you anything.

HTH.