View Single Post
  #6  
Old 2nd January 2010, 16:18
benjaminbih benjaminbih is offline
Senior Member
 
Join Date: Jul 2008
Bosnia-Herzegovina
Posts: 70
Default
Before you try to remove the mod, try this change to DB:

PHP Code:
ALTER TABLE `anti_cheatDROP INDEX `usertorrent` ,
ADD INDEX `usertorrent` ( `user_id` , `torrent_id` , `uploaded` , `downloaded` ) ; 
Reply With Quote