elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Tutorial básico de Quickjs


+  Foro de elhacker.net
|-+  Programación
| |-+  Desarrollo Web (Moderador: #!drvy)
| | |-+  Eliminar la publicidad de servidores gratuitos.
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Ir Abajo Respuesta Imprimir
Autor Tema: Eliminar la publicidad de servidores gratuitos.  (Leído 112,690 veces)
Creature


Desconectado Desconectado

Mensajes: 1.772


Mitad bohemio, mitad caballero


Ver Perfil WWW
Eliminar la publicidad de servidores gratuitos.
« en: 10 Febrero 2003, 15:02 pm »

LEER: La mayoria de los scripts q aquí pongo son para eliminar la publicidad de empresas grandes y q ganan mucha pasta.

En empresas pequeñas (o servicios q recien empiezan) lo mejor es no tocar la publicidad, porq luego el sitio quiebra y nos ******* todos. :P


Y arrancamos...


Acmecity.com
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>


Angelfire.com
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>


Bizland.com
entre <BODY> y </BODY>

<SCRIPT>
window.open=null;
</SCRIPT>


Dominios Es.vg
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>


Domaindlx.com

<BODY>
<!-- Your homepage goes here -->
</BODY>
</HTML>
<NOSCRIPT>


Easyspace.com

</HEAD>
<BODY>
<!-- your homepage goes here -->
</BODY>
</HTML>
<NOSCRIPT>


Fortunecity.com

<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>


Freedoms.de
antes de la etiqueta <HTML>

<script>
popup = window.open("popupURL","FreedomsPopup")
popup.close();
</script>


FreeServers.com
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 - scyzzon@NOSPAMflashmail.com -->
<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 - scyzzon@NOSPAMflashmail.com -->
<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 - scyzzon@NOSPAMflashmail.com -->
</div>
<!-- END OF PART 3 -->


Geocities.com
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>


Here.is.com
antes de la etiqueta <HTML>

<script>
popup = window.open(", "cooldomain")
popup.close();
</script>


HomePage.com

<html>
<head>
<title>Your Web Site Title Goes Here</title>
<!-- -->
<script language="javascript">
</head>
<body>
</script>
<body bgcolor="teal">


HotBot.com

<html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<!---
<body>
--->
<body>


Intercosmos.com
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>


Iespana
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>


Intrahost.com
antes de la etiqueta <HTML>

<SCRIPT TYPE="text/javascript" LANGUAGE=javascript>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
</SCRIPT>


« Última modificación: 10 Febrero 2003, 15:03 pm por Creature [ser^humano] » En línea

Toma mi mano sigueme, te mostrare lo que tu alma no ve!
por equipaje solo lleva tu fé, por escudero el valor sieempree teen!
Creature


Desconectado Desconectado

Mensajes: 1.772


Mitad bohemio, mitad caballero


Ver Perfil WWW
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #1 en: 10 Febrero 2003, 15:07 pm »

IVillage.com

<HTML>
<HEAD>
<NOSCRIPT>
<!-- <BODY> -->
</NOSCRIPT>
<TITLE>Your Page Title Goes Here</TITLE>
</HEAD>

<BODY>

<!-- Your homepage goes here -->


NameDemo

<HEAD>
<FRAMESET rows="100%,*" border=0 frameborder=0 framespacing=0 framecolor="#000000">
<FRAME src="tu-url">
<FRAME>
</FRAMESET>

NameZero.com
Para esta tienes dos opciones.

OPTION 1


<SCRIPT TYPE="text/javascript" LANGUAGE=javascript>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
</SCRIPT>

OR

OPTION 2

Put this in the description for you page.  Access your control panel, then go to channels, then click on change for the www channel.

"></head>
<frameset rows="100%,*" border="0">
<frame src="http://www.yourdomain.com/account/index.html" marginwidth="0"
marginheight="0" noresize><frame name="fucker" marginwidth="0"
marginheight="0" noresize scrolling="no"></frameset><noframes>


Netfirms.com
Instrucciones incluidas en el codigo.

Insert This Line Above Your <HTML> Tag.
<div style="position:relative;top:-105;z-index:0;background:;">

Insert This Line Directly Above Your </BODY> Tag.
</div>


Quickpages.com
Ponlo antes de la etiqueta <HTML>

<script>
popup = window.open(","_qwik_pages")
popup.close();
</script>


Redireccion.com
Antes de la etiqueta HTML

<script>
banner = window.open("banner/redireccion.html","banner",
"resizable=no,location=0,menubar=0,toolbar=0,personalbar=0,status=0,scrollbars=0,

width=470,height=62");
banner.close();
</script>


Server2000.com
antes de la etiqueta <HTML>

<script>
popup = window.open("", "popWin")
popup.close();
</script>


Smartredirect.com
Cambia tus configuraciones de valor por defecto de Popup... para agregar el capítulo.
Luego inserta el codigo antes de  <HTML>

<SCRIPT TYPE="text/javascript" LANGUAGE=javascript>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->


Tripod.com
Instrucciones incluidas en el codigo.

Insert this line before your <HTML> tag.

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

Insert this line before your </BODY> tag.

</div>


TruePath

SCRIPT LANGUAGE="javascript">
<!--
var shant = window.open("http://www.truepath.com/ads/popup.shtml","popup","resizeable=YES,
width=480,height=100");
shant.close();
//-->
</SCRIPT>


TSX.org
antes de la etiqueta <HTML>

<script>
popup = window.open("/frame/index.cfm","216226215132")
popup.close();
</script

V3 (http://come.to, http://jump.to etc)
antes de la etiqueta <HTML>

<script>
popup = window.open("","_cometonew")
popup.close();
</script>


Web1000.com
antes de la etiqueta <HTML>

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


Webhostme.com

<BODY>

<!-- Your homepage goes here -->

</BODY>
</HTML>
<NOSCRIPT>

Info sacada de varias páginas web.


Si necesitan eliminar la publicidad de otra web q no aparezca aquí pongan un tema nuevo. Posteen aquí dudas sobres estos scripts o nuevos q quieran agregar. :)


En línea

Toma mi mano sigueme, te mostrare lo que tu alma no ve!
por equipaje solo lleva tu fé, por escudero el valor sieempree teen!
Creature


Desconectado Desconectado

Mensajes: 1.772


Mitad bohemio, mitad caballero


Ver Perfil WWW
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #2 en: 10 Febrero 2003, 15:11 pm »

Casi olvido el gran metodo secreto para eliminar la publicidad de las redirecciones .tk

1- Entras a tu cuenta
2- Le das click al link 'Dot TK Linker Promo'
3- Escojes de cual de tus páginas quieres eliminar la publicidad, pones siguiente
4° Marcas donde dice 'NO BARNER' y ya!

Pensaban q era un <script> o algo asi?? .. he visto webs donde dan scripts, (xD) pero este otro metodo es más facil, COMPROBADO ;).
En línea

Toma mi mano sigueme, te mostrare lo que tu alma no ve!
por equipaje solo lleva tu fé, por escudero el valor sieempree teen!
PhenfiX


Desconectado Desconectado

Mensajes: 859



Ver Perfil
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #3 en: 10 Febrero 2003, 16:01 pm »

Buena info pero el web1000 no tiene publicidad. ¿De casualidad no tendras uno para miarroba? ???

Saludos
En línea

Creature


Desconectado Desconectado

Mensajes: 1.772


Mitad bohemio, mitad caballero


Ver Perfil WWW
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #4 en: 11 Febrero 2003, 04:42 am »

Cierto, los de Web1000 ya no ponen publi, ya lo borro,  no me habia fijado...
En línea

Toma mi mano sigueme, te mostrare lo que tu alma no ve!
por equipaje solo lleva tu fé, por escudero el valor sieempree teen!
hackros

Desconectado Desconectado

Mensajes: 166



Ver Perfil
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #5 en: 13 Febrero 2003, 06:33 am »

yo tambien neseito un script para la publicidad de miarroba "la de la popup"
En línea

.txt
Ex-Staff
*
Desconectado Desconectado

Mensajes: 792


Support the true Metal.


Ver Perfil WWW
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #6 en: 15 Febrero 2003, 06:34 am »

Danke !
Creature
En línea

Mayor
Visitante


Email
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #7 en: 21 Febrero 2003, 06:19 am »



Ya eh buscado , para miarroba o webcindario , pero no hay ninguno  ???

No hay algunos scripts para miarroba  ???
En línea

Arcangel


Desconectado Desconectado

Mensajes: 492


Is About Power...


Ver Perfil WWW
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #8 en: 23 Febrero 2003, 09:46 am »

para bervanet ??????
En línea

Cuantico
qantic.net
Colaborador
***
Desconectado Desconectado

Mensajes: 1.830


no paiN? no gAIn! !.


Ver Perfil WWW
Re:Eliminar la publicidad de servidores gratuitos.
« Respuesta #9 en: 23 Febrero 2003, 13:53 pm »

Domaindlx.com

<BODY>
<!-- Your homepage goes here -->
</BODY>
</HTML>
<NOSCRIPT>

Dreamwater.com

<div style="position:relative;top:-110;z-index:0;background:;">insert this code

HomePage.com

<html>
<head>
<title>Your Web Site Title Goes Here</title>
<!-- -->
<script language="javascript">
</head>
<body>
</script>
<body bgcolor="teal"

Server2000.com


<script>
popup = window.open("", "popWin")
popup.close();
</script>

Smartredirect.com

<SCRIPT TYPE="text/javascript" LANGUAGE=javascript>
<!--
if (top.fram

50Megs.com

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

2000 Channel Redirect Service
</TITLE><SCRIPT LANGUAGE="JawaScript"><"

AcmeCity


<HTML>
<HEAD>
<SCRIPT Language="javascript">

Netscape SiteCentral

<html>
<head>
<title>Web Site Title Goes Here</title>
</head>
<!---
<body>
--->
<body>

PureTec

<HTML>
<HEAD>
<script language="Jav

The Doghouse Pages

<HTML>
<HEAD>
<NOSCRIPT>
<!-- <BODY> -->
</NOSCRIPT>
<TITLE>Your Page Title Goes Here</TITLE>
</HEAD>

<BODY>

<!-- Your homepage goes here -->


Club-Internet

<BODY>
<!-- Your homepage goes here -->
</BODY>
</HTML>
<NOSCRIPT>

DomainDLX

<BODY>

<!-- Your homepage goes here -->

</BODY>
</HTML>
<NOSCRIPT>

Multimania.fr


<TEXTAREA COLS=0 ROWS=0 STYLE="visibility:hidden">


Galeon

<TEXTAREA COLS=0 ROWS=0 STYLE="visibility:hidden">
<BODY>CODIGO PUBLICITARIO DE GALEON
</TEXTAREA>
En línea

:)
Páginas: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Gmelius, complemento para eliminar la publicidad de Gmail
Noticias
wolfbcn 1 2,108 Último mensaje 6 Octubre 2012, 13:57 pm
por dimitrix
COMO ELIMINAR LA PUBLICIDAD EN W8
Seguridad
DONNIE24 2 2,559 Último mensaje 9 Julio 2013, 06:07 am
por Hiper@ctive
Fraude Suscripción automática
Android
FJDA 4 5,108 Último mensaje 25 Julio 2017, 11:03 am
por FJDA
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines