Re: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Thomas \"omega\" Henning
Thanks for the information but is there a way to get it in windows aswell? Thanks Thomas "omega" Henning "Marco Tabini" <[EMAIL PROTECTED]> wrote in message news:1037025483.12570.155.camel@;localhost.localdomain... > If you're using linux, you can try to execute this from the command > line: > >

RE: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Ernest E Vogelsinger
At 15:38 11.11.2002, Marco Tabini spoke out and said: [snip] >If you're using linux, you can try to execute this from the command >line: > >hdparm -i [device] > >to get, among other things, the serial number of a hard drive. You can >then extract it with a si

RE: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Marco Tabini
If you're using linux, you can try to execute this from the command line: hdparm -i [device] to get, among other things, the serial number of a hard drive. You can then extract it with a simple regular expression. Marco -- php|architect - The magazine for PHP Professionals The fir

RE: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread John W. Holmes
> Is there a way i can test the cpu or the hdd for its serial number in php > under linux and win? Can you do it from the command line? Run the same command through exec(). You can only get information for the server, not anything about the client's computer, btw... ---John Holmes... -- PHP G

[PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Thomas \"omega\" Henning
Hello, Is there a way i can test the cpu or the hdd for its serial number in php under linux and win? Thanks Thomas "omega" Henning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php