This is the array that PCRT uses to collect the PC info. Most of the fields do show info but they also have a lot of un-needed info as well.
Can you clean the info up some on these?
$valuestopull = array(
"model" => "Computer=",
"motherboard" => "Motherboard=",
"bios" => "Bios=",
"ram" => "Total physical memory=",
"operatingsystem" => "Operating system=",
"windowsproductkey" => "Windows product key=",
"serial" => "Serial and SNID/Service tag=",
"partition" => "Local Disk (C:)=",
"computername" => "PC Info=",
"cpu" => "PC owner info="
);
$valuestopull2 = array(
"cpu" => "[Processors]",
"networkinterfacecard" => "[Network adapters]",
"ipaddress" => "[Internet connection and external IP]",
"antivirus" => "[Security software and settings]",
"videocard" => "[Video adapters]"
);
PCRT and UVK
-
- Posts: 1529
- Joined: Sun May 25, 2014 7:44 am
- Location: Missouri
PCRT and UVK
Jim
It is not "Can it be done?" but rather, "How can we do it?"
It is not "Can it be done?" but rather, "How can we do it?"