Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 10:32 pm EST
Geeklog Forums
Spam / Porno Comments
Page navigation
rob
Anonymous
Is there some way to make it so that I can authenticate that a poster is a human, like ask people to input a series of numbers that is written elsewhere on the page before it will actually save the comment?? If so what would be the overall gist of the code (I'm new to php and a little help with psuedocode goes a long way) It seems like our spammer keeps changing thier IP address, thereby getting around our ban. Also is it normal for the ban log to never get anything in it?? Ours remains empty even though it seems like it is stopping some unwanted traffic.
Thanks,
-Rob
Thanks,
-Rob
27
31
Quote
Jag
Anonymous
I got hit with this on two seperate sites (each using GL) as well.
I to had to shut off Anymous comments, as well as setting up an .htaccess to ban the IPs (three different IPs).
I to had to shut off Anymous comments, as well as setting up an .htaccess to ban the IPs (three different IPs).
24
25
Quote
Rob
Anonymous
What were the Ip's you banned, if you don't mind me asking??
-Rob
-Rob
31
25
Quote
I got hit with this hard over the weekend. I've seen one or two here and there over the past couple of months, but this got ever post on the site. Looks like someone has written a bot that scans the site for posts and then injects the comments. The hit on my site lasted about 20 minutes and appeared to come from 6 different IP addresses, though the initial scan seems t ohave originated from a single IP.
I've since set Geekog to not allow anonymous comments, which is fine for the sites I run.
I know there is a way to set a sppedlimit for posts, can the same be done for comments? That might slow this down.
Thanks.
Elmer
I've since set Geekog to not allow anonymous comments, which is fine for the sites I run.
I know there is a way to set a sppedlimit for posts, can the same be done for comments? That might slow this down.
Thanks.
Elmer
28
29
Quote
Status: offline
ScurvyDawg
Forum User
Full Member
Registered: 11/06/02
Posts: 523
You know my site has never been hit by this bot. A number of the ones I have installed have, however. The reason I think mine has been left alone is because in the language file I changed the name of Comments to Barks.
I think the script is looking for comments and leaves me alone because I do not use the default language.
Just an idea.
26
31
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by emasters: I know there is a way to set a sppedlimit for posts, can the same be done for comments? That might slow this down.
In config.php:
$_CONF['commentspeedlimit'] = 45;
bye, Dirk
28
33
Quote
Rob
Anonymous
Well I got fed up with this, so I hacked geeklog a bit. Basically if you change around COM_checkwords to return a flag if it finds what the guy is posting (I changed it to any word on my censored list)
return ($EditedMessage);
else
return($Replacement);
Then change Comment.php to check for this(change in the save comment function):
This will prevent anything from posting a comment with censored words (and cramp someone's style if they try to submit a story with censored words too.) It's unfortunate but I found this may be the best way to deal with this.
-Rob
Text Formatted Code
if ( $EditedMessage == $Message)return ($EditedMessage);
else
return($Replacement);
Then change Comment.php to check for this(change in the save comment function):
Text Formatted Code
if (!empty ($title) && !empty ($comment) && ($comment != '*censored*')) {This will prevent anything from posting a comment with censored words (and cramp someone's style if they try to submit a story with censored words too.) It's unfortunate but I found this may be the best way to deal with this.
-Rob
21
28
Quote
jadiepoo
Anonymous
ironmax
Anonymous
I myself would like to know how they are getting thru in posting anonomously. I have been lucky so far as to not get such a posting from this group of bandits. Maybe its because I have things secured. If anyone wishes to take a crack at posting to my site the way that they are posting to your site (the one's that are being abused), please do so and put in the msg that you are testing for security. Click here or goto http://www.spacequad.com to make your posts.
20
20
Quote
BBall
Anonymous
I have had a bunch of anonymous spam links on a couple of sites. The sites have anonymous comment posting turned off and have no signed up users (I do all the publishing).
The spam I got was pointing to pharma related links hosted at 01j.com - a domain registered in Russia.
The spam I got was pointing to pharma related links hosted at 01j.com - a domain registered in Russia.
22
30
Quote
Status: offline
drkrum
Forum User
Newbie
Registered: 03/01/03
Posts: 5
I've had this happen too. This morning I had about a hundred of them that that I had to clean up. Now I've got a patched geeklog which requires a 10 second delay between hitting 'reply to this' and hitting submit, and disallows anonymous comments with more than 2 links in them. Logged in users can still post as many links as they like. This is a much better solution than IP banning.
I've got a patch against 1.3.9. I'd like to see it incorporated into the actual geeklog distribution.
28
30
Quote
Status: offline
JohnVanVliet
Forum User
Full Member
Registered: 10/09/03
Posts: 161
happy to say that i have missed all this . from day 1 i have not allowed an annonm. to post
but i do get people trying to dl the same file 50 times
i just put this into the httpd.conf
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
Deny from 193.108.227.235 24.232.176.49
</Directory>
#
but i do get people trying to dl the same file 50 times
i just put this into the httpd.conf
Text Formatted Code
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
Deny from 193.108.227.235 24.232.176.49
</Directory>
#
18
27
Quote
Page navigation
All times are EST. The time is now 10:32 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content