Code to defeat ads on free hosts!

WARNING: Using this code may result in your website being terminated by the host!

Angelfire.com

Code:

<script LANGUAGE="JavaScript">
<!--
function ScreenIt(url,name,parm){
if(url.indexOf("/sys/popup_source.shtml?Category=")!=-1) return false;
return window.Xopen(url,name,parm);
}
window.Xopen=window.open;
window.open=ScreenIt;
//-->
</script>

Web1000.com

Code:

<p align="center"><iframe src width="1" height="1"
marginwidth="0" marginheight="0" hspace="0" vspace="0"
frameborder="0" scrolling="no">

Yahoo.com / Geocities.com :: DEAD

Code:

<p align="center"><iframe src width="1" height="1"
marginwidth="0" marginheight="0" hspace="0" vspace="0"
frameborder="0" scrolling="no">

Lycos.nl

Code:

<head>
<script language="javascript">
if(parent.frames.length != 0)
{
parent.location.href = location.href
}
</script>
</head>

DK3.com

Code:

</applet></object></layer></div></span></style></noscript></table></script>
<span id="logons6" style="position:none;"></span>
<script src="http://www4.dk3.com/ad/staticlogo-host7.js">
</script>
<!-- text above generated by server. PLEASE REMOVE --></body></html>

Freeservers.com

Put this between the 2 HEAD tags.
Code:

<style><!--iframe{display:none;}--></style>

Put this after the <body> tag.
Don't forget to change your background.

<div style="position:relative;top:-50;z-index:0;background:red;">

Put this before the </body> tag.

</div>

Namezero.com

Code:

<script language="JavaScript" type="text/javascript">
<!-- Hide script from older browsers
setTimeout ("changePage()", 0);
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location=document.location;
}
// end hiding contents-->
</script>

Posted: 22-NOV-2006 .. I wonder how many of these places are still operational.. and if the code here is still valid.