This is my website sql script. I am offering an amount of credits desired but not too much. (Don't worry I'm not that cheap) Also the object of this offer is to fix the script so that members do not need to verify themselves but you can only do that by editing the script and not removing any tables. It seems easy but it isn't.PHP Code:`id` int(11) NOT NULL auto_increment,
`name` varchar(13) NOT NULL,
`password` varchar(128) NOT NULL,
`salt` varchar(32) default NULL,
`email` tinytext NOT NULL,
`createdat` timestamp NOT NULL default CURRENT_TIMESTAMP,
`verification` varchar(200) NOT NULL default '0',
`verified` varchar(1) NOT NULL default '0',
`loggedin` tinyint(4) NOT NULL default '0',
`lastlogin` timestamp NULL default NULL,
`banned` tinyint(1) NOT NULL default '0',
`banreason` text NULL,
`sitelogin` int(11) default NULL,
`maincharacter` int(255) default '0',
`postedthread` int(11) default NULL,
`webadmin` smallint(1) NOT NULL default '0',
`positiveratings` int(11) NOT NULL default '0',
`neutralratings` int(11) NOT NULL default '0',
`negativeratings` int(11) NOT NULL default '0',
`sellingauctions` int(11) NOT NULL default '8',
`buyingauctions` int(11) NOT NULL default '2',


LinkBack URL
About LinkBacks

Reply With Quote




