|
|
| |
|
|
Eliminar la publicidad
de servidores gratuitos.
|
|
|
|
|
| |
| Con pequeños codigos que les dare
a conocer a continuacion podran quitar esas molestas
publicidades que les inserta su servidor automaticamente.
|
|
| |
|
|
|
|
|
| |
Entre
las lineas <HEAD> y </HEAD> tags.
El código debe estar en una línea. No
lo separes con los espacios!
<SCRIPT Language="javascript">
< !--
eval(unescape("%69%66%28%74%6f%70%21%3d%73%
65%6c%66%29%7b%74%6f%70%2e%6c%6f%63%61%
74%69%6f%6e%2e%68%72%65%66%3d%73%65%6c%
66%2e%6c%6f%63%61%74%69%6f%6e%2e%68%72%
65%66%3b%7d%0a"));
//-->
< /SCRIPT>
| |
|
|
|
|
|
|
|
| |
Entre
las lineas <HEAD> y </HEAD> tags.
<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>
|
|
|
|
|
|
|
|
|
| |
Entre <BODY> y </BODY>
<SCRIPT>
window.open=null;
< /SCRIPT>
|
|
|
|
|
|
|
|
|
| |
Entre las etiquetas Head
<script>
Ori=window.open("http://www.nombre de
dominio.es.vg/publi.shtm","TS22","toolbar=0,location=0,status=0,
menubar=0,scrollbars=0,resizable=1,width=750,height=70")
Ori.close()
< /script>
|
|
|
|
|
|
|
|
|
| |
<BODY>
< !-- Your homepage goes here -->
< /BODY>
< /HTML>
< NOSCRIPT>
|
|
|
|
|
|
|
|
|
| |
</HEAD>
< BODY>
< !-- your homepage goes here -->
< /BODY>
< /HTML>
< NOSCRIPT>
|
|
|
|
|
|
|
|
|
| |
<div
style="position:relative;top:-110;z-index:0;background:;">
< HTML>
< -- Your page is somewhere in here (Include BODY
tag , etc ,etc . Remove
this line and the one just above!!!-->
< /div>
< /BODY>
|
|
|
|
|
|
|
|
|
| |
Antes
de la etiqueta <HTML>
<script>
popup = window.open("popupURL","FreedomsPopup")
popup.close();
< /script>
|
|
|
|
|
|
|
|
|
| |
Sigue
las instrucciones incluidas en el código.
<!--
FREESERVERS BANNER HIDER BY SCYZZON
PART 1 -->
<
!-- PUT THIS IN YOUR <HEAD> -->
< !-- This piece of code may be used freely if
comments are included -->
< !-- Created by Scyzzon - [email protected] -->
<
style><!--iframe{display:none;}--></style>
< !-- END OF PART 1 -->
< !-- FREESERVERS BANNER HIDER BY SCYZZON PART
2 -->
<
!-- PUT THIS RIGHT AFTER YOUR <BODY> TAG
-->
< !-- DON'T FORGET TO CHANGE THE BACKGROUND! -->
< !-- This piece of code may be used freely if
comments are included -->
< !-- Created by Scyzzon - [email protected] -->
<
div style="position:relative;top:-50;z-index:0;background:red;">
< !-- END OF PART 2 -->
< !-- FREESERVERS BANNER HIDER BY SCYZZON PART
3 -->
<
!-- PUT THIS RIGHT BEFORE YOUR </BODY> TAG
-->
< !-- Please include comments -->
< !-- Created by Scyzzon - [email protected] -->
< /div>
< !-- END OF PART 3 -->
|
|
|
|
|
|
|
|
|
| |
Final
de tu pagina
<p
align="center"><iframe src width="1" height="1"
marginwidth="0" marginheight="0" hspace="0" vspace="0"
frameborder="0" scrolling="no"></p>
|
|
|
|
|
|
|
|
|
| |
Antes
de la etiqueta <HTML>
<script>
popup = window.open(", "cooldomain")
popup.close();
< /script>
|
|
|
|
|
|
|
|
|
| |
<html>
< head>
<
title>Your Web Site Title Goes Here</title>
< !-- -->
<
script language="JavaScript">
< /head>
< body>
< /script>
<
body bgcolor="teal">
|
|
|
|
|
|
|
|
|
| |
< html>
< head>
<
title>Web Site Title Goes Here</title>
< /head>
< !---
< body>
--->
< body>
|
|
|
|
|
|
|
|
|
| |
Fija
tu " preferencia del
anuncio " a " en un capítulo ". Fíjalo
para arriba en el panel de control en el
servidor de InterCosmos y pon este código
donde quieras en tu código HTML.
<SCRIPT
LANGUAGE="Javascript">
< !---
if (parent.frames.length)
parent.location.href= self.location;
// --->
< /SCRIPT>
|
|
|
|
|
|
|
|
|
| |
Dentro del Body:
<script language="JavaScript">
var popup = window.open("", "pubpopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=1,height=1');
popup.close();
< /script>
|
|
|
|
|
|
|
|
|
| |
Antes
de la etiqueta <HTML>
<SCRIPT
TYPE="text/javascript" LANGUAGE=JAVASCRIPT>
< !--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
< /SCRIPT>
|
|
|
|
|
|
|
| |