Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
@ob_end_clean();
$id = sprintf('%d',$_GET['id']);
if (!$id) {
return '';
}
/*
$message = Sql_Fetch_Assoc_Query(sprintf('select * from %s where id = %d',$GLOBALS['tables']['message'],$id));
if ($message['id'] != $id) return '';
$messagedata = loadMessageData($id);
$totalsent = $message['astext'] +
$message['ashtml'] +
$message['astextandhtml'] +
$message['aspdf'] +
$message['astextandpdf'];
*/
$status = '';
#$status = 'select count(userid) as num,status from '.$GLOBALS['tables']['usermessage'].' where messageid = '.$id.' group by status<br/>';
$req = Sql_Query_Params('select count(userid) as num,status from '.$GLOBALS['tables']['usermessage'].' where messageid = ? group by status',array($id));
while ($row = Sql_Fetch_Assoc($req)) {
if (!empty($row['num'])) {
$status .= $row['status'].' '.$row['num'].'<br/>';
}
}
#$status = $totalsent;
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat