Welcome, Guest. Please Login or Register.
June 05, 2025, 08:29:39 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Username spamming/flooding « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Username spamming/flooding  (Read 261 times)
gengar56
Noobie
*
Posts: 4


I'm a llama!

Username spamming/flooding
« on: September 06, 2002, 08:22:08 PM »
Reply with quote

someone has registered over 8,000 usernames on my board. there is some kind of bot that is constantly registering them. what can i do about this? help!
Logged
phark
Sr. Member
****
Posts: 482


Re:Username spamming/flooding
« Reply #1 on: September 06, 2002, 08:27:21 PM »
Reply with quote

If its coming from the same IP address, ban that IP address in the admin center.
Logged

I'm not scared of dying, I just don't want to.
gengar56
Noobie
*
Posts: 4


I'm a llama!

Re:Username spamming/flooding
« Reply #2 on: September 06, 2002, 10:34:41 PM »
Reply with quote

how do i find their ip if they didn't post?
Logged
phark
Sr. Member
****
Posts: 482


Re:Username spamming/flooding
« Reply #3 on: September 06, 2002, 11:02:25 PM »
Reply with quote

Run a MySQL query on one of the names it created...  Go into MySQL and run the following query:

select * from yabbse_members
where memberName='evil flooder'

Where evil flooder is the name on the account they created.  Scroll over to the right and look for the memberIP field and ban that one.
Logged

I'm not scared of dying, I just don't want to.
Mach8
Sweetie
Beta Tester
YaBB God
*****
Posts: 1218


ICQ - 339855961
Re:Username spamming/flooding
« Reply #4 on: September 07, 2002, 07:34:29 PM »
Reply with quote

And to delete all those members:

DELETE FROM yabbse_members WHERE memberIP='<put in the IP here which you got from phark's query>' AND posts = 0
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Username spamming/flooding
« Reply #5 on: September 07, 2002, 08:26:28 PM »
Reply with quote

There is also the show ip in profile mod which will give you their ip if they havn't ever posted.
Logged

phark
Sr. Member
****
Posts: 482


Re:Username spamming/flooding
« Reply #6 on: September 07, 2002, 08:54:14 PM »
Reply with quote

Thanks Mach... I thought about that after I posted, but couldn't get back on.  Seems there were some database problems with this site last night.   ::)
Logged

I'm not scared of dying, I just don't want to.
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Username spamming/flooding « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.725 seconds with 21 queries.