Results 1 to 20 of 20

Thread: Banners

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    NL
    Posts
    70

    Unhappy

    Does anybody know script to avoid a pop-up banner
    from the beam/to redirect service??????
    "Do, or do not. There is no 'try'. "
    - Yoda ('The Empire Strikes Back')
    __________________

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    The following code works wiht most of the sites. Try it out

    Make sure u put the script between the HTML and HEAD tags.
    eg.

    <html>
    <SCRIPT LANGUAGE="JavaScript">
    function open () {return true;}
    </SCRIPT>
    <head>
    </head>
    <body>
    </body>
    </html.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    NL
    Posts
    70
    I already got some script to get rid of the banners of the free webspace thats not the problem.

    But I have registered with a service that shortens my URL instead of http://www.provider.com/domain/blabla
    I got http://beam.to/norfside

    However the servive suddenly started with banners that the didnt had in the beginning, so Im trying to get rid of that banner but it doesnt seem to work with the previously mentioned Java script.
    "Do, or do not. There is no 'try'. "
    - Yoda ('The Empire Strikes Back')
    __________________

  4. #4
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Well, i know this is not what you asked for, but http://www.cjb.net has great url redirection, and no banners! http://yourname.cjb.net.

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  5. #5
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Can you please post the code to get rid of ad banners on free web hosting sites? I would greatly appreciate it.
    Alcohol & calculus don't mix.
    Never drink & derive.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    NL
    Posts
    70
    Wynd: you can use the code posted earlier in this thread by Danial.

    SAil: Thanx I know about CJB redirection but I already got that beam.to account and lots of linx to my site use that...........
    "Do, or do not. There is no 'try'. "
    - Yoda ('The Empire Strikes Back')
    __________________

  7. #7
    anoop007
    Guest

    * a bit unrelated *

    it seems you have an f2s account..

    why not use that directly w/o redirectors?

    and in your profile you have give your website as
    http://something.f2s.com F2S websites work only
    with the www prefix on . like http://www.something.f2s.com

    and CJB.NET is pretty cool too!

    and about Beam.to .. you could keep a "Site Moved" message there and ask the visitors to update thier links!

  8. #8
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Danial's code doesn't seem to be workng for me.
    Alcohol & calculus don't mix.
    Never drink & derive.

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    NL
    Posts
    70
    yeah, yeah.........

    I KNOW beam to sucks end I can better use cjb.net. But I just want the beam/to redirect to work properly, the basterds put on the banners so screw them.

    As far as f2s is concerned: this hosting service is pretty good, but I got a large site on several freeyellow accounts, f2s is Case sensitive so I dont want to rewrite all my code.............

    So anybody for the beam/to redirect banner killer??

    Wynd: Whats your host??
    "Do, or do not. There is no 'try'. "
    - Yoda ('The Empire Strikes Back')
    __________________

  10. #10
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Geocities. Will the code work with something like Tripod or Angelfire?
    Alcohol & calculus don't mix.
    Never drink & derive.

  11. #11

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    NL
    Posts
    70
    For GeoCities do the following.........


    Step #1. Open up your html file to edit it.
    Step #2. Insert the following code below the </HTML> tag.

    <DIV id=yl0
    style="LEFT: 0px; POSITION: absolute; TOP: 0px; VISIBILITY: hidden">
    <DIV id=yl1
    style="LEFT: 0px; POSITION: absolute; TOP: 0px; VISIBILITY: hidden">
    <DIV id=yl2
    style="LEFT: 0px; POSITION: absolute; TOP: 0px; VISIBILITY: hidden">
    <script>
    function stoperror(){
    return true
    }
    window.onerror=stoperror
    </script>
    <NOSCRIPT>
    <!--
    <!--geoguide-->
    -->
    </NOSCRIPT>
    <NOSCRIPT>
    <NOSCRIPT>
    <NOSCRIPT>

    <IMG SRC="http://geo.yahoo.com/serv?s=76000007&t=956899875" ALT=1 WIDTH=1 HEIGHT=1>
    <!-- Yahoo! Menu service --></table></noscript></script><script language="JavaScript" src="http://a372.g.a.yimg.com/f/372/27/1d/www.geocities.com/js_source/ygIELib6.js"></script><script language="JavaScript">var yvContents='http://geocities.yahoo.com/toto?s=76000007&l=NE&b=1&t=956899875';yfEA(0);</script><!-- END Yahoo! Menu Service -->
    "Do, or do not. There is no 'try'. "
    - Yoda ('The Empire Strikes Back')
    __________________

  12. #12
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500

    Tripod

    What about for tripod? thanks
    Amon Ra
    The Power of Learning.

  13. #13
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Code:
    <SCRIPT LANGUAGE="JavaScript"> 
    function open () {return true;} 
    </SCRIPT>
    ...used to work for tripod, not sure if it still does, as i have not used tripod in a long time now...

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  14. #14
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500

    Wink ok

    Ok, thank.s I will have to try it
    Amon Ra
    The Power of Learning.

  15. #15
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    And, thanks for the Geocities code, it works.
    Alcohol & calculus don't mix.
    Never drink & derive.

  16. #16
    Hyperactive Member Kagey's Avatar
    Join Date
    Sep 2000
    Location
    The Wilderness of New Brunswick
    Posts
    294

    for tripod

    yello all.

    for tripod try this. All it does is move all of the contents of the page up so the banner is hidden above the top of the page. put <div style="position:relative;top:-125;z-index:0;background:;">
    right before the <html> tag and put </div> after </html> tag.

    you may have to ajust the number -125 to properly hide all of the tripod ad stuff. it works though.

  17. #17

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    NL
    Posts
    70

    Original post

    Ok,

    the original post was about the Beam/to banner...........
    I still didnt get an answer to that one,

    so anybody?
    "Do, or do not. There is no 'try'. "
    - Yoda ('The Empire Strikes Back')
    __________________

  18. #18
    Frenzied Member
    Join Date
    Mar 2001
    Location
    You are HERE •™
    Posts
    1,300
    Any ideas on how to kill the netfirms banner?

    Here's an example:
    http://thebeatles.netfirms.com/

    They use an IFRAME tag. The best I can do is hide it, but I'd like to kill it from showing ads if possible.

  19. #19
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    I will look for a way to disable it for you. Anyway, thanks for the link to the cool site! Beatles RULE!

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  20. #20
    Frenzied Member
    Join Date
    Mar 2001
    Location
    You are HERE •™
    Posts
    1,300
    sail3005 -

    Thanks, I hope you come up with something.
    That is a nice Beatles site isn't it?
    The Beatles will never die.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width