December 12, 2024, 01:35:31 am | ||||
|
News: Ok you lovable friends, Chao and Solmu are currently working on adding an add-on to the forum, our imageboard, KotLTchan. We'll be able to link you and stuff when we get it all set up. |
Home | Help | Search | Arcade | Gallery | Staff List | Calendar | Members | Login | Register |
Database Error |
Please try again. If you come back to this error screen, report the error to an administrator. CREATE TABLE IF NOT EXISTS kotlt_gallery_pic( ID_PICTURE int(11) NOT NULL auto_increment, ID_MEMBER mediumint(8) unsigned NOT NULL default '0', date int(10) unsigned NOT NULL default '0', title VARCHAR(100), description text, views int(10) NOT NULL default '0', filesize int(10) NOT NULL default '0', height int(10) NOT NULL default '0', width int(10) NOT NULL default '0', filename tinytext, thumbfilename tinytext, commenttotal int(10) NOT NULL default '0', ID_CAT int(10) NOT NULL default '0', USER_ID_CAT int(10) NOT NULL default '0', approved tinyint(4) NOT NULL default '0', allowcomments tinyint(4) NOT NULL default '0', totalratings int(10) NOT NULL default '0', totallikes int(10) NOT NULL default '0', rating int(10) NOT NULL default '0', type tinyint(4) NOT NULL default '0', sendemail tinyint(4) NOT NULL default '0', ID_TOPIC mediumint(8) unsigned NOT NULL default '0', keywords VARCHAR(255), mature tinyint(4) NOT NULL default '0', mediumfilename tinytext, videofile tinytext, additionalcats tinytext, featured tinyint(4) NOT NULL default '0', allowratings tinyint(4) NOT NULL default '1', seourl varchar(255), PRIMARY KEY (ID_PICTURE)) |