
Hyper
Moderador
1
Sigma
Verificado
Verificación en dos pasos activada
Verificado por Whatsapp
Verificado por Binance
¡Excelente comerciante!
¡Usuario popular!
Suscripción a IA
Creen un archivo .js y meterle este código:
Luego lo llamamos como queramos, por ejemplo redireccionar.js veran que hay un texto en rojo, eso hay que modificarlo por el de ustedes.
Ahora creamos un archivo HTML y lo llamamos por ejemplo... ventana.html
Le metemos este código:
Donde esta el texto de color rojo deben cambiarlo por la url del Widget de Plugrush, JuicyAds o donde quieras.
En el primer archivo, el JS, cambiamos la URL por la de este HTML que hemos creado.
Subimos los dos archivos al servidor y colocamos en el footer la dirección de donde este el JS:
<script type="text/javascript" src="tuweb.com/nombre.js"></script>
¿Que consiguen con esto?
Que el usuario entre a nuestra web a los ojos de Google pero a los 5 segundos será redireccionado a la publicidad móvil.
Eso seria todo, saludos a todos Betas! :encouragement:
Insertar CODE, HTML o PHP:
var widthExoLayer;
var heightExoLayer;
var positionMaxExoLayer;
var positionMinExoLayer;
var positionExoLayer;
var marginExoLayer;
var leftExoLayer;
var topExoLayer;
var scrollTopExoLayer = 0;
var bodyHeightExoLayer;
var bodyWidthExoLayer;
var codeExoLayer = ''
+ '<div id="divExoLayerWrapper" style="position: absolute; left: -1000px; width: ' + widthExoLayer + 'px; height: ' + heightExoLayer + 'px; z-index: 100; overflow: hidden;">'
+ '<div id="divExoLayer" style="position: absolute; width: ' + widthExoLayer + 'px; height: ' + heightExoLayer + 'px; z-index: 101;">'
+ '<iframe allowtransparency="1" frameborder="0" height="151" id="plwpr876515299e5c916a405.04928285" scrolling="no" src="[COLOR="#FF0000"]http://tuweb.com/ventana.html[/COLOR]" width="154"></iframe>'
+ '</div>'
+ '</div>';
function writeExoLayer() {
document.write(codeExoLayer);
}
function closeExoLayer() {
document.getElementById('divExoLayerWrapper').style.display = "none";
}
function initExoLayer() {
if ( window.outerHeight ) { // FireFox
bodyHeightExoLayer = window.innerHeight;
bodyWidthExoLayer = window.innerWidth;
} else if (document.documentElement.clientHeight) { // IE 6+
bodyHeightExoLayer = document.documentElement.clientHeight;
bodyWidthExoLayer = document.documentElement.clientWidth;
} else { // IE
bodyHeightExoLayer = document.body.clientHeight;
bodyWidthExoLayer = document.body.clientWidth;
}
// Layer Position
if ( navigator.appName == "Microsoft Internet Explorer" ) { marginExoLayer = 5; } else { marginExoLayer = 20; }
leftExoLayer = bodyWidthExoLayer - widthExoLayer - marginExoLayer;
topExoLayer = bodyHeightExoLayer;
document.getElementById('divExoLayer').style.left = 0 + "px";
document.getElementById('divExoLayer').style.top = heightExoLayer + "px";
positionExoLayer = heightExoLayer;
//positionMinExoLayer = bodyHeightExoLayer - heightExoLayer;
//positionMaxExoLayer = bodyHeightExoLayer;
}
function showExoLayer() {
if ( document.getElementById('divExoLayerWrapper').style.visibility == "hidden" ) {
document.getElementById('divExoLayerWrapper').style.visibility = "visible";
}
if ( positionExoLayer > positionMinExoLayer ) {
positionExoLayer = positionExoLayer - 2;
document.getElementById('divExoLayer').style.top = positionExoLayer + 0 + "px";
showExoLayerTimeout = window.setTimeout('showExoLayer()', 10);
} else {
window.clearTimeout(showExoLayerTimeout);
hideAgainExoLayer();
}
}
function hideExoLayer() {
if ( positionExoLayer < positionMaxExoLayer ) {
positionExoLayer = positionExoLayer + 2;
document.getElementById('divExoLayer').style.top = positionExoLayer + scrollTopExoLayer + "px";
hideExoLayerTimeout = window.setTimeout('hideExoLayer()', 10);
} else {
window.clearTimeout(hideExoLayerTimeout);
showAgainExoLayer();
document.getElementById('divExoLayerWrapper').style.visibility = "hidden";
}
}
function moveExoLayer() {
scrollTopExoLayer = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
document.getElementById("divExoLayerWrapper").style.left = bodyWidthExoLayer - widthExoLayer - marginExoLayer + document.body.scrollLeft + "px";
document.getElementById("divExoLayerWrapper").style.top = bodyHeightExoLayer - heightExoLayer + scrollTopExoLayer + "px";
positionMinExoLayer = 0 - 0 + 0;
positionMaxExoLayer = 0 + heightExoLayer;
window.setTimeout('moveExoLayer()', 200);
}
function showAgainExoLayer() {
initExoLayer();
window.setTimeout('showExoLayer()', 5000);
}
function hideAgainExoLayer() {
window.setTimeout('hideExoLayer()', 7000);
}
function loadExoLayer() {
initExoLayer();
showExoLayer();
moveExoLayer();
}
writeExoLayer();
window.setTimeout('loadExoLayer()',3000);
Luego lo llamamos como queramos, por ejemplo redireccionar.js veran que hay un texto en rojo, eso hay que modificarlo por el de ustedes.
Ahora creamos un archivo HTML y lo llamamos por ejemplo... ventana.html
Le metemos este código:
Insertar CODE, HTML o PHP:
<!DOCTYPE html>
<html>
<head>
<title>Ventana</title>
<meta charset="UTF-8">
<meta name='robots' content='noindex,noarchive,nofollow' />
<meta http-equiv="Refresh" content="5; url=[COLOR="#FF0000"]http://mobile.juicyads.com/service_redirect.php?p=10299&s=90715&u=http://google.es[/COLOR]" />
</head>
<body>
</body>
</html>
Donde esta el texto de color rojo deben cambiarlo por la url del Widget de Plugrush, JuicyAds o donde quieras.
En el primer archivo, el JS, cambiamos la URL por la de este HTML que hemos creado.
Subimos los dos archivos al servidor y colocamos en el footer la dirección de donde este el JS:
<script type="text/javascript" src="tuweb.com/nombre.js"></script>
¿Que consiguen con esto?
Que el usuario entre a nuestra web a los ojos de Google pero a los 5 segundos será redireccionado a la publicidad móvil.
Eso seria todo, saludos a todos Betas! :encouragement: