Piqué chez Ice-Cube : (il ne le sait pas...)

|
Les laboratoires de recherches
Icecube System Inc.
&
Hal Sono Webmastering Corp.
ont créé des bouts de scripts ayant l'outrecuidance
de déplomber la dite publicité.
Les voici par ordres d'apparition de leurs géniaux
créateurs respectifs. |

|
Il semblerait que seul
ce script fut fonctionel sur CTW pour les autres voyez
SPIDER
:
<!--$$
pub$$<!---->
CiteFric est une
chose du passé.
Et enfin pour diriger
votre page vers une autre adresse :
<META HTTP-EQUIV="Refresh"
CONTENT="0;URL=http://www.YOURSITE.com">
OU EN JAVASCRIPT :
<HTML>
<HEAD>
<TITLE>re direct</TITLE>
<SCRIPT TYPE="text/javascript" LANGAGE="JavaScript">
function countDown(tick)
{
if (tick == 0)
{
window.location.href="http://www.YOURSITE.com";
return;
}
var time = "Transfer in ";
var minute = Math.floor(tick / 1);
if (minute < 10)
{
time += "0";
}
time += minute + ":";
var second = tick % 1;
if (second < 10)
{
time += "0";
}
time += second;
window.status = time;
--tick;
var command = "countDown(" + tick + ")";
window.setTimeout(command,1);
}
</SCRIPT>
</HEAD>
<BODY ONLOAD="window.setTimeout('countDown(1)',1);">
<P ALIGN=CENTER>
<FONT SIZE="+2">Automated transfert to:YOUR SITE</FONT>
</P>
<P>
The new URL is <A HREF="http://www.YOURSITE.com">http://www.YOURSITE.com</A>
</P>
</BODY>
</HTML>
Some ways to get rid of un-wanted adds on your pages...
Angelfire - popup
<html> <head> <title>YOUR TITLE HERE</title> </head> <body blah blah blah> <html> <noembed><xmp> <body> </xmp></noembed> <head> <title>YOUR TITLE HERE</title> </head> <body blah blah blah>
Add -
<noembed><xmp> <body> </xmp></noembed>
after <html>
Tripod - popup
<html> <head> <title>YOUR TITLE HERE</title> </head> <body blah blah blah> </body> </html> <html> <noembed><xmp> <body> </xmp></noembed> <head> <title>YOUR TITLE HERE</title> </head> <body blah blah blah> <ILAYER id="slot1" visibility=hide width=1 height=1></ILAYER><noscript> </body> </html><noscript>
Add -
<noembed><xmp> <body> </xmp></noembed>
after <html>
Add
<ILAYER id="slot1" visibility=hide width=1 height=1> </ILAYER><noscript>
somewhere just before </body>
Add -
<noscript>
after </html>
so it looks like -
</html><noscript>
Geocities - popup & watermark
<html> blah blah blah </html> <html> blah blah blah </html>
Add
<noembed>
after </html>
so it looks like - </html><noembed>
Xoom & Webjump - banner
Add the following script somewhere on your first page or your page that sets up the frames.
<script type="text/javascript"language="JavaScript">
self.onError=null; if ( top.location != location ) { top.location.href = location.href; }
</script>
pour les autres voyez SPIDER
|