|
||||
10,000 WOW! I don't care who they are that's just great \/
__________________
“It is from numberless diverse acts of courage and belief that human history is shaped. Each time a man stands up for an ideal, or acts to improve the lot of others, or strikes out against injustice, he sends forth a tiny ripple of hope.”
Robert Kennedy Ha y'all come visit me at WMExperts some time. |
|
||||
Nice!!!
__________________
'If it ain't broke, don't fix it,' unless you're a tweaker, and in that case you already fixed it ten times and it's still broken. - Dave Mustaine
http://i108.photobucket.com/albums/n...1249020923.gif http://i108.photobucket.com/albums/n...1249020658.gif |
|
||||
Quote:
well ur not all wrong. I do say theres a lot of spammers registered but a lot of ppl really have websites. I check periodically. Anyways since ur here and all....know of a way to stop all registrations with .info email addys? And purge the database of the same? ~Mike
__________________
|
|
||||
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); |
|
|
|