Welcome to Geeklog, Anonymous Thursday, July 10 2025 @ 04:30 am EDT
Geeklog Forums
Still getting anomymoous porn spam in comments!
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
23
14
Quote
Status: offline
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.
16
18
Quote
Status: offline
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
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
13
34
Quote
Status: offline
Forum User
Full Member
Registered: 04/25/02
Posts: 154

Is there a way to prevent all comments entirely? The site I'm having problems on is already set so that only logged in users can post comments.
John Hughes
John Hughes
17
16
Quote
Status: offline
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Set the 'commentcode' field in gl_stories to -1 for all existing stories.
$_CONF['comment_code'] = -1; sets the default to "no comments" for new stories.
bye, Dirk
$_CONF['comment_code'] = -1; sets the default to "no comments" for new stories.
bye, Dirk
17
16
Quote
Status: offline
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 {
14
21
Quote
Status: offline
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.
14
20
Quote
Status: offline
Forum User
Newbie
Registered: 12/09/03
Posts: 11
BTW anyone else notice that just prior to getting the spam with links, that there was a bunch of anonymous spam that didn't have links, possibly testing things ?
14
12
Quote
All times are EDT. The time is now 04:30 am.
- 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