Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Own Redirector and Anonymization V2.0.1 Details »»
Own Redirector and Anonymization V2.0.1
Version: 2.0.1, by redlabour redlabour is offline
Developer Last Online: Oct 2012 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.3 Rating:
Released: 06-07-2006 Last Update: 11-17-2006 Installs: 41
Code Changes Additional Files  
No support by the author.

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.

1 File to upload
1 File modified (Class_BBCode)

What's does this Hack do?
Anonymize every outgoing link including a Disclaimer through simply opening a new Window without a Referal.

Update:

Attached german Version !

For full Integration use : vBAnonymizer

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 10-25-2006, 07:12 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works perfect at me and everyone else.

You replaced the wrong line.
Reply With Quote
  #23  
Old 10-25-2006, 08:27 PM
phill2003 phill2003 is offline
 
Join Date: Apr 2003
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh ok i will have a look then but as far as i am aware there is only the one line of code that is the same as we are looking for.

This guy had a problem https://vborg.vbsupport.ru/showpost....7&postcount=12 i assume he fixed it with localhost but that did not do it for me.
Reply With Quote
  #24  
Old 10-25-2006, 08:37 PM
phill2003 phill2003 is offline
 
Join Date: Apr 2003
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is what i have put into class_bbcode.php
Code:
$url_info = parse_url($rightlink);
                 if ($url_info["host"]=="www.THATSSHOCKING.COM"):
                 return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
                 else:
                 return "<a href=\"http://www.thatsshocking.com/links.php?url=$rightlink\" target=\"_blank\">$text</a>";
                 endif;
and it does not work as you state it should and indeed does for others, now if i have made a mistake would be gatefull if you would point it out to me as i cant for the life of me see where?
Reply With Quote
  #25  
Old 10-26-2006, 05:56 AM
Revpolar Revpolar is offline
 
Join Date: Feb 2004
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I switched to this one mainly because it works for links posted into the shoutbox and the other one didnt. Thank you nice hack.
Reply With Quote
  #26  
Old 10-26-2006, 06:02 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phill2003
this is what i have put into class_bbcode.php
Code:
$url_info = parse_url($rightlink);
                 if ($url_info["host"]=="www.THATSSHOCKING.COM"):
                 return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
                 else:
                 return "<a href=\"http://www.thatsshocking.com/links.php?url=$rightlink\" target=\"_blank\">$text</a>";
                 endif;
Which line did you have replaced ?

Quote:
Originally Posted by Revpolar
I switched to this one mainly because it works for links posted into the shoutbox and the other one didnt. Thank you nice hack.
Thanx !
Reply With Quote
  #27  
Old 10-26-2006, 06:58 AM
Revpolar Revpolar is offline
 
Join Date: Feb 2004
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

His problem is the all caps in his Site url.

BTW it would be useful to include an english version of links.php in the download.
Reply With Quote
  #28  
Old 10-26-2006, 07:50 AM
phill2003 phill2003 is offline
 
Join Date: Apr 2003
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revpolar
His problem is the all caps in his Site url.

Really, i'll change it and see what happens. Does it do it with yours because it may be something wrong with my server or something if it really is only me its happening to.

and do you just put www or do you need the http part as well.

[edit] no didnt make a difference its still using links.php for all links.
Reply With Quote
  #29  
Old 10-26-2006, 03:16 PM
Rian Rian is offline
 
Join Date: Sep 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working unfortunately. Go to www.whatismyip.com using this script.
Reply With Quote
  #30  
Old 10-26-2006, 03:23 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rian
Not working unfortunately. Go to www.whatismyip.com using this script.
You misunderstand the way it is working. It is only anonymizing the Refererr - not the IP !!

The Website you come from stay anonym - not the User.

It is usefull if you do not want to let see other Webmasters that you are linking to them.
Reply With Quote
  #31  
Old 10-26-2006, 07:04 PM
Revpolar Revpolar is offline
 
Join Date: Feb 2004
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by phill2003
Really, i'll change it and see what happens. Does it do it with yours because it may be something wrong with my server or something if it really is only me its happening to.

and do you just put www or do you need the http part as well.

[edit] no didnt make a difference its still using links.php for all links.
Phil try this.
Code:
$url_info = parse_url($rightlink);
                 if ($url_info["host"]=="www.thatsshocking.com"):
                 return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
                 else:
                 return "<a href=\"http://www.thatsshocking.com/links.php?url=$rightlink\" target=\"_blank\">$text</a>";
                 endif;
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.11550 seconds
  • Memory Usage 2,311KB
  • Queries Executed 26 (?)
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
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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