getting the user hardware info
Started by amrosama, Feb 26 2009 06:35 AM
21 replies to this topic
#1
Posted 26 February 2009 - 06:35 AM
hi all,
i have been googling for this problem for 2 days now, so here it is:
im working a graduation project for college, and i need to get the hardware information of my users(processors, ram, vga card..) with details like what model and vendor..etc
i need that in php, so does anyone know a library i can use or how to do it myself?
i have been googling for this problem for 2 days now, so here it is:
im working a graduation project for college, and i need to get the hardware information of my users(processors, ram, vga card..) with details like what model and vendor..etc
i need that in php, so does anyone know a library i can use or how to do it myself?
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
|
|
|
#2
Posted 26 February 2009 - 09:10 AM
I was researching getting MAC addresses server-side this morning... activeX is about the only option.
#3
Guest_Jordan_*
Posted 26 February 2009 - 09:14 AM
Guest_Jordan_*
JavaScript would help you here (along with passing that back to a PHP script, AJAX): How to Use JavaScript to Find Hardware Information
#4
Posted 26 February 2009 - 01:36 PM
I don't think PHP has anything that could do this. I never knew that JS could do it either?
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!
#5
Posted 27 February 2009 - 06:22 AM
yeah that link really helped jordan
though, it needs to install something called wmi on each user, ofcourse nothing will get the user hardware without installinmg something on the user pc
though, it needs to install something called wmi on each user, ofcourse nothing will get the user hardware without installinmg something on the user pc
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
#6
Guest_Jordan_*
Posted 27 February 2009 - 07:46 AM
Guest_Jordan_*
Ahh... I would use WPs suggestion with ActiveX then - I don't know anything about ActiveX controls though except they don't work in my IE7.....
Congrats on making this thread #1 in Google Search! :)
Congrats on making this thread #1 in Google Search! :)
#7
Posted 27 February 2009 - 09:50 AM
lol, when i get solid way on how to do it, ill post it here
#8
Posted 27 February 2009 - 10:51 AM
WMI is present on XP+, its a script 'bridge' so to say, lets you use Javascript, VBScript, Ect.. to query for system info. If you work with raw sockets you can get the MAC fairly easily, as its sent in every TCP/IP frame.
#9
Posted 27 February 2009 - 01:47 PM
I forgot about that. You have to take into consideration the user OS.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!
#10
Posted 27 February 2009 - 02:50 PM
i will only target windows, the user can choose to manually enter his info
#11
Posted 28 February 2009 - 10:39 AM
as a backup plan, im thinking of making a windows c++ application that collects the data and sends them to the server.
i need it to be be cross platform, any recommendations?
i need it to be be cross platform, any recommendations?
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript
#12
Posted 28 February 2009 - 10:41 AM
I'm confused...is it for windows or cross-platform?


Sign In
Create Account


Back to top









