The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Own Redirector and Anonymization V2.0.1 Details »» | |||||||||||||||||||||||||||
Own Redirector and Anonymization V2.0.1
Developer Last Online: Oct 2012
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
|
Comments |
#32
|
||||
|
||||
Is there a way to make this work in the forum of my choice only?
|
#33
|
||||
|
||||
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) ); ?> |
#34
|
||||
|
||||
Quote:
|
#35
|
||||
|
||||
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.
|
#36
|
||||
|
||||
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; |
#37
|
||||
|
||||
1. Use www.tga.dynu.com
2. You are using vBulletin Version 2.3.0 at this Domain. This is not compatibel. |
#38
|
||||
|
||||
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. |
#39
|
||||
|
||||
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. |
#40
|
||||
|
||||
This Hack is not longer supported!!! Please use :
https://vborg.vbsupport.ru/showthread.php?t=131292 |
#41
|
||||
|
||||
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.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|