06.12.2011, 15:23
How to delete the registration system and use only UCP based registration?
Currently i have:
Currently i have:
pawn Код:
CREATE TABLE IF NOT EXISTS `kasutajainfo` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`kasutaja` varchar(24) DEFAULT NULL,
`parool` varchar(40) DEFAULT NULL,
`mangutunde` int(20) DEFAULT NULL,
`raha` int(20) DEFAULT NULL,
`IP` varchar(16) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;