thetechgenius
09-25-2014, 05:44 PM
I have just created a custom URL Anonymizer for vBulletin (or any web site).
I just wanted to post it here, so people can test it out before I post it in the Addons/Mods section. And maybe get some advice.
Everything is hosted locally on your server.
Anonymized Links will show like this: http://example.com/redirect/?to=http://externalsite.com
Lets get started.
1) First, put this at the Bottom of your footer template:
<script src="js/anon.js" type="text/javascript"></script>
<script type="text/javascript"><!--
protected_links = "yoursite.com,";
auto_anonymize();
//--></script>
Change yoursite.com to your actual domain name. You can also add URL's that you don't want to be Anonymized. Separate the URL's with commas.
2) Download the zip file at the end of this post, and extract the contents on your PC.
3) Edit upload/js/anon.js
4) Change http://yoursite.com to your Site, and save.
5) Edit upload/redirect/index.php
6) Change http://yoursite.com to your site, and save.
7) Upload the contents of the "upload" folder, to your forum root.
Done!
Let me know what you think. You can also use this script on a different site, such as a custom short URL, and link your Anonymized URLS to the short URL. If you have any questions, please post here. Or contact me on my site: https://thetechgenius.net
I just wanted to post it here, so people can test it out before I post it in the Addons/Mods section. And maybe get some advice.
Everything is hosted locally on your server.
Anonymized Links will show like this: http://example.com/redirect/?to=http://externalsite.com
Lets get started.
1) First, put this at the Bottom of your footer template:
<script src="js/anon.js" type="text/javascript"></script>
<script type="text/javascript"><!--
protected_links = "yoursite.com,";
auto_anonymize();
//--></script>
Change yoursite.com to your actual domain name. You can also add URL's that you don't want to be Anonymized. Separate the URL's with commas.
2) Download the zip file at the end of this post, and extract the contents on your PC.
3) Edit upload/js/anon.js
4) Change http://yoursite.com to your Site, and save.
5) Edit upload/redirect/index.php
6) Change http://yoursite.com to your site, and save.
7) Upload the contents of the "upload" folder, to your forum root.
Done!
Let me know what you think. You can also use this script on a different site, such as a custom short URL, and link your Anonymized URLS to the short URL. If you have any questions, please post here. Or contact me on my site: https://thetechgenius.net