Website filter

WebKill2k

Member
Joined
May 15, 2008
Messages
14
Programming Experience
1-3
I just need a little direction as to how to get started, I'd like to make a website filter program, somthing that will block x-rated and other specified sites, either by url or by content filter. I figure I would need to monitor http traffic or somthing, just not sure how to get started on this. Any help would be appreciated. Thanks! :)
 
You can either hook into IE, like HttpWatch
Or you can hook into the traffic, like a firewall does
Or you can write a proxy server and have IE use it

I'd find the third option the easiest
 
Back
Top