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 2:36 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: Sat Mar 05, 2011 5:27 am 
Offline
Contributor

Joined: Wed Apr 07, 2010 8:04 am
Posts: 105
Location: Boston, MA
Hi there...
Since I've been working (slowly) on the Mac script for OA, just wanted to pass this bit around hopefully that it gets into the warranty check

[quote]
https://selfsolve.apple.com/agreementWa ... RIALNUMBER


I believe that this code works for the System.php in OAv1
[code]
elseif ($myrow["system_vendor"] == "Apple Inc." || $myrow["system_vendor"] == "Apple, Inc.")
{
if(isset($myrow["system_id_number"]) AND $myrow["system_id_number"]!="")
{
echo " <a href='https://selfsolve.apple.com/agreementWarrantyDynamic.do?sn=" . $myrow["system_id_number"] . "' onclick=\"this.target='_blank';\">".__("Product Page")."</a>";
echo " / ";
$links_to_manu=1;
}[/code]

_________________
Old OA Setup: 500 Windows 7 workstations & 200 Apple OSX with OA v1.5.2 on Windows Server 2003 and WAMP 2
New OA Setup: 100 Windows servers with OA 2.2 on Windows Server 2016 and WAMP 3


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