Apple iPhone IMEI Checker Script

      

Now Apple iPhone IMEI checking Script has been online for Download it allow to check Product Type, Device Model,Product Description,Activation Status, Country Code, Purchase Country, Carrier, Warranty, ICCID and Unlock Status. this is provided by Nirav Soni @ mymodem.in

 

You ca download this script from Here

About

Sandeep who always wants to explore and share interesting Tips, Tricks, Tutorials, Guides and More. Catch him on Twitter, Join Facebook Fan Page. Subscribe to wRock feed via RSS or EMAIL to receive instant updates.

comments

  1. Hakan says:

    http://*********/apple/imei.php
    How can I find the source code

    • sandy says:

      Here is Source

      < ?php
      $sn = $_GET['sn'];
      //load the input (the serial number), you should then perform input filtering on the SN by filtering out non required characters

      $o = file_get_contents("https://selfsolve.apple.com/warrantyChecker.do?sn=".$sn);
      //fetch the URL's response body into a variable

      $o = json_decode($o, true);
      //decode the json object into an array

      print_r($o);
      //recursively print the array to show you what's inside the array
      ?>

      i will update script soon if do that reply here
      and this is main url
      https://selfsolve.apple.com/warrantyChecker.do?sn=

  2. Uruj says:

    When will the update? This build does not work! It is very necessary!

  3. Dry says:

    if someone need, i check IMEI here http://iunlocker.net/check_imei.php (all time work fine)

  4. aaliseyko says:

    have someone any updates of it?

  5. arslion says:

    Service Closed !! ?? any update??

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Human Verification: In order to verify that you are a human and not a spam bot.