Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 12:52 pm EST
Geeklog Forums
Still getting anomymoous porn spam in comments!
Rob
Anonymous
So I upgraded to the latest version of GL and have SpamX plug, but I'm still getting some anomymoous porn spam in comments! even if i have comments disabled for the story. Any ideas for someone who doesn't do much on the server side? Thanks
21
11
Quote
Status: offline
ScurvyDawg
Forum User
Full Member
Registered: 11/06/02
Posts: 523
Have you clicked Update MT-Blacklist in the spam X plugin?
Have you added the sites they are linking to into your SpamX plugin. It cannot block what it does not know is spam.
12
13
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Make sure you really have the latest version of everything. It shouldn't be possible to post comments when you've disabled comments for a story.
Also make sure your blacklists are up to date. Feed some of the key phrases of the spam you're getting into your personal blacklist.
bye, Dirk
Also make sure your blacklists are up to date. Feed some of the key phrases of the spam you're getting into your personal blacklist.
bye, Dirk
11
30
Quote
Status: offline
ByteEnable
Forum User
Full Member
Registered: 10/20/03
Posts: 138
In comment.php add the following code to implement the nofollow tag. Even though they post, you will not get penalized and they will get no reward.
DB_query("UPDATE {$_TABLES['comments']} SET rht = rht + 2 "
. "WHERE sid = '$sid' AND rht >= $rht");
// START NEW CODE
$comment = str_replace("<a", '"<a rel="nofollow"', $comment); // BYTE140205
$comment = str_replace("<A", '"<A rel="nofollow"', $comment); // BYTE140205
// END NEW CODE
DB_save ($_TABLES['comments'],'sid,uid,comment,date,title,pid,lft,rht,indent,type,ipaddress',
"'$sid',$uid,'$comment',now(),'$title',$pid,$rht,$rht+1,$indent+1,'$type','{$_SERVER['REMOTE_AD DR']}'");
} else {
Text Formatted Code
DB_query("UPDATE {$_TABLES['comments']} SET rht = rht + 2 "
. "WHERE sid = '$sid' AND rht >= $rht");
// START NEW CODE
$comment = str_replace("<a", '"<a rel="nofollow"', $comment); // BYTE140205
$comment = str_replace("<A", '"<A rel="nofollow"', $comment); // BYTE140205
// END NEW CODE
DB_save ($_TABLES['comments'],'sid,uid,comment,date,title,pid,lft,rht,indent,type,ipaddress',
"'$sid',$uid,'$comment',now(),'$title',$pid,$rht,$rht+1,$indent+1,'$type','{$_SERVER['REMOTE_AD DR']}'");
} else {
12
16
Quote
Status: offline
sphopkins
Forum User
Newbie
Registered: 12/09/03
Posts: 11
I am on not the most recent version of GL, and am having the same problem:
$_CONF['loginrequired'] = 1; // all of them, if set to 1 will override all else
$_CONF['submitloginrequired'] = 0;
$_CONF['commentsloginrequired'] = 1;
$_CONF['linksloginrequired'] = 0;
$_CONF['pollsloginrequired'] = 0;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 1;
$_CONF['emailstoryloginrequired'] = 1;
Just got a whack of porn comment spam that I have deleted, and I have added the sites that they were linked to, and updated the lists..... dunno if there is a new script floating around that has bypassed things.
Text Formatted Code
// this lets you select which functions are available for registered users only$_CONF['loginrequired'] = 1; // all of them, if set to 1 will override all else
$_CONF['submitloginrequired'] = 0;
$_CONF['commentsloginrequired'] = 1;
$_CONF['linksloginrequired'] = 0;
$_CONF['pollsloginrequired'] = 0;
$_CONF['calendarloginrequired'] = 0;
$_CONF['statsloginrequired'] = 0;
$_CONF['searchloginrequired'] = 0;
$_CONF['profileloginrequired'] = 0;
$_CONF['emailuserloginrequired'] = 1;
$_CONF['emailstoryloginrequired'] = 1;
Just got a whack of porn comment spam that I have deleted, and I have added the sites that they were linked to, and updated the lists..... dunno if there is a new script floating around that has bypassed things.
11
14
Quote
All times are EST. The time is now 12:52 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