The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Created custom URL Anonymize Script for VB
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: Code:
<script src="js/anon.js" type="text/javascript"></script> <script type="text/javascript"><!-- protected_links = "yoursite.com,"; auto_anonymize(); //--></script> 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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|