Necesito ayuda con la pagina web

No se si este sera el mejor sitio para esto, pero por probar que no quede. Tengo un problema al instalar el modulo vwar en mi pagina web, que cuando lo instalo me sale una parrafada de error (error 1064)

-> Database Error: Invalid SQL: CREATE TABLE vwar- (
warid smallint(5) unsigned NOT NULL auto_increment,
gametypeid smallint(5) NOT NULL default '0',
matchtypeid smallint(5) NOT NULL default '0',
gameid smallint(5) NOT NULL default '0',
mailgroupid smallint(5) NOT NULL default '0',
report text NOT NULL,
publicreport smallint(5) NOT NULL default '1',
ownplayers text NOT NULL,
opplayers text NOT NULL,
oppid smallint(5) NOT NULL default '0',
serverid smallint(5) NOT NULL default '0',
playerperteam tinyint(2) default NULL,
serverpassword varchar(100) NOT NULL default '',
info text NOT NULL,
publicinfo smallint(5) NOT NULL default '1',
resultbylocations smallint(1) NOT NULL default '0',
status smallint(1) NOT NULL default '0',
dateline int(11) NOT NULL default '0',
repeat_mod varchar(6) NOT NULL default '',
repeat_number varchar(10) NOT NULL default '',
repeat_saveas smallint(1) NOT NULL default '0',
addedby smallint(5) NOT NULL default '0',
addedtime int(11) NOT NULL default '0',
changedby smallint(5) NOT NULL default '0',
changedtime int(11) NOT NULL default '0',
PRIMARY KEY (warid)
) TYPE=MyISAM;
-> MySQL Error: 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 '- (
warid smallint(5) unsigned NOT NULL auto_increment,
ga
-> MySQL Error Number: 1064
-> Date: 09.09.2006 @ 18:13
-> Script: /install_vwar.php?step=4
-> Referer:

Si alguien sabe porque es y puede explicarme como arreglarlo que me lo diga por favor

P.D: Se que es algo de la base de datos por el MySQL
Yo de MySQL no tengo ni idea, pero puedes probar a quitar el - de aki ???
vwar-

Parece un simple error de sintaxis, sino revisa la sintaxis de creación de tablas en MySQL que debe ser un chorrada.

Si encuentro algo te lo pongo
1 respuesta