Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Mar 29, 2024 1:19 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Wed Dec 12, 2007 2:33 am 
Offline
Open-AudIT Fellow

Joined: Thu May 17, 2007 5:47 pm
Posts: 568
Location: Italy
In the OS settings - Software viewdef for a system, only DirectX, IE and Wmp are listed. I added also the MSXML parser and .Net Framework and changed layout to horizontal.
In system_viewdef_os.php I changed the "software" section
[code]
"software"=>array(
"headline"=>__("Software"),
"sql"=>"SELECT software_name, software_version
FROM software, system
WHERE system_uuid = '".$_REQUEST["pc"]."' AND software_uuid = system_uuid AND software_timestamp = system_timestamp
AND (software_name LIKE 'Internet Explorer%' OR software_name LIKE 'DirectX%' OR software_name = 'Windows Media Player'
OR software_name LIKE 'MSXML%' OR software_name LIKE 'Microsoft .NET Framework%')
AND software_name NOT LIKE '%Language Pack%' AND software_name NOT LIKE '%hotfix%'
ORDER BY software_name ",
"table_layout"=>"horizontal",
"image"=>"images/software_l.png",
"fields"=>array("10"=>array("name"=>"software_name", "head"=>__("Name"),),
"20"=>array("name"=>"software_version", "head"=>__("Version"),),
),
),
[/code]
- in system_viewdef_report_full.php I changed the "system_software" section
[code]
"system_software"=>array(
"headline"=>__("System Software"),
"sql"=>"SELECT software_name, software_version
FROM software, system
WHERE system_uuid = '".$pc."' AND software_uuid = system_uuid AND software_timestamp = system_timestamp
AND (software_name LIKE 'Internet Explorer%' OR software_name LIKE 'DirectX%' OR software_name = 'Windows Media Player'
OR software_name LIKE 'MSXML%' OR software_name LIKE 'Microsoft .NET Framework%')
AND software_name NOT LIKE '%Language Pack%' AND software_name NOT LIKE '%hotfix%'
ORDER BY software_name ",
"table_layout"=>"horizontal",
"fields"=>array("10"=>array("name"=>"software_name", "head"=>__("Name"),),
"20"=>array("name"=>"software_version", "head"=>__("Version"),),
),
),
[/code]
Are there any other "os" softwares we could also list?

_________________
Edoardo


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group