Web Hosting Talk







View Full Version : please help, php.


Dexzy
05-23-2005, 09:36 AM
Hello.
It would be wonderfull if someone here could make a login/signup script for me. I and someother have starter a "LAN (Local area nettwork) and we need a login/signup scritp.

azizny
05-23-2005, 11:02 AM
http://www.free-php-scripts.net/download_script.php?id=5

http://www.free-php-scripts.net/download_script.php?id=8

http://www.free-php-scripts.net/fps_password_protector.php

or checkout hotscripts.com

Peace,

jwnichols
05-23-2005, 02:27 PM
There's nothing as satisfying as writing your own.

If you're going to be doing password authentication over regular http (not https), may I suggest adding some seed+md5 hashing to keep your password from being transmitted in the clear?

pajhome.org.uk/crypt/md5/

I'm working on a authentication system myself in PHP, and it wasn't that much extra work.

Nyture
05-24-2005, 02:34 PM
Send me an email. I think I could help you create you login script. I've done a few. all depends on exactly whatcha need and how complicated its going to be. Ill do it for free if its basic enough.

Dan Grossman
05-24-2005, 03:15 PM
Old but great tutorial:

http://www.sitepoint.com/article/users-php-sessions-mysql