Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to make white or black websitelist concept application. In this application if user select white list then only these website will open by any internet browser, or if user select black list then only these website will block remaining will be open by any browser.


Can any body give me any idea how can i do this, Which services help me ?



Thank you
Posted

1 solution

Pretty much any off-the-shelf proxy server will do this already.

If you want to do this yourself, you'll be writing a proxy server. You'll need the skills to handle TCP/IP, Sockets, a database to hold the lists, probably administer the server with a web site so ASP.NET, jQuery, JavaScript, ... blah, blah, blah.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900