Staredit Network

Staredit Network -> Miscellaneous -> If you were a mod for a day, what would you do?
Report, edit, etc...Posted by SA_Max71 on 2005-01-18 at 10:38:20
«–SA_Max71–» says: tongue.gif ....
Why not ban the guy's ip?
Report, edit, etc...Posted by IsolatedPurity on 2005-01-18 at 10:38:30
I got an easy solution for you:

CODE
query = select * from <topics table> where mname like '%777%'
while ($row = query)
{
delete from <posts table> where topicID = $row[topicID]
detele from <topics table> where topicID = $row[topicID]
}


make it a cron job and have it run every 15 minutes or so
Report, edit, etc...Posted by DT_Battlekruser on 2005-01-18 at 11:31:46
Then he registers under a different name.

If say his IP is 67.145.167.3 (making it up), try banning 67.145.167.* or 67.145.*.*

Or ban his email adresses.
Report, edit, etc...Posted by IsolatedPurity on 2005-01-18 at 11:43:44
Ah but you miss the beauty of it: He'll think that a moderator is deleting his topics smile.gif.
I'm sure they tried that, I'm betting he used proxies. I would have kept up at it, using simply sql queries to delete the spam rather than doing it all manually. Eventually, he will grow bored of it... if not, tell him how easy it is to delete his spam so he knows all his work is gone in .01 seconds.

New email addresses aren't hard to get.
Report, edit, etc...Posted by DT_Battlekruser on 2005-01-18 at 19:49:11
True, i guess he'd be too much of a n00b to know that a script was doing it and not the mods.

(decides to come to Ip for future PHP issues)
Report, edit, etc...Posted by MillenniumArmy on 2005-01-18 at 19:52:28
If I were a mod...

I'd quit right away
Next Page (2)