Looks nice indeed. However when Noscript a firefox plugin is installed you wont see the Gateway which could cost you some conversions. Nevertheless looks nice indeed. I will hold off on the bhcb for a while to see how far this can progress.
Now if we could incorporate some blank referring this would be an amazing free alternative.
you can use this serviceAgain, a great post from you, thnx given and rep too!!!
Now, I have the content locker but I need an answer to these questions from someone who is good at coding(pyronaut for e.x), because I don't know shit about programming...
1. How can we implement Geo-Targeting And Ad-Rotation(or a Drop-Down Menu with ads)?
2. How can we implement Referer Blanking/Spoofing that NEVER leaks the referer?
<html>
<head>
<script type="text/javascript">
<!--
if (top.location!= self.location) {
top.location = self.location.href
}else{
document.location='youroffer'
}
//-->
</script>
<meta http-equiv="refresh" content="0;url=youroffer" />
</head>
<body>
If not automatically redirected, please <a href='youroffer'>Continue</a>
</body>
</html>
The reason for youtube and megavideos videos on top, is because of the z-index attribute. In order to have your div on top, add this to the style. "z-index:9".
Ex. <div style="z-index:9">
It shows under megavideo flash object![]()
Anyway to fix this ?
Thanks
1. How can we implement Geo-Targeting And Ad-Rotation(or a Drop-Down Menu with ads)?
2. How can we implement Referer Blanking/Spoofing that NEVER leaks the referer?
great script i can think of a great way to use this now, BUT how do i change the transperancy of the background do i can see the site thats behind instead of just leaving it black, lets say i wanted to make a fade or change the opacity...
#gatewayDimmer
{
background-color:#000000;
opacity:0.8;
display:none;
position:absolute;
top:0;