Php Register/login system

1 post Page 1 of 1
Contributors
User avatar
pip
VIP - Donator
VIP - Donator
Posts: 156
Joined: Tue Jul 12, 2011 3:13 am

Php Register/login system
pip
Hi all so i made my php register/login system tut a while back well i found multiple errors and problems with it and want to improve it so i am making a nw one from scratch proving ot be rather difficult here is table i decided on so far:

CREATE TABLE `ix3app_members` (
`id` int(11) NOT NULL auto_increment,
`usr` varchar(32) collate utf8_unicode_ci NOT NULL default '',
`pass` varchar(32) collate utf8_unicode_ci NOT NULL default '',
`email` varchar(255) collate utf8_unicode_ci NOT NULL default '',
`regIP` varchar(15) collate utf8_unicode_ci NOT NULL default '',
`dt` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `usr` (`usr`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Does anyone want to help me make login/register php scripts such as vb.net ones to log this stuff? if you could i need it and possibly looking into a ban table also i have started some of this but need help so if anyone is interested just pm or post here!
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
1 post Page 1 of 1
Return to “Help & Support”