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 Apr 19, 2024 5:33 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
PostPosted: Wed Oct 31, 2007 12:07 am 
Offline
Contributor

Joined: Fri Sep 28, 2007 12:07 am
Posts: 189
Hi,

We are in canada using Dells. In the system.php by default it queries support.dell.com but passes "c=us" . For canadian users this needs to be changed to "c=ca".

I am not sure what might be the best way to implement this.

Thanks

jsingh

_________________
OA Deployment:
Windows 2003 with XAMPP install
80 Windows Servers
250 Windows workstations (mixed XP and 2000)
5 MACs
Multiple printers, switches, routers, firewalls, and other servers (ESX, AIX etc.)


Top
 Profile  
Reply with quote  
PostPosted: Wed Oct 31, 2007 12:42 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
No easy way to do this, but we could look at being able to modify the links from the admin page. Anybody else have any bright ideas? :?

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Wed Oct 31, 2007 1:31 am 
Offline
Contributor

Joined: Fri Sep 28, 2007 12:07 am
Posts: 189
Easiest way might be an additional setting in Config>Base User Location for Manufacturer links with a pull-down menu maybe.

Jason

_________________
OA Deployment:
Windows 2003 with XAMPP install
80 Windows Servers
250 Windows workstations (mixed XP and 2000)
5 MACs
Multiple printers, switches, routers, firewalls, and other servers (ESX, AIX etc.)


Top
 Profile  
Reply with quote  
PostPosted: Wed Oct 31, 2007 6:12 pm 
Offline
Newbie

Joined: Wed Oct 31, 2007 12:40 am
Posts: 7
Is it frowned upon to just edit the php files to get results?

You should be able to change the links in the lines that follow in System.php but guess you would need to remember to do this each time you upgraded to a new version of Open Audit.

[code]if ($myrow["system_vendor"] == "Dell Inc." || $myrow["system_vendor"] == "Dell Computer Corporation") {

if(isset($myrow["system_id_number"]) AND $myrow["system_id_number"]!=""){
echo " <a href='http://support.dell.com/support/topics/global.aspx/support/my_systems_info/en/details?c=ca&amp;cs=usbsdt1&amp;servicetag=" . $myrow["system_id_number"]

[/code]


Top
 Profile  
Reply with quote  
PostPosted: Wed Oct 31, 2007 7:27 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
[quote="Deetz"]Is it frowned upon to just edit the php files to get results?


Not frowned upon exactly, but a bit user un-friendly (if there is such a term). :?

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 01, 2007 12:35 am 
Offline
Contributor

Joined: Fri Sep 28, 2007 12:07 am
Posts: 189
[quote="Deetz"]Is it frowned upon to just edit the php files to get results?

You should be able to change the links in the lines that follow in System.php but guess you would need to remember to do this each time you upgraded to a new version of Open Audit.

[code]if ($myrow["system_vendor"] == "Dell Inc." || $myrow["system_vendor"] == "Dell Computer Corporation") {

if(isset($myrow["system_id_number"]) AND $myrow["system_id_number"]!=""){
echo " <a href='http://support.dell.com/support/topics/global.aspx/support/my_systems_info/en/details?c=ca&amp;cs=usbsdt1&amp;servicetag=" . $myrow["system_id_number"]

[/code]


I already did this Deetz but as AHull said, not as user friendly.

Need to find a way in the GUI to change that.

Jason

_________________
OA Deployment:
Windows 2003 with XAMPP install
80 Windows Servers
250 Windows workstations (mixed XP and 2000)
5 MACs
Multiple printers, switches, routers, firewalls, and other servers (ESX, AIX etc.)


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.  [ 6 posts ] 

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:  
Powered by phpBB® Forum Software © phpBB Group