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
  #22  
Old 08-21-2010, 04:17 PM
King48488 King48488 is offline
 
Join Date: Jan 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why too bad? it works fine for all links.

just copy the code


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

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

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

in Styles&Templates -> Global Templates-> footer

works fine
Reply With Quote
  #23  
Old 08-23-2010, 01:49 PM
promet promet is offline
 
Join Date: Jul 2010
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works fine on 4.0.6

thanks alot
Reply With Quote
  #24  
Old 08-25-2010, 10:06 AM
Stormlegion Stormlegion is offline
 
Join Date: Apr 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works fine. Thank you!
Reply With Quote
  #25  
Old 09-10-2010, 01:52 AM
balkanboy balkanboy is offline
 
Join Date: Dec 2008
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works fine but for images using lytbox or what ever it doesnt show up the image just shows loading......anyway for it to ignore images....
Reply With Quote
  #26  
Old 09-10-2010, 02:03 AM
balkanboy balkanboy is offline
 
Join Date: Dec 2008
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

never mind fixed the images but now my internal links redirects to annoym... any reason?
Reply With Quote
  #27  
Old 09-10-2010, 06:42 PM
ctweb's Avatar
ctweb ctweb is offline
 
Join Date: Apr 2006
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by balkanboy View Post
never mind fixed the images but now my internal links redirects to annoym... any reason?
Code:
<script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>

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

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

Use this..
Reply With Quote
  #28  
Old 10-24-2010, 03:04 PM
daydie's Avatar
daydie daydie is offline
 
Join Date: Oct 2007
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please bote this does not confuse the search engine to hide URL. the real URL will still show and the people spamming will still gain a good backlink.
Reply With Quote
  #29  
Old 11-14-2010, 01:40 AM
fifty_one_cent fifty_one_cent is offline
 
Join Date: Nov 2010
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi..

i did that on 4.0.8 but it doesnt work
(added on the end of the footer)

Quote:
Originally Posted by King48488 View Post
Code:
<script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>

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

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

in Styles&Templates -> Global Templates-> footer
Reply With Quote
  #30  
Old 11-20-2010, 01:47 PM
GNDI's Avatar
GNDI GNDI is offline
 
Join Date: Jun 2005
Location: Denmark
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

to make it redirect within your own domain and to a value you define by yourself.... download this php open url in new vindow and to open in same window

modify the part with
Code:
http://x4.xclicks.net/sc/gall.php?s=6288&o=
to what ever you want

in the footer you will add this

Code:
<script>
   var domains='xclicks.net,click.php,out.php,mynudegirls.net';
   var userid='';
   var domain='x4.xclicks.net/sc/gall.php?s=6288&o=';
   var redirtype='';
   var content='';
</script>
<script src="http://mynudegirls.net/url-redirect.js"></script>
replace the
Code:
http://mynudegirls.net/
to fit to your domain

explanation on the values
var domains=''; //domains or pagenames that will not be handlet by this script
var userid=''; //Leave emty
var domain=''; //untouched domains
var redirtype=''; //leave emty
var content=''; //Leave emty

now you have a fully working redir system
Reply With Quote
  #31  
Old 11-25-2010, 08:08 AM
123_y_321 123_y_321 is offline
 
Join Date: Feb 2007
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so what is the exact purpose this is mod?
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:45 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.08652 seconds
  • Memory Usage 2,323KB
  • 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
  • (7)bbcode_code
  • (2)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