luck_mani1 wrote: > Friends, > I want to develop a software to handle the Internet connection in > Intranet as well as in Single PC. > > In LAN environment,there is a INTERNET connection in only one system > (server). That connection was shared to other systems(Clients). > > Now, I want to develop a software > > A default user-created login page of browsers for every client system. > If the user give the correct username and password in the login page > means the INTERNET will work. And calculate the usage of the users. > If it exceed the limit, the INTERNET will stop with a pop-up > as "Limit exceed". > > If the user doesn't know the Username and password means, the > INTERNET will not work. At the same time, other services in LAN, like > share files, share peripherals,... are work as it is. > > Note: > * the username and password of the login page are stored in > database in server. > * the time limit for a single user is 50 hours per month. > And > two hour per day. That is limit. > * during the windows login of a client system. All services > are > activated except INTERNET service. How it to? > > Friends, > Give me a outline to develop. > Which tool to develop?, Which backend to use?, Which is secure?, > Which is more powerfull? and etc. > Give me some refer codes and refer materials. > I want this for a sigle PC also. > by, > Lucky
Software like that already exists. It is called a proxy server. You set up firewall rules on your firewall to only allow traffic through from the web proxy and then configure all web browsers to send requests through the proxy. http://en.wikipedia.org/wiki/Proxy_server -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
