The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Who can make this Redirect Link MOD ??
I visitted http://vozforum.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=...%3Fa2z5zaniany |
#2
|
||||
|
||||
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 Attachment 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 : Code:
<html> <head> </head> <body> <p align="center">Hello, content and stuff do you agree ? </p> <p align="center"> </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> |
#3
|
||||
|
||||
if you want it to popup on load
demo : here warning pop up!!! that is this page linking to page 1 Code:
<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 |
#4
|
||||
|
||||
Yes, thank, sorry about that.
Demo domain is : http://vozforums.com Demo Link : http://vozforums.com/redirect/?link=...%3Fa2z5zaniany |
#5
|
||||
|
||||
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/showthrea...t=vbanonymizer its for vB 3.7.x so i think it will run without problems with vB 3.8.x . GL |
#6
|
|||
|
|||
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. |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
Quote:
|
#9
|
||||
|
||||
What you want is closer to the modification linked to in post #5.
|
#10
|
|||
|
|||
Quote:
The direct link would be a splash page or advert before continuing to the *yourlink* |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|