hi, We are developing a php website which will be used for cyber cafe security. As a part of it i want to read the browsing history of each and every cafe user and upload it to my server database. Please don't tell me it is illegal to read browsing history. This is just a college project and i want it for legal purpose only. All the cyber cafe visitors will agree to the fact that their history will be stored and reproduced when asked by police or any security organizations. I need this to be done using either php or java script or any scripting languages. All users will register to our site and then they have login to our site before starting browsing. Please let me know if anyone can help
There are some paid packages available to record every activities,especially for cafes, you can buy them.
Most of those cyber cafes do that through the router itself. Using PHP or Javascript seems very illogical unless you plan on treating it like a Proxy. Good luck, save yourself some time and purchased something already created.
hi, thanks for your reply. i am not talking about a commercial package here. This is regarding my friend's college project, so whatever we need has to be done by us. There is no meaning in purchasing a package for educational projects. anyway as it looks unlikely to record history using script, i think we can do it using our software made in .net installed in cyber cafe. Thanks for your suggestions.
Exactly. It will be easier to create this software using C# and then upload to your server using FTP or HTTP. You need to write the code to read logs in IE and Firefox.