Bro lot this two site working fine
iPhone IMEI Checker with SIMLock Status & Fast AT&T USA Iphone Unlock Service !
and
and my demo: WRock.Org iPhone IMEI Checker
not working :p
supose my phone imei no is 012424008900803
its showing ifo after cheak:
But My script not working coz
my cheak.php
URL not working
How can I make it working like 1st two site.........
If any Expert can make it ill be very glade friend......................
iPhone IMEI Checker with SIMLock Status & Fast AT&T USA Iphone Unlock Service !
and
and my demo: WRock.Org iPhone IMEI Checker
not working :p
supose my phone imei no is 012424008900803
its showing ifo after cheak:
Model: iPhone 4 16GB Black
Device ID1: 012424008900803
Device ID2: 660387G6A4S
Repairs & Service Coverage: Expired
Telephone Technical Support: Expired
Apple Store Downloads: True
Warranty Type: Expired
Purchase Date: Validated
Registered: Yes
Activated: Yes
Contract: Out of contract
SIM lock: Unlocked
Device ID1: 012424008900803
Device ID2: 660387G6A4S
Repairs & Service Coverage: Expired
Telephone Technical Support: Expired
Apple Store Downloads: True
Warranty Type: Expired
Purchase Date: Validated
Registered: Yes
Activated: Yes
Contract: Out of contract
SIM lock: Unlocked
But My script not working coz
my cheak.php
PHP Code:
<?php
$imei = $_POST["imei"];
$ajax = $_POST["ajax"];
if(!isset($imei) || !isset($ajax))
{
//add your url here...
exit("<script>top.location.href='http://localhost/ap/';</script>");
}
$url = "http://mymodem.in/apple/imei.php?imei=" . $imei . "&ajax=" . $ajax;
$contents = file_get_contents($url);
echo $contents;
?>
URL not working
PHP Code:
$url = "http://mymodem.in/apple/imei.php?imei=" . $imei . "&ajax=" . $ajax;
How can I make it working like 1st two site.........
If any Expert can make it ill be very glade friend......................
Comment