########################################### #-----------Users login system------------# ########################################### /*=========================================\ Author : Mohammed Ahmed(M@@king) \\ Version : 1.1 \\ Date Created: Aug 20 2005 \\ ---------------------------- \\ Last Update: 18-SEP-2006 \\ ---------------------------- \\ Country : Palestine \\ City : Gaza \\ E-mail : m@maaking.com \\ WWW : http://www.maaking.com \\ Mobile/SMS : 00972-599-622235 \\ \\ ===========================================\ ------------------------------------------*/ Install: - upload files to your site. - create a new databse and insert mysql_database.sql Using PHPMyAdmin. - edit config file and change database info. I welcome any suggestion/modification at m@maaking.com or contact page: http://www.maaking.com/index.php?loadpage=contact Admin Page: go to htttp://ur-site.com/admin/ Username: admin Password: maa Regards :) Mohammed Ahmed Palestine ////////////////////////////////////////////// Note: if you got this message while testing the script on your local computer. Warning: mail(): SMTP server response: 550 Unrouteable address in c:\appserv\www\login\admin\users.php on line 274 An error occurred while sending the email. You can try: 1- Check the email is correct. 2- Call your hosting provider to allow the function mail(); to send E-mails. 3- If your running the script on localhost (on your pc) you have to: a: edit php.ini file. Click on (Start) menu then chose (Run) type in (php.ini) and hit Enter. b: Look for: ------------------ [mail function] ; For Win32 only. SMTP = localhost ------------------- replace with: ------------------- [mail function] ; For Win32 only. SMTP = mail.palnet.com SMTP_PORT = 25 ------------------- you can change mail.palnet.com to any local email provider. we just need their mail server Good Luck, Mohammed Ahmed Palestine