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
  #32  
Old 10-31-2006, 08:08 AM
SloppyGoat's Avatar
SloppyGoat SloppyGoat is offline
 
Join Date: Feb 2002
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to make this work in the forum of my choice only?
Reply With Quote
  #33  
Old 11-01-2006, 04:08 AM
SloppyGoat's Avatar
SloppyGoat SloppyGoat is offline
 
Join Date: Feb 2002
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried it, and it doesn't work on 3.6.2. It starts to redirect, then just says "http://myaddress.com/<?%20echo%20$site"
....and shows The page cannot be found. WTH?

Also, this crap shows above the redirect message.

$value) { $site .= $key."=".$value."&"; } $site = htmlentities( substr($site, 4, -1) ); ?>
Reply With Quote
  #34  
Old 11-01-2006, 05:27 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 SloppyGoat
I tried it, and it doesn't work on 3.6.2. It starts to redirect, then just says "http://myaddress.com/<?%20echo%20$site"
....and shows The page cannot be found. WTH?

Also, this crap shows above the redirect message.

$value) { $site .= $key."=".$value."&"; } $site = htmlentities( substr($site, 4, -1) ); ?>
OMG - read the Instructions - it works at 3.6.2 !
Reply With Quote
  #35  
Old 11-01-2006, 07:07 AM
SloppyGoat's Avatar
SloppyGoat SloppyGoat is offline
 
Join Date: Feb 2002
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did, and it's not working. Maybe it's the instructions. Maybe they're lost in translation, but I have no idea what "The Part" is or what you're implying I do with it.
Reply With Quote
  #36  
Old 11-01-2006, 07:23 AM
SloppyGoat's Avatar
SloppyGoat SloppyGoat is offline
 
Join Date: Feb 2002
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's what I did, exactly:

1. Substituted the html code in links.php with "The Part", since it was in German or something.

So, it looked like this:

Code:
<?
foreach ($_GET as $key => $value) {
        $site .= $key."=".$value."&";
}
$site = htmlentities( substr($site, 4, -1) );
?>
<HTML>
<HEAD>
<TITLE>Re-directing...</TITLE>

<meta http-equiv="refresh" content="5; URL=<? echo $site; ?>">


</HEAD>
<body>

<br>
<div style="text-align: center;">
<center><font
 style="color: rgb(204, 0, 0); font-weight: bold;" size="-1"><span
 style="font-family: Arial;">You clicked on a external Link which is forwarding to external Webcontent.<br>
<br>
The area of responsibility of tga.dynu.com does not extend to other Webcontent.<br>
<br>
Therefore we do not take any responsibility
for the following information.
<br>
<br>
You will be redirected to  :</span></font><br>

<b><i><? echo $site; ?></i></b></center>

</body>
</HTML>

2. I upload "links.php" to my root folder.


3. Replaced that portion of code with the suggested code in class_bbcode.php so it looked like this:

Code:
$url_info = parse_url($rightlink);
                 if ($url_info["host"]=="tga.dynu.com"):
                 return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
                 else:
                 return "<a href=\"http://tga.dynu.com/links.php?url=$rightlink\" target=\"_blank\">$text</a>";
                 endif;
Reply With Quote
  #37  
Old 11-01-2006, 07:43 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. Use www.tga.dynu.com

2. You are using vBulletin Version 2.3.0 at this Domain. This is not compatibel.
Reply With Quote
  #38  
Old 11-01-2006, 11:07 AM
SloppyGoat's Avatar
SloppyGoat SloppyGoat is offline
 
Join Date: Feb 2002
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. It doesn't matter what url I use at the moment because it's a test forum. It should still work if I stop the process and change the url to the internal IP anyway.

2. This is a v3.6.2 forum running on a new server. It's actually running on the same domain, but on port 81. www isn't necessary unless you include it in your configuration. I don't. It's a waste of space these days. There's no need to type "www" anymore, unless it's specifically stated that way in someone's config.
Reply With Quote
  #39  
Old 11-01-2006, 11:28 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice to know.
Maybe this is the Problem. Nobody else has Problems as you can see in this Thread. Only one Member that has made a Scripterror at the Installation.
This is a pure 3.6.2 Release.

So test it without Port change and take another look into the installation Description. Maybe you have replaced the wrong part in the Originalcode. But i believe there is a Serverproblem.
Reply With Quote
  #40  
Old 11-12-2006, 06:19 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This Hack is not longer supported!!! Please use :

https://vborg.vbsupport.ru/showthread.php?t=131292
Reply With Quote
  #41  
Old 11-13-2006, 09:30 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After vBAnonymizer has some security Risks and some Bugs (not vBAdvanced compatibel and others ...) i suggest to reinstall my Hack if you have it deinstalled after the Mail from Yesterday.
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 12:44 AM.


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.08805 seconds
  • Memory Usage 2,307KB
  • 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
  • (2)bbcode_code
  • (1)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
  • (3)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