Anti-Spam Links

Started by SMF Customization Team, February 04, 2010, 05:41:18 PM

Previous topic - Next topic

supmener

SMF 2.0.8. SimpleAds, More Spiders, Spoiler, Optimus Brave, Piwik Analytics, Spiders Don't Increase Topic Views, External and NoFollow All Links, Allow Access while in Maintenance Mode. I think set in the future: https://github.com/Spuds/SMF-ILA [nofollow]

Kindred

it would require significant modification to the mod to do what you are asking for....
it would also require processing...  the system would have to compare every url to your site domain and add the no follow or not on the fly (because the nofollow is added on the fly based on the user's current post count)

If you really want to add the nofollow (and I suggest that you do not, because I suspect that you think it is a good idea for search engines... and if so, you would be very wrong) but, if you do... then you would need to modify the actual URL BBC - not use this mod.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

supmener

Thank you for your response. I created about 1000 posts with external links on your forum and thought they were closed with nofollow, but now when I learned how to really want to correct the situation.
SMF 2.0.8. SimpleAds, More Spiders, Spoiler, Optimus Brave, Piwik Analytics, Spiders Don't Increase Topic Views, External and NoFollow All Links, Allow Access while in Maintenance Mode. I think set in the future: https://github.com/Spuds/SMF-ILA [nofollow]

Kindred

Quote from: Kindred on July 30, 2014, 07:21:51 AM
... then you would need to modify the actual URL BBC - not use this mod.

or, in your case, you may need to modify the database

Either way, this mod is not the correct process to do what you are asking.   Please post in coding help or support.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

supmener

Thanks. I have PDFs and HTMLs pages in domain and want to have him without nofollow. And for externall links want nofollow.
SMF 2.0.8. SimpleAds, More Spiders, Spoiler, Optimus Brave, Piwik Analytics, Spiders Don't Increase Topic Views, External and NoFollow All Links, Allow Access while in Maintenance Mode. I think set in the future: https://github.com/Spuds/SMF-ILA [nofollow]

Kindred

Quote from: Kindred on July 30, 2014, 07:30:20 AM
Quote from: Kindred on July 30, 2014, 07:21:51 AM
... then you would need to modify the actual URL BBC - not use this mod.

or, in your case, you may need to modify the database

Either way, this mod is not the correct process to do what you are asking.   Please post in coding help or support.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Arantor

Quote from: Kindred on July 30, 2014, 07:21:51 AM
it would require significant modification to the mod to do what you are asking for....
it would also require processing...  the system would have to compare every url to your site domain and add the no follow or not on the fly (because the nofollow is added on the fly based on the user's current post count)

Technically it should already be filtering out the user's site anyway just like the original version of the mod filters out *.sm.org links here. But it does it to the *forum* IIRC not the site, can't remember for sure, it's been years since I helped fix that particular bug.

BB13

Is it possible to make "Anti-Spam Links" compatible with "Ad Managment"

Arantor


Kindred

it is...   I have had both installed and working with no issues on one of my systems
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Ramesh8248

I am using Anti-Spam Links v1.0.
mod=2404

Whenever I try to add any php code in my forum, it shows an error:
Sorry, you are not allowed to post external links.


I don't know why this is happening, there is no any type of link. Please help me.
FREE SEO HELP [nofollow]
SEO FORUM [nofollow]

Kindred

other mods installed?   are you, perhaps using geshi or one of the other markup mods?


What are your settings for the anti-spam links fields?
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Ramesh8248

Anti Spam Links Settings:
Post count under which members cannot post external links 25
Post count under which members external links are shown [nonactive] and without http:// 25
Post count under which members external links are set [nofollow] 500
Guests... (disable mod for guests)

right now I am using these mods:

1.   Anti-Spam Links   1.0.1
2.   KeyCAPTCHA for SMF   2.9
3.   httpBL 2.5.1
4.   Downloads System 2.1a
5.   Restrict Posts 1.1
6.   Default Avatar 2.3
7.   WYSIWYG Quick Reply
8.   Birthday On Register
9.     Ad Managment   3.2
10.   Optimus Brave   1.8.7
11.   Additional Profile Permissions 1.0.0
12.   Pretty URLs 1.1.2
13.   Disable to send EMail with Forum-System for Users lower than Admin 1.0
FREE SEO HELP [nofollow]
SEO FORUM [nofollow]

Kindred

well, you should not have two settings be the same number.

Also, really? 500 posts?   You do realize that you have gone way beyond anti-spam at that point -- and especially have moved into "bad for SEO" realm?
Settings that many links to no follow will penalize your search engine rankings.

Does this error happen for you on quick reply, normal post, or both?
Please post here (using code tags) the php that you are trying to display in the message?

Are you trying to post active php IN a message?
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Ramesh8248

Ok I change these settings.

It's 500 because I don't want to use members links as do-follow on my forum, but If they want it, then this will be a condition. I am using this settings for my members only and I don't think that having lots of no-follow outbound links can hurt website, but it may be hurt if you put lots of them in one page.

i got this error when I try to post following code: sorry, you are not allowed to post external links.
<?php
echo "test";
?>

Yes it happen on quick reply too...
FREE SEO HELP [nofollow]
SEO FORUM [nofollow]

Kindred

Actually, yes...  Having all of your outbound links be nofollow WILL hurt your search ranking. Even if they are not all on the same page.

As for your error...   You post that code....   Inside code BBC tags or in the message itself?


I think that you installed this mod incorrectly and it is messing up the other BBC
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

margarett

Actually I confirm that behavior...

A post with that code under code tags brings that error message.

It's most likely an issue with the MOD itself...
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Ramesh8248

hey I just installed SCEditor mode and it removes that error of anti spam link...
FREE SEO HELP [nofollow]
SEO FORUM [nofollow]

BB13

Is it possible to make "Anti-Spam Links" compatible with "Simple Audio Video Embedder" It leaves only the link followed by an [nofollow]

Kindred

anything is possible, if you know how to code it...

in this case, it is unlikely that this mod will be further updated - So I suggest that you ask the SAVE author...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: