vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Active Link Security 3.0 (https://vborg.vbsupport.ru/showthread.php?t=68614)

The M.I.P. 10-13-2004 03:58 PM

Don't panic, the anonym.to redirector is up and running, there will be no changes.

The "for sale" message was caused by small bug which has been solved. Sorry for your inconveniences.

C_P 10-13-2004 04:24 PM

After I applied the latest fix, I now get this in upper left corner:
return "$text";

Sooner95 10-13-2004 10:14 PM

thanks for the update..

Abe1 10-14-2004 12:17 PM

Quote:

Originally Posted by C_P
After I applied the latest fix, I now get this in upper left corner:
return "$text";

I guess you can go back to anonym if you want. It seams to be working now.

Abe1 10-14-2004 12:23 PM

Made a new update. Now you have 2 places to choose from.

Ber|Art 10-15-2004 11:21 AM

Thx, great hack :)

juanmalaga9 10-16-2004 01:42 PM

Is a meta refresh link.
I made long time ago a little hack for this too.
But i use my own php link redirect.

This is the code of the "link.php":

Code:

<?
foreach ($_GET as $key => $value) {
        $site .= $key."=".$value."&";
}
$site = substr($site, 4, -1);  // returns "http://www.elantro.cl" without &out and all variables intact
?>
<HTML>
<HEAD>
<TITLE>ElAntro.cl : redireccionando...</TITLE>

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


</HEAD>
<body>

<br><br><center>
Redireccionando a:<br><b><i> <? echo $site; ?></i></b></center>

</body>
</HTML>

Then, i simply link this file (link.php) into the includes/functions_bbcodeparse.php like this:

Code:

return "<a href=\"http://www.elantro.cl/link.php?url=$rightlink\" target=\"_blank\">$text</a>";
That's all.
No refer and you own link.php.
Now simply customize the page (link.php) for you own site.

Abe1 10-17-2004 12:19 PM

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


All times are GMT. The time now is 09:57 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.01654 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete