-1

Possible Duplicate:
How can I get system/hardware info via Java?

I'm doing a website with PHP.
one of the functionality need is to get info about the client pc..
Such as ram..graphic card..etc..
why u would say?
I will provide game download on my website..
So i need to provide the client with a way to test if the game will run on his machine
So is there a way i can do that..?

I know theres a website who do something like that: Canyourunit
Need to do something like that..a simple one would be nice

edit: Is there any plugin, library for that?

Thanks :) Best Regards

Community
  • 1
  • 1
Alan Tyloo
  • 110
  • 1
  • 3
  • 10

1 Answers1

1

This is not possible with PHP, JavaScript or anything like that. Even Flash doesn't allow this. You could try to create a Java Applet, i think Java is able to get some system properties. Have a look at this: How can I get system/hardware info via Java?

Community
  • 1
  • 1
Stefan
  • 2,164
  • 1
  • 23
  • 40
  • oKii..i go check that link..I know i can use unity3d to get the system info..but i'll look at that later if i got nothing else.Thanks – Alan Tyloo Jan 12 '13 at 14:21