MyBB.de Forum

Normale Version: Spider Bots
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Spider Bots

Zitat:This plugin adds more spider bots to your forum database so you can detect more spider bots

Vorschau:
http://armyoffate.redirectme.net/3rdparty/mybb
Ich bekomme bei der Plugin aktivierung eine Mysql fehlermeldung Sad

weiß aber nicht warum?
hat noch jemand das selbe problem?

MfG
Wenn du die Fehlermeldung nennen würdest, könnte die bestimmt jemand helfen. Wink
Zitat:MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
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 'TYPE=MyISAM' at line 10
Query:
CREATE TABLE IF NOT EXISTS `mybb_spiders` ( `sid` int(10) unsigned NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `theme` int(10) unsigned NOT NULL default '0', `language` varchar(20) NOT NULL default '', `usergroup` int(10) unsigned NOT NULL default '0', `useragent` varchar(200) NOT NULL default '', `lastvisit` bigint(30) NOT NULL default '0', PRIMARY KEY (`sid`) ) TYPE=MyISAM

Hoffe ihr könnt mir helfen Smile

NetHunter

Finde in der Plugin Datei die Zeile:
PHP-Code:
Type=MyISAM 
ersetzen mit:
PHP-Code:
ENGINE=MyISAM 
Super dankeschön Smile das war der fehler.