December 12, 2024, 01:34:21 am | ||||
|
News: Everyone, get Xfire and PM Blaze or Solmu to get into the "Xfire Clan" so we can chat on there and play games! www.xfire.com Keep in mind you have to download it. Of course, only Windows users need to worry about viruses when they download this, because Mac's can't download it at all. |
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)) |