PDA

View Full Version : Who can make this Redirect Link MOD ??


luan7749
01-31-2009, 06:41 PM
I visitted http://vozforum.com (http://vozforums.com) and I like the MOD what make "Redirect Link", it's so cool.

Users have to choose "Yes" or "No" to redirect the real Link.

Demo : http://vozforums.com/redirect/?link=http%3A%2F%2Fwww.mediafire.com%2F%3Fa2z5zani any

Vaupell
01-31-2009, 08:44 PM
just a notice before you go ahead with this,,

i donot get a redirect link on that site either its blocked or its just spam for my isp
this is what i see 93790

nothing else..

Howewer your demo link works,
and that is just a normal page with two links
can be done with java and html

anyway heres a fast one..


Demo : [url=http://www.evisystems.org/test.html] here [url]

Entire page code :

<html>

<head>
</head>

<body>
<p align="center">Hello, content and stuff
do you agree ? </p>
<p align="center">&nbsp;</p>
<p align="center"> <a href="http:www.linktoyesiagree.com">Yes i agree </a> | <a href="javascript:window.close()">no i dont agree</a></p>
</body>

</html>

Vaupell
01-31-2009, 08:52 PM
if you want it to popup on load

demo : here (http://www.evisystems.org/test2.html) warning pop up!!!

that is this page linking to page 1


<html>

<head>
</head>

<body>
<script language="JavaScript">
window.open('http://www.evisystems.org/test.html','POPup','width=200,height=150')
</script>


</body>

</html>





A fullversion prober redirect just by googleing javascript redirect
this came up, code and all

http://www.pageresource.com/jscript/jredir.htm

hope you can use this

luan7749
02-01-2009, 04:41 AM
Yes, thank, sorry about that.
Demo domain is : http://vozforums.com

Demo Link : http://vozforums.com/redirect/?link=http%3A%2F%2Fwww.mediafire.com%2F%3Fa2z5zani any

Lautaro
02-01-2009, 07:40 AM
Here's a better mod than that one, with this one you set the time your users has to wait until they're redirected to an external link from your website. Why i say its better? .. well, no need of clicking on 'continue' or whatever it said there ( i didnt understand that language ).

vBAnonymizer:
https://vborg.vbsupport.ru/showthread.php?t=184267&highlight=vbanonymizer

its for vB 3.7.x so i think it will run without problems with vB 3.8.x .

GL

UKBusinessLive
02-01-2009, 08:42 AM
I made a version of a redirect, by a member clicking on a tab and wanting to go say to the arcade for example, they would be redirected to an external site showing links and ads for so many seconds before going to the arcade

https://vborg.vbsupport.ru/showthread.php?t=202489

You could set a conditional for this to work with guests and non members. Gives admins the choice to promote an external page, (Affilate or otherwise) before going to the required page. :)

lasto
02-01-2009, 08:52 AM
I made a version of a redirect, by a member clicking on a tab and wanting to go say to the arcade for example, they would be redirected to an external site showing links and ads for so many seconds before going to the arcade

https://vborg.vbsupport.ru/showthread.php?t=202489

You could set a conditional for this to work with guests and non members. Gives admins the choice to promote an external page, (Affilate or otherwise) before going to the required page. :)

Good idea that - can u set your page to use Conditions as well so u can exclude certain usergroups ?

luan7749
02-02-2009, 01:11 AM
I made a version of a redirect, by a member clicking on a tab and wanting to go say to the arcade for example, they would be redirected to an external site showing links and ads for so many seconds before going to the arcade

https://vborg.vbsupport.ru/showthread.php?t=202489

You could set a conditional for this to work with guests and non members. Gives admins the choice to promote an external page, (Affilate or otherwise) before going to the required page. :)
Thank , my friends. So ... Will Users have to click "yes" to redirect real link ??

Dismounted
02-03-2009, 04:45 AM
What you want is closer to the modification linked to in post #5.

RobbieZ
04-09-2009, 06:21 PM
I made a version of a redirect, by a member clicking on a tab and wanting to go say to the arcade for example, they would be redirected to an external site showing links and ads for so many seconds before going to the arcade

https://vborg.vbsupport.ru/showthread.php?t=202489

You could set a conditional for this to work with guests and non members. Gives admins the choice to promote an external page, (Affilate or otherwise) before going to the required page. :)

How about a BBcode? *Yourlink*

The direct link would be a splash page or advert before continuing to the *yourlink*

TheLastSuperman
04-10-2009, 02:38 PM
Tried this yet??

https://vborg.vbsupport.ru/showthread.php?t=131292

You can modify the xml before install to say what you wish or if you have coding knowledge code in more as seen in your screenshot.