Retour vers CoRinne et VeRo >> **[[PlanDuSiteHtml Plan du site]]** >>
**#R#Gestion des Spams dans Wikini#R#**
{{recentlyspamed}}
{{spam}}
Note provenant de WikiniMst :
# NB: Seul l'admin du wiki ("admin_wiki" => "NomUtilisateurAdmin?", du fichier wakka.config.php) pourra gérer la fonction anti-spam.
Ajout dans le CSS: .commentspam { color:#c71f1f; background-color: yellow; padding: 10px; border-left:1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #EEEEEE; }
-------------------------
Message sur PHP MY Admin :
Erreur
requête SQL :
CREATE TABLE `antispam` (
`aspm_ID` bigint( 11 ) NOT NULL AUTO_INCREMENT ,
`aspm_string` varchar( 80 ) NOT NULL default '',
PRIMARY KEY ( `aspm_ID` ) ,
UNIQUE KEY `aspm_string` ( `aspm_string` )
)ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =4455
MySQL a répondu:
#1064 - You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4455 ' at line 6
---