Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Javascript

  1. #1
    Poster
    Join Date
    Jan 2003
    Location
    United Kingdom
    Posts
    1,184
    I found an article on cexx.org on using javascript to remove ads generated on youu website, then lost it.

    What do I need to do to remove the ad generated by http://www.brasilsites.com at my URL http://www.kazaaliter.u2i.org?

  2. Software & Hardware   -   #2
    Poster
    Join Date
    Jan 2003
    Location
    United Kingdom
    Posts
    1,184
    Anyone got any ideas?

  3. Software & Hardware   -   #3
    Poster
    Join Date
    Nov 2002
    Location
    Long Island, NY
    Posts
    626
    Hang in there for the answer. I can recall somewhat of a topic that was on this subject for geocities ads. I forgot who answered the question, but the answer had you edit the html in your source. For example, deleting the code that popped up the banner.

  4. Software & Hardware   -   #4
    Poster
    Join Date
    Jan 2003
    Location
    United Kingdom
    Posts
    1,184
    Okay...

  5. Software & Hardware   -   #5
    TClite's Avatar Poster
    Join Date
    Nov 2002
    Location
    scotland
    Posts
    552
    Is this possible? the java script for the pop ups are seperate from your coding, I would have thought they werent available for editing....but im also interested if this is possible

  6. Software & Hardware   -   #6
    Forum Star
    Join Date
    Jun 2002
    Posts
    1,324
    Add the same functions as used to display those ads to your own code, but don't give them any actual function.

    But that only works if your code is in front of the code that is inserted in your page.

  7. Software & Hardware   -   #7
    TClite's Avatar Poster
    Join Date
    Nov 2002
    Location
    scotland
    Posts
    552
    But that only works if your code is in front of the code that is inserted in your page.
    thats what i figured, chances are though the adds will be placed first.....

    paul...how would you go about viewing the source of java script pop ups?? just the usual view>source?

  8. Software & Hardware   -   #8
    4play's Avatar knob jockey
    Join Date
    Jan 2003
    Location
    London
    Age
    41
    Posts
    3,824
    the javascript is added to your page after you upload it to there servers.

    so i would add some tags in telling it not to use javascript. i think they are along the lines of <noscript>

    two open and closed ones at the top and the bottom should work.

    i think it does any way

  9. Software & Hardware   -   #9
    TClite's Avatar Poster
    Join Date
    Nov 2002
    Location
    scotland
    Posts
    552
    i think they are along the lines of <noscript>
    sounds good, can anyone give this a quick test?

  10. Software & Hardware   -   #10
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,180
    from CEXX.org :-


    To get rid of the ad, make the following modifications at the end of your homepage:
    &nbsp; ...
    </body>
    </HTML>
    <noscript><table bgColor="#ffffff"><td><font color="#ffffff"><plaintext>
    ...

    This is quite old, but it has worked for me in the past.. There were stories of them scanning homepages and cancelling the accounts of users who did this, but it was never proven... (and never happened to me)

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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