i dont think there is any script to make it
what u mean downgrade database??
Losing connection or crashes? if crashes..
man just restart your server every 24 hours.. It's simple.
Why having it 40+ hours? as i see in yours.
Ye changing it back to 0.2 is verry difficult, how many scripts you would have to change lol?? I was thinking about that also but I've resigned ;/
Lost like 100 players because of the crashes
it's my errors already posted in ur topic thereyes need change all database scripts BUT solution is in my signature (click "my scripts" and then db functions)
SQL ERROR DBResult::GetDataInt() action_id
SQL ERROR DBResult::GetDataInt() banned_by
SQL ERROR DBResult::GetDataInt() time
SQL ERROR DBResult::GetDataInt() account
SQL ERROR DBResult::GetDataInt() reason_id
SQL ERROR DBResult::GetDataInt() action_id
SQL ERROR DBResult::GetDataInt() banned_by
SQL ERROR DBResult::GetDataInt() time
SQL ERROR DBResult::GetDataInt() account
SQL ERROR DBResult::GetDataInt() reason_id
SQL ERROR DBResult::GetDataInt() action_id
SQL ERROR DBResult::GetDataInt() banned_by
SQL ERROR DBResult::GetDataInt() time
SQL ERROR DBResult::GetDataInt() account
> MySQL ERROR mysql_real_query: SELECT `id`, `password`, `type`, `premdays`, `lastday`, `key`, `warnings` FROM `accounts` WHERE `id` = 123 Unknown column 'type' in 'field list'
ehh you mean like you want to use TFS 0.3 but with 0.2 database? :S
Oki well...
It tell you there is no column name 'type', you need to add it to database...
Same with ban... Either it's a 'string' but should be 'int' or it don't exist.
No clue about that part :/
no ;swell maybe u can make like (in PHPMyAdmin)
UPDATE accounts SET account_id = account_name
?? or maybe players have account_id ??