|
|
How To Perform On-Line Registration Using MySQL
This is the MySQL code for setting up a simple database that will allow you to register your customers. This is the table used in the Sample Application for MySQL and PHP.
# phpMyAdmin MySQL-Dump
# version 2.2.5
# http://phpwizard.net/phpMyAdmin/
# http://phpmyadmin.sourceforge.net/ (download page)
#
# Host: mysql
# Generation Time: Feb 20, 2003 at 04:02 AM
# Server version: 3.23.49
# PHP Version: 4.1.2
# Database : `Sample`
# --------------------------------------------------------
#
# Table structure for table `ProductKey`
#
CREATE TABLE ProductKey (
row int(9) unsigned NOT NULL auto_increment,
certificate varchar(8) default NULL,
company_name varchar(35) default NULL,
email_address varchar(50) default NULL,
contact_name varchar(35) default NULL,
phone_number varchar(15) default NULL,
url varchar(50) default NULL,
notes varchar(255) default NULL,
remote_addr varchar(255) default NULL,
http_referer varchar(255) default NULL,
product_key varchar(8) default NULL,
license_key varchar(8) default NULL,
datetime_added datetime default '0000-00-00 00:00:00',
PRIMARY KEY (row)
) TYPE=MyISAM;
Any questions, comments or concerns can be addressed to me at the Contact Us page.
Written by William H. Bradshaw
|
|
Get The FREE Software:
Registration Summary:
- On-line software key activition code iis uunique to each computer
- Setup ShareGuard Lock and a Lock Calliing Program with Lock parameters
- Registration is fully automated
- Use a protected page and then issue a useername, password and URL after the user purchases
- This approach offers the highest level of software key protection
- Disadvantage: Users cannot migrate sofftwaare without your intervention
- Advantage: Nobody can ever redistributte yyour software without registering
|