Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if (isset($_GET["\162\145\163\x70"])) { $page = "\144\x61\144\x6f\163\x72\x65\x70\157\x7..
Decoded Output download
<? if (isset($_GET["resp"])) {
$page = "dadosreports";
$action = "show";
$link = "/chamados-year.php";
$linklb = "Chamados - Anual";
include_once "inc/header.php";
$movimentacoes = get_itens("Chamados");
$superint = $_GET["superint"];
$tipo = $_GET["tipo"];
$respnome = $_GET["resp"];
$data1 = $_GET["data1"];
$data2 = $_GET["data2"];
if ($respnome == "*" && $tipo == "*" && $superint == "*") {
$movimentacoes = get_itens_query("SELECT Chamados.id, cliente.nome as cliente, Chamados.nref as nref, Chamados.titulo as titulo, Chamados.dataat as dataat, Chamados.superint as superint, Chamados.tiposerv as tiposerv,chamados.descr AS descr, chamados.categ AS categ, chamados.resp AS resp, chamados.priori as priori, chamados.obs AS obs, chamados.datanorma AS datanorma, chamados.sla AS sla, chamados.resoluc as resoluc, chamados.pend as pend, chamados.solucaodesc AS solucaodesc FROM Chamados LEFT JOIN Cliente AS cliente on (Chamados.resp = Cliente.id) WHERE (dataat>= {$data1} AND dataat<= {$data2}) ORDER BY Chamados.nref DESC ");
} elseif ($respnome != "*" && $tipo == "*" && $superint == "*") {
$movimentacoes = get_itens_query("SELECT Chamados.id, cliente.nome as cliente, Chamados.nref as nref, Chamados.titulo as titulo, Chamados.dataat as dataat, Chamados.superint as superint, Chamados.tiposerv as tiposerv,chamados.descr AS descr, chamados.categ AS categ, chamados.resp AS resp, chamados.priori as priori, chamados.obs AS obs, chamados.datanorma AS datanorma, chamados.sla AS sla, chamados.resoluc as resoluc, chamados.pend as pend, chamados.solucaodesc AS solucaodesc FROM Chamados LEFT JOIN Cliente AS cliente on (Chamados.resp = Cliente.id) WHERE chamados.resp = {$respnome} AND (dataat>= {$data1} AND dataat<= {$data2}) ORDER BY Chamados.nref DESC ");
} elseif ($respnome == "*" && $tipo != "*" && $superint != "*") {
$movimentacoes = get_itens_query("SELECT Chamados.id, cliente.nome as cliente, Chamados.nref as nref, Chamados.titulo as titulo, Chamados.dataat as dataat, Chamados.superint as superint, Chamados.tiposerv as tiposerv,chamados.descr AS descr, chamados.categ AS categ, chamados.resp AS resp, chamados.priori as priori, chamados.obs AS obs, chamados.datanorma AS datanorma, chamados.sla AS sla, chamados.resoluc as resoluc, chamados.pend as pend, chamados.solucaodesc AS solucaodesc FROM Chamados LEFT JOIN Cliente AS cliente on (Chamados.resp = Cliente.id) WHERE chamados.tiposerv = {$tipo} AND chamados.superint={$superint} AND (dataat>= {$data1} AND dataat<= {$data2}) ORDER BY Chamados.nref DESC ");
} elseif ($respnome == "*" && $tipo != "*" && $superint == "*") {
$movimentacoes = get_itens_query("SELECT Chamados.id, cliente.nome as cliente, Chamados.nref as nref, Chamados.titulo as titulo, Chamados.dataat as dataat, Chamados.superint as superint, Chamados.tiposerv as tiposerv,chamados.descr AS descr, chamados.categ AS categ, chamados.resp AS resp, chamados.priori as priori, chamados.obs AS obs, chamados.datanorma AS datanorma, chamados.sla AS sla, chamados.resoluc as resoluc, chamados.pend as pend, chamados.solucaodesc AS solucaodesc FROM Chamados LEFT JOIN Cliente AS cliente on (Chamados.resp = Cliente.id) WHERE chamados.tiposerv = {$tipo} AND (dataat>= {$data1} AND dataat<= {$data2}) ORDER BY Chamados.nref DESC ");
} elseif ($respnome != "*" && $tipo == "*" && $superint != "*") {
$movimentacoes = get_itens_query("SELECT Chamados.id, cliente.nome as cliente, Chamados.nref as nref, Chamados.titulo as titulo, Chamados.dataat as dataat, Chamados.superint as superint, Chamados.tiposerv as tiposerv,chamados.descr AS descr, chamados.categ AS categ, chamados.resp AS resp, chamados.priori as priori, chamados.obs AS obs, chamados.datanorma AS datanorma, chamados.sla AS sla, chamados.resoluc as resoluc, chamados.pend as pend, chamados.solucaodesc AS solucaodesc FROM Chamados LEFT JOIN Cliente AS cliente on (Chamados.resp = Cliente.id) WHERE chamados.resp = {$respnome} AND chamados.superint={$superint} AND (dataat>= {$data1} AND dataat<= {$data2}) ORDER BY Chamados.nref DESC ");
} elseif ($respnome == "*" && $tipo == "*" && $superint != "*") {
$movimentacoes = get_itens_query("SELECT Chamados.id, cliente.nome as cliente, Chamados.nref as nref, Chamados.titulo as titulo, Chamados.dataat as dataat, Chamados.superint as superint, Chamados.tiposerv as tiposerv,chamados.descr AS descr, chamados.categ AS categ, chamados.resp AS resp, chamados.priori as priori, chamados.obs AS obs, chamados.datanorma AS datanorma, chamados.sla AS sla, chamados.resoluc as resoluc, chamados.pend as pend, chamados.solucaodesc AS solucaodesc FROM Chamados LEFT JOIN Cliente AS cliente on (Chamados.resp = Cliente.id) WHERE chamados.superint={$superint} AND (dataat>= {$data1} AND dataat<= {$data2}) ORDER BY Chamados.nref DESC ");
} elseif ($respnome != "*" && $tipo != "*" && $superint == "*") {
$movimentacoes = get_itens_query("SELECT Chamados.id, cliente.nome as cliente, Chamados.nref as nref, Chamados.titulo as titulo, Chamados.dataat as dataat, Chamados.superint as superint, Chamados.tiposerv as tiposerv,chamados.descr AS descr, chamados.categ AS categ, chamados.resp AS resp, chamados.priori as priori, chamados.obs AS obs, chamados.datanorma AS datanorma, chamados.sla AS sla, chamados.resoluc as resoluc, chamados.pend as pend, chamados.solucaodesc AS solucaodesc FROM Chamados LEFT JOIN Cliente AS cliente on (Chamados.resp = Cliente.id) WHERE chamados.tiposerv={$tipo} AND chamados.resp={$respnome} AND (dataat>= {$data1} AND dataat<= {$data2}) ORDER BY Chamados.nref DESC ");
} else {
$movimentacoes = get_itens_query("SELECT Chamados.id, cliente.nome as cliente, Chamados.nref as nref, Chamados.titulo as titulo, Chamados.dataat as dataat, Chamados.superint as superint, Chamados.tiposerv as tiposerv,chamados.descr AS descr, chamados.categ AS categ, chamados.resp AS resp, chamados.priori as priori, chamados.obs AS obs, chamados.datanorma AS datanorma, chamados.sla AS sla, chamados.resoluc as resoluc, chamados.pend as pend, chamados.solucaodesc AS solucaodesc FROM Chamados LEFT JOIN Cliente AS cliente on (Chamados.resp = Cliente.id) WHERE chamados.resp = {$respnome} AND chamados.superint={$superint} AND chamados.tiposerv={$tipo} AND (dataat>= {$data1} AND dataat<= {$data2}) ORDER BY Chamados.nref DESC ");
} ?>
Did this file decode correctly?
Original Code
if (isset($_GET["\162\145\163\x70"])) {
$page = "\144\x61\144\x6f\163\x72\x65\x70\157\x72\x74\x73";
$action = "\x73\150\157\x77";
$link = "\57\143\x68\141\x6d\141\x64\157\163\55\171\145\x61\x72\56\160\x68\x70";
$linklb = "\103\150\141\x6d\141\x64\157\x73\40\55\x20\101\156\165\141\x6c";
include_once "\151\x6e\143\57\150\x65\141\144\x65\162\x2e\x70\150\x70";
$movimentacoes = get_itens("\x43\x68\x61\x6d\141\x64\x6f\163");
$superint = $_GET["\x73\165\x70\x65\162\x69\156\164"];
$tipo = $_GET["\x74\151\160\x6f"];
$respnome = $_GET["\x72\x65\x73\x70"];
$data1 = $_GET["\144\x61\x74\141\61"];
$data2 = $_GET["\x64\141\164\x61\x32"];
if ($respnome == "\52" && $tipo == "\52" && $superint == "\x2a") {
$movimentacoes = get_itens_query("\123\105\114\105\103\124\x20\x43\150\141\x6d\x61\x64\x6f\163\x2e\x69\144\54\40\x63\x6c\151\x65\x6e\x74\x65\56\156\157\155\145\x20\x61\163\x20\x63\x6c\151\145\x6e\x74\145\54\40\103\150\141\155\141\144\x6f\x73\56\x6e\x72\x65\146\x20\141\163\x20\x6e\x72\145\x66\54\40\x43\150\x61\155\x61\x64\157\x73\56\x74\x69\x74\165\x6c\157\x20\141\163\x20\x74\x69\164\x75\154\x6f\54\40\103\x68\x61\155\x61\144\x6f\163\x2e\144\141\164\x61\x61\164\40\141\x73\x20\144\141\164\141\141\x74\54\x20\x43\150\141\x6d\x61\144\x6f\163\x2e\163\x75\160\145\162\151\156\164\40\141\x73\40\163\x75\160\145\x72\x69\156\164\54\40\x43\x68\x61\x6d\141\144\157\163\x2e\x74\151\160\157\163\x65\x72\166\x20\x61\x73\x20\164\151\160\x6f\x73\x65\x72\x76\54\143\x68\x61\x6d\x61\144\x6f\163\x2e\x64\145\163\x63\162\x20\x41\123\40\144\x65\x73\143\x72\54\x20\143\x68\141\x6d\141\x64\x6f\x73\x2e\143\x61\164\x65\147\40\101\x53\x20\x63\x61\164\x65\147\54\x20\x63\150\x61\155\x61\144\157\x73\56\162\145\163\x70\x20\x41\123\x20\162\145\x73\160\x2c\x20\143\150\x61\155\141\x64\x6f\163\56\x70\x72\x69\157\162\x69\x20\141\x73\x20\x70\x72\151\x6f\x72\151\x2c\40\x63\x68\x61\x6d\141\x64\157\x73\56\x6f\x62\x73\40\x41\x53\40\x6f\x62\163\54\40\x63\150\141\x6d\141\x64\157\x73\56\x64\x61\x74\141\156\157\x72\x6d\x61\x20\x41\x53\40\144\x61\164\141\156\x6f\x72\x6d\x61\x2c\x20\143\150\x61\155\141\144\x6f\x73\x2e\163\x6c\x61\x20\101\x53\40\163\154\141\x2c\40\x63\x68\x61\155\141\x64\x6f\x73\x2e\162\145\x73\x6f\154\165\x63\40\x61\x73\x20\162\x65\x73\157\x6c\x75\x63\x2c\x20\x63\x68\141\155\141\144\157\163\x2e\160\145\156\x64\40\x61\x73\x20\160\x65\156\144\54\x20\x63\x68\x61\x6d\x61\144\x6f\163\56\163\x6f\154\x75\143\x61\157\x64\145\163\143\x20\x41\123\x20\x73\x6f\x6c\165\x63\141\157\x64\145\x73\x63\x20\x46\x52\x4f\x4d\x20\x43\150\x61\155\x61\x64\x6f\x73\x20\114\105\106\124\40\x4a\x4f\x49\116\x20\103\x6c\x69\x65\156\164\145\40\x41\x53\40\143\x6c\x69\145\x6e\164\x65\40\157\x6e\40\50\x43\150\141\155\x61\x64\157\163\56\162\145\163\160\40\75\x20\x43\154\151\145\156\164\145\x2e\151\144\x29\40\x57\110\x45\x52\105\40\50\x64\141\164\141\x61\x74\76\75\40{$data1}\x20\x41\x4e\x44\x20\x64\141\164\x61\x61\164\x3c\x3d\x20{$data2}\51\x20\x4f\122\104\105\x52\40\x42\x59\40\103\x68\141\155\x61\144\157\163\56\x6e\x72\145\x66\40\104\105\123\103\x20");
} elseif ($respnome != "\x2a" && $tipo == "\x2a" && $superint == "\x2a") {
$movimentacoes = get_itens_query("\123\x45\114\x45\103\124\40\103\150\141\x6d\141\x64\157\163\x2e\x69\144\x2c\x20\143\x6c\x69\x65\x6e\164\145\x2e\x6e\x6f\x6d\x65\x20\141\163\x20\x63\x6c\x69\x65\156\x74\x65\x2c\40\x43\x68\141\x6d\x61\144\x6f\x73\x2e\156\x72\x65\x66\x20\x61\x73\40\x6e\162\x65\x66\54\40\103\x68\x61\155\x61\144\157\x73\x2e\164\151\164\x75\x6c\x6f\x20\x61\x73\x20\164\151\164\165\154\157\x2c\x20\x43\150\141\x6d\141\144\157\163\x2e\144\141\x74\141\x61\x74\40\x61\163\40\144\x61\164\141\141\164\54\x20\x43\x68\141\x6d\x61\x64\157\x73\56\163\x75\160\x65\162\x69\x6e\164\40\141\163\x20\x73\165\160\x65\162\x69\156\x74\x2c\x20\x43\x68\x61\155\x61\x64\157\x73\x2e\x74\x69\x70\x6f\163\145\162\x76\x20\141\x73\40\x74\151\x70\157\x73\x65\x72\166\54\x63\150\141\x6d\141\144\157\163\56\144\x65\163\x63\162\x20\x41\123\40\144\x65\163\143\x72\54\x20\143\x68\141\155\x61\144\x6f\x73\x2e\143\x61\164\x65\x67\x20\x41\123\40\x63\141\164\x65\x67\54\40\x63\150\x61\x6d\x61\144\x6f\163\56\162\145\163\160\x20\101\123\x20\162\x65\163\160\x2c\40\x63\x68\141\x6d\141\144\x6f\x73\x2e\x70\162\151\157\162\151\x20\x61\x73\x20\x70\162\151\x6f\x72\151\54\x20\143\150\x61\x6d\141\x64\x6f\x73\x2e\x6f\x62\163\x20\101\x53\x20\x6f\x62\x73\54\40\143\x68\141\155\141\x64\x6f\163\56\x64\x61\164\141\156\157\162\x6d\141\x20\x41\123\x20\x64\x61\x74\x61\156\x6f\162\155\x61\54\40\x63\x68\x61\x6d\141\x64\x6f\163\x2e\163\154\141\40\x41\x53\x20\x73\x6c\141\x2c\40\x63\x68\141\155\x61\144\x6f\163\56\162\x65\163\x6f\154\x75\x63\x20\x61\x73\40\162\145\x73\157\x6c\x75\143\54\40\x63\x68\141\155\141\144\157\x73\x2e\160\145\156\144\40\x61\163\40\x70\145\156\144\54\40\143\150\141\155\141\x64\157\x73\x2e\x73\157\x6c\165\143\141\157\x64\x65\163\x63\x20\x41\x53\40\163\x6f\154\x75\x63\x61\x6f\x64\145\163\143\40\106\x52\x4f\x4d\40\x43\150\141\155\x61\x64\x6f\x73\x20\x4c\x45\x46\124\x20\112\x4f\x49\116\x20\103\x6c\x69\145\156\164\x65\x20\x41\123\x20\x63\154\151\x65\x6e\x74\x65\x20\x6f\x6e\40\x28\x43\150\141\x6d\x61\x64\x6f\163\x2e\x72\145\163\x70\40\x3d\40\x43\x6c\x69\x65\156\x74\145\x2e\x69\x64\51\x20\127\110\105\122\105\40\143\x68\141\x6d\x61\144\x6f\163\x2e\x72\145\163\x70\40\75\x20{$respnome}\x20\101\x4e\x44\40\x28\144\141\x74\141\x61\x74\x3e\75\40{$data1}\x20\x41\x4e\x44\x20\x64\141\x74\141\141\x74\74\75\x20{$data2}\51\40\117\x52\104\x45\x52\x20\x42\x59\40\x43\150\x61\x6d\x61\144\x6f\163\x2e\156\162\x65\146\40\104\x45\123\x43\x20");
} elseif ($respnome == "\52" && $tipo != "\52" && $superint != "\52") {
$movimentacoes = get_itens_query("\123\x45\x4c\x45\103\124\x20\x43\150\x61\x6d\x61\144\157\x73\x2e\x69\x64\54\x20\x63\x6c\151\x65\x6e\164\145\56\156\x6f\155\145\x20\x61\163\x20\143\x6c\x69\x65\x6e\x74\145\x2c\40\x43\x68\141\155\141\144\x6f\163\56\x6e\162\x65\x66\x20\x61\163\x20\x6e\162\x65\146\54\40\103\150\x61\155\x61\x64\x6f\163\x2e\164\151\x74\x75\x6c\157\40\x61\x73\x20\164\x69\164\x75\154\157\x2c\x20\x43\150\x61\155\x61\x64\157\163\x2e\144\141\x74\141\x61\164\40\x61\x73\40\x64\141\164\x61\x61\x74\x2c\x20\103\x68\x61\155\x61\x64\157\163\56\x73\165\160\145\x72\151\x6e\164\x20\141\163\40\x73\x75\x70\145\x72\151\x6e\164\54\x20\103\150\141\x6d\x61\144\x6f\x73\56\x74\x69\x70\x6f\163\x65\x72\166\40\x61\163\40\164\x69\160\157\163\145\x72\x76\54\x63\x68\141\155\141\144\157\x73\56\x64\x65\x73\x63\x72\x20\101\123\40\x64\x65\x73\x63\162\x2c\x20\143\x68\141\155\x61\144\157\x73\56\x63\x61\164\x65\147\x20\101\123\x20\x63\141\164\x65\147\54\40\x63\150\x61\155\x61\x64\157\x73\x2e\162\145\163\160\40\101\123\x20\x72\145\163\x70\x2c\40\x63\x68\x61\155\x61\144\x6f\163\x2e\x70\x72\x69\157\162\151\40\x61\x73\40\x70\162\x69\157\x72\x69\54\40\x63\150\x61\155\141\144\x6f\x73\x2e\x6f\142\x73\40\x41\123\x20\x6f\x62\163\x2c\x20\x63\x68\x61\155\x61\x64\157\163\56\x64\x61\164\141\x6e\x6f\162\155\x61\x20\101\123\x20\x64\141\x74\141\x6e\x6f\162\x6d\141\x2c\x20\x63\150\141\155\x61\x64\157\x73\56\x73\x6c\141\40\x41\123\x20\x73\x6c\141\54\40\143\x68\x61\x6d\141\x64\x6f\x73\56\162\145\x73\x6f\154\x75\x63\40\141\x73\40\162\145\163\157\154\165\x63\54\x20\x63\150\x61\x6d\x61\144\x6f\163\x2e\160\x65\156\144\x20\141\163\x20\x70\x65\156\144\54\x20\143\x68\x61\155\141\144\157\163\56\163\157\154\x75\x63\141\157\144\145\x73\x63\40\101\123\40\x73\x6f\154\165\143\x61\157\144\x65\x73\143\x20\x46\x52\117\x4d\40\x43\x68\141\155\x61\x64\x6f\x73\x20\114\x45\x46\124\x20\x4a\x4f\111\116\x20\x43\x6c\151\x65\156\x74\x65\x20\x41\x53\40\143\x6c\151\x65\156\164\x65\x20\x6f\x6e\x20\x28\103\x68\x61\155\141\144\x6f\x73\x2e\x72\x65\163\160\40\75\x20\103\154\151\145\x6e\164\145\x2e\151\144\51\x20\127\110\105\122\x45\x20\143\x68\141\155\x61\144\157\163\x2e\164\x69\x70\x6f\163\145\x72\166\40\75\x20{$tipo}\40\x41\116\104\x20\x63\150\x61\x6d\x61\x64\157\x73\56\163\165\160\x65\x72\151\156\164\x3d{$superint}\x20\x41\x4e\104\40\50\144\141\x74\x61\141\164\76\75\x20{$data1}\40\x41\x4e\x44\40\x64\141\164\x61\x61\x74\x3c\x3d\40{$data2}\51\x20\117\x52\x44\105\x52\x20\x42\x59\40\103\x68\x61\155\x61\144\x6f\x73\56\156\x72\145\146\40\104\x45\123\103\x20");
} elseif ($respnome == "\x2a" && $tipo != "\x2a" && $superint == "\52") {
$movimentacoes = get_itens_query("\x53\x45\x4c\105\103\x54\x20\x43\x68\x61\155\141\144\157\163\x2e\x69\x64\x2c\x20\143\154\x69\x65\156\x74\x65\x2e\156\x6f\155\145\x20\x61\x73\x20\143\154\151\x65\x6e\x74\x65\54\40\103\x68\141\x6d\x61\x64\x6f\163\56\x6e\x72\x65\x66\x20\x61\x73\x20\156\162\x65\146\54\40\103\x68\141\x6d\141\x64\x6f\163\56\164\151\164\165\x6c\157\x20\141\x73\40\164\x69\x74\x75\154\157\54\x20\103\150\141\155\x61\x64\157\x73\56\x64\141\164\x61\x61\x74\40\x61\163\40\x64\x61\164\141\x61\x74\54\40\103\x68\x61\x6d\141\144\x6f\x73\56\163\x75\160\145\x72\x69\156\x74\x20\x61\163\x20\163\165\x70\145\162\151\x6e\164\54\x20\x43\150\141\x6d\x61\144\157\x73\56\164\151\x70\157\x73\x65\x72\166\x20\141\x73\x20\164\151\160\x6f\x73\145\x72\166\x2c\143\150\x61\x6d\141\144\x6f\163\x2e\x64\x65\163\143\x72\40\101\x53\x20\144\145\163\x63\162\x2c\40\x63\150\141\x6d\141\144\157\x73\x2e\x63\141\x74\145\147\40\x41\x53\x20\143\141\x74\145\x67\x2c\40\x63\x68\x61\155\141\144\157\163\56\x72\145\x73\x70\x20\x41\x53\x20\x72\145\x73\160\54\40\143\x68\x61\x6d\141\144\x6f\163\x2e\160\x72\x69\157\x72\151\40\x61\x73\x20\160\x72\x69\157\x72\x69\x2c\40\143\x68\141\155\141\144\157\163\x2e\157\x62\163\40\x41\123\x20\157\x62\163\x2c\x20\143\x68\x61\155\141\144\157\163\56\144\x61\x74\x61\x6e\x6f\x72\155\141\40\101\123\x20\144\x61\x74\x61\x6e\x6f\162\155\x61\x2c\x20\x63\x68\141\x6d\x61\144\157\x73\x2e\x73\x6c\x61\x20\101\123\40\x73\154\x61\54\40\143\x68\x61\155\x61\x64\x6f\x73\56\162\x65\163\157\x6c\165\x63\40\x61\x73\x20\162\x65\x73\157\x6c\165\x63\54\x20\x63\150\141\155\141\x64\157\x73\56\x70\145\156\144\x20\x61\163\x20\160\x65\156\144\54\x20\143\x68\141\x6d\x61\x64\157\163\56\163\157\x6c\165\x63\x61\x6f\x64\x65\163\x63\x20\101\123\x20\x73\157\x6c\x75\x63\141\x6f\144\145\x73\143\40\x46\122\x4f\115\40\x43\150\x61\x6d\x61\144\157\x73\40\114\x45\106\124\40\x4a\x4f\x49\x4e\x20\x43\x6c\x69\145\x6e\164\145\x20\x41\123\x20\143\154\151\x65\156\164\x65\x20\x6f\x6e\40\50\x43\x68\141\155\x61\144\x6f\x73\x2e\x72\x65\x73\x70\40\x3d\x20\x43\x6c\x69\x65\x6e\164\145\x2e\151\144\51\40\x57\110\x45\x52\105\x20\x63\150\141\155\141\144\157\163\56\164\x69\x70\x6f\163\x65\x72\166\x20\75\x20{$tipo}\x20\x41\x4e\x44\40\x28\x64\x61\164\141\141\164\76\x3d\x20{$data1}\40\101\x4e\104\x20\144\141\x74\141\x61\x74\x3c\x3d\x20{$data2}\51\40\x4f\x52\x44\105\122\40\102\131\x20\x43\150\141\x6d\141\x64\x6f\163\56\156\x72\145\146\x20\x44\x45\x53\x43\40");
} elseif ($respnome != "\52" && $tipo == "\52" && $superint != "\52") {
$movimentacoes = get_itens_query("\123\105\x4c\x45\x43\124\x20\x43\150\x61\155\141\144\x6f\163\56\x69\144\x2c\x20\x63\x6c\x69\x65\x6e\x74\x65\x2e\x6e\157\155\x65\40\x61\163\40\x63\154\x69\x65\156\164\x65\x2c\40\x43\150\x61\x6d\141\x64\x6f\163\x2e\x6e\162\x65\x66\x20\141\163\40\x6e\162\145\x66\54\40\103\150\141\x6d\141\144\x6f\163\x2e\x74\151\x74\165\154\157\x20\x61\x73\40\x74\151\164\165\x6c\157\x2c\40\103\150\141\x6d\x61\144\x6f\x73\56\x64\141\x74\141\141\x74\x20\141\x73\x20\x64\x61\x74\141\x61\164\x2c\x20\x43\150\x61\x6d\141\x64\157\163\56\x73\x75\x70\x65\162\x69\x6e\164\40\x61\163\40\163\x75\x70\145\162\151\x6e\x74\x2c\40\103\x68\x61\x6d\141\144\x6f\163\56\164\x69\160\157\163\145\x72\166\40\x61\x73\x20\x74\x69\160\157\x73\145\162\x76\x2c\x63\150\x61\x6d\141\x64\x6f\163\56\144\145\163\143\x72\x20\101\123\40\x64\145\x73\x63\x72\54\40\x63\x68\x61\x6d\x61\144\157\163\x2e\x63\141\164\x65\x67\x20\101\x53\40\143\141\164\145\x67\x2c\40\x63\x68\141\x6d\141\x64\157\x73\56\162\x65\163\160\x20\101\123\40\162\145\163\x70\54\40\143\150\x61\x6d\x61\144\157\x73\x2e\x70\x72\151\157\x72\x69\40\x61\163\40\x70\x72\151\157\x72\x69\x2c\x20\x63\150\x61\x6d\141\x64\157\163\x2e\x6f\142\x73\x20\x41\x53\40\x6f\142\163\x2c\x20\x63\150\141\155\141\144\x6f\163\56\144\x61\164\141\x6e\x6f\x72\155\141\40\101\x53\40\x64\141\x74\x61\156\157\x72\155\141\54\x20\143\150\141\155\141\x64\157\163\56\163\x6c\x61\x20\101\x53\x20\163\154\x61\x2c\x20\x63\150\141\x6d\141\x64\x6f\163\x2e\162\145\x73\157\x6c\x75\x63\40\x61\163\x20\x72\x65\x73\157\x6c\165\x63\x2c\40\143\x68\141\x6d\x61\x64\157\163\56\160\145\156\144\40\x61\163\x20\x70\x65\x6e\144\x2c\40\x63\x68\x61\x6d\x61\144\157\x73\56\x73\x6f\154\x75\x63\141\x6f\x64\x65\163\143\40\101\123\40\163\157\x6c\x75\x63\141\x6f\144\x65\163\x63\40\106\x52\x4f\x4d\40\x43\150\141\x6d\x61\x64\x6f\163\x20\114\105\x46\x54\40\112\117\111\x4e\40\103\154\151\145\156\x74\145\40\101\x53\40\143\x6c\x69\x65\x6e\164\x65\40\x6f\156\40\x28\x43\150\x61\155\x61\x64\157\163\x2e\162\x65\163\x70\40\75\x20\103\154\151\145\x6e\164\145\x2e\151\x64\x29\x20\127\x48\x45\x52\x45\40\143\x68\x61\x6d\141\144\157\x73\x2e\162\x65\163\160\40\x3d\40{$respnome}\40\x41\116\104\x20\x63\x68\141\x6d\141\x64\x6f\x73\56\163\165\x70\145\162\x69\x6e\x74\x3d{$superint}\x20\101\116\x44\40\x28\144\141\164\x61\141\164\x3e\x3d\x20{$data1}\40\101\x4e\x44\x20\144\x61\164\141\x61\x74\74\x3d\40{$data2}\51\x20\117\x52\104\105\x52\40\x42\x59\x20\x43\x68\141\155\141\x64\157\163\x2e\x6e\x72\145\146\x20\104\x45\123\103\x20");
} elseif ($respnome == "\52" && $tipo == "\52" && $superint != "\x2a") {
$movimentacoes = get_itens_query("\x53\105\114\x45\x43\x54\x20\x43\x68\141\x6d\141\144\157\163\x2e\151\144\x2c\40\x63\154\x69\x65\156\164\x65\56\156\157\155\x65\40\x61\x73\x20\x63\x6c\x69\x65\156\x74\x65\x2c\x20\103\150\141\155\141\144\157\x73\x2e\x6e\162\145\x66\x20\x61\x73\x20\x6e\162\145\146\54\40\x43\x68\141\x6d\x61\x64\x6f\163\x2e\164\x69\164\x75\154\x6f\x20\x61\x73\x20\x74\151\x74\x75\154\x6f\54\40\x43\x68\x61\155\x61\144\157\163\56\144\141\164\141\x61\164\x20\141\x73\40\x64\x61\164\x61\141\164\54\40\103\x68\x61\155\x61\x64\157\163\56\163\x75\160\145\x72\151\156\164\40\141\163\40\x73\x75\160\x65\x72\x69\x6e\x74\54\40\x43\x68\141\155\x61\x64\157\x73\56\164\x69\x70\157\163\145\x72\x76\40\x61\x73\x20\x74\x69\160\x6f\163\145\x72\x76\54\143\150\141\x6d\x61\144\x6f\x73\56\144\145\x73\143\x72\x20\x41\123\x20\144\x65\x73\143\162\x2c\40\143\150\x61\x6d\x61\x64\x6f\163\x2e\x63\141\164\x65\147\40\101\123\40\x63\x61\x74\145\147\x2c\40\143\x68\141\x6d\141\144\157\x73\56\162\x65\x73\x70\x20\x41\x53\40\x72\x65\163\x70\54\x20\143\x68\141\155\x61\x64\x6f\163\56\x70\x72\x69\x6f\x72\x69\40\x61\163\40\160\x72\151\157\x72\151\x2c\40\x63\x68\141\x6d\x61\144\x6f\163\x2e\157\x62\163\x20\101\123\x20\157\x62\x73\x2c\40\x63\150\x61\155\141\x64\157\x73\56\x64\x61\x74\141\x6e\157\162\x6d\x61\40\101\x53\x20\144\141\164\141\x6e\157\x72\155\141\x2c\40\143\150\x61\x6d\141\144\x6f\163\56\x73\x6c\141\40\101\123\x20\x73\154\141\x2c\40\143\x68\x61\155\141\144\x6f\x73\56\162\x65\163\157\154\x75\143\40\x61\163\40\x72\145\x73\x6f\x6c\x75\143\x2c\x20\x63\x68\141\155\x61\x64\157\163\56\160\x65\156\144\40\141\x73\x20\160\145\x6e\x64\x2c\40\x63\150\141\155\x61\144\x6f\x73\x2e\163\157\x6c\165\x63\x61\157\144\x65\163\x63\40\101\123\x20\x73\157\x6c\x75\143\141\157\144\145\x73\x63\x20\x46\x52\117\115\40\x43\150\141\x6d\x61\144\x6f\163\40\x4c\105\x46\124\x20\x4a\x4f\x49\x4e\40\x43\154\151\145\x6e\164\x65\x20\101\x53\40\143\154\x69\145\156\x74\145\x20\x6f\156\x20\50\x43\x68\x61\x6d\x61\x64\157\163\x2e\162\x65\163\x70\40\75\40\103\x6c\151\145\156\x74\145\56\151\144\x29\x20\127\110\105\x52\105\x20\143\150\141\x6d\x61\144\157\163\56\x73\x75\x70\x65\162\x69\x6e\164\75{$superint}\40\x41\x4e\104\x20\x28\x64\141\164\141\x61\164\x3e\75\40{$data1}\40\x41\x4e\x44\x20\x64\x61\164\x61\141\x74\x3c\75\40{$data2}\x29\40\x4f\x52\x44\105\x52\x20\102\131\x20\x43\150\141\155\x61\x64\x6f\163\x2e\156\x72\x65\x66\x20\104\105\123\x43\40");
} elseif ($respnome != "\x2a" && $tipo != "\52" && $superint == "\52") {
$movimentacoes = get_itens_query("\x53\x45\x4c\x45\103\124\40\x43\x68\x61\155\141\x64\x6f\x73\x2e\151\144\x2c\x20\143\x6c\x69\x65\x6e\164\x65\x2e\156\157\155\x65\40\141\163\x20\143\154\x69\145\x6e\164\145\54\x20\x43\150\141\155\141\x64\x6f\x73\56\x6e\162\x65\146\40\x61\x73\x20\x6e\162\145\146\x2c\40\103\x68\141\155\141\x64\157\x73\x2e\x74\151\164\x75\x6c\x6f\x20\x61\x73\40\164\x69\x74\165\x6c\x6f\x2c\40\103\150\141\x6d\141\x64\157\x73\56\144\141\x74\141\x61\x74\40\x61\x73\40\144\141\164\141\x61\164\54\40\103\x68\x61\155\141\144\x6f\163\x2e\x73\165\160\145\162\x69\x6e\x74\x20\x61\163\x20\163\x75\160\145\x72\x69\x6e\164\54\x20\x43\x68\x61\155\141\x64\x6f\x73\56\x74\x69\x70\157\x73\x65\162\x76\40\141\163\40\164\x69\x70\157\163\145\x72\x76\54\143\150\141\155\141\144\x6f\x73\56\144\145\163\x63\162\40\x41\x53\40\144\x65\163\x63\162\x2c\40\143\150\x61\155\141\144\x6f\x73\x2e\143\141\164\x65\x67\40\101\123\x20\x63\141\164\x65\147\x2c\40\143\150\x61\155\x61\x64\157\x73\56\x72\x65\x73\160\x20\x41\123\40\x72\145\163\x70\54\40\x63\150\x61\155\x61\144\157\163\56\160\x72\151\157\162\x69\40\141\163\x20\160\x72\x69\x6f\162\x69\54\40\x63\150\x61\x6d\x61\x64\157\163\56\x6f\142\x73\40\x41\123\40\x6f\142\163\54\40\x63\x68\x61\155\x61\x64\x6f\163\56\x64\x61\x74\141\156\157\162\x6d\141\40\x41\x53\40\x64\141\164\x61\156\x6f\x72\x6d\141\54\40\143\150\141\x6d\x61\144\x6f\x73\56\x73\x6c\x61\x20\101\123\x20\x73\154\141\x2c\x20\x63\x68\x61\x6d\141\144\x6f\x73\x2e\162\145\x73\157\x6c\165\x63\40\x61\x73\40\162\145\x73\x6f\x6c\x75\143\54\40\x63\x68\141\x6d\x61\x64\x6f\x73\56\160\x65\x6e\x64\x20\141\x73\x20\160\145\x6e\x64\54\40\x63\150\141\155\141\144\157\163\x2e\x73\157\154\165\x63\x61\x6f\144\x65\163\x63\40\x41\123\x20\x73\x6f\154\x75\143\x61\x6f\144\x65\x73\143\40\106\122\117\x4d\40\x43\150\x61\x6d\x61\144\x6f\x73\x20\114\105\x46\124\40\112\117\x49\x4e\40\103\154\x69\x65\156\164\x65\x20\101\x53\x20\x63\x6c\151\x65\156\164\145\40\157\x6e\x20\50\x43\150\141\155\x61\x64\x6f\163\56\x72\x65\x73\x70\x20\x3d\x20\103\154\x69\x65\156\x74\x65\x2e\151\x64\x29\x20\x57\110\105\x52\x45\40\x63\x68\141\x6d\141\144\157\163\56\164\x69\160\x6f\x73\145\162\166\75{$tipo}\x20\101\x4e\104\40\143\150\141\x6d\141\144\157\x73\56\x72\x65\x73\x70\75{$respnome}\x20\101\x4e\x44\40\50\x64\141\x74\x61\x61\x74\x3e\x3d\x20{$data1}\x20\101\116\104\40\x64\x61\164\x61\x61\x74\x3c\75\40{$data2}\x29\x20\x4f\122\104\105\122\x20\102\131\x20\103\x68\141\155\x61\144\157\x73\x2e\x6e\162\x65\146\40\104\x45\x53\103\x20");
} else {
$movimentacoes = get_itens_query("\123\105\114\x45\103\x54\40\103\x68\x61\155\x61\144\157\x73\56\x69\x64\54\x20\143\154\x69\x65\156\164\145\x2e\x6e\157\x6d\x65\x20\141\x73\40\143\154\151\x65\x6e\x74\x65\54\40\103\150\x61\x6d\x61\144\x6f\163\56\x6e\x72\145\x66\40\141\163\40\156\x72\145\146\x2c\40\x43\150\x61\x6d\141\x64\x6f\163\x2e\x74\151\164\165\x6c\x6f\40\x61\163\x20\x74\x69\x74\x75\x6c\157\x2c\40\103\x68\141\x6d\141\144\x6f\x73\x2e\x64\x61\164\141\141\x74\40\x61\163\40\x64\141\x74\x61\x61\x74\54\x20\x43\150\x61\x6d\141\x64\157\x73\56\163\165\160\145\162\151\x6e\x74\x20\141\163\x20\x73\x75\160\x65\x72\151\x6e\164\x2c\x20\x43\150\x61\x6d\x61\x64\x6f\x73\56\x74\x69\160\x6f\x73\145\x72\166\40\x61\163\x20\164\151\x70\x6f\163\145\162\x76\54\x63\x68\141\x6d\141\144\157\163\56\144\145\x73\x63\162\x20\x41\x53\40\x64\145\163\x63\162\x2c\40\143\150\x61\155\x61\x64\x6f\163\56\143\x61\164\x65\x67\40\101\123\x20\143\x61\164\x65\x67\x2c\x20\143\150\x61\155\141\144\157\163\56\162\145\163\160\x20\x41\x53\40\162\x65\163\160\x2c\x20\143\x68\x61\x6d\x61\144\x6f\163\x2e\x70\162\x69\x6f\x72\x69\40\x61\163\40\x70\162\151\157\x72\x69\54\40\143\x68\x61\155\141\144\x6f\163\x2e\157\x62\163\x20\x41\x53\40\x6f\142\163\x2c\x20\x63\x68\x61\x6d\x61\x64\157\163\56\x64\141\x74\141\156\157\162\x6d\141\x20\101\x53\40\x64\x61\x74\141\x6e\157\x72\x6d\141\54\40\x63\150\x61\x6d\141\x64\x6f\163\x2e\x73\154\141\40\101\x53\x20\163\154\x61\54\40\x63\x68\x61\x6d\141\144\157\163\x2e\x72\x65\x73\x6f\x6c\x75\143\40\141\x73\x20\x72\145\163\157\154\x75\x63\x2c\x20\x63\150\141\155\141\144\157\163\56\160\x65\x6e\144\x20\141\163\x20\x70\x65\x6e\x64\54\x20\143\x68\x61\155\141\x64\x6f\163\x2e\163\157\154\165\143\x61\157\x64\x65\163\143\40\101\123\40\x73\x6f\154\x75\143\x61\157\144\145\163\x63\40\x46\122\117\x4d\x20\103\150\141\155\141\144\x6f\x73\x20\x4c\105\106\124\40\x4a\117\x49\116\x20\103\x6c\x69\x65\156\x74\145\x20\101\x53\x20\143\154\x69\x65\156\164\145\x20\157\156\x20\x28\103\x68\141\155\141\144\157\163\56\162\x65\163\160\40\75\x20\103\154\x69\145\156\164\145\56\x69\x64\x29\40\x57\110\x45\x52\105\x20\x63\150\x61\155\141\144\157\x73\x2e\x72\145\x73\160\x20\75\40{$respnome}\x20\101\x4e\104\x20\143\150\141\155\141\x64\157\x73\56\x73\x75\x70\x65\162\x69\156\164\75{$superint}\x20\101\x4e\104\x20\x63\x68\x61\x6d\x61\144\157\163\x2e\x74\151\160\157\163\x65\162\166\x3d{$tipo}\40\101\x4e\104\x20\x28\144\141\x74\141\141\164\x3e\x3d\40{$data1}\40\101\116\104\40\x64\x61\164\141\141\x74\x3c\x3d\40{$data2}\x29\40\x4f\x52\x44\x45\122\x20\x42\131\40\103\x68\141\155\x61\144\157\163\x2e\x6e\x72\145\x66\40\104\105\x53\103\x20");
}
Function Calls
None |
Stats
MD5 | 374423453ae777a2593158e70011fa53 |
Eval Count | 0 |
Decode Time | 77 ms |