I've been using phpsysinfo on a linux and windows for a long time, but one thing i've never got working on windows is network infomation, it's always blank.
- Windows with IIS
On Windows systems we get our informations through the WMI interface.
If you run phpSysInfo on the IIS webserver, phpSysInfo will not connect
to the WMI interface for security reasons. At this point you MUST set
an authentication mechanism for the directory in the IIS admin
interface for the directory where phpSysInfo is installed. Then you
will be asked for an user and a password when opening the page. At this
point it is necassary to log in with an user that will be able to
connect to the WMI interface. If you use the wrong user and/or password
you might get an "ACCESS DENIED ERROR".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes CYCLO please go into more detail on how you did this? I'm not a total moron, and can probably google to figure it out, but it just may be faster to hear your story, and have it here for future users use as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been using phpsysinfo on a linux and windows for a long time, but one thing i've never got working on windows is network infomation, it's always blank.
http://www.saladfingerz.co.uk/sysinfo
Network drives never show either but that's not really a big deal.
Fragment of README file:
PLATFORM SPECIFIC ISSUES
- Windows with IIS
On Windows systems we get our informations through the WMI interface.
If you run phpSysInfo on the IIS webserver, phpSysInfo will not connect
to the WMI interface for security reasons. At this point you MUST set
an authentication mechanism for the directory in the IIS admin
interface for the directory where phpSysInfo is installed. Then you
will be asked for an user and a password when opening the page. At this
point it is necassary to log in with an user that will be able to
connect to the WMI interface. If you use the wrong user and/or password
you might get an "ACCESS DENIED ERROR".
Well that teaches me to look through readmes more often!
Managed to fix it by converting the folder to an application and connecting with a user that can access WMI
Cant get this to work, cyclo1 how did you do it? I've converted the folder to an IIS Application but have the same problem as before
Yes CYCLO please go into more detail on how you did this? I'm not a total moron, and can probably google to figure it out, but it just may be faster to hear your story, and have it here for future users use as well.