spammers, and rel='nofollow'

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
code reader
Registered User
Posts: 653
Joined: Wed Sep 21, 2005 3:01 pm

Re: spammers, and rel='nofollow'

Post by code reader »

Adric wrote: let me get this straight... You are saying that the spam on these boards to buy stuff for cell-phones and what not are not really an attempt for us to buy cell phone stuff, but just to increase the rating for these boards? Why then advertise stuff. They could just type "Spam" and not even bother typing anything else. Why would they care if this board has a higher rating?

Anywho, while i understand your idea about a "boilerplate" question, in many cases this would not be practical. Lets say i visit a board on dog care. I decide to register, and the question is, i don;t know, lets say "What is the name of the Admin's Dog"... Well, how would I know? And how would I find this out... The board I run has an easy way of deciding if they should be allowed to register --- If you aren't in the Guild, you can register and use the general board, but until you get approved for the "Guild Member" Group, you can't see any of the real board... And once you are approved, the general board is no longer visible, so that issue goes away as real members can't even see the spam that is being posted. So basicaly as you can see, it varies from case to case as to what admins can do on individual boards... And besides, as soon as the events system is implimented, it will be incredibly easy to ban and delete posts from such users...
it seems that this discussion doesnt have much point, as the die seem to be already cast, but let me answer your questions, since you ask politely:
0) i am not sure you understand the rating point. the junk posting do not increase the rating for YOUR site. it increases the rating for the sites being advertised. this have to do with the algorithm google and other search engines use to rate web-sites: the more external links to the site exist, the higher the site's ranking.
1) i did not say that all spammers dont want clicks. i said that some (and by a non-scientific method, i think most) of them are looking mainly to increase their google ranking.
why do i say that?
well, there are many robotic registrations that add a web-site to their profile, and never post. my anecdotal impression is that this phenomenon is more common than the junk posting.
the only motivation i could think of for this behavior is to increase the google rating for their site.
even the spammers that do post with ads, seems (again, this is anecdotal observation) just to cram dozens of web-sites into one post, without bothering to create an atractive add with text and images.
so, my conclusion is that even if google rating is not the spammers only motivation, it is definitely one of their reasons to spam, and in many cases, their main reason.

2) as to your comment about the boilerplate question idea: i said that it may not be useful to all boards, but it will be good for many, and i did give a couple of examples. you say that it will be useless for many boards. i think we are both right. (btw: same thing is right for many other features: many boards may not want to enable attachments, most will not need passworded forums, etc. etc.)

3) the rest of your post seems to indicate that spamming is not a real problem. here we do not agree. i think spamming is a huge problems, and many board admins spends more time on dealing with spam than on any other part of the board management.

as i said earlier, the "boilerplate question" for registration AND posting should be an easy MOD to make, and will be just as effective as a mod as it will be if its in the core, so the subject is not that important.
otoh, rel='nofollow' as a mod makes no sense at all, and since it is not going to be in the core, the idea is practically dead.
have a good one.

User avatar
Luminiferous
Posts: 9
Joined: Wed Jul 19, 2006 12:38 pm

Re: spammers, and rel='nofollow'

Post by Luminiferous »

I think to avoid spam you just need to add a code like this:

Code: Select all

$n = 10;
if ($user->data['user_posts'] < $n)
	{
		trigger_error("You should post at least 10 messages before creating new thread");
	}

asmith3006
Registered User
Posts: 136
Joined: Mon Feb 07, 2005 5:09 pm

Re: spammers, and rel='nofollow'

Post by asmith3006 »

What happens with a brand new forum?

APTX
Registered User
Posts: 680
Joined: Thu Apr 24, 2003 12:07 pm

Re: spammers, and rel='nofollow'

Post by APTX »

What happens if they post the message to an existing topic?
Don't give me my freedom out of pity!

Silkrooster
Registered User
Posts: 13
Joined: Tue Apr 19, 2005 4:49 am

Re: spammers, and rel='nofollow'

Post by Silkrooster »

To give you an example of spammers only wanting to increase their google ranking. On my system, I am having spammers register and not post. Their profile displays a web link, clicking on the link will bring up a page not found error.
Silk

User avatar
pc-tutorials
Posts: 27
Joined: Mon Aug 14, 2006 6:47 am
Location: Steenbergen, The Netherlands
Contact:

Re: spammers, and rel='nofollow'

Post by pc-tutorials »

Silkrooster wrote: a page not found error


Why they do that? Why should a page not found page have a high ranking? To spam google or something... I have the same problem, but because I have a dutch board they are easy to recognize.
for($i=1;$i>0;$i++){
echo "Bug detected, fix in progress";
}
----------------
Sorry for bad English, I'm not native :)

User avatar
Luminiferous
Posts: 9
Joined: Wed Jul 19, 2006 12:38 pm

Re: spammers, and rel='nofollow'

Post by Luminiferous »

What happens if they post the message to an existing topic?

First of all it is problem for bots to find active and populas threads. For example if they try to post message to thread with id "2", it can be error "no thread with such id". Id is auto incremented each time, so when thread is removed, there will be no thread with it's id at all! So this makes spamming not such successful and if it is, advertisers are getting post in some thread, maybe non-popular, instead of new thread, which has wanted title...

Drew***
Registered User
Posts: 74
Joined: Sun Jan 02, 2005 9:48 pm

Re: spammers, and rel='nofollow'

Post by Drew*** »

What about using the word sensor already in phpbb to disallow terms such as (php=id) or (html?who=)

On our forum if you type in ringtone it changes to big heaping helping of SPAM
Where would you like to go today? http://antwrp.gsfc.nasa.gov/apod/

We have information about your home http://earthobservatory.nasa.gov/subscribe.php3

APTX
Registered User
Posts: 680
Joined: Thu Apr 24, 2003 12:07 pm

Re: spammers, and rel='nofollow'

Post by APTX »

Luminiferous wrote:
What happens if they post the message to an existing topic?

First of all it is problem for bots to find active and populas threads. For example if they try to post message to thread with id "2", it can be error "no thread with such id". Id is auto incremented each time, so when thread is removed, there will be no thread with it's id at all! So this makes spamming not such successful and if it is, advertisers are getting post in some thread, maybe non-popular, instead of new thread, which has wanted title...

You keep underestimating your enemies. That will get you very far... :roll:
Don't give me my freedom out of pity!

User avatar
Highway of Life
Registered User
Posts: 1399
Joined: Tue Feb 08, 2005 10:18 pm
Location: I'd love to change the World, but they won't give me the Source Code
Contact:

Re: spammers, and rel='nofollow'

Post by Highway of Life »

I love Drew's Idea, that is an excellent thing to do... if you are getting spam, some of the best ways to stop them are...
  1. Having enough Moderators to control your board.
  2. Having the right word filters in place to keep spamers from using popular spam words
  3. Having guest's posts require approval.
Image

Post Reply