MyBB Community Forums

Full Version: Mybb Redirect Link [Auto]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Add To Footer Template

<script type="text/javascript" >
$$('div.post_body a').each(function(s){
link=s+'';
if(!link.include('yoursite.com') && !link.include('javascript') && !link.include('mybb.com') && !link.include('site1.com') && !link.include('site2.com')){
s.href="redirect.html?link="+encodeURIComponent(link);
s.target="_blank";
}
});
</script> 

Quote:Create "redirect.html" on root directory

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style>
#panel{
width: 500px;
border: 1px solid;
border-color:#999999;
margin:50px auto;
padding: 8px;
font: 12px tahoma;
text-align:center;
background-color:#fcfbf7;
}
</style>
</head>
<body>
<script type="text/javascript">
var link=decodeURIComponent(location.search.substr(6));
second = 10; //Wait time in seconds
function AutoRedirect(){
document.getElementById('time').innerHTML=second;
if(second==0){
location.href=link;
}
second--;
}
</script>
<div id="panel">
<p>You clicked on a link that not belong to our site.
</p>
<script type="text/javascript">
document.write("<a href='"+link+"'>"+link+"</a>")
</script>
<p>Auto redirect in<span id="time"></span> second(s).</p>
</div>
<script type="text/javascript">
AutoRedirect(second);
setInterval("AutoRedirect(second)",1000);
</script>
</body>
</html>

Original credit: http://mods.mybb.com/view-resource/make-a-redirect-page

Cool I FROM INDONESIA - I CAN"T SPEAK ENGLISHBig Grin
hahaha ketemu disini to leee ... :p
hehehe
both of you. please speak in english: p
(2012-04-29, 04:44 AM)terzier Wrote: [ -> ]both of you. please speak in english: p

I FROM INDONESIA... I LITTLE LITTLE SPEAK ENGLISHBig Grin
not working..
(2012-04-29, 12:25 PM)rsfera Wrote: [ -> ]I FROM INDONESIA... I LITTLE LITTLE SPEAK ENGLISHBig Grin

i know dude Big Grin

I'm also from Indonesia. my beuatifull country Heart