1

Topic: 3806 new users, all from same IP

Hey.

When I checked my forum now, it has 3806 new users, and everyone are from the same IP and got the username from 0__NsT to 3806__NsT.

Is this a bug or someone that think its funny?
And how can I delete every of these users without deleting the other users?


Thanks for all answers.


Yours, Runar

Re: 3806 new users, all from same IP

Well, it's probably someone who thinks it's funny tongue

And for the deletion I'd recommend to do a DELETE in the users table with a LIKE clause, like this:

DELETE FROM users WHERE username LIKE '%__NsT'

Re: 3806 new users, all from same IP

I've seen this happen before, and it's not really that funny. It's because of the fact punbb adds unverified users to the database... there's probably been other discussions about this elsewhere, but it's an easy fix if you implement a captcha (type what it says in the image in the textbox to continue)

I don't HAVE a signature, ok?

Re: 3806 new users, all from same IP

http://www.punres.org/viewtopic.php?id=281

And Bekko: there's a plugin which does this, AP_Forum_Cleanup (it deletes based on IP)

Re: 3806 new users, all from same IP

Oh my. It IS not very funny. Poor database - it's obviously feel *very* sick.
Are there any ways to protect one's forum from such *violence*?

The sky will shine again
Call of Dagon!
The Deep One is calling you
Call of Dagon!

Re: 3806 new users, all from same IP

Smartys wrote:

http://www.punres.org/viewtopic.php?id=281

And Bekko: there's a plugin which does this, AP_Forum_Cleanup (it deletes based on IP)

Just providing a simple solution smile

Re: 3806 new users, all from same IP

elbekko wrote:
Smartys wrote:

http://www.punres.org/viewtopic.php?id=281

And Bekko: there's a plugin which does this, AP_Forum_Cleanup (it deletes based on IP)

Just providing a simple solution smile

Depends on if the person knows what an SQL query is or where to use one tongue

Re: 3806 new users, all from same IP

http://punbb.org/forums/viewtopic.php?id=10720

Was fixed 2/28/06 with 1.2.11 for anyone finding this on a search smile