Thread: Hacker
View Single Post
  #3  
Old 06-25-2005, 05:23 PM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

Before you change any status levels, run this mysql query to see what all accounts in your database have a status above 0, so you have a good idea of who might be doing this:

Code:
SELECT id,name,status FROM account WHERE status > 0;
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote