Peticion Algun Auto click que funcione con formato estilo Adsense

Mensajes
15
Puntuación de reacción
0
Hola,

Alguien tiene un auto click que funcione con publicidad estilo de formato adsense?
 
Mensajes
9
Puntuación de reacción
0
me avisan !!!! somos muchos que estamos detrás de eso

- - - Actualización- - -

<style scoped='' type='text/css'>
#fb-fanbox {display:none;background:rgba(0,0,0,0.9);width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;-webkit-transform:translateZ(0);}
#fb-boxclose {width:100%;height:100%;-webkit-transform:translateZ(0);}
#fb-boxview {background:#000000;border:8px solid #848484;width:300px;height:260px;position:absolute;top:33%;left:37%;border-radius:7px;}
#fb-closebox {cursor:pointer;}
#fb-closebox:before {content:"CERRAR";padding:10px 8px;background:#000000;color:#fff;font-weight:normal;font-size:10px;font-family:inherit;}
#fb-boxlink,#fb-boxlink a.visited,#fb-boxlink a,#fb-boxlink a:hover {color:#000000;font-size:9px;text-decoration:none;text-align:center;padding:10px;}
</style>
<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {
// Pengaturan cookie
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}
value = String(value);
return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}
// Dapatkan cookie
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_facebook_box') != 'yes'){
$('#fb-fanbox').delay(3000).fadeIn('fast');
$('#fb-closebox, #fb-boxclose').click(function(){
$('#fb-fanbox').stop().fadeOut('fast');
});
}
$.cookie('popup_facebook_box', 'yes', { path: '/', expires: 7 });
});
</script>
<div id='fb-fanbox'>
<div id='fb-boxclose'>
</div>
<div id='fb-boxview'>
<div id='fb-closebox'>
</div>

//Aqui El Codigo De Tu Anuncio


</div>
</div>
 
Mensajes
124
Puntuación de reacción
0
crearlo es facil, pero que ofrecen? e.e puedo crear uno invisible que se muestre el anuncio 1 ves cada 2 o 3 dias por orgenador para mas seguridad y no tener la misma cantidad de clicks que visitas
 
Arriba