Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbAnonymizer Details »»
vbAnonymizer
Version: 3.0, by Dismounted Dismounted is offline
Developer Last Online: Apr 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 11-10-2006 Last Update: 10-02-2008 Installs: 321
Uses Plugins
Additional Files  
No support by the author.

vbAnonymizer

Description:
This is a hack to "anonymize" all outgoing links from your forum to prevent the referrer information from being sent.

Installation:
All the installation information is in the package.

What's different about this one?
Unlike the other anonymizing hacks, this one is integrated with vBulletin, meaning it shows a nice message along with your forum's headers and footers.

Changes:
2 Templates
6 Plugins
2 Files

Other Versions:
vbAnonymizer for 3.7 - https://vborg.vbsupport.ru/showthread.php?t=184267

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
markoroots

Comments
  #152  
Old 02-04-2007, 09:54 AM
karabalsagun karabalsagun is offline
 
Join Date: Dec 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed..

How about adding nofollow tags ?
Reply With Quote
  #153  
Old 02-05-2007, 03:47 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
In the plugin 'Anonymizer Function', find:
PHP Code:
if (preg_match_all("/(\<a href=")(.[^"]*)/i"$text$matches)) 
Replace With:
PHP Code:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM")(.[^"]*)/i"$text$matches)) 
Replace YOURDOMAIN.COM with a domain, for each domain you want to anonymize, add an 'OR'. For example:
PHP Code:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM")(.[^"]*)/i"$text$matches) OR preg_match_all("/(\<a href=DOMAIN2.COM")(.[^"]*)/i"$text$matches)) 
Thanks for the info, Dismounted.

I have applied what you suggested but for some reason it won't anonymize the link at all - it doesn't acess the "referrers.php" file and just acts like a normal link.

BTW, I don't know if it makes a difference or not but if you try to enter: http://www.YOURDOMAIN.COM you'll get errors like this:

Code:
Warning: preg_match_all() [function.preg-match-all]: Unknown modifier '/' in /includes/init.php(319) : eval()'d code on line 32
So I can only do it as you mentioned above, but again, it won't anonymize the link.

Any other suggestions? ty
Reply With Quote
  #154  
Old 02-06-2007, 02:15 AM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
It should not be prefixing them, have you tried clearing your browser's cache?

Hi Dismounted,

Yep I have also reinstalled my pc since then.

Still no luck tho

Here is a screenshot of what I have added which you said

Thanks
Reply With Quote
  #155  
Old 02-06-2007, 04:43 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ubblite View Post
Thanks for the info, Dismounted.

I have applied what you suggested but for some reason it won't anonymize the link at all - it doesn't acess the "referrers.php" file and just acts like a normal link.

BTW, I don't know if it makes a difference or not but if you try to enter: http://www.YOURDOMAIN.COM you'll get errors like this:

Code:
Warning: preg_match_all() [function.preg-match-all]: Unknown modifier '/' in /includes/init.php(319) : eval()'d code on line 32
So I can only do it as you mentioned above, but again, it won't anonymize the link.

Any other suggestions? ty
You need to put a backslash '\' behind each and every slash.
Quote:
Originally Posted by Nathan2006 View Post
Hi Dismounted,

Yep I have also reinstalled my pc since then.

Still no luck tho

Here is a screenshot of what I have added which you said

Thanks
It should be anonymizing only the posts then. I can't find anything wrong with the code.
Reply With Quote
  #156  
Old 02-06-2007, 05:41 AM
The Finman's Avatar
The Finman The Finman is offline
 
Join Date: Jun 2006
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a curious question.

The program works fine except when linking to certain sites.

When a links to some of these specific sites are posted on our board...if someone tries to "click through" they get this error meesage.



The links are good, but it's only when forwarded by the vbAnonymizer
that the error occurs.

It's no biggie, but I would like to know why and if there is a "workaround".

Thanks in advance.

~Fin
Reply With Quote
  #157  
Old 02-06-2007, 07:16 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are using an old version of the hack (I think). Do a full uninstall and install again.
Reply With Quote
  #158  
Old 02-06-2007, 08:00 PM
markbach markbach is offline
 
Join Date: Dec 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

v2.2 doesn't seem to work for Safari... still sends the refer (as http://www.forums.com/forum/redirector.php?url=%68%74%74%70%3a%2f%2f.....).

I've hacked around this for now (by forcing Safari users to go through anonym.to instead), but I'd be interested in a better solution.

Dismounted, thanks for all your efforts and feel free to contact me if you need someone to test with Safari or other Mac browsers.
Reply With Quote
  #159  
Old 02-06-2007, 08:24 PM
The Finman's Avatar
The Finman The Finman is offline
 
Join Date: Jun 2006
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
You are using an old version of the hack (I think). Do a full uninstall and install again.

Thanks...that fixed it. :up:
Reply With Quote
  #160  
Old 02-07-2007, 07:08 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
You need to put a backslash '\' behind each and every slash.
Yeah I did that. I just copied your code and replaced the yourdoman.com part only - I left everything else as is.

Code:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches))
Reply With Quote
  #161  
Old 02-07-2007, 07:23 AM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by markbach View Post
v2.2 doesn't seem to work for Safari... still sends the refer (as http://www.forums.com/forum/redirect...3a%2f%2f.....).

I've hacked around this for now (by forcing Safari users to go through anonym.to instead), but I'd be interested in a better solution.

Dismounted, thanks for all your efforts and feel free to contact me if you need someone to test with Safari or other Mac browsers.
It's supposed to send the URL's like that. Maybe Safari can't handle HEX-encoded URL's.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:11 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05522 seconds
  • Memory Usage 2,333KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete