brunotoira Posted July 9, 2014 Posted July 9, 2014 Hello, I need to create an application to retrieve informations of Client Computer like: IP, Logon name, Computer Name and manufacturer of board... I was think to use Jedi JvComputerInfo... but i only retrieve server information. Anyone knows who do this?! Quote
zilav Posted July 10, 2014 Posted July 10, 2014 Impossible unless user is willing to enter such information himself. IP address is already available, check demos. 1 Quote
brunotoira Posted July 10, 2014 Author Posted July 10, 2014 yes i know retrieve IP address, but other information is impossible? Quote
Administrators Farshad Mohajeri Posted July 10, 2014 Administrators Posted July 10, 2014 yes i know retrieve IP address, but other information is impossible? No because it can be a security issue. Quote
Abaksoft Posted December 4, 2014 Posted December 4, 2014 Hi, Simple reason for difficulty : Target (client side) is not often windows ! - jedi library can't get android, or mobile systems. - even if you want to get special windows directories (assuming that client is windows), the mainModule can't give this information, because it's a server cession ! Correct me if i am wrong :-) Regards. 1 Quote
Harry Rogers Posted December 4, 2014 Posted December 4, 2014 There are obvious restrictions due to the potential security issues but it looks like you can get quite a bit of info actually using the JavaScript navigator object (such as reported OS) see http://www.alanwood.net/demos/browserinfo.html Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.