Open-AudIT
https://www.open-audit.org/phpBB3/

Warranty check for Apple products
https://www.open-audit.org/phpBB3/viewtopic.php?f=9&t=4466
Page 1 of 1

Author:  el_geto [ Sat Mar 05, 2011 5:27 am ]
Post subject:  Warranty check for Apple products

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]

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/