0 Members and 2 Guests are viewing this topic.
Quote from: Streetwalker on October 30, 2013, 01:57:44 pmA possibility would be to link it in the Omni navbar.speeking of which, the image uploader and the radio should be linked there >.<
A possibility would be to link it in the Omni navbar.
That would actually be a nice idea. People would upload their art in source format or in Axe format or whatever and people would download them converted in all the applicable formats, along with a HTML-generated preview. Can I help?
Quote from: Juju on October 30, 2013, 04:15:29 pmThat would actually be a nice idea. People would upload their art in source format or in Axe format or whatever and people would download them converted in all the applicable formats, along with a HTML-generated preview. Can I help?Hmm, I think more something like upload a PNG or a BMP.
"welcome to the world of computers, where everything seems to be based on random number generators"
CREATE TABLE "sprites" ( id int NOT NULL auto_increment, name varchar(30) NOT NULL, uploader varchar(30) NOT NULL, tags varchar(255) NOT NULL, date_uploaded datetime NOT NULL DEFAULT CURDATE(), luazm_data text NOT NULL, prizm_data_16bit text NOT NULL, PRIMARY KEY (id) );
CREATE TABLE "sprites" ( id int NOT NULL auto_increment, name varchar(30) NOT NULL, uploader varchar(30) NOT NULL, tags varchar(255) NOT NULL, date_uploaded datetime NOT NULL DEFAULT CURDATE, luazm_data text NOT NULL, prizm_data_16bit text NOT NULL, PRIMARY KEY (id) );
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"sprites" ( id int NOT NULL auto_increment, name varch' at line 1
CREATE TABLE sprites ( id int(11) NOT NULL auto_increment, name varchar(30) NOT NULL, uploader varchar(30) NOT NULL, tags varchar(255) NOT NULL, date_uploaded datetime NOT NULL DEFAULT CURDATE(), luazm_data text NOT NULL, prizm_data_16bit text NOT NULL, PRIMARY KEY (id) )
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURDATE(), luazm_data text NOT NULL, prizm_data_16bit ' at line 6