CREATE TABLE nuke_authors (
aid varchar(25) NOT NULL default '',
name varchar(50) default NULL,
url varchar(255) NOT NULL default '',
email varchar(255) NOT NULL default '',
pwd varchar(40) default NULL,
counter int(11) NOT NULL default '0',
radminarticle tinyint(2) NOT NULL default '0',
radmintopic tinyint(2) NOT NULL default '0',
radminuser tinyint(2) NOT NULL default '0',
radminsurvey tinyint(2) NOT NULL default '0',
radminsection tinyint(2) NOT NULL default '0',
radminlink tinyint(2) NOT NULL default '0',
radminephem tinyint(2) NOT NULL default '0',
radminfaq tinyint(2) NOT NULL default '0',
radmindownload tinyint(2) NOT NULL default '0',
radminreviews tinyint(2) NOT NULL default '0',
radminnewsletter tinyint(2) NOT NULL default '0',
radminforum tinyint(2) NOT NULL default '0',
radmincontent tinyint(2) NOT NULL default '0',
radminency tinyint(2) NOT NULL default '0',
radminsuper tinyint(2) NOT NULL default '1',
admlanguage varchar(30) NOT NULL default '',
PRIMARY KEY (aid),
KEY aid (aid)
) TYPE=MyISAM
MySQL said:
You have an error in your SQL syntax near '---------------------------------------------------------
--
--
CREATE TABLE nu' at line 2
Back
_________________ Bryan Horton
IIS Nuker
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sat Feb 01, 2003 7:48 pm
You have to replace those troubled dashes with hashes.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
spapoops Private
Joined: Jan 22, 2003
Posts: 38
Location: USA
Posted:
Sat Feb 01, 2003 7:53 pm
This is FB's SQL right out of the box....
I'll just take this as getting the problems out of the way and the rest will be smooth sailing......
hoping and praying
_________________ Bryan Horton
IIS Nuker
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sat Feb 01, 2003 8:08 pm
Its been like that since beta 4 or 5. He hasn't changed the broken dashes to correct hashes. And insofar as beta 7 goes, I'm done debugging for the moment since my club expired a couple nights ago. The site isn't drawing enough for server support so I can't afford to pay club right now.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Guest
Posted:
Sun Feb 02, 2003 12:07 am
What is hash? lol is it / ?
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sun Feb 02, 2003 12:52 am
Hash = #
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sun Feb 02, 2003 5:43 am
I'm downloading beta 7 now so I'll get to work on it's bugs within the next hour or 2.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum