vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Link Anonymizer and Censor (https://vborg.vbsupport.ru/showthread.php?t=143615)

chick 07-02-2008 07:25 PM

Quote:

Originally Posted by notrick (Post 1564517)
If in a forum HTML is allowed then the links are not redirected. and also not redirected if the link is something like

PHP Code:

[url="http://wwww.google.com"]Google[/url

->>>Note the quotes (")

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.

aisais 07-11-2008 08:40 PM

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.

aisais 07-13-2008 06:48 AM

I found smiliar mod by DISMOUNTED here
https://vborg.vbsupport.ru/showthread.php?t=184267

Skavenger 07-24-2008 12:41 AM

Is there any way to exclude some forums? Thanks.

invitezone 08-11-2008 03:48 AM

Quote:

Originally Posted by aisais (Post 1574035)
I found smiliar mod by DISMOUNTED here
https://vborg.vbsupport.ru/showthread.php?t=184267

yeah im using that one myself on 3.7 but thought i'd give this one a go because it lets you easily edit the anonym service link but unfortunately this doesn't work with 3.7.

I would love an update for this if you have time :D

stanleys 12-08-2008 04:06 AM

Quote:

Originally Posted by invitezone (Post 1595954)
yeah im using that one myself on 3.7 but thought i'd give this one a go because it lets you easily edit the anonym service link but unfortunately this doesn't work with 3.7.

I would love an update for this if you have time :D

Well, I tried both and this is definitely a better mod. The mod you mention has trouble anonymizing some URLs.

stanleys 12-08-2008 03:04 PM

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.

stanleys 12-08-2008 07:10 PM

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.

GoTTi 03-17-2009 06:03 AM

this works with 3.8.1. anyway to make this work with cyb's chatbox ?

BobbyBig 03-18-2009 01:35 AM

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...


All times are GMT. The time now is 04:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01194 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete