How to Remove Banners from Free Website?


Today there are number of website which offers you free webspace and good URL. But there will be 

disgusting banners covering almost half of the index page. I hope all of us want to remove that banners.

 Here we will learn just how to get rid of these irritating banners and to make your free webpage really kewl.

**********************
NOTE:- The banners which are embedded are just about the only source of income for these websites, so if you are caught carrying out any of the below 'No Banner' tricks, then you would possible lose your account. So BEWARE!!!
*********************

Anyway, the tricks that you can execute to prevent embedded banners from displaying vary from service to service. It basically depends on as to which website you have your account on.

GEOCITIES

Place the below code after the end HTML tag:
<noscript>

Angelfire/FreeServers/50Megs/FortuneCity/Netscape

Place the below code anywhere on the page:

<script language="JavaScript">
function open() {}
</script>

 The above snippet will give an error and normally no other JavaScipt code would be executed, so no banner would be displayed. However, it doesn't work in all cases, so there is yet another Hack for Angelfire: Sorround the BODY tag with the below code:

 <noscript></noscript>

TRIPOD

Same as ths second hack for Angelfire

XOOM

To prevent banners from displaying on your webpage hosted by XOOM, replace the standard URL with the below URL:

http://members.xoom.com/_XMCM/username/

 Removing Pop Up Banners

Well, some of the above tricks also seem to stop pop up banners from being displayed. However, another option that could be propagated would be to ask all visitors to install a Software called AddsOFF which stops new windows (pop up ads) from being displayed. But again this is not a feasible option. Infact, some personal firewalls also filter out code which open pop up Banners.


Getting a FREE (Banner Free) .COM registration

1. The NameZero Hack

 Most of you must have heard of NameZero, which gives you a free .Com (or .Net or .ORG) registration and in return puts up a huge banner at the bottom of each page. Well, putting the following piece of code after the TITLE tag would do the trick for you: (Sometimes the following hack is said to not work, if that is the case then try the NameDemo hack instead. Either of the two will definitely work.)

<SCRIPT LANGUAGE="Javascript">
<!--
if (parent.frames.length)
parent.location.href= self.location;
// -->
</script>

2. The NameDemo Hack 

Simply add the following to the first page of the home page of your site, after the <BODY> opening tag:

 <script language="Javascript">

<!--

if (top.location != self.location) {

top.location = self.location.href

}

 

//-->

</script>

D.Lawati

[email protected]

Hosted by www.Geocities.ws

1