Quick Search
Sunbelthost Hosting - Colocation and Dedicated Servers

Threads: 21,763
Posts: 83,205
Members: 24,315
Newest member: joemccue

Web Hosting


 
  #1  
Old 19 Mar 2010, 04:51 AM
Krolik Krolik is offline
New Member: Posts Will Be Moderated
 
Join Date: Mar 2010
Posts: 1
Hardware Detection on a web page

Hi.

I'm not sure if this has been covered

Is it possible to do hardware detection on a webpage?

Basically I need to determine OS type, CPU speed, memory size and free drive
space on C: using a web page.

If the machine is not a Windows PC (Mac, Linux, etc.) then the test can automatically fail as it does not meet requirements

I will admit that I'm quite a newbie at this kind of thing so I'm not sure of which
direction to go...
Reply With Quote
  #2  
Old 19 Mar 2010, 05:39 AM
Jason Jason is offline
Master of the Universe
 
Join Date: Mar 2007
Location: Hatfield, England
Posts: 851
You would need to make some sort of java or maybe flash app to detect this stuff. Typically most of this stuff is not sent when a page request is made. Usually the browser type is sent along with some networking data like IP address.
__________________
Reply With Quote
  #3  
Old 19 Mar 2010, 08:32 AM
is_numeric's Avatar
is_numeric is_numeric is offline
Moderator
 
Join Date: Apr 2009
Location: The toon
Posts: 1,088
you have no chance!

You would have to write an app (Flash, .NET) which could query the COM and one which has permission to do this. The permission would have to be granted by the user of course and any user who clicks "YES I WILL ALLOW THIS WEBSITE TO ACCESS MY COMPUTER" should really be licking windows than surfing the net.
Reply With Quote
  #4  
Old 19 Mar 2010, 09:58 AM
<CrGeary.com/>'s Avatar
<CrGeary.com/> <CrGeary.com/> is offline
Computer Geek :O
 
Join Date: Mar 2010
Location: England
Posts: 1,095
I suppose you could do it somehow, I don't have a clue how, the closest thing I can think of would be to execute this code on a PHP server and see if you can put any of it to use. It doesn't really tell you much that you could use. it tells you the browser (including if its a windows or mac version of that browser etc.)

PHP Code:
<pre>
<?php print_r($_SERVER); ?>
</pre>
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tips about Choosing Program to Create Web FLV Player jenniferrung Tutorials 0 01 Dec 2009 12:26 AM
Left hand side of web page kra General Questions 2 09 Mar 2009 08:13 PM
Uploading Web Page vAsh_cAsh Tutorials 2 27 Nov 2007 12:19 AM
Showing thumbnail of full web page? jackson3000 Web Design, HTML Reference and CSS 6 24 Jan 2007 02:26 AM
XL spread sheet to html web page numbenator Web Design, HTML Reference and CSS 0 05 Jul 2005 09:13 AM


All times are GMT -5. The time now is 01:16 PM.


 

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Forums Copyright © 2004-2010, WebDevForums.com. Web design by Miami Web Design. All Rights Reserved.