web Content Blocker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hamayun Khan
    New Member
    • Aug 2007
    • 106

    web Content Blocker

    Hi All

    I want to develop web content blocker/ Website blocker. I m asp.net/ php developer. I have an idea but don't know how I will do this.

    I think that if user type url in any browser, the backend process first parse the meta kewords and meta description and other webpage content. If the process finds any desired keywords to be blocked then the process does not allow the browser to browse the url.

    Any Help in this regard.
    Thanks to all.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    ?? - should that be a browser extension or a serverside solution? browser-extensions would be browser dependent - as the name already implies - while a serverside solution would need to be a proxy - where the users machines should have their requests routed through - so that you could intercept the network traffic (requests/responses) to analyse it. for this purpose a lot of software is already available - and you might search or some of such proxy solutions to get a better impression of their features ...

    Comment

    Working...