Autore Messaggio
09-09-2007, 05:43
Messaggio: #1 (permalink)
ggianchi
Niubbo
*
Registrato: Sep 2007
Messaggi: 3
Reputazione:

RE: Scambi link automatici per aumentare il pr


Cambiagames ha scritto:
Ne sei sicuro che e' pr 0?
Mi puoi dare il link della pagina dove ci sono i link?




Questa e' la pagina dove si vedono i link
http://www.risposteatutto.com/scambiolin...iolink.php

il webmaster ha dovuto creare uno script che se viene aperta direttamente senza passare per questa pagina ti riporta alla home page ed ecco lo script completo che troverete visualizzando il codice html:

<script type="text/javascript">
var iframeids=["iframe"]
var iframehide="yes"
var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf("Firefox")).split("/")[1]
var FFextraHeight=parseFloat(getFFVersion)>=0.1? 16 : 0
function resizeCaller() {
var dyniframe=new Array()
for (i=0; i<iframeids.length; i++){
if (document.getElementById)
resizeIframe(iframeids[i])
if ((document.all || document.getElementById) && iframehide=="no"){
var tempobj=document.all? document.all[iframeids[i]] : document.getElementById(iframeids[i])
tempobj.style.display="block"
}
}
}
function resizeIframe(frameid){
var currentfr=document.getElementById(frameid)
if (currentfr && !window.opera){
currentfr.style.display="block"
if (currentfr.contentDocument && currentfr.contentDocument.body.offsetHeight) //ns6 syntax
currentfr.height = currentfr.contentDocument.body.offsetHeight+FFextraHeight;
else if (currentfr.Document && currentfr.Document.body.scrollHeight) //ie5+ syntax
currentfr.height = currentfr.Document.body.scrollHeight;
if (currentfr.addEventListener)
currentfr.addEventListener("load", readjustIframe, false)
else if (currentfr.attachEvent){
currentfr.detachEvent("onload", readjustIframe) // Bug fix line
currentfr.attachEvent("onload", readjustIframe)
}
}
}
function readjustIframe(loadevt) {
var crossevt=(window.event)? event : loadevt
var iframeroot=(crossevt.currentTarget)? crossevt.currentTarget : crossevt.srcElement
if (iframeroot)
resizeIframe(iframeroot.id);
}
function loadintoIframe(iframeid, url){
if (document.getElementById)
document.getElementById(iframeid).src=url
}
if (window.addEventListener)
window.addEventListener("load", resizeCaller, false)
else if (window.attachEvent)
window.attachEvent("onload", resizeCaller)
else
window.onload=resizeCaller
</script>
<iframe id="iframe" src="../scambiolink/s1.php" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" rel="nofollow" style="overflow:visible; overflow-x: hidden !important; width:100%; display:none; margin-left:-10px; "></iframe>
<noscript>
<iframe name="iframe" src="../scambiolink/s1.php" width="100%" height="28000" align="top" frameborder="0" rel="nofollow" style="overflow-x: hidden !important; margin-left:-10px;" >
</noscript>
</div>
</div>
</div>

Sinceramente non me ne sarei accorto se un altro webmaster non lo avesse segnalato.


trova tutti i messaggi dell'autore Quota questo messaggio nella risposta