Results 1 to 14 of 14

Thread: Create a "add-Blocking" program.

  1. #1

    Thread Starter
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203

    Create a "add-Blocking" program.

    Dose anyone want to work together to make a add-blocking program?

  2. #2
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Its not that hard really. Just knock up a simply webbrowser which cuts off the top section of the site.

    Works like a charm.
    Don't Rate my posts.

  3. #3

    Thread Starter
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203
    I was thinking more like a program that would block ads shown in IE.

  4. #4
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    well... theres no way of determining whats an ad and whats not an ad.
    Don't Rate my posts.

  5. #5

    Thread Starter
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203
    Most ads contain the word "ad" "ads" "banner" or some other word like in their path or are a popups(Even if a popup isn't ad you can remove it anyway) or they are banner ads.

  6. #6
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Theres no real way of doing it that way I'm afraid.

    http://www.vbforums.com/RealMedia/ads/Creatives/House_VBForums/windrivers-125x125.gif

    Is the link for the current ad. Even with the /ads/ folder, you can block that, cause not every server will have everything so organised.

    Popups are the only thing that you can block effectively. However... if you could set which pictures the user didn't want to see, (like right click - block picture) then it would work well for a place like this. But, that might involve writing your own webbrowser control, which might be abit much.
    Don't Rate my posts.

  7. #7

    Thread Starter
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203

    I've Seen it work!

    Norton Internet security has a ad blocking program and it works very good.
    I have Norton Internet Security and I don't see any ads.

  8. #8

    Thread Starter
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203
    I think that all we would need to know would is how to find out what a browser is trying to load and if a image contains the word "ad" or simmlar then stop the browser from loading it.

  9. #9
    Lively Member
    Join Date
    Feb 2003
    Posts
    79
    PC is right, and for the Norton Security ad blocker, I believe what it (and most other advanced blockers) does is reads the html on the page, and looks for words and/code in the html that would signify an ad. But, as PC said, there is no real way to determine what is and what is not an add, therefore somethings you didnt want blocked would be..vice-versa

  10. #10
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Yep, the only way is to examine the file name when it loads to see if it contains an "ad" or a another word that other companies use.
    Don't Rate my posts.

  11. #11
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    San Jose, Ca. - USA
    Posts
    302
    a registered version of Netcaptor can also block urls. I use it all the time. you just type in the url you want to block like:
    ads.*.net

    It does a really good job but there are two problems I see with it.
    1) The user has type/paste the url to block. This can also be seen as an advantage though.

    2) It only works with IE. If it weren't for that I be using opera all day.

  12. #12

    Thread Starter
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203
    But, as PC said, there is no real way to determine what is and what is not an add, therefore somethings you didnt want blocked would be..vice-versa
    Norton Internet Securty dosn't block anything other than ads.
    IF a picture has the word "ad" in its path what could it be other than a add?

  13. #13
    I sort of made an ad-blocking program. It blocked banner ads only in IE. It was a simple little program that can easily be figured out. Email me at [email protected] if you want to talk to me about a project.
    -Chris

  14. #14

    Thread Starter
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203
    That would be great if you could help out CHR1S!

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