Вырезалки баннеров

Discussion in 'PHP' started by mindw0rk, 18 Sep 2007.

  1. mindw0rk

    mindw0rk Elder - Старейшина

    Joined:
    8 Jun 2007
    Messages:
    63
    Likes Received:
    50
    Reputations:
    1
    Вот несколько таких:


    TK
    PHP:
    Put this between the <HEAD> and </HEADtags on your first page to remove the annoying popup.
    We have three ways of doing thisthe first one before the hash line makes your real url visible to visitorsthe second lets you control the popup windowthe third closes the window after a set amount of time


    <!-- ############# 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,status=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

    PHP:
    Put this between the <HEAD> and <TITLEtags on all your pages


    <!-- BannerKiller Smart-Hack -->
    <
    NOSCRIPT>
    <!-- <
    BODY> -->
    </
    NOSCRIPT>
    Angelfire
    PHP:
    Make sure that the eval line all goes on one line, and place this above the <HTMLtagAlsomake sure your advert type is set to Popop.

    <!-- 
    BannerKiller Smart-Hack -->
    <
    script language="Javascript">
    <!--
    eval(
    unescape('%66%75%6E%63%74%69%6F%6E%20%53%63%72%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%5F%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%72%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%69%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>
    Tripod
    PHP:
    Put this after the </headtag and above the <bodytag.

    !-- 
    BannerKiller Smart-Hack -->
    <
    noscript><noscript><noscript><noscript> <body> </noscript></noscript></noscript></noscript>
    Freeservers.com
    PHP:
    Put this between the 2 HEAD tags.

    <
    style><!--iframe{display:none;}--></style>

    Put this after the <bodytag.
    Don't forget to change your background.
    <div style="position:relative;top:-50;z-index:0;background:red;">

    Put this before the </body> tag.
    </div>
    Хостинг от Yahoo
    PHP:
    <p align="center"><iframe src width="1" height="1"
    marginwidth="0" marginheight="0" hspace="0" vspace="0"
    frameborder="0" scrolling="no">
    Lycos.nl
    PHP:
    <head>
    <
    script language="javascript">
    if(
    parent.frames.length != 0)
    {
    parent.location.href location.href
    }
    </script>
    </head>

    Geocities

    PHP:
    This Script HIDES Geocities banners from view... making your page look as if it never had any geocities bannersIn order for this script to work you need to subscribe to GEOGUIDE on geocities But it doesn't work with older browsers! It doesn't kill the banners but it HIDES them!!!!
    Just sign-up for GeoGuide service.... and type in this code in your <Head>





    Insert into <HEAD>

    <
    style type="text/css">
    <!--
    .
    none {
    positionabsolute
    visibilityhidden
    cliprect( )
    }
    -->
    </
    style>


    Insert into <BODY>
    -----------------------------------------------------------------------------------
    <
    span align="center" class="none"> <!--#GeoGuide--> </span>

    От попапов

    PHP:
    This JavaScript will take the pop-up ad off any site!


    Insert into <BODY>
    -----------------------------------------------------------------------------------------
    '

    <SCRIPT LANGUAGE=JAVASCRIPT>
    <!-- Hide script from old browsers

    //
    // Just copy this whole script and place it in the body of all your
    // pages. No need to change a thing
    //


    if (window != window.top) {
    top.location.href = location.href;
    }

    // End hiding script from old browsers -->

    </SCRIPT>
    У кого есть секатор к GoDaddy.com, делитесь)
     
  2. BartoSS

    BartoSS New Member

    Joined:
    26 Aug 2007
    Messages:
    8
    Likes Received:
    0
    Reputations:
    0
    Кто сможет здесь убрать?
    _http://bartoss.info.md_