Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Closed Thread
 
Thread Tools
Active Link Security 3.0 Details »»
Active Link Security 3.0
Version: 1.00, by Abe1 Abe1 is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 08-21-2004 Last Update: Never Installs: 17
 
No support by the author.

NEW VERSION OUT HERE: https://vborg.vbsupport.ru/showthread.php?t=70684. NO MORE SUPPORT ON THIS THREAD.

This hack will allow you to have active links on your forum but with security knowing the place were you are linking to wont know were you came from. Ie. If you click on a link in a post on your web site, the web site you go to will not know were you came from.

Time: Less then 1 minute

Files to edit: 1

Instructions:

Open includes/functions_bbcodeparse.php.

If your installing for the first time:
Find:
PHP Code:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>"
Replace with:
PHP Code:
return "<a href=\"http://www.anonym.to/?$rightlink\" target=\"_blank\">$text</a>"
OR

Replace with:
PHP Code:
return "<a href=\"http://en.safeurl.de/?$rightlink\" target=\"_blank\">$text</a>"
No screenshots needed. Also, please click ?install? if you use.

Show Your Support

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

Comments
  #12  
Old 08-23-2004, 09:07 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Abe1
This hack will allow you to have active links on your forum but with security knowing the place were you are linking to wont know were you came from. Ie. If you click on a link in a post on your web site, the web site you go to will not know were you came from.

Time: Less then 1 minute

Files to edit: 1

Instructions:

Open includes/functions_bbcodeparse.php.

Find:
PHP Code:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>"
Replace with:
PHP Code:
return "<a href=\"http://www.anonym.to/?$rightlink\" target=\"_blank\">$text</a>"
No screenshots needed. Also, please click ?install? if you use.
Why would someone want to hide where they came from?
  #13  
Old 08-23-2004, 09:53 AM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by floris
Why would someone want to hide where they came from?
Whilst visiting sites of inappropriate nature. Is the only good reason I get for this hack *lol*.

Otherwise still a small but useful mod.
  #14  
Old 08-23-2004, 05:37 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Merjawy
I modded the file and tested it... its not working

I still show where I came from


EDIT: using vB3.0.3
Did you see the black screen with it saying were you were going after you would use the link? Remember, this is only for threads and posts. Not for your own links you make for the forum.
  #15  
Old 08-24-2004, 06:16 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no black at all

and I understand what kind of links

I posted a test thread putting a link in the thread then I clicked it

I posted the link normaly and also posted it via bbcode
and tried both, no different than doing it without the hack,, that site still says which site and thread ID where I came from
  #16  
Old 08-24-2004, 07:13 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, tonight oddly I checked the same link again.. ( I did not change anything since yesterday) and sure enough.. I got the black screen (so quick I couldn't even read 1 word in it ) and sure thing, the site did not tell me where I was coming from


but also noticed I am using proxy now (forgot I did)

so I am not sure whats going on.. I will remove the proxy and use my real IP and try again later


laterz
  #17  
Old 08-24-2004, 08:55 PM
cditty's Avatar
cditty cditty is offline
 
Join Date: Oct 2001
Location: Memphis TN
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good hack. Anyone know of another service that does this without the black page? I'm afraid my users would freak if they saw this. Esp with all the parasiteware stuff out there.

Chris
  #18  
Old 08-25-2004, 03:35 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it sure works now.. no idea why it didn't at first, but left it as it is for a day and next day it was working.. could be cach or whatever

great

now I second the concern above, that black page and also in german I think is a bit of a concern

this is the link I created in my post and once you click it, you get the black page with this line

Quote:
Sie werden in einer Sekunde zu http://privacy.net/analyze/ weitergeleitet.
  #19  
Old 08-25-2004, 07:08 AM
Reimer's Avatar
Reimer Reimer is offline
 
Join Date: Jun 2003
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

By the way: The first service which had offered this kind of service was safeurl.de - created by myself. In fact, there is nothing speciel behind it - it is a simple redirect which blocks the refererer. I remember that many porn and warez sites like safeurl

After all I sold safeurl a year ago...
  #20  
Old 08-25-2004, 09:40 AM
Zaeolos's Avatar
Zaeolos Zaeolos is offline
 
Join Date: Jan 2003
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by floris
Why would someone want to hide where they came from?
Because some sites may want to keep competitor sites from knowing they are there when members link to those sites.

Great job for finding this!
  #21  
Old 08-26-2004, 04:41 AM
???`S?LV?R???`'s Avatar
???`S?LV?R???` ???`S?LV?R???` is offline
 
Join Date: Aug 2003
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hack
Closed Thread

Thread Tools

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 03:55 PM.


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.05352 seconds
  • Memory Usage 2,303KB
  • 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
  • (5)bbcode_php
  • (5)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
  • (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