| Re: Casdedi & spam |
Betreff: Re: Casdedi & spam von timo am 04.12.2006 18:27:11 Hi there, I'm also not german. But i had the same problem. But after i read this lines : Zitat:
i had was going to look ad my database. and i had only 1 table. i can't find <prefix>_casdedi_scode zo i made it. i opend the file that was located in the map sql, called "mysql.sql" I copy the next lines from the file to make the table by my own: ----- CREATE TABLE `<prefix>_casdedi_scode` ( `code_id` int(11) NOT NULL auto_increment, `code` varchar(6) NOT NULL default '', `codedisplay` varchar(12) NOT NULL default '', PRIMARY KEY (`code_id`) ) TYPE=MyISAM AUTO_INCREMENT=1; ---- you have to change <prefix>_ good luck with it! sorry for the bad englisch ![]() |
)