Ads
Lunarpages webhosting : Standard Web Hosting Plan starting at $7.95 a month includes 1000MB storage and 40GB data transfer.
Sygate Personal Firewall : Free firewall for personal/home use.
Quote of the day : "Can you guys run around and do stuff?" Shibuki (Retard Girl voice pack)

Next quote in 12.3 hours. [suggest a quote]

Our free stuff

PHP Scripts → Sign up form with e-mail validation (confirmation code)

Archive contents :
- create_tables.php :
	run it once (after editing its parameters ! ;) ) to create the data table.
- validation.php :
	the inscription and confirmation page.
- mypage.php :
	an example page that includes the form in a global valid XHTML page (with header + footer).
- GNUGPL.txt : 
	The GNU General Public License :)

Required : PHP and MySQL

How to get it work :
1. Enter your database informations in create_tables.php and validation.php
2. Run create_table.php to create the tables
3. Edit validation.php (particularly the confirmation e-mail)


/*************************************************************************
*                                                                        *
* This script pre-registers and confirms a user by e-mail.               *
* It features an anti-spam protection by enabling the owner of the mail  *
* account to blacklist their e-mail address. IPs are logged.             *
*                                                                        *
* Copyright (C) 2004-2005 PatheticCockroach <http://www.mpam3.fr.st>     *
*                                 Version 1.5 RC1                        *
*                                                                        *
* This program is free software; you can redistribute it and/or modify   *
* it under the terms of the GNU General Public License as published by   *
* the Free Software Foundation; either version 2, or (at your option)    *
* any later version.                                                     *
*                                                                        *
* This program is distributed in the hope that it will be useful,        *
* but WITHOUT ANY WARRANTY; without even the implied warranty of         *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
* GNU General Public License for more details.                           *
*                                                                        *
* You should have received a copy of the GNU General Public License      *
* along with this program; if not, write to the Free Software            *
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.              *
* You can also provide yourself with an online copy of the text:         *
* <http://www.gnu.org/copyleft/gpl.html>                                 *
* <http://www.gnu.org/copyleft/gpl.txt>                                  *
*                                                                        *
*************************************************************************/
Download