drugs advertising

Discussion about everything. New games, 3d math, development tips...

drugs advertising

Postby mireazma » Sat Nov 13, 2010 1:23 pm

Sorry. I don't get it. What's medicine has to do with "Irrlicht Beginners Help" subforum?!
mireazma
 
Posts: 7
Joined: Fri Nov 12, 2010 1:42 pm

Postby ACE247 » Sat Nov 13, 2010 1:52 pm

Its a f'n Spammer, I Hate them.
H8L6L5M4G3H5M7N8S7N9O1R8J1P5M7N9O4P2Q5R6T7U4M3N8X6S5T8W (If you want the secret, why not 'TRY' decrypting it? )
This Door's lock doesn't need a key, the Lock is the key to open the Lock and you don't know how to turn the key...
Link: My Blog :)
User avatar
ACE247
 
Posts: 701
Joined: Tue Mar 16, 2010 12:31 am
Location: Namibia

Postby cookie » Sat Nov 13, 2010 1:56 pm

This bastard spammend more than 7 pages in the beginners help >.<
Fuckin spambots
cookie
 
Posts: 83
Joined: Sun Aug 23, 2009 9:30 pm

Postby kazymjir » Sat Nov 13, 2010 3:58 pm

Ya. Even they dont have LSD. :(
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
User avatar
kazymjir
 
Posts: 677
Joined: Sat Feb 20, 2010 4:05 pm

Postby d3jake » Sat Nov 13, 2010 9:30 pm

For those that don't know: Spambots simply generate a ton of irrelevant posts for no reason. ... Correction, their reason is similar to the reason that folks cheat at games: To ruin the experience for others, gaining some sort of high from it. Elementary school mentality, really.
The Open Descent Foundation is always looking for programmers! http://www.odf-online.org
"I'll find out if what I deleted was vital here shortly..." -d3jake
User avatar
d3jake
 
Posts: 198
Joined: Sat Mar 22, 2008 7:49 pm
Location: United States of America

Postby Virion » Sun Nov 14, 2010 11:08 am

omg spams appeared again! :x
User avatar
Virion
 
Posts: 2102
Joined: Mon Dec 18, 2006 5:04 am
Location: Malaysia

Postby greenya » Sun Nov 14, 2010 12:33 pm

Hmm, that bot according to its account details already spammed 700+ topics :( and still do this.

If its possible, it would be great to restrict creating more than 10 topics per day for each "young user" (*). Because ordinary spammers and bots register each time new account for spamming.

(*) "young user" is a user which has registered less than for example 3 months ago.
User avatar
greenya
 
Posts: 951
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine

Postby grumpymonkey » Sun Nov 14, 2010 1:27 pm

I checked and he spammed 22 pages on the beginners help forum -.- spammers piss me off.

maybe a forcing a captcha on new members for posting too quickly or something like that could prevent this
Image
User avatar
grumpymonkey
 
Posts: 222
Joined: Mon Jan 19, 2009 10:03 pm
Location: Miami, Florida

Postby hybrid » Sun Nov 14, 2010 1:56 pm

Captchas are already installed. I've tweaked the strength a little bit, and also increased the time between consecutive posts a little. But it seems as if there's once more some bot exploit or something. Such strong spamming only seldomly occurs and often just for a few hours. Hope it won't be too severe this time.
hybrid
Admin
 
Posts: 13967
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany

Postby Virion » Sun Nov 14, 2010 3:56 pm

grumpymonkey wrote: he spammed 22 pages on the beginners help forum

damn :shock: he deserves a punch in his face
User avatar
Virion
 
Posts: 2102
Joined: Mon Dec 18, 2006 5:04 am
Location: Malaysia

Postby hybrid » Mon Nov 15, 2010 1:01 am

And a few bucks for me due to the many posts I had to click and delete...
hybrid
Admin
 
Posts: 13967
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany

Postby Bate » Mon Nov 15, 2010 1:50 am

Seriously? You can't select and delete all of them at once? Well, that must have been a pain in the arse. :D
Never take advice from someone who likes to give advice, so take my advice and don't take it.
User avatar
Bate
 
Posts: 364
Joined: Sun Nov 01, 2009 11:39 pm
Location: Germany

Postby Insomniacp » Mon Nov 15, 2010 2:18 am

thought there was an option to remove all posts by user when deleting a user. may be in a different version of the forums.
Insomniacp
 
Posts: 288
Joined: Wed Apr 16, 2008 1:45 am

Postby kazymjir » Mon Nov 15, 2010 4:09 am

Of course there is option to delete all given user posts:

According to phpBB database schema (http://wiki.phpbb.com/display/DEV/Tables), I wrote this little SQL statement:
Code: Select all
DELETE u, t, p, a FROM phpbb_users AS u INNER JOIN phpbb_topics AS t ON u.user_id=t.topic_poster INNER JOIN phpbb_posts AS p ON u.user_id=p.poster_id INNER JOIN phpbb_acl_users AS a ON u.user_id = a.user_id
WHERE u.user_id=6;


(change 6 to spammer user_id)

This code will delete given user, all posts and topics he created.
Also, it's deleting user entry in phpbb_acl_user table ("Permission roles and/or individual permissions assigned to users").
It is not needed to delete user, his posts and topics, but deleted user entry in this table will be never used, so it will be good to remove it too.
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
User avatar
kazymjir
 
Posts: 677
Joined: Sat Feb 20, 2010 4:05 pm

Postby hybrid » Mon Nov 15, 2010 3:04 pm

Well, there's the mass deletion option in the moderator panel, so I just had to mark those messages. Not deleting every single post.
And no, writing an SQL statement is not "an option to mass delete things". It's a low-level intrusive access to the underlying system. That's as if I have to set some processor registers to write in bold face in MS Office. So I'll keep with the point'n'click solution.
hybrid
Admin
 
Posts: 13967
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany

Next

Return to Off-topic

Who is online

Users browsing this forum: No registered users and 1 guest