Page 1 of 1
Spam on shoutbox
Posted: Thu Apr 28, 2005 11:48 am
by pano
Hello,
is there any way to control the messages posted in the shoutbox plugin? I got several messages from onlinepoker and similar...
thanks!
Re: Spam on shoutbox
Posted: Thu Apr 28, 2005 2:33 pm
by garvinhicking
If you're loogge din to your blog via cookies, you can delete offending shoutbox texts.
However there is no automatic blocking like the serendipity spamblock comment does....yet. Maybe there are volunteers to introduce this. The contactform plugin hooks into the spamblock plugin for this, for example.
Regards,
Garvin
Posted: Thu Apr 28, 2005 9:43 pm
by pano
At the moment, as i am logged as admin, i have no problems deleting "on-the-fly" ofending comments in that place, but it's better if the plugin had some system to autoblock certains messages with certains words... Maybe someday

Re: Spam on shoutbox
Posted: Mon May 09, 2005 1:31 pm
by wjlu
This is what I have done on my shoutbox: find the first appearance of the following code:
Then replace it with the following:
Code: Select all
# The following codes were added by Wenjun Lu
# on the 6th of May, 2005. Purpose is to filter
# out messages that contain bad words.
if(!(
ereg('poker', $sql) ||
ereg('fuck', $sql)
))
{
# End of edit.
serendipity_db_query($sql);
# The following codes were added by Wenjun Lu
# on the 6th of May, 2005.
}
# End of edit.
Only need to replace the first "serendipity_db_query($sql);" not the second one. Hope this helps.
Regards,
Wenjun
Shoutbox Plugin Spam Prevention
Posted: Thu Sep 22, 2005 8:25 pm
by giovanisp
I did something similar... but inserting "if"s is not that much elegant... Would be nice to have a very small captcha (maybe just 3 characters) so the sender has to enter the image code along with their comment.
My site has been flooded with shoutbox posts ina rate of 1 post every 3 minutes!!! Fake IP addresses... I can't prevent...

Posted: Mon Feb 13, 2006 10:13 pm
by wh1sper
If you are courageous enough to try a simply modification by me and understand a little bit german then try my mod at
http://zockertown.de/s9y/index.php?sere ... =7&file=17
and copy it over the existing file in your plugin directory
plugins/serendipity_plugin_shoutbox
you should be adviced to make a copy of the original file before.
that might help, at least until something better exists

the trick is, that the shouter must modify the word spam or delete it. I thought that spammers are automatic scripts that can not read the instruction
greetings --bed

Posted: Fri Jun 30, 2006 7:02 pm
by wh1sper
I have updated the quick hacked antispam shoutbox modification.
Now with english installation and usage

very very simple but not disarmed until jet.
please read further here
zockertown.de ...
download the newest file from here
http://zockertown.de/s9y/index.php?sere ... =7&file=18
Posted: Fri Jul 28, 2006 9:46 am
by Mapster
wh1sper, great little mod. I had to change a few small things to do with layout.
Keep it updated!
Liking it

Posted: Sat Jul 29, 2006 1:17 am
by Mapster
Wh1sper, can you do another one? I'm still getting spam!

Posted: Wed Dec 06, 2006 4:40 am
by infidelguy
Works great! Thanks alot!