The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Link Anonymizer and Censor Details »» | |||||||||||||||||||||||||
Link Anonymizer and Censor 1.20
Author: MarcoH64 vBulletin Version: 3.6.x Description: This Product will add a self configurable anonymising link to all external urls in posts. Optionally it will also give you a Whitelist or Blacklist option for URL's. With this option you can censor URL's replacing those on the Blacklist (or not on the Whitelist) with a predefined text and/or link. Installation: Install the XML-file as Product. Upload the contents of the 'upload' folder to your forumhome directory. Configuration: vBulletin Options->Link Anonymizer and Censor:
Local addresses are not anonymized. If you leave this option blank, the value for vBulletin Options Cookie Domain will be used. Do not use a http:// prefix.If you start the name with a dot (.mydomain.com) all server addresses ending with this will be considered local. If you want to add mulitple domain/servernames, seperate them by a single space.
Link to a anonymizer function. Use preceding / if needed. Other Usable Anonymizers: Code:
http://anonym.webgurus.de (Thanks Wachtmeister)
Please click install if you are using this hack. Change log: vBulletin 3.5 versions 6-9-2005 v1.01 - 1 setting was missing from product file due to wrong Product. Fixed 7-9-2005 v1.02 - Under some conditions a newly posted post with only a link would not get anonymized. Fixed. 7-9-2005 v1.02a - Fixed bug when handling generic local domain (starting with a dot '.'') Sorry for the many updates. 8-10-2005 v1.03 - Totally new way of doing this, on view instead of on write. - Solved doubling the anonym link on edit 10-10-2005 v1.04 - Link not didn't get anonym prefix if URL= didn't contain http://. Solved. - Added truncate table post_parsed to install routine. 1-11-2005 v1.05 - Standard Editor fixed - Simple URL's in standard editor fixed. - Default anonymizer changed 2-11-2005 v1.05.1 - Fixed bug where only the last url to the same domain in a single post was anonymised. 9-11-2005 v1.05.2 - Added option to ignore certain protocols in the vBulletin Options (ie. ignore https, ftp, ....). - Attempt to fix reported bug where an inline fragment (#fragment) would also be anonymized. 10.11.2005 v1.05.3 - Another attempt to ignore fragments 25.11.2005 v1.10 - Fixed a bug where some urls could lead to a parse error. Example of an url leading to this error: Code:
http://mymail@mymail.com:password@www.mydomain.com - This is considered a very stable release. No bug reports pending - All previous versions are from now on unsupported vBulletin 3.6 versions: 30.03.2007 v1.20: - Upgraded for vB 3.6 - Links can now optionally be anonymized in: Posts, Private Messages and/or Signatures - Added White- and/or Blacklist Censor Upgrades: If you are running an older version and want to upgrade, simply do an overwrite install. Show Your Support
|
Благодарность от: | ||
Naijasite |
Comments |
#82
|
||||
|
||||
Well thank you VERY much for that info. Apparently I accidentially had html tuned on in that certain forum where this issue occurred. Cheers. I use my own private.php page for cloaking.
|
#83
|
|||
|
|||
Thank you so much..
It is not working fine with 3.7.2 PL1. It fails to recognise local domain. I hope you can come up with an upgrade for such usefull mod. |
#84
|
|||
|
|||
I found smiliar mod by DISMOUNTED here
https://vborg.vbsupport.ru/showthread.php?t=184267 |
#85
|
|||
|
|||
Is there any way to exclude some forums? Thanks.
|
#86
|
|||
|
|||
Quote:
I would love an update for this if you have time |
#87
|
|||
|
|||
Well, I tried both and this is definitely a better mod. The mod you mention has trouble anonymizing some URLs.
|
#88
|
|||
|
|||
Bug Found and Fixed:
If you are having trouble with some URLs not passing GET parameters, you need to encode the string. Open functions_mh_anolink.php and find the line that says: $anonymurl = $vbulletin->options['mh_anolink_anonymizer'] . $serverurl; Change it to: $anonymurl = $vbulletin->options['mh_anolink_anonymizer'] . rawurlencode($serverurl); Make sure to rawurldecode() the URL in your redirect script. |
#89
|
|||
|
|||
I was having problems with signatures links not being anonymized. The problem stemmed from a conflict with vBSEO.
The solution was to set this plugin to a lower execution order than vBSEO. Hope this helps someone. |
#90
|
|||
|
|||
this works with 3.8.1. anyway to make this work with cyb's chatbox ?
|
#91
|
|||
|
|||
i thought the white/blacklist is for telling the script which url's to use the anonym service and which url's not to touch. to bad i was wrong...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|