View Single Post
  #7 (permalink)  
Old 03-28-2007, 02:29 AM
DavidIQ's Avatar
DavidIQ
PPCGeeks Regular
Offline
Location: Clearwater, FL
 
Join Date: Jun 2006
Posts: 220
Reputation: 10
DavidIQ is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to DavidIQ
Sure...add *.info to the Banned e-mails list in admin and run the following query on the database:

Code:
DELETE FROM phpbb_users WHERE user_email LIKE '%.info';
DELETE FROM phpbb_user_group
WHERE user_id NOT IN (SELECT user_id FROM phpbb_users);
__________________
Reply With Quote