Forum Moderators: coopster & phranque

Message Too Old, No Replies

Userdata Base ?

Looking for client login database

         

CaptainKarl

5:17 pm on Nov 3, 2001 (gmt 0)



like [webmasterworld.com...] Something easey

sugarkane

2:39 pm on Nov 5, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Login / user handling routines are usually built into scripts at a fairly fundamental level - it might not be practical to bolt those features on to an existing script.

If you want to protect pages from unauthorised access, the simplest way is probably to use .htaccess and .htpasswd (on Apache)

More info here [faq.clever.net]

idiotgirl

7:44 pm on Nov 6, 2001 (gmt 0)

10+ Year Member Top Contributors Of The Month



Is this for a membership or registered user type access, where the magic username/pw combination grants access to a particular area of a web site? There are several scripts like this available (free and not free) from places like cgi-resources, hotscripts, etc. They allow members to modify profiles, automatically update .htpasswd files, and all the stuff that will become two full time jobs if you try to maintain yourself. Many have numerous admin functions to make routine tasks easy, including stuff like lost password retrieval, IP banning, yadda yadda.

If it's simply limiting access to a directory on the site, it's fast and easy with .htaccess and .htpasswd files. Some people don't like the generic pop-up windows - (they never bothered me) but they're very simple to create and maintain.

CaptainKarl

2:26 am on Nov 8, 2001 (gmt 0)



Auuu yeah i asked stuped qustion, name of file like "Newuser Registration" looking more for like a Database

thanks pep's
idiotgirl & sugerkane

CaptainKarl

6:27 pm on Nov 8, 2001 (gmt 0)



Can someone show me a good MYsql/php ?
i found this one [jbih.com...]
But i need more user infomation fields