hatred
New member
- Katılım
- 22 Haz 2005
- Mesajlar
- 136
- Reaction score
- 0
- Puanları
- 0
asagidaki kodlar alintidir, sahsen denemedim ama aldigim yerde kullananlari gordum
.TK
Put this between the <HEAD> and </HEAD> tags on your first page to remove the annoying popup.
We have three ways of doing this, the first one before the hash line makes your real url visible to visitors, the second lets you control the popup window, the third closes the window after a set amount of time
Code:
<!-- ############# Num 1 ############# -->
<!-- BannerKiller , Smart-Hack -->
<Script>
if (window.top != window.self) { window.top.location=window.self }
</script>
<!-- ############# Num 2 ############# -->
<!-- BannerKiller , Smart-Hack -->
<Script>
subwin = window.open("http://YourHost.com/YourAccount/PopupPage","subwindow","height=100,width=486");
</Script>
<!-- ############# Num 2 ############# -->
<!-- BannerKiller , Smart-Hack -->
<script language="JavaScript">
setup='toolbar=no,location=no,directories=no,statu s=no,menubar=no,width=200,height=150'
setup += 'scrollbars=no,resizable=no'
pop = window.open ("","subwindow",setup)
pop.document.write('<head>');
pop.document.write('<Title>');
<!-- This is the title to change for on the new window you open -->
pop.document.write('C4r0|yn W0r|d');
pop.document.write('</Title>');
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
<!-- This is the line to change for how long the window is open -->
<!-- Its milliseconds , so 5000 is 5 seconds, 1000 is 1 second. -->
pop.document.write(';",5000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('</head>');
<!-- This changes the colour of the main background. -->
pop.document.write('<body bgcolor=#FFFF80>');
<!-- This is the actual content of the window you are opening -->
pop.document.write('<center><h3>Dont forget to visit</h3></center>');
pop.document.write('<center><h3><a href="http://smart-hack.com" target="_blank">Smart-Hack</a></h3></center>');
pop.document.write('<center><h6>For all your BannerKillers </h6></center>');
pop.document.write('</body>');
</script>
50megs.com
Put this between the <HEAD> and <TITLE> tags on all your pages.
Code:
<!-- BannerKiller , Smart-Hack -->
<NOSCRIPT>
<!-- <BODY> -->
</NOSCRIPT>
Angelfire
Make sure that the eval line all goes on one line, and place this above the <HTML> tag. Also, make sure your advert type is set to Popop.
Code:
<!-- BannerKiller , Smart-Hack -->
<script language="Javascript">
<!--
eval(unescape('%66%75%6E%63%74%69%6F%6E%20%53%63%7 2%65%65%6E%49%74%28%75%72%6C%2C%6E%61%6D%65%2C%70% 61%72%6D%29%7B%0D%0A%69%66%28%75%72%6C%2E%69%6E%64 %65%78%4F%66%28%22%2F%73%79%73%2F%70%6F%70%75%70%5 F%73%6F%75%72%63%65%2E%73%68%74%6D%6C%3F%43%61%74% 65%67%6F%72%79%3D%22%29%21%3D%2D%31%29%20%72%65%74 %75%72%6E%20%66%61%6C%73%65%3B%0D%0A%72%65%74%75%7 2%6E%20%77%69%6E%64%6F%77%2E%58%6F%70%65%6E%28%75% 72%6C%2C%6E%61%6D%65%2C%70%61%72%6D%29%3B%0D%0A%7D %0D%0A%77%69%6E%64%6F%77%2E%58%6F%70%65%6E%3D%77%6 9%6E%64%6F%77%2E%6F%70%65%6E%3B%20%20%77%69%6E%64% 6F%77%2E%6F%70%65%6E%3D%53%63%72%65%65%6E%49%74%3B '));
//-->
</script>
Dencity
Surround their banner code with the tags provided.Frame.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript>Their Banner Code Here</noscript>
Cjb.Net
Removes the popups, even the realtracker one. Read the instructions carefully.
Code:
This is more of a how to than a code.
In the "What is your real web site address?" textbox when your editing your account...
Replace the YOURSITE with the link to your site and add this...
YOURSITE"><script language="JavaScript"><!--function open() { // override the window.open() method}//--></script><A HREF="YOURSITE
Hey presto, your popups are gone !
If you still want the site to record your hits, add this on your page ...
Replace YOURSITE with your cjb.net site name....
<script language="JavaScript" src="http://tpl1.realtracker.com/netpoll/ifreev3ia.asp?user=YOURSITE&pn=90023&to=-360&username=YOURSITE.cjb.net&userurl=http://YOURSITE.cjb.net%2F">
And to see your stats, simply create a link to the following...
Replace YOURSITE with your cjb.net site name....
http://tpl1.realtracker.com/netpoll...%2Ecjb%2Enet%2F
Fortune City
Put the first half above the <HTML> tag, and the second part above the </BODY> tag on all your pages to get rid of that anoyin Floating Frame.
Code:
<!-- BannerKiller , Smart-Hack -->
<!-- Put This Above The <HTML> Tag-->
<div style="position:relative;top:-110;z-index:0;background:;">
<!--And Put this above the < /BODY> tag-->
</div>
Free Yellow
Put this before your </body> tag.
Code:
<!-- BannerKiller , Smart-Hack -->
<noembed><xmp>
Geocities (Yahoo!)
Put this after the </html> tag on all your pages to remove the annoying Floating Frame.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript><noscript>
<plaintext><plaintext>
Hobbiton
put this code before the <html>
Code:
<!----COPY N PASTE---->
<SCRIPT>
window.open=null;
</SCRIPT>
<!----END---->
HyperMart
Surround their bannercode with the tags provided.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript>Their Bannner Code Goes Here</noscript>
HNameZero
Put this in the <head> tag on all your pages to remove the big ass banner.
Code:
<!-- BannerKiller , Smart-Hack -->
<SCRIPT LANGUAGE="JavaScript">
<!--
function open () {return true;}
if (top.location != document.location) top.location = document.location;
//-->
</Script>
TalkCity
Put this before the <html> tag on all your pages.
Code:
<!-- Smart-Hack -->
<script>
popup = window.open("","tcnav")
popup.close();
</script>
TopCities
Add this between the <HEAD> and </HEAD> tags on your page, and make sure this is also there "<!-- %%NOBANNER%% -->" minus the quotes.
Code:
<!-- BannerKiller , Smart-Hack -->
<script language='Javascript'>
<!--
OpenWin = window.open('about:blank','6B8B4567');
OpenWin.close();
// -->
</SCRIPT>
Tripod
Put this after the </head> tag and above the <body> tag.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript><noscript><noscript><noscript> <body> </noscript></noscript></noscript></noscript>
TSX
Put this code before the <html> tag.
Code:
<!-- Smart-Hack -->
<script>
popup = window.open("/frame/index.cfm","216226215132")
popup.close();
</script>
Virtual Avenue
Put this code after the </html> tag.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript>
<!--</noscript>-->
h.
.TK
Put this between the <HEAD> and </HEAD> tags on your first page to remove the annoying popup.
We have three ways of doing this, the first one before the hash line makes your real url visible to visitors, the second lets you control the popup window, the third closes the window after a set amount of time
Code:
<!-- ############# Num 1 ############# -->
<!-- BannerKiller , Smart-Hack -->
<Script>
if (window.top != window.self) { window.top.location=window.self }
</script>
<!-- ############# Num 2 ############# -->
<!-- BannerKiller , Smart-Hack -->
<Script>
subwin = window.open("http://YourHost.com/YourAccount/PopupPage","subwindow","height=100,width=486");
</Script>
<!-- ############# Num 2 ############# -->
<!-- BannerKiller , Smart-Hack -->
<script language="JavaScript">
setup='toolbar=no,location=no,directories=no,statu s=no,menubar=no,width=200,height=150'
setup += 'scrollbars=no,resizable=no'
pop = window.open ("","subwindow",setup)
pop.document.write('<head>');
pop.document.write('<Title>');
<!-- This is the title to change for on the new window you open -->
pop.document.write('C4r0|yn W0r|d');
pop.document.write('</Title>');
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
<!-- This is the line to change for how long the window is open -->
<!-- Its milliseconds , so 5000 is 5 seconds, 1000 is 1 second. -->
pop.document.write(';",5000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('</head>');
<!-- This changes the colour of the main background. -->
pop.document.write('<body bgcolor=#FFFF80>');
<!-- This is the actual content of the window you are opening -->
pop.document.write('<center><h3>Dont forget to visit</h3></center>');
pop.document.write('<center><h3><a href="http://smart-hack.com" target="_blank">Smart-Hack</a></h3></center>');
pop.document.write('<center><h6>For all your BannerKillers </h6></center>');
pop.document.write('</body>');
</script>
50megs.com
Put this between the <HEAD> and <TITLE> tags on all your pages.
Code:
<!-- BannerKiller , Smart-Hack -->
<NOSCRIPT>
<!-- <BODY> -->
</NOSCRIPT>
Angelfire
Make sure that the eval line all goes on one line, and place this above the <HTML> tag. Also, make sure your advert type is set to Popop.
Code:
<!-- BannerKiller , Smart-Hack -->
<script language="Javascript">
<!--
eval(unescape('%66%75%6E%63%74%69%6F%6E%20%53%63%7 2%65%65%6E%49%74%28%75%72%6C%2C%6E%61%6D%65%2C%70% 61%72%6D%29%7B%0D%0A%69%66%28%75%72%6C%2E%69%6E%64 %65%78%4F%66%28%22%2F%73%79%73%2F%70%6F%70%75%70%5 F%73%6F%75%72%63%65%2E%73%68%74%6D%6C%3F%43%61%74% 65%67%6F%72%79%3D%22%29%21%3D%2D%31%29%20%72%65%74 %75%72%6E%20%66%61%6C%73%65%3B%0D%0A%72%65%74%75%7 2%6E%20%77%69%6E%64%6F%77%2E%58%6F%70%65%6E%28%75% 72%6C%2C%6E%61%6D%65%2C%70%61%72%6D%29%3B%0D%0A%7D %0D%0A%77%69%6E%64%6F%77%2E%58%6F%70%65%6E%3D%77%6 9%6E%64%6F%77%2E%6F%70%65%6E%3B%20%20%77%69%6E%64% 6F%77%2E%6F%70%65%6E%3D%53%63%72%65%65%6E%49%74%3B '));
//-->
</script>
Dencity
Surround their banner code with the tags provided.Frame.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript>Their Banner Code Here</noscript>
Cjb.Net
Removes the popups, even the realtracker one. Read the instructions carefully.
Code:
This is more of a how to than a code.
In the "What is your real web site address?" textbox when your editing your account...
Replace the YOURSITE with the link to your site and add this...
YOURSITE"><script language="JavaScript"><!--function open() { // override the window.open() method}//--></script><A HREF="YOURSITE
Hey presto, your popups are gone !
If you still want the site to record your hits, add this on your page ...
Replace YOURSITE with your cjb.net site name....
<script language="JavaScript" src="http://tpl1.realtracker.com/netpoll/ifreev3ia.asp?user=YOURSITE&pn=90023&to=-360&username=YOURSITE.cjb.net&userurl=http://YOURSITE.cjb.net%2F">
And to see your stats, simply create a link to the following...
Replace YOURSITE with your cjb.net site name....
http://tpl1.realtracker.com/netpoll...%2Ecjb%2Enet%2F
Fortune City
Put the first half above the <HTML> tag, and the second part above the </BODY> tag on all your pages to get rid of that anoyin Floating Frame.
Code:
<!-- BannerKiller , Smart-Hack -->
<!-- Put This Above The <HTML> Tag-->
<div style="position:relative;top:-110;z-index:0;background:;">
<!--And Put this above the < /BODY> tag-->
</div>
Free Yellow
Put this before your </body> tag.
Code:
<!-- BannerKiller , Smart-Hack -->
<noembed><xmp>
Geocities (Yahoo!)
Put this after the </html> tag on all your pages to remove the annoying Floating Frame.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript><noscript>
<plaintext><plaintext>
Hobbiton
put this code before the <html>
Code:
<!----COPY N PASTE---->
<SCRIPT>
window.open=null;
</SCRIPT>
<!----END---->
HyperMart
Surround their bannercode with the tags provided.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript>Their Bannner Code Goes Here</noscript>
HNameZero
Put this in the <head> tag on all your pages to remove the big ass banner.
Code:
<!-- BannerKiller , Smart-Hack -->
<SCRIPT LANGUAGE="JavaScript">
<!--
function open () {return true;}
if (top.location != document.location) top.location = document.location;
//-->
</Script>
TalkCity
Put this before the <html> tag on all your pages.
Code:
<!-- Smart-Hack -->
<script>
popup = window.open("","tcnav")
popup.close();
</script>
TopCities
Add this between the <HEAD> and </HEAD> tags on your page, and make sure this is also there "<!-- %%NOBANNER%% -->" minus the quotes.
Code:
<!-- BannerKiller , Smart-Hack -->
<script language='Javascript'>
<!--
OpenWin = window.open('about:blank','6B8B4567');
OpenWin.close();
// -->
</SCRIPT>
Tripod
Put this after the </head> tag and above the <body> tag.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript><noscript><noscript><noscript> <body> </noscript></noscript></noscript></noscript>
TSX
Put this code before the <html> tag.
Code:
<!-- Smart-Hack -->
<script>
popup = window.open("/frame/index.cfm","216226215132")
popup.close();
</script>
Virtual Avenue
Put this code after the </html> tag.
Code:
<!-- BannerKiller , Smart-Hack -->
<noscript>
<!--</noscript>-->
h.