Anonymize Outgoing links in your autoblogs

thewebduke

Regular Member
Joined
Aug 13, 2009
Messages
237
Reaction score
91
Hey, Add this anonymize script to your autoblog footer if you dont want article owner to know you scrapped his content.
Usually article authors keep links in their feeds. so if anyone is clicking from your autoblog and landing on their page , they can easily know you scrapped their content.
Code:
<script src="[URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://js.anonym.to/anonym/anonymize.js"]http://js.anonym.to/anonym/anonymize.js[/URL]" 
type="text/javascript"></script>
 
<script type="text/javascript"><!--
protected_links = "";
 
auto_anonymize();
//--></script>
If anyone can help me how to stop google bots access to wp-content folder using .htaccess, that will be apreciated. don't suggest robots.txt, i am looking for .htaccess code.

Thanks
 
will you please tell me more about what your script posted above does, and how it does it. I'm interested but not really comprehending.

As for your .htaccess question, I do not think this is possible, because I do not think .htaccess can detect what type of agent is visiting, and someone help me out on this, but I do not this you can use a php script to customize a .htaccess file based on a conditional.

I'm still interested though, there might be some trick!
 
it is similar script to what is used here at bhw. when visitor click on any outgoing link it takes visitor to hidereferer.org/ anonym.to redirecting page that blanks referrer and sends visitor to its destination.
Thus your autoblog remains anonymous and original content creator can not know that your autoblog is feeding on their feeds and articles, since they are seeing visitors coming directly(Blank referrer) on their site and not thorugh your autoblog.

Regarding .htaccess i read it somewhere in this forum. but can't recall.

Hope that helps.
 
Code:
<script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>

<script type="text/javascript">
<!--
protected_links = "url1,url2,.....";
auto_anonymize();
//-->
</script>

You only have to place the resulting code at directly before the </body> tag of your main template.

Just replace url1, url2 ...etc with your Affiliates

This will make your Affiliates see you as refferal not anonym.to

Anyone know how this affects the ADs on the site?
 
I tried that on blogspot and it doesn't work.
 
Back
Top