![]() |
|
|||||||
| CjOverkill General Discussion and Support CjOverkill general discussion and support. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
i have a problem in a old cjoverkill installation, this is waht the support server told me about: ----------------------- It appears the the cjoverkill_cheatreports and cjoverkill_blacklist tables have been damaged beyond repair. If you could contact the script authors and get the structure for these tables we can recreate them for you, which should then solve the connection error. However, the data will not be available. ---------------------- Can you help me and provide this info? structure for these tables: cjoverkill_cheatreports cjoverkill_blacklist please? i prefer try like this instead to reinstall all, because i guess if only this 2 table have lost the data all the site for trade are still in database and if i reinstall in a fresh database/empty this one, i will lost all... can you help me with this info? thank you. Last edited by cmedia; 29th November 2008 at 10:48 PM. |
|
#2
|
|||
|
|||
|
Code:
CREATE TABLE cjoverkill_blacklist (
id int(11) NOT NULL auto_increment,
domain varchar(250) NOT NULL default '',
email varchar(250) NOT NULL default 'some@email.com',
icq varchar(50) NOT NULL default '0',
reason varchar(250) NOT NULL default '',
PRIMARY KEY (id)
) TYPE=MyISAM
Code:
CREATE TABLE cjoverkill_cheatreports (
trade_id int(11) default NULL,
hour int(2) NOT NULL default '0',
what varchar(250) NOT NULL default ''
) TYPE=MyISAM
|
|
#3
|
|||
|
|||
|
Thank you!!! :d
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|