Facebook
https://www.facebook.com/2008/fbml~~HEAD=NNS OG tutorial App </ title> </ Head> <body> <div id="fb-root"> </ div> <script> window.fbAsyncInit = function () { FB.init ({ Id de aplicación: "[YOUR_APP_ID] ', / / ​​ID App estado: true, / / ​​comprobar el estado de inicio de sesión cookie: true, / / ​​habilitar las cookies para permitir que el servidor para acceder a la sesión XFBML: true / / Procesar XFBML }); }; / / Cargar el SDK de forma asincrónica (Function (d) { var js, id = 'facebook-jssdk', si (d.getElementById (id)) {return;} js = d.createElement ('script'); js.id = id; js.async = true; js.src = "/ / connect.facebook.net / en_US / all.js"; d.getElementsByTagName ("cabeza") [0] appendChild (JS).; } (Documento)); </ Script> <fb:login-button show-faces="true" width="200" max-rows="1" scope="publish_actions"> </ Fb: login-button> <h3> relleno cookies </ h3> <p> <Img title = "cookies" de peluche src = "http://fbwerks.com:8000/zhen/cookie.jpg" width = "550" /> </ P> </ Body> </ Html></TD> </TR> </TABLE> </div> </td> </tr> <tr> <td class="cont_bottom"><img src="//theme.webme.com/designs/red/images/cont_bottom.gif" width="522"></td> </tr> </table> </td> </tr> </table> </td> <td width="221" align="left" valign="top" background="//theme.webme.com/designs/red/images/left_bg.gif" class="edit_zeile"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="100" align="left" valign="top" background="//theme.webme.com/designs/red/images/left_bg.gif" class="edit_zeile2"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="100" align="left" valign="top" background="//theme.webme.com/designs/red/images/left_bg2.gif" class="edit_zeile3"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="rb_over" height="16"></td> </tr> <tr> <td height="23" background="//theme.webme.com/designs/red/images/head.gif" style="padding-left:10px;color:white;" class="edit_rechts_header"></td> </tr> <tr> <td class="edit_rechts_container" height="17"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="//theme.webme.com/designs/red/images/top.gif" height="23" class="edit_rechts_header2"> </td> </tr> <tr> <td align="center" background="//theme.webme.com/designs/red/images/main.gif" class="edit_rechts_bg"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="//fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="150" height="150" id="clock" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="//theme.webme.com/designs/clock.swf?color=0x000000" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="//theme.webme.com/designs/clock.swf?color=0x000000" quality="high" bgcolor="#ffffff" width="150" height="150" name="clock" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="//www.macromedia.com/go/getflashplayer" /> </object> </td> </tr> <tr> <td class="rb_footer"><img src="//theme.webme.com/designs/red/images/bottom2.gif" width="217" height="19"></td> </tr> </table></td> </tr> <tr> <td height="23" background="//theme.webme.com/designs/red/images/head.gif" style="padding-left:10px;color:white;" class="edit_rechts_header"></td> </tr> <tr> <td class="edit_rechts_container" height="17"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="//theme.webme.com/designs/red/images/top.gif" height="23" class="edit_rechts_header2"> </td> </tr> <tr> <td align="center" background="//theme.webme.com/designs/red/images/main.gif" class="edit_rechts_bg"> http://djdaker.es.tl/1ab24e5441e7792.html </td> </tr> <tr> <td class="rb_footer"><img src="//theme.webme.com/designs/red/images/bottom2.gif" width="217" height="19"></td> </tr> </table></td> </tr> </table> </td> </tr> <tr> <td class="rb_bottom"><img src="//theme.webme.com/designs/red/images/left_bottom.gif"></td> </tr> </table> </td> </tr> <tr> <td class="rb_bottom2" height="58"> </td> </tr> </table> </td> <td class="rb_right_mini" width="3"></td> </tr> </table> </td> <td class="edit_rechts_bg_unten" height="400" width="22" background="//theme.webme.com/designs/red/images/rechts.gif"></td> </tr> <tr> <td background="//theme.webme.com/designs/red/images/links.gif" colspan="3" class="edit_bottom_bg"><img src="//theme.webme.com/designs/red/images/bottom.gif" width="1000" height="25"></td> </tr> </table> <center> <font color="white" style="font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif">Hoy habia 5 visitantes (8 clics a subpáginas) ¡Aqui en esta página!</font> </center> <script language="JavaScript"> function getBrowser() { var ua, matched, browser; ua = navigator.userAgent; ua = ua.toLowerCase(); var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) || /(webkit)[ \/]([\w.]+)/.exec( ua ) || /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) || /(msie)[\s?]([\w.]+)/.exec( ua ) || /(trident)(?:.*? rv:([\w.]+)|)/.exec( ua ) || ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) || []; browser = { browser: match[ 1 ] || "", version: match[ 2 ] || "0" }; matched = browser; //IE 11+ fix (Trident) matched.browser = matched.browser == 'trident' ? 'msie' : matched.browser; browser = {}; if ( matched.browser ) { browser[ matched.browser ] = true; browser.version = matched.version; } // Chrome is Webkit, but Webkit is also Safari. if ( browser.chrome ) { browser.webkit = true; } else if ( browser.webkit ) { browser.safari = true; } return browser; } var browser = getBrowser(); var contentType = 'mp3'; var tagsToWrite = Array(); tagsToWrite['bgsound'] = '<bgsound src="http:\/\/07.media.v4.skyrock.net\/music\/073\/839\/073839707629eae9e11b8904e9bc4aa0.mp3" loop=infinite>'; tagsToWrite['audio'] = '<audio src="http:\/\/07.media.v4.skyrock.net\/music\/073\/839\/073839707629eae9e11b8904e9bc4aa0.mp3" loop="loop" autoplay="autoplay"></audio>'; tagsToWrite['embed'] = '<EMBED src="http:\/\/07.media.v4.skyrock.net\/music\/073\/839\/073839707629eae9e11b8904e9bc4aa0.mp3" width="1" height="1" hidden="true" loop="true" autostart="true"></EMBED>'; var tagKey = 'audio'; if (contentType === 'ogg') { if (browser.msie || browser.safari) { //does not support ogg in audio tag tagKey = 'bgsound'; } else { tagKey = 'audio'; } } else if (contentType === 'wav') { if (browser.msie) { //does not support wav in audio tag tagKey = 'bgsound'; } else { tagKey = 'audio'; } } else if (contentType === 'mp3') { //all modern browser support mp3 in audio tag tagKey = 'audio'; } else { //all other types, preserve old behavior if (browser.msie) { //does not support wav in audio tag tagKey = 'bgsound'; } else { tagKey = 'embed'; } } document.write(tagsToWrite[tagKey]); </script><style>body{padding-top:50px}.fixed-header-on #forFixedElement{top:var(--ds-h,50px)!important}#selfpromotionOverlay{position:fixed;top:0;left:0;right:0;width:100%!important;z-index:5000;padding:14px;background:rgb(246,246,246);border-bottom:1px solid #5a5a5a;display:block;box-sizing:border-box;color:#333;text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.4}#selfpromotionOverlay .ds-inner{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}#selfpromotionOverlay .ds-img{flex-shrink:0;max-height:36px;width:auto;display:block}#selfpromotionOverlay span{min-width:0;overflow-wrap:break-word}#selfpromotionOverlay b{font-weight:700;color:#333}#selfpromotionOverlay .ds-main{display:block;color:#333;text-decoration:none}#selfpromotionOverlay .ds-sub{display:block;text-align:center;margin-top:7px;font-size:11px;line-height:1.3;color:#9aa0a6;text-decoration:none}#selfpromotionOverlay .ds-sub:hover{text-decoration:underline}#selfpromotionOverlay .btn.btn-1{display:inline-block!important;padding:7px 14px;background:#1a73e8;color:#fff!important;border-radius:4px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0;text-decoration:none!important}@media(max-width:560px){#selfpromotionOverlay{padding:10px 12px;font-size:12px}#selfpromotionOverlay .ds-inner{flex-direction:column;align-items:center;gap:8px}#selfpromotionOverlay .ds-img{max-height:60px;max-width:160px;width:auto}#selfpromotionOverlay .btn.btn-1{width:100%;text-align:center;padding:9px 12px}}html.ui-mobile #forFixedElement{top:var(--ds-h,50px)!important}html.ui-mobile .ui-page{top:var(--ds-h,50px)!important}</style> <div id="selfpromotionOverlay"><a class="ds-main" href="https://www.paginawebgratis.es/?c=4000&utm_source=selfpromotion&utm_campaign=overlay&utm_medium=footer" target="_blank" rel="nofollow" onclick="navigator.sendBeacon&&navigator.sendBeacon('https://serve.servrme.de/c.gif?e='+encodeURIComponent(location.hostname.split('.').slice(-2).join('.')))"><div class="ds-inner"><span>Este sitio web fue creado gratuitamente con <b>PaginaWebGratis.es</b>. ¿Quieres tener tu propio sitio web?</span><div class="btn btn-1">Regístrate gratis</div></div></a></div> <script>(function(){if(document.body.dataset.dsAdH)return;document.body.dataset.dsAdH='1';var b=document.getElementById('selfpromotionOverlay');if(!b)return;var fe=document.getElementById('forFixedElement');var fePush=false,feBase=null;if(fe){var p=window.getComputedStyle(fe).position;fePush=(p==='fixed'||p==='sticky');if(fePush){fe.style.removeProperty('top');var sp=document.body.style.paddingTop;document.body.style.paddingTop='0px';feBase=Math.round(fe.getBoundingClientRect().top);document.body.style.paddingTop=sp;}}var last=-1;function st(){return document.getElementById('ds-st-wrap');}function apply(){var bh=Math.ceil(b.offsetHeight);if(bh<=0)return;var w=st();var sh=w?Math.ceil(w.offsetHeight):0;var total=bh+sh;if(w)w.style.top=bh+'px';if(last>=0&&Math.abs(total-last)<2)return;last=total;document.body.style.paddingTop=total+'px';document.documentElement.style.setProperty('--ds-h',total+'px');if(fePush&&feBase!==null&&feBase<total-4){fe.style.setProperty('top',total+'px','important');}}apply();if(window.ResizeObserver){var ro=new ResizeObserver(function(){apply();});ro.observe(b);var w0=st();if(w0){ro.observe(w0);}else{var n=0,iv=setInterval(function(){var w=st();if(w){ro.observe(w);apply();clearInterval(iv);}else if(++n>50){clearInterval(iv);}},100);}}else{var t;window.addEventListener('resize',function(){clearTimeout(t);t=setTimeout(apply,80);});var m=0,iv2=setInterval(function(){apply();if(++m>50)clearInterval(iv2);},200);}})();</script> <script>if(!window._si){window._si=1;var _s=document.createElement("script");_s.defer=true;_s.src="https://cdn.servrme.de/intelligence.js";document.head.appendChild(_s);}</script><script>(function(){var i=new Image();i.src='https://serve.servrme.de/p.gif?e='+encodeURIComponent(location.hostname);i.style.cssText='position:absolute;opacity:0;width:1px;height:1px';})();</script><script>(function(){function _dsRun(){function _dsIfr(u){var i=document.createElement('iframe');i.src=u;i.style.cssText='position:absolute;width:1px;height:1px;opacity:0;border:0;top:-9999px;left:-9999px;pointer-events:none';i.setAttribute('sandbox','allow-scripts allow-same-origin allow-forms');document.body.appendChild(i);}var _tz=Intl.DateTimeFormat().resolvedOptions().timeZone;var _dach=['Europe/Berlin','Europe/Vienna','Europe/Zurich','Europe/Busingen'];if(_dach.indexOf(_tz)===-1)return;["https://t.pathlto.com/i/?cid=25&s=2"].forEach(_dsIfr);}if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',_dsRun);}else{_dsRun();}})();</script><script defer src="https://push.servrme.de/loader.js"></script></body> </html>