MyBB Community Forums

Full Version: Link Anonymizer with ssl
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anonymize your external links with anonymiz.com with ssl support



Bug Reporthttps://www.anonymiz.com/contact.html



Most of the other plugins wont support ssl our anonymiz MyBB plugin support with ssl all external links with or with out ssl  links will redirect from your MyBB forum to hide reefer 





Description

Webmasters can use this tool to prevent their site from appearing in the server logs of referred pages as referrer. The operators of the referred pages cannot see where their visitors come from any more. Using the referrer removal service is quite easy:

https://www.anonymiz.com/?https://www.google.com/ produces an anonymous link to google.com which prevents the original site from appearing as a referrer in the logfiles of the referred page.





Is this free?

Yes, this plugin and the anonymiz.com service are free to use




Installation Guide included in zip file



Step 1: upload the Plugin File


Log in to your hosting space and upload the plugin to MyBB rootpath-> inc -> plugin directory.



Step 2: ACP Setup

Login to the Admin CP, visit the Home tab -> Configuration pageand click on the Plugins tab and activate link anonymizer plugin. 
Done All your site External link with ssl or without ssl are now anonymized with this plugin.


Download, Support and Contact
http://community.mybb.com/mods.php?action=view&pid=515
Or do it without the need to rely on another website...

http://community.mybb.com/thread-32150.html
will this anonymize everything included google ads?

i just want to hide links inside the content of showthread or in the postbit.
(2015-06-16, 08:37 PM)pandabb Wrote: [ -> ]will this anonymize everything included google ads?

i just want to hide links inside the content of showthread or in the postbit.

I don't see any ads on this website but I see a donation button
(2015-05-31, 05:50 PM)p00lz Wrote: [ -> ]Or do it without the need to rely on another website...

http://community.mybb.com/thread-32150.html

that plugin is almost 6 years old Huh
Is it possible to put the anonymizer within the [img] tags?
(2015-12-09, 04:02 PM)AmatureDJ Wrote: [ -> ]
(2015-05-31, 05:50 PM)p00lz Wrote: [ -> ]Or do it without the need to rely on another website...

http://community.mybb.com/thread-32150.html

that plugin is almost 6 years old Huh

And it works perfectly fine
sir you face any error or bugs i will fix it sooner you can contact me on site
https://www.anonymiz.com/contact

(2015-06-16, 08:37 PM)pandabb Wrote: [ -> ]will this anonymize everything included google ads?

i just want to hide links inside the content of showthread or in the postbit.

sir you need to exclude javascript in that so that no JavaScript will not get anonymize best by is copy the script and paste the code in footer template above body tab.



<script src="https://www.anonymiz.com/js/anonymize.js" type="text/javascript"></script>

<script type="text/javascript"><!--
protected_links = "yourdomain.com, javascript";

auto_anonymize();
//--></script>


sir just replace yourdomain.com to your domain 

if you want to add more domain to exclude just add more domain in protected link end 

and this script is not just simple redirects refer, it will encode each url and then hide ref with ssl and redirect.