-8

It is possible that such a program written with C #? if yes how we can? If you have links or information on this I say thank you.

1 Answers1

0

I'd say you'd probably be looking at setting up a proxy on your local network, pointing the machines you want parental control on to that proxy, and filtering the "allowed" traffic by either:

  • Checking website address against a predefined blocklist, and/or
  • Reading through the HTML looking for naughty words or phrases.

How to create a simple proxy in C#? has a fair bit of detail about setting up a proxy in C#.

Also found http://www.codeproject.com/Articles/92512/Writing-a-Parental-Control-Software-for-Windows. An old project but might be worth looking at if you're researching a project like this.

Community
  • 1
  • 1
Erresen
  • 1,647
  • 1
  • 18
  • 35
  • thank you James Crawshaw for you're help. i want to learn create proxy and Starting it from begining. – user2705029 Aug 22 '13 at 06:17
  • Good luck! Whilst you're coding it, post your programming related questions on StackOverflow and I'm sure the community will be willing to help. Generally though, it's better to post questions regarding specific coding problems rather than a more open ended general question such as this one, with no _correct_ answer. – Erresen Aug 22 '13 at 06:57
  • thank's but how to control and send all received and send packet from all Browser to proxy? – user2705029 Aug 23 '13 at 20:19