Просмотр файла admin/mysql.php

Размер файла: 2.8Kb
<?php
#############################################
# 0JXRgdC70Lgg0YLRiyDRh9C40YLQsNC10YjRjCDRj #
# dGC0L4g0YHQvtC+0LHRidC10L3QuNC1LCDQt9C90L #
# DRh9C40YIg0YLRiyDQvdC10LzQvdC+0LPQviDQt9C #
#          90LDQtdGI0YwgUEhQIQ==            #
#__---------------------------------------__#
#__        0JrQu9C40Log0JrQu9GD0LE=       __#
#  ---------------------------------------  #
# 0JDQstGC0L7RgCA6IE1vcmdhbg==              #
# SUNRIDog0L3QtSDRgdC60LDQttGDIHhE          #
#                                           #
#############################################

require '../inc/start.php';
require '../inc/regvars.php';
require '../inc/db.php';
require '../inc/config.php';
require '../inc/funct.php';
require '../inc/antidos.php';
require '../inc/gzip.php';
require '../inc/header.php';



only_reg('/aut.php?',true);

if($user_prof['admin']<3){location('menu/index.php');}

$title = 'Выполнить MySQL запрос';
require '../inc/head.php';
  echo '<div class="sec">
Выполнить MySQL запрос
</div><div class="vstavka">
';



if(isset($_GET['query']) && $_GET['query']=='yes')
 {
$secret_code = my_md5(obr($_POST['secret_code'],'string'));
$query = trim($_POST['query']);


if($secret_code == $config['secret_code'])
 {
 if(!empty($code))
  {
  if($config['logs_querys']==0 || query("INSERT INTO `$db[prefix]logs_msquerys` SET `date`='$sitetime',`user`='$user_prof[id]',`query`='".obr($query,'string')."',`ua`='$_ua',`ip`='$_ip'"))
   {
   if(query($query))
    {
    echo 'Ваш запрос успешно выполнен!<br />
<pre style="border:2px dashed #909090; background-color:#EAFFFF; font-size:13px;">
'.$query.'
</pre>
<a href="mysql.php?">Еще один&gt;&gt;&gt;</a><br />';
   }else{echo 'Ошибка №2!<br />
<a href="mysql.php?">&lt;&lt;&lt;Назад</a><br />';}
   }else{echo 'Ошибка №1!<br />
<a href="mysql.php?"><<<Назад</a><br />';}
  }else{echo 'Введите код!<br />
<a href="mysql.php?"><<<Назад</a><br />';}
 }else{echo 'Код введен не верно!<br />
<a href="mysql.php?"><<<Назад</a><br />';}

 }else
 {
 echo '<form action="mysql.php?query=yes" method="POST">
MySQL запрос : <br />
<textarea name="query" rows="20" cols="50" wrap="off"></textarea><br />
Секретный код : <br />
<input name="secret_code" type="password"><br />
<input type="submit" value="Выполнить">
</form>';
 }

echo '<hr/>';
echo '..<a href="/admin/index.php?">Админ панель</a><br />';
echo '.<a href="/menu/index.php?">Кабинет</a><br />';


require '../inc/foot.php';

################################################
# 0KHQutGA0LjQv9GCINC90LUg0L/QsNCx0LvQuNC6IQ== #
#   0KHRgtCw0LLRgNC+0L/QvtC70YwsIDIwMDkg0LMu   #
################################################

?>