The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Redirect all External Links anonymously - Locally Hosted (Updated) Details »» | |||||||||||||||||||||||||||||||
Redirect all External Links anonymously - Locally Hosted (Updated)
Developer Last Online: Dec 2017
I have just created a custom URL Anonymizer for vBulletin (or any web site).
All files are hosted locally on your server, including the JS files. This is something like how anonym.to redirects their links. But these files are hosted on your server, so you can use HTTPS, or use it on any site you want. And its open-source, my very own code. Anonymized Links will show like this: http://yoursite.com/redirect/?to=htt...ternalsite.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 = "javascript://,yoursite.com"; auto_anonymize(); //--></script> Note: Make sure you keep javascript:// in with the protected links, so the addon doesn't break any of your other javascript functions. I will find a way to include this in the actual JS file, so you dont need to keep it in with your protected links, but for now this is an easy fix. (I am really busy at the moment) 2) Download the zip file at the end of this post, and extract the contents on your PC. 3) 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, PM, Or contact me on my site: https://thetechgenius.net. -------------------------------------------------------------------------------- Update 1.0.2 Fixed - HTTPS links was not being anonymized Update 1.0.3 Changed - No need to edit files anymore. Add the javascript code and upload the files to your forum root. Instead of the files linking to your domain (yourdomain.com/redirect/index.php), they will link to the mod directory (redirect/index.php). SO there is no need for any file edits, besides adding the Javascript to your footer template. -------------------------------------------------------------------------------- Update v2.0 Ok guys/girls, I have finally re-coded the entire script. And its working really well. However, I have made it into its very own standalone script that can work completely by itself. But, you can use some javascript to link to your forum, and have all external links use the service, and have the ANON domain put in front of all external links. I will be updating the main post with all the information needed. But for now, you can check it out on my Git Site. Source/Release - https://code.thetechgenius.net/TheTe...-Anonymous-URL Note: I have my own Git Site. My Git site is running on the GOGS Git Software script. Please know, the ZIP at the bottom is NOT the standalone or updated version. I am working on setting up the file structure so its easier to install for everyone. Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
davidg |
Comments |
#22
|
||||
|
||||
There is a problem with the full script of linkbucks
|
#23
|
||||
|
||||
Is this mod conflicting with LinkBucks URL's?
If so, just add "www.linkbucks.com" to the Protected Links. So your protected links will look something like this in your footer template: Code:
<script src="js/anon.js" type="text/javascript"></script> <script type="text/javascript"><!-- protected_links = "yoursite.com,javascript://,www.linkbucks.com"; auto_anonymize(); //--></script> |
#24
|
||||
|
||||
Quote:
Chain links so far ... Link in Forum > linkbucks > Download page With the plugin is so ... Link in Forum > Anonymizer > Download page (linkbucks disappear) What I want ... Link in Forum> Anonymizer > Linkbucks > Download page |
#25
|
||||
|
||||
Quote:
It may be possible to embed the linkbucks content on the Anonymizer redirect page. However, I'm not sure, I will have to look into it. Now that I think about it though, I think the Anonymizer Javascript may be conflicting with your Linkbucks Javascript. Does your Linkbucks mod use javascript to put a linkbucks url in front of URLs? Or do you do it manually? Sorry, I am half asleep, so its a bit hard to concentrate at the moment. lol |
#26
|
||||
|
||||
Quote:
The script automatically sends linkbucks advertising links but I can protect (like Anonymizer) to no effect. Example: Mysite.com, Facebook.com, youtube.com, etc. |
#27
|
||||
|
||||
no answer?
|
#28
|
||||
|
||||
Patience, remember this mod is distributed freely, people have lives other than here.
|
#29
|
|||
|
|||
thank you, work fine on vb4.2.0 Patch Level 4
|
#30
|
||||
|
||||
I can't get this to work at all, I'm afraid. I keep getting the same problem as in this post:
https://vborg.vbsupport.ru/showpost....7&postcount=10 |
#31
|
||||
|
||||
Sorry for the wait everyone. I have just been really busy. But in my free time I have been working on this Mod/Addon, and I have fixed a lot of of the code, and some parts are completely rewritten. I still have to test it out on my live board for a few days, maybe a week or two just to be on the safe side.
The next update will also include a way to set it up on another domain or subdomain. This is how I have it setup on my site right now: https://thetechgenius.net - My Site where vBulletin is installed https://link.thetechgenius.net - This is the domain that the External Links get linked to via the Addon. So all external links that are not on the white list, will show like this: https://link.thetechgenius.net/?http://vbulletin.org You can actually click that link to see how it loads, and to test it out. You can also try it with your own link. Just put your link after the "?" (question mark). Example: https://link.thetechgenius.net/?http://yourlink.com Please let me know what you think. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|