Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
All External Link Redirect To anonym.to Site Details »»
All External Link Redirect To anonym.to Site
Version: 1.00, by rajubd rajubd is offline
Developer Last Online: Jan 2016 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.x Rating:
Released: 03-02-2010 Last Update: Never Installs: 45
Auto-Templates
 
No support by the author.

this hack will redirect all your link to anonym.to site

Example :
Without Hack Link
http://www.symbiantalk.net/

After Hack Link
http://anonym.to/?http://www.symbiantalk.net/


Just Add This Small Script Anywhere In Your Footer Template

Code:
<script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>

<script type="text/javascript"><!--
protected_links = "";

auto_anonymize();
//--></script>
Thats All

Show Your Support

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

Comments
  #62  
Old 11-29-2013, 05:01 PM
Mr_Devlin Mr_Devlin is offline
 
Join Date: Nov 2005
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I am running: vB 4.2.2
I run this hack on 4.1.9 and it works well - I don't know why this error occurs on your vb...maybe the whole function is different for 4.2.x-versions. So reset the code to the default if this will not work
Reply With Quote
  #63  
Old 12-09-2013, 02:15 AM
scoutz scoutz is offline
 
Join Date: Feb 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this.

Anyway I can get this to work with links inside of the [hide] bb code from the vFCoders - Hide Hack?
Works fine with the rest of the content.
Reply With Quote
  #64  
Old 12-24-2013, 01:38 PM
magiccen magiccen is offline
 
Join Date: Jun 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Instalado y funcionando!!!!! gracias.
Reply With Quote
  #65  
Old 12-24-2013, 02:22 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by magiccen View Post
Instalado y funcionando!!!!! gracias.
Please keep all posts in English.
Reply With Quote
  #66  
Old 12-24-2013, 03:16 PM
gsmlover4u's Avatar
gsmlover4u gsmlover4u is offline
 
Join Date: Jan 2007
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it will work with vbseo ?
Reply With Quote
  #67  
Old 12-28-2014, 03:24 AM
richTV richTV is offline
 
Join Date: Aug 2006
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the last few days, google has been reporting anonym.to as malware so i removed it on my site.

http://www.google.com/interstitial?u...p://anonym.to/

anyone heard about this?
Reply With Quote
  #68  
Old 01-07-2015, 05:06 PM
thetechgenius's Avatar
thetechgenius thetechgenius is offline
 
Join Date: Jun 2014
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I coded a custom a script that redirects all external links to an Anonymizer URL. The addon has the javascript file for vBulletin that redirects the links, and it also has the Anonym PHP script that actually redirects the LINK Anonymously.

You can use a different domain or subdomain, or you could just use another directory of your main domain.

This is how I have it setup on my server:

My main domain is:

https://thetechgenius.net


My Anonym Domain (where the addon is installed):

https://ttechg.link

So when a someone clicks an anonym link on my vB forum at https://thetechgenius.net, the link will show like this: https://ttechg.link/?http://vbulletin.org

Note: You can actually click that Anonym link, and it will Anonymously redirect to vBulletin.org. And as you can see, it works for SSL/HTTPS also. Anonym.to doesn't work for SSL, because the server doesn't have SSL enabled.

You host all the files on your own server, so you are in control. You dont have to worry about Anonym.to going down.

I will be releasing the full Addon very soon. I am just cleaning up the javascript, and working out a few bugs. This addon should also work with any website, or web software. Its just Javascript and PHP.
Reply With Quote
  #69  
Old 06-13-2019, 08:06 PM
chudvs chudvs is offline
 
Join Date: Jul 2018
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr_Devlin View Post
That's weird...Ok, here is a little work around:

Open class_bbcode.php (same file you used above) and search for this code (around line 2383):

PHP Code:
        $rightlink str_replace(array('`''"'"'"'['), array('`''&quot;'''', '['), $this->strip_smilies($rightlink)); 
Change it to:

PHP Code:
        $rightlink str_replace(array('`''"'"'"'['), array('`''&quot;'''', '[','http://anonym.to/?'), $this->strip_smilies($rightlink)); 
Im running vb 4.2.5 and the class_bbcode.php code is different!

my code is... on line 2452

Code:
$rightlink = str_replace(array('`', '"', "'", '['), array('`', '&quot;', ''', '['), $this->strip_smilies($rightlink));

so how to I change it so his code works?
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 05:22 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.08805 seconds
  • Memory Usage 2,309KB
  • Queries Executed 24 (?)
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
  • (2)bbcode_php
  • (3)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
  • (2)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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