Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php goto jSn76; mTjHc: if (isset($_GET["\x64\x65\x73\x62\154\153"])) { $pdo->query("\x..

Decoded Output download

<?php 
 goto jSn76; mTjHc: if (isset($_GET["desblk"])) { $pdo->query("UPDATE clientes SET bloqueio = '0' WHERE id = '{$_GET["id"]}'"); echo "<script>window.location.href='?p_cadastro'</script>"; } goto Q8gGb; tcfBq: if (isset($_POST["editarEvento"])) { $nome = addslashes($_POST["nome"]); $local = addslashes($_POST["local"]); $descricao = addslashes($_POST["descricao"]); $v = explode("=", $_POST["video"]); $video = $v[1]; $dir = "../images/eventos/"; preg_match("/\.(gif|bmp|png|jpg|jpeg){1}$/i", $_FILES["imagem"]["name"], $ext); $new_img = md5($_FILES["imagem"]["name"]) . "." . $ext[1]; move_uploaded_file($_FILES["imagem"]["tmp_name"], $dir . $new_img); preg_match("/\.(gif|bmp|png|jpg|jpeg){1}$/i", $_FILES["imagem_mapa"]["name"], $ext); $new_img_mapa = md5($_FILES["imagem_mapa"]["name"]) . "." . $ext[1]; move_uploaded_file($_FILES["imagem_mapa"]["tmp_name"], $dir . $new_img_mapa); if ($_FILES["imagem"]["name"] == '' and $_FILES["imagem_mapa"]["name"] == '') { $q = "UPDATE evento SET 

		nome = '{$nome}',\xa\x9\x9local = '{$local}',
\x9\x9data = '{$_POST["data"]}',\xa	\x9video = '{$video}',
\x9\x9descricao = '{$descricao}',\xa\x9\x9encerrar_vendas = '{$_POST["encv"]}',
\x9	mostrar_no_site = '{$_POST["ms"]}',
\x9\x9localizacao = '{$_POST["localizacao"]}',
		hora = '{$_POST["hora"]}'

\x9\x9WHERE id = '{$_POST["id"]}'\xa\x9	"; } else { if ($_FILES["imagem"]["name"] != '') { $q = "UPDATE evento SET \xa\x9	nome = '{$nome}',
\x9\x9local = '{$local}',
	\x9data = '{$_POST["data"]}',\xa	\x9imagem = '{$new_img}',
	\x9encerrar_vendas = '{$_POST["encv"]}',
		mostrar_no_site = '{$_POST["ms"]}',\xa\x9	localizacao = '{$_POST["localizacao"]}',
	\x9hora = '{$_POST["hora"]}'\xa\x9	WHERE id = '{$_POST["id"]}'
\x9\x9"; } else { if ($_FILES["imagem_mapa"]["name"] != '') { $q = "UPDATE evento SET 
	\x9nome = '{$nome}',\xa		local = '{$local}',\xa		data = '{$_POST["data"]}',\xa\x9\x9encerrar_vendas = '{$_POST["encv"]}',\xa\x9	mostrar_no_site = '{$_POST["ms"]}',
\x9\x9localizacao = '{$_POST["localizacao"]}',\xa	\x9imagem_mapa = '{$new_img_mapa}',\xa		hora = '{$_POST["hora"]}'\xa		WHERE id = '{$_POST["id"]}'\xa		"; } else { if ($_FILES["imagem"]["name"] != '' and $_FILES["imagem_mapa"]["name"] != '') { $q = "UPDATE evento SET 
		nome = '{$nome}',\xa		local = '{$local}',\xa\x9\x9data = '{$_POST["data"]}',\xa		imagem = '{$new_img}',\xa		encerrar_vendas = '{$_POST["encv"]}',\xa		mostrar_no_site = '{$_POST["ms"]}',\xa		localizacao = '{$_POST["localizacao"]}',\xa		imagem_mapa = '{$new_img_mapa}',\xa	\x9hora = '{$_POST["hora"]}'
\x9\x9WHERE id = '{$_POST["id"]}'
\x9\x9"; } } } } $pdo->query($q); echo "<script>window.location.href='?a_evento'</script>"; } goto qM3o3; bhtrV: if (isset($_POST["makesend_ok"])) { $f1 = @$_FILES["f1"]["name"]; move_uploaded_file($_FILES["f1"]["tmp_name"], "../images/" . $f1); $i = file_get_contents("../images/" . $f1); $img64 = base64_encode($i); $msg1 = addslashes(strtoupper($_POST["msg1"])); $msg2 = addslashes($_POST["msg2"]); $msg3 = addslashes($_POST["msg3"]); $msg4 = addslashes($_POST["msg4"]); $msg5 = addslashes($_POST["msg5"]); $msg6 = addslashes($_POST["msg6"]); $msg7 = addslashes($_POST["msg7"]); $msg8 = addslashes($_POST["msg8"]); $msg9 = addslashes($_POST["msg9"]); $msg10 = addslashes($_POST["msg10"]); $pdo->query("INSERT INTO send (img,msg1,msg2,msg3,msg4,msg5,msg6,msg7,msg8,msg9,msg10,data) 
	VALUES (
	\x9'{$img64}',\xa\x9	'{$msg1}',\xa		'{$msg2}',\xa\x9\x9'{$msg3}',\xa\x9	'{$msg4}',
\x9	'{$msg5}',\xa\x9\x9'{$msg6}',\xa\x9\x9'{$msg7}',
		'{$msg8}',
\x9	'{$msg9}',\xa	\x9'{$msg10}',\xa\x9	'{$data}'

	)"); unlink("../images/{$f1}"); echo "<script>window.location.href='?a_makesend'</script>"; } goto cs6rE; Nl9uc: if (isset($_GET["a_import"])) { $q = $pdo->query("SELECT * FROM clientes"); foreach ($q as $i) { $c = clear($i["contato"]); $c_qtd = strlen($c); if ($c_qtd < 10) { } else { $q = $pdo->query("SELECT * FROM db_contatos WHERE contato = '{$c}'"); if ($q->fetchColumn() > 0) { } else { $nome = clear_nome(strtoupper($i["nome"])); $j = "INSERT INTO db_contatos (uid,nome,contato) VALUES ('{$i["id"]}','{$nome}','{$c}')"; $pdo->query($j); } } } echo "<script>window.location.href='?a_db_contatos'</script>"; } goto oMgc9; Taxym: if (isset($_POST["p_criarCadastro"])) { $n = addslashes($_POST["nome"]); $e = addslashes($_POST["email"]); $s = addslashes($_POST["senha1"]); $q = $pdo->query("SELECT * FROM clientes WHERE id_produto = '{$_POST["id_produto"]}' AND cpf = '{$_POST["cpf"]}'"); if ($q->fetchColumn() > 0) { echo "<script>"; echo "\xa	\x9Swal.fire({\xa\x9\x9  title: 'ERROR',
	\x9  html: 'Cliente j\303\xa1 foi cadastrado neste produto usando este CPF',\xa	\x9  icon: 'error',
\x9\x9  confirmButtonText: 'Entendido'
		}).then((result) => {
\x9	  \xa	\x9  if (result.isConfirmed) {
\x9\x9    window.location.href='?p_cadastro'\xa\x9	  } 
		})
\x9\x9"; echo "</script>"; } else { $q = "INSERT INTO clientes (nome,email,senha,contato,cpf,data,endereco_completo,cidade,estado,id_produtor,id_produto) \xa	VALUES \xa\x9	(
\x9	'{$n}',
\x9\x9'{$e}',
		'{$s}',
\x9\x9'{$_POST["contato"]}',\xa	\x9'{$_POST["cpf"]}',\xa	\x9'{$data_hora}',\xa\x9\x9'{$_POST["endereco_completo"]}',
\x9\x9'{$_POST["cidade"]}',\xa\x9\x9'{$_POST["estado"]}',
	\x9'{$_POST["id_produtor"]}',
\x9	'{$_POST["id_produto"]}'
\x9	)"; $pdo->query($q); echo "<script>window.location.href='?p_cadastro'</script>"; } } goto fsmDN; gtaus: if (isset($_GET["de"])) { $pdo->query("DELETE FROM evento WHERE id = '{$_GET["id"]}'"); $pdo->query("DELETE FROM carrinho WHERE id_evento = '{$_GET["id"]}'"); $pdo->query("DELETE FROM vouchers WHERE id_evento = '{$_GET["id"]}'"); $pdo->query("DELETE FROM setor WHERE id_evento = '{$_GET["id"]}'"); $pdo->query("DELETE FROM bar WHERE id_evento = '{$_GET["id"]}'"); $pdo->query("DELETE FROM bar_vouchers WHERE id_evento = '{$_GET["id"]}'"); $pdo->query("DELETE FROM produtor_evento WHERE id_evento = '{$_GET["id"]}'"); echo "<script>window.location.href='?a_evento'</script>"; } goto Q_Coq; yD6Ce: if (isset($_POST["criarProdutor"])) { $nome = addslashes($_POST["nome"]); $login = addslashes($_POST["login"]); $senha = addslashes($_POST["senha"]); $q = "INSERT INTO produtor (nome,login,senha,email) 
	VALUES 
\x9\x9(
\x9\x9	'{$nome}',
\x9\x9	'{$login}',
\x9	\x9'{$senha}',
	\x9	'{$_POST["email"]}'

\x9\x9)"; $pdo->query($q); echo "<script>window.location.href='?produtor'</script>"; } goto e80Z_; qM3o3: if (isset($_GET["dellogo"])) { $pdo->query("UPDATE config SET site_logo = '0'"); echo "<script>window.location.href='index.php?config'</script>"; } goto Rv1mj; Fw93W: if (isset($_GET["dsend"])) { $pdo->query("DELETE FROM send WHERE id = '{$_GET["id"]}'"); echo "<script>window.location.href='?a_makesend'</script>"; } goto bhtrV; m8_oR: if (isset($_GET["a_evento"])) { echo "<h5 class='my-3'>CONV\xc3\x8aNIOS "; if (isset($_SESSION["id_prod"]) and $status_prod == "0") { echo "<script>window.location.href='?eventos'</script>"; } if (isset($_SESSION["id_prod"]) and $status_prod != "0") { echo "<a href='#' class='btn btn-light' data-bs-toggle='collapse' data-bs-target='.cx'>Cadastrar</a>"; } else { if (isset($_SESSION["adminLogin"])) { echo "<a href='#' class='btn btn-light' data-bs-toggle='collapse' data-bs-target='.cx'>Cadastrar</a>"; } } echo "</h5>"; echo "<form method='post' enctype='multipart/form-data' class='collapse cx'>"; echo "<span class='text-danger collapse'>Imagem do Mapa 1366x768 (Opcional)</span><br />"; echo "<input type='file' class='form-control collapse' name='imagem_mapa' value='{$site_logo}' accept='image/*'>"; echo "<span class='text-danger'>Imagem 350x350 (Obrigat\xc3\xb3rio)</span><br />"; echo "<input type='file' class='form-control mb-2' name='imagem' accept='image/*' required>"; echo "<input type='text' name='nome' class='form-control' placeholder='Nome' required>"; echo "<input type='text' name='local' value='0' class='form-control collapse' placeholder='Endere\xc3\xa7o completo ou Local etc...' required>"; echo "<input type='text' name='localizacao' value='0' class='form-control collapse' placeholder='Localiza\303\247\303\243o use: Lat, Long'>"; echo "<div class='d-flex justify-content-start mb-2 collapse'>"; echo "<div class='input-group collapse'>"; echo "<div class='input-group-text'>Data</div>"; echo "<input type='hidden' name='data' value='0000-00-00' required>"; echo "</div>"; echo "<div class='input-group collapse'>"; echo "<div class='input-group-text'>Hora</div>"; echo "<input type='hidden' name='hora' value='11:11:11' required>"; echo "</div>"; echo "</div>"; echo "<input type='text' name='video' class='form-control collapse' value='0' placeholder='V\xc3\255deo URL Youtube'>"; echo "<input type='text' name='descricao' class='form-control collapse' value='GAS' placeholder=''>"; echo "<button name='criarEvento' class='btn btn-light my-2'>Criar</button>"; echo "</form>"; echo "<form method='post' class='collapse fade cxm'>"; if (isset($_SESSION["id_prod"])) { $x = $pdo->query("SELECT * FROM produtor_evento WHERE id_produtor = '{$_SESSION["id_prod"]}'"); $y = $x->fetch(); $s = $pdo->query("SELECT * FROM evento WHERE id_produtor = '{$_SESSION["id_prod"]}' ORDER BY id DESC"); } else { $s = $pdo->query("SELECT * FROM evento ORDER BY id DESC"); } echo "<div class='input-group'>"; echo "<div class='input-group-text'>Evento</div>"; echo "<select name='id_evento' class='form-control'>"; foreach ($s as $e) { echo "<option value='{$e["id"]}'>{$e["id"]} - {$e["nome"]}</option>"; } echo "</select>"; echo "</div>"; echo "<div class='py-3'>Adicione o n\xc3\272mero de cadeiras pra cada Letra. <br />\xa\x9Exemplo: A fileira <span class='text-danger'>A</span> cont\xc3\xa9m 32 assentos coloque (32), A fileira <span class='text-danger'>B</span> cont\303\251m 43 coloque (43) e assim sucessivamente para as demais</div>"; echo "<div class='row'>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>A</span>"; echo "<input type='hidden' name='letra_a' value='A'>
\x9	<input type='text' class='form-control numero' value='' placeholder='N\xc2\xba' name='num_a'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>B</span>"; echo "<input type='hidden' name='letra_b' value='B'>
\x9	<input type='text' class='form-control numero' placeholder='N\302\272' name='num_b'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>C</span>"; echo "<input type='hidden' name='letra_c' value='C'>\xa\x9	<input type='text' class='form-control numero' placeholder='N\302\xba' name='num_c'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>D</span>"; echo "<input type='hidden' name='letra_d' value='D'>
		<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_d'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>E</span>"; echo "<input type='hidden' name='letra_e' value='E'>\xa		<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_e'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>F</span>"; echo "<input type='hidden' name='letra_f' value='F'>
	\x9<input type='text' class='form-control numero' placeholder='N\302\272' name='num_f'>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='row'>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>G</span>"; echo "<input type='hidden' name='letra_g' value='G'>\xa\x9	<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_g'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>H</span>"; echo "<input type='hidden' name='letra_h' value='H'>\xa\x9\x9<input type='text' class='form-control numero' placeholder='N\302\272' name='num_h'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>I</span>"; echo "<input type='hidden' name='letra_i' value='I'>\xa		<input type='text' class='form-control numero' placeholder='N\302\xba' name='num_i'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>J</span>"; echo "<input type='hidden' name='letra_j' value='J'>
	\x9<input type='text' class='form-control numero' placeholder='N\302\xba' name='num_j'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>K</span>"; echo "<input type='hidden' name='letra_k' value='K'>
	\x9<input type='text' class='form-control numero' placeholder='N\xc2\272' name='num_k'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>L</span>"; echo "<input type='hidden' name='letra_l' value='L'>
		<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_l'>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='row'>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>M</span>"; echo "<input type='hidden' name='letra_m' value='M'>\xa\x9\x9<input type='text' class='form-control numero' placeholder='N\xc2\272' name='num_m'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>N</span>"; echo "<input type='hidden' name='letra_n' value='N'>\xa\x9	<input type='text' class='form-control numero' placeholder='N\302\xba' name='num_n'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>O</span>"; echo "<input type='hidden' name='letra_o' value='o'>\xa	\x9<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_o'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>P</span>"; echo "<input type='hidden' name='letra_p' value='P'>
\x9	<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_p'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>Q</span>"; echo "<input type='hidden' name='letra_q' value='Q'>
\x9	<input type='text' class='form-control numero' placeholder='N\xc2\272' name='num_q'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>R</span>"; echo "<input type='hidden' name='letra_r' value='R'>
\x9	<input type='text' class='form-control numero' placeholder='N\302\272' name='num_r'>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='row'>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>S</span>"; echo "<input type='hidden' name='letra_s' value='S'>
\x9	<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_s'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>T</span>"; echo "<input type='hidden' name='letra_t' value='T'>\xa\x9\x9<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_t'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>U</span>"; echo "<input type='hidden' name='letra_u' value='U'>\xa	\x9<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_u'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>V</span>"; echo "<input type='hidden' name='letra_v' value='V'>\xa	\x9<input type='text' class='form-control numero' placeholder='N\302\xba' name='num_v'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>X</span>"; echo "<input type='hidden' name='letra_x' value='X'>
\x9\x9<input type='text' class='form-control numero' placeholder='N\xc2\272' name='num_x'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>W</span>"; echo "<input type='hidden' name='letra_w' value='W'>\xa\x9	<input type='text' class='form-control numero' placeholder='N\xc2\xba' name='num_w'>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='row'>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>Y</span>"; echo "<input type='hidden' name='letra_y' value='Y'>\xa	\x9<input type='text' class='form-control numero' placeholder='N\xc2\272' name='num_y'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='input-group'>"; echo "<span class='input-group-text'>Z</span>"; echo "<input type='hidden' name='letra_z' value='Z'>\xa\x9\x9<input type='text' class='form-control numero' placeholder='N\xc2\272' name='num_z'>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'></div>"; echo "<div class='col-md-2'></div>"; echo "<div class='col-md-2'></div>"; echo "<div class='col-md-2'></div>"; echo "<div class='col-md-2'></div>"; echo "</div>"; echo "<button class='btn btn-primary my-3' name='cadastro_mapa'> Criar Mapa </button>"; echo "</form>"; if (isset($_SESSION["id_prod"])) { if (isset($_SESSION["adminLogin"])) { echo "\xa	\x9<div class='alert alert-danger alert-dismissible fade show' role='alert'>\xa\x9	  <strong>ATEN\303\207\xc3\x83O</strong> voc\xc3\xaa est\xc3\xa1 logado com o admin e o produtor no mesmo navegador, isto impede que o ADMIN veja os eventos. Fa\xc3\247a login com o produtor em outro navegador
\x9	  <button type='button' class='btn-close' data-bs-dismiss='alert' aria-label='Close'></button>\xa		</div>
		"; } $x = $pdo->query("SELECT * FROM produtor_evento WHERE id_produtor = '{$_SESSION["id_prod"]}'"); $y = $x->fetch(); $q = $pdo->query("SELECT * FROM evento WHERE id_produtor = '{$_SESSION["id_prod"]}'"); } else { if (isset($_SESSION["id_prod"])) { echo "
		<div class='alert alert-danger alert-dismissible fade show' role='alert'>
	\x9  <strong>ATEN\xc3\207\xc3\x83O</strong> voc\xc3\xaa est\xc3\241 logado com o admin e o produtor no mesmo navegador, isto impede que o ADMIN veja os eventos. Fa\xc3\xa7a login com o produtor em outro navegador\xa\x9\x9  <button type='button' class='btn-close' data-bs-dismiss='alert' aria-label='Close'></button>\xa\x9\x9</div>
	\x9"; } $q = $pdo->query("SELECT * FROM evento"); } foreach ($q as $i) { echo "<div class='row row-cols-1 row-cols-md-4 border-bottom m-0 p-0 py-2'>"; echo "<div class='col-md-1 mb-3'>"; echo "<a href='javascript:void()' data-bs-tooltip data-bs-toggle='modal' data-bs-title='Deletar' data-bs-target='.m{$i["id"]}'><i class='fa fa-trash-alt'></i></a>"; echo "<span class='mx-3'></span>"; echo "<a href='javascript:void()' data-bs-toggle='modal' data-bs-tooltip data-bs-title='Editar' data-bs-target='.edit{$i["id"]}'><i class='fa-regular fa-pen-to-square'></i></a>"; echo "</div>"; echo "<div class='col-md-1'>"; echo "<img src='../images/eventos/{$i["imagem"]}' class='me-2 rounded' style='width:32px;height:32px;' alt='' />"; if ($i["mostrar_no_site"] == "1") { echo "<i class='bi bi-eye text-success' data-bs-tooltip data-bs-title='Mostrando no site'></i>"; } else { echo "<i class='bi bi-eye-slash' data-bs-tooltip data-bs-title='Escondido no site'></i>"; } echo "</div>"; echo "<div class='col-md-7 text-uppercase mb-3'>"; echo "<span class='badge bg-secondary me-2'>ID {$i["id"]}</span>"; $w = $pdo->query("SELECT * FROM mapas WHERE id_evento = '{$i["id"]}'"); if ($w->fetchColumn() > 0) { echo "<a href='javascript:void()' data-bs-toggle='modal' data-bs-target='.mapa{$i["id"]}'><i class='fa-regular fa-map me-2 text-info' data-bs-tooltip data-bs-title='Evento com MAPA Editar Condi\303\247\xc3\xb5es Especiais'></i></a>"; } echo "{$i["nome"]}"; echo "</div>"; echo "<div class='col d-flex justify-content-between'>"; echo "<a href='javascript:void()' data-bs-toggle='modal' data-bs-target='.s{$i["id"]}'>PRODUTOS</a>"; echo "<a href='?a_clonar&id={$i["id"]}'>CLONAR</a>"; if (isset($_SESSION["id_prod"])) { } else { echo "<a href='?a_detalhes&id={$i["id"]}' data-bs-tooltip data-bs-title='Relat\303\xb3rio das Vendas'>RV</a>"; } echo "</div>"; echo "</div>"; echo "<div class='modal fade rel{$i["id"]}'>"; echo "<div class='modal-dialog modal-fullscreen'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'>
		\x9\x9<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<h5 class='mb-4'>Relat\303\xb3rio das Vendas <span class='sub-cor'><b>{$i["nome"]}</b></span>\xa\x9\x9	\x9\x9<div class='underbar'></div>\xa	\x9	\x9	</h5>"; echo "<div class='table-responsive'>"; echo "<table class='data-table display compact' style='text-align:left;' data-page-length='300'>
\x9	\x9\x9\x9	   <thead>\xa		\x9\x9\x9	    <tr>
\x9\x9	\x9		      <th scope='col'>SETOR</th>\xa		\x9	\x9	      <th scope='col'>TIPO DE INGRESSO</th>
	\x9\x9\x9		      <th scope='col'>VALOR</th>
\x9\x9	\x9		      <th scope='col'>TAXA</th>\xa\x9	\x9\x9\x9\x9      <th scope='col'>VALOR REAL</th>\xa		\x9\x9	\x9      <th scope='col'>QTD.</th>
	\x9\x9\x9	\x9      <th scope='col'>VENDAS</th>
\x9		\x9	\x9      <th scope='col'>TOTAL</th>
\x9	\x9\x9	\x9    </tr>\xa\x9		\x9	\x9  </thead>\xa	\x9\x9\x9\x9\x9  <tbody>
		\x9		\x9  "; $c = $pdo->query("SELECT DISTINCT id_evento,id_setor FROM carrinho WHERE id_evento = '{$i["id"]}' AND status = 'approved' AND cortesia = '0' ORDER BY id DESC"); foreach ($c as $d) { $c0 = $pdo->query("SELECT * FROM setor WHERE id = '{$d["id_setor"]}'"); $d0 = $c0->fetch(); $z = "SELECT * FROM carrinho WHERE id_evento = '{$i["id"]}' AND id_setor = '{$d["id_setor"]}' AND status = 'approved' AND cortesia = '0'"; $cz1 = $pdo->query($z); $dz1 = $cz1->fetch(); $q = $pdo->query("SELECT SUM(quantity) as vnd FROM carrinho WHERE id_evento = '{$i["id"]}' AND id_setor = '{$d["id_setor"]}' AND status = 'approved'"); $y = $q->fetch(); echo "<tr>"; echo "<td>"; echo "{$d0["nome"]}"; echo "</td>"; echo "<td>"; $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$dz1["id_mapa"]}'"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$dz1["id_mapa"]}'"); $b3 = $a3->fetch(); echo "<span class='badge bg-info p-2 me-2'>{$b3["letra"]}{$b3["numero"]} {$b3["descricao"]}</span>"; } echo "{$d0["tipo_ingresso"]}"; echo "</td>"; echo "<td>"; echo number_format($d0["valor"], 2, ",", "."); echo "</td>"; echo "<td>"; echo number_format($d0["taxa"], 2, ",", "."); echo "</td>"; echo "<td>"; $v_real = $d0["valor"] + $d0["taxa"]; echo number_format($v_real, 2, ",", "."); echo "</td>"; if ($y["vnd"] == $d0["quantidade"]) { echo "<td class='text-success fw-bold'>"; echo "<span class='fa-solid fa-bounce'>{$d0["quantidade"]}</span>"; echo "</td>"; echo "<td class='text-success fw-bold'>"; echo "<span class='fa-solid fa-bounce'>{$y["vnd"]}</span>"; echo "</td>"; } else { echo "<td>"; echo "{$d0["quantidade"]}"; echo "</td>"; echo "<td>"; echo "{$y["vnd"]}"; echo "</td>"; } echo "<td>"; $total = $v_real * $y["vnd"]; echo number_format($total, 2, ",", "."); echo "</td>"; echo "</tr>"; } echo "
	\x9	\x9\x9\x9  <tbody>
\x9	\x9\x9\x9	 </table>"; echo "</div>"; $q = $pdo->query("SELECT SUM(quantity) as vt FROM carrinho WHERE id_evento = '{$i["id"]}' AND status = 'approved' AND cortesia = '0'"); $y = $q->fetch(); $q0 = $pdo->query("SELECT SUM(quantity) as vcort FROM carrinho WHERE id_evento = '{$i["id"]}' AND status = 'approved' AND cortesia = '1'"); $y0 = $q0->fetch(); $q1 = $pdo->query("SELECT SUM(unit_price*quantity) as vnd FROM carrinho WHERE id_evento = '{$i["id"]}' AND status = 'approved'"); $y1 = $q1->fetch(); echo "<div class='card p-3 my-3'>"; echo "<h5>TOTAL</h5>"; echo "<div>VENDAS {$y["vt"]}</div>"; echo "<div class='border-bottom pb-3 mb-3'>VALOR <span class='cifrao'>R$</span>" . number_format($y1["vnd"], 2, ",", ".") . "</div>"; echo "<div>CORTESIA {$y0["vcort"]}</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade m{$i["id"]}'>"; echo "<div class='modal-dialog'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header'>{$i["nome"]}<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body text-center'>"; echo "<h5 class='my-3'><i class='fa-solid fa-triangle-exclamation fa-beat fa-2xl'></i></h5>"; echo "<h5>ATEN\xc3\207\xc3\203O</h5>"; echo "<div>Ao deletar este evento todos os &raquo; <br /> <br />
\x9\x9	\x9\x9\x9<span class='text-danger'>\xa				\x9\x9SETORES atrelados a ele <br /> \xa\x9\x9	\x9	\x9PRODUTOS DO BAR atrelados a ele <br />
			\x9		VOUCHERS atrelados a ele <br />
	\x9\x9	\x9\x9ITENS NO CARRINHO DE COMPRAS atrelados a ele <br /><br />\xa	\x9	\x9\x9\x9</span>\xa	\x9		\x9	ser\xc3\xa3o exclu\303\255dos juntos. Quer mesmo prosseguir?</div>"; echo "<a href='?de&id={$i["id"]}' class='btn btn-light my-3'>SIM DELETAR</a>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade edit{$i["id"]}'>"; echo "<div class='modal-dialog modal-lg'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header'><span class='text-uppercase'>{$i["nome"]}</span><button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<form method='post' enctype='multipart/form-data'>"; echo "<div class='d-flex justify-content-between'>"; echo "<div class='my-3'>"; echo "Encerrar Vendas<br />"; if ($i["encerrar_vendas"] == "1") { echo "<div class='form-check form-check-inline'>
\x9\x9		\x9	\x9\x9<input class='form-check-input' type='radio' name='encv' id='y' value='1' checked>\xa	\x9	\x9		\x9\x9<label class='form-check-label' for='y'>Sim</label>\xa	\x9	\x9\x9\x9\x9\x9</div>
	\x9\x9			\x9	"; echo "<div class='form-check form-check-inline'>\xa	\x9\x9	\x9	\x9	<input class='form-check-input' type='radio' name='encv' id='y' value='0'>\xa\x9	\x9\x9	\x9	\x9<label class='form-check-label' for='y'>N\303\xa3o</label>\xa	\x9\x9\x9\x9\x9		</div>\xa	\x9	\x9	\x9\x9\x9"; } else { echo "<div class='form-check form-check-inline'>
					\x9	\x9<input class='form-check-input' type='radio' name='encv' id='y' value='1'>
\x9	\x9				\x9<label class='form-check-label' for='y'>Sim</label>\xa		\x9\x9\x9\x9	\x9</div>\xa		\x9\x9\x9\x9		"; echo "<div class='form-check form-check-inline'>\xa\x9	\x9	\x9\x9	\x9<input class='form-check-input' type='radio' name='encv' id='y' value='0' checked>
	\x9		\x9\x9\x9\x9<label class='form-check-label' for='y'>N\xc3\243o</label>\xa	\x9		\x9\x9\x9\x9</div>\xa\x9	\x9\x9	\x9\x9	"; } echo "</div>"; echo "<div class='my-3'>"; echo "Mostrar no Site<br />"; if ($i["mostrar_no_site"] == "1") { echo "<div class='form-check form-check-inline'>
\x9\x9\x9	\x9\x9	\x9<input class='form-check-input' type='radio' name='ms' id='y' value='1' checked>\xa	\x9\x9\x9\x9\x9	\x9<label class='form-check-label' for='y'>Sim</label>\xa		\x9\x9\x9			</div>
\x9\x9		\x9	\x9\x9"; echo "<div class='form-check form-check-inline'>\xa	\x9	\x9		\x9	<input class='form-check-input' type='radio' name='ms' id='y' value='0'>
\x9\x9	\x9\x9\x9\x9	<label class='form-check-label' for='y'>N\303\xa3o</label>
\x9\x9\x9\x9\x9	\x9\x9</div>
\x9		\x9	\x9\x9\x9"; } else { echo "<div class='form-check form-check-inline'>\xa		\x9\x9\x9			<input class='form-check-input' type='radio' name='ms' id='y' value='1'>
\x9		\x9		\x9\x9<label class='form-check-label' for='y'>Sim</label>\xa		\x9\x9\x9\x9		</div>\xa\x9	\x9		\x9		"; echo "<div class='form-check form-check-inline'>\xa				\x9	\x9	<input class='form-check-input' type='radio' name='ms' id='y' value='0' checked>
\x9\x9	\x9				<label class='form-check-label' for='y'>N\303\xa3o</label>\xa\x9	\x9					</div>
			\x9			\x9"; } echo "</div>"; echo "</div>"; echo "<input type='hidden' name='id' value='{$i["id"]}'>"; echo "<span class='text-danger collapse'>Imagem do Mapa 1366x768 (Opcional)</span><br />"; echo "<input type='file' class='form-control collapse' name='imagem_mapa' value='{$site_logo}' accept='image/*'>"; echo "<span class='text-danger'>Imagem 350x350</span><br />"; echo "<input type='file' class='form-control mb-2' name='imagem' accept='image/*'>"; echo "<input type='text' name='nome' class='form-control' value='{$i["nome"]}' placeholder='Nome' required>"; echo "<input type='text' name='local' value='0' class='form-control collapse' placeholder='Endere\303\247o completo ou Local etc...' required>"; echo "<input type='text' name='localizacao' value='0' class='form-control collapse' placeholder='Localiza\303\xa7\xc3\xa3o use: Lat, Long'>"; echo "<div class='d-flex justify-content-start mb-2 collapse'>"; echo "<div class='input-group collapse'>"; echo "<div class='input-group-text'>Data</div>"; echo "<input type='hidden' name='data' value='0000-00-00' required>"; echo "</div>"; echo "<div class='input-group collapse'>"; echo "<div class='input-group-text'>Hora</div>"; echo "<input type='hidden' name='hora' value='11:11:11' required>"; echo "</div>"; echo "</div>"; echo "<input type='text' name='video' class='form-control collapse' value='0' placeholder='V\xc3\xaddeo URL Youtube'>"; echo "<input type='text' name='descricao' class='form-control collapse' value='GAS' placeholder=''>"; echo "<button name='editarEvento' class='btn btn-light my-3'>Editar</button>"; echo "</form>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade s{$i["id"]}'>"; echo "<div class='modal-dialog modal-lg'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header'><span class='text-uppercase'>{$i["nome"]}</span><button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<form method='post'>"; echo "<input type='hidden' name='id_evento' value='{$i["id"]}'>"; echo "<div class='row row-cols-2 mb-2'>"; echo "<div class='col'>"; echo "<select name='bloco' class='form-control'>"; echo "<option value='1'>1\302\xba Produto</option>"; echo "<option value='2'>2\xc2\272 Produto</option>"; echo "<option value='3'>3\xc2\xba Produto</option>"; echo "<option value='4'>4\xc2\xba Produto</option>"; echo "<option value='5'>5\302\xba Produto</option>"; echo "<option value='6'>6\xc2\xba Produto</option>"; echo "<option value='7'>7\xc2\272 Produto</option>"; echo "<option value='8'>8\xc2\272 Produto</option>"; echo "<option value='9'>9\302\xba Produto</option>"; echo "<option value='10'>10\xc2\xba Produto</option>"; echo "<option value='11'>11\xc2\xba Produto</option>"; echo "<option value='12'>12\302\272 Produto</option>"; echo "<option value='13'>13\xc2\xba Produto</option>"; echo "<option value='14'>14\xc2\xba Produto</option>"; echo "<option value='15'>15\xc2\xba Produto</option>"; echo "<option value='16'>16\302\272 Produto</option>"; echo "<option value='17'>17\xc2\xba Produto</option>"; echo "<option value='18'>18\302\xba Produto</option>"; echo "<option value='19'>19\302\272 Produto</option>"; echo "<option value='20'>20\xc2\xba Produto</option>"; echo "</select>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' class='form-control text-uppercase' placeholder='Nome do Produto' name='nome' required>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-3 mb-2'>"; echo "<div class='col'>"; echo "<input type='text' class='form-control text-uppercase' placeholder='Tipo de Produto' name='tipo_ingresso' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' class='form-control v_decimal' placeholder='Valor' name='valor' required>"; echo "</div>"; echo "<div class='col'>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-3'>"; echo "<div class='col'>"; echo "<div class='input-group'>"; echo "<div class='input-group-text'>Qtd.</div>"; echo "<input type='text' value='1' class='form-control numero' name='quantidade'>"; echo "</div>"; echo "</div>"; echo "<div class='col'>"; echo "<div class='input-group'>"; echo "<div class='input-group-text'>Cor</div>"; echo "<input type='text' value='#fff' class='form-control' name='bg_color' data-jscolor='{}'>"; echo "</div>"; echo "</div>"; echo "<div class='col'>"; echo "</div>"; echo "</div>"; echo "<button name='criarSetor' class='btn btn-light my-3'>Criar</button>"; echo "</form>"; echo "<div class='d-flex justify-content-between'>"; echo "<h5 class=''>PRODUTOS</h5>"; echo "<small>Q = Quantidade V = Vendas</small>"; echo "</div>"; $a = $pdo->query("SELECT DISTINCT bloco,nome,id_evento FROM setor WHERE id_evento = '{$i["id"]}'"); foreach ($a as $b) { echo "<div class='card mb-2'>"; echo "<div class='card-header'>{$b["bloco"]}\302\xba Produto &raquo; <b>{$b["nome"]}</b></div>"; echo "<div class='card-body'>"; $a1 = $pdo->query("SELECT * FROM setor WHERE id_evento = '{$i["id"]}' AND bloco = '{$b["bloco"]}'"); foreach ($a1 as $b1) { echo "<div class='b-item{$b1["id"]} justify-content-start mb-3'>"; echo "<div class='badge bg-secondary me-2'>ID {$b1["id"]}</div>"; echo "<span class='return-cupom{$b1["id"]}'></span>"; echo "</div>"; echo "<div class='collapse'>"; echo "<div class='my-3 b-item{$b1["id"]}'>"; echo "Esgotado <span class='return{$b1["id"]} text-success'></span><br />"; if ($b1["esgotado"] == "1") { echo "<div class='form-check form-check-inline'>\xa	\x9\x9\x9\x9		\x9	\x9	\x9\x9<input class='form-check-input esgotado-yes' type='radio' id='{$b1["id"]}' name='e{$b1["id"]}'  value='1' checked>\xa\x9\x9\x9\x9\x9	\x9		\x9\x9\x9	<label class='form-check-label' for='{$b1["id"]}'>Sim</label>\xa	\x9	\x9		\x9\x9\x9\x9\x9		</div>
	\x9	\x9\x9		\x9\x9\x9	\x9\x9"; echo "<div class='form-check form-check-inline'>
\x9			\x9\x9\x9	\x9\x9\x9\x9	<input class='form-check-input esgotado-no' type='radio' id='{$b1["id"]}' name='e{$b1["id"]}'  value='0'>\xa\x9\x9	\x9\x9\x9\x9\x9		\x9	\x9<label class='form-check-label' for='{$b1["id"]}'>N\303\xa3o</label>\xa\x9\x9\x9	\x9\x9\x9\x9\x9\x9\x9	\x9</div>\xa\x9\x9\x9		\x9\x9				\x9\x9"; } else { echo "<div class='form-check form-check-inline'>
	\x9\x9				\x9\x9	\x9		<input class='form-check-input esgotado-yes' type='radio' id='{$b1["id"]}' name='e{$b1["id"]}'  value='1'>\xa	\x9		\x9		\x9\x9\x9	\x9\x9<label class='form-check-label' for='{$b1["id"]}'>Sim</label>
\x9		\x9	\x9	\x9	\x9\x9\x9	</div>
			\x9		\x9		\x9\x9		"; echo "<div class='form-check form-check-inline'>\xa\x9					\x9	\x9			\x9<input class='form-check-input esgotado-no' type='radio' id='{$b1["id"]}' name='e{$b1["id"]}' value='0' checked>\xa	\x9\x9\x9	\x9		\x9		\x9\x9<label class='form-check-label' for='{$b1["id"]}'>N\303\243o</label>\xa\x9		\x9				\x9	\x9\x9\x9</div>
	\x9		\x9		\x9\x9	\x9		"; } echo "</div>"; echo "<div class='my-3 b-item{$b1["id"]}'>"; echo "Cortesia <span class='cortesia-return{$b1["id"]} text-success'></span><br />"; if ($b1["cortesia"] == "1") { echo "<div class='form-check form-check-inline'>
\x9\x9\x9\x9									<input class='form-check-input cortesia-yes' type='radio' id='{$b1["id"]}' name='cort{$b1["id"]}'  value='1' checked>
	\x9\x9\x9					\x9\x9\x9	<label class='form-check-label' for='{$b1["id"]}'>Sim</label>
	\x9\x9		\x9\x9\x9	\x9\x9	\x9</div>\xa\x9\x9	\x9				\x9\x9\x9		"; echo "<div class='form-check form-check-inline'>\xa	\x9\x9	\x9\x9\x9\x9\x9			\x9<input class='form-check-input cortesia-no' type='radio' id='{$b1["id"]}' name='cort{$b1["id"]}'  value='0'>
	\x9	\x9			\x9\x9			\x9<label class='form-check-label' for='{$b1["id"]}'>N\xc3\243o</label>
\x9	\x9\x9	\x9						\x9</div>
\x9\x9		\x9		\x9\x9\x9\x9	\x9"; } else { echo "<div class='form-check form-check-inline'>\xa	\x9\x9\x9\x9	\x9\x9	\x9\x9	\x9<input class='form-check-input cortesia-yes' type='radio' id='{$b1["id"]}' name='cort{$b1["id"]}'  value='1'>\xa\x9			\x9\x9\x9\x9					<label class='form-check-label' for='{$b1["id"]}'>Sim</label>\xa\x9				\x9\x9\x9\x9\x9		\x9</div>\xa									\x9		\x9"; echo "<div class='form-check form-check-inline'>\xa\x9	\x9		\x9				\x9\x9\x9<input class='form-check-input cortesia-no' type='radio' id='{$b1["id"]}' name='cort{$b1["id"]}' value='0' checked>\xa		\x9	\x9\x9\x9	\x9\x9	\x9\x9<label class='form-check-label' for='{$b1["id"]}'>N\303\243o</label>\xa	\x9				\x9		\x9\x9\x9\x9</div>
\x9				\x9\x9\x9\x9\x9\x9\x9\x9"; } echo "</div>"; echo "<div class='my-3 b-item{$b1["id"]}'>"; echo "Pausar Vendas <span class='pause-return{$b1["id"]} text-success'></span><br />"; if ($b1["pausar_vendas"] == "1") { echo "<div class='form-check form-check-inline'>
	\x9\x9\x9		\x9			\x9\x9	<input class='form-check-input pause-yes' type='radio' id='{$b1["id"]}' name='pv{$b1["id"]}'  value='1' checked>
		\x9\x9	\x9\x9\x9\x9\x9	\x9\x9<label class='form-check-label' for='{$b1["id"]}'>Sim</label>\xa	\x9		\x9		\x9	\x9\x9\x9\x9</div>
	\x9	\x9	\x9\x9	\x9			\x9"; echo "<div class='form-check form-check-inline'>\xa	\x9\x9	\x9		\x9		\x9\x9\x9<input class='form-check-input pause-no' type='radio' id='{$b1["id"]}' name='pv{$b1["id"]}'  value='0'>
	\x9\x9\x9	\x9\x9\x9		\x9\x9	<label class='form-check-label' for='{$b1["id"]}'>N\303\xa3o</label>
		\x9\x9							\x9\x9</div>\xa\x9\x9					\x9			\x9\x9"; } else { echo "<div class='form-check form-check-inline'>\xa	\x9	\x9	\x9\x9			\x9\x9\x9<input class='form-check-input pause-yes' type='radio' id='{$b1["id"]}' name='pv{$b1["id"]}'  value='1'>\xa\x9\x9\x9		\x9\x9\x9\x9			\x9<label class='form-check-label' for='{$b1["id"]}'>Sim</label>
\x9	\x9\x9	\x9\x9\x9\x9	\x9\x9	</div>\xa		\x9			\x9\x9\x9	\x9	\x9"; echo "<div class='form-check form-check-inline'>\xa\x9\x9\x9		\x9	\x9				\x9<input class='form-check-input pause-no' type='radio' id='{$b1["id"]}' name='pv{$b1["id"]}' value='0' checked>
\x9		\x9\x9\x9\x9	\x9\x9\x9		<label class='form-check-label' for='{$b1["id"]}'>N\303\xa3o</label>
\x9\x9	\x9\x9\x9				\x9\x9	</div>\xa\x9\x9	\x9	\x9\x9		\x9\x9\x9\x9"; } echo "</div>"; echo "<div class='my-3 b-item{$b1["id"]}'>"; echo "Mostrar no Site <span class='ms-return{$b1["id"]} text-success'></span><br />"; if ($i["mostrar_no_site"] == "1") { echo "<div class='form-check form-check-inline'>
							\x9				\x9<input class='form-check-input ms-yes' type='radio' name='ms{$b1["id"]}' id='{$b1["id"]}' value='1' checked>
\x9\x9			\x9\x9\x9				\x9<label class='form-check-label' for='{$b1["id"]}'>Sim</label>
\x9	\x9			\x9		\x9	\x9	</div>
\x9\x9\x9\x9\x9	\x9	\x9\x9\x9\x9	"; echo "<div class='form-check form-check-inline'>
\x9\x9	\x9\x9\x9					\x9\x9<input class='form-check-input ms-no' type='radio' name='ms{$b1["id"]}' id='{$b1["id"]}' value='0'>
\x9\x9\x9		\x9				\x9		<label class='form-check-label' for='{$b1["id"]}'>N\303\243o</label>
\x9	\x9					\x9\x9	\x9	</div>\xa\x9\x9	\x9	\x9\x9\x9\x9\x9			"; } else { echo "<div class='form-check form-check-inline'>\xa				\x9\x9		\x9\x9		\x9<input class='form-check-input ms-yes' type='radio' name='ms{$b1["id"]}' id='{$b1["id"]}' value='1'>
	\x9		\x9		\x9				\x9<label class='form-check-label' for='{$b1["id"]}'>Sim</label>\xa	\x9\x9\x9\x9\x9\x9			\x9\x9	</div>
	\x9			\x9			\x9\x9\x9	"; echo "<div class='form-check form-check-inline'>\xa\x9						\x9\x9\x9	\x9	<input class='form-check-input ms-no' type='radio' name='ms{$b1["id"]}' id='{$b1["id"]}' value='0' checked>
\x9\x9	\x9\x9	\x9\x9\x9	\x9\x9\x9<label class='form-check-label' for='{$b1["id"]}'>N\303\243o</label>\xa\x9\x9\x9\x9\x9\x9	\x9			\x9\x9</div>\xa		\x9\x9\x9\x9	\x9		\x9\x9\x9"; } echo "</div>"; echo "</div>"; echo "<div class='row mb-2 pb-2 border-bottom b-item{$b1["id"]}'>"; echo "<div class='col-md-2'>"; echo "\xa	\x9\x9		\x9\x9		\x9\x9	<a href='javascript:void()' data-bs-tooltip data-bs-title='Deletar' data-bs-toggle='collapse' data-bs-target='.dm{$b1["id"]}'><i class='fa fa-trash-alt me-3'></i> &raquo;</a>
	\x9	\x9\x9	\x9\x9	\x9\x9	<a href='javascript:void()' class='collapse dm{$b1["id"]} b-item-click' id='{$b1["id"]}'>Confirmar</a>
\x9\x9		\x9\x9						 "; echo "</div>"; echo "<div class='col-md-5'>"; echo "<div class='input-group mb-2'>"; echo "<input type='text' class='form-control text-uppercase tipo_ingresso{$b1["id"]}' value='{$b1["tipo_ingresso"]}' required>"; echo "<button class='btn btn-light btn-i' id='{$b1["id"]}'><i class='fa-solid fa-check-double'></i></button>"; echo "</div>"; echo "<div class='input-group mb-2'>"; echo "<div class='input-group-text'>Valor</div>"; echo "<input type='text' class='form-control text-uppercase v_decimal v{$b1["id"]}' value='{$b1["valor"]}' required>"; echo "<button class='btn btn-light btn-val' id='{$b1["id"]}'><i class='fa-solid fa-check-double'></i></button>"; echo "</div>"; echo "<div class='input-group mb-2'>"; echo "<div class='input-group-text'>Cor</div>"; echo "<input type='text' value='{$b1["bg_color"]}' class='form-control bgc{$b1["id"]}' data-jscolor='{}'>"; echo "<button class='btn btn-light btn-bgcolor' id='{$b1["id"]}'><i class='fa-solid fa-check-double'></i></button>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-3'>"; echo "<div class='input-group mb-2'>"; echo "<div class='input-group-text'>Q</div>"; echo "<input type='number' min='1' class='form-control qtd{$b1["id"]}' value='{$b1["quantidade"]}' required>"; echo "<button class='btn btn-light btn-qtd' id='{$b1["id"]}'><i class='fa-solid fa-check-double'></i></button>"; echo "</div>"; echo "<div class='input-group mb-2'>"; echo "<div class='input-group-text'>Taxa</div>"; echo "<input type='text' class='form-control text-uppercase v_decimal taxa{$b1["id"]}' value='{$b1["taxa"]}' required>"; echo "<button class='btn btn-light btn-taxa' id='{$b1["id"]}'><i class='fa-solid fa-check-double'></i></button>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-2'>"; $q = $pdo->query("SELECT SUM(quantity) as vnd FROM carrinho WHERE id_evento = '{$i["id"]}' AND id_setor = '{$b1["id"]}' AND status = 'approved'"); $y = $q->fetch(); echo "V.{$y["vnd"]}"; echo "</div>"; echo "</div>"; } echo "</div>"; echo "</div>"; } echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade mapa{$i["id"]}'>"; echo "<div class='modal-dialog'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header'>{$i["nome"]}<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<div class='my-3'>Editar condi\xc3\247\303\xb5es especiais nos assentos</div>"; echo "<table class='table table-hover' style='font-size:12px;'>\xa		\x9\x9	<thead>
	\x9	\x9\x9<tr>\xa\x9\x9\x9		<th scope='col'>LUGAR</th>\xa\x9\x9\x9		<th scope='col'>CONDI\xc3\207\303\203O</th>
\x9\x9\x9\x9\x9</tr>\xa\x9\x9\x9\x9\x9</thead>
	\x9			<tbody>\xa\x9	\x9\x9	"; $x = $pdo->query("SELECT * FROM mapas WHERE id_evento = '{$i["id"]}'"); foreach ($x as $i) { echo "<tr>"; echo "<td class='bg-info'>{$i["letra"]}{$i["numero"]}</td>"; echo "<td>"; if ($i["descricao"] == '') { echo "<div class='form-check form-check-inline'>\xa	\x9	\x9	\x9	\x9	<input class='form-check-input chk1 chk1{$i["id"]}' type='checkbox' id='{$i["id"]}' checked>
	\x9\x9	\x9\x9\x9		<label class='form-check-label'>Normal</label>
\x9\x9\x9		\x9	\x9\x9</div>\xa		\x9		\x9	\x9	"; } else { echo "<div class='form-check form-check-inline'>\xa\x9						\x9\x9<input class='form-check-input chk1 chk1{$i["id"]}' type='checkbox' id='{$i["id"]}'>
	\x9\x9			\x9\x9\x9<label class='form-check-label'>Normal</label>\xa	\x9		\x9	\x9	\x9</div>\xa	\x9\x9\x9\x9				"; } if ($i["descricao"] == "CADEIRANTE") { echo "<div class='form-check form-check-inline'>
\x9\x9\x9\x9			\x9	<input class='form-check-input chk2 chk2{$i["id"]}' type='checkbox' id='{$i["id"]}' checked>
		\x9		\x9\x9\x9	<label class='form-check-label'>Cadeirante</label>
\x9\x9			\x9\x9		</div>\xa		\x9			\x9\x9	"; } else { echo "<div class='form-check form-check-inline'>\xa	\x9\x9	\x9	\x9\x9\x9<input class='form-check-input chk2 chk2{$i["id"]}' type='checkbox' id='{$i["id"]}'>\xa	\x9	\x9\x9	\x9		<label class='form-check-label'>Cadeirante</label>
\x9\x9	\x9	\x9\x9	\x9</div>\xa\x9\x9\x9\x9\x9	\x9		"; } if ($i["descricao"] == "AC") { echo "<div class='form-check form-check-inline'>\xa\x9	\x9	\x9				<input class='form-check-input chk3 chk3{$i["id"]}' type='checkbox' id='{$i["id"]}' data-bs-tooltip data-bs-title='Acompanhante do Cadeirante' checked>\xa\x9	\x9		\x9\x9	\x9<label class='form-check-label'>AC</label>
		\x9\x9\x9\x9	\x9	</div>
		\x9	\x9\x9\x9\x9	"; } else { echo "<div class='form-check form-check-inline'>\xa		\x9\x9\x9\x9\x9\x9	<input class='form-check-input chk3 chk3{$i["id"]}' type='checkbox' id='{$i["id"]}' data-bs-tooltip data-bs-title='Acompanhante do Cadeirante'>
\x9\x9\x9						<label class='form-check-label'>AC</label>\xa			\x9	\x9\x9	\x9</div>
\x9\x9\x9			\x9	\x9"; } if ($i["descricao"] == "OBESO") { echo "<div class='form-check form-check-inline'>
		\x9	\x9			\x9<input class='form-check-input chk4 chk4{$i["id"]}' type='checkbox' id='{$i["id"]}' checked>
\x9	\x9\x9			\x9	<label class='form-check-label'>Obeso</label>
\x9	\x9\x9	\x9\x9	\x9</div>
\x9\x9		\x9		\x9\x9"; } else { echo "<div class='form-check form-check-inline'>
\x9		\x9\x9\x9		\x9<input class='form-check-input chk4 chk4{$i["id"]}' type='checkbox' id='{$i["id"]}'>
			\x9\x9\x9	\x9\x9<label class='form-check-label'>Obeso</label>\xa	\x9	\x9		\x9	\x9</div>\xa		\x9	\x9\x9\x9	\x9"; } echo "</td>"; echo "</tr>"; } echo "</tbody>
		\x9	\x9	</table>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; } } goto QiwvG; o5W5U: if (isset($_GET["a_detalhes"])) { $a = $pdo->query("SELECT * FROM evento WHERE id = '{$_GET["id"]}'"); $e = $a->fetch(); echo "<div class='d-flex justify-content-between my-4'>"; echo "<h5 class=''>Detalhes <span class='sub-cor'>{$e["nome"]}</span>
	\x9<div class='underbar'></div>
\x9\x9</h5>"; echo "<a href='javascript:void()' data-bs-toggle='collapse' data-bs-target='.excel' class='btn btn-light'>Criar Excel</a>"; if (file_exists("convenio_detalhes.csv")) { echo "<a href='convenio_detalhes.csv' target='_blank' data-bs-tooltip data-bs-title='Clique com o bot\303\243o direito do MOUSE use o Salvar Link Como' class='btn btn-light'>Baixar Excel</a>"; } else { } echo "</div>"; echo "\xa	<form method='post' class='my-3 row row-cols-1 row-cols-md-2 excel collapse'>

\x9\x9<input type='hidden' name='id_evento' value='{$_GET["id"]}'>
\xa\x9	<div class='col'>\xa		\x9<div class='input-group'>\xa	\x9	<div class='input-group-text'>D\303\252</div>
\x9	\x9<input type='date' class='form-control' name='d_inicial'>
	\x9	</div>
		</div>
\xa\x9	<div class='col'>
\x9		<div class='input-group'>
	\x9	<div class='input-group-text'>At\303\251</div>
\x9		<input type='date' class='form-control' name='d_final'>
\x9\x9\x9<button name='a_makeExcel' class='btn btn-primary input-group-prepend'>Criar</button>
		\x9</div>
\x9	</div>
\x9\x9\xa\x9\x9"; echo "\xa	</form>"; echo "<h5>TODOS</h5>"; echo "<div class='table-responsive'>"; echo "<table class='table' style='text-align:left;' data-page-length='100'>
\x9	   <thead>\xa\x9\x9    <tr>
\x9\x9      <th scope='col'>NOME</th>\xa	\x9      <th scope='col'>CPF</th>
	\x9      <th scope='col'>PRODUTO</th>\xa\x9	      <th scope='col'>VALOR</th>"; echo "<th scope='col'>QTD.</th>"; echo "\xa	\x9      <th scope='col'>DATA</th>
\x9\x9    </tr>\xa\x9	  </thead>
\x9\x9  <tbody>\xa\x9	  "; $c = $pdo->query("SELECT * FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND status = 'approved' AND cortesia = '0' ORDER BY id DESC"); foreach ($c as $d) { $c0 = $pdo->query("SELECT * FROM setor WHERE id = '{$d["id_setor"]}'"); $d0 = $c0->fetch(); $c1 = $pdo->query("SELECT * FROM clientes WHERE id = '{$d["id_cli"]}'"); $d1 = $c1->fetch(); $c2 = $pdo->query("SELECT * FROM vouchers WHERE id_cart = '{$d["id"]}' AND scan = '1'"); $n_vouchers = $c2->rowCount(); $d2 = $c2->fetch(); $c3 = $pdo->query("SELECT * FROM produtor WHERE id = '{$d["id_produtor"]}'"); $d3 = $c3->fetch(); $q = $pdo->query("SELECT SUM(quantity) as vnd FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND id_setor = '{$d["id_setor"]}' AND status = 'approved'"); $y = $q->fetch(); echo "<tr>"; echo "<td>"; echo "{$d1["nome"]}<br />"; echo "<small>{$d1["email"]}</small>"; echo "</td>"; echo "<td>"; echo "{$d1["cpf"]}<br />"; echo "</td>"; echo "<td>"; echo "{$d0["nome"]} - "; $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$d["id_mapa"]}'"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$d["id_mapa"]}'"); $b3 = $a3->fetch(); echo "<span class='badge bg-info p-2 me-2'>{$b3["letra"]}{$b3["numero"]} {$b3["descricao"]}</span>"; } echo "{$d0["tipo_ingresso"]}"; echo "</td>"; echo "<td>"; echo number_format($d0["valor"], 2, ",", "."); echo "</td>"; echo "<td>"; echo "<span class='me-3'>{$d["quantity"]}</span>"; if ($d["voucher_criado"] == "0") { echo "<i class='fa fa-warning text-warning' data-bs-tooltip data-bs-title='Aguardando a cria\303\xa7\xc3\243o do voucher'></i>"; } else { if ($d["voucher_criado"] == $n_vouchers) { echo "<i class='fa-solid fa-bolt' data-bs-tooltip data-bs-title='Scaneado'></i>"; } } if ($d["voucher_criado"] != "0") { echo "<a href='javascript:void();' data-bs-toggle='modal' data-bs-target='.listar_voucher{$d["id"]}'><i class='fa-solid fa-qrcode'></i></a>"; } echo "</td>"; echo "<td>"; echo date("d/m/Y", strtotime($d["data"])); echo " " . $d["hora"]; echo "</td>"; echo "</tr>"; echo "<div class='modal fade listar_voucher{$d["id"]}'>"; echo "<div class='modal-dialog' 
		\x9	style='\xa		\x9\x9 border-right:32px solid;
				 border-left:32px solid;
\x9		\x9 border-image: url(../images/ticket_border.png) 30 round;
\x9	\x9\x9'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'>Voucher<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; $q = $pdo->query("SELECT * FROM vouchers WHERE id_cart = '{$d["id"]}'"); foreach ($q as $i) { echo "<div class='mb-5 pb-3 row row-cols-2 row-cols-md-2' style='border-bottom:dotted;'>"; echo "<div class='col'>"; echo "<img src='data:image/png;base64,{$i["qr_code"]}' class='img' alt='' /><br />"; echo "{$i["codebar_number"]}"; echo "</div>"; echo "<div class='col'>"; if ($i["scan"] == "1") { echo "<div class='text-success x fa fa-beat'><i class='fa-regular fa-circle-check'></i> SCANEADO</div>"; } else { echo "<a href='javascript:void()' class='btn btn-light btn-checkin ckin{$i["id"]}' id='{$i["id"]}'>CHECKIN</a>"; } echo "</div>"; echo "</div>"; } echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; } echo "
		  <tbody>\xa\x9\x9 </table>"; echo "</div>"; $q = $pdo->query("SELECT SUM(quantity) as vt FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND status = 'approved' AND cortesia = '0'"); $y = $q->fetch(); $q0 = $pdo->query("SELECT SUM(quantity) as vcort FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND status = 'approved' AND cortesia = '1'"); $y0 = $q0->fetch(); $q1 = $pdo->query("SELECT SUM(unit_price*quantity) as vnd FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND status = 'approved'"); $y1 = $q1->fetch(); $q2 = $pdo->query("SELECT * FROM vouchers WHERE id_evento = '{$_GET["id"]}' AND scan = '1'"); $y2 = $q2->fetch(); $ncheck = $q2->rowCount(); echo "<div class='card p-3 my-3'>"; echo "<h5>TOTAL</h5>"; echo "<div class='d-flex justify-content-between'><span>VENDAS {$y["vt"]}</span> <span>CheckIN {$ncheck}</span></div>"; echo "<div class='border-bottom pb-3 mb-3'>VALOR <span class='cifrao'>R$</span>" . number_format($y1["vnd"], 2, ",", ".") . "</div>"; echo "</div>"; } goto LhTXH; rxZNR: if (isset($_GET["clientes"])) { $c = $pdo->query("SELECT * FROM clientes ORDER BY id DESC"); $n = $c->rowCount(); echo "<div class='d-flex justify-content-between'>"; echo "<h5 class='my-3'>CLIENTES {$n}</h5>"; echo "<div class='my-3'><a href='javascript:void()' data-bs-toggle='modal' data-bs-target='.rc' data-bs-tooltip data-bs-title='Relat\xc3\263rio de Cidades'>RC</a></div>"; echo "<div class='my-3'><a href='?exTel' target='_blank'>Exportar Telefones</a></div>"; $nomeArquivo = "clientes_contatos.csv"; if (file_exists($nomeArquivo) && is_file($nomeArquivo)) { echo "<div class='my-3'><a href='clientes_contatos.csv' data-bs-tooltip data-bs-title='Clique com o bot\303\xa3o direito do MOUSE use o Salvar Link Como'  target='_blank'>Baixar Exportados .csv</a></div>"; } $arc = "clientes_deletados.csv"; if (file_exists($arc) && is_file($arc)) { echo "<div class='my-3'><a href='clientes_deletados.csv' data-bs-tooltip data-bs-title='Clique com o bot\xc3\243o direito do MOUSE use o Salvar Link Como'  target='_blank'>Clientes Deletados</a></div>"; } echo "</div>"; echo "<div class='modal fade rc'>"; echo "<div class='modal-dialog modal-fullscreen'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header'>RELAT\xc3\223RIO DE CLIENTES POR CIDADES<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; $a = $pdo->query("SELECT DISTINCT cidade FROM clientes WHERE cidade != '0' AND cidade != '' "); $total_cidade = $a->rowCount(); echo "<div class=''>Total de Cidades {$total_cidade}</div>"; $n = 0; echo "<div class='table-responsive'>"; echo "<table class='data-table display compact' style='text-align:left;' data-page-length='100'>
\x9\x9	\x9\x9\x9   <thead>
	\x9	\x9\x9	    <tr>\xa		\x9\x9		    \x9<th scope='col'>#</th>
\x9\x9\x9	\x9	      \x9<th scope='col'>CIDADE</th>	\xa\x9\x9	\x9\x9	      \x9<th scope='col'>QTD.CLIENTES</th>
			\x9	\x9    </tr>
\x9					  </thead>\xa	\x9\x9		\x9  <tbody>\xa\x9\x9\x9			  "; foreach ($a as $i) { $n++; $x = $pdo->query("SELECT * FROM clientes WHERE cidade = '{$i["cidade"]}'"); $n_cidade = $x->rowCount(); $q = $pdo->query("SELECT DISTINCT estado FROM clientes WHERE cidade = '{$i["cidade"]}'"); $y = $q->fetch(); echo "<tr>"; echo "<td>{$n}</td>"; echo "<td>{$i["cidade"]}, {$y["estado"]}</td>"; echo "<td>{$n_cidade}</td>"; echo "</tr>"; } echo "
\x9	\x9  <tbody>
\x9\x9	 </table>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='table-responsive'>"; echo "<table class='data-table display compact' style='text-align:left;' data-page-length='100'>\xa	\x9\x9   <thead>\xa\x9\x9\x9    <tr>
			      <th scope='col'>#</th>\xa\x9\x9	      <th scope='col'>ID</th>\x9\xa\x9\x9	      <th scope='col'>NOME</th>
\x9	\x9      <th scope='col'>EMAIL</th>\xa\x9	\x9      <th scope='col'>SENHA</th>\xa			      <th scope='col'>CONTATO</th>
		\x9      <th scope='col'>CPF</th>\xa			      <th scope='col'>CADASTRO</th>\xa\x9	\x9    </tr>\xa\x9	\x9  </thead>\xa			  <tbody>
\x9\x9	  "; foreach ($c as $d) { echo "<tr class='tr{$d["id"]}'>"; echo "<td>"; echo "<a href='javascript:void();' data-bs-toggle='collapse' data-bs-target='.dc{$d["id"]}'><i class='fa fa-trash-alt'></i></a>"; echo "<a href='#' class='collapse fade dc{$d["id"]} dc' id='{$d["id"]}'>Confirmar</a>"; echo "</td>"; echo "<td>"; echo "{$d["id"]}"; echo "</td>"; echo "<td>"; echo "{$d["nome"]}"; echo "</td>"; echo "<td>"; echo "{$d["email"]}"; echo "</td>"; echo "<td>"; echo "{$d["senha"]}"; echo "</td>"; echo "<td>"; echo "{$d["contato"]}"; echo "</td>"; echo "<td>"; echo "{$d["cpf"]}"; echo "</td>"; echo "<td>"; echo "{$d["data"]}"; echo "</td>"; echo "</tr>"; } echo "\xa\x9\x9	  <tbody>
		\x9 </table>"; echo "</div>"; } goto Hu0Fs; MOCxA: if (isset($_GET["pag"])) { $q = $pdo->query("SELECT * FROM paginas WHERE id = '{$_GET["id"]}'"); $y = $q->fetch(); echo "<h1 class='mt-5'>{$y["titulo"]}\xa	<div class='underbar'></div>\xa	</h1>"; echo "<div class='my-3'>{$y["descricao"]}</div>"; } goto iH5BQ; GHEBw: if (isset($_GET["produtor"])) { echo "<h5 class='my-3'>OPERADOR <a href='#' class='btn btn-light' data-bs-toggle='collapse' data-bs-target='.cx'>Cadastrar</a></h5>"; echo "<form method='post' enctype='multipart/form-data' class='collapse cx'>"; echo "<div class='row row-cols-2 row-cols-md-2'>"; echo "<div class='col'>"; echo "<input type='text' name='nome' class='form-control mb-2' placeholder='Nome' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='email' name='email' class='form-control mb-2' placeholder='E-Mail'>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='login' class='form-control mb-2' placeholder='Login' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='senha' class='form-control mb-3' placeholder='Senha' required>"; echo "</div>"; echo "</div>"; echo "<button name='criarProdutor' class='btn btn-light'>Criar</button>"; echo "</form>"; $q = $pdo->query("SELECT * FROM produtor"); foreach ($q as $i) { $id_produtor = $i["id"]; $rv = $i["rv"]; $rvl = $i["rvl"]; $bar = $i["bar"]; echo "<div class='row row-cols-1 row-cols-md-6 border-bottom m-0 p-0 py-2'>"; echo "<div class='col-md-1'>"; echo "<a href='javascript:void()' data-bs-tooltip data-bs-toggle='modal' data-bs-title='Deletar' data-bs-target='.dpro{$i["id"]}'><i class='fa fa-trash-alt'></i></a>"; echo "</div>"; echo "<div class='col text-uppercase'>"; if ($i[status] == "1") { echo "<a href='javascript:void()' class='limitado-prod' id='{$i["id"]}'>\xa		\x9	<i class='bi bi-patch-check-fill text-success me-2' data-bs-tooltip data-bs-title='Operador VIP. Este operador pode cadastrar produtos'></i></a>"; } else { echo "<a href='javascript:void()' class='vip-prod' id='{$i["id"]}'>\xa		\x9	<i class='bi bi-patch-check text-muted me-2' data-bs-tooltip data-bs-title='Operador Limitado. Tornar VIP?'></i></a>"; } echo "{$i["nome"]}"; echo "</div>"; echo "<div class='col'>"; echo "{$i["email"]}"; echo "</div>"; echo "<div class='col'>"; echo "{$i["login"]}"; echo "</div>"; echo "<div class='col'>"; echo "{$i["senha"]}"; echo "</div>"; echo "<div class='col d-flex justify-content-between'>"; echo "<a href='javascript:void()' data-bs-toggle='modal' data-bs-target='.ae{$i["id"]}'>ASSOCIAR PRODUTO</a>"; echo "<a href='javascript:void()' data-bs-toggle='modal' data-bs-target='.pconf{$i["id"]}'><i class='fa fa-cog'></i></a>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade dpro{$i["id"]}'>"; echo "<div class='modal-dialog modal-dialog-centered'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header'>{$i["nome"]}<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body text-center'>"; echo "<h5 class='my-3'><i class='fa-solid fa-triangle-exclamation fa-beat fa-2xl'></i></h5>"; echo "<h5>ATEN\303\207\303\203O</h5>"; echo "<div>Ao deletar este produtor todos os &raquo; <br /> <br />
\x9\x9\x9\x9		<span class='text-danger'>\xa		\x9\x9\x9\x9EVENTOS atrelados a ele <br /> \xa\x9\x9\x9\x9		PRODUTOS DO BAR atrelados a ele <br />\xa\x9\x9\x9			VOUCHERS DO BAR atrelados a ele <br />\xa	\x9\x9	\x9\x9</span>\xa	\x9\x9	\x9	ser\xc3\243o exclu\xc3\255dos juntos. Quer mesmo prosseguir?</div>"; echo "<a href='?dpro&id={$i["id"]}' class='btn btn-light my-3'>SIM DELETAR</a>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade pconf{$i["id"]}'>"; echo "<div class='modal-dialog modal-lg'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'>{$i["nome"]} &raquo; CONFIGURA\xc3\207\303\225ES<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<div>"; if ($rv == "1") { echo "<div class='form-check me-2'>"; echo "<input type='checkbox' id='{$i["id"]}' class='rv-check form-check-input' checked>"; echo "Relat\xc3\263rio de Vendas"; echo "</div>"; } else { echo "<div class='form-check me-2'>"; echo "<input type='checkbox' id='{$i["id"]}' class='rv-check form-check-input'>"; echo "Relat\xc3\263rio de Vendas"; echo "</div>"; } if ($rvl == "1") { echo "<div class='form-check me-2'>"; echo "<input type='checkbox' id='{$i["id"]}' class='rvl-check form-check-input' checked>"; echo "Relat\303\xb3rio de Vendas por Localidade"; echo "</div>"; } else { echo "<div class='form-check me-2'>"; echo "<input type='checkbox' id='{$i["id"]}' class='rvl-check form-check-input'>"; echo "Relat\xc3\xb3rio de Vendas por Localidade"; echo "</div>"; } if ($bar == "1") { echo "<div class='form-check me-2'>"; echo "<input type='checkbox' id='{$i["id"]}' class='bar-check form-check-input' checked>"; echo "Bar do evento"; echo "</div>"; } else { echo "<div class='form-check me-2'>"; echo "<input type='checkbox' id='{$i["id"]}' class='bar-check form-check-input'>"; echo "Bar do evento"; echo "</div>"; } echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade ae{$i["id"]}'>"; echo "<div class='modal-dialog modal-lg'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'>{$i["nome"]}<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<h5 class='my-3'>PRODUTOS</h5>"; $q = $pdo->query("SELECT * FROM evento"); foreach ($q as $i) { echo "<div class='row row-cols-1 row-cols-md-3 border-bottom m-0 p-0 py-2'>"; echo "<div class='col-md-1'>"; $c0 = $pdo->query("SELECT * FROM produtor_evento WHERE id_produtor = '{$id_produtor}' AND id_evento = '{$i["id"]}'"); if ($c0->fetchColumn() > 0) { echo "<div class='form-check'>"; echo "<input type='checkbox' id='{$i["id"]},{$id_produtor}' class='c-check form-check-input' checked>"; echo "</div>"; } else { echo "<div class='form-check'>"; echo "<input type='checkbox' id='{$i["id"]},{$id_produtor}' class='c-check form-check-input'>"; echo "</div>"; } echo "</div>"; echo "<div class='col-md-1'>"; echo "<img src='../images/eventos/{$i["imagem"]}' class='rounded' style='width:32px;height:32px;' alt='' />"; echo "</div>"; echo "<div class='col-md-10'>"; echo "{$i["nome"]}"; echo "</div>"; echo "</div>"; } echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; } } goto athji; qaNGM: if (isset($_GET["failure"])) { echo "<div class='alert alert-danger text-center my-3'>\xa\x9<i class='fa-sharp fa-solid fa-circle-xmark fa-beat-fade fa-2xl'></i><br /><br />
\x9Pagamento Falhou!</div>"; } goto CZ_J7; jWvft: if (isset($_GET["rl"])) { $pdo->query("UPDATE api_geoLocation SET valor = (valor+1)"); $c0 = $pdo->query("SELECT * FROM evento WHERE id = '{$_GET["e"]}'"); $d0 = $c0->fetch(); echo "<h5 class='my-4'>Relat\303\263rio por Localiza\xc3\xa7\xc3\xa3o Exata <span class='sub-cor'>{$d0["nome"]}</span>
	<div class='underbar'></div>
\x9</h5>"; echo "<div class='table-responsive'>"; echo "<table class='data-table display compact' style='text-align:left;' data-page-length='300'>\xa\x9   <thead>\xa\x9    <tr>\xa	      <th scope='col'>ENDERE\xc3\x87O</th>
\x9      <th scope='col'>BAIRRO</th>
	      <th scope='col'>CIDADE</th>\xa\x9      <th scope='col'>CIDADE DETALHADA</th>
\x9      <th scope='col'>QTD.COMPRAS</th>\xa\x9    </tr>
	  </thead>
	  <tbody>\xa	  "; $c = $pdo->query("SELECT * FROM carrinho WHERE 
\x9	latitude != '0' AND
\x9\x9local = '0' AND 
\x9\x9id_evento = '{$_GET["e"]}' AND \xa	\x9status = 'approved' AND cortesia = '0'"); if ($c->rowCount() > 0) { foreach ($c as $d) { $curl = curl_init(); curl_setopt_array($curl, array(CURLOPT_URL => "https://eu1.locationiq.com/v1/reverse?key=pk.0bb6150f031d0a084751048dfa7293b8&lat=" . $d[latitude] . "&lon=" . $d[longitude] . "&format=json", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "GET")); $response = curl_exec($curl); $j = json_decode($response); $endereco = $j->address->road; $bairro = $j->address->suburb; $cidade = $j->address->city; $city_detail = $j->address->municipality; $q = "UPDATE carrinho SET local = '{$endereco},{$bairro},{$cidade},{$city_detail}' WHERE id = '{$d["id"]}'"; $pdo->query($q); echo "<tr>"; echo "<td>"; echo $j->address->road; echo "</td>"; echo "<td>"; echo $j->address->suburb; echo "</td>"; echo "<td>"; echo $j->address->city; echo "</td>"; echo "<td>"; echo $j->address->municipality; echo "</td>"; echo "<td>"; echo $d["quantity"]; echo "</td>"; echo "</tr>"; echo "<script>window.location.href='?rl&e={$_GET["e"]}'</script>"; } } else { $c = $pdo->query("SELECT * FROM carrinho WHERE local != '0' AND id_evento = '{$_GET["e"]}' AND status = 'approved' AND cortesia = '0'"); foreach ($c as $d) { $e = explode(",", $d["local"]); echo "<tr>"; echo "<td>"; echo $e[0]; echo "</td>"; echo "<td>"; echo $e[1]; echo "</td>"; echo "<td>"; echo $e[2]; echo "</td>"; echo "<td>"; echo $e[3]; echo "</td>"; echo "<td>"; echo $d["quantity"]; echo "</td>"; echo "</tr>"; } } echo "
	  <tbody>
	 </table>"; echo "</div>"; } goto gtaus; QvZuF: if (isset($_POST["criarProduto"])) { $hash = md5(rand(0, 999999)); $nome = addslashes($_POST["nome"]); $mensagem = addslashes($_POST["mensagem"]); $pdo->query("INSERT INTO bar (id_evento,id_produtor,nome,valor,quantidade,mensagem,hash) \xa		VALUES \xa\x9\x9(\xa\x9	\x9'{$_POST["id_evento"]}',\xa\x9	\x9'{$id_produtor}',\xa			'{$nome}',\xa\x9\x9	'{$_POST["valor"]}',\xa\x9\x9	'{$_POST["quantidade"]}',\xa\x9\x9\x9'{$mensagem}',
			'{$hash}'\xa\x9	)"); echo "<script>"; echo "\xa\x9Swal.fire({\xa\x9  title: 'SUCCESS',
	  html: 'Produto cadastrado no evento',\xa\x9  icon: 'success',
\x9  confirmButtonText: 'Entendido'
\x9}).then((result) => {
\x9  
\x9  if (result.isConfirmed) {
\x9    window.location.href='?bar&e={$_POST["id_evento"]}'\xa\x9  } 
	})\xa\x9"; echo "</script>"; } goto sCHFU; Q_Coq: if (isset($_GET["dcupom"])) { $pdo->query("DELETE FROM cupons WHERE id = '{$_GET["id"]}'"); echo "<script>window.location.href='?a_cupons'</script>"; } goto Vk2uA; XE6ls: if (isset($_GET["pending"])) { echo "<div class='alert alert-warning text-center my-3'>
	<i class='fa fa-triangle-exclamation fa-2xl'></i><br /><br />
\x9Pagamento pendente!</div>"; } goto qaNGM; Vk2uA: if (isset($_GET["exTel"])) { unlink("clientes_contatos.csv"); $x = fopen("clientes_contatos.csv", "a+"); $c = $pdo->query("SELECT * FROM clientes ORDER BY id DESC"); foreach ($c as $d) { fwrite($x, '' . $d[contato] . ";
"); } fclose($x); echo "<script>window.location.href='?clientes'</script>"; } goto Nl9uc; athji: if (isset($_GET["a_clonar"])) { $hash = md5(rand(0, 999999)); $c = $pdo->query("SELECT * FROM evento WHERE id = '{$_GET["id"]}'"); $d = $c->fetch(); if (isset($_SESSION["id_prod"])) { $id_produtor = $_SESSION["id_prod"]; } else { $id_produtor = 0; } $q = "INSERT INTO evento (nome,imagem,local,data,video,descricao,hash,id_produtor) 
\x9VALUES 
		(
			'{$d["nome"]}',\xa\x9\x9	'{$d["imagem"]}',
\x9		'{$d["local"]}',
\x9	\x9'{$d["data"]}',
		\x9'{$d["video"]}',\xa\x9\x9\x9'{$d["descricao"]}',\xa\x9	\x9'{$hash}',\xa\x9\x9\x9'{$id_produtor}'\xa
\x9	)"; $pdo->query($q); $a = $pdo->query("SELECT * FROM evento WHERE hash = '{$hash}'"); $b = $a->fetch(); $c1 = $pdo->query("SELECT * FROM setor WHERE id_evento = '{$_GET["id"]}'"); foreach ($c1 as $d1) { $q1 = "INSERT INTO setor (id_evento,bloco,nome,tipo_ingresso,valor,taxa,quantidade) \xa\x9\x9VALUES \xa\x9	\x9(
	\x9	\x9'{$b["id"]}',
\x9		\x9'{$d1["bloco"]}',\xa\x9\x9	\x9'{$d1["nome"]}',\xa				'{$d1["tipo_ingresso"]}',\xa\x9\x9\x9\x9'{$d1["valor"]}',
\x9			'{$d1["taxa"]}',
	\x9\x9\x9'{$d1["quantidade"]}'\xa\xa			)"; $pdo->query($q1); } if (isset($_SESSION["id_prod"])) { $pdo->query("INSERT INTO produtor_evento (id_produtor,id_evento) VALUES ('{$_SESSION["id_prod"]}','{$b["id"]}')"); } echo "<script>window.location.href='?a_evento'</script>"; } goto IzEWo; KO6xQ: if (isset($_GET["evento"])) { $a = $pdo->query("SELECT * FROM evento WHERE id = '{$_GET["id"]}'"); $b = $a->fetch(); echo "<div class='p-5' style='border:0px dotted #8A2BE2;position:relative;margin:100px 0px 0px 0px;border-radius:55px;'>"; echo "<div class='' style='max-width:350px;position:absolute;top:0px;left:50%;transform: translate(-50%, -50%);'>\xa
<img src='./images/eventos/{$b["imagem"]}' style='border:7px solid #8A2BE2;' class='animate__animated animate__bounceInDown w-100 rounded-circle shadow' alt='{$b["nome"]}' />\xa\xa<a href='javascript:void()' class='badge w-100' style='color:#8A2BE2;' onclick='copyShare()'><i class='fa-solid fa-share-nodes fa-shake'></i> Compartilhar</a>\xa	<div class='collapse' id='texto'>{$server}{$dns}</div>
\xa</div>"; echo "</div>"; echo "<h5 class='mt-5 text-uppercase fw-bold'>{$b["nome"]}\xa\x9
	<div class='underbar'></div>\xa	</h5>"; echo "<div class='text-uppercase my-2'><span class='me-3'><i class='bi bi-map'></i> {$b["local"]}</span></div>"; setlocale(LC_TIME, "pt_BR.utf8"); $nomeMes = strftime("%B", strtotime($b["data"])); $dia = date("d", strtotime($b["data"])); if ($nomeMes == "janeiro") { $mes = "JAN"; } if ($nomeMes == "fevereiro") { $mes = "FEV"; } if ($nomeMes == "mar\303\xa7o") { $mes = "MAR"; } if ($nomeMes == "abril") { $mes = "ABR"; } if ($nomeMes == "maio") { $mes = "MAI"; } if ($nomeMes == "junho") { $mes = "JUN"; } if ($nomeMes == "julho") { $mes = "JUL"; } if ($nomeMes == "agosto") { $mes = "AGO"; } if ($nomeMes == "setembro") { $mes = "SET"; } if ($nomeMes == "outubro") { $mes = "OUT"; } if ($nomeMes == "novembro") { $mes = "NOV"; } if ($nomeMes == "dezembro") { $mes = "DEZ"; } echo "<div class='mb-3 text-uppercase d-flex justify-content-start'>\xa\xa\x9<i class='bi bi-calendar3 me-2'></i><b>{$dia} / {$mes}</b><i class='bi bi-clock ms-2'></i> {$b["hora"]}
\x9</div>"; echo "<div class='mb-3 d-flex justify-content-start'>

	<a href='#' class='badge bg-warning me-2 p-2 icon-link icon-link-hover' data-bs-toggle='modal' data-bs-target='.ev{$b["id"]}'><i class='bi bi-info-circle'></i> Mais informa\303\xa7\303\265es</a>"; if ($b["imagem_mapa"] != "0") { echo "<a href='#' class='badge bg-warning p-2 icon-link icon-link-hover me-2' data-bs-toggle='modal' data-bs-target='.evm{$b["id"]}'>Mapa <i class='bi bi-forward'></i></a>"; } if ($b[localizacao] != "0") { echo "<a href='https://www.google.com/maps/place/{$b["localizacao"]}' target='_blank' class='badge bg-warning p-2 me-2 icon-link icon-link-hover'>
	\x9	<i class='fa-solid fa-location-dot'></i> Ver localiza\xc3\xa7\xc3\243o</a>"; } echo "</div>"; echo "<div class='modal fade evm{$b["id"]}'>"; echo "<div class='modal-dialog modal-fullscreen '>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'><button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body text-center'>"; echo "<h5 class='my-3'>Mapa do Evento</h5>"; echo "<img src='./images/eventos/{$b["imagem_mapa"]}' class='w-100' alt='{$b["nome"]}' />"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade ev{$b["id"]}'>"; echo "<div class='modal-dialog modal-fullscreen '>"; echo "<div class='modal-content modal-detalhes'>"; echo "<div class='modal-header text-uppercase'><button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body m-0 p-0'>"; echo "<div class='text-center fw-bold text-white m-0 p-0'>"; echo "<div class='text-uppercase my-2'><i class='bi bi-map'></i> {$b["local"]}</div>"; echo "<div></div>"; echo "<div class='mb-3 text-uppercase'>\xa\x9	\x9		\x9<i class='bi bi-calendar3 me-2'></i><b>{$dia} / {$mes}</b><i class='bi bi-clock ms-2'></i> {$b["hora"]}
\x9	\x9	\x9\x9</div>"; echo "</div>"; echo "<div class='row row-cols-1 row-cols-md-2 m-0 p-0'>"; echo "<div class='col'>"; echo "<img src='./images/eventos/{$b["imagem"]}' class='w-100 rounded' alt='{$b["nome"]}' />"; echo "</div>"; echo "<div class='col'>"; if ($b["video"] != "0") { echo "<div class='m-gap-top' style='position: relative; padding-bottom: 56.25%; height:100%; overflow: hidden;'>
    <iframe class='rounded' style='position: absolute; top: 0; left: 0; width: 100%; height: 100%;' 
            src='https://www.youtube.com/embed/{$b["video"]}' frameborder='0' allowfullscreen></iframe>
</div>"; } echo "</div>"; echo "</div>"; echo "<div class='p-5' style='background:#000;position:relative;margin:100px 0px 0px 0px;'>"; echo "<h5 class='p-3 fw-bold' style='border-radius:7px;background-color:#fff;position:absolute;top:0px;left:50%;transform: translate(-50%, -50%);'>
	\x9	\x9\x9\x9\xa	\x9				{$b["nome"]}\xa\x9	\x9\x9\x9	\xa	\x9	\x9		</h5>"; echo "<div class='my-3 text-white'>{$b["descricao"]}</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; $a = $pdo->query("SELECT DISTINCT bloco,nome,id_evento FROM setor WHERE id_evento = '{$_GET["id"]}'"); foreach ($a as $b) { echo "<div class='card my-3 animate__animated animate__backInUp'>"; echo "<div class='card-header'>{$b["nome"]}</div>"; echo "<div class='card-body'>"; $a1 = $pdo->query("SELECT * FROM setor WHERE id_evento = '{$_GET["id"]}' AND bloco = '{$b["bloco"]}'"); $n = 0; foreach ($a1 as $b1) { $n++; $a2 = $pdo->query("SELECT SUM(quantity) as qtd FROM carrinho WHERE id_evento = '{$b["id_evento"]}' AND id_setor = '{$b1["id"]}'"); $b2 = $a2->fetch(); $qtd_no_cart = $b2["qtd"]; $livre = $b1["quantidade"] - $qtd_no_cart; if ($b1["mostrar_no_site"] != "0") { if ($b1["cortesia"] == "1") { } else { if ($n != "1") { echo "<form method='post' class='border-top p-3 mb-1 rounded'>"; } else { echo "<form method='post' class='p-3 mb-1 rounded'>"; } echo "<input type='hidden' name='latitude' class='latitude' value='0'>"; echo "<input type='hidden' name='longitude' class='longitude' value='0'>"; $v_total = $b1["valor"] + $b1["taxa"]; echo "<input type='hidden' name='id_evento' value='{$_GET["id"]}'>"; echo "<input type='hidden' name='id_setor' value='{$b1["id"]}'>"; echo "<input type='hidden' name='valor' value='{$v_total}'>"; echo "<div class='row row-cols-2 row-cols-md-4 mb-4'>"; echo "<div class='col'>"; echo "<div class='' style='position:relative;height:37px;'>"; if ($b1["bg_color"] != "0") { echo "<div class='rounded-circle text-uppercase fa-beat' style='position:absolute;top:0px;left:0px;background-color:{$b1["bg_color"]};width:32px;height:32px;'></div>"; echo "<div class='' style='position:absolute;top:0px;left:17px;'><i class='fa fa-bounce bi bi-ticket-perforated' style='font-size:32px;'></i> <b>{$b1["tipo_ingresso"]}</b></div>"; } else { echo "<div class='text-uppercase'><i class='bi bi-ticket-perforated'></i> {$b1["tipo_ingresso"]}</div>"; } echo "</div>"; echo "<div class='mb-2 val-tx2'><small class='text-muted'>Valor {$b1["valor"]} + Taxa {$b1["taxa"]}</small></div>"; echo "</div>"; echo "<div class='col'>"; echo "<h4 class='v-dinamico-show{$b1["id"]}'><span class='cifrao'>R$</span>" . number_format($v_total, 2, ",", ".") . "</h4>"; echo "<input type='hidden' class='v-dinamico-hidden{$b1["id"]}' value='{$v_total}'>"; echo "</div>"; echo "<div class='col'>"; if ($b1["esgotado"] != "1") { if ($qtd_no_cart == $b1["quantidade"]) { echo "<span class='text-danger'>Indispon\303\xadvel</span>"; } else { $a3 = $pdo->query("SELECT * FROM mapas WHERE id_evento = '{$_GET["id"]}'"); if ($a3->fetchColumn() > 0) { echo "<div class='input-group'>"; echo "<div class='input-group-text'>Lugar</div>"; echo "<select name='id_mapa' class='form-control' required>"; $a3 = $pdo->query("SELECT * FROM mapas WHERE id_evento = '{$_GET["id"]}'"); foreach ($a3 as $i) { if ($i["reservado"] == "1") { echo "<option value='#' disabled>{$i["letra"]}{$i["numero"]} {$i["descricao"]} (Reservado)</option>"; } else { echo "<option value='{$i["id"]}'>{$i["letra"]}{$i["numero"]} {$i["descricao"]}</option>"; } } echo "</select>"; echo "</div>"; echo "<input type='hidden' name='quantity' value='1'>"; } else { echo "<div class='input-group'>"; echo "<div class='input-group-text'>\xa\x9\x9		\x9\x9				 	<a href='javascript:void();' class='minus' id='{$b1["id"]}'><i class='fa fa-circle-minus' style='padding:3px 0px 0px 0px;'></i></a>
\x9			\x9\x9\x9			 	</div>"; echo "<input type='number' class='form-control number{$b1["id"]}' name='quantity' min='1' max='{$livre}' value='1'>"; echo "<div class='input-group-text'>\xa		\x9\x9	\x9\x9\x9\x9\x9 	<a href='javascript:void();' class='plus' id='{$b1["id"]}'><i class='fa fa-circle-plus' style='padding:3px 0px 0px 0px;'></i></a>
		\x9					\x9\x9 \x9</div>"; echo "</div>"; } if ($b1["cupom"] == "1") { echo "<div class='input-group mt-1'>\xa\x9				\x9\x9\x9\x9 \x9\x9<div class='input-group-text'><i class='bi bi-tag'></i></div>
	\x9\x9\x9	\x9\x9\x9\x9 	\x9<input type='text' name='cupom' class='form-control' placeholder='Cupom'>\xa	\x9\x9\x9\x9\x9\x9	\x9 		</div>"; } } } echo "</div>"; echo "<div class='col'>"; if ($b1["esgotado"] == "1") { echo "<div class='btn-esgotado'>ESGOTADO</div>"; } else { if ($b1["pausar_vendas"] == "1") { echo "<div class='btn-esgotado'>VENDA PAUSADA</div>"; } else { if ($qtd_no_cart == $b1["quantidade"]) { echo "<span class='text-danger'>Indispon\xc3\255vel</span>"; } else { echo "<button name='addCart' class='btn btn-light'>Adicionar</button>"; } } } echo "</div>"; echo "</div>"; echo "</form>"; } } } echo "</div>"; echo "</div>"; } } goto HtFgM; nmfsC: if (isset($_POST["p_makeExcel"])) { $di = explode("-", $_POST["d_inicial"]); $df = explode("-", $_POST["d_final"]); $d_inicial = "{$di["2"]}/{$di["1"]}/{$di["0"]}"; $d_final = "{$df["2"]}/{$df["1"]}/{$df["0"]}"; if (file_exists("relatorio_de_vendas.csv")) { unlink("relatorio_de_vendas.csv"); } $x = fopen("relatorio_de_vendas.csv", "w"); $titulos = array("NOME", "PRODUTO", "VALOR", "QTD.", " VALOR TOTAL", "DATA INICIAL", "DATA FINAL"); fputcsv($x, $titulos); if ($_POST["id_cli"] == "#") { $c = $pdo->query("SELECT * FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND status = 'approved' AND data BETWEEN '{$_POST["d_inicial"]}' AND '{$_POST["d_final"]}' ORDER BY data ASC"); } else { $c = $pdo->query("SELECT * FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND id_cli = '{$_POST["id_cli"]}' AND status = 'approved' AND data BETWEEN '{$_POST["d_inicial"]}' AND '{$_POST["d_final"]}' ORDER BY data ASC"); } foreach ($c as $d) { $c0 = $pdo->query("SELECT * FROM setor WHERE id = '{$d["id_setor"]}'"); $d0 = $c0->fetch(); $c1 = $pdo->query("SELECT * FROM clientes WHERE id = '{$d["id_cli"]}'"); $d1 = $c1->fetch(); $c2 = $pdo->query("SELECT * FROM vouchers WHERE id_cart = '{$d["id"]}' AND scan = '1'"); $n_vouchers = $c2->rowCount(); $d2 = $c2->fetch(); $c3 = $pdo->query("SELECT * FROM produtor WHERE id = '{$d["id_produtor"]}'"); $d3 = $c3->fetch(); $c4 = $pdo->query("SELECT * FROM evento WHERE id = '{$d["id_evento"]}'"); $d4 = $c4->fetch(); $q = $pdo->query("SELECT SUM(quantity) as vnd FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND id_setor = '{$d["id_setor"]}' AND status = 'approved'"); $y = $q->fetch(); $all = "{$d0["nome"]} {$d0["tipo_ingresso"]}"; $valor_total = $d["unit_price"] * $d["quantity"]; $dt = date("d/m/Y", strtotime($d["data"])); $hs = $d["hora"]; $dh = "{$dt} {$hs}"; fputcsv($x, array($d1[nome], "{$d4["nome"]} - {$d0["nome"]} - {$d0["tipo_ingresso"]}", $d[unit_price], $d[quantity], $valor_total, $d_inicial, $d_final)); } fclose($x); echo "<script>window.location.href='?download_csv&a=relatorio_de_vendas.csv'</script>"; } goto V9bll; L7FJY: if (isset($_GET["a_db_contatos"])) { echo "<h5 class='mt-4'>BANCO DE DADOS DOS CONTATOS</h5>"; echo "<div class='mb-2'><small class='text-danger my-3'>Aqui est\303\243o todos os contatos que voc\303\252 importa da sua lista de contatos e tamb\303\251m aqueles que voc\303\xaa adiciona, eles v\303\xa3o servir para criar as companhas de marketing usadas pelo rob\xc3\xb4 whatsapp do sistema</small></div>"; $q = $pdo->query("SELECT * FROM db_contatos ORDER BY id DESC"); $n = $q->rowCount(); echo "<div class='mb-3'>Total de contatos no banco de dados: {$n}</div>"; echo "<a href='?a_import' class='btn btn-light mb-2'>Importar Contatos dos clientes Cadastrados neste Sistema</a>"; echo "<a href='javascript:void()' class='btn btn-light mb-2' data-bs-toggle='collapse' data-bs-target='.dbcontato'>Cadastrar Contato</a>"; echo "<form method='post' class='collapse fade dbcontato my-2'>"; echo "<div>Cadastrar Contato</div>"; echo "<div class='d-flex justify-content-between'>"; echo "<input type='text' name='nome' class='form-control mb-2' placeholder='Nome' required>"; echo "<input type='text' name='contato' class='form-control mb-2 whatsapp' placeholder='(00) 0.0000-0000' required>"; echo "</div>"; echo "<button name='a_dbcontato' class='btn btn-light'>Cadastrar</button>"; echo "</form>"; echo "<div class='table-responsive mt-5'>"; echo "<h5 class=''>LISTA DOS CONTATOS</h5>"; echo "<table class='data-table display compact' style='text-align:left;' data-page-length='100'>\xa\x9   <thead>
\x9    <tr>
	    \x9<th scope='col'>#</th>\xa	      \x9<th scope='col'>NOME</th>	\xa	      \x9<th scope='col'>CONTATO</th>\xa	      	<th scope='col'>CANCELADO PELO PORTADOR</th>
	      \x9<th scope='col'>INV\xc3\201LIDO</th>\xa	    </tr>\xa\x9  </thead>
	  <tbody>
\x9  "; $q = $pdo->query("SELECT * FROM db_contatos ORDER BY id DESC"); foreach ($q as $i) { echo "<tr class='tr{$i["id"]}'>"; echo "<td>"; echo "<a href='javascript:void()' data-bs-toggle='collapse' data-bs-target='.dbc{$i["id"]}'><i class='fa fa-trash-alt'></i></a>"; echo "<a href='javascript:void()' class='collapse fade dbc{$i["id"]} dbc' id='{$i["id"]}'>Confirmar</a>"; echo "</td>"; echo "<td>"; echo "{$i["nome"]}"; echo "</td>"; echo "<td>"; echo "{$i["contato"]}"; echo "</td>"; echo "<td>"; echo "{$i["cancelado_pelo_portador"]}"; echo "</td>"; echo "<td>"; echo "{$i["invalido"]}"; echo "</td>"; echo "</tr>"; } echo "
\x9<tbody>\xa	</table>"; echo "</div>"; } goto d0nI4; LhTXH: if (isset($_GET["a_startsend"])) { $q = $pdo->query("SELECT * FROM db_contatos WHERE cancelado_pelo_portador = '0'"); if ($q->fetchColumn() > 0) { $q = $pdo->query("SELECT * FROM db_contatos WHERE cancelado_pelo_portador = '0'"); foreach ($q as $i) { $pdo->query("INSERT INTO fila_envio (id_send,whats,nome) VALUES ('{$_GET["id"]}','{$i["contato"]}','{$i["nome"]}')"); } echo "<script>window.location.href='?a_makesend'</script>"; } else { echo "<div class='alert alert-danger text-center my-3'>Voc\xc3\xaa n\xc3\243o tem n\303\272meros permitidos para criar uma campanha</div>"; } } goto Fw93W; rk8dF: if (isset($_POST["config_update"])) { $site_logo = addslashes(@$_FILES["site_logo"]["name"]); $site_icone = addslashes(@$_FILES["site_icone"]["name"]); $site_url = addslashes($_POST["site_url"]); $site_titulo = addslashes($_POST["site_titulo"]); $site_description = addslashes($_POST["site_description"]); $site_keywords = addslashes($_POST["site_keywords"]); $email_titulo = addslashes($_POST["email_titulo"]); $smtp = addslashes($_POST["smtp"]); $email = addslashes($_POST["email"]); $senha_email = addslashes($_POST["senha_email"]); $porta = addslashes($_POST["porta"]); if ($site_logo == '') { $logo_new_name = addslashes($_POST["site_logo"]); } else { preg_match("/\.(gif|bmp|png|jpg|jpeg){1}$/i", $site_logo, $ext); $logo_new_name = md5($site_logo) . "." . $ext[1]; $dir = "../images/"; move_uploaded_file($_FILES["site_logo"]["tmp_name"], $dir . $logo_new_name); } if ($site_icone == '') { $icone_new_name = addslashes($_POST["site_icone"]); } else { preg_match("/\.(gif|bmp|png|jpg|jpeg){1}$/i", $site_icone, $ext); $icone_new_name = md5($site_icone) . "." . $ext[1]; $dir = "../images/"; move_uploaded_file($_FILES["site_icone"]["tmp_name"], $dir . $icone_new_name); } $q = "UPDATE config SET \xa		\x9site_logo = '{$logo_new_name}', \xa\x9		site_icone = '{$icone_new_name}', \xa	\x9\x9site_url = '{$site_url}', 
		\x9site_titulo = '{$site_titulo}', \xa	\x9\x9site_description = '{$site_description}', \xa	\x9\x9site_keywords = '{$site_keywords}', 
		\x9email_titulo = '{$email_titulo}',\xa\x9		smtp = '{$smtp}',
	\x9\x9email = '{$email}',\xa\x9\x9	senha_email = '{$senha_email}',
\x9\x9	porta = '{$porta}',
\xa			instagram = '{$_POST["instagram"]}',\xa			facebook = '{$_POST["facebook"]}',\xa\x9\x9	whatsapp = '{$_POST["whatsapp"]}',

\x9\x9	mp_category_id =  '{$_POST["mp_category_id"]}',\xa\x9	\x9mp_currency_id =  '{$_POST["mp_currency_id"]}',\xa			mp_title =  '{$_POST["mp_title"]}',\xa\x9\x9	mp_description =  '{$_POST["mp_description"]}',
\x9	\x9mp_picture_url =  '{$_POST["mp_picture_url"]}',\xa\x9	\x9url_success =  '{$_POST["url_success"]}',\xa\x9	\x9url_failure =  '{$_POST["url_failure"]}',\xa\x9	\x9url_pending =  '{$_POST["url_pending"]}',
	\x9	mp_token =  '{$_POST["mp_token"]}',\xa\x9\x9	mp_key =  '{$_POST["mp_key"]}',\xa	\x9\x9minutos_limpeza_cart = '{$_POST["minutos_limpeza_cart"]}',
\x9		robo_token = '{$_POST["robo_token"]}',\xa	\x9	robo_key = '{$_POST["robo_key"]}',\xa\x9\x9	robo_sessao = '{$_POST["robo_sessao"]}',\xa\x9\x9	robo_url_vps = '{$_POST["robo_url_vps"]}',\xa
	\x9	mp_cartao = '{$_POST["cartao"]}',
\x9	\x9mp_pix = '{$_POST["pix"]}',\xa\x9\x9\x9mp_pro = '{$_POST["pro"]}'
\xa\xa	\x9	
			"; $pdo->query($q); echo "<script>window.location.href='?config'</script>"; } goto ntK1y; VAMFm: if (isset($_GET["inPagto"])) { if (isset($_SESSION["cliente"])) { require_once "criar_preferencia.php"; } echo "<script>window.location.href='?cart'</script>"; } goto MOCxA; X0Cy8: if (isset($_POST["a_criarPagina"])) { $titulo = ucfirst(addslashes($_POST["titulo"])); $descricao = addslashes($_POST["descricao"]); $pdo->query("INSERT INTO paginas (titulo,descricao) VALUES ('{$titulo}','{$descricao}')"); echo "<script>window.location.href='?a_paginas'</script>"; } goto D4tLS; tgEB9: if (isset($_GET["perfil"])) { echo "<h5 class='my-4'>PERFIL\xa\x9<div class='underbar'></div>
	</h5>"; $a = $pdo->query("SELECT * FROM clientes WHERE email = '{$_SESSION["cliente"]}'"); $b = $a->fetch(); echo "<div class=''>ID: {$b["id"]}</div>"; echo "<div class=''>{$b["nome"]}</div>"; echo "<div class=''>{$b["email"]}</div>"; echo "<div class=''>CPF: {$b["cpf"]}</div>"; echo "<div class=''>{$b["contato"]}</div>"; } goto DZYY2; abiO3: if (isset($_GET["a_cupons"])) { echo "<h5 class='my-3'>CUPONS
<a href='#' class='btn btn-light' data-bs-toggle='collapse' data-bs-target='.cx'>Cadastrar</a>
</h5>"; echo "<form method='post' enctype='multipart/form-data' class='collapse cx'>"; echo "<input type='text' name='nome' class='form-control mb-2 text-uppercase' placeholder='Nome sem espa\xc3\247o' required>"; echo "<input type='text' name='desconto' class='form-control v_decimal' placeholder='Desconto %' required>"; echo "<button name='a_criarCupom' class='btn btn-light my-3'>Criar</button>"; echo "</form>"; $q = $pdo->query("SELECT * FROM cupons"); foreach ($q as $i) { echo "<div class='row row-cols-1 row-cols-md-3 border-bottom m-0 p-0 py-2'>"; echo "<div class='col-md-1'>"; echo "<a href='javascript:void()' data-bs-tooltip data-bs-title='Deletar' data-bs-toggle='collapse' data-bs-target='.m{$i["id"]}'><i class='fa fa-trash-alt'></i></a>"; echo "<a href='?dcupom&id={$i["id"]}' class='collapse fade m{$i["id"]}'>Confirmar</a>"; echo "</div>"; echo "<div class='col'>"; echo "{$i["nome"]}"; echo "</div>"; echo "<div class='col'>"; echo "{$i["desconto"]} %"; echo "</div>"; echo "</div>"; } } goto PyzxJ; Kvkh1: if (isset($_POST["p_addCart"])) { $a2 = $pdo->query("SELECT SUM(quantity) as qtd FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND id_setor = '{$_POST["id_setor"]}'"); $b2 = $a2->fetch(); $qtd_no_cart = $b2["qtd"]; $a1 = $pdo->query("SELECT * FROM setor WHERE id = '{$_POST["id_setor"]}'"); $b1 = $a1->fetch(); $qtd_setor = $b1["quantidade"]; if ($qtd_no_cart == $qtd_setor) { } else { if ($_POST["extra_nome_cli"] == '') { $extra_nome_cli = "0"; } else { $extra_nome_cli = $_POST["extra_nome_cli"]; } $h = md5(rand(0, 999999)); $q = "INSERT INTO carrinho 
\x9(
\x9	quantity,\xa		unit_price,
\x9	preference,\xa	\x9id_operacao,\xa\x9\x9merchant_order,\xa\x9	status,
	\x9status_detail,
		payment_method,
\x9	id_evento,
\x9	id_setor,
	\x9id_cli,
	\x9extra_nome_cli,
		clicou_em_pagar,\xa	\x9voucher_criado,
	\x9ip,\xa		id_produtor,
	\x9data,\xa		hora,\xa		latitude,\xa	\x9longitude,
\x9	cortesia,
		hash,\xa		id_mapa\xa	) 
	VALUES 
	(
\x9\x9'{$_POST["quantity"]}',
\x9\x9'{$_POST["valor"]}',
		'vendido-pelo-produtor',\xa		'vendido-pelo-produtor',\xa\x9	'vendido-pelo-produtor',
	\x9'approved',\xa		'vendido-pelo-produtor',\xa	\x9'{$_POST["payment_method"]}',\xa\x9\x9'{$_POST["id_evento"]}',
	\x9'{$_POST["id_setor"]}',\xa\x9	'{$_POST["id_cli"]}',\xa		'{$extra_nome_cli}',\xa		'1',
\x9	'{$_POST["quantity"]}',
	\x9'{$ip}',\xa		'{$_POST["id_produtor"]}',\xa\x9\x9'{$data}',\xa\x9	'{$hora}',\xa	\x9'{$_POST["latitude"]}',\xa		'{$_POST["longitude"]}',
	\x9'{$_POST["cortesia"]}',
		'{$h}',
\x9\x9'{$_POST["id_mapa"]}'\xa	)"; $pdo->query("UPDATE mapas SET reservado = '1' WHERE id = '{$_POST["id_mapa"]}'"); $pdo->query($q); $a3 = $pdo->query("SELECT * FROM carrinho WHERE hash = '{$h}'"); $b3 = $a3->fetch(); $id_cart = $b3["id"]; $id_cli = $b3["id_cli"]; $a4 = $pdo->query("SELECT * FROM clientes WHERE id = '{$id_cli}'"); $b4 = $a4->fetch(); $w = clear($b4["contato"]); $s1 = $pdo->query("SELECT * FROM evento WHERE id = '{$_POST["id_evento"]}'"); $e1 = $s1->fetch(PDO::FETCH_ASSOC); $nome_evento = $e1["nome"]; $s2 = $pdo->query("SELECT * FROM setor WHERE id = '{$_POST["id_setor"]}'"); $e2 = $s2->fetch(PDO::FETCH_ASSOC); $setor = $e2["nome"]; $tipo_ingresso = $e2["tipo_ingresso"]; include "../qrcode/qrlib.php"; include "../barcode/barcode.inc.php"; $hash = md5(rand(1000000000, 9999999999)); for ($i = 1; $i <= $_POST["quantity"]; $i++) { $code_number = rand(1000000000, 9999999999); new barCodeGenrator($code_number, 1, "../barcode/img/barcode_" . $code_number . ".png", 110, 90, true); $codebar_imagem = "barcode_{$code_number}.png"; $i_codebar = file_get_contents("../barcode/img/{$codebar_imagem}"); $codebar_img64 = base64_encode($i_codebar); QRcode::png(utf8_decode($code_number), "../qrcode/QR_images/QR_{$code_number}.png"); $qr_code = "QR_{$code_number}.png"; $i_qr = file_get_contents("../qrcode/QR_images/{$qr_code}"); $qr_img64 = base64_encode($i_qr); $q = "INSERT INTO vouchers (id_cli,id_produtor,id_evento,id_setor,codebar_number,codebar_image,qr_code,data,hash,extra_nome_cli,cortesia,id_cart) \xa\x9	VALUES
\x9\x9(\xa\x9	'{$_POST["id_cli"]}',	
\x9	'{$_POST["id_produtor"]}',\xa	\x9'{$_POST["id_evento"]}',\xa	\x9'{$_POST["id_setor"]}',
\x9\x9'{$code_number}',
		'{$codebar_img64}',
\x9	'{$qr_img64}',
\x9	'{$data_hora}',\xa	\x9'{$hash}',
		'{$extra_nome_cli}',
	\x9'{$_POST["cortesia"]}',\xa\x9	'{$id_cart}'\xa	\x9)"; $pdo->query($q); unlink("../barcode/img/{$codebar_imagem}"); unlink("../qrcode/QR_images/{$qr_code}"); } $s = $pdo->query("SELECT * FROM vouchers WHERE id_cart = '{$id_cart}'"); foreach ($s as $i) { $pdo->query("INSERT INTO fila_envio (whats,nome,id_voucher,cpf) VALUES ('{$w}','{$b4["nome"]}','{$i["id"]}','{$b4["cpf"]}')"); } } echo "<script>window.location.href='impressao_app.php?e={$_POST["id_evento"]}&h={$hash}'</script>"; } goto kvcTw; pp9FM: if (isset($_GET["success"])) { echo "<div class='alert alert-success text-center my-3'>\xa	<i class='fa-regular fa-circle-check fa-beat fa-2xl'></i><br /><br />\xa\x9Pagamento conclu\303\255do com sucesso!</div>"; } goto XE6ls; jSn76: if (isset($_GET["offwhats"])) { $pdo->query("UPDATE db_contatos SET cancelado_pelo_portador = '1' WHERE contato = '{$_GET["w"]}'"); echo "<div class='alert alert-success text-center my-5'><i class='fa fa-warning fa-3x'></i><br /><br />Recebimento de an\xc3\272ncios CANCELADO <br /><br />Desculpe-nos pelo inc\xc3\264modo</div>"; } goto pp9FM; PyzxJ: if (isset($_POST["cadastro_mapa"])) { $pdo->query("DELETE FROM mapas WHERE id_evento = '{$_POST["id_evento"]}'"); $id_evento = $_POST["id_evento"]; $letra_a = $_POST["letra_a"]; $letra_b = $_POST["letra_b"]; $letra_c = $_POST["letra_c"]; $letra_d = $_POST["letra_d"]; $letra_e = $_POST["letra_e"]; $letra_f = $_POST["letra_f"]; $letra_g = $_POST["letra_g"]; $letra_h = $_POST["letra_h"]; $letra_i = $_POST["letra_i"]; $letra_j = $_POST["letra_j"]; $letra_k = $_POST["letra_k"]; $letra_l = $_POST["letra_l"]; $letra_m = $_POST["letra_m"]; $letra_n = $_POST["letra_n"]; $letra_o = $_POST["letra_o"]; $letra_p = $_POST["letra_p"]; $letra_q = $_POST["letra_q"]; $letra_r = $_POST["letra_r"]; $letra_s = $_POST["letra_s"]; $letra_t = $_POST["letra_t"]; $letra_u = $_POST["letra_u"]; $letra_v = $_POST["letra_v"]; $letra_x = $_POST["letra_x"]; $letra_w = $_POST["letra_w"]; $letra_y = $_POST["letra_y"]; $letra_z = $_POST["letra_z"]; $num_a = $_POST["num_a"]; $num_b = $_POST["num_b"]; $num_c = $_POST["num_c"]; $num_d = $_POST["num_d"]; $num_e = $_POST["num_e"]; $num_f = $_POST["num_f"]; $num_g = $_POST["num_g"]; $num_h = $_POST["num_h"]; $num_i = $_POST["num_i"]; $num_j = $_POST["num_j"]; $num_k = $_POST["num_k"]; $num_l = $_POST["num_l"]; $num_m = $_POST["num_m"]; $num_n = $_POST["num_n"]; $num_o = $_POST["num_o"]; $num_p = $_POST["num_p"]; $num_q = $_POST["num_q"]; $num_r = $_POST["num_r"]; $num_s = $_POST["num_s"]; $num_t = $_POST["num_t"]; $num_u = $_POST["num_u"]; $num_v = $_POST["num_v"]; $num_x = $_POST["num_x"]; $num_w = $_POST["num_w"]; $num_y = $_POST["num_y"]; $num_z = $_POST["num_z"]; for ($i = 1; $i <= $num_a; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_a}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_a}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_b; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_b}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_b}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_c; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_c}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_c}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_d; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_d}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_d}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_e; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_e}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_e}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_f; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_f}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_f}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_g; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_g}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_g}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_h; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_h}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_h}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_i; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_i}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_i}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_j; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_j}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_j}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_k; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_k}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_k}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_l; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_l}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_l}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_m; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_m}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_m}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_n; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_n}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_n}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_o; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_o}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_o}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_p; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_p}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_p}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_q; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_q}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_q}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_r; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_r}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_r}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_s; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_s}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_s}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_t; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_t}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_t}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_u; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_u}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_u}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_v; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_v}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_v}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_x; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_x}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_x}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_w; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_w}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_w}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_y; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_y}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_y}','{$i}','{$id_evento}')"); } } for ($i = 1; $i <= $num_z; $i++) { $s = $pdo->query("SELECT * FROM mapas WHERE letra = '{$letra_z}' AND numero = '{$i}' AND id_evento = '{$id_evento}'"); if ($s->fetchColumn() > 0) { } else { $pdo->query("INSERT INTO mapas (letra,numero,id_evento) VALUES ('{$letra_z}','{$i}','{$id_evento}')"); } } echo "<script> window.location.href='?a_evento' </script>"; } goto m8_oR; oMgc9: if (isset($_POST["a_dbcontato"])) { $nome = clear_nome(strtoupper($_POST["nome"])); $c = clear($_POST["contato"]); $c_qtd = strlen($c); if ($c_qtd < 11) { echo "<div class='alert alert-danger my-3 text-center'>ERRO! o Telefone deve ser completo</div>"; } else { $j = "INSERT INTO db_contatos (nome,contato) VALUES ('{$nome}','{$c}')"; $pdo->query($j); echo "<script>window.location.href='?a_db_contatos'</script>"; } } goto L7FJY; V9bll: if (isset($_GET["p_cadastro"])) { $q = $pdo->query("SELECT * FROM clientes WHERE id_produtor = '{$_SESSION["id_prod"]}'"); $nc = $q->rowCount(); echo "<div class='d-flex justify-content-between my-3'>"; echo "<h5>CLIENTES {$nc}
\x9\x9<div class='underbar'></div>\xa\x9\x9</h5>"; echo "<a href='javascript:void()' data-bs-toggle='collapse' data-bs-target='.cc' class='btn btn-light ms-3'>Cadastrar</a>"; echo "</div>"; echo "<form method='post' class='form_cad collapse cc'>"; echo "<select name='id_produto' class='form-control mb-2 text-uppercase'>"; $k = $pdo->query("SELECT * FROM produtor_evento WHERE id_produtor = '{$_SESSION["id_prod"]}'"); foreach ($k as $i) { $q0 = $pdo->query("SELECT * FROM evento WHERE id = '{$i["id_evento"]}'"); $y0 = $q0->fetch(); echo "<option value='{$y0["id"]}'>{$y0["nome"]}</option>"; } echo "</select>"; echo "<input type='hidden' name='p_criarCadastro' value='criarCadastro'>"; echo "<input type='hidden' name='id_produtor' value='{$_SESSION["id_prod"]}'>"; echo "<input type='text' name='nome' class='form-control nome mb-2' placeholder='Nome' required>"; echo "<div class='row row-cols-2'>"; echo "<div class='col'>"; echo "<input type='email' name='email' class='form-control email_cli mb-2' placeholder='E-Mail' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='email' name='email' class='form-control email_cli2 mb-2' placeholder='Repetir E-Mail' required>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-2 collapse'>"; echo "<div class='col'>"; echo "<input type='text' name='senha1' class='form-control senha1 mb-2' value='M*8xyz1234' placeholder='Senha' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='senha2' class='form-control senha2 mb-2' value='M*8xyz1234' placeholder='Repetir-Senha' required>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-2'>"; echo "<div class='col'>"; echo "<input type='text' name='contato' class='form-control whatsapp mb-2' placeholder='Celular' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='cpf' class='form-control cpf mb-2' placeholder='CPF' required>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-1 row-cols-md-2 collapse'>"; echo "<div class='col-md-2'>"; echo "<input type='text' class='form-control cep mb-2' placeholder='CEP' value='00000-000' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='endereco_completo' value='nenhum' class='form-control endereco_completo mb-2' placeholder='Endere\xc3\247o completo' required>"; echo "<input type='hidden' class='cidade' value='nenhum' name='cidade'>"; echo "<input type='hidden' class='estado' value='nenhum' name='estado'>"; echo "</div>"; echo "</div>"; echo "<button name='' class='btn btn-light my-3'>Criar</button>"; echo "</form>"; echo "<div class='table-responsive'>"; echo "<table class='table' style='text-align:left;' data-page-length='100'>\xa	\x9	<thead>\xa\x9		\x9<tr>
\x9\x9\x9\x9	<th scope='col'>#</th>
\x9\x9\x9\x9\x9<th scope='col'>#</th>
\x9	\x9\x9\x9<th scope='col'>#</th>
\x9\x9	\x9	<th scope='col'>PRODUTO</th>
\x9	\x9	\x9<th scope='col'>ID CLI</th>
	\x9			<th scope='col'>NOME</th>
	\x9	\x9	<th scope='col'>E-MAIL</th>
\x9\x9	\x9\x9<th scope='col'>CELULAR</th>
\x9	\x9		<th scope='col'>CPF</th>
				</tr>\xa\x9		</thead>
\x9\x9<tbody>
		"; foreach ($q as $i) { $q1 = $pdo->query("SELECT * FROM evento WHERE id = '{$i["id_produto"]}'"); $y1 = $q1->fetch(); echo "<tr>"; echo "<td><a href='javascript:void()' data-bs-tooltip data-bs-title='Editar' data-bs-toggle='modal' data-bs-target='.edp{$i["id"]}'><i class='fa fa-edit'></i></a>
	\x9		\xa\x9\x9		</td>"; echo "<td><a href='javascript:void()' data-bs-tooltip data-bs-title='Deletar?' data-bs-toggle='collapse' data-bs-target='.dp{$i["id"]}'><i class='fa fa-trash-alt text-danger'></i></a>
\x9	\x9\x9<a href='?depar&id={$i["id"]}' class='collapse fade dp{$i["id"]}'>Confirmar</a>
\x9\x9		</td>"; echo "<td>"; if ($i["bloqueio"] == "0") { echo "<a href='?blk&id={$i["id"]}' data-bs-tooltip data-bs-title='Bloquear'><i class='fa-solid fa-ban text-muted'></i></a>"; } else { echo "<a href='?desblk&id={$i["id"]}' data-bs-tooltip data-bs-title='Desbloquear'><i class='fa-solid fa-ban text-danger'></i></a>"; } echo "</td>"; echo "<td>{$y1["nome"]}</td>"; echo "<td>{$i["id"]}</td>"; echo "<td>{$i["nome"]}</td>"; echo "<td>{$i["email"]}</td>"; echo "<td>{$i["contato"]}</td>"; echo "<td>{$i["cpf"]}</td>"; echo "</tr>"; echo "<div class='modal fade edp{$i["id"]}'>"; echo "<div class='modal-dialog modal-lg'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header'>{$i["id"]} - {$i["nome"]}<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<form method='post' class=''>"; echo "<input type='hidden' name='p_editarCadastro' value=''>"; echo "<input type='hidden' name='id' value='{$i["id"]}'>"; echo "<select name='id_produto' class='form-control mb-2 text-uppercase'>"; $k0 = $pdo->query("SELECT * FROM produtor_evento WHERE id_produtor = '{$_SESSION["id_prod"]}'"); foreach ($k0 as $in) { $q2 = $pdo->query("SELECT * FROM evento WHERE id = '{$in["id_evento"]}'"); $y2 = $q2->fetch(); if ($i["id_produto"] == $in["id_evento"]) { echo "<option value='{$y2["id"]}' selected>{$y2["nome"]}</option>"; } else { echo "<option value='{$y2["id"]}'>{$y2["nome"]}</option>"; } } echo "</select>"; echo "<input type='text' name='nome' class='form-control mb-2' placeholder='Nome' value='{$i["nome"]}' required>"; echo "<input type='email' name='email' class='form-control mb-2' placeholder='E-Mail' value='{$i["email"]}' required>"; echo "<input type='text' name='senha' class='form-control mb-2' placeholder='Senha' value='{$i["senha"]}' required>"; echo "<div class='row row-cols-2'>"; echo "<div class='col'>"; echo "<input type='text' name='contato' class='form-control whatsapp mb-2' placeholder='Celular' value='{$i["contato"]}' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='cpf' class='form-control mb-2' placeholder='CPF' value='{$i["cpf"]}' required>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-1 row-cols-md-2 collapse'>"; echo "<div class='col-md-2'>"; echo "<input type='text' class='form-control cep mb-2' placeholder='CEP' value='00000-000' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='endereco_completo' value='nenhum' class='form-control endereco_completo mb-2' placeholder='Endere\xc3\247o completo' required>"; echo "<input type='hidden' class='cidade' value='nenhum' name='cidade'>"; echo "<input type='hidden' class='estado' value='nenhum' name='estado'>"; echo "</div>"; echo "</div>"; echo "<button name='' class='btn btn-light my-3'>Editar</button>"; echo "</form>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; } echo "\xa\x9\x9<tbody>\xa		</table>
\x9</div>"; } goto t_66U; XKpZs: if (isset($_GET["config"])) { echo "<form method='post' enctype='multipart/form-data'>"; echo "<h5 class='my-3'>ROB\xc3\224 WHATSAPP</h5>"; echo "<div class='input-group mb-2'>\xa<div class='input-group-text'>TOKEN</div>
<input type='text' class='form-control' placeholder='TOKEN' name='robo_token' value='{$robo_token}' required='required'>
</div>"; echo "<div class='input-group mb-2'>\xa<div class='input-group-text'>SESS\xc3\203O</div>
<input type='text' class='form-control' placeholder='SESS\xc3\203O' name='robo_sessao' value='{$robo_sessao}' required='required'>
</div>"; echo "<div class='input-group mb-2'>
<div class='input-group-text'>KEY</div>\xa<input type='text' class='form-control' placeholder='KEY' name='robo_key' value='{$robo_key}' required='required'>
</div>"; echo "<div class='input-group mb-2'>\xa<div class='input-group-text'>URL VPS</div>\xa<input type='text' class='form-control' placeholder='http://198.27.96.68:3333' name='robo_url_vps' value='{$robo_url_vps}' required='required'>\xa</div>"; echo "<h5 class='my-3 d-flex justify-content-between'>\xa<div>MERCADOPAGO</div>\xa<small><a href='../pagto_rejeitado.csv' target='_blank'>Lista de Pagamentos Rejeitados</a></small>
</h5>"; echo "<div class='my-3'>"; if ($mp_cartao == "1") { echo "
\x9\x9<div class='form-check form-check-inline'>
		  <input class='form-check-input mp_cartao' type='checkbox' name='cartao' id='i' value='1' checked>
\x9\x9  <label class='form-check-label' for='i'>Cart\303\243o</label>
		  <span class='return-card'></span>
		</div>\xa\x9	"; } else { echo "
	\x9<div class='form-check form-check-inline'>\xa\x9\x9  <input class='form-check-input mp_cartao' type='checkbox' name='cartao' id='i' value='1'>
		  <label class='form-check-label' for='i'>Cart\xc3\xa3o</label>
	\x9  <span class='return-card'></span>
	\x9</div>
\x9	"; } if ($mp_pix == "1") { echo "
		<div class='form-check form-check-inline'>
		  <input class='form-check-input mp_pix' type='checkbox' name='pix' id='i' value='1' checked>
\x9\x9  <label class='form-check-label' for='i'>PIX</label>
\x9\x9  <span class='return-pix'></span>\xa	\x9</div>\xa\x9\x9"; } else { echo "\xa\x9	<div class='form-check form-check-inline'>
		  <input class='form-check-input mp_pix' type='checkbox' name='pix' id='i' value='0'>\xa\x9\x9  <label class='form-check-label' for='i'>PIX</label>\xa		  <span class='return-pix'></span>
\x9\x9</div>\xa	\x9"; } if ($mp_pro == "1") { echo "
		<div class='form-check form-check-inline'>\xa		  <input class='form-check-input mp_pro' type='checkbox' name='pro' id='i' value='1' checked>
\x9	  <label class='form-check-label' for='i'>Checkout-Pro</label>
\x9	  <span class='return-pro'></span>
		</div>
		"; } else { echo "
		<div class='form-check form-check-inline'>
\x9	  <input class='form-check-input mp_pro' type='checkbox' name='pro' id='i' value='0'>
	\x9  <label class='form-check-label' for='i'>Checkout-Pro</label>
	\x9  <span class='return-pro'></span>\xa	\x9</div>\xa		"; } echo "</div>"; echo "
<div class='input-group mb-2'>\xa<div class='input-group-text'>Category_id</div>\xa<input type='text' class='form-control' placeholder='MP Categoria do Site' name='mp_category_id' value='{$mp_category_id}' required='required'>\xa</div>"; echo "
<div class='input-group mb-2'>\xa<div class='input-group-text'>Currency_id</div>\xa<input type='text' class='form-control' placeholder='MP Moeda de pagamento BRL,USD etc...' name='mp_currency_id' value='{$mp_currency_id}' required='required'>
</div>"; echo "\xa<div class='input-group mb-2'>
<div class='input-group-text'>Title</div>\xa<input type='text' class='form-control' placeholder='T\303\255tulo do sistema' name='mp_title' value='{$mp_title}' required='required'>
</div>"; echo "
<div class='input-group mb-2'>\xa<div class='input-group-text'>Description</div>
<input type='text' class='form-control' placeholder='Pequena descri\303\xa7\303\243o do que \xc3\251 vendido no sistema' name='mp_description' value='{$mp_description}' required='required'>\xa</div>"; echo "\xa<div class='input-group mb-2'>\xa<div class='input-group-text'>Picture URL</div>
<input type='text' class='form-control' placeholder='URL da imagem padr\xc3\243o do \303\255cone' name='mp_picture_url' value='{$mp_picture_url}' required='required'>\xa</div>"; echo "
<div class='input-group mb-2'>\xa<div class='input-group-text'>URL Success</div>
<input type='text' class='form-control' placeholder='URL quando o pagamento \303\251 completado com sucesso' name='url_success' value='{$url_success}' required='required'>
</div>"; echo "\xa<div class='input-group mb-2'>\xa<div class='input-group-text'>URL Pending</div>
<input type='text' class='form-control' placeholder='URL quando o pagamento est\xc3\241 pendente' name='url_pending' value='{$url_pending}' required='required'>
</div>"; echo "
<div class='input-group mb-2'>\xa<div class='input-group-text'>URL Failure</div>\xa<input type='text' class='form-control' placeholder='URL quando o pagamento falhou' name='url_failure' value='{$url_failure}' required='required'>
</div>"; echo "\xa<div class='input-group mb-2'>\xa<div class='input-group-text'>TOKEN</div>
<input type='text' class='form-control' placeholder='Token' name='mp_token' value='{$mp_token}' required='required'>
</div>"; echo "
<div class='input-group mb-2'>
<div class='input-group-text'>KEY</div>
<input type='text' class='form-control' placeholder='Chave' name='mp_key' value='{$mp_key}' required='required'>
</div>"; echo "<h5 class='my-3'>LIMPEZA DO CARRINHO</h5>"; echo "\xa<div class='input-group mb-2'>
<div class='input-group-text'>Minutos</div>
<input type='text' class='form-control' placeholder='Minutos' name='minutos_limpeza_cart' value='{$minutos_limpeza_cart}' required='required'>
</div>"; echo "<h5 class='my-3'>REDE E CONTATO</h5>"; echo "\xa<div class='input-group mb-2'>\xa<div class='input-group-text'>Instagram</div>\xa<input type='text' class='form-control' placeholder='https://' name='instagram' value='{$instagram}' required='required'>
</div>"; echo "\xa<div class='input-group mb-2'>\xa<div class='input-group-text'>Facebook</div>
<input type='text' class='form-control' placeholder='https://' name='facebook' value='{$facebook}' required='required'>\xa</div>"; echo "
<div class='input-group mb-2'>\xa<div class='input-group-text'>Whatsapp</div>\xa<input type='text' class='form-control whatsapp' placeholder='(00) 0.0000-0000' name='whatsapp' value='{$whatsapp}' required='required'>\xa</div>"; echo "<h5 class='my-3'>SEO</h5>"; echo "<div class='row row-cols-2'>"; echo "<div class='col'>"; if ($site_logo == "0") { echo "<p>533x174 Logo: <input type='file' name='site_logo' accept='image/*' required='required'></p>"; } else { echo "<div class='card mb-3'>"; echo "<div class='card-body'>"; echo "<div class='card-header bg-white'><a href='index.php?dellogo' class='text-danger'><i class='far fa-trash-alt text-danger'></i> Deletar</a></div>"; echo "<img src='../images/{$site_logo}' style='max-width:200px;' alt='' />"; echo "<input type='hidden' name='site_logo' value='{$site_logo}' required='required'>"; echo "</div>"; echo "</div>"; } echo "</div>"; echo "<div class='col'>"; if ($site_icone == "0") { echo "<p>32x32 \xc3\215cone: <input type='file' name='site_icone' accept='image/*' required='required'></p>"; } else { echo "<div class='card mb-3'>"; echo "<div class='card-body'>"; echo "<div class='card-header bg-white'><a href='index.php?delicon' class='text-danger'><i class='far fa-trash-alt'></i> Deletar</a></div>"; echo "<img src='../images/{$site_icone}' style='max-width:42px;' class='my-4' alt='' />"; echo "<input type='hidden' name='site_icone' value='{$site_icone}' required='required'>"; echo "</div>"; echo "</div>"; } echo "</div>"; echo "</div>"; echo "<input type='text' class='form-control' name='site_url' placeholder='URL Site' value='{$site_url}' required='required'>"; echo "<input type='text' class='form-control my-2' name='site_titulo' placeholder='T\xc3\xadtulo' value='{$site_titulo}' required='required'>"; echo "<input type='text' class='form-control my-2' name='site_description' placeholder='Description' value='{$site_description}' required='required'>"; echo "<input type='text' class='form-control' name='site_keywords' placeholder='Keywords' value='{$site_keywords}'  required='required'>"; echo " 
\x9<h5 class='my-3'>E-MAIL DO SISTEMA</h5> "; echo "
<div class='input-group mb-2'>
<div class='input-group-text'>T\303\255tulo</div>
<input type='text' placeholder='T\xc3\255tulo do E-Mail' name='email_titulo' value='{$email_titulo}' class='form-control'>\xa</div>"; echo "
<div class='input-group mb-2'>\xa<div class='input-group-text'>SMTP</div>\xa<input type='text' name='smtp' value='{$smtp}' placeholder='SMTP Geralmente sempre \xc3\251:  mail.meusite.com.br' class='form-control'>
</div>"; echo "\xa<div class='input-group mb-2'>\xa<div class='input-group-text'>Porta</div>
<input type='text' name='porta' placeholder='Padr\xc3\xa3o 25, 465 e SSL 587' value='{$porta}' class='form-control'>\xa</div>"; echo "
<div class='input-group mb-2'>
<div class='input-group-text'>E-Mail</div>\xa<input type='email' placeholder='E-Mail' name='email' value='{$email}' class='form-control'>\xa</div>"; echo "
<div class='input-group mb-2'>
<div class='input-group-text'>Senha</div>\xa<input type='text' placeholder='Senha' name='senha_email'  value='{$senha_email}' class='form-control'>\xa</div>"; echo "<button name='config_update' class='btn btn-light my-3'>Atualizar</button>"; echo "</form>"; echo "</div>"; } goto rk8dF; CZ_J7: if (isset($_GET["makeVoucher"])) { $a = $pdo->query("SELECT * FROM carrinho WHERE id = '{$_GET["id"]}' AND id_cli = '{$_SESSION["id_cli"]}' AND status = 'approved' AND voucher_criado = '0'"); if ($a->fetchColumn() > 0) { $a = $pdo->query("SELECT * FROM carrinho WHERE id = '{$_GET["id"]}' AND id_cli = '{$_SESSION["id_cli"]}' AND status = 'approved' AND voucher_criado = '0'"); $b = $a->fetch(); if ($b["voucher_criado"] < $b["quantity"]) { $id_evento = $b["id_evento"]; $id_setor = $b["id_setor"]; $s1 = $pdo->query("SELECT * FROM evento WHERE id = '{$id_evento}'"); $e1 = $s1->fetch(PDO::FETCH_ASSOC); $nome_evento = $e1["nome"]; $s2 = $pdo->query("SELECT * FROM setor WHERE id = '{$id_setor}'"); $e2 = $s2->fetch(PDO::FETCH_ASSOC); $setor = $e2["nome"]; $tipo_ingresso = $e2["tipo_ingresso"]; $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$b["id_mapa"]}'"); $b3 = $a3->fetch(); $lugar = "{$b3["letra"]}{$b3["numero"]} {$b["descricao"]}"; include "./qrcode/qrlib.php"; include "./barcode/barcode.inc.php"; for ($i = 1; $i <= $b["quantity"]; $i++) { $code_number = rand(1000000000, 9999999999); new barCodeGenrator($code_number, 1, "barcode/img/barcode_" . $code_number . ".png", 110, 90, true); $codebar_imagem = "barcode_{$code_number}.png"; $i_codebar = file_get_contents("barcode/img/{$codebar_imagem}"); $codebar_img64 = base64_encode($i_codebar); $a = rand(0, 999999999999); QRcode::png(utf8_decode($code_number), "qrcode/QR_images/QR_{$a}.png"); $qr_code = "QR_{$a}.png"; $i_qr = file_get_contents("qrcode/QR_images/{$qr_code}"); $qr_img64 = base64_encode($i_qr); $q = "INSERT INTO vouchers (id_cli,id_evento,id_setor,codebar_number,codebar_image,qr_code,data,id_cart) 
		VALUES\xa		(\xa		'{$_SESSION["id_cli"]}',\xa		'{$id_evento}',\xa\x9	'{$id_setor}',\xa	\x9'{$code_number}',\xa\x9	'{$codebar_img64}',
\x9\x9'{$qr_img64}',\xa		'{$data_hora}',\xa\x9\x9'{$_GET["id"]}'
		)"; $pdo->query($q); unlink("barcode/img/{$codebar_imagem}"); unlink("qrcode/QR_images/{$qr_code}"); $pdo->query("UPDATE carrinho SET voucher_criado = '{$b["quantity"]}' WHERE id = '{$_GET["id"]}' AND id_cli = '{$_SESSION["id_cli"]}' AND status = 'approved'"); } } echo "<script>"; echo "
\x9Swal.fire({\xa	  title: '{$nome_evento}',\xa	  html: '{$setor} &raquo; {$tipo_ingresso} {$lugar}<br /><br /> Voucher Criado com sucesso!',
	  icon: 'success',
	  confirmButtonText: 'Entendido'
	}).then((result) => {\xa\x9  
	  if (result.isConfirmed) {\xa	    window.location.href='?meusingressos'\xa	  } 
	})\xa	"; echo "</script>"; } else { echo "<script>"; echo "
	\x9Swal.fire({\xa\x9	  title: '',
\x9	  html: 'Este Voucher j\303\241 foi criado',
		  icon: 'error',
\x9\x9  confirmButtonText: 'Entendido'
	\x9}).then((result) => {\xa\x9\x9  \xa\x9\x9  if (result.isConfirmed) {
		    window.location.href='?meusingressos'
\x9	  } \xa\x9	})
		"; echo "</script>"; } } goto VAMFm; VMyzk: if (isset($_POST["a_makeExcel"])) { if (file_exists("convenio_detalhes.csv")) { unlink("convenio_detalhes.csv"); } $x = fopen("convenio_detalhes.csv", "w"); $titulos = array("NOME", "CPF", "PRODUTO", "VALOR", "DATA"); fputcsv($x, $titulos); $c = $pdo->query("SELECT * FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND status = 'approved' AND data BETWEEN '{$_POST["d_inicial"]}' AND '{$_POST["d_final"]}' ORDER BY data ASC"); foreach ($c as $d) { $c0 = $pdo->query("SELECT * FROM setor WHERE id = '{$d["id_setor"]}'"); $d0 = $c0->fetch(); $c1 = $pdo->query("SELECT * FROM clientes WHERE id = '{$d["id_cli"]}'"); $d1 = $c1->fetch(); $c2 = $pdo->query("SELECT * FROM vouchers WHERE id_cart = '{$d["id"]}' AND scan = '1'"); $n_vouchers = $c2->rowCount(); $d2 = $c2->fetch(); $c3 = $pdo->query("SELECT * FROM produtor WHERE id = '{$d["id_produtor"]}'"); $d3 = $c3->fetch(); $q = $pdo->query("SELECT SUM(quantity) as vnd FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND id_setor = '{$d["id_setor"]}' AND status = 'approved'"); $y = $q->fetch(); $all = "{$d0["nome"]} {$d0["tipo_ingresso"]}"; $valor = $d0["valor"]; $dt = date("d/m/Y", strtotime($d["data"])); $hs = $d["hora"]; $dh = "{$dt} {$hs}"; fputcsv($x, array($d1[nome], $d1[cpf], $all, $valor, $dh)); } fclose($x); echo "<script>window.location.href='?a_detalhes&id={$_POST["id_evento"]}'</script>"; } goto o5W5U; d0nI4: if (isset($_GET["a_db"])) { echo "<div class='d-flex justify-content-between'>"; echo "<h5 class='mt-4'>BANCO DE DADOS</h5>"; echo "<div class='mt-4'><a href='db_carrinho_deletados.csv' data-bs-tooltip data-bs-title='Clique com o bot\303\xa3o direito do MOUSE use o Salvar Link Como'  target='_blank'>Itens Deletados</a></div>"; echo "</div>"; echo "<div class='mb-5'><small class='text-danger my-3'>NUNCA DELETE Tickets que est\xc3\243o com status de pagamento APROVADO</small></div>"; echo "<form method='post'>"; echo "<input type='hidden' name='a_db'>"; $q = $pdo->query("SELECT * FROM carrinho ORDER BY id DESC"); foreach ($q as $i) { $a = $pdo->query("SELECT * FROM evento WHERE id = '{$i["id_evento"]}'"); $b = $a->fetch(); $a1 = $pdo->query("SELECT * FROM setor WHERE id = '{$i["id_setor"]}'"); $b1 = $a1->fetch(); $a2 = $pdo->query("SELECT * FROM clientes WHERE id = '{$i["id_cli"]}'"); $b2 = $a2->fetch(); echo "<div class='row  border-bottom m-0 p-0 py-2 line{$i["id"]}'>"; echo "<div class='col-md-1'>"; echo "<div class='form-check'>"; echo "<input type='checkbox' name='check[]' value='{$i["id"]}' class='form-check-input'>"; echo "</div>"; if ($b["imagem"] == '') { echo "<div class=''><i class='fa-regular fa-image fa-2x' data-bs-tooltip data-bs-title='Imagem Perdida'></i></div>"; } else { echo "<img src='../images/eventos/{$b["imagem"]}' class='rounded' style='width:32px;height:32px;' alt='' />"; } echo "</div>"; echo "<div class='col-md-4'>"; echo "<span class='text-uppercase'>{$b["nome"]}</span><br />"; echo "{$b1["nome"]} &raquo; {$b1["tipo_ingresso"]}"; $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$i["id_mapa"]}'"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$i["id_mapa"]}'"); $b3 = $a3->fetch(); echo "<span class='badge bg-info p-2 ms-2'>{$b3["letra"]}{$b3["numero"]} {$b3["descricao"]}</span>"; } echo "<br />"; echo "UID &raquo; {$i["id_cli"]} <br /> E-Mail &raquo; {$b2["email"]} <br />"; if ($i["preference"] != "0") { echo "<small class='text-danger'>&raquo; Iniciou o pagamento</small><br />"; } if ($i["clicou_em_pagar"] != "0") { echo "<small class='text-danger'>&raquo; Clicou em pagar</small>"; } echo "</div>"; echo "<div class='col-md-3'>"; echo date("d/m/Y", strtotime($i["data"])) . " - {$i["hora"]}<br>"; if ($i["status_detail"] != "0") { if ($i["status_detail"] == "accredited") { echo "<span class='text-success'>{$i["status_detail"]} </span><br />"; } else { echo "<span class=''>{$i["status_detail"]} </span><br />"; } } if ($i["payment_method"] == "master") { echo "<i class='bi bi-credit-card'></i> MasterCard"; } else { if ($i["payment_method"] == "pix") { echo "<i class='fa-brands fa-pix'></i> PIX"; } else { if ($i["payment_method"] == "visa") { echo "<i class='bi bi-credit-card'></i> Visa"; } else { if ($i["payment_method"] != "0") { echo "{$i["payment_method"]} <br />"; } } } } echo "</div>"; echo "<div class='col-md-2'>"; echo "x{$i["quantity"]} &raquo; "; echo "<span class='cifrao'>R$</span>" . number_format($i["unit_price"], 2, ",", ".") . " <br />"; $v_total = $i["unit_price"] * $i["quantity"]; echo "<span class='cifrao'>R$</span>" . number_format($v_total, 2, ",", "."); echo "</div>"; echo "<div class='col-md-2'>"; echo "</div>"; echo "</div>"; } if ($q->rowCount() > 0) { echo "<button name='a_dsell' class='btn btn-danger d-sell'><i class='fa fa-trash-alt'></i> Deletar Selecionados</button>"; } echo "</form>"; } goto rxZNR; fsmDN: if (isset($_GET["p_detalhes"])) { $a = $pdo->query("SELECT * FROM evento WHERE id = '{$_GET["id"]}'"); $e = $a->fetch(); echo "<h5 class='my-4'>Detalhes <span class='sub-cor'>{$e["nome"]}</span>
\x9<div class='underbar'></div>
	</h5>"; echo "<div class='table-responsive'>"; echo "<table class='table' style='text-align:left;' data-page-length='100'>\xa\x9	   <thead>\xa	\x9    <tr>
	\x9      <th scope='col'>CLIENTE</th>\xa\x9	      <th scope='col'>SETOR</th>\xa\x9\x9      <th scope='col'>TIPO</th>
\x9\x9      <th scope='col'>VALOR</th>\xa		      <th scope='col'>TAXA</th>\xa	\x9      <th scope='col'>VALOR REAL</th>"; echo "<th scope='col'>QTD.</th>"; echo "<th scope='col'>VENDAS</th>
\x9\x9      
	\x9      <th scope='col'>DATA</th>\xa\x9	    </tr>
		  </thead>\xa\x9	  <tbody>
\x9\x9  "; $c = $pdo->query("SELECT * FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND status = 'approved' AND cortesia = '0' ORDER BY id DESC"); foreach ($c as $d) { $c0 = $pdo->query("SELECT * FROM setor WHERE id = '{$d["id_setor"]}'"); $d0 = $c0->fetch(); $c1 = $pdo->query("SELECT * FROM clientes WHERE id = '{$d["id_cli"]}'"); $d1 = $c1->fetch(); $c2 = $pdo->query("SELECT * FROM vouchers WHERE id_cart = '{$d["id"]}' AND scan = '1'"); $n_vouchers = $c2->rowCount(); $d2 = $c2->fetch(); $c3 = $pdo->query("SELECT * FROM produtor WHERE id = '{$d["id_produtor"]}'"); $d3 = $c3->fetch(); $q = $pdo->query("SELECT SUM(quantity) as vnd FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND id_setor = '{$d["id_setor"]}' AND status = 'approved'"); $y = $q->fetch(); echo "<tr>"; echo "<td>"; echo "{$d1["nome"]}<br />"; echo "<small>{$d1["email"]}</small>"; echo "</td>"; echo "<td>"; echo "{$d0["nome"]}"; echo "</td>"; echo "<td>"; $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$d["id_mapa"]}'"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$d["id_mapa"]}'"); $b3 = $a3->fetch(); echo "<span class='badge bg-info p-2 me-2'>{$b3["letra"]}{$b3["numero"]} {$b3["descricao"]}</span>"; } echo "{$d0["tipo_ingresso"]}"; echo "</td>"; echo "<td>"; echo number_format($d0["valor"], 2, ",", "."); echo "</td>"; echo "<td>"; echo number_format($d0["taxa"], 2, ",", "."); echo "</td>"; echo "<td>"; $v_real = $d0["valor"] + $d0["taxa"]; echo number_format($v_real, 2, ",", "."); echo "</td>"; echo "<td>"; echo "<span class='me-3'>{$d["quantity"]}</span>"; if ($d["voucher_criado"] == "0") { echo "<i class='fa fa-warning text-warning' data-bs-tooltip data-bs-title='Aguardando a cria\xc3\xa7\303\xa3o do voucher'></i>"; } else { if ($d["voucher_criado"] == $n_vouchers) { echo "<i class='fa-solid fa-bolt' data-bs-tooltip data-bs-title='Scaneado'></i>"; } } if ($d["voucher_criado"] != "0") { echo "<a href='javascript:void();' data-bs-toggle='modal' data-bs-target='.listar_voucher{$d["id"]}'><i class='fa-solid fa-qrcode'></i></a>"; } echo "</td>"; echo "<td>"; $total = $v_real * $d["quantity"]; $total_geral += $total; echo number_format($total, 2, ",", "."); echo "</td>"; echo "<td>"; echo date("d/m/Y", strtotime($d["data"])); echo " " . $d["hora"]; echo "</td>"; echo "</tr>"; echo "<div class='modal fade listar_voucher{$d["id"]}'>"; echo "<div class='modal-dialog' \xa		\x9\x9style='
\x9\x9\x9	 border-right:32px solid;
\x9\x9		 border-left:32px solid;
	\x9	\x9 border-image: url(../images/ticket_border.png) 30 round;
\x9		\x9'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'>Voucher<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; $q = $pdo->query("SELECT * FROM vouchers WHERE id_cart = '{$d["id"]}'"); foreach ($q as $i) { echo "<div class='mb-5 pb-3 row row-cols-2 row-cols-md-2' style='border-bottom:dotted;'>"; echo "<div class='col'>"; echo "<img src='data:image/png;base64,{$i["qr_code"]}' class='img' alt='' /><br />"; echo "{$i["codebar_number"]}"; echo "</div>"; echo "<div class='col'>"; if ($i["scan"] == "1") { echo "<div class='text-success x fa fa-beat'><i class='fa-regular fa-circle-check'></i> SCANEADO</div>"; } else { echo "<a href='javascript:void()' class='btn btn-light btn-checkin ckin{$i["id"]}' id='{$i["id"]}'>CHECKIN</a>"; } echo "</div>"; echo "</div>"; } echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; } echo "\xa		  <tbody>
		 </table>"; echo "</div>"; $q = $pdo->query("SELECT SUM(quantity) as vt FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND status = 'approved' AND cortesia = '0'"); $y = $q->fetch(); $q0 = $pdo->query("SELECT SUM(quantity) as vcort FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND status = 'approved' AND cortesia = '1'"); $y0 = $q0->fetch(); $q1 = $pdo->query("SELECT SUM(unit_price*quantity) as vnd FROM carrinho WHERE id_evento = '{$_GET["id"]}' AND status = 'approved'"); $y1 = $q1->fetch(); $q2 = $pdo->query("SELECT * FROM vouchers WHERE id_evento = '{$_GET["id"]}' AND scan = '1'"); $y2 = $q2->fetch(); $ncheck = $q2->rowCount(); echo "<div class='card p-3 my-3'>"; echo "<h5>TOTAL</h5>"; echo "<div class='d-flex justify-content-between'><span>VENDAS {$y["vt"]}</span> <span>CheckIN {$ncheck}</span></div>"; echo "<div class='border-bottom pb-3 mb-3'>VALOR <span class='cifrao'>R$</span>" . number_format($y1["vnd"], 2, ",", ".") . "</div>"; echo "<div>CORTESIA {$y0["vcort"]}</div>"; echo "</div>"; } goto QmVn1; HtFgM: if (isset($_POST["criarCadastro"])) { $n = addslashes($_POST["nome"]); $e = addslashes($_POST["email"]); $s = addslashes($_POST["senha1"]); $q = $pdo->query("SELECT * FROM clientes WHERE email = '{$e}'"); if ($q->fetchColumn() > 0) { echo "<div class='alert alert-danger my-3 text-center'>E-Mail j\303\xa1 foi cadastrado no sistema<br /> Tente fazer Login ou recuperar sua senha</div>"; } else { $q = "INSERT INTO clientes (nome,email,senha,contato,cpf,data,endereco_completo,cidade,estado) \xa	VALUES 
		(\xa		'{$n}',\xa	\x9'{$e}',\xa	\x9'{$s}',
	\x9'{$_POST["contato"]}',\xa		'{$_POST["cpf"]}',\xa	\x9'{$data_hora}',\xa	\x9'{$_POST["endereco_completo"]}',
	\x9'{$_POST["cidade"]}',
\x9	'{$_POST["estado"]}'\xa\x9	)"; $pdo->query($q); $x = $pdo->query("SELECT * FROM clientes WHERE email = '{$e}' AND senha = '{$s}'"); $y = $x->fetch(); $_SESSION["cliente"] = $e; $_SESSION["id_cli"] = $y["id"]; echo "<script>window.location.href='{$site_url}'</script>"; } } goto yykhM; e80Z_: if (isset($_POST["a_criarCupom"])) { $nome = addslashes(strtoupper(str_replace(" ", '', $_POST["nome"]))); $q = "INSERT INTO cupons (nome,desconto) \xa\x9VALUES 
	\x9(
\x9\x9\x9'{$nome}',\xa\x9	\x9'{$_POST["desconto"]}'
		)"; $pdo->query($q); echo "<script>window.location.href='?a_cupons'</script>"; } goto WsuEn; IzEWo: if (isset($_GET["dp"])) { $pdo->query("DELETE FROM paginas WHERE id = '{$_GET["id"]}'"); echo "<script>window.location.href='?a_paginas'</script>"; } goto X0Cy8; LHPAM: if (isset($_GET["a_cart"])) { echo "<div class='d-flex justify-content-between'>"; echo "<h5 class='mt-4'>CARRINHO</h5>"; echo "<div class='mt-4'><a href='db_carrinho_deletados.csv' data-bs-tooltip data-bs-title='Clique com o bot\303\243o direito do MOUSE use o Salvar Link Como'  target='_blank'>Itens Deletados</a></div>"; echo "</div>"; echo "<div class='mb-5'>Aqui mostra a situa\xc3\247\303\243o das compras que <b>N\303\203O foram aprovadas</b>, que ainda est\xc3\xa3o em processo</div>"; echo "<form method='post'>"; $q = $pdo->query("SELECT * FROM carrinho WHERE status != 'approved' ORDER BY id DESC"); foreach ($q as $i) { $a = $pdo->query("SELECT * FROM evento WHERE id = '{$i["id_evento"]}'"); $b = $a->fetch(); $a1 = $pdo->query("SELECT * FROM setor WHERE id = '{$i["id_setor"]}'"); $b1 = $a1->fetch(); $a2 = $pdo->query("SELECT * FROM clientes WHERE id = '{$i["id_cli"]}'"); $b2 = $a2->fetch(); echo "<div class='row  border-bottom m-0 p-0 py-2 line{$i["id"]} sumir{$i["id"]}' style='font-size:14px;'>"; echo "<div class='col-md-1'>"; echo "<div class='form-check'>"; echo "<input type='checkbox' name='check[]' value='{$i["id"]}' class='form-check-input'>"; echo "<small>{$i["id"]}</small>"; echo "</div>"; echo "<img src='../images/eventos/{$b["imagem"]}' class='rounded' style='width:32px;height:32px;' alt='' />"; echo "</div>"; echo "<div class='col-md-4'>"; echo "<span class='text-uppercase'>{$b["nome"]}</span><br />"; echo "{$b1["nome"]} &raquo; {$b1["tipo_ingresso"]}"; $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$i["id_mapa"]}'"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$i["id_mapa"]}'"); $b3 = $a3->fetch(); echo "<span class='badge bg-info p-2 ms-2'>{$b3["letra"]}{$b3["numero"]} {$b3["descricao"]}</span>"; } echo "<br />"; echo "UID &raquo; {$i["id_cli"]} <br /> E-Mail &raquo; {$b2["email"]} <br />"; if ($i["preference"] != "0") { echo "<small class='text-danger'>&raquo; Iniciou o pagamento</small><br />"; } if ($i["clicou_em_pagar"] != "0") { echo "<small class='text-danger'>&raquo; Clicou em pagar</small>"; } echo "</div>"; echo "<div class='col-md-3'>"; echo date("d/m/Y", strtotime($i["data"])) . " - {$i["hora"]}<br>"; if ($i["status_detail"] != "0") { echo "<div class='text-uppercase fw-bold font-monospace'>{$i["status_detail"]}</div>"; } if ($hora > $i[hora_final]) { echo "<span class='text-danger'><i class='bi bi-clock'></i> {$i["hora_final"]}</span>"; echo "<input type='hidden' class='h_final' value='{$i["hora_final"]}'>"; } else { if ($i["clicou_em_pagar"] == "0") { echo "<span class='text-success'><i class='bi bi-clock'></i> {$i["hora_final"]}</span>"; } } echo "</div>"; echo "<div class='col-md-2'>"; echo "x{$i["quantity"]} &raquo; "; echo "<span class='cifrao'>R$</span>" . number_format($i["unit_price"], 2, ",", ".") . " <br />"; $v_total = $i["unit_price"] * $i["quantity"]; echo "<span class='cifrao'>R$</span>" . number_format($v_total, 2, ",", "."); echo "</div>"; echo "<div class='col-md-2'>"; if ($b2["email"] == '') { } else { echo "<a href='javascript:void()' class='btn btn-light btn-sign-pay' id='{$i["id"]}'>Marcar como Pago</a>"; } echo "</div>"; echo "</div>"; } if ($q->rowCount() > 0) { echo "<button name='a_dsell' class='btn btn-danger d-sell'><i class='fa fa-trash-alt'></i> Deletar Selecionados</button>"; } echo "</form>"; } goto xcaHM; iH5BQ: if (isset($_POST["dsell"])) { foreach ($_POST["check"] as $i) { $q = $pdo->query("SELECT * FROM carrinho WHERE id = '{$i}'"); $y = $q->fetch(); $id_mapa = $y["id_mapa"]; $pdo->query("UPDATE mapas SET reservado = '0' WHERE id = '{$id_mapa}'"); $pdo->query("DELETE FROM carrinho WHERE id = '{$i}'"); } echo "<script>window.location.href='?cart'</script>"; } goto tgEB9; cs6rE: if (isset($_GET["a_makesend"])) { echo "<h5 class='mt-4'>PROPAGA\303\x87\303\203O DE EVENTOS VIA ROB\303\224 WHATSAPP<a href='#' class='btn btn-light ms-1' data-bs-toggle='collapse' data-bs-target='.makesend'>Criar</a></h5>"; $q = $pdo->query("SELECT * FROM fila_envio"); $n = $q->rowCount(); if ($n > 0) { echo "<div class='alert alert-warning text-center my-3'>Aguarde voc\303\xaa tem uma propaga\303\xa7\xc3\243o em andamento faltam <b>{$n}</b> envios

	\x9<a href='?a_makesend' class='badge bg-primary'>Atualizar</a>
		</div>"; } else { echo "<form method='post' class='collapse fade makesend' enctype='multipart/form-data'>"; echo "<input type='file' data-bs-tooltip data-bs-title='Selecione uma imagem' class='mb-2 form-control' name='f1' accept='image/*'>"; echo "<input type='text' name='msg1' placeholder='T\303\xadtulo At\303\251 150 caracteres' maxlength='150' class='form-control mb-2 text-uppercase' required>"; echo "<input type='text' name='msg2' placeholder='Mensagem At\303\251 150 caracteres' maxlength='150' class='form-control mb-2' required>"; echo "<input type='text' name='msg3' placeholder='Mensagem e/ou Link At\xc3\251 150 caracteres' maxlength='150' class='form-control mb-2'>"; echo "<input type='text' name='msg4' placeholder='Mensagem e/ou Link At\303\251 150 caracteres' maxlength='150' class='form-control mb-2'>"; echo "<input type='text' name='msg5' placeholder='Mensagem e/ou Link At\xc3\xa9 150 caracteres' maxlength='150' class='form-control mb-2'>"; echo "<input type='text' name='msg6' placeholder='Mensagem e/ou Link At\303\xa9 150 caracteres' maxlength='150' class='form-control mb-2'>"; echo "<input type='text' name='msg7' placeholder='Mensagem e/ou Link At\303\251 150 caracteres' maxlength='150' class='form-control mb-2'>"; echo "<input type='text' name='msg8' placeholder='Mensagem e/ou Link At\xc3\xa9 150 caracteres' maxlength='150' class='form-control mb-2'>"; echo "<input type='text' name='msg9' placeholder='Mensagem e/ou Link At\xc3\xa9 150 caracteres' maxlength='150' class='form-control mb-2'>"; echo "<input type='text' name='msg10' placeholder='Mensagem e/ou Link At\303\xa9 150 caracteres' maxlength='150' class='form-control mb-2'>"; echo "<button name='makesend_ok' class='btn btn-light mb-5'>Enviar</button>"; echo "</form>"; $q0 = $pdo->query("SELECT * FROM db_contatos WHERE cancelado_pelo_portador = '0' ORDER BY id DESC"); $qtd_db_contatos = $q0->rowCount(); $q = $pdo->query("SELECT * FROM send ORDER BY id DESC"); foreach ($q as $i) { echo "<div class='row border rounded mb-3 shadow bg-white p-2'>

\x9	\x9\x9<div class='col-md-1'>\xa			\x9<a href='javascript:void()' data-bs-tooltip data-bs-title='Deletar' class='' data-bs-toggle='collapse' data-bs-target='.d{$i["id"]}'><i class='fa fa-trash-alt text-danger'></i></a>
	\x9\x9\x9\x9<a href='?dsend&id={$i["id"]}' class='collapse fade d{$i["id"]}'>Confirmar</a>
				</div>\xa\xa		\x9	<div class='col-md-2'>	\xa\x9			<img src='data:image/png;base64,{$i["img"]}' class='w-100 rounded' alt='' />\xa\x9\x9		</div>\xa\xa\x9\x9		<div class='col-md-5'>	\xa\x9\x9		<h5>{$i["msg1"]}</h5><br />
\x9\x9\x9	{$i["msg2"]}<br />"; if ($i["msg3"] != '') { echo "{$i["msg3"]}<br />"; } if ($i["msg4"] != '') { echo "{$i["msg4"]}<br />"; } if ($i["msg5"] != '') { echo "{$i["msg5"]}<br />"; } if ($i["msg6"] != '') { echo "{$i["msg6"]}<br />"; } if ($i["msg7"] != '') { echo "{$i["msg7"]}<br />"; } if ($i["msg8"] != '') { echo "{$i["msg8"]}<br />"; } if ($i["msg9"] != '') { echo "{$i["msg9"]}<br />"; } if ($i["msg10"] != '') { echo "{$i["msg10"]}<br />"; } echo "</div>"; echo "<div class='col-md-3'>"; echo "<a href='?a_startsend&id={$i["id"]}' class='btn btn-light my-3'>Iniciar a propaga\303\247\xc3\xa3o deste evento para {$qtd_db_contatos} N\303\xbameros de Clientes?</a>"; echo "</div>"; echo "</div>"; } } } goto LHPAM; t_66U: if (isset($_GET["blk"])) { $pdo->query("UPDATE clientes SET bloqueio = '1' WHERE id = '{$_GET["id"]}'"); echo "<script>window.location.href='?p_cadastro'</script>"; } goto mTjHc; Rv1mj: if (isset($_GET["delicon"])) { $pdo->query("UPDATE config SET site_icone = '0'"); echo "<script>window.location.href='index.php?config'</script>"; } goto XKpZs; IRKLr: if (isset($_GET["vouchers"])) { $q = $pdo->query("SELECT * FROM evento WHERE id = '{$_GET["e"]}'"); $y = $q->fetch(); echo "<h5 class='my-4'>2\xc2\252 Via dos Vouchers do Evento <span class='sub-cor'>{$y["nome"]}</span>
	<div class='underbar'></div>\xa	</h5>"; echo "<div>Este links s\303\xa3o os blocos de vouchers das vendas que voc\xc3\xaa fez para este evento</div>"; echo "<div class='table-responsive'>"; echo "<table class='table display compact' style='text-align:left;' data-page-length='300'>
	   <thead>
\x9    <tr>
	      <th scope='col'>QTD.VOUCHER</th>\xa\x9      <th scope='col'>LINK</th>
	    </tr>\xa\x9  </thead>
	  <tbody>
	  "; $a = $pdo->query("SELECT DISTINCT hash FROM vouchers WHERE id_evento = '{$_GET["e"]}' AND id_produtor = '{$id_produtor}'"); foreach ($a as $b) { $z = $pdo->query("SELECT * FROM vouchers WHERE hash = '{$b["hash"]}'"); $n_vouchers = $z->rowCount(); echo "<tr>"; echo "<td>{$n_vouchers}</td>"; echo "<td><a href='impressao.php?e={$_GET["e"]}&h={$b["hash"]}' target='_blank'>{$b["hash"]}</a></td>"; echo "</tr>"; } echo "
\x9  <tbody>
\x9 </table>
	 </div>"; } goto Kvkh1; WsuEn: if (isset($_POST["criarEvento"])) { $dir = "../images/eventos/"; preg_match("/\.(gif|bmp|png|jpg|jpeg){1}$/i", $_FILES["imagem"]["name"], $ext); $new_img = md5($_FILES["imagem"]["name"]) . "." . $ext[1]; move_uploaded_file($_FILES["imagem"]["tmp_name"], $dir . $new_img); preg_match("/\.(gif|bmp|png|jpg|jpeg){1}$/i", $_FILES["imagem_mapa"]["name"], $ext); $new_img_mapa = md5($_FILES["imagem_mapa"]["name"]) . "." . $ext[1]; move_uploaded_file($_FILES["imagem_mapa"]["tmp_name"], $dir . $new_img_mapa); $descricao = addslashes($_POST["descricao"]); $v = explode("=", $_POST["video"]); $video = $v[1]; $nome = addslashes($_POST["nome"]); $local = addslashes($_POST["local"]); $flash_hash = md5(rand(0, 999999)); if (isset($_SESSION["id_prod"])) { $id_produtor = $_SESSION["id_prod"]; } else { $id_produtor = 0; } $q = "INSERT INTO evento (nome,imagem,local,data,video,descricao,mostrar_no_site,localizacao,imagem_mapa,hora,flash_hash,id_produtor) 
	VALUES \xa		(
	\x9	'{$nome}',\xa\x9\x9\x9'{$new_img}',
		\x9'{$local}',
	\x9\x9'{$_POST["data"]}',
	\x9	'{$video}',\xa		\x9'{$descricao}',
	\x9	'1',
\x9\x9\x9'{$_POST["localizacao"]}',
\x9	\x9'{$new_img_mapa}',
\x9\x9\x9'{$_POST["hora"]}',\xa\x9\x9\x9'{$flash_hash}',
\x9		'{$id_produtor}'

\x9\x9)"; $pdo->query($q); $s = $pdo->query("SELECT * FROM evento WHERE flash_hash = '{$flash_hash}'"); $e = $s->fetch(); if (isset($_SESSION["id_prod"])) { $pdo->query("INSERT INTO produtor_evento (id_produtor,id_evento) VALUES ('{$_SESSION["id_prod"]}','{$e["id"]}')"); } $pdo->query("UPDATE evento SET flash_hash = '0' WHERE flash_hash = '{$flash_hash}'"); echo "<script>window.location.href='?a_evento'</script>"; } goto tcfBq; QmVn1: if (isset($_POST["criarVoucherProduto"])) { $hash_cache = md5(rand(0, 999999)); for ($i = 1; $i <= $_POST["quantidade"]; $i++) { $q = "INSERT INTO bar_vouchers (id_evento,id_produtor,id_produto,hash,hash_cache,payment_method) \xa\x9	VALUES 
\x9\x9(\xa	\x9	'{$_POST["id_evento"]}',\xa			'{$id_produtor}',
	\x9	'{$_POST["id_produto"]}',
\x9	\x9'{$_POST["hash"]}',\xa\x9	\x9'{$hash_cache}',\xa\x9\x9	'{$_POST["payment_method"]}'
		)"; $pdo->query($q); } echo "<script>window.location.href='impressao_bar.php?h={$hash_cache}'</script>"; } goto QvZuF; XBZme: if (isset($_GET["depar"])) { $pdo->query("DELETE FROM clientes WHERE id = '{$_GET["id"]}'"); echo "<script>window.location.href='?p_cadastro'</script>"; } goto Taxym; xcaHM: if (isset($_POST["a_dsell"])) { $x = fopen("db_carrinho_deletados.csv", "a+"); foreach ($_POST["check"] as $i) { $q = $pdo->query("SELECT * FROM carrinho WHERE id = '{$i}'"); $y = $q->fetch(); $id_mapa = $y["id_mapa"]; $pdo->query("UPDATE mapas SET reservado = '0' WHERE id = '{$id_mapa}'"); $c = $pdo->query("SELECT * FROM carrinho WHERE id = '{$i}'"); $d = $c->fetch(); fwrite($x, "QTD:" . $d[quantity] . "; VALOR:" . $d[unit_price] . "; PREFERENCE:" . $d[preference] . "; ID_OPERACAO:" . $d[id_operacao] . "; MERCHANT_ORDER:" . $d[merchant_order] . "; STATUS:" . $d[status] . "; STATUS_DETAIL:" . $d[status_detail] . "; PAYMENT_METHOD:" . $d[payment_method] . "; ID_EVENTO:" . $d[id_evento] . "; ID_SETOR:" . $d[id_setor] . "; ID_CLIENTE:" . $d[id_cli] . "; CLICOU_EM_PAGAR:" . $d[clicou_em_pagar] . "; VOUCHER_CRIADO:" . $d[voucher_criado] . "; IP:" . $d[ip] . "; ID_PRODUTOR:" . $d[id_produtor] . "; DATA_DA_COMPRA:" . $d[data] . "; HORA_DA_COMPRA:" . $d[hora] . "; CORTESIA:" . $d[cortesia] . "; DATA_DELETADO:" . $data_hora . ";\xa"); $pdo->query("DELETE FROM carrinho WHERE id = '{$i}'"); } fclose($x); if (isset($_POST["a_db"])) { echo "<script>window.location.href='?a_db'</script>"; } else { echo "<script>window.location.href='?a_cart'</script>"; } } goto jWvft; DZYY2: if (isset($_GET["meusingressos"])) { echo "<h5 class='my-4'>MEUS INGRESSOS\xa\x9<div class='underbar'></div>\xa\x9</h5>"; echo "<form method='post'>"; $q = $pdo->query("SELECT * FROM carrinho WHERE id_cli = '{$_SESSION["id_cli"]}' AND status = 'approved' ORDER BY id DESC"); foreach ($q as $i) { $a = $pdo->query("SELECT * FROM evento WHERE id = '{$i["id_evento"]}'"); $b = $a->fetch(); $a1 = $pdo->query("SELECT * FROM setor WHERE id = '{$i["id_setor"]}'"); $b1 = $a1->fetch(); $a2 = $pdo->query("SELECT * FROM clientes WHERE id = '{$i["id_cli"]}'"); $b2 = $a2->fetch(); echo "<div class='row border-bottom  py-2'>"; echo "<div class='col-md-1'>"; echo "<img src='./images/eventos/{$b["imagem"]}' class='rounded' style='width:52px;height:52px;' alt='' />"; echo "</div>"; echo "<div class='col-md-3'>"; echo "<span class='text-uppercase'>{$b["nome"]}</span>"; echo "</div>"; echo "<div class='col-md-4'>"; echo "<span>{$b1["nome"]} &raquo; "; echo "{$b1["tipo_ingresso"]}</span>"; $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$i["id_mapa"]}'"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$i["id_mapa"]}'"); $b3 = $a3->fetch(); echo "<span class='badge bg-info p-2 ms-2'>{$b3["letra"]}{$b3["numero"]} {$b3["descricao"]}</span>"; } echo "</div>"; echo "<div class='col-md-2'>"; echo "x{$i["quantity"]} &raquo; "; echo "<span class='cifrao'>R$</span>" . number_format($i["unit_price"], 2, ",", ".") . "<br />"; $v_total = $i["unit_price"] * $i["quantity"]; echo "<span class='cifrao'>R$</span>" . number_format($v_total, 2, ",", "."); $a4 = $pdo->query("SELECT * FROM cupons WHERE id = '{$i["id_cupom"]}'"); $b4 = $a4->fetch(); if ($i["id_cupom"] != "0") { echo "<br />"; echo "<div class='badge bg-warning mb-2'><i class='fa fa-tag fa-beat'></i> Cupom {$b4["nome"]} <b>{$b4["desconto"]}%</b> DESC.</div>"; } echo "</div>"; echo "<div class='col-md-2'>"; if ($i["voucher_criado"] == $i["quantity"]) { echo "<a href='javascript:void()' data-bs-toggle='modal' data-bs-target='.voucher{$i["id"]}' class='btn btn-light'><i class='fa fa-ticket'></i> Voucher {$i["voucher_criado"]}/{$i["quantity"]}</a>"; } else { echo "<a href='?makeVoucher&id={$i["id"]}' class='btn btn-light x fa fa-beat-fade'>Criar Voucher\xa	\x9		\x9	{$i["voucher_criado"]}/{$i["quantity"]}\xa	\x9\x9	\x9	</a>"; } echo "</div>"; echo "</div>"; echo "<div class='modal fade voucher{$i["id"]}'>"; echo "<div class='modal-dialog' 
\x9		\x9style='\xa\x9\x9\x9\x9 border-right:32px solid;
\x9\x9\x9	 border-left:32px solid;
\x9\x9\x9	 border-image: url(./images/ticket_border.png) 30 round;
\x9			'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'>Voucher<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; $n = 0; $q = $pdo->query("SELECT * FROM vouchers WHERE id_cli = '{$_SESSION["id_cli"]}' AND id_evento = '{$i["id_evento"]}' AND id_setor = '{$i["id_setor"]}' ORDER BY scan ASC"); foreach ($q as $i) { $n++; echo "<div class='mb-5 pb-3' style='border-bottom:dotted;'>"; echo "<div class='d-flex justify-content-between'>"; echo "<div>{$n}</div>"; echo "<div class='text-success x fa fa-beat'>"; if ($i["scan"] == "1") { echo "<i class='fa-regular fa-circle-check'></i> SCANEADO"; } echo "</div>"; echo "</div>"; echo "<h5>{$b["nome"]}</h5><br />"; echo "<small>{$b["local"]}, {$b["data"]}</small><br />"; echo "{$b1["nome"]} &raquo; "; echo "{$b1["tipo_ingresso"]}"; $s = $pdo->query("SELECT * FROM carrinho WHERE id = '{$i["id_cart"]}'"); $e = $s->fetch(); $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$e["id_mapa"]}'"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$e["id_mapa"]}'"); $b3 = $a3->fetch(); echo "<span class='badge bg-info p-2 ms-2'>{$b3["letra"]}{$b3["numero"]} {$b3["descricao"]}</span>"; } echo "<div>"; echo "<img src='data:image/png;base64,{$i["codebar_image"]}' class='img' alt='' />"; echo "<img src='data:image/png;base64,{$i["qr_code"]}' class='img' alt='' />"; echo "</div>"; echo "<div class='d-flex justify-content-between text-uppercase'>"; if ($i["extra_nome_cli"] == "0") { echo "<small class='fname{$i["id"]}'>{$b2["nome"]}
\x9\x9\x9		\x9\x9	\x9		<a href='javascript:void();' data-bs-toggle='collapse' data-bs-target='.en{$i["id"]}' data-bs-tooltip data-bs-title='Editar Nome'><i class='fa fa-edit'></i></a>
		\x9			\x9	\x9		</small>"; } else { echo "<small class='fname{$i["id"]}'>{$i["extra_nome_cli"]}\xa\x9		\x9	\x9\x9	\x9		<a href='javascript:void();' data-bs-toggle='collapse' data-bs-target='.en{$i["id"]}' data-bs-tooltip data-bs-title='Editar Nome'><i class='fa fa-edit'></i></a>\xa\x9\x9	\x9\x9\x9	\x9		\x9</small>"; } echo "<small>CPF:{$b2["cpf"]}</small>"; echo "</div>"; echo "<div class='input-group mb-2 collapse en{$i["id"]}'>"; if ($i["extra_nome_cli"] == "0") { echo "<input type='text' class='form-control text-uppercase exname{$i["id"]}' value='{$b2["nome"]}' required>"; } else { echo "<input type='text' class='form-control text-uppercase exname{$i["id"]}' value='{$i["extra_nome_cli"]}' required>"; } echo "<a href='javascript:void()' class='btn btn-light btn-exname' id='{$i["id"]}'><i class='fa-solid fa-check-double'></i></a>"; echo "</div>"; echo "</div>"; } echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; } echo "</form>"; } goto LwK70; rE_d8: if (isset($_GET["cart"])) { echo "<h5 class='my-4'>CARRINHO\xa\x9<div class='underbar'></div>
	</h5>"; echo "<div class='mb-5'></div>"; if (isset($_SESSION["cliente"])) { $q = $pdo->query("SELECT * FROM carrinho WHERE id_cli = '{$_SESSION["id_cli"]}' AND (status = '0' or status = 'pending')"); echo "<input type='hidden' class='id_cli' value='{$_SESSION["id_cli"]}'>"; } else { $q = $pdo->query("SELECT * FROM carrinho WHERE id_cli = '{$ip_sessao}' AND status = '0'"); echo "<input type='hidden' class='id_cli' value='{$ip_sessao}'>"; } $y = $q->fetch(); echo "<input type='hidden' class='h_inicial' value='{$y["hora"]}'>"; echo "<input type='hidden' class='h_final' value='{$y["hora_final"]}'>"; if (isset($_SESSION["cliente"])) { $q = $pdo->query("SELECT * FROM carrinho WHERE id_cli = '{$_SESSION["id_cli"]}' AND (status = '0' or status = 'pending')"); } else { $q = $pdo->query("SELECT * FROM carrinho WHERE id_cli = '{$ip_sessao}' AND status = '0'"); } echo "<form method='post'>"; foreach ($q as $i) { $a = $pdo->query("SELECT * FROM evento WHERE id = '{$i["id_evento"]}'"); $b = $a->fetch(); $a1 = $pdo->query("SELECT * FROM setor WHERE id = '{$i["id_setor"]}'"); $b1 = $a1->fetch(); $a2 = $pdo->query("SELECT * FROM cupons WHERE id = '{$i["id_cupom"]}'"); $b2 = $a2->fetch(); echo "<div class='row py-5 border-bottom border-top pb-2 m-0 pb-5 item{$i["id_cli"]}' style='position:relative;'>"; echo "<div class='col-md-1'>"; if ($i["preference"] == "0") { echo "<div class='form-check'>"; echo "<input type='checkbox' name='check[]' value='{$i["id"]}' class='form-check-input'>"; echo "</div>"; } else { echo "<i class='fa-regular fa-circle-check fa-beat'></i>"; } echo "</div>"; echo "<div class='col-md-1'>"; echo "<img src='./images/eventos/{$b["imagem"]}' class='rounded' style='width:52px;height:52px;' alt='' />"; echo "</div>"; echo "<div class='col-md-2'>"; echo "<div class='p-2 rounded' style='position:absolute;top:-15px;left:0px;background:#fff;'><small class='me-1 msg-contador'>Ser\xc3\xa1 liberado para venda novamente em:</small><i class='bi bi-clock'></i> <span class='contador'></span></div>"; echo "</div>"; echo "<div class='col-md-3 text-uppercase'>"; echo "<div>{$b["nome"]}</div>"; echo "</div>"; echo "<div class='col-md-3 text-uppercase'>"; echo "{$b1["nome"]} <i class='bi bi-chevron-double-right'></i> {$b1["tipo_ingresso"]}"; $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$i["id_mapa"]}'"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("SELECT * FROM mapas WHERE id = '{$i["id_mapa"]}'"); $b3 = $a3->fetch(); echo "<span class='badge bg-info p-2 ms-2'>{$b3["letra"]}{$b3["numero"]} {$b3["descricao"]}</span>"; } if ($i["status"] != "0") { if ($i["status"] == "pending") { echo "<div class='badge bg-warning' style='font-size:12px;'>\xa				\x9\x9\x9<i class='fa-solid fa-clock-rotate-left fa-spin fa-spin-reverse'></i>\xa	\x9	\x9	\x9\x9 Aguardando Aprova\xc3\xa7\xc3\xa3o</div>"; } } echo "</div>"; echo "<div class='col-md-2'>"; echo "x{$i["quantity"]} &raquo; "; echo "<span class='cifrao'>R$</span>" . number_format($i["unit_price"], 2, ",", ".") . "<br />"; $v_total = $i["unit_price"] * $i["quantity"]; echo "<span class='cifrao'>R$</span>" . number_format($v_total, 2, ",", "."); $super_total += $v_total; if ($i["id_cupom"] != "0") { echo "<br />"; echo "<div class='badge bg-warning'><i class='fa fa-tag fa-beat'></i> Cupom {$b2["nome"]} <b>{$b2["desconto"]}%</b> DESC.</div>"; } echo "</div>"; echo "</div>"; } echo "<div class='d-flex justify-content-end superTotal'>"; echo "<h5 class='my-3 cart-total sumir'><i class='fa-regular fa-star'></i> TOTAL <span class='cifrao text-white'>R$</span>" . number_format($super_total, 2, ",", ".") . "</h5>"; echo "<input type='hidden' class='cart-total-hide' value='{$super_total}' />"; echo "</div>"; if ($q->rowCount() > 0) { if ($i["preference"] != "0") { echo "<div class='d-flex justify-content-start mt-5'>"; if ($i["pix_url"] == "0") { if ($mp_cartao == "1") { echo "<div class='me-2'>"; echo "<a href='javascript:void()' class='btn btn-light mb-2 btn-mercadopago' data-bs-toggle='modal' data-bs-target='.cartao'><i class='bi bi-credit-card'></i> Cart\xc3\243o de Cr\303\251dito</a>"; echo "</div>"; } } if ($mp_pix == "1") { if ($i["pix_url"] != "0") { echo "<div class='me-2'>"; echo "<a href='{$i["pix_url"]}' target='_blank' class='btn btn-light mb-2 btn-mercadopago'><i class='fa-brands fa-pix'></i> Seu QR PIX est\xc3\241 aqui</a>"; echo "</div>"; } else { echo "<div class='me-2'>"; echo "<a href='javascript:void()' class='btn btn-light mb-2 btn-mercadopago btn-pix' data-bs-toggle='modal' data-bs-target='.pix'><i class='fa-brands fa-pix'></i> PIX</a>"; echo "</div>"; } } echo "<div class='preference_id' id='{$i["preference"]}'></div>"; echo "<div class='mp_pro' id='{$mp_pro}'></div>"; if ($mp_pro == "1") { echo "<div>"; echo "<div class='botao btn-mercadopago sumir mb-2'></div>"; echo "</div>"; } echo "</div>"; } else { echo "<button name='dsell' class='btn btn-danger d-sell'><i class='fa fa-trash-alt'></i> Deletar Selecionados</button>"; echo "<div class='d-flex justify-content-start'>"; echo "<a href='index.php' class='btn btn-light mt-5 me-2'><i class='fa-solid fa-cart-plus fa-bounce'></i> <br />Adicionar mais</a>"; if (isset($_SESSION["cliente"])) { echo "<a href='?inPagto' class='btn btn-light mt-5 sumir'>\xa		\x9\x9\x9	<i class='fa-regular fa-credit-card fa-beat'></i> <br />Iniciar Pagamento</a>"; } else { echo "<a href='#' class='btn btn-light mt-5 me-2' data-bs-toggle='modal' data-bs-target='.login'><i class='fa fa-user'></i><br />LOGIN</a>"; echo "<a href='?cadastro' class='btn btn-light mt-5 me-2'>\xa	\x9\x9	\x9\x9<i class='fa-regular fa-newspaper'></i><br />CADASTRO</a>"; } echo "</div>"; echo "</form>"; } } else { echo "<div class=''>Carrinho V\xc3\241zio! <a href='{$site_url}' class='btn btn-light my-3 me-2'><i class='fa-solid fa-cart-plus fa-bounce'></i> Iniciar Compras </a></div>"; } } goto eo7gZ; yykhM: if (isset($_GET["cadastro"])) { echo "<h5 class='my-3'>CADASTRO
\x9<div class='underbar'></div>
\x9</h5>"; echo "<form method='post' class='form_cad'>"; echo "<input type='hidden' name='criarCadastro' value='criarCadastro'>"; echo "<input type='text' name='nome' class='form-control nome mb-2' placeholder='Nome' required>"; echo "<div class='row row-cols-2'>"; echo "<div class='col'>"; echo "<input type='email' name='email' class='form-control email_cli mb-2' placeholder='E-Mail' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='email' name='email' class='form-control email_cli2 mb-2' placeholder='Repetir E-Mail' required>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-2'>"; echo "<div class='col'>"; echo "<input type='text' name='senha1' class='form-control senha1 mb-2' placeholder='Senha' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='senha2' class='form-control senha2 mb-2' placeholder='Repetir-Senha' required>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-2'>"; echo "<div class='col'>"; echo "<input type='text' name='contato' class='form-control whatsapp mb-2' placeholder='Celular' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='cpf' class='form-control cpf mb-2' placeholder='CPF' required>"; echo "</div>"; echo "</div>"; echo "<div class='row row-cols-1 row-cols-md-2'>"; echo "<div class='col-md-2'>"; echo "<input type='text' class='form-control cep mb-2' placeholder='CEP' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='endereco_completo' class='form-control endereco_completo mb-2' placeholder='Endere\303\247o completo' required>"; echo "<input type='hidden' class='cidade' name='cidade'>"; echo "<input type='hidden' class='estado' name='estado'>"; echo "</div>"; echo "</div>"; echo "<button name='' class='btn btn-light my-3'>Criar</button>"; echo "</form>"; } goto VMyzk; Hu0Fs: if (isset($_GET["dpro"])) { $pdo->query("DELETE FROM produtor_evento WHERE id_produtor = '{$_GET["id"]}'"); $pdo->query("DELETE FROM bar WHERE id_produtor = '{$_GET["id"]}'"); $pdo->query("DELETE FROM bar_vouchers WHERE id_produtor = '{$_GET["id"]}'"); $pdo->query("DELETE FROM produtor WHERE id = '{$_GET["id"]}'"); echo "<script>window.location.href='?produtor'</script>"; } goto GHEBw; Q8gGb: if (isset($_POST["p_editarCadastro"])) { $pdo->query("UPDATE clientes SET 
		nome = '{$_POST["nome"]}',
		email = '{$_POST["email"]}',
	\x9senha = '{$_POST["senha"]}',\xa	\x9cpf = '{$_POST["cpf"]}',\xa\x9	contato = '{$_POST["contato"]}',\xa	\x9id_produto = '{$_POST["id_produto"]}'\xa	\x9WHERE id = '{$_POST["id"]}'"); echo "<script>window.location.href='?p_cadastro'</script>"; } goto XBZme; ntK1y: if (isset($_GET["eventos"])) { echo "<h5 class='my-4'>PRODUTOS
\x9<div class='underbar'></div>\xa	</h5>"; $q0 = $pdo->query("SELECT * FROM produtor_evento WHERE id_produtor = '{$id_produtor}'"); if ($q0->fetchColumn() > 0) { $q0 = $pdo->query("SELECT * FROM produtor_evento WHERE id_produtor = '{$id_produtor}'"); foreach ($q0 as $i0) { $q = $pdo->query("SELECT * FROM evento WHERE id = '{$i0["id_evento"]}'"); foreach ($q as $i) { $nome_evento = $i["nome"]; echo "<div class='row row-cols-1 row-cols-md-3 border-bottom m-0 p-0 py-2'>"; echo "<div class='col-md-1'>"; echo "<img src='../images/eventos/{$i["imagem"]}' class='rounded' style='width:32px;height:32px;' alt='' />"; echo "</div>"; echo "<div class='col-md-7 text-uppercase mb-3'>"; echo "<span class='badge bg-secondary me-2'>ID {$i["id"]}</span>"; $w = $pdo->query("SELECT * FROM mapas WHERE id_evento = '{$i0["id_evento"]}'"); if ($w->fetchColumn() > 0) { echo "<i class='fa-regular fa-map me-2 text-info' data-bs-tooltip data-bs-title='Evento com MAPA'></i>"; } echo "{$i["nome"]}"; echo "</div>"; echo "<div class='col d-flex justify-content-between'>"; echo "<a href='?p_detalhes&id={$i0["id_evento"]}' data-bs-tooltip data-bs-title='Detalhes'><i class='fa-solid fa-circle-info'></i></a>"; if ($rv == "1") { echo "<a href='javascript:void()' data-bs-tooltip data-bs-title='Relat\303\xb3rio das Vendas' data-bs-toggle='modal' data-bs-target='.rel{$i0["id_evento"]}'>RV</a>"; } if ($rvl == "1") { echo "<a href='?rl&e={$i0["id_evento"]}' data-bs-tooltip data-bs-title='Relat\xc3\263rio das Vendas por localiza\303\247\xc3\243o'>RVL</a>"; } if ($bar == "1") { echo "<a href='?bar&e={$i0["id_evento"]}' data-bs-tooltip data-bs-title='Bar do Evento'>BAR</a>"; } $a = $pdo->query("SELECT * FROM vouchers WHERE id_evento = '{$i["id"]}' AND id_produtor = '{$id_produtor}'"); if ($a->fetchColumn() > 0) { } echo "<a href='javascript:void()' class='btn btn-light' data-bs-toggle='modal' data-bs-target='.vender{$i["id"]}'>VENDER</a>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade vender{$i["id"]}'>"; echo "<div class='modal-dialog modal-lg'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'>{$i["id"]} - {$i["nome"]} <button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<input type='text' class='form-control p_cpf my-3 cpf' id='{$i["id"]}' placeholder='Informe o CPF do cliente' required>"; echo "<div class='box-vender-return{$i["id"]}'></div>"; echo "<div class='box-vender{$i["id"]}' style='width:0px;height:0px;opacity:0;'>"; echo "<h5 class='my-4'>Vender <span class='sub-cor'>{$nome_evento}</span>\xa				\x9<div class='underbar'></div>
\x9			\x9</h5>"; $a = $pdo->query("SELECT DISTINCT bloco,nome,id_evento FROM setor WHERE id_evento = '{$i0["id_evento"]}'"); foreach ($a as $b) { echo "<div class='card my-3 aguardar-geolocation'>"; echo "<div class='card-header'>{$b["nome"]}</div>"; echo "<div class='card-body'>"; $a1 = $pdo->query("SELECT * FROM setor WHERE id_evento = '{$i["id"]}' AND bloco = '{$b["bloco"]}'"); foreach ($a1 as $b1) { $a2 = $pdo->query("SELECT SUM(quantity) as qtd FROM carrinho WHERE id_evento = '{$b["id_evento"]}' AND id_setor = '{$b1["id"]}'"); $b2 = $a2->fetch(); $qtd_no_cart = $b2["qtd"]; $livre = $b1["quantidade"] - $qtd_no_cart; echo "<form method='post' class='border-bottom'>"; echo "<input type='hidden' class='id_produtor' name='id_produtor' value='{$id_produtor}'>"; echo "<input type='hidden' name='latitude' value='0' class='latitude'>"; echo "<input type='hidden' name='longitude' value='0' class='longitude'>"; if ($b1[cortesia] == "1") { $v_total = 0; } else { $v_total = $b1["valor"] + $b1["taxa"]; } echo "<input type='hidden' name='id_evento' value='{$i0["id_evento"]}'>"; echo "<input type='hidden' name='id_setor' value='{$b1["id"]}'>"; echo "<input type='hidden' name='valor' value='{$v_total}'>"; echo "<input type='hidden' class='id_cli' name='id_cli' value=''>"; echo "<div class='border rounded p-3 bg-light mt-3 collapse'>"; echo "<div class='row row-cols-2 row-cols-md-4 m-0 p-0'>"; echo "<div class='form-check col'>\xa\x9\x9	\x9	\x9\x9	\x9			<input class='form-check-input' type='radio' name='payment_method' id='r' value='credito'>\xa\x9\x9\x9\x9	\x9\x9\x9	\x9\x9\x9<label class='form-check-label' for='r'>Cr\xc3\xa9dito</label>\xa	\x9\x9\x9\x9						\x9</div>
\x9\x9		\x9\x9\x9	\x9			"; echo "<div class='form-check col'>\xa\x9	\x9\x9	\x9	\x9	\x9\x9\x9<input class='form-check-input' type='radio' name='payment_method' id='r' value='debito'>\xa	\x9		\x9			\x9		\x9<label class='form-check-label' for='r'>D\303\xa9bito</label>\xa		\x9					\x9\x9	\x9</div>\xa\x9	\x9\x9	\x9				\x9\x9"; echo "<div class='form-check col'>
	\x9			\x9\x9\x9	\x9	\x9<input class='form-check-input' type='radio' name='payment_method' id='r' value='pix'>\xa\x9\x9			\x9\x9	\x9	\x9	<label class='form-check-label' for='r'>PIX</label>\xa\x9\x9	\x9		\x9\x9\x9\x9	\x9</div>
	\x9			\x9	\x9	\x9	\x9"; echo "<div class='form-check col'>\xa	\x9\x9\x9\x9\x9\x9\x9\x9\x9		<input class='form-check-input' type='radio' name='payment_method' id='r' value='dinheiro' checked>
	\x9\x9		\x9	\x9		\x9	<label class='form-check-label' for='r'>Dinheiro</label>\xa	\x9		\x9	\x9\x9\x9	\x9\x9</div>
\x9		\x9\x9\x9	\x9				"; echo "</div>"; echo "</div>"; echo "<input type='text' class='form-control my-3 collapse' name='extra_nome_cli' placeholder='Nome do cliente (Opcional)'>"; echo "<div class='row row-cols-2 row-cols-md-4 mb-4 mt-2'>"; echo "<div class='col'>"; echo "<div class='' style='position:relative;height:37px;'>"; echo "{$b1["tipo_ingresso"]}"; echo "</div>"; if ($b1[cortesia] == "1") { echo "<input type='hidden' name='cortesia' value='1'>"; } else { echo "<input type='hidden' name='cortesia' value='0'>"; echo "<div class='text-muted val-tx'>Valor {$b1["valor"]} + Taxa {$b1["taxa"]}</div>"; } echo "</div>"; echo "<div class='col'>"; echo "<h4 class='v-dinamico-show{$b1["id"]}'><span class='cifrao'>R$</span>" . number_format($v_total, 2, ",", ".") . "</h4>"; echo "<input type='hidden' class='v-dinamico-hidden{$b1["id"]}' value='{$v_total}'>"; echo "</div>"; echo "<div class='col'>"; if ($qtd_no_cart == $b1["quantidade"]) { echo "Indispon\303\xadvel"; } else { $a3 = $pdo->query("SELECT * FROM mapas WHERE id_evento = '{$b["id_evento"]}'"); if ($a3->fetchColumn() > 0) { echo "<div class='input-group'>"; echo "<div class='input-group-text'>Lugar</div>"; echo "<select name='id_mapa' class='form-control' required>"; $a3 = $pdo->query("SELECT * FROM mapas WHERE id_evento = '{$b["id_evento"]}'"); foreach ($a3 as $i) { if ($i["reservado"] == "1") { echo "<option value='#' disabled>{$i["letra"]}{$i["numero"]} {$i["descricao"]} (Reservado)</option>"; } else { echo "<option value='{$i["id"]}'>{$i["letra"]}{$i["numero"]} {$i["descricao"]}</option>"; } } echo "</select>"; echo "</div>"; echo "<input type='hidden' name='quantity' value='1'>"; } else { echo "<div class='input-group'>"; echo "<div class='input-group-text'>
	\x9\x9		\x9	\x9	\x9\x9\x9\x9 \x9<a href='javascript:void();' class='minus' id='{$b1["id"]}'><i class='fa fa-circle-minus' style='padding:3px 0px 0px 0px;'></i></a>\xa		\x9		\x9\x9	\x9	\x9\x9	 	</div>"; echo "<input type='number' class='form-control number{$b1["id"]}' name='quantity' min='1' max='{$livre}' value='1'>"; echo "<div class='input-group-text'>\xa\x9\x9\x9	\x9		\x9\x9	\x9\x9	 	<a href='javascript:void();' class='plus' id='{$b1["id"]}'><i class='fa fa-circle-plus' style='padding:3px 0px 0px 0px;'></i></a>\xa\x9							\x9	\x9		 	</div>"; echo "</div>"; } } echo "</div>"; echo "<div class='col'>"; if ($qtd_no_cart == $b1["quantidade"]) { echo "Indispon\xc3\xadvel"; } else { echo "<button name='p_addCart' class='btn btn-light'>Criar</button>"; } echo "</div>"; echo "</div>"; echo "</form>"; } echo "</div>"; echo "</div>"; } echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "<div class='modal fade rel{$i0["id_evento"]}'>"; echo "<div class='modal-dialog modal-fullscreen'>"; echo "<div class='modal-content'>"; echo "<div class='modal-header text-uppercase'>\xa\x9\x9	\x9<button class='btn-close' data-bs-dismiss='modal'></button></div>"; echo "<div class='modal-body'>"; echo "<h5 class='mb-4'>Relat\xc3\xb3rio das Vendas <span class='sub-cor'>{$nome_evento}</span>\xa\x9\x9\x9\x9	<div class='underbar'></div>\xa			\x9	</h5>"; echo "<form method='post' class='my-3 row row-cols-1 row-cols-md-3'>"; echo "<input type='hidden' name='id_evento' value='{$i0["id_evento"]}'>"; echo "<div class='col'>\xa	\x9\x9				<div class='input-group'>\xa			\x9		\x9<div class='input-group-text'>Cliente</div>"; echo "<select name='id_cli' class='form-control'>"; echo "<option value='#'>SELECIONE</option>"; $cx0 = $pdo->query("SELECT DISTINCT id_evento,id_produtor,status,id_cli FROM carrinho WHERE id_evento = '{$i0["id_evento"]}' AND id_produtor = '{$_SESSION["id_prod"]}' AND status = 'approved'"); foreach ($cx0 as $dx0) { $cx1 = $pdo->query("SELECT * FROM clientes WHERE id = '{$dx0["id_cli"]}'"); foreach ($cx1 as $xi) { echo "<option value='{$xi["id"]}'>{$xi["id"]} - {$xi["nome"]}</option>"; } } echo "</select>"; echo "</div>
						</div>\xa\xa\x9	\x9\x9	\x9<div class='col'>
\x9\x9		\x9\x9\x9<div class='input-group'>
\x9	\x9\x9\x9		<div class='input-group-text'>D\xc3\xaa</div>
\x9\x9	\x9\x9\x9	<input type='date' class='form-control' name='d_inicial'>
\x9	\x9	\x9		</div>\xa\x9					</div>\xa\xa		\x9	\x9	<div class='col'>\xa			\x9	\x9\x9<div class='input-group'>
\x9					\x9<div class='input-group-text'>At\303\251</div>
\x9		\x9	\x9	<input type='date' class='form-control' name='d_final'>\xa\x9\x9\x9\x9	\x9\x9<button name='p_makeExcel' class='btn btn-primary input-group-prepend'>Criar Excel</button>
		\x9\x9			</div>\xa\x9					</div>\xa		\x9\x9		
		\x9\x9		"; echo "\xa\x9	\x9	\x9</form>"; echo "<div class='table-responsive'>"; echo "<table class='data-table display compact' style='text-align:left;' data-page-length='300'>
		\x9	\x9	   <thead>
	\x9\x9			    <tr>
	\x9\x9\x9	\x9      <th scope='col'>SETOR</th>
		\x9		\x9      <th scope='col'>TIPO</th>\xa\x9			\x9	      <th scope='col'>VALOR</th>
	\x9\x9\x9	\x9      <th scope='col'>TAXA</th>\xa	\x9	\x9	\x9      <th scope='col'>VALOR REAL</th>\xa				\x9	      <th scope='col'>QTD.</th>\xa\x9\x9\x9\x9\x9	      <th scope='col'>VENDAS</th>
\x9		\x9\x9	      <th scope='col'>TOTAL</th>\xa\x9		\x9		    </tr>\xa	\x9\x9	\x9\x9  </thead>\xa\x9\x9\x9	\x9\x9  <tbody>
\x9		\x9	\x9  "; $c = $pdo->query("SELECT DISTINCT id_evento,id_setor FROM carrinho WHERE id_evento = '{$i0["id_evento"]}' AND status = 'approved' AND cortesia = '0' ORDER BY id DESC"); foreach ($c as $d) { $c0 = $pdo->query("SELECT * FROM setor WHERE id = '{$d["id_setor"]}'"); $d0 = $c0->fetch(); $z = "SELECT * FROM carrinho WHERE id_evento = '{$i0["id_evento"]}' AND id_setor = '{$d["id_setor"]}' AND status = 'approved' AND cortesia = '0'"; $cz1 = $pdo->query($z); $dz1 = $cz1->fetch(); $q = $pdo->query("SELECT SUM(quantity) as vnd FROM carrinho WHERE id_evento = '{$i0["id_evento"]}' AND id_setor = '{$d["id_setor"]}' AND status = 'approved'"); $y = $q->fetch(); echo "<tr>"; echo "<td>"; echo "{$d0["nome"]}"; echo "</td>"; echo "<td>"; echo "{$d0["tipo_ingresso"]}"; echo "</td>"; echo "<td>"; echo number_format($d0["valor"], 2, ",", "."); echo "</td>"; echo "<td>"; echo number_format($d0["taxa"], 2, ",", "."); echo "</td>"; echo "<td>"; $v_real = $d0["valor"] + $d0["taxa"]; echo number_format($v_real, 2, ",", "."); echo "</td>"; if ($y["vnd"] == $d0["quantidade"]) { echo "<td class='text-success fw-bold'>"; echo "<span class='fa-solid fa-bounce'>{$d0["quantidade"]}</span>"; echo "</td>"; echo "<td class='text-success fw-bold'>"; echo "<span class='fa-solid fa-bounce'>{$y["vnd"]}</span>"; echo "</td>"; } else { echo "<td>"; echo "{$d0["quantidade"]}"; echo "</td>"; echo "<td>"; echo "{$y["vnd"]}"; echo "</td>"; } echo "<td>"; $total = $v_real * $y["vnd"]; echo number_format($total, 2, ",", "."); echo "</td>"; echo "</tr>"; } echo "
\x9					  <tbody>
\x9\x9	\x9\x9	 </table>"; echo "</div>"; $q = $pdo->query("SELECT SUM(quantity) as vt FROM carrinho WHERE id_evento = '{$i0["id_evento"]}' AND status = 'approved' AND cortesia = '0'"); $y = $q->fetch(); $q0 = $pdo->query("SELECT SUM(quantity) as vcort FROM carrinho WHERE id_evento = '{$i0["id_evento"]}' AND status = 'approved' AND cortesia = '1'"); $y0 = $q0->fetch(); $q1 = $pdo->query("SELECT SUM(unit_price*quantity) as vnd FROM carrinho WHERE id_evento = '{$i0["id_evento"]}' AND status = 'approved'"); $y1 = $q1->fetch(); echo "<div class='card p-3 my-3'>"; echo "<h5>TOTAL</h5>"; echo "<div>VENDAS {$y["vt"]}</div>"; echo "<div class='border-bottom pb-3 mb-3'>VALOR <span class='cifrao'>R$</span>" . number_format($y1["vnd"], 2, ",", ".") . "</div>"; echo "<div>CORTESIA {$y0["vcort"]}</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; echo "</div>"; } } } else { echo "<div class='my-3'>Nenhum evento adicionado por enquanto</div>"; if ($status_prod != "1") { echo "<div class='my-3 text-danger'>Voc\xc3\252 \xc3\251 um produtor <b>LIMITADO</b>, torne-se <b>VIP</b> para poder:<br /> 
		<i class='bi bi-chevron-double-right'></i>Adicionar eventos<br />\xa\x9	<i class='bi bi-chevron-double-right'></i>Ver Relat\303\xb3rios<br />
		<i class='bi bi-chevron-double-right'></i>Vender</div>"; } } } goto nmfsC; eo7gZ: if (isset($_POST["addCart"])) { $a2 = $pdo->query("SELECT SUM(quantity) as qtd FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND id_setor = '{$_POST["id_setor"]}'"); $b2 = $a2->fetch(); $qtd_no_cart = $b2["qtd"]; $a1 = $pdo->query("SELECT * FROM setor WHERE id = '{$_POST["id_setor"]}'"); $b1 = $a1->fetch(); $qtd_setor = $b1["quantidade"]; if ($qtd_no_cart == $qtd_setor) { } else { $hora_final = date("H:i:s", strtotime("+" . $minutos_limpeza_cart . " minutes")); $a3 = $pdo->query("SELECT * FROM cupons WHERE nome = '{$_POST["cupom"]}'"); $b3 = $a3->fetch(); $desc = $_POST["valor"] * $b3["desconto"] / 100; $valor = $_POST["valor"] - $desc; if (isset($_SESSION["cliente"])) { $s = $pdo->query("SELECT * FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND id_setor = '{$_POST["id_setor"]}' AND id_cli = '{$_SESSION["id_cli"]}' AND status = '0' AND id_mapa = '0'"); if ($s->fetchColumn() > 0) { $q = "UPDATE carrinho SET 
			quantity = '{$_POST["quantity"]}', \xa\x9	\x9data = '{$data}', 
		\x9hora = '{$hora}' \xa	\x9\x9WHERE id_evento = '{$_POST["id_evento"]}' AND id_setor = '{$_POST["id_setor"]}' AND id_cli = '{$_SESSION["id_cli"]}' AND status = '0'"; } else { $q = "INSERT INTO carrinho (quantity,unit_price,id_evento,id_setor,id_cli,ip,data,hora,latitude,longitude,hora_final,id_cupom,id_mapa) \xa\x9\x9	VALUES 
\x9		(\xa	\x9	'{$_POST["quantity"]}',
\x9\x9\x9'{$valor}',
\x9\x9	'{$_POST["id_evento"]}',\xa\x9		'{$_POST["id_setor"]}',\xa	\x9\x9'{$_SESSION["id_cli"]}',\xa			'{$ip}',\xa\x9\x9\x9'{$data}',
\x9\x9	'{$hora}',
	\x9\x9'{$_POST["latitude"]}',
	\x9\x9'{$_POST["longitude"]}',\xa	\x9\x9'{$hora_final}',
	\x9\x9'{$b3["id"]}',\xa			'{$_POST["id_mapa"]}'\xa\xa	\x9	)"; } } else { $s = $pdo->query("SELECT * FROM carrinho WHERE id_evento = '{$_POST["id_evento"]}' AND id_setor = '{$_POST["id_setor"]}' AND id_cli = '{$ip_sessao}' AND status = '0' AND id_mapa = '0'"); if ($s->fetchColumn() > 0) { $q = "UPDATE carrinho SET \xa	\x9\x9quantity = '{$_POST["quantity"]}', 
\x9\x9\x9data = '{$data}', 
			hora = '{$hora}' 
\x9\x9\x9WHERE id_evento = '{$_POST["id_evento"]}' AND id_setor = '{$_POST["id_setor"]}' AND id_cli = '{$ip_sessao}' AND status = '0'"; } else { $q = "INSERT INTO carrinho (quantity,unit_price,id_evento,id_setor,id_cli,ip,data,hora,latitude,longitude,hora_final,id_cupom,id_mapa) \xa	\x9\x9VALUES 
	\x9\x9	(\xa	\x9			'{$_POST["quantity"]}',\xa	\x9	\x9	'{$valor}',\xa	\x9\x9\x9	'{$_POST["id_evento"]}',\xa\x9\x9			'{$_POST["id_setor"]}',\xa		\x9		'{$ip_sessao}',\xa		\x9	\x9'{$ip}',\xa\x9\x9\x9\x9\x9'{$data}',\xa	\x9	\x9\x9'{$hora}',
	\x9\x9		'{$_POST["latitude"]}',
\x9\x9\x9\x9	'{$_POST["longitude"]}',
		\x9	\x9'{$hora_final}',\xa		\x9\x9\x9'{$b3["id"]}',
	\x9\x9	\x9'{$_POST["id_mapa"]}'
\xa\x9	\x9	)"; } } $pdo->query("UPDATE mapas SET reservado = '1' WHERE id = '{$_POST["id_mapa"]}'"); $pdo->query($q); } echo "<script>window.location.href='?cart'</script>"; } goto KO6xQ; D4tLS: if (isset($_GET["a_paginas"])) { echo "<h5 class='my-3'>P\303\201GINAS <a href='#' class='btn btn-light' data-bs-toggle='collapse' data-bs-target='.cx'>Criar</a></h5>"; echo "<form method='post' class='cx collapse'>"; echo "<small>As p\xc3\241ginas criadas aqui, iram aparecer na entrada do sistema, abaixo de INSTITUCIONAL</small>"; echo "<input type='text' name='titulo' class='form-control mb-2' placeholder='T\xc3\xadtulo' required>"; echo "<textarea class='form-control' placeholder='Descreva...' name='descricao'></textarea>"; echo "<button name='a_criarPagina' class='btn btn-light my-3'>Criar</button>"; echo "</form>"; $q = $pdo->query("SELECT * FROM paginas ORDER BY id DESC"); foreach ($q as $i) { echo "<div class='row row-cols-1 row-cols-md-2  border-bottom m-0 p-0 py-2'>"; echo "<div class='col-md-1'>"; echo "<a href='javascript:void()' data-bs-tooltip data-bs-toggle='collapse' data-bs-title='Deletar' data-bs-target='.m{$i["id"]}'><i class='fa fa-trash-alt'></i></a>"; echo "<a href='?dp&id={$i["id"]}' class='collapse fade m{$i["id"]}'>Confirmar</a>"; echo "</div>"; echo "<div class='col'>"; echo "{$i["titulo"]}"; echo "</div>"; echo "</div>"; } } goto abiO3; sCHFU: if (isset($_GET["bar"])) { $c = $pdo->query("SELECT * FROM evento WHERE id = '{$_GET["e"]}'"); $d = $c->fetch(); echo "<h5 class='my-4'>Bar do Evento <span class='sub-cor'>{$d["nome"]}</span>\xa	<div class='underbar'></div>
	</h5>"; echo "<div class='my-3 d-flex justify-content-between'>\xa\xa<a href='#' class='btn btn-light' data-bs-toggle='collapse' data-bs-target='.cx'>Criar Produto</a>

<a href='#' class='btn btn-light' data-bs-toggle='collapse' data-bs-target='.vender'>Vender</a>

</div>"; echo "<form method='post' enctype='multipart/form-data' class='collapse fade cx'>"; echo "<div class='my-3'>Criar Produto</div>"; echo "<input type='hidden' name='id_evento' value='{$_GET["e"]}'>"; echo "<div class='row row-cols-2 row-cols-md-5'>"; echo "<div class='col'>"; echo "<input type='text' name='nome' class='form-control mb-2 text-uppercase' placeholder='Nome do produto' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='valor' class='form-control text-uppercase mb-2 v_decimal' placeholder='R$ valor' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='quantidade' class='form-control text-uppercase mb-2 numero' placeholder='Quantidade' required>"; echo "</div>"; echo "<div class='col'>"; echo "<input type='text' name='mensagem' class='form-control text-uppercase' placeholder='Mensagem no Ticket' required>"; echo "</div>"; echo "<div class='col'>"; echo "<button name='criarProduto' class='btn btn-light'>Cadastrar</button>"; echo "</div>"; echo "</div>"; echo "</form>"; $q = $pdo->query("SELECT * FROM bar WHERE id_evento = '{$_GET["e"]}'"); foreach ($q as $i) { echo "<div class='row border-bottom py-2 line{$i["id"]} collapse cx'>"; echo "<div class='col-md-1'>"; echo "<a href='javascript:void()' class='me-3' data-bs-tooltip data-bs-toggle='collapse' data-bs-title='Deletar' data-bs-target='.dpr{$i["id"]}'><i class='fa fa-trash-alt'></i></a>"; echo "<div class='collapse dpr{$i["id"]}'><a href='javascript:void()' class='btn-d ms-1' id='{$i["id"]}'>Confirmar</a></div>"; echo "</div>"; echo "<div class='col-md-2 text-uppercase'>"; echo "<i class='fa-solid fa-angles-right'></i> {$i["nome"]}"; echo "</div>"; echo "<div class='col-md-5 d-flex justify-content-between'>"; echo "<div class='input-group mb-2 me-3'>"; echo "<div class='input-group-text'>R$</div>"; echo "<input type='text' class='form-control text-uppercase v_decimal v{$i["id"]}' value='{$i["valor"]}' required>"; echo "<button class='btn btn-light btn-val' id='{$i["id"]}'><i class='fa-solid fa-check-double'></i></button>"; echo "</div>"; echo "<div class='input-group mb-2'>"; echo "<div class='input-group-text'>QTD.</div>"; echo "<input type='number' min='1' class='form-control qtd{$i["id"]}' value='{$i["quantidade"]}' required>"; echo "<button class='btn btn-light btn-qtd' id='{$i["id"]}'><i class='fa-solid fa-check-double'></i></button>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-3'>"; echo "<div class='input-group mb-2'>"; echo "<div class='input-group-text'>MSG</div>"; echo "<input type='text' class='form-control msg{$i["id"]}' value='{$i["mensagem"]}'>"; echo "<button class='btn btn-light btn-msg' id='{$i["id"]}'><i class='fa-solid fa-check-double'></i></button>"; echo "</div>"; echo "</div>"; echo "<div class='col-md-1'>"; $q = $pdo->query("SELECT * FROM bar_vouchers WHERE hash = '{$i["hash"]}'"); $vendidos = $q->rowCount(); if ($i["quantidade"] == $vendidos) { echo "<div class='x fa fa-bounce mb-2 pt-1 text-success'>Vendas.{$vendidos}</div>"; } else { echo "<div class='mb-2 pt-1'>Vendas.{$vendidos}</div>"; } echo "</div>"; echo "</div>"; echo "<div class='row border-bottom py-2 line{$i["id"]} collapse vender'>"; echo "<div class='col-md-6 text-uppercase d-flex justify-content-between my-3'>"; echo "<div><i class='fa-solid fa-angles-right'></i> {$i["nome"]}</div>"; echo "<div><span class='cifrao'>R$</span>" . number_format($i["valor"], 2, ",", ".") . "</div>"; $q = $pdo->query("SELECT * FROM bar_vouchers WHERE hash = '{$i["hash"]}'"); $vendidos = $q->rowCount(); if ($i["quantidade"] == $vendidos) { echo "<div class='x fa fa-bounce  text-success'>Vendas.{$vendidos}</div>"; } else { echo "<div class=''>Vendas.{$vendidos}</div>"; } echo "</div>"; echo "<div class='col-md-6'>"; $estoque = $i["quantidade"] - $vendidos; echo "<form method='post' enctype='multipart/form-data'>"; echo "<div class='border rounded p-3 bg-white'>"; echo "<div class='row row-cols-2 row-cols-md-4 m-0 p-0 '>"; echo "<div class='form-check col'>
\x9\x9	\x9\x9<input class='form-check-input' type='radio' name='payment_method' id='r' value='credito' checked>\xa\x9	\x9\x9\x9<label class='form-check-label' for='r'>Cr\303\xa9dito</label>\xa\x9				</div>
		\x9		"; echo "<div class='form-check col'>
\x9\x9\x9\x9\x9<input class='form-check-input' type='radio' name='payment_method' id='r' value='debito'>\xa\x9\x9	\x9\x9<label class='form-check-label' for='r'>D\xc3\xa9bito</label>\xa				\x9</div>
\x9\x9			"; echo "<div class='form-check col'>
\x9\x9	\x9	<input class='form-check-input' type='radio' name='payment_method' id='r' value='pix'>\xa\x9	\x9\x9	<label class='form-check-label' for='r'>PIX</label>
	\x9			</div>\xa\x9				"; echo "<div class='form-check col'>
\x9	\x9\x9\x9<input class='form-check-input' type='radio' name='payment_method' id='r' value='dinheiro'>
	\x9			<label class='form-check-label' for='r'>Dinheiro</label>\xa		\x9	\x9</div>
\x9\x9\x9	\x9"; echo "</div>"; echo "</div>"; echo "<input type='hidden' name='id_evento' value='{$_GET["e"]}'>"; echo "<input type='hidden' name='id_produto' value='{$i["id"]}'>"; echo "<input type='hidden' name='hash' value='{$i["hash"]}'>"; echo "<div class='d-flex justify-content-between mt-3'>"; echo "<div class='input-group w-50'>"; echo "<div class='input-group-text'>\xa\x9\x9\x9\x9	<a href='javascript:void();' class='minus' id='{$i["id"]}'><i class='fa fa-circle-minus' style='padding:3px 0px 0px 0px;'></i></a>
	\x9\x9\x9	</div>"; echo "<input type='number' min='1' max='{$estoque}' value='1' name='quantidade' class='form-control number{$i["id"]}' placeholder='' required>"; echo "<div class='input-group-text'>
\x9\x9		\x9<a href='javascript:void();' class='plus' id='{$i["id"]}'><i class='fa fa-circle-plus' style='padding:3px 0px 0px 0px;'></i></a>\xa	\x9\x9		</div>"; echo "</div>"; echo "<button name='criarVoucherProduto' class='btn btn-light'>Vender</button>"; echo "</div>"; echo "</form>"; echo "</div>"; echo "</div>"; } } goto IRKLr; LwK70: if (isset($_GET["limpar"])) { $hora_final = date("H:i:s", strtotime("+" . $minutos_limpeza_cart . " minutes")); $pdo->query("UPDATE carrinho SET \xa\x9\x9clicou_em_pagar = '0', 
\x9	preference = '0',\xa\x9	hora = '{$hora}',\xa\x9\x9hora_final = '{$hora_final}',\xa\x9\x9status = '0',
	\x9status_detail = '0',
\x9\x9id_operacao = '0',
\x9\x9payment_method = '0',\xa\x9	pix_url = '0' \xa	\x9WHERE id_cli = '{$_SESSION["id_cli"]}' AND status = '0' or status = 'pending'"); echo "<script>window.location.href='?cart'</script>"; } goto rE_d8; QiwvG: if (isset($_POST["criarSetor"])) { $nome = strtoupper(addslashes($_POST["nome"])); $tipo_ingresso = strtoupper(addslashes($_POST["tipo_ingresso"])); $q = "INSERT INTO setor (id_evento,bloco,nome,tipo_ingresso,valor,taxa,quantidade,mostrar_no_site,bg_color) \xa\x9VALUES 
\x9	(
	\x9\x9'{$_POST["id_evento"]}',\xa			'{$_POST["bloco"]}',\xa\x9\x9\x9'{$nome}',\xa	\x9\x9'{$tipo_ingresso}',
			'{$_POST["valor"]}',\xa	\x9\x9'{$_POST["taxa"]}',
\x9		'{$_POST["quantidade"]}',\xa	\x9\x9'1',
	\x9\x9'{$_POST["bg_color"]}'\xa\xa\x9\x9)"; $pdo->query($q); echo "<script>window.location.href='?a_evento'</script>"; } goto yD6Ce; kvcTw: ?>

Did this file decode correctly?

Original Code

<?php
 goto jSn76; mTjHc: if (isset($_GET["\x64\x65\x73\x62\154\153"])) { $pdo->query("\x55\120\104\x41\124\x45\40\x63\154\x69\x65\156\x74\x65\163\40\123\105\124\x20\x62\x6c\x6f\x71\x75\145\x69\x6f\x20\x3d\x20\47\x30\x27\x20\x57\110\x45\122\x45\40\151\144\40\x3d\x20\x27{$_GET["\x69\x64"]}\x27"); echo "\x3c\163\x63\x72\x69\x70\164\x3e\x77\151\x6e\x64\x6f\167\x2e\154\157\x63\141\x74\151\157\156\56\150\x72\145\x66\75\47\x3f\160\137\143\x61\144\141\x73\x74\162\157\x27\x3c\x2f\x73\143\162\151\160\164\76"; } goto Q8gGb; tcfBq: if (isset($_POST["\x65\x64\x69\164\x61\x72\x45\166\x65\156\164\x6f"])) { $nome = addslashes($_POST["\x6e\x6f\x6d\x65"]); $local = addslashes($_POST["\154\157\x63\x61\x6c"]); $descricao = addslashes($_POST["\144\145\x73\x63\x72\151\143\x61\x6f"]); $v = explode("\x3d", $_POST["\x76\x69\x64\x65\x6f"]); $video = $v[1]; $dir = "\x2e\56\57\151\x6d\141\x67\x65\163\x2f\145\166\145\x6e\164\x6f\163\x2f"; preg_match("\57\x5c\56\x28\147\151\x66\x7c\x62\155\160\x7c\160\x6e\147\x7c\x6a\160\147\x7c\152\160\x65\147\51\x7b\61\175\x24\x2f\151", $_FILES["\x69\155\141\x67\x65\x6d"]["\x6e\141\155\145"], $ext); $new_img = md5($_FILES["\151\155\x61\x67\x65\155"]["\156\x61\x6d\x65"]) . "\x2e" . $ext[1]; move_uploaded_file($_FILES["\x69\155\141\147\x65\x6d"]["\x74\x6d\x70\137\x6e\141\155\x65"], $dir . $new_img); preg_match("\57\134\56\50\x67\151\146\x7c\x62\155\160\x7c\x70\x6e\x67\x7c\152\x70\147\174\152\160\145\x67\51\173\x31\175\x24\57\x69", $_FILES["\151\x6d\x61\x67\x65\x6d\x5f\x6d\141\x70\141"]["\x6e\141\x6d\x65"], $ext); $new_img_mapa = md5($_FILES["\x69\x6d\x61\x67\145\x6d\x5f\155\141\160\141"]["\156\x61\155\145"]) . "\x2e" . $ext[1]; move_uploaded_file($_FILES["\151\x6d\x61\147\145\x6d\137\155\141\x70\141"]["\x74\155\x70\137\156\141\x6d\x65"], $dir . $new_img_mapa); if ($_FILES["\151\x6d\141\147\x65\x6d"]["\x6e\x61\x6d\145"] == '' and $_FILES["\x69\x6d\141\x67\145\155\137\155\141\x70\x61"]["\156\x61\x6d\x65"] == '') { $q = "\x55\x50\x44\x41\x54\105\x20\x65\x76\x65\156\x74\157\x20\123\x45\124\x20\12\12\11\11\156\x6f\x6d\x65\40\x3d\40\x27{$nome}\x27\x2c\xa\x9\x9\154\x6f\x63\141\154\40\75\40\x27{$local}\x27\x2c\12\x9\x9\144\141\164\141\40\75\40\x27{$_POST["\144\141\x74\x61"]}\47\x2c\xa\11\x9\x76\x69\x64\145\157\40\x3d\40\x27{$video}\x27\54\12\x9\x9\x64\145\163\x63\162\151\x63\x61\x6f\x20\75\x20\x27{$descricao}\47\x2c\xa\x9\x9\145\156\143\145\162\162\141\162\x5f\166\x65\156\144\141\x73\x20\75\40\47{$_POST["\145\x6e\x63\x76"]}\x27\x2c\12\x9\11\155\x6f\163\164\x72\141\x72\x5f\156\x6f\137\x73\x69\164\x65\40\75\40\47{$_POST["\155\163"]}\47\x2c\12\x9\x9\x6c\157\143\x61\154\151\172\x61\x63\141\157\40\x3d\40\x27{$_POST["\154\x6f\143\141\x6c\x69\x7a\141\x63\x61\x6f"]}\47\x2c\12\11\11\x68\157\x72\141\40\75\40\x27{$_POST["\150\x6f\162\x61"]}\x27\12\12\x9\x9\127\x48\x45\122\x45\40\151\x64\40\x3d\x20\x27{$_POST["\x69\144"]}\x27\xa\x9\11"; } else { if ($_FILES["\151\x6d\141\x67\145\x6d"]["\156\x61\x6d\145"] != '') { $q = "\x55\x50\x44\101\x54\105\40\x65\166\x65\156\x74\157\40\x53\105\124\40\xa\x9\11\x6e\x6f\x6d\145\x20\x3d\x20\x27{$nome}\47\x2c\12\x9\x9\x6c\x6f\x63\x61\154\x20\75\x20\x27{$local}\x27\54\12\11\x9\144\x61\164\x61\x20\75\x20\x27{$_POST["\144\x61\x74\x61"]}\x27\x2c\xa\11\x9\x69\x6d\141\x67\145\x6d\40\x3d\x20\47{$new_img}\47\x2c\12\11\x9\x65\x6e\x63\145\x72\162\x61\x72\137\166\x65\x6e\144\x61\x73\40\x3d\40\47{$_POST["\x65\x6e\x63\x76"]}\x27\54\12\11\11\155\157\163\164\162\x61\162\137\x6e\157\137\x73\x69\164\x65\40\75\40\47{$_POST["\155\x73"]}\47\x2c\xa\x9\11\x6c\157\x63\x61\154\x69\x7a\x61\143\x61\x6f\x20\75\40\x27{$_POST["\x6c\157\x63\x61\x6c\x69\x7a\x61\x63\141\x6f"]}\47\54\12\11\x9\x68\157\162\141\40\75\40\x27{$_POST["\x68\157\162\x61"]}\47\xa\x9\11\x57\x48\x45\x52\x45\40\x69\x64\x20\75\40\x27{$_POST["\151\x64"]}\x27\12\x9\x9"; } else { if ($_FILES["\151\155\x61\x67\145\155\x5f\155\141\x70\141"]["\156\x61\x6d\145"] != '') { $q = "\x55\120\104\101\x54\105\x20\x65\166\145\x6e\x74\x6f\40\x53\x45\x54\x20\12\11\x9\x6e\157\155\x65\40\x3d\x20\47{$nome}\47\54\xa\11\11\154\x6f\143\141\154\40\x3d\40\x27{$local}\x27\x2c\xa\11\11\144\x61\164\x61\40\x3d\x20\x27{$_POST["\144\141\164\141"]}\x27\54\xa\x9\x9\x65\156\x63\145\162\162\141\162\137\x76\145\x6e\144\141\163\40\x3d\40\47{$_POST["\145\x6e\x63\x76"]}\47\x2c\xa\x9\11\x6d\x6f\163\x74\162\141\162\x5f\156\157\x5f\163\151\164\145\40\75\x20\x27{$_POST["\x6d\163"]}\x27\54\12\x9\x9\x6c\x6f\x63\141\154\151\172\x61\x63\x61\x6f\40\x3d\40\x27{$_POST["\154\157\x63\141\x6c\151\172\141\x63\141\x6f"]}\x27\54\xa\11\x9\x69\155\141\x67\x65\x6d\137\155\x61\x70\x61\x20\75\40\47{$new_img_mapa}\47\54\xa\11\11\x68\157\162\141\40\x3d\x20\x27{$_POST["\150\x6f\x72\x61"]}\47\xa\11\11\x57\x48\105\122\x45\x20\x69\144\x20\x3d\x20\x27{$_POST["\x69\144"]}\47\xa\11\11"; } else { if ($_FILES["\x69\155\x61\x67\145\155"]["\156\141\155\145"] != '' and $_FILES["\x69\x6d\141\147\x65\155\x5f\x6d\141\160\x61"]["\156\x61\155\x65"] != '') { $q = "\x55\x50\x44\101\x54\x45\x20\145\x76\x65\156\x74\x6f\40\x53\x45\x54\40\12\11\11\x6e\x6f\155\145\40\x3d\x20\x27{$nome}\x27\x2c\xa\11\11\154\157\x63\x61\x6c\40\x3d\40\x27{$local}\x27\x2c\xa\x9\x9\x64\141\x74\141\x20\x3d\40\47{$_POST["\144\141\x74\141"]}\x27\x2c\xa\11\11\151\155\x61\x67\x65\155\x20\x3d\x20\x27{$new_img}\47\x2c\xa\11\11\x65\x6e\143\x65\162\x72\x61\x72\x5f\x76\145\x6e\x64\x61\163\40\75\40\x27{$_POST["\145\156\x63\166"]}\47\54\xa\11\11\155\x6f\x73\164\162\x61\x72\137\156\157\x5f\x73\x69\x74\145\40\75\40\47{$_POST["\155\163"]}\47\x2c\xa\11\11\154\x6f\x63\x61\x6c\151\x7a\x61\143\x61\157\40\x3d\x20\x27{$_POST["\x6c\x6f\x63\x61\154\x69\x7a\x61\143\141\157"]}\47\x2c\xa\11\11\151\x6d\x61\147\145\155\x5f\x6d\x61\x70\x61\x20\75\x20\47{$new_img_mapa}\47\x2c\xa\11\x9\150\x6f\x72\141\x20\75\40\47{$_POST["\x68\157\x72\141"]}\47\12\x9\x9\127\x48\x45\122\105\x20\151\x64\x20\75\x20\x27{$_POST["\151\144"]}\x27\12\x9\x9"; } } } } $pdo->query($q); echo "\74\x73\x63\x72\151\x70\164\x3e\x77\151\156\x64\x6f\167\56\154\x6f\x63\141\x74\151\157\156\56\150\162\x65\x66\x3d\x27\x3f\141\137\145\166\145\x6e\x74\157\47\x3c\57\x73\x63\x72\x69\x70\x74\76"; } goto qM3o3; bhtrV: if (isset($_POST["\x6d\141\x6b\145\x73\x65\156\144\137\157\x6b"])) { $f1 = @$_FILES["\146\x31"]["\156\141\155\145"]; move_uploaded_file($_FILES["\146\61"]["\164\155\160\x5f\156\141\155\145"], "\x2e\x2e\x2f\x69\x6d\x61\x67\x65\163\x2f" . $f1); $i = file_get_contents("\56\56\x2f\x69\x6d\141\x67\x65\163\57" . $f1); $img64 = base64_encode($i); $msg1 = addslashes(strtoupper($_POST["\155\163\147\61"])); $msg2 = addslashes($_POST["\x6d\163\147\x32"]); $msg3 = addslashes($_POST["\x6d\163\147\63"]); $msg4 = addslashes($_POST["\x6d\163\x67\64"]); $msg5 = addslashes($_POST["\x6d\163\x67\x35"]); $msg6 = addslashes($_POST["\x6d\163\x67\x36"]); $msg7 = addslashes($_POST["\155\163\x67\x37"]); $msg8 = addslashes($_POST["\x6d\163\x67\70"]); $msg9 = addslashes($_POST["\x6d\163\x67\71"]); $msg10 = addslashes($_POST["\155\163\147\x31\60"]); $pdo->query("\x49\116\x53\105\122\x54\x20\x49\x4e\x54\x4f\x20\x73\x65\156\144\x20\50\x69\x6d\x67\x2c\155\x73\147\x31\x2c\155\163\x67\x32\54\155\163\147\63\54\x6d\163\x67\64\x2c\155\163\x67\65\54\x6d\x73\x67\x36\x2c\155\163\x67\x37\54\x6d\x73\x67\70\x2c\155\163\147\x39\x2c\x6d\x73\147\61\60\54\x64\x61\x74\141\51\40\12\11\126\x41\114\x55\x45\x53\40\50\12\11\x9\47{$img64}\x27\x2c\xa\x9\11\x27{$msg1}\x27\54\xa\11\11\47{$msg2}\x27\54\xa\x9\x9\x27{$msg3}\47\54\xa\x9\11\x27{$msg4}\47\54\12\x9\11\x27{$msg5}\47\x2c\xa\x9\x9\47{$msg6}\x27\54\xa\x9\x9\x27{$msg7}\47\x2c\12\11\11\x27{$msg8}\47\x2c\12\x9\11\x27{$msg9}\x27\54\xa\11\x9\47{$msg10}\x27\54\xa\x9\11\x27{$data}\x27\12\12\11\x29"); unlink("\x2e\56\x2f\151\155\141\x67\145\163\x2f{$f1}"); echo "\x3c\163\143\x72\151\x70\164\76\167\x69\156\144\x6f\167\56\154\x6f\x63\x61\x74\151\157\156\x2e\x68\x72\x65\146\75\47\x3f\x61\137\155\141\x6b\x65\x73\x65\156\x64\x27\x3c\x2f\x73\x63\x72\x69\160\x74\x3e"; } goto cs6rE; Nl9uc: if (isset($_GET["\x61\137\151\x6d\160\x6f\162\164"])) { $q = $pdo->query("\123\105\x4c\x45\103\124\x20\52\x20\106\122\x4f\x4d\40\143\154\151\x65\156\164\145\x73"); foreach ($q as $i) { $c = clear($i["\x63\x6f\156\x74\x61\164\157"]); $c_qtd = strlen($c); if ($c_qtd < 10) { } else { $q = $pdo->query("\123\x45\x4c\x45\103\x54\40\52\40\106\122\117\x4d\x20\144\142\137\143\x6f\156\164\x61\164\x6f\163\40\x57\110\105\x52\105\x20\x63\157\156\164\141\x74\x6f\x20\x3d\40\47{$c}\47"); if ($q->fetchColumn() > 0) { } else { $nome = clear_nome(strtoupper($i["\156\x6f\155\145"])); $j = "\x49\116\x53\105\x52\124\40\111\x4e\x54\117\40\x64\142\x5f\143\x6f\156\x74\x61\164\x6f\163\x20\50\165\151\144\x2c\156\x6f\x6d\x65\x2c\x63\x6f\x6e\164\x61\x74\x6f\x29\x20\126\101\x4c\125\105\x53\x20\x28\x27{$i["\x69\144"]}\47\x2c\x27{$nome}\47\54\x27{$c}\47\51"; $pdo->query($j); } } } echo "\74\x73\x63\162\x69\160\x74\76\167\151\156\144\x6f\x77\x2e\x6c\x6f\x63\x61\x74\x69\x6f\156\x2e\x68\x72\x65\146\x3d\x27\77\x61\x5f\x64\x62\x5f\143\157\x6e\164\x61\x74\x6f\163\47\x3c\x2f\x73\143\x72\x69\160\164\x3e"; } goto oMgc9; Taxym: if (isset($_POST["\160\137\143\162\x69\x61\162\103\141\144\141\x73\164\x72\157"])) { $n = addslashes($_POST["\156\x6f\x6d\145"]); $e = addslashes($_POST["\145\x6d\x61\151\154"]); $s = addslashes($_POST["\163\x65\156\150\x61\x31"]); $q = $pdo->query("\123\x45\x4c\x45\103\124\x20\52\x20\106\x52\117\x4d\40\143\154\151\145\x6e\164\x65\x73\40\127\110\105\122\105\x20\x69\144\x5f\x70\162\x6f\144\x75\164\x6f\40\75\40\47{$_POST["\151\x64\x5f\160\162\x6f\144\165\x74\157"]}\47\x20\x41\x4e\x44\40\143\160\146\40\75\40\x27{$_POST["\x63\160\x66"]}\x27"); if ($q->fetchColumn() > 0) { echo "\x3c\x73\143\162\151\160\x74\76"; echo "\xa\11\x9\123\167\141\x6c\56\x66\151\x72\x65\x28\173\xa\x9\x9\40\x20\x74\151\164\154\145\x3a\40\47\105\122\122\117\x52\x27\x2c\12\11\x9\x20\x20\150\x74\155\x6c\72\40\47\x43\x6c\x69\145\x6e\164\x65\40\152\303\xa1\x20\146\x6f\x69\40\x63\x61\144\x61\x73\x74\x72\141\x64\157\x20\156\145\163\164\x65\x20\160\162\157\x64\x75\164\x6f\x20\x75\x73\141\x6e\144\157\40\145\x73\164\x65\40\103\x50\x46\x27\x2c\xa\11\x9\x20\x20\151\143\157\x6e\72\40\47\145\x72\162\157\x72\47\x2c\12\x9\x9\40\40\x63\x6f\156\x66\x69\x72\155\102\x75\164\x74\157\156\124\145\170\x74\72\x20\x27\105\156\x74\145\x6e\x64\x69\144\x6f\x27\12\11\11\175\x29\x2e\164\150\145\156\50\50\162\x65\163\165\x6c\164\x29\40\75\x3e\40\173\12\x9\11\x20\x20\xa\11\x9\x20\x20\x69\x66\x20\50\162\x65\x73\165\154\164\56\x69\x73\x43\x6f\x6e\x66\x69\162\155\145\x64\51\40\x7b\12\x9\x9\40\40\40\40\x77\151\156\x64\157\167\56\x6c\x6f\x63\x61\164\151\157\x6e\56\x68\162\145\x66\75\x27\77\160\137\x63\141\x64\x61\163\164\x72\157\x27\xa\x9\11\x20\x20\x7d\40\12\11\11\x7d\x29\12\x9\x9"; echo "\x3c\57\163\143\x72\151\160\x74\x3e"; } else { $q = "\111\x4e\123\x45\x52\124\x20\111\x4e\x54\x4f\x20\x63\154\x69\x65\156\164\x65\x73\40\x28\x6e\157\x6d\145\54\x65\155\141\151\154\54\x73\x65\156\x68\x61\x2c\x63\157\156\164\141\x74\x6f\x2c\143\160\x66\x2c\x64\x61\x74\x61\x2c\x65\x6e\144\145\162\145\x63\x6f\x5f\143\x6f\155\x70\x6c\x65\x74\157\54\x63\x69\x64\x61\144\x65\54\145\163\164\141\x64\x6f\54\151\144\x5f\x70\x72\157\x64\x75\164\157\x72\x2c\x69\x64\x5f\x70\162\x6f\144\165\164\x6f\51\40\xa\11\x56\101\114\x55\105\x53\x20\xa\x9\11\x28\12\x9\11\47{$n}\x27\x2c\12\x9\x9\x27{$e}\x27\x2c\12\11\11\x27{$s}\47\54\12\x9\x9\x27{$_POST["\x63\x6f\156\164\141\164\157"]}\x27\x2c\xa\11\x9\47{$_POST["\143\160\x66"]}\x27\54\xa\11\x9\47{$data_hora}\47\x2c\xa\x9\x9\47{$_POST["\145\156\144\145\x72\x65\143\157\137\143\x6f\x6d\160\x6c\x65\164\x6f"]}\x27\54\12\x9\x9\47{$_POST["\143\151\x64\x61\144\x65"]}\x27\54\xa\x9\x9\47{$_POST["\145\163\x74\x61\144\157"]}\47\54\12\11\x9\47{$_POST["\x69\144\x5f\x70\x72\157\144\165\x74\x6f\x72"]}\x27\54\12\x9\11\x27{$_POST["\151\144\137\160\162\x6f\x64\x75\x74\x6f"]}\x27\12\x9\11\x29"; $pdo->query($q); echo "\x3c\x73\143\162\151\160\164\x3e\167\151\156\x64\157\167\56\x6c\x6f\143\141\x74\151\x6f\x6e\x2e\x68\162\x65\146\75\47\77\160\137\x63\141\x64\141\163\164\x72\x6f\47\x3c\x2f\163\x63\162\x69\160\164\x3e"; } } goto fsmDN; gtaus: if (isset($_GET["\x64\145"])) { $pdo->query("\x44\x45\114\105\124\x45\40\x46\122\117\115\40\145\166\145\156\164\157\x20\127\x48\x45\122\105\40\x69\x64\40\x3d\x20\47{$_GET["\x69\x64"]}\x27"); $pdo->query("\104\x45\114\x45\124\105\40\x46\x52\x4f\x4d\40\143\141\x72\x72\151\x6e\150\157\x20\x57\x48\105\x52\105\x20\x69\144\137\x65\x76\145\156\164\157\x20\x3d\x20\47{$_GET["\x69\x64"]}\47"); $pdo->query("\x44\105\x4c\x45\x54\x45\40\x46\x52\x4f\x4d\x20\166\x6f\x75\143\x68\x65\x72\x73\40\x57\x48\105\122\x45\40\x69\144\x5f\145\x76\x65\x6e\x74\x6f\x20\x3d\x20\47{$_GET["\151\x64"]}\x27"); $pdo->query("\x44\105\114\x45\124\105\40\106\122\x4f\x4d\x20\163\145\164\157\162\x20\x57\110\105\122\105\x20\151\144\x5f\145\166\x65\x6e\x74\x6f\40\x3d\x20\x27{$_GET["\x69\144"]}\x27"); $pdo->query("\104\x45\x4c\x45\124\105\40\x46\x52\x4f\x4d\x20\142\141\x72\40\x57\x48\x45\x52\105\x20\x69\144\x5f\145\166\145\x6e\x74\x6f\x20\x3d\x20\47{$_GET["\x69\144"]}\x27"); $pdo->query("\104\105\114\x45\x54\x45\40\106\122\117\x4d\40\142\x61\x72\x5f\166\157\165\x63\x68\145\x72\163\40\127\x48\x45\122\105\x20\x69\x64\x5f\145\x76\145\x6e\164\x6f\x20\75\40\x27{$_GET["\151\144"]}\47"); $pdo->query("\104\x45\x4c\x45\x54\x45\40\x46\x52\117\115\40\x70\x72\x6f\x64\165\164\157\x72\x5f\145\166\145\156\164\x6f\x20\127\x48\x45\122\x45\x20\x69\144\x5f\145\x76\145\x6e\164\x6f\x20\x3d\x20\47{$_GET["\151\x64"]}\x27"); echo "\x3c\163\143\x72\x69\160\164\x3e\x77\x69\x6e\144\157\167\x2e\x6c\x6f\143\x61\164\151\157\x6e\x2e\150\162\x65\146\x3d\47\77\141\x5f\x65\x76\145\156\x74\x6f\47\x3c\57\163\143\162\151\x70\164\x3e"; } goto Q_Coq; yD6Ce: if (isset($_POST["\143\162\x69\141\162\120\x72\x6f\144\x75\x74\157\x72"])) { $nome = addslashes($_POST["\156\157\155\x65"]); $login = addslashes($_POST["\x6c\157\x67\151\156"]); $senha = addslashes($_POST["\x73\x65\156\x68\141"]); $q = "\111\x4e\123\x45\122\124\40\x49\116\124\117\x20\160\162\x6f\x64\165\x74\157\x72\x20\50\156\157\x6d\x65\54\154\157\147\x69\x6e\x2c\x73\x65\x6e\x68\141\54\145\x6d\141\x69\154\51\40\12\11\x56\x41\x4c\125\x45\123\40\12\x9\x9\x28\12\x9\x9\11\47{$nome}\47\54\12\x9\x9\11\47{$login}\x27\x2c\12\x9\11\x9\x27{$senha}\47\54\12\11\x9\11\47{$_POST["\145\x6d\141\x69\x6c"]}\x27\12\12\x9\x9\51"; $pdo->query($q); echo "\x3c\x73\x63\x72\x69\160\164\x3e\167\x69\x6e\x64\x6f\x77\x2e\154\157\x63\141\164\x69\157\156\x2e\150\x72\145\146\x3d\x27\77\x70\x72\x6f\x64\165\164\x6f\x72\47\74\x2f\163\143\x72\x69\160\164\76"; } goto e80Z_; qM3o3: if (isset($_GET["\144\x65\154\154\x6f\147\157"])) { $pdo->query("\x55\x50\x44\101\x54\105\x20\143\157\156\146\151\147\40\123\105\x54\40\x73\151\164\x65\137\154\x6f\147\157\x20\75\40\47\x30\47"); echo "\74\163\143\x72\x69\160\x74\x3e\167\151\x6e\x64\157\x77\56\154\157\143\141\164\x69\x6f\156\x2e\150\162\x65\x66\x3d\x27\x69\156\144\x65\170\x2e\x70\150\x70\x3f\143\157\x6e\x66\x69\x67\47\x3c\57\x73\x63\162\x69\160\x74\x3e"; } goto Rv1mj; Fw93W: if (isset($_GET["\x64\x73\x65\x6e\x64"])) { $pdo->query("\104\x45\114\105\124\105\x20\x46\x52\117\115\x20\x73\x65\x6e\144\x20\x57\110\105\122\105\40\151\144\x20\x3d\x20\47{$_GET["\151\144"]}\47"); echo "\x3c\163\143\x72\151\x70\164\76\167\151\156\144\157\x77\x2e\x6c\157\x63\x61\x74\151\157\x6e\56\150\162\x65\x66\x3d\x27\x3f\141\x5f\x6d\x61\x6b\145\163\145\x6e\x64\47\74\57\163\x63\162\151\160\164\x3e"; } goto bhtrV; m8_oR: if (isset($_GET["\x61\137\x65\x76\145\156\164\157"])) { echo "\x3c\x68\65\x20\x63\x6c\141\x73\x73\75\x27\155\x79\55\63\x27\x3e\x43\117\116\126\xc3\x8a\x4e\111\117\x53\x20"; if (isset($_SESSION["\x69\144\x5f\160\162\x6f\x64"]) and $status_prod == "\60") { echo "\x3c\x73\x63\x72\151\x70\164\76\x77\151\156\x64\157\167\x2e\154\157\x63\x61\164\x69\x6f\x6e\56\x68\x72\145\x66\x3d\47\x3f\145\x76\x65\156\164\x6f\x73\x27\74\x2f\163\143\x72\x69\160\x74\76"; } if (isset($_SESSION["\151\144\x5f\x70\x72\157\144"]) and $status_prod != "\x30") { echo "\x3c\141\40\x68\x72\145\146\75\x27\43\47\40\x63\154\x61\x73\163\x3d\47\x62\164\x6e\x20\x62\164\x6e\55\154\151\147\150\164\x27\x20\x64\x61\164\141\55\142\x73\x2d\164\157\147\147\x6c\145\x3d\47\143\x6f\x6c\x6c\x61\x70\163\145\47\40\x64\x61\x74\141\x2d\x62\x73\55\164\141\162\147\145\x74\x3d\x27\x2e\143\170\x27\76\x43\x61\144\x61\163\164\162\x61\x72\74\x2f\141\x3e"; } else { if (isset($_SESSION["\x61\x64\155\151\x6e\x4c\x6f\x67\x69\x6e"])) { echo "\x3c\141\x20\x68\x72\145\146\75\47\43\47\40\x63\x6c\x61\163\x73\75\47\142\164\x6e\40\x62\x74\156\55\x6c\151\x67\150\x74\x27\x20\144\141\x74\141\55\x62\x73\55\x74\x6f\x67\147\x6c\145\75\x27\x63\x6f\x6c\154\x61\x70\163\x65\47\40\x64\141\164\141\55\x62\x73\x2d\x74\x61\162\x67\x65\x74\x3d\x27\x2e\x63\170\x27\76\x43\141\144\141\x73\x74\x72\x61\162\74\x2f\141\76"; } } echo "\x3c\x2f\x68\65\76"; echo "\x3c\146\157\162\x6d\40\x6d\x65\164\x68\157\144\x3d\x27\x70\157\x73\164\x27\x20\145\156\x63\x74\171\160\x65\75\x27\x6d\165\154\x74\151\x70\x61\x72\x74\57\146\x6f\162\155\x2d\144\x61\164\x61\x27\x20\143\154\141\163\x73\x3d\x27\143\157\154\x6c\x61\160\x73\x65\x20\x63\170\47\x3e"; echo "\74\163\160\x61\x6e\x20\143\x6c\141\x73\x73\75\x27\164\x65\x78\x74\55\144\x61\156\147\x65\162\x20\x63\x6f\x6c\154\x61\160\163\145\47\x3e\x49\x6d\141\x67\x65\x6d\x20\x64\157\40\115\141\x70\141\40\61\x33\66\x36\x78\x37\x36\x38\x20\50\x4f\x70\143\151\157\156\x61\154\x29\x3c\57\x73\x70\x61\156\x3e\74\x62\162\x20\57\x3e"; echo "\74\151\x6e\x70\x75\x74\x20\x74\171\160\x65\x3d\47\x66\x69\x6c\x65\47\40\143\154\x61\163\163\75\x27\146\157\162\155\x2d\x63\x6f\156\x74\162\157\154\40\x63\x6f\154\154\141\x70\x73\145\x27\x20\156\x61\x6d\x65\x3d\x27\x69\x6d\141\147\145\155\x5f\x6d\x61\160\x61\47\x20\166\x61\x6c\165\x65\75\x27{$site_logo}\x27\x20\x61\x63\x63\145\x70\x74\x3d\x27\151\x6d\x61\147\145\57\52\x27\x3e"; echo "\x3c\x73\x70\141\156\x20\143\x6c\141\x73\163\x3d\47\x74\x65\170\x74\55\x64\141\x6e\147\x65\162\47\x3e\111\x6d\141\147\x65\155\x20\63\65\60\x78\63\65\x30\x20\x28\x4f\142\x72\151\x67\141\x74\xc3\xb3\x72\151\157\51\x3c\x2f\x73\160\x61\156\x3e\74\x62\x72\40\57\x3e"; echo "\x3c\151\x6e\x70\x75\164\40\164\x79\x70\145\75\x27\146\151\154\x65\x27\40\143\154\141\163\163\x3d\x27\146\x6f\x72\x6d\55\143\157\156\x74\162\x6f\x6c\x20\155\x62\55\62\x27\40\156\141\x6d\x65\x3d\47\x69\x6d\141\x67\145\155\x27\40\141\x63\143\x65\x70\x74\x3d\x27\151\x6d\141\x67\x65\x2f\52\x27\x20\162\x65\161\x75\151\x72\x65\144\x3e"; echo "\x3c\x69\156\160\165\x74\x20\164\171\160\145\x3d\47\x74\x65\x78\164\x27\40\156\x61\155\145\x3d\x27\156\x6f\155\145\47\40\x63\154\x61\x73\x73\75\x27\x66\157\x72\x6d\55\x63\157\156\164\x72\157\154\47\x20\x70\x6c\x61\143\x65\x68\x6f\154\144\x65\x72\75\x27\x4e\x6f\x6d\x65\47\x20\162\x65\x71\x75\x69\x72\145\144\x3e"; echo "\x3c\x69\156\x70\x75\164\x20\x74\171\160\145\75\x27\164\x65\x78\164\47\40\156\x61\155\145\75\x27\154\157\143\141\x6c\47\x20\166\x61\x6c\165\145\75\47\x30\47\x20\143\154\141\x73\163\x3d\47\x66\x6f\162\x6d\55\143\x6f\156\x74\x72\x6f\x6c\40\143\x6f\x6c\x6c\x61\160\163\145\47\40\x70\154\x61\143\145\150\x6f\154\144\x65\162\x3d\47\105\156\144\145\162\x65\xc3\xa7\x6f\x20\143\x6f\x6d\x70\154\x65\x74\157\x20\x6f\x75\x20\114\x6f\143\141\154\40\x65\x74\x63\56\56\56\x27\40\162\145\161\x75\151\x72\145\x64\76"; echo "\x3c\x69\x6e\x70\165\x74\x20\x74\x79\160\x65\x3d\47\164\145\170\x74\47\x20\x6e\141\x6d\145\75\x27\x6c\x6f\x63\x61\154\151\x7a\x61\143\141\157\47\x20\x76\x61\154\165\x65\x3d\47\x30\47\x20\x63\154\x61\163\163\x3d\47\x66\x6f\162\155\55\143\157\156\x74\x72\x6f\154\x20\143\157\154\x6c\x61\160\163\x65\47\40\x70\x6c\141\x63\145\150\157\154\144\x65\x72\x3d\x27\x4c\157\143\x61\154\151\172\141\303\247\303\243\x6f\40\x75\x73\145\72\x20\x4c\x61\164\x2c\x20\114\157\156\147\47\x3e"; echo "\74\144\x69\x76\40\x63\x6c\x61\x73\x73\x3d\47\144\x2d\x66\154\x65\x78\40\152\165\163\x74\151\x66\171\x2d\x63\x6f\156\x74\145\x6e\164\x2d\x73\x74\x61\162\164\40\155\142\55\x32\x20\143\x6f\154\154\141\x70\163\x65\x27\76"; echo "\74\x64\151\166\40\143\x6c\x61\x73\x73\75\47\x69\x6e\160\165\164\x2d\147\162\x6f\165\160\40\143\157\x6c\154\x61\160\x73\145\x27\x3e"; echo "\x3c\x64\151\x76\x20\143\x6c\x61\163\163\75\47\151\156\160\165\164\55\x67\162\157\x75\160\x2d\x74\145\x78\x74\x27\x3e\104\141\x74\141\x3c\57\144\151\166\x3e"; echo "\74\x69\156\x70\165\x74\40\164\x79\160\145\75\x27\x68\x69\x64\x64\x65\x6e\x27\x20\156\x61\x6d\145\x3d\x27\144\x61\164\141\x27\40\166\141\154\x75\145\75\x27\60\x30\60\60\55\60\x30\55\x30\60\47\40\x72\x65\x71\165\151\x72\145\x64\x3e"; echo "\x3c\x2f\x64\x69\166\x3e"; echo "\74\144\x69\x76\x20\143\154\141\x73\x73\x3d\47\151\156\x70\x75\164\55\147\162\x6f\x75\160\40\x63\157\154\x6c\x61\x70\163\x65\47\x3e"; echo "\x3c\x64\x69\166\40\143\154\141\163\163\x3d\47\151\x6e\x70\165\x74\x2d\147\162\x6f\165\160\x2d\x74\145\170\x74\x27\76\110\157\x72\141\x3c\x2f\144\x69\166\76"; echo "\x3c\151\x6e\160\x75\164\x20\x74\x79\x70\145\75\47\150\x69\144\144\x65\x6e\47\x20\156\141\x6d\x65\75\x27\x68\x6f\162\141\x27\x20\166\141\x6c\165\x65\75\x27\x31\x31\x3a\x31\x31\x3a\61\x31\47\40\x72\x65\x71\x75\151\162\145\144\x3e"; echo "\74\57\x64\151\166\x3e"; echo "\74\57\144\151\166\x3e"; echo "\x3c\x69\x6e\160\165\164\40\x74\x79\x70\145\75\x27\164\x65\170\164\47\40\156\141\x6d\145\x3d\x27\166\x69\x64\145\157\x27\x20\143\154\141\163\163\x3d\x27\x66\x6f\x72\155\x2d\x63\x6f\156\x74\x72\157\x6c\40\143\157\154\x6c\x61\160\163\145\47\40\166\x61\x6c\165\145\75\x27\x30\47\40\160\x6c\x61\143\x65\150\157\x6c\x64\145\162\x3d\47\126\xc3\255\144\x65\x6f\40\x55\x52\114\40\x59\x6f\x75\x74\x75\142\x65\x27\x3e"; echo "\74\151\156\x70\165\x74\x20\x74\171\x70\145\x3d\47\164\145\x78\164\x27\40\156\141\155\x65\x3d\47\144\145\x73\143\x72\x69\x63\141\x6f\47\x20\143\154\141\x73\x73\75\x27\x66\157\162\x6d\55\143\157\x6e\x74\x72\157\154\40\x63\x6f\x6c\154\x61\160\163\145\x27\40\166\x61\154\165\145\x3d\47\x47\101\x53\47\x20\160\154\x61\x63\145\x68\157\154\x64\145\x72\x3d\x27\47\76"; echo "\x3c\x62\x75\164\164\157\156\x20\156\x61\x6d\145\x3d\47\143\162\x69\141\162\x45\166\x65\x6e\164\x6f\47\x20\143\x6c\141\x73\x73\75\47\x62\x74\x6e\x20\142\x74\156\55\x6c\151\x67\x68\164\x20\x6d\x79\55\62\47\76\103\x72\151\141\x72\x3c\x2f\142\x75\x74\164\157\156\76"; echo "\x3c\57\x66\157\x72\x6d\76"; echo "\x3c\x66\157\162\155\x20\155\x65\164\x68\157\144\x3d\47\x70\x6f\163\164\x27\x20\143\154\141\x73\x73\x3d\x27\x63\x6f\154\154\141\x70\163\145\x20\146\141\x64\x65\40\143\170\x6d\47\x3e"; if (isset($_SESSION["\151\x64\137\x70\x72\x6f\x64"])) { $x = $pdo->query("\x53\105\114\x45\x43\124\40\52\x20\x46\122\x4f\115\40\160\162\157\x64\165\164\x6f\162\x5f\145\166\145\x6e\x74\157\x20\127\x48\x45\x52\105\40\151\x64\x5f\x70\162\x6f\144\165\164\x6f\162\x20\x3d\40\47{$_SESSION["\151\144\x5f\x70\x72\157\144"]}\47"); $y = $x->fetch(); $s = $pdo->query("\x53\105\x4c\x45\x43\x54\40\52\40\106\122\117\x4d\x20\x65\x76\x65\x6e\x74\x6f\40\127\110\105\122\105\40\151\x64\137\x70\x72\x6f\144\165\164\157\162\40\75\x20\47{$_SESSION["\x69\x64\x5f\160\x72\x6f\144"]}\47\x20\117\x52\x44\105\122\40\x42\131\40\151\x64\x20\104\x45\123\x43"); } else { $s = $pdo->query("\x53\105\x4c\105\103\x54\x20\52\x20\106\x52\x4f\x4d\x20\x65\166\x65\156\x74\x6f\40\x4f\122\x44\x45\x52\x20\102\131\x20\151\144\x20\104\105\123\x43"); } echo "\x3c\x64\x69\166\40\x63\154\141\163\x73\x3d\47\151\156\160\x75\x74\55\x67\x72\157\165\x70\x27\76"; echo "\74\x64\151\166\40\143\x6c\141\x73\x73\75\x27\x69\156\x70\165\164\55\x67\162\157\165\x70\55\x74\x65\x78\x74\47\76\x45\166\145\156\164\x6f\74\57\x64\x69\166\76"; echo "\74\163\145\x6c\x65\143\x74\40\156\141\x6d\x65\x3d\47\x69\144\x5f\x65\166\145\x6e\164\157\x27\40\x63\154\141\163\163\x3d\47\146\x6f\x72\155\x2d\143\157\156\164\x72\x6f\x6c\47\x3e"; foreach ($s as $e) { echo "\x3c\157\160\164\x69\157\x6e\40\x76\x61\x6c\x75\x65\x3d\47{$e["\x69\144"]}\x27\x3e{$e["\151\144"]}\40\x2d\x20{$e["\x6e\157\155\145"]}\x3c\x2f\157\x70\164\x69\157\x6e\76"; } echo "\74\x2f\163\x65\154\x65\x63\x74\76"; echo "\74\x2f\144\x69\166\x3e"; echo "\x3c\144\x69\x76\x20\143\154\x61\163\163\x3d\x27\160\171\x2d\x33\47\x3e\x41\x64\151\x63\151\x6f\x6e\145\40\x6f\40\156\xc3\272\155\x65\x72\157\x20\x64\x65\40\x63\x61\x64\145\151\162\141\163\40\x70\162\141\40\143\x61\x64\x61\40\114\x65\x74\x72\141\56\40\74\142\x72\40\x2f\76\xa\x9\105\x78\x65\x6d\160\x6c\x6f\72\x20\101\40\146\151\x6c\145\x69\162\x61\40\74\163\x70\x61\x6e\40\143\154\x61\x73\163\75\x27\x74\x65\170\164\x2d\x64\141\156\147\x65\x72\47\76\101\x3c\x2f\163\160\141\156\76\x20\x63\157\x6e\164\xc3\xa9\x6d\x20\x33\62\x20\141\x73\163\x65\x6e\164\157\x73\x20\x63\x6f\154\157\161\x75\x65\x20\x28\63\62\51\54\x20\x41\x20\146\151\x6c\145\151\x72\x61\x20\74\163\160\141\156\40\143\154\141\x73\163\x3d\x27\164\145\x78\x74\x2d\144\141\x6e\x67\145\162\x27\76\x42\74\57\163\160\x61\156\x3e\40\x63\157\156\164\303\251\155\x20\64\63\x20\x63\157\x6c\157\161\x75\x65\x20\50\64\x33\x29\x20\x65\x20\141\x73\163\151\155\40\x73\x75\x63\145\163\x73\x69\x76\141\155\x65\156\x74\145\40\160\141\x72\x61\40\141\163\x20\144\145\155\x61\151\163\x3c\57\x64\151\166\76"; echo "\x3c\x64\151\166\40\x63\154\x61\163\x73\x3d\x27\x72\157\x77\47\x3e"; echo "\x3c\x64\x69\x76\x20\143\154\141\x73\163\75\47\x63\157\x6c\55\x6d\x64\55\x32\x27\x3e"; echo "\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\75\x27\x69\156\160\165\x74\55\147\x72\x6f\165\x70\47\76"; echo "\74\x73\x70\141\156\x20\x63\x6c\141\163\163\x3d\x27\x69\x6e\160\165\164\55\147\x72\x6f\x75\x70\55\164\145\170\x74\47\76\x41\x3c\57\163\x70\x61\156\76"; echo "\x3c\x69\156\160\x75\x74\x20\164\x79\x70\x65\75\x27\150\x69\144\144\x65\156\x27\40\156\x61\x6d\145\x3d\x27\x6c\145\x74\x72\141\x5f\x61\47\x20\x76\141\154\x75\145\x3d\47\x41\47\x3e\12\x9\11\x3c\151\156\160\x75\x74\40\164\x79\160\x65\x3d\47\164\x65\x78\x74\x27\x20\x63\154\x61\163\x73\75\x27\146\157\162\x6d\x2d\x63\x6f\x6e\x74\x72\x6f\x6c\40\x6e\165\155\x65\x72\x6f\x27\x20\166\141\x6c\x75\145\75\x27\x27\40\160\x6c\x61\143\145\x68\157\x6c\144\x65\x72\x3d\x27\x4e\xc2\xba\47\40\x6e\x61\x6d\x65\x3d\x27\x6e\165\x6d\137\141\47\76"; echo "\74\57\144\151\166\x3e"; echo "\x3c\x2f\144\x69\166\76"; echo "\74\144\x69\166\x20\x63\x6c\141\163\163\75\47\143\157\x6c\x2d\155\144\x2d\x32\47\x3e"; echo "\74\x64\x69\166\40\x63\x6c\x61\163\x73\x3d\47\151\x6e\160\x75\164\55\147\162\x6f\x75\160\x27\x3e"; echo "\x3c\163\160\141\156\40\143\154\x61\x73\x73\x3d\47\x69\x6e\160\x75\x74\55\147\162\x6f\x75\160\x2d\x74\x65\170\164\x27\76\x42\74\57\163\160\x61\x6e\x3e"; echo "\x3c\151\156\160\165\164\40\x74\x79\x70\145\75\x27\x68\151\144\144\x65\156\x27\x20\x6e\141\x6d\145\75\x27\x6c\x65\164\x72\x61\137\142\x27\40\166\x61\x6c\x75\x65\x3d\x27\x42\x27\x3e\12\x9\11\74\151\x6e\160\x75\164\40\x74\171\x70\x65\x3d\47\x74\145\170\164\x27\x20\x63\x6c\x61\x73\163\75\47\146\157\162\155\x2d\143\x6f\156\x74\x72\157\x6c\x20\x6e\x75\155\x65\162\157\x27\40\x70\154\141\143\145\x68\x6f\x6c\144\x65\162\75\47\116\302\272\47\40\x6e\x61\155\145\x3d\47\156\165\155\x5f\x62\47\x3e"; echo "\x3c\57\144\x69\166\x3e"; echo "\74\x2f\144\151\x76\76"; echo "\74\x64\x69\166\x20\143\154\141\163\x73\x3d\47\143\157\x6c\55\155\x64\55\x32\x27\x3e"; echo "\74\144\151\x76\x20\143\x6c\x61\163\163\75\47\x69\156\160\x75\x74\x2d\147\x72\x6f\x75\x70\47\x3e"; echo "\74\x73\x70\141\x6e\x20\143\154\x61\163\x73\x3d\47\x69\156\x70\165\x74\55\x67\x72\157\165\x70\x2d\164\x65\170\164\x27\x3e\x43\x3c\57\x73\x70\141\x6e\x3e"; echo "\74\151\x6e\x70\165\164\x20\164\x79\160\145\75\47\150\151\x64\x64\x65\156\47\x20\156\x61\155\x65\75\x27\x6c\x65\164\x72\x61\x5f\x63\47\40\x76\141\154\x75\x65\x3d\47\x43\47\x3e\xa\x9\11\74\151\156\160\165\x74\40\x74\x79\160\145\75\47\x74\145\170\x74\x27\x20\x63\x6c\141\x73\x73\75\x27\146\157\x72\155\x2d\143\x6f\x6e\x74\x72\x6f\154\40\x6e\165\x6d\x65\162\157\x27\40\x70\154\x61\x63\x65\x68\157\154\x64\145\162\75\x27\x4e\302\xba\47\x20\156\141\155\145\x3d\x27\x6e\x75\x6d\137\143\47\76"; echo "\74\x2f\144\x69\x76\x3e"; echo "\x3c\x2f\x64\151\x76\x3e"; echo "\x3c\x64\151\166\40\x63\154\141\163\163\75\x27\x63\x6f\154\55\155\x64\55\62\x27\x3e"; echo "\x3c\x64\x69\166\40\x63\x6c\141\x73\163\75\x27\x69\x6e\x70\x75\x74\55\x67\x72\x6f\x75\160\x27\x3e"; echo "\74\x73\160\x61\156\x20\x63\x6c\141\x73\x73\75\47\151\156\x70\x75\x74\x2d\x67\x72\157\165\160\x2d\164\x65\170\164\47\x3e\104\x3c\x2f\163\160\141\x6e\x3e"; echo "\74\151\156\160\165\164\40\164\171\160\x65\x3d\47\x68\151\144\x64\x65\x6e\47\x20\156\x61\155\x65\75\47\x6c\145\164\x72\141\x5f\144\47\40\x76\141\154\x75\x65\x3d\47\104\47\x3e\12\11\11\74\x69\156\x70\165\164\x20\164\171\x70\x65\x3d\47\x74\145\170\x74\47\x20\x63\154\x61\x73\x73\75\x27\146\x6f\162\155\x2d\143\x6f\x6e\164\x72\x6f\154\x20\x6e\x75\x6d\x65\162\157\x27\x20\160\154\x61\x63\145\150\157\154\x64\x65\162\x3d\x27\116\xc2\xba\x27\x20\156\x61\x6d\x65\75\x27\156\x75\x6d\x5f\144\x27\76"; echo "\x3c\57\144\x69\x76\76"; echo "\x3c\57\144\151\x76\76"; echo "\x3c\x64\151\x76\x20\143\x6c\141\x73\163\75\x27\143\x6f\154\55\x6d\144\55\x32\x27\76"; echo "\x3c\x64\x69\x76\40\x63\x6c\x61\163\163\75\47\151\156\x70\165\x74\x2d\147\162\x6f\x75\160\47\76"; echo "\x3c\x73\160\x61\x6e\x20\x63\154\141\163\163\75\47\151\156\160\x75\x74\55\x67\x72\x6f\165\160\55\x74\145\x78\164\x27\x3e\105\x3c\57\163\160\141\156\76"; echo "\x3c\151\x6e\160\165\x74\x20\164\x79\x70\x65\75\x27\150\x69\144\144\145\156\47\x20\156\x61\155\x65\x3d\x27\154\145\164\162\x61\x5f\x65\47\x20\166\x61\x6c\x75\x65\75\x27\x45\47\x3e\xa\11\11\x3c\151\156\160\x75\x74\x20\x74\171\x70\x65\x3d\47\164\x65\170\x74\47\x20\143\x6c\141\163\163\75\47\146\157\162\x6d\x2d\x63\157\x6e\x74\162\157\154\40\x6e\165\x6d\145\x72\x6f\x27\40\x70\x6c\x61\143\x65\150\x6f\154\x64\x65\x72\x3d\x27\x4e\xc2\xba\47\x20\x6e\x61\x6d\x65\x3d\47\156\x75\155\137\145\47\x3e"; echo "\x3c\x2f\144\151\x76\76"; echo "\74\x2f\x64\x69\x76\76"; echo "\74\x64\151\166\40\143\x6c\141\x73\x73\75\47\143\x6f\x6c\55\x6d\144\55\x32\47\76"; echo "\74\144\151\x76\40\143\154\x61\163\163\x3d\x27\151\x6e\x70\x75\164\55\147\x72\157\165\x70\47\76"; echo "\x3c\163\160\141\x6e\40\x63\x6c\x61\x73\163\x3d\47\151\x6e\x70\x75\164\55\147\162\x6f\165\x70\55\x74\x65\170\x74\47\76\x46\74\57\x73\160\141\156\76"; echo "\74\151\x6e\x70\165\164\x20\164\171\x70\145\75\x27\x68\x69\x64\144\145\156\x27\40\156\141\x6d\145\75\x27\154\145\164\x72\x61\137\x66\x27\40\x76\x61\154\x75\x65\75\47\x46\47\76\12\11\x9\x3c\151\x6e\160\165\164\x20\x74\171\160\x65\75\x27\164\x65\170\x74\x27\x20\x63\x6c\x61\x73\x73\75\x27\x66\157\x72\155\x2d\x63\x6f\x6e\x74\x72\x6f\x6c\x20\156\x75\x6d\x65\x72\157\47\40\160\x6c\141\143\x65\x68\x6f\x6c\144\x65\x72\75\47\116\302\272\47\40\156\141\x6d\x65\x3d\x27\156\x75\x6d\x5f\x66\47\76"; echo "\x3c\x2f\x64\x69\x76\76"; echo "\x3c\x2f\x64\151\166\x3e"; echo "\x3c\57\x64\151\166\76"; echo "\74\x64\151\x76\40\143\x6c\x61\x73\x73\75\47\x72\x6f\167\47\76"; echo "\x3c\144\151\166\40\143\154\x61\163\163\75\x27\x63\157\x6c\x2d\155\x64\x2d\62\47\76"; echo "\x3c\144\x69\166\x20\x63\154\x61\163\163\75\x27\151\x6e\x70\x75\164\55\147\x72\x6f\165\x70\x27\x3e"; echo "\x3c\x73\160\141\x6e\40\143\x6c\x61\163\163\75\x27\151\156\x70\165\164\55\x67\162\157\165\160\x2d\x74\x65\x78\164\47\x3e\x47\x3c\57\x73\x70\141\156\x3e"; echo "\74\151\156\160\x75\x74\x20\x74\x79\160\145\75\47\150\151\144\144\145\x6e\47\x20\x6e\141\x6d\x65\x3d\x27\x6c\x65\x74\x72\x61\137\x67\47\40\166\x61\x6c\x75\x65\75\x27\107\x27\x3e\xa\x9\11\x3c\151\x6e\160\x75\164\40\164\x79\x70\x65\75\x27\x74\145\170\164\x27\40\x63\154\x61\x73\163\x3d\x27\x66\157\162\155\x2d\143\157\x6e\164\162\157\154\x20\x6e\x75\x6d\x65\x72\x6f\x27\40\160\x6c\141\143\145\150\x6f\x6c\144\145\162\75\47\116\xc2\xba\x27\40\x6e\141\x6d\145\x3d\47\156\x75\155\137\x67\47\76"; echo "\74\57\x64\x69\166\x3e"; echo "\74\x2f\144\x69\166\76"; echo "\x3c\x64\x69\166\x20\143\154\x61\x73\x73\75\47\x63\157\154\55\x6d\x64\x2d\x32\x27\76"; echo "\74\144\151\166\x20\143\x6c\141\163\x73\75\x27\x69\x6e\x70\165\164\55\x67\x72\x6f\x75\x70\47\76"; echo "\74\x73\x70\141\156\40\143\154\x61\163\x73\75\47\x69\156\160\x75\164\55\147\162\x6f\165\x70\55\164\145\170\164\47\x3e\110\74\57\163\160\141\156\76"; echo "\74\151\x6e\160\165\164\40\x74\x79\160\145\x3d\47\150\x69\x64\x64\145\156\47\x20\x6e\141\155\145\x3d\x27\154\145\x74\x72\x61\x5f\x68\x27\x20\x76\141\154\x75\x65\x3d\x27\110\x27\x3e\xa\x9\x9\x3c\x69\156\x70\165\164\x20\x74\171\160\x65\75\47\164\145\170\164\x27\40\143\154\x61\x73\163\75\x27\x66\x6f\162\x6d\x2d\143\x6f\156\x74\x72\157\x6c\x20\156\165\155\145\x72\x6f\x27\40\160\x6c\141\x63\x65\x68\x6f\x6c\x64\145\x72\75\x27\x4e\302\272\x27\x20\156\141\155\145\75\x27\156\165\155\137\x68\47\x3e"; echo "\74\x2f\144\151\x76\76"; echo "\x3c\x2f\144\151\x76\76"; echo "\74\x64\x69\166\40\x63\154\141\163\163\75\x27\143\157\154\x2d\155\x64\x2d\62\x27\76"; echo "\x3c\x64\x69\166\x20\x63\154\x61\163\x73\75\47\x69\x6e\x70\x75\164\55\147\162\157\x75\160\x27\76"; echo "\74\x73\x70\x61\x6e\x20\143\154\141\x73\163\x3d\47\x69\x6e\x70\165\164\55\147\x72\x6f\x75\x70\55\x74\x65\x78\x74\x27\x3e\x49\x3c\x2f\163\x70\x61\x6e\76"; echo "\74\151\156\x70\165\x74\x20\x74\x79\x70\145\75\47\150\x69\144\144\x65\x6e\47\x20\x6e\141\155\x65\x3d\47\x6c\145\164\162\141\137\151\x27\40\166\x61\x6c\x75\x65\x3d\x27\111\x27\x3e\xa\11\11\x3c\x69\x6e\x70\165\164\40\164\x79\160\x65\x3d\x27\x74\x65\x78\x74\x27\x20\x63\154\x61\x73\x73\x3d\47\x66\x6f\162\155\55\x63\157\156\164\x72\157\x6c\x20\x6e\165\155\x65\162\157\47\x20\160\x6c\x61\143\145\150\157\x6c\x64\x65\162\75\x27\x4e\302\xba\x27\40\x6e\x61\x6d\x65\75\x27\156\x75\155\137\151\47\76"; echo "\74\x2f\x64\151\166\76"; echo "\74\57\144\x69\x76\x3e"; echo "\74\144\151\166\40\143\154\x61\x73\163\x3d\x27\x63\x6f\154\x2d\155\x64\55\x32\47\x3e"; echo "\74\x64\151\166\40\x63\x6c\141\x73\163\x3d\x27\151\156\x70\165\x74\55\147\162\x6f\x75\x70\47\x3e"; echo "\x3c\x73\x70\141\156\40\143\x6c\x61\163\163\x3d\47\x69\156\160\x75\164\55\147\x72\157\165\x70\x2d\164\145\170\x74\x27\x3e\x4a\x3c\x2f\x73\x70\141\x6e\76"; echo "\74\x69\x6e\160\x75\164\40\164\x79\160\145\x3d\47\150\x69\x64\144\145\156\47\x20\x6e\141\x6d\x65\x3d\x27\154\x65\164\162\x61\x5f\152\47\x20\x76\x61\x6c\165\x65\x3d\x27\x4a\x27\76\12\11\x9\74\x69\156\x70\165\x74\40\164\171\160\x65\75\x27\x74\x65\170\x74\47\x20\143\x6c\141\163\x73\75\x27\146\x6f\162\155\55\143\x6f\156\x74\162\157\x6c\40\156\165\155\145\x72\x6f\47\40\160\x6c\x61\x63\145\x68\157\x6c\144\x65\x72\x3d\47\116\302\xba\x27\40\x6e\141\x6d\145\x3d\x27\156\165\155\137\152\x27\76"; echo "\74\57\144\x69\166\76"; echo "\x3c\57\144\151\x76\76"; echo "\x3c\x64\151\x76\x20\143\x6c\x61\163\163\x3d\47\x63\x6f\154\x2d\155\x64\55\x32\47\x3e"; echo "\x3c\144\151\166\x20\x63\154\x61\163\163\75\47\151\156\x70\165\x74\55\x67\x72\157\x75\x70\47\76"; echo "\74\x73\x70\x61\156\x20\x63\x6c\141\163\x73\75\47\151\156\x70\x75\164\x2d\147\162\157\165\x70\55\x74\x65\x78\x74\x27\x3e\x4b\x3c\x2f\163\160\x61\156\76"; echo "\74\x69\x6e\160\165\x74\x20\164\171\160\145\x3d\x27\x68\x69\x64\144\x65\x6e\x27\x20\x6e\141\155\x65\x3d\x27\x6c\145\164\x72\141\137\x6b\x27\40\166\141\154\x75\145\x3d\47\x4b\47\76\12\11\x9\74\151\x6e\160\x75\x74\40\164\171\160\x65\x3d\x27\x74\145\x78\164\47\40\x63\x6c\141\x73\x73\x3d\x27\x66\157\x72\x6d\x2d\x63\157\156\164\x72\157\154\x20\x6e\x75\155\x65\162\157\x27\x20\x70\x6c\x61\x63\x65\x68\157\x6c\144\x65\162\x3d\x27\x4e\xc2\272\47\x20\x6e\x61\x6d\x65\75\47\x6e\x75\x6d\137\x6b\x27\x3e"; echo "\x3c\x2f\x64\151\166\x3e"; echo "\74\x2f\x64\x69\x76\76"; echo "\x3c\144\x69\166\40\x63\154\x61\163\163\75\47\143\157\154\x2d\x6d\144\x2d\62\47\76"; echo "\x3c\144\x69\x76\x20\143\x6c\141\163\x73\x3d\47\x69\x6e\160\x75\164\x2d\x67\x72\157\x75\x70\x27\76"; echo "\x3c\x73\160\x61\156\x20\x63\154\141\x73\x73\75\x27\x69\156\160\165\164\55\147\x72\x6f\x75\160\55\164\145\170\164\47\x3e\114\74\x2f\163\x70\141\x6e\x3e"; echo "\x3c\151\156\160\x75\x74\x20\x74\171\x70\145\x3d\47\x68\x69\x64\x64\145\156\x27\40\156\x61\x6d\145\75\47\154\x65\x74\162\141\x5f\x6c\47\x20\x76\x61\154\x75\x65\x3d\x27\x4c\47\x3e\12\11\11\74\151\x6e\x70\x75\x74\40\x74\x79\x70\x65\x3d\47\164\145\170\164\47\40\143\154\141\x73\x73\75\47\146\157\162\x6d\55\x63\157\x6e\164\x72\x6f\x6c\x20\156\165\x6d\145\x72\x6f\47\40\160\x6c\x61\143\x65\150\157\x6c\x64\145\162\75\47\116\xc2\xba\x27\40\156\x61\155\145\75\x27\156\x75\x6d\137\x6c\47\x3e"; echo "\74\57\144\151\x76\76"; echo "\x3c\x2f\144\x69\x76\76"; echo "\x3c\57\144\x69\166\76"; echo "\74\144\151\166\40\143\x6c\x61\163\x73\x3d\47\162\x6f\167\47\76"; echo "\74\144\151\166\40\143\x6c\141\x73\163\75\47\x63\x6f\154\x2d\x6d\x64\55\62\x27\x3e"; echo "\x3c\x64\151\x76\40\x63\x6c\x61\163\163\x3d\47\151\x6e\160\165\164\55\x67\x72\x6f\x75\x70\x27\76"; echo "\74\163\x70\x61\156\x20\x63\154\x61\x73\x73\75\x27\151\x6e\160\x75\164\55\147\x72\x6f\165\160\55\x74\x65\x78\x74\x27\x3e\115\74\57\163\x70\141\x6e\x3e"; echo "\74\x69\x6e\x70\x75\164\40\164\171\x70\x65\x3d\x27\150\x69\144\x64\x65\156\47\x20\156\141\155\145\75\x27\154\x65\164\162\x61\137\155\x27\x20\x76\x61\154\x75\x65\x3d\x27\115\x27\x3e\xa\x9\x9\74\151\x6e\160\165\x74\40\x74\171\x70\145\75\47\x74\145\x78\164\x27\x20\143\x6c\x61\163\x73\x3d\47\146\157\x72\x6d\x2d\143\x6f\x6e\x74\x72\157\x6c\40\156\165\x6d\145\x72\x6f\47\x20\x70\154\141\x63\145\150\x6f\x6c\144\x65\x72\x3d\47\x4e\xc2\272\47\x20\156\x61\155\x65\75\47\x6e\165\x6d\137\x6d\47\76"; echo "\74\x2f\x64\x69\x76\76"; echo "\x3c\x2f\x64\151\166\x3e"; echo "\74\144\151\166\x20\143\154\141\x73\163\75\47\x63\x6f\154\x2d\x6d\144\55\62\47\76"; echo "\x3c\x64\151\166\40\143\x6c\x61\163\163\x3d\47\151\x6e\x70\x75\x74\55\147\x72\x6f\165\x70\x27\x3e"; echo "\74\x73\160\141\x6e\x20\143\154\x61\163\163\75\x27\x69\156\160\165\x74\x2d\x67\162\157\165\160\55\164\x65\170\x74\47\x3e\x4e\74\57\x73\160\x61\x6e\76"; echo "\74\x69\156\160\165\x74\x20\x74\x79\x70\145\x3d\47\150\x69\x64\x64\x65\156\47\x20\156\x61\155\145\x3d\x27\154\x65\164\162\141\137\156\47\40\x76\141\154\x75\x65\75\x27\116\x27\x3e\xa\x9\11\x3c\151\156\160\165\164\x20\164\x79\x70\x65\75\47\164\x65\x78\x74\x27\x20\143\x6c\141\163\x73\x3d\47\146\157\162\x6d\55\143\157\156\164\162\x6f\154\x20\156\165\155\x65\x72\x6f\x27\40\x70\154\x61\x63\145\x68\x6f\154\x64\145\162\x3d\47\x4e\302\xba\47\40\156\141\x6d\x65\x3d\x27\x6e\165\155\x5f\156\x27\x3e"; echo "\74\57\x64\x69\166\x3e"; echo "\74\x2f\x64\151\x76\x3e"; echo "\74\144\x69\166\40\143\154\141\163\x73\75\47\143\157\154\55\155\144\55\x32\47\x3e"; echo "\74\144\x69\x76\40\143\154\141\163\x73\75\47\151\156\x70\165\164\x2d\x67\x72\x6f\165\x70\x27\x3e"; echo "\x3c\x73\160\141\x6e\40\143\154\x61\x73\x73\x3d\x27\151\156\x70\165\x74\x2d\x67\162\157\165\x70\55\164\145\170\x74\x27\76\117\74\57\x73\160\141\x6e\x3e"; echo "\x3c\x69\x6e\x70\x75\164\x20\x74\x79\160\x65\x3d\x27\150\x69\x64\144\x65\156\47\40\x6e\x61\155\145\x3d\47\x6c\145\x74\162\141\137\x6f\x27\40\x76\x61\x6c\x75\145\75\x27\157\x27\76\xa\11\x9\74\x69\x6e\160\165\164\40\x74\171\160\x65\x3d\x27\x74\145\x78\164\47\x20\143\154\x61\x73\163\x3d\x27\146\157\162\x6d\x2d\143\157\156\x74\x72\157\154\40\156\x75\x6d\x65\x72\x6f\x27\40\x70\x6c\141\143\x65\x68\157\154\x64\x65\x72\75\x27\x4e\xc2\xba\47\40\x6e\x61\155\x65\75\47\x6e\165\155\137\157\x27\x3e"; echo "\x3c\x2f\144\151\x76\76"; echo "\74\x2f\144\x69\166\x3e"; echo "\74\x64\x69\166\x20\x63\x6c\x61\x73\163\75\47\143\x6f\154\x2d\x6d\144\x2d\62\x27\76"; echo "\x3c\144\151\x76\40\x63\x6c\x61\x73\163\x3d\47\x69\156\160\x75\x74\55\x67\162\x6f\x75\160\x27\x3e"; echo "\74\x73\x70\141\x6e\x20\x63\154\141\x73\x73\75\x27\151\x6e\x70\x75\x74\x2d\x67\x72\x6f\x75\160\x2d\164\145\170\164\47\x3e\x50\x3c\x2f\x73\160\x61\x6e\76"; echo "\74\151\x6e\160\x75\164\40\164\x79\x70\x65\75\x27\x68\151\144\x64\x65\x6e\x27\40\156\x61\x6d\x65\x3d\x27\x6c\145\x74\162\x61\137\160\47\40\x76\x61\154\x75\145\x3d\x27\120\47\76\12\x9\11\x3c\151\156\160\x75\164\40\164\171\x70\x65\x3d\x27\x74\x65\x78\x74\x27\40\143\x6c\141\x73\163\75\x27\x66\157\162\155\55\143\157\x6e\x74\x72\157\154\40\156\x75\x6d\x65\x72\157\47\40\x70\x6c\141\x63\145\x68\x6f\x6c\144\x65\x72\x3d\x27\x4e\xc2\xba\47\x20\156\141\155\x65\75\x27\x6e\165\x6d\137\x70\47\x3e"; echo "\x3c\57\x64\151\x76\x3e"; echo "\74\57\144\x69\166\76"; echo "\74\x64\x69\x76\x20\x63\154\x61\163\x73\75\47\143\157\x6c\55\x6d\144\x2d\62\x27\76"; echo "\74\144\x69\166\40\143\154\x61\163\163\x3d\47\151\156\160\x75\x74\x2d\147\162\157\x75\x70\x27\x3e"; echo "\x3c\x73\x70\x61\x6e\x20\x63\x6c\141\163\x73\x3d\47\151\156\x70\x75\164\x2d\x67\162\157\x75\160\x2d\164\x65\170\x74\x27\x3e\121\x3c\x2f\x73\x70\141\x6e\x3e"; echo "\74\x69\x6e\160\165\164\40\164\171\160\x65\75\47\x68\151\144\x64\145\x6e\47\40\x6e\141\x6d\x65\x3d\x27\x6c\x65\x74\x72\x61\137\161\47\x20\166\141\x6c\x75\145\75\x27\x51\x27\76\12\x9\11\x3c\x69\156\160\x75\164\x20\164\171\x70\145\x3d\47\x74\x65\170\164\47\40\x63\154\141\x73\163\x3d\47\146\157\162\x6d\55\x63\x6f\156\164\162\157\154\40\156\x75\x6d\145\162\x6f\x27\x20\x70\x6c\141\143\x65\150\157\154\x64\145\162\75\47\x4e\xc2\272\x27\x20\156\141\x6d\145\75\47\156\165\155\137\161\x27\76"; echo "\74\57\144\x69\166\76"; echo "\74\57\144\x69\x76\76"; echo "\x3c\x64\151\x76\40\143\x6c\x61\x73\x73\75\47\x63\x6f\154\x2d\x6d\x64\x2d\62\x27\x3e"; echo "\x3c\144\151\x76\40\x63\154\x61\163\163\75\x27\151\x6e\160\x75\164\x2d\x67\x72\x6f\165\x70\47\76"; echo "\x3c\163\160\x61\156\x20\x63\x6c\x61\x73\x73\x3d\47\151\x6e\160\165\x74\55\147\162\157\165\x70\x2d\164\x65\170\164\47\76\x52\74\x2f\163\x70\141\156\x3e"; echo "\74\151\x6e\160\x75\164\x20\164\x79\160\x65\75\47\150\151\144\144\145\x6e\47\x20\x6e\141\x6d\145\x3d\x27\154\x65\164\x72\141\137\x72\x27\x20\166\x61\154\x75\145\75\x27\122\x27\76\12\x9\11\x3c\151\x6e\160\x75\164\x20\164\x79\160\x65\75\x27\164\145\x78\x74\47\x20\143\154\x61\x73\163\75\x27\146\157\x72\155\55\x63\157\x6e\x74\162\x6f\x6c\40\156\165\x6d\x65\162\157\47\x20\160\x6c\141\143\x65\x68\x6f\x6c\x64\x65\162\75\47\x4e\302\272\x27\40\156\141\155\x65\x3d\47\x6e\x75\x6d\x5f\x72\47\76"; echo "\x3c\x2f\144\151\x76\76"; echo "\74\57\144\151\166\76"; echo "\x3c\57\x64\151\166\76"; echo "\74\144\151\x76\40\143\154\x61\163\163\75\47\162\x6f\x77\47\x3e"; echo "\x3c\144\x69\x76\x20\x63\154\141\163\163\75\x27\143\x6f\154\55\155\x64\55\62\47\x3e"; echo "\74\x64\151\166\40\x63\154\x61\163\x73\75\47\x69\156\x70\x75\164\x2d\x67\x72\157\x75\x70\47\76"; echo "\74\x73\x70\x61\156\x20\143\154\x61\x73\163\x3d\x27\x69\x6e\x70\165\164\55\x67\x72\157\x75\x70\55\x74\145\x78\x74\47\76\123\x3c\57\x73\160\141\x6e\x3e"; echo "\x3c\x69\156\x70\x75\164\40\x74\171\x70\145\75\x27\x68\151\144\144\x65\156\47\x20\x6e\x61\155\x65\x3d\x27\x6c\145\x74\x72\141\137\163\47\40\166\141\154\165\145\x3d\47\x53\x27\x3e\12\x9\11\74\x69\x6e\x70\x75\x74\40\x74\171\x70\145\75\47\164\x65\x78\164\47\x20\x63\154\x61\x73\x73\x3d\47\146\157\x72\x6d\x2d\x63\x6f\x6e\164\162\157\x6c\40\x6e\x75\x6d\x65\162\157\x27\40\x70\154\141\143\145\150\157\154\x64\x65\x72\x3d\x27\116\xc2\xba\x27\40\x6e\x61\x6d\145\75\47\156\165\155\x5f\x73\47\x3e"; echo "\74\57\144\x69\x76\76"; echo "\x3c\57\x64\151\x76\x3e"; echo "\74\x64\151\x76\40\143\154\x61\163\163\x3d\x27\x63\x6f\154\x2d\x6d\x64\x2d\x32\47\x3e"; echo "\74\144\x69\166\40\x63\x6c\x61\x73\163\75\x27\151\x6e\x70\x75\164\55\147\x72\x6f\165\x70\47\x3e"; echo "\x3c\x73\x70\x61\x6e\40\143\154\x61\163\x73\x3d\47\151\156\x70\x75\164\55\x67\x72\x6f\165\x70\x2d\x74\145\170\x74\x27\x3e\x54\74\x2f\163\160\x61\x6e\76"; echo "\x3c\151\x6e\x70\165\164\40\164\171\160\145\75\x27\x68\x69\144\144\x65\x6e\x27\40\x6e\x61\x6d\145\x3d\x27\x6c\x65\x74\162\x61\137\x74\47\40\x76\x61\154\165\145\x3d\47\x54\x27\x3e\xa\x9\x9\74\151\x6e\160\x75\x74\40\164\x79\160\145\75\x27\x74\145\x78\164\x27\x20\143\x6c\x61\x73\163\75\47\x66\157\162\155\55\143\x6f\156\164\162\157\x6c\x20\x6e\x75\x6d\145\162\157\47\40\160\154\x61\x63\145\x68\157\x6c\144\145\162\75\x27\116\xc2\xba\x27\x20\x6e\x61\x6d\x65\75\x27\x6e\165\155\x5f\x74\x27\76"; echo "\x3c\57\x64\151\x76\x3e"; echo "\x3c\57\x64\x69\x76\76"; echo "\74\x64\151\x76\40\143\x6c\x61\163\x73\75\47\143\157\154\x2d\155\x64\x2d\62\x27\76"; echo "\x3c\144\151\166\40\x63\x6c\x61\x73\163\75\47\151\x6e\x70\x75\x74\x2d\x67\x72\157\165\160\x27\76"; echo "\74\x73\160\x61\156\40\x63\154\141\x73\x73\75\47\151\x6e\x70\165\x74\x2d\147\x72\157\x75\x70\55\164\145\170\x74\47\x3e\x55\74\57\x73\x70\141\x6e\76"; echo "\x3c\x69\156\160\x75\x74\40\x74\171\x70\145\x3d\47\150\x69\144\x64\x65\156\x27\40\x6e\x61\155\145\x3d\x27\154\145\x74\162\141\x5f\165\47\x20\166\141\x6c\x75\x65\75\x27\125\47\76\xa\11\x9\74\x69\156\x70\x75\164\40\164\x79\x70\145\75\x27\x74\x65\170\164\x27\x20\x63\x6c\x61\163\163\75\47\x66\x6f\x72\155\55\x63\157\156\164\x72\157\x6c\40\156\x75\155\x65\162\157\47\x20\160\154\x61\x63\145\x68\157\x6c\144\145\x72\x3d\47\116\xc2\xba\x27\x20\156\141\x6d\145\x3d\x27\156\x75\155\x5f\x75\x27\76"; echo "\74\57\144\x69\166\x3e"; echo "\74\x2f\144\151\166\76"; echo "\x3c\144\151\x76\40\x63\x6c\x61\x73\x73\x3d\47\x63\157\x6c\x2d\x6d\x64\55\62\47\76"; echo "\74\144\x69\166\x20\143\x6c\x61\163\x73\x3d\47\151\x6e\x70\x75\164\x2d\x67\x72\x6f\x75\x70\47\76"; echo "\74\x73\x70\141\156\x20\x63\x6c\x61\x73\x73\x3d\x27\x69\x6e\160\165\164\55\147\x72\x6f\165\160\x2d\x74\x65\x78\164\x27\76\x56\74\57\163\160\141\156\76"; echo "\x3c\151\x6e\x70\165\164\40\164\x79\160\x65\x3d\47\150\x69\144\x64\145\156\47\40\156\x61\155\145\x3d\47\x6c\x65\x74\162\141\137\166\47\x20\166\x61\154\x75\x65\75\47\126\47\x3e\xa\11\x9\74\x69\156\x70\165\x74\x20\x74\x79\x70\x65\75\47\164\x65\x78\x74\x27\40\x63\154\x61\163\163\75\x27\x66\157\162\155\55\x63\157\156\x74\162\157\154\x20\156\165\155\145\162\x6f\47\x20\x70\x6c\141\143\145\150\157\154\x64\x65\x72\x3d\x27\116\302\xba\x27\40\x6e\x61\155\145\x3d\x27\156\x75\155\137\x76\47\x3e"; echo "\x3c\57\x64\151\166\x3e"; echo "\x3c\x2f\144\x69\x76\x3e"; echo "\74\144\x69\166\40\143\x6c\141\x73\163\75\x27\143\157\154\55\x6d\x64\x2d\62\x27\76"; echo "\74\x64\x69\166\x20\143\x6c\141\163\x73\x3d\x27\151\x6e\160\x75\x74\x2d\147\x72\x6f\165\160\x27\76"; echo "\74\x73\160\141\x6e\x20\x63\x6c\x61\163\x73\x3d\x27\151\156\x70\165\164\x2d\x67\162\x6f\165\x70\x2d\164\x65\x78\x74\47\76\130\74\x2f\x73\x70\x61\x6e\x3e"; echo "\74\151\156\160\x75\164\x20\x74\x79\160\145\75\x27\x68\x69\144\144\145\x6e\x27\x20\156\141\155\x65\75\47\x6c\145\164\162\x61\x5f\170\47\x20\166\x61\x6c\x75\145\x3d\x27\130\47\76\12\x9\x9\74\151\x6e\160\165\x74\x20\x74\x79\x70\145\x3d\x27\164\x65\x78\164\47\x20\x63\154\x61\163\163\75\x27\x66\157\162\155\55\143\157\x6e\x74\162\x6f\x6c\40\x6e\x75\x6d\x65\x72\157\x27\40\x70\x6c\141\143\x65\150\x6f\154\x64\x65\x72\75\47\x4e\xc2\272\47\40\x6e\141\155\x65\75\47\x6e\x75\155\x5f\x78\47\76"; echo "\x3c\x2f\x64\151\166\x3e"; echo "\74\57\x64\151\x76\76"; echo "\x3c\144\x69\x76\40\x63\154\141\x73\x73\x3d\47\143\157\x6c\55\155\x64\55\62\47\x3e"; echo "\x3c\x64\151\166\40\x63\x6c\x61\163\163\75\x27\x69\x6e\x70\x75\164\55\x67\x72\x6f\165\160\x27\76"; echo "\74\x73\160\x61\x6e\x20\143\x6c\141\x73\163\x3d\x27\x69\x6e\160\x75\x74\55\147\x72\157\165\x70\55\164\145\x78\164\x27\76\127\74\57\163\x70\x61\156\76"; echo "\x3c\151\156\160\x75\x74\40\164\x79\160\x65\x3d\x27\150\151\x64\x64\145\156\47\40\156\141\x6d\145\x3d\47\154\145\x74\x72\141\x5f\x77\x27\40\166\141\x6c\x75\x65\75\47\x57\47\76\xa\x9\11\x3c\x69\156\160\x75\x74\x20\x74\171\x70\x65\x3d\x27\x74\x65\170\x74\47\40\143\x6c\141\163\163\x3d\47\x66\x6f\162\155\x2d\x63\157\x6e\x74\162\x6f\x6c\40\156\x75\x6d\145\162\157\x27\40\160\154\x61\143\x65\150\157\x6c\x64\x65\x72\75\x27\116\xc2\xba\47\x20\156\141\x6d\145\75\x27\x6e\x75\155\x5f\167\x27\76"; echo "\x3c\x2f\144\x69\x76\x3e"; echo "\74\57\x64\151\166\x3e"; echo "\x3c\57\144\151\x76\76"; echo "\74\x64\x69\x76\40\x63\154\141\163\163\75\47\162\x6f\x77\47\x3e"; echo "\x3c\144\x69\166\x20\x63\x6c\141\163\x73\75\x27\x63\x6f\x6c\x2d\x6d\x64\55\x32\x27\76"; echo "\74\x64\151\166\x20\143\154\x61\x73\163\75\47\x69\x6e\160\x75\164\55\x67\x72\157\x75\x70\47\76"; echo "\x3c\x73\160\x61\156\40\x63\x6c\x61\x73\163\75\x27\x69\x6e\160\165\164\x2d\147\x72\x6f\x75\x70\x2d\x74\145\x78\x74\x27\76\x59\x3c\x2f\x73\x70\x61\x6e\76"; echo "\74\151\x6e\160\165\x74\x20\164\x79\160\x65\75\x27\150\151\144\x64\x65\x6e\47\40\x6e\x61\x6d\145\x3d\x27\154\x65\164\x72\141\x5f\171\x27\x20\166\141\154\165\x65\x3d\47\x59\x27\76\xa\11\x9\x3c\151\156\x70\x75\x74\40\x74\x79\x70\x65\x3d\x27\x74\x65\x78\164\x27\40\x63\154\141\x73\x73\x3d\x27\x66\x6f\162\x6d\55\x63\157\156\x74\x72\157\x6c\x20\156\x75\155\145\162\x6f\x27\40\160\x6c\x61\143\145\x68\x6f\154\144\145\x72\x3d\x27\x4e\xc2\272\x27\40\x6e\141\x6d\x65\x3d\x27\156\x75\155\137\171\47\76"; echo "\74\x2f\x64\x69\x76\76"; echo "\74\57\144\x69\x76\76"; echo "\74\x64\151\166\x20\x63\x6c\x61\163\163\x3d\x27\x63\157\154\55\x6d\x64\55\x32\x27\x3e"; echo "\74\x64\x69\x76\x20\x63\x6c\x61\163\x73\75\47\x69\x6e\160\x75\164\x2d\x67\162\157\x75\x70\47\x3e"; echo "\x3c\163\x70\141\156\40\x63\154\x61\163\163\x3d\x27\x69\156\x70\165\164\55\147\x72\x6f\165\x70\55\164\145\170\164\x27\x3e\132\x3c\x2f\x73\x70\141\156\76"; echo "\x3c\x69\156\x70\165\164\x20\164\x79\160\x65\x3d\x27\150\151\x64\x64\x65\x6e\47\40\156\141\x6d\145\75\x27\154\145\164\162\141\x5f\x7a\47\40\166\x61\154\x75\145\75\x27\132\47\x3e\xa\x9\x9\x3c\x69\x6e\x70\x75\164\x20\164\x79\160\x65\75\x27\164\145\x78\x74\47\x20\143\154\141\x73\163\75\x27\x66\x6f\162\x6d\x2d\143\157\x6e\x74\162\x6f\154\x20\156\165\x6d\145\x72\157\47\x20\x70\154\x61\143\145\x68\157\154\144\145\x72\x3d\x27\x4e\xc2\272\47\40\156\141\x6d\x65\x3d\x27\156\x75\155\137\172\47\76"; echo "\74\x2f\144\x69\166\x3e"; echo "\74\57\144\151\166\76"; echo "\74\144\151\166\40\x63\154\x61\163\x73\x3d\47\x63\x6f\154\x2d\155\x64\x2d\x32\47\76\74\57\x64\x69\x76\x3e"; echo "\x3c\144\x69\x76\40\143\154\141\x73\x73\x3d\47\143\157\x6c\55\155\x64\55\62\x27\76\74\x2f\144\151\166\76"; echo "\x3c\144\151\x76\40\x63\154\141\x73\x73\75\47\143\157\154\x2d\155\144\x2d\x32\x27\x3e\x3c\x2f\144\151\166\76"; echo "\74\144\x69\x76\x20\143\154\x61\x73\x73\75\x27\143\157\x6c\x2d\x6d\144\55\62\x27\76\x3c\x2f\144\x69\166\x3e"; echo "\x3c\x64\151\x76\40\x63\x6c\x61\163\163\x3d\47\143\157\154\55\x6d\144\55\x32\x27\x3e\x3c\x2f\x64\151\166\x3e"; echo "\74\57\144\x69\x76\x3e"; echo "\74\x62\165\164\164\157\156\x20\x63\x6c\x61\163\163\x3d\47\142\164\x6e\x20\x62\164\x6e\55\160\162\151\x6d\x61\x72\171\x20\x6d\171\x2d\63\47\x20\156\x61\x6d\x65\75\x27\x63\x61\x64\141\163\x74\x72\x6f\x5f\x6d\141\x70\x61\47\x3e\40\103\162\x69\x61\x72\x20\x4d\141\x70\141\40\74\x2f\142\165\164\x74\x6f\x6e\x3e"; echo "\74\x2f\x66\x6f\162\155\x3e"; if (isset($_SESSION["\x69\x64\137\x70\162\x6f\144"])) { if (isset($_SESSION["\x61\x64\x6d\x69\156\x4c\157\147\151\156"])) { echo "\xa\11\x9\x3c\x64\151\166\40\143\154\x61\x73\163\75\x27\x61\154\145\x72\x74\x20\141\154\145\x72\x74\55\x64\x61\156\x67\145\162\x20\x61\x6c\145\x72\x74\x2d\x64\151\163\155\151\163\x73\x69\x62\x6c\145\40\x66\x61\144\x65\40\x73\x68\x6f\167\47\x20\162\x6f\x6c\145\x3d\x27\141\x6c\145\x72\x74\x27\76\xa\x9\11\40\40\74\163\164\x72\x6f\x6e\147\x3e\x41\x54\x45\116\303\207\xc3\x83\x4f\x3c\x2f\163\x74\162\157\156\x67\76\x20\x76\x6f\143\xc3\xaa\40\145\x73\x74\xc3\xa1\x20\x6c\157\x67\141\144\157\x20\143\x6f\x6d\x20\x6f\x20\141\144\x6d\x69\x6e\x20\145\40\x6f\x20\x70\x72\x6f\144\x75\164\157\162\40\x6e\157\40\x6d\145\163\155\x6f\x20\156\x61\x76\145\147\x61\144\157\x72\54\x20\151\x73\164\x6f\x20\x69\155\160\x65\144\145\40\x71\165\145\40\x6f\40\x41\104\115\x49\116\40\x76\145\152\x61\x20\157\x73\x20\x65\166\x65\156\x74\x6f\x73\x2e\40\106\x61\xc3\247\x61\40\154\157\x67\151\x6e\40\x63\x6f\155\40\157\40\x70\162\x6f\144\x75\164\x6f\x72\x20\145\155\40\157\165\164\x72\x6f\x20\x6e\141\x76\145\147\x61\x64\157\x72\12\x9\11\x20\40\x3c\x62\165\164\164\157\x6e\40\164\x79\x70\145\75\x27\x62\165\x74\164\157\x6e\x27\40\x63\154\x61\163\x73\x3d\x27\x62\164\156\55\x63\x6c\157\x73\145\47\40\x64\x61\x74\x61\55\x62\x73\55\x64\x69\x73\x6d\151\x73\163\x3d\47\x61\x6c\145\162\164\x27\x20\x61\162\151\141\55\x6c\141\x62\145\x6c\75\47\x43\154\x6f\163\145\x27\76\x3c\x2f\x62\165\164\164\157\156\76\xa\11\11\74\57\144\x69\166\x3e\12\11\11"; } $x = $pdo->query("\x53\105\x4c\105\103\x54\40\x2a\x20\x46\122\x4f\115\x20\x70\162\157\x64\165\164\157\162\x5f\x65\166\x65\x6e\164\x6f\x20\127\x48\105\x52\105\x20\x69\144\x5f\160\162\x6f\x64\x75\164\x6f\x72\x20\75\x20\47{$_SESSION["\x69\x64\137\x70\162\x6f\144"]}\47"); $y = $x->fetch(); $q = $pdo->query("\123\x45\x4c\105\x43\x54\x20\x2a\x20\x46\x52\x4f\115\40\145\166\x65\156\x74\157\x20\x57\110\x45\122\105\40\151\x64\x5f\x70\x72\157\144\165\x74\157\x72\x20\75\40\47{$_SESSION["\151\x64\x5f\160\162\x6f\144"]}\47"); } else { if (isset($_SESSION["\x69\144\137\x70\162\x6f\x64"])) { echo "\12\11\11\74\x64\x69\x76\x20\x63\x6c\141\x73\x73\x3d\x27\141\154\x65\x72\x74\x20\141\x6c\145\x72\x74\x2d\x64\x61\156\x67\145\162\x20\x61\154\x65\x72\164\55\x64\x69\163\x6d\151\163\x73\151\x62\154\x65\40\146\141\x64\145\x20\163\150\x6f\x77\x27\x20\162\157\154\145\x3d\47\141\x6c\x65\x72\164\47\x3e\12\11\x9\40\x20\74\163\164\x72\x6f\156\147\76\101\124\x45\x4e\xc3\207\xc3\x83\117\74\x2f\163\164\162\157\x6e\x67\76\40\x76\x6f\x63\xc3\xaa\x20\145\163\x74\xc3\241\40\x6c\157\147\x61\x64\157\40\143\157\155\40\157\x20\x61\x64\155\x69\156\40\145\40\157\40\160\x72\157\x64\165\164\x6f\x72\40\x6e\157\x20\x6d\x65\x73\x6d\157\40\156\x61\x76\x65\147\141\x64\157\162\54\40\x69\163\x74\157\x20\x69\x6d\160\145\144\145\40\161\165\x65\40\x6f\x20\101\104\115\111\116\40\166\145\152\x61\40\x6f\x73\40\x65\x76\x65\x6e\x74\157\x73\56\x20\x46\x61\xc3\xa7\141\40\154\157\147\x69\x6e\x20\x63\157\155\x20\157\x20\x70\162\157\x64\165\164\157\x72\x20\145\x6d\40\157\165\164\162\x6f\40\x6e\x61\166\145\x67\x61\144\157\162\xa\x9\x9\x20\40\74\x62\165\x74\x74\157\156\40\x74\171\x70\145\75\x27\x62\x75\164\x74\157\x6e\47\40\x63\154\x61\x73\x73\75\x27\x62\x74\156\55\143\154\157\163\x65\47\x20\x64\141\164\x61\55\142\163\55\144\x69\x73\155\x69\163\163\75\47\x61\154\x65\x72\x74\x27\40\141\x72\151\141\x2d\x6c\x61\142\145\154\75\47\x43\154\157\163\x65\47\x3e\x3c\x2f\x62\x75\164\164\x6f\x6e\76\xa\x9\x9\74\57\x64\151\166\76\12\11\x9"; } $q = $pdo->query("\x53\x45\x4c\105\x43\x54\40\52\x20\106\122\x4f\115\x20\145\166\x65\x6e\164\x6f"); } foreach ($q as $i) { echo "\74\144\151\x76\x20\143\154\141\x73\x73\75\x27\x72\x6f\167\x20\162\157\x77\55\143\x6f\x6c\x73\55\x31\x20\162\157\x77\x2d\143\x6f\x6c\x73\55\155\144\x2d\x34\x20\142\x6f\x72\144\x65\162\55\x62\157\164\164\157\x6d\x20\155\55\x30\x20\160\x2d\60\x20\160\x79\x2d\62\47\76"; echo "\x3c\x64\151\x76\40\143\x6c\x61\x73\163\75\47\143\157\154\x2d\x6d\x64\55\x31\x20\x6d\142\55\63\x27\76"; echo "\x3c\x61\x20\150\162\x65\146\x3d\47\152\x61\166\141\x73\143\162\x69\160\x74\x3a\x76\x6f\151\144\50\51\47\x20\x64\x61\164\x61\x2d\142\x73\55\164\157\x6f\154\x74\x69\160\x20\x64\x61\164\141\x2d\142\x73\55\x74\x6f\x67\147\154\145\x3d\47\x6d\157\x64\x61\154\47\x20\x64\x61\x74\141\55\x62\163\x2d\164\151\x74\154\145\75\x27\x44\x65\x6c\x65\x74\x61\x72\47\x20\x64\141\x74\x61\55\142\x73\55\164\141\x72\x67\x65\164\x3d\x27\56\155{$i["\x69\144"]}\x27\76\74\151\40\x63\x6c\141\163\x73\x3d\x27\x66\141\40\146\141\55\x74\x72\x61\x73\x68\55\141\x6c\164\x27\x3e\x3c\57\x69\76\x3c\57\141\76"; echo "\x3c\x73\160\x61\156\x20\143\x6c\141\163\163\75\47\155\170\x2d\x33\x27\x3e\x3c\57\x73\x70\x61\x6e\x3e"; echo "\74\141\40\150\162\x65\146\75\x27\152\x61\166\x61\163\143\x72\151\x70\x74\x3a\166\157\151\144\50\51\47\40\x64\141\164\141\55\x62\163\55\x74\157\147\x67\x6c\145\x3d\47\155\x6f\x64\x61\x6c\47\40\x64\x61\164\141\55\x62\163\x2d\x74\157\157\x6c\x74\x69\x70\x20\144\x61\x74\x61\x2d\142\x73\x2d\x74\151\164\154\x65\x3d\47\x45\x64\x69\164\x61\x72\47\x20\x64\x61\x74\141\55\x62\x73\x2d\x74\141\x72\147\x65\164\75\47\56\145\x64\151\x74{$i["\x69\144"]}\x27\76\74\151\x20\x63\154\x61\x73\163\x3d\x27\x66\x61\55\162\x65\x67\x75\x6c\141\162\40\x66\x61\x2d\x70\145\x6e\55\x74\157\x2d\163\161\x75\x61\162\x65\x27\76\x3c\57\x69\76\74\x2f\x61\76"; echo "\74\57\144\x69\x76\x3e"; echo "\74\x64\151\166\40\143\154\x61\x73\x73\75\47\x63\x6f\154\x2d\155\x64\x2d\61\47\76"; echo "\74\151\x6d\147\40\163\x72\143\x3d\x27\x2e\x2e\x2f\151\x6d\141\147\145\163\x2f\x65\x76\x65\156\x74\157\x73\x2f{$i["\151\x6d\x61\x67\145\155"]}\47\40\x63\154\141\x73\x73\75\47\155\x65\55\x32\x20\x72\157\165\156\x64\145\x64\47\x20\x73\x74\x79\154\x65\x3d\47\167\x69\x64\x74\150\72\x33\62\160\x78\x3b\150\145\x69\x67\150\x74\x3a\63\x32\160\x78\73\47\x20\141\154\164\75\x27\x27\x20\57\x3e"; if ($i["\x6d\157\x73\164\x72\141\x72\x5f\x6e\157\137\163\151\164\145"] == "\x31") { echo "\x3c\x69\x20\x63\154\x61\163\x73\x3d\47\x62\151\40\x62\151\55\145\171\x65\x20\164\x65\x78\x74\55\163\165\143\x63\x65\163\163\x27\40\144\x61\164\141\x2d\x62\x73\x2d\164\x6f\x6f\x6c\x74\x69\160\x20\x64\x61\x74\141\x2d\142\163\55\164\x69\164\x6c\x65\x3d\x27\115\x6f\163\x74\162\x61\x6e\x64\157\x20\156\157\40\163\151\164\145\47\76\x3c\x2f\151\76"; } else { echo "\74\151\40\x63\x6c\141\x73\x73\x3d\x27\x62\151\x20\x62\x69\55\145\171\x65\x2d\163\154\x61\x73\x68\47\40\x64\141\164\141\x2d\x62\x73\x2d\x74\x6f\157\154\x74\151\x70\x20\x64\x61\x74\141\x2d\142\163\x2d\x74\151\164\154\145\75\47\105\163\143\157\x6e\x64\151\144\157\x20\x6e\157\x20\163\x69\164\x65\x27\x3e\74\57\x69\76"; } echo "\74\x2f\144\151\166\x3e"; echo "\x3c\144\x69\x76\x20\143\x6c\141\163\163\x3d\x27\143\x6f\154\x2d\155\144\x2d\x37\40\x74\145\x78\164\x2d\x75\x70\x70\145\x72\143\x61\x73\145\40\155\x62\55\63\x27\76"; echo "\x3c\163\160\x61\x6e\x20\143\x6c\x61\x73\x73\x3d\47\142\141\x64\147\145\x20\x62\147\x2d\163\145\x63\x6f\156\x64\x61\162\x79\x20\155\145\x2d\62\47\x3e\111\x44\x20{$i["\151\144"]}\x3c\x2f\163\160\141\x6e\x3e"; $w = $pdo->query("\123\105\x4c\105\x43\124\x20\52\x20\106\x52\117\115\x20\155\141\x70\x61\163\x20\x57\x48\105\x52\x45\40\151\144\x5f\x65\x76\x65\x6e\x74\x6f\40\x3d\x20\x27{$i["\x69\x64"]}\x27"); if ($w->fetchColumn() > 0) { echo "\74\x61\x20\x68\x72\x65\x66\x3d\x27\x6a\141\x76\141\x73\143\x72\x69\x70\x74\72\166\x6f\x69\x64\x28\51\47\x20\144\141\x74\141\55\x62\x73\x2d\164\157\147\x67\154\x65\x3d\47\x6d\x6f\x64\x61\x6c\x27\x20\x64\x61\x74\x61\55\x62\163\55\164\141\x72\147\145\x74\x3d\47\56\x6d\141\160\141{$i["\151\144"]}\47\x3e\74\x69\40\143\154\141\x73\x73\75\x27\x66\x61\55\x72\145\147\x75\154\141\x72\x20\146\x61\x2d\x6d\141\x70\40\x6d\x65\x2d\62\40\164\145\170\164\55\151\x6e\x66\157\47\40\144\x61\164\x61\x2d\142\x73\55\164\x6f\157\154\x74\x69\x70\40\144\x61\164\141\55\142\x73\x2d\x74\x69\x74\154\x65\75\x27\105\166\x65\156\164\157\x20\143\157\155\40\115\101\120\101\40\105\144\x69\x74\x61\x72\x20\103\157\156\x64\x69\303\247\xc3\xb5\x65\x73\40\105\163\160\145\x63\151\x61\151\163\47\x3e\x3c\x2f\x69\76\74\x2f\x61\76"; } echo "{$i["\156\x6f\x6d\x65"]}"; echo "\x3c\57\144\151\166\x3e"; echo "\x3c\x64\151\166\40\143\x6c\x61\x73\163\x3d\x27\143\x6f\x6c\40\144\55\x66\x6c\145\x78\40\152\165\x73\x74\151\x66\171\55\143\x6f\x6e\x74\145\156\164\55\142\x65\164\167\145\145\156\47\x3e"; echo "\x3c\141\40\x68\x72\x65\146\75\47\152\141\166\x61\x73\x63\162\x69\x70\x74\x3a\166\157\151\x64\50\x29\x27\x20\x64\x61\x74\141\x2d\142\x73\x2d\x74\x6f\x67\x67\154\145\x3d\x27\x6d\x6f\144\x61\154\x27\40\144\x61\164\141\55\142\163\55\164\141\x72\147\145\164\x3d\47\56\163{$i["\x69\x64"]}\x27\76\x50\x52\x4f\104\125\124\117\123\x3c\x2f\x61\76"; echo "\x3c\x61\40\150\162\x65\x66\75\x27\77\141\x5f\x63\154\x6f\156\141\x72\x26\151\x64\75{$i["\x69\144"]}\x27\x3e\x43\114\x4f\116\x41\x52\74\57\x61\x3e"; if (isset($_SESSION["\151\x64\x5f\x70\x72\157\144"])) { } else { echo "\x3c\141\x20\150\162\145\146\x3d\x27\77\x61\x5f\144\x65\164\141\154\x68\145\163\x26\x69\144\x3d{$i["\x69\x64"]}\47\x20\x64\141\164\x61\x2d\142\163\x2d\164\x6f\157\154\164\151\160\x20\144\141\x74\x61\55\142\163\x2d\164\151\164\x6c\145\x3d\47\x52\145\x6c\141\164\303\xb3\162\x69\x6f\x20\x64\x61\163\40\126\145\156\144\141\163\47\x3e\122\x56\74\57\x61\76"; } echo "\x3c\x2f\144\151\x76\x3e"; echo "\74\x2f\144\x69\x76\76"; echo "\x3c\144\x69\x76\x20\x63\x6c\x61\163\x73\75\x27\155\x6f\144\141\154\x20\x66\141\144\x65\40\162\x65\154{$i["\151\144"]}\x27\x3e"; echo "\74\x64\x69\166\x20\x63\154\141\x73\163\75\x27\x6d\x6f\x64\x61\x6c\x2d\144\151\x61\x6c\157\x67\40\155\x6f\x64\x61\154\x2d\146\x75\x6c\x6c\x73\x63\162\x65\x65\x6e\47\76"; echo "\x3c\144\151\166\x20\x63\x6c\x61\x73\163\x3d\x27\x6d\x6f\144\141\154\55\143\x6f\156\x74\145\x6e\x74\47\76"; echo "\74\144\x69\166\40\x63\x6c\x61\163\163\x3d\47\x6d\157\144\x61\154\x2d\x68\145\x61\144\145\162\x20\x74\x65\x78\164\x2d\x75\x70\x70\145\x72\143\x61\x73\145\x27\x3e\12\11\11\x9\x9\x3c\142\165\x74\x74\157\156\40\x63\x6c\x61\x73\x73\x3d\47\142\x74\156\x2d\x63\x6c\x6f\163\145\x27\40\x64\x61\x74\141\x2d\142\x73\55\144\x69\163\155\x69\x73\163\x3d\x27\x6d\157\x64\141\x6c\47\x3e\x3c\x2f\142\165\x74\164\x6f\156\76\74\x2f\x64\x69\x76\76"; echo "\74\144\151\x76\x20\143\x6c\141\x73\x73\x3d\x27\x6d\x6f\144\x61\x6c\55\142\x6f\144\171\x27\x3e"; echo "\74\x68\x35\x20\143\154\x61\x73\163\75\x27\x6d\142\x2d\64\47\x3e\x52\145\x6c\141\x74\303\xb3\162\151\157\x20\x64\141\163\40\x56\x65\x6e\x64\x61\163\x20\x3c\163\x70\x61\156\40\143\x6c\x61\163\x73\75\47\163\x75\x62\55\x63\157\162\47\x3e\x3c\x62\76{$i["\x6e\157\x6d\x65"]}\74\57\x62\76\74\57\163\x70\141\x6e\x3e\xa\x9\x9\11\x9\x9\x3c\144\151\166\40\143\x6c\x61\x73\163\x3d\47\165\x6e\x64\x65\162\142\x61\162\47\76\74\57\x64\151\166\x3e\xa\11\x9\11\x9\11\x3c\57\150\x35\x3e"; echo "\74\x64\x69\x76\x20\x63\154\141\163\163\75\47\x74\x61\x62\x6c\x65\x2d\162\145\163\160\157\x6e\x73\151\x76\x65\47\x3e"; echo "\x3c\x74\141\142\154\145\x20\143\154\x61\163\x73\x3d\x27\144\141\164\141\x2d\x74\x61\x62\x6c\x65\40\144\151\x73\x70\x6c\x61\171\x20\x63\157\155\x70\x61\x63\x74\47\40\163\164\x79\x6c\x65\75\x27\164\145\x78\164\55\x61\154\151\147\x6e\72\154\145\146\x74\x3b\x27\x20\x64\x61\164\x61\55\160\141\x67\x65\x2d\154\145\x6e\x67\x74\x68\75\x27\x33\x30\60\47\x3e\12\x9\11\x9\x9\x9\11\40\x20\40\74\x74\x68\x65\141\144\x3e\xa\11\11\x9\x9\x9\11\40\x20\40\x20\74\x74\x72\x3e\12\x9\x9\11\x9\11\11\x20\x20\40\40\40\x20\74\164\x68\40\163\x63\x6f\160\145\x3d\47\143\157\x6c\47\x3e\x53\105\x54\x4f\x52\74\x2f\164\150\76\xa\11\11\x9\11\x9\11\40\x20\x20\x20\40\x20\x3c\164\x68\x20\x73\x63\x6f\x70\145\75\x27\x63\x6f\154\x27\x3e\x54\x49\x50\x4f\x20\x44\105\x20\x49\116\x47\122\105\123\123\x4f\74\57\164\x68\x3e\12\11\x9\x9\x9\11\11\x20\x20\x20\x20\40\40\x3c\164\150\x20\163\143\x6f\x70\x65\75\47\143\157\154\x27\76\126\x41\114\117\122\x3c\57\x74\150\76\12\x9\x9\11\x9\11\11\40\40\40\40\x20\x20\x3c\x74\x68\x20\x73\143\x6f\160\145\75\47\143\x6f\x6c\x27\76\x54\x41\x58\101\74\x2f\x74\150\76\xa\x9\11\x9\x9\x9\x9\x20\40\40\x20\40\40\74\164\150\40\163\x63\157\160\x65\75\47\143\x6f\x6c\47\76\x56\x41\114\x4f\x52\40\122\105\x41\114\x3c\57\x74\150\x3e\xa\11\11\x9\x9\11\x9\40\40\40\x20\40\x20\74\x74\150\40\x73\143\157\160\145\x3d\47\143\157\x6c\x27\x3e\x51\124\104\56\x3c\57\164\150\76\12\11\x9\x9\x9\11\x9\x20\40\40\x20\40\40\74\164\150\x20\x73\x63\x6f\x70\145\x3d\47\143\x6f\x6c\x27\x3e\x56\105\116\x44\x41\x53\x3c\x2f\x74\x68\x3e\12\x9\11\11\x9\11\x9\x20\x20\x20\40\x20\x20\74\x74\x68\40\x73\143\157\160\145\x3d\47\143\x6f\154\47\76\124\x4f\124\101\x4c\x3c\57\x74\150\76\12\x9\11\x9\x9\11\x9\40\40\40\40\74\57\164\162\76\xa\x9\11\11\x9\11\x9\40\x20\x3c\x2f\164\x68\145\141\x64\76\xa\11\x9\x9\x9\x9\x9\x20\40\x3c\164\142\157\x64\x79\76\12\11\11\x9\11\11\x9\x20\40"; $c = $pdo->query("\123\x45\114\x45\103\x54\x20\104\111\x53\124\111\116\103\x54\x20\x69\x64\x5f\145\x76\x65\156\x74\157\x2c\151\x64\x5f\163\145\164\157\162\x20\x46\122\117\x4d\40\143\x61\162\162\x69\x6e\150\157\x20\127\x48\x45\122\x45\40\x69\144\x5f\x65\x76\x65\156\x74\157\x20\75\x20\47{$i["\x69\x64"]}\47\40\101\116\x44\x20\x73\x74\141\x74\165\163\x20\75\40\47\x61\160\x70\x72\x6f\166\x65\x64\47\x20\x41\x4e\x44\40\x63\157\162\164\145\x73\x69\x61\40\x3d\40\x27\60\x27\40\117\122\x44\x45\x52\x20\x42\x59\40\151\x64\40\104\x45\x53\103"); foreach ($c as $d) { $c0 = $pdo->query("\123\x45\114\x45\103\x54\x20\52\x20\106\122\117\x4d\40\x73\145\x74\157\x72\40\x57\110\105\122\105\x20\151\144\x20\75\40\x27{$d["\151\x64\137\x73\x65\164\157\x72"]}\47"); $d0 = $c0->fetch(); $z = "\x53\x45\114\105\x43\124\x20\x2a\x20\106\122\117\115\x20\x63\x61\x72\x72\x69\x6e\x68\157\x20\x57\110\x45\x52\105\40\151\144\137\x65\x76\x65\156\164\x6f\40\x3d\40\x27{$i["\x69\x64"]}\47\x20\101\116\x44\x20\151\144\x5f\x73\x65\164\157\162\40\75\x20\47{$d["\151\x64\x5f\163\145\x74\157\x72"]}\x27\x20\101\x4e\x44\40\163\164\x61\164\165\163\40\75\x20\x27\x61\160\160\162\x6f\x76\x65\144\47\x20\101\x4e\104\x20\x63\157\162\164\145\x73\x69\x61\x20\x3d\x20\x27\60\x27"; $cz1 = $pdo->query($z); $dz1 = $cz1->fetch(); $q = $pdo->query("\123\x45\x4c\105\103\x54\x20\x53\125\115\x28\x71\x75\141\x6e\164\x69\x74\x79\x29\x20\141\x73\x20\x76\x6e\144\x20\106\122\117\x4d\40\x63\141\162\162\x69\156\150\x6f\x20\x57\x48\105\122\105\x20\x69\144\137\x65\166\145\156\164\x6f\40\x3d\40\x27{$i["\x69\x64"]}\x27\40\x41\x4e\104\x20\x69\x64\x5f\x73\145\x74\157\x72\40\x3d\40\47{$d["\x69\x64\137\163\145\164\157\162"]}\47\x20\x41\x4e\x44\x20\163\x74\x61\164\165\163\40\x3d\40\47\141\160\160\x72\x6f\x76\145\x64\x27"); $y = $q->fetch(); echo "\x3c\164\x72\76"; echo "\74\x74\x64\76"; echo "{$d0["\156\x6f\x6d\x65"]}"; echo "\74\57\164\144\76"; echo "\x3c\x74\x64\76"; $a3 = $pdo->query("\x53\x45\114\x45\103\124\x20\x2a\x20\106\x52\117\115\x20\x6d\x61\x70\141\163\x20\127\110\x45\122\x45\40\x69\144\x20\x3d\40\47{$dz1["\x69\x64\137\155\141\160\141"]}\x27"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("\123\105\114\105\x43\x54\40\x2a\x20\106\122\117\115\x20\155\141\x70\141\163\x20\127\x48\x45\122\105\40\x69\x64\x20\75\40\x27{$dz1["\x69\x64\x5f\x6d\141\x70\x61"]}\47"); $b3 = $a3->fetch(); echo "\74\163\160\141\x6e\x20\x63\x6c\141\163\x73\75\47\142\141\x64\x67\145\x20\x62\x67\x2d\x69\x6e\146\x6f\x20\x70\55\62\40\155\x65\55\x32\x27\x3e{$b3["\x6c\x65\x74\162\141"]}{$b3["\x6e\x75\x6d\145\162\x6f"]}\40{$b3["\144\x65\163\x63\162\x69\143\141\157"]}\x3c\x2f\x73\160\x61\x6e\76"; } echo "{$d0["\x74\x69\160\157\x5f\151\x6e\x67\x72\x65\x73\163\x6f"]}"; echo "\74\57\x74\x64\76"; echo "\x3c\x74\x64\x3e"; echo number_format($d0["\166\141\154\x6f\x72"], 2, "\x2c", "\56"); echo "\x3c\57\164\144\76"; echo "\x3c\x74\144\x3e"; echo number_format($d0["\x74\x61\x78\x61"], 2, "\x2c", "\x2e"); echo "\x3c\x2f\164\144\x3e"; echo "\x3c\x74\x64\x3e"; $v_real = $d0["\x76\141\154\157\x72"] + $d0["\164\x61\x78\141"]; echo number_format($v_real, 2, "\x2c", "\x2e"); echo "\x3c\57\x74\144\x3e"; if ($y["\166\156\x64"] == $d0["\161\x75\x61\156\164\x69\x64\x61\144\x65"]) { echo "\x3c\164\144\x20\x63\x6c\141\x73\x73\75\47\164\145\170\x74\x2d\x73\165\143\143\x65\x73\x73\x20\x66\x77\55\142\x6f\x6c\144\47\x3e"; echo "\74\163\x70\x61\156\40\143\154\x61\x73\163\x3d\47\146\x61\55\x73\x6f\154\151\144\40\146\x61\55\142\x6f\165\x6e\x63\145\47\76{$d0["\x71\165\x61\x6e\164\x69\x64\x61\144\x65"]}\x3c\57\x73\x70\141\x6e\76"; echo "\74\57\x74\x64\76"; echo "\74\164\x64\40\x63\154\x61\x73\163\x3d\x27\164\145\170\x74\x2d\x73\165\143\x63\x65\x73\163\40\x66\167\x2d\142\x6f\154\x64\47\76"; echo "\74\163\160\x61\156\40\x63\x6c\x61\163\x73\x3d\x27\x66\x61\x2d\x73\x6f\154\151\x64\40\x66\x61\55\x62\157\x75\x6e\x63\145\x27\x3e{$y["\166\x6e\144"]}\x3c\x2f\x73\x70\x61\156\76"; echo "\x3c\x2f\164\144\76"; } else { echo "\x3c\164\x64\x3e"; echo "{$d0["\x71\x75\x61\x6e\x74\151\144\x61\x64\x65"]}"; echo "\x3c\57\164\x64\76"; echo "\74\164\x64\76"; echo "{$y["\166\156\x64"]}"; echo "\74\x2f\x74\144\x3e"; } echo "\74\x74\x64\x3e"; $total = $v_real * $y["\166\x6e\x64"]; echo number_format($total, 2, "\x2c", "\56"); echo "\x3c\x2f\x74\144\76"; echo "\x3c\x2f\x74\x72\x3e"; } echo "\12\11\x9\11\x9\x9\x9\x20\40\x3c\164\142\x6f\x64\x79\x3e\12\x9\11\x9\x9\x9\11\40\x3c\57\x74\141\x62\154\145\76"; echo "\74\57\144\151\x76\76"; $q = $pdo->query("\x53\x45\x4c\105\103\124\x20\123\x55\x4d\50\161\x75\x61\156\x74\x69\x74\171\51\40\141\x73\40\x76\x74\x20\x46\122\x4f\115\40\x63\141\x72\162\151\x6e\x68\x6f\x20\x57\110\105\x52\x45\x20\x69\144\x5f\145\x76\145\x6e\x74\x6f\40\75\x20\47{$i["\151\144"]}\47\40\101\116\104\x20\163\164\141\x74\165\x73\40\x3d\40\x27\141\x70\x70\162\x6f\166\x65\144\47\40\x41\116\x44\x20\x63\157\x72\x74\145\x73\151\x61\40\75\x20\47\x30\x27"); $y = $q->fetch(); $q0 = $pdo->query("\123\x45\x4c\x45\x43\x54\x20\123\x55\x4d\x28\x71\165\141\x6e\164\151\164\171\x29\40\x61\x73\x20\x76\143\157\162\x74\x20\106\122\117\115\x20\x63\141\x72\x72\151\156\150\157\40\127\110\x45\x52\105\x20\151\x64\x5f\145\166\x65\156\x74\157\40\75\x20\47{$i["\151\x64"]}\x27\40\101\x4e\x44\40\163\164\141\x74\x75\x73\40\75\40\47\141\160\x70\162\x6f\166\x65\x64\47\x20\x41\x4e\x44\40\x63\x6f\162\x74\145\x73\151\x61\40\x3d\40\47\61\47"); $y0 = $q0->fetch(); $q1 = $pdo->query("\123\x45\114\105\x43\124\40\123\x55\115\50\x75\x6e\x69\164\137\160\x72\x69\143\145\x2a\161\165\x61\156\x74\x69\x74\171\51\x20\x61\163\x20\x76\x6e\x64\40\x46\x52\x4f\115\x20\143\x61\x72\162\x69\x6e\150\157\40\127\110\x45\122\105\x20\151\x64\137\x65\166\x65\156\x74\x6f\x20\x3d\x20\47{$i["\x69\x64"]}\47\40\x41\x4e\104\x20\163\164\x61\x74\x75\x73\x20\x3d\40\x27\141\x70\160\x72\157\166\145\144\47"); $y1 = $q1->fetch(); echo "\74\x64\x69\x76\x20\143\x6c\141\163\x73\75\47\x63\x61\162\x64\40\x70\55\63\x20\x6d\171\55\63\x27\x3e"; echo "\74\150\65\76\x54\x4f\124\101\x4c\74\57\150\x35\x3e"; echo "\74\144\x69\x76\76\x56\x45\x4e\104\x41\x53\40{$y["\166\x74"]}\x3c\x2f\144\151\166\x3e"; echo "\x3c\144\151\166\40\x63\154\x61\163\x73\75\47\142\157\x72\144\145\162\55\x62\x6f\x74\x74\x6f\155\40\160\x62\55\x33\x20\155\x62\x2d\x33\47\76\126\x41\114\x4f\122\x20\74\x73\160\141\x6e\x20\x63\x6c\x61\163\x73\x3d\47\x63\x69\146\162\141\157\x27\76\122\x24\74\57\x73\x70\x61\x6e\x3e" . number_format($y1["\x76\x6e\x64"], 2, "\54", "\x2e") . "\74\x2f\x64\x69\x76\76"; echo "\74\x64\x69\x76\76\x43\x4f\x52\124\x45\123\x49\x41\x20{$y0["\166\143\x6f\x72\164"]}\74\x2f\x64\x69\166\76"; echo "\x3c\57\x64\151\x76\76"; echo "\74\x2f\x64\151\x76\x3e"; echo "\x3c\x2f\x64\x69\x76\76"; echo "\74\57\x64\x69\x76\76"; echo "\x3c\x2f\144\151\166\76"; echo "\x3c\144\151\166\40\143\154\141\x73\x73\75\47\155\x6f\x64\141\x6c\x20\146\x61\144\x65\40\x6d{$i["\x69\x64"]}\47\76"; echo "\74\x64\x69\x76\40\x63\154\x61\163\163\75\47\155\157\144\141\x6c\x2d\x64\151\141\x6c\x6f\x67\x27\x3e"; echo "\74\144\151\x76\x20\143\x6c\x61\163\x73\x3d\x27\155\157\144\x61\x6c\55\x63\x6f\156\164\x65\156\164\x27\76"; echo "\x3c\144\151\166\x20\143\154\x61\x73\x73\75\x27\x6d\157\144\x61\x6c\55\150\145\141\x64\145\162\x27\76{$i["\156\157\155\x65"]}\x3c\x62\165\164\x74\x6f\156\40\x63\x6c\x61\x73\x73\75\47\142\164\156\x2d\x63\154\x6f\163\145\x27\x20\144\x61\x74\x61\x2d\142\x73\x2d\144\x69\x73\155\x69\163\163\75\x27\x6d\x6f\x64\141\x6c\47\76\x3c\57\142\x75\x74\164\x6f\x6e\x3e\x3c\x2f\x64\151\x76\76"; echo "\x3c\x64\x69\x76\40\x63\154\x61\163\x73\x3d\47\155\157\x64\x61\x6c\55\x62\x6f\x64\x79\40\164\145\170\x74\55\x63\x65\x6e\164\145\x72\47\x3e"; echo "\x3c\150\65\x20\x63\x6c\141\x73\163\x3d\47\155\x79\55\63\47\76\x3c\x69\40\143\x6c\141\163\x73\x3d\x27\x66\141\x2d\163\157\154\151\x64\40\146\x61\x2d\x74\162\x69\141\156\147\154\x65\x2d\145\x78\x63\154\x61\x6d\x61\x74\x69\x6f\156\x20\x66\x61\55\142\145\x61\x74\x20\146\141\x2d\62\x78\x6c\x27\76\x3c\57\x69\76\x3c\x2f\x68\x35\76"; echo "\74\x68\65\x3e\x41\x54\105\116\xc3\207\xc3\203\x4f\x3c\x2f\x68\65\76"; echo "\x3c\144\x69\x76\x3e\x41\x6f\40\x64\x65\x6c\x65\x74\141\162\x20\145\x73\x74\145\40\145\x76\145\x6e\x74\157\x20\x74\x6f\x64\157\163\x20\x6f\x73\40\46\x72\x61\x71\x75\x6f\x3b\40\74\x62\162\40\57\x3e\x20\x3c\142\x72\x20\57\76\12\x9\x9\11\x9\x9\x9\74\x73\x70\141\x6e\x20\143\154\141\163\163\x3d\x27\164\145\x78\164\55\x64\x61\x6e\147\145\162\47\x3e\xa\11\11\11\11\x9\x9\x53\x45\x54\x4f\122\105\x53\40\141\x74\162\145\x6c\x61\x64\x6f\163\x20\141\40\x65\154\x65\x20\74\x62\x72\40\57\76\x20\xa\x9\x9\11\x9\11\x9\x50\122\117\x44\x55\124\117\x53\40\x44\117\x20\102\101\x52\x20\x61\164\162\x65\x6c\141\x64\157\163\40\141\x20\x65\x6c\x65\x20\x3c\142\162\x20\57\76\12\11\11\11\x9\11\11\126\x4f\125\103\x48\105\x52\x53\x20\141\x74\x72\145\154\141\144\x6f\163\40\x61\40\x65\154\145\40\x3c\x62\x72\40\x2f\76\12\11\x9\x9\11\x9\x9\111\x54\x45\x4e\x53\x20\x4e\x4f\x20\103\x41\x52\122\111\116\x48\x4f\40\104\x45\40\103\117\x4d\x50\x52\101\123\40\x61\164\162\145\x6c\x61\144\157\x73\40\x61\x20\145\154\x65\x20\x3c\142\x72\40\x2f\76\x3c\x62\162\40\x2f\x3e\xa\11\x9\11\x9\x9\x9\x3c\57\x73\160\x61\x6e\x3e\xa\11\x9\11\11\x9\11\163\145\x72\xc3\xa3\157\40\x65\x78\143\x6c\165\303\255\144\x6f\163\40\x6a\165\x6e\164\x6f\x73\x2e\x20\121\x75\x65\x72\40\155\145\163\x6d\x6f\x20\160\x72\x6f\x73\x73\x65\147\x75\151\x72\77\x3c\57\144\x69\166\x3e"; echo "\x3c\141\40\150\x72\145\x66\x3d\47\x3f\x64\x65\46\151\x64\75{$i["\x69\144"]}\47\40\143\154\141\163\163\x3d\47\x62\164\156\40\x62\164\156\55\154\x69\x67\x68\x74\40\x6d\171\x2d\x33\x27\x3e\x53\111\115\40\x44\105\114\105\124\x41\x52\x3c\57\x61\76"; echo "\74\57\144\151\166\76"; echo "\x3c\57\144\151\x76\76"; echo "\74\x2f\x64\x69\x76\76"; echo "\74\x2f\x64\151\x76\76"; echo "\74\x64\x69\x76\40\x63\154\x61\x73\163\x3d\47\x6d\x6f\x64\x61\x6c\40\146\x61\144\145\40\x65\x64\x69\x74{$i["\151\x64"]}\47\x3e"; echo "\x3c\144\x69\x76\40\143\x6c\x61\x73\x73\x3d\47\x6d\157\x64\x61\x6c\55\144\151\x61\154\157\147\x20\x6d\x6f\x64\141\154\55\x6c\147\x27\76"; echo "\74\144\151\x76\40\143\x6c\x61\x73\x73\x3d\x27\x6d\x6f\x64\141\154\x2d\x63\x6f\x6e\x74\x65\156\164\47\x3e"; echo "\74\x64\151\166\x20\143\x6c\x61\163\x73\x3d\47\x6d\x6f\144\x61\x6c\x2d\x68\x65\141\144\145\x72\47\76\74\163\160\x61\156\40\x63\x6c\141\163\x73\x3d\x27\x74\x65\170\x74\55\x75\x70\x70\145\162\143\x61\163\x65\x27\x3e{$i["\156\157\155\x65"]}\74\57\163\160\x61\156\x3e\x3c\x62\165\x74\164\x6f\156\x20\x63\154\x61\163\163\75\x27\142\x74\156\x2d\x63\x6c\x6f\163\x65\47\x20\x64\x61\x74\141\55\142\163\x2d\144\151\x73\x6d\x69\163\x73\x3d\x27\x6d\157\x64\x61\x6c\47\x3e\x3c\x2f\x62\x75\x74\x74\157\x6e\x3e\74\57\144\151\x76\76"; echo "\x3c\x64\151\x76\40\143\154\141\163\163\x3d\x27\x6d\x6f\x64\141\154\x2d\x62\157\x64\171\x27\x3e"; echo "\x3c\x66\157\x72\155\x20\155\145\x74\x68\x6f\144\x3d\x27\x70\157\x73\x74\47\40\x65\156\143\164\x79\160\145\75\47\155\165\154\x74\x69\x70\141\162\164\x2f\x66\157\x72\x6d\55\144\141\164\x61\x27\x3e"; echo "\x3c\x64\151\166\x20\x63\154\x61\x73\163\75\x27\144\x2d\x66\154\145\x78\40\152\x75\x73\164\x69\x66\x79\55\143\157\156\x74\x65\x6e\164\x2d\142\145\164\167\145\x65\156\47\76"; echo "\x3c\144\x69\x76\x20\143\x6c\x61\x73\163\x3d\x27\155\x79\x2d\63\x27\76"; echo "\105\156\143\x65\162\x72\141\162\x20\126\145\156\x64\x61\x73\x3c\x62\x72\x20\x2f\x3e"; if ($i["\145\156\143\x65\162\162\x61\x72\x5f\x76\x65\156\x64\141\163"] == "\x31") { echo "\x3c\x64\151\x76\40\x63\154\x61\163\x73\75\x27\146\x6f\x72\x6d\55\x63\x68\145\143\153\x20\146\157\x72\x6d\x2d\143\150\x65\143\153\55\151\x6e\154\151\156\145\x27\76\12\x9\x9\11\11\x9\11\x9\x9\x3c\x69\x6e\x70\165\164\40\x63\x6c\141\163\163\x3d\x27\x66\157\x72\x6d\55\x63\x68\145\143\x6b\55\151\156\x70\165\164\x27\40\164\171\160\x65\75\x27\162\141\x64\x69\157\x27\40\156\x61\155\x65\75\x27\x65\156\x63\x76\47\40\151\x64\x3d\47\x79\x27\x20\166\141\154\165\145\x3d\x27\61\x27\x20\143\150\145\143\x6b\x65\144\76\xa\11\x9\11\x9\11\11\x9\x9\x3c\x6c\141\142\x65\154\x20\x63\x6c\x61\163\x73\75\x27\146\x6f\162\155\x2d\143\x68\x65\143\153\x2d\154\141\x62\x65\x6c\x27\40\x66\x6f\162\x3d\x27\x79\47\76\123\151\155\x3c\x2f\154\x61\x62\x65\154\76\xa\11\x9\11\x9\x9\x9\x9\x9\74\x2f\x64\x69\x76\76\12\11\x9\x9\11\11\11\x9\11"; echo "\x3c\x64\151\166\40\143\154\x61\163\163\75\47\146\157\162\x6d\55\x63\x68\145\x63\153\x20\x66\157\x72\155\x2d\143\150\145\x63\153\x2d\151\x6e\x6c\x69\156\145\47\x3e\xa\11\x9\x9\11\x9\11\x9\11\x3c\x69\x6e\x70\x75\164\40\143\x6c\x61\x73\163\75\47\x66\157\162\x6d\x2d\x63\x68\x65\x63\x6b\55\x69\x6e\160\x75\x74\47\x20\x74\171\160\145\x3d\47\x72\x61\144\x69\157\47\x20\156\x61\155\x65\x3d\47\x65\x6e\143\166\x27\40\x69\x64\75\x27\171\x27\x20\x76\141\154\x75\145\75\47\60\47\x3e\xa\x9\11\x9\x9\11\x9\11\x9\74\x6c\x61\142\x65\x6c\40\143\154\x61\x73\163\75\x27\x66\157\x72\x6d\55\143\x68\x65\143\153\55\x6c\x61\x62\145\154\47\x20\146\157\162\75\x27\171\47\76\116\303\xa3\x6f\x3c\x2f\x6c\141\142\x65\x6c\x3e\xa\11\x9\x9\x9\x9\x9\11\11\x3c\57\x64\x69\x76\76\xa\11\x9\11\x9\11\x9\x9\x9"; } else { echo "\x3c\x64\x69\x76\x20\x63\x6c\141\163\163\x3d\x27\x66\157\162\155\55\x63\150\145\x63\153\40\146\x6f\162\155\x2d\143\150\145\143\x6b\x2d\151\156\154\x69\x6e\x65\x27\x3e\12\11\11\11\11\11\x9\11\x9\x3c\151\x6e\x70\165\164\40\x63\154\x61\x73\x73\x3d\47\146\157\x72\x6d\55\x63\150\145\143\x6b\x2d\x69\x6e\160\x75\164\x27\x20\164\x79\x70\145\75\47\162\x61\x64\151\x6f\x27\x20\x6e\x61\x6d\x65\x3d\47\x65\x6e\143\x76\47\40\x69\x64\x3d\47\x79\47\40\166\x61\x6c\165\x65\x3d\x27\61\47\x3e\12\x9\11\x9\11\11\11\11\x9\x3c\x6c\x61\142\145\154\40\x63\154\141\x73\x73\x3d\47\x66\157\x72\x6d\x2d\143\x68\145\x63\x6b\55\154\x61\142\145\x6c\47\40\146\x6f\x72\x3d\x27\171\x27\x3e\123\x69\x6d\x3c\x2f\154\x61\x62\145\x6c\76\xa\11\11\x9\x9\x9\x9\11\x9\x3c\x2f\144\151\166\76\xa\11\11\x9\x9\x9\x9\11\11"; echo "\x3c\x64\151\x76\40\x63\x6c\141\x73\x73\75\x27\x66\157\x72\155\55\x63\150\x65\143\x6b\x20\x66\157\x72\155\x2d\x63\x68\145\143\153\55\x69\x6e\154\151\156\x65\x27\76\xa\x9\11\x9\11\x9\x9\11\x9\x3c\151\x6e\160\x75\x74\x20\x63\x6c\141\163\x73\75\x27\x66\157\162\155\x2d\143\x68\145\x63\x6b\x2d\x69\156\x70\x75\164\47\x20\164\x79\x70\145\75\47\162\x61\x64\x69\157\47\x20\156\141\155\145\75\x27\x65\x6e\x63\166\47\x20\151\x64\x3d\47\x79\47\40\x76\141\154\x75\x65\75\x27\x30\x27\x20\143\150\145\x63\x6b\x65\x64\76\12\11\x9\11\11\x9\x9\x9\x9\74\154\x61\142\x65\x6c\40\143\154\141\x73\x73\x3d\x27\x66\x6f\162\x6d\x2d\143\150\145\x63\153\x2d\x6c\x61\142\145\x6c\x27\x20\146\x6f\162\75\x27\171\47\76\116\xc3\243\157\74\x2f\154\141\x62\x65\154\76\xa\11\x9\11\11\x9\x9\x9\x9\x3c\57\x64\x69\x76\76\xa\x9\11\x9\x9\11\x9\x9\11"; } echo "\74\x2f\x64\x69\x76\76"; echo "\x3c\x64\151\166\40\x63\154\141\x73\x73\75\x27\x6d\x79\55\63\x27\x3e"; echo "\x4d\157\x73\164\x72\141\162\40\156\157\40\123\x69\x74\145\74\x62\162\x20\x2f\x3e"; if ($i["\x6d\157\x73\164\x72\141\162\x5f\x6e\157\x5f\x73\151\x74\x65"] == "\x31") { echo "\74\x64\151\166\40\x63\x6c\x61\163\x73\75\47\x66\x6f\162\x6d\55\143\x68\145\x63\153\x20\x66\157\162\155\x2d\x63\150\145\143\153\x2d\151\x6e\x6c\151\x6e\145\x27\x3e\12\x9\x9\x9\11\x9\x9\11\x9\x3c\151\x6e\160\x75\164\40\x63\x6c\x61\163\x73\75\47\x66\x6f\x72\155\x2d\x63\x68\145\143\153\55\151\x6e\160\165\x74\47\40\x74\x79\160\x65\75\47\x72\141\x64\x69\x6f\x27\x20\x6e\x61\155\145\75\47\x6d\163\x27\40\151\x64\75\47\x79\47\40\x76\141\154\x75\x65\75\x27\x31\x27\40\x63\150\145\143\153\145\144\76\xa\11\x9\x9\x9\x9\x9\11\x9\74\154\141\x62\x65\x6c\x20\143\154\x61\163\163\x3d\47\x66\x6f\x72\x6d\x2d\x63\150\x65\x63\153\x2d\x6c\x61\142\145\x6c\47\x20\146\157\x72\75\x27\x79\47\x3e\x53\x69\155\x3c\57\154\141\142\x65\x6c\76\xa\11\11\x9\x9\x9\11\11\11\74\x2f\144\151\166\76\12\x9\x9\11\11\x9\11\x9\x9"; echo "\74\x64\151\166\x20\x63\x6c\141\163\163\75\47\146\157\162\x6d\55\143\150\145\143\153\40\146\x6f\x72\x6d\55\x63\150\x65\x63\x6b\x2d\151\x6e\154\x69\x6e\145\x27\x3e\xa\11\x9\11\x9\11\11\x9\11\x3c\x69\x6e\160\165\x74\40\x63\x6c\141\163\163\75\47\x66\157\162\x6d\x2d\143\x68\x65\143\x6b\x2d\151\156\160\165\164\47\x20\164\x79\x70\x65\x3d\47\x72\141\x64\x69\157\47\x20\x6e\141\x6d\145\x3d\x27\155\x73\x27\40\151\x64\x3d\x27\x79\47\x20\x76\x61\154\165\145\75\x27\x30\x27\76\12\x9\x9\11\x9\x9\x9\x9\11\x3c\x6c\x61\x62\x65\x6c\x20\x63\x6c\141\163\x73\x3d\x27\146\x6f\x72\155\x2d\x63\x68\145\143\x6b\x2d\x6c\141\142\x65\x6c\47\x20\x66\x6f\162\75\47\171\47\x3e\116\303\xa3\x6f\x3c\x2f\154\x61\x62\145\x6c\x3e\12\x9\x9\x9\x9\x9\11\x9\x9\74\57\144\151\166\76\12\x9\11\11\x9\11\x9\x9\x9"; } else { echo "\x3c\144\x69\166\x20\143\x6c\141\x73\163\x3d\47\x66\x6f\x72\155\55\x63\x68\145\x63\153\x20\146\x6f\x72\155\55\x63\150\145\x63\153\x2d\x69\156\154\x69\x6e\x65\x27\76\xa\11\11\x9\x9\x9\11\11\11\74\x69\156\160\165\x74\x20\x63\x6c\x61\x73\x73\75\47\x66\157\x72\155\55\x63\x68\x65\x63\x6b\55\x69\x6e\x70\x75\x74\x27\40\164\171\160\145\75\47\162\x61\x64\x69\157\x27\x20\x6e\141\x6d\145\75\x27\x6d\x73\47\40\x69\x64\x3d\x27\171\x27\x20\166\x61\x6c\165\x65\75\47\61\x27\76\12\x9\11\11\x9\11\11\x9\x9\74\154\x61\x62\x65\154\x20\x63\154\x61\163\x73\75\47\x66\x6f\162\x6d\x2d\143\x68\x65\143\x6b\x2d\x6c\141\142\x65\154\47\x20\146\157\162\x3d\x27\171\x27\x3e\123\x69\155\74\x2f\x6c\141\142\x65\154\x3e\xa\11\11\x9\x9\x9\x9\11\11\x3c\57\144\x69\x76\76\xa\x9\11\x9\11\11\x9\11\11"; echo "\x3c\x64\151\166\x20\143\154\141\x73\x73\75\47\x66\157\x72\155\x2d\143\x68\x65\143\153\x20\146\157\x72\155\55\143\150\x65\143\153\x2d\x69\x6e\x6c\151\156\145\x27\76\xa\11\11\11\11\x9\11\x9\11\74\x69\156\x70\x75\x74\40\x63\154\x61\163\163\x3d\x27\146\157\162\155\x2d\x63\x68\x65\143\153\55\151\x6e\160\x75\x74\x27\x20\x74\x79\x70\x65\75\x27\x72\x61\144\151\157\x27\x20\x6e\141\155\145\x3d\x27\155\x73\47\x20\x69\144\75\47\x79\x27\x20\x76\141\154\x75\x65\75\x27\x30\47\x20\x63\150\x65\143\153\145\x64\76\12\x9\x9\11\x9\11\11\11\11\74\154\x61\142\x65\154\x20\x63\x6c\141\163\163\x3d\47\x66\x6f\162\x6d\x2d\143\x68\x65\x63\153\55\x6c\141\x62\x65\154\x27\x20\146\x6f\x72\x3d\x27\x79\47\x3e\x4e\303\xa3\x6f\x3c\57\x6c\141\x62\145\x6c\x3e\xa\x9\11\x9\11\11\11\11\11\74\x2f\x64\x69\x76\x3e\12\11\11\11\x9\11\11\11\x9"; } echo "\x3c\57\x64\151\166\x3e"; echo "\74\57\144\x69\x76\76"; echo "\x3c\x69\x6e\x70\x75\164\40\164\171\x70\x65\x3d\47\x68\151\144\x64\x65\x6e\x27\40\156\141\x6d\x65\75\x27\x69\x64\47\40\x76\x61\154\165\145\x3d\47{$i["\x69\x64"]}\x27\76"; echo "\74\x73\x70\141\x6e\x20\x63\x6c\141\163\163\x3d\47\x74\x65\170\x74\55\x64\141\x6e\x67\x65\x72\x20\143\157\154\154\141\x70\x73\145\47\x3e\x49\x6d\x61\x67\x65\x6d\40\144\157\40\115\141\x70\x61\x20\61\x33\x36\66\x78\67\x36\70\x20\50\117\x70\x63\151\x6f\x6e\141\154\x29\x3c\57\x73\x70\141\x6e\x3e\74\x62\x72\x20\x2f\76"; echo "\x3c\151\156\x70\165\164\x20\x74\171\160\x65\x3d\x27\x66\x69\154\145\x27\x20\x63\154\141\163\163\75\x27\146\x6f\162\x6d\55\x63\x6f\x6e\x74\x72\x6f\x6c\40\143\x6f\x6c\154\x61\x70\x73\x65\x27\x20\156\141\x6d\145\x3d\x27\151\x6d\141\147\x65\155\137\155\x61\160\141\47\40\x76\141\154\165\145\x3d\47{$site_logo}\x27\x20\141\x63\x63\x65\160\164\75\x27\x69\155\141\147\x65\57\x2a\47\76"; echo "\74\x73\160\141\156\40\x63\x6c\x61\x73\x73\x3d\47\164\x65\170\x74\55\x64\x61\156\x67\x65\162\x27\76\x49\x6d\141\147\x65\x6d\40\x33\x35\60\170\63\65\60\74\x2f\x73\160\141\x6e\76\74\142\162\x20\57\76"; echo "\74\151\156\160\165\164\40\x74\x79\x70\145\75\x27\x66\151\154\x65\x27\40\143\154\x61\163\x73\75\x27\x66\x6f\162\x6d\x2d\x63\157\x6e\164\x72\157\x6c\x20\155\142\55\62\x27\x20\156\x61\x6d\145\x3d\x27\151\155\141\x67\x65\x6d\x27\40\x61\143\143\145\160\x74\x3d\x27\151\x6d\141\x67\145\x2f\x2a\47\76"; echo "\74\x69\156\160\165\164\x20\x74\171\x70\x65\x3d\x27\164\x65\x78\x74\x27\40\x6e\141\x6d\145\x3d\x27\156\x6f\155\x65\x27\x20\143\154\141\163\163\x3d\47\x66\157\x72\x6d\x2d\143\157\156\x74\162\157\x6c\x27\40\x76\x61\154\165\145\75\x27{$i["\156\x6f\155\145"]}\x27\40\160\154\x61\143\x65\150\157\x6c\x64\x65\x72\x3d\x27\116\x6f\155\145\x27\40\162\145\x71\165\151\162\145\x64\76"; echo "\x3c\x69\156\x70\x75\164\40\164\x79\x70\x65\x3d\47\164\x65\x78\x74\47\40\x6e\x61\155\x65\75\47\x6c\x6f\143\x61\x6c\x27\x20\166\141\x6c\165\145\x3d\x27\x30\x27\40\143\154\x61\163\163\x3d\47\146\157\x72\155\x2d\143\x6f\x6e\x74\162\x6f\154\40\x63\x6f\x6c\154\141\160\163\x65\47\x20\160\x6c\141\x63\x65\x68\x6f\154\x64\145\162\75\x27\105\x6e\x64\x65\x72\x65\303\247\x6f\x20\x63\x6f\155\160\x6c\145\x74\157\40\x6f\x75\40\x4c\x6f\143\x61\154\40\145\x74\143\56\x2e\56\47\40\162\145\x71\x75\151\162\145\x64\76"; echo "\74\151\156\x70\165\x74\40\164\171\x70\145\x3d\47\x74\145\x78\x74\x27\x20\x6e\141\x6d\x65\x3d\x27\154\x6f\x63\141\x6c\x69\172\x61\x63\x61\157\x27\x20\166\x61\x6c\165\x65\x3d\47\60\x27\40\x63\154\x61\x73\163\x3d\x27\146\x6f\162\x6d\55\x63\x6f\x6e\x74\162\157\154\x20\x63\157\x6c\x6c\141\x70\x73\x65\47\x20\160\154\141\143\x65\x68\x6f\x6c\144\x65\162\75\47\x4c\157\143\x61\154\x69\x7a\141\303\xa7\xc3\xa3\157\x20\165\163\145\x3a\40\114\x61\x74\x2c\x20\114\x6f\156\147\47\x3e"; echo "\x3c\144\151\166\x20\143\x6c\x61\x73\x73\x3d\x27\x64\x2d\x66\x6c\x65\x78\40\152\165\x73\164\x69\x66\171\x2d\x63\157\156\164\x65\x6e\164\x2d\163\164\141\162\x74\40\155\142\x2d\x32\40\x63\157\154\154\x61\160\x73\145\47\76"; echo "\x3c\144\151\x76\40\x63\x6c\141\x73\x73\75\47\151\x6e\160\165\x74\55\x67\x72\157\x75\160\40\x63\157\x6c\x6c\141\160\x73\145\47\76"; echo "\x3c\144\151\166\x20\143\154\141\x73\x73\75\47\x69\x6e\x70\x75\164\x2d\x67\x72\x6f\x75\x70\x2d\x74\145\170\x74\x27\76\104\x61\x74\x61\74\x2f\x64\x69\x76\76"; echo "\x3c\151\156\160\x75\x74\x20\x74\171\x70\x65\75\x27\x68\x69\144\x64\145\156\x27\x20\x6e\x61\155\145\75\x27\x64\x61\164\141\x27\40\x76\141\154\165\x65\x3d\47\x30\x30\60\60\x2d\x30\x30\55\x30\x30\x27\40\162\145\x71\x75\x69\162\x65\144\76"; echo "\x3c\57\x64\x69\166\76"; echo "\74\x64\151\x76\40\143\x6c\141\163\x73\75\x27\151\x6e\160\x75\x74\55\x67\162\x6f\165\x70\40\143\x6f\154\x6c\x61\160\163\145\x27\76"; echo "\x3c\x64\151\x76\40\143\x6c\141\163\x73\x3d\x27\x69\x6e\x70\x75\164\x2d\x67\x72\157\165\x70\55\x74\145\170\x74\x27\x3e\x48\x6f\162\141\x3c\x2f\x64\x69\166\76"; echo "\74\151\156\x70\x75\164\x20\164\x79\x70\x65\75\x27\x68\x69\x64\144\145\x6e\x27\40\156\141\x6d\x65\75\47\150\157\x72\x61\x27\40\x76\x61\154\x75\x65\x3d\47\x31\61\72\x31\x31\72\61\61\47\x20\x72\x65\161\x75\x69\162\145\144\76"; echo "\74\57\144\151\166\76"; echo "\74\x2f\x64\151\166\76"; echo "\x3c\x69\156\x70\165\164\x20\164\171\160\x65\75\x27\x74\x65\x78\x74\x27\40\x6e\x61\155\x65\x3d\47\x76\x69\144\x65\x6f\x27\x20\x63\154\141\163\x73\75\47\x66\157\x72\155\x2d\143\157\x6e\x74\x72\x6f\x6c\x20\143\x6f\x6c\x6c\141\160\163\x65\47\40\x76\x61\x6c\165\x65\75\x27\60\x27\x20\160\x6c\x61\x63\x65\x68\x6f\x6c\x64\x65\x72\x3d\x27\126\xc3\xad\x64\145\157\40\125\x52\114\x20\x59\x6f\x75\164\165\x62\145\47\x3e"; echo "\x3c\x69\x6e\x70\165\164\40\x74\171\x70\x65\75\47\164\145\170\x74\47\x20\x6e\x61\155\x65\75\x27\x64\x65\x73\143\162\151\x63\141\157\x27\40\143\154\141\163\x73\75\47\x66\157\x72\155\55\x63\x6f\x6e\x74\x72\157\x6c\40\143\x6f\154\x6c\141\160\163\145\47\40\x76\x61\x6c\165\145\75\47\x47\101\123\x27\x20\x70\x6c\141\x63\x65\150\157\x6c\x64\x65\x72\x3d\x27\47\76"; echo "\74\142\x75\x74\x74\x6f\x6e\x20\x6e\141\x6d\145\x3d\47\x65\x64\151\x74\x61\162\x45\x76\145\156\x74\x6f\x27\40\143\154\141\163\163\75\47\x62\x74\x6e\x20\142\x74\156\x2d\154\151\147\150\x74\40\155\x79\x2d\63\x27\x3e\105\144\151\164\x61\x72\x3c\x2f\142\165\x74\164\157\156\x3e"; echo "\74\x2f\146\x6f\x72\x6d\76"; echo "\x3c\57\x64\151\x76\x3e"; echo "\x3c\57\144\151\x76\x3e"; echo "\x3c\x2f\x64\x69\x76\x3e"; echo "\x3c\57\144\151\166\x3e"; echo "\74\x64\x69\x76\x20\143\x6c\x61\163\163\75\47\155\157\144\x61\x6c\40\146\x61\144\x65\40\x73{$i["\151\x64"]}\x27\x3e"; echo "\x3c\x64\151\166\x20\143\x6c\141\163\163\x3d\47\155\x6f\144\141\154\x2d\144\151\x61\x6c\157\x67\x20\x6d\157\x64\141\154\x2d\154\x67\x27\76"; echo "\74\144\x69\166\x20\143\x6c\x61\x73\163\x3d\x27\155\x6f\144\x61\x6c\55\143\x6f\x6e\164\x65\x6e\x74\x27\76"; echo "\74\x64\x69\166\40\143\x6c\141\x73\163\75\x27\x6d\x6f\x64\141\154\55\x68\x65\x61\x64\145\x72\47\76\x3c\163\160\x61\x6e\40\143\154\141\x73\x73\75\x27\164\145\x78\164\55\x75\x70\x70\x65\162\x63\141\163\x65\x27\x3e{$i["\x6e\157\x6d\145"]}\x3c\57\163\160\141\x6e\76\74\142\x75\x74\164\x6f\156\40\x63\x6c\x61\163\x73\75\x27\142\164\x6e\x2d\143\x6c\x6f\x73\x65\47\x20\x64\x61\x74\141\x2d\x62\163\55\x64\x69\x73\x6d\x69\163\x73\75\x27\x6d\x6f\144\141\154\47\76\74\x2f\x62\165\164\164\x6f\x6e\x3e\74\57\144\151\166\x3e"; echo "\74\x64\x69\166\x20\x63\x6c\141\x73\163\x3d\x27\155\x6f\x64\141\154\x2d\x62\157\x64\171\47\x3e"; echo "\74\x66\x6f\x72\x6d\x20\x6d\145\164\x68\157\144\75\47\x70\157\x73\x74\47\76"; echo "\x3c\x69\156\160\165\x74\x20\164\171\160\x65\75\47\x68\151\x64\x64\x65\156\47\40\156\141\155\x65\75\x27\151\144\x5f\145\x76\x65\156\164\157\47\40\166\x61\154\x75\145\x3d\x27{$i["\151\x64"]}\x27\76"; echo "\74\x64\x69\166\40\143\x6c\x61\163\163\75\x27\x72\157\167\x20\x72\157\x77\55\x63\x6f\x6c\x73\55\x32\x20\x6d\142\x2d\62\47\76"; echo "\x3c\144\151\x76\x20\143\154\141\163\163\75\47\143\x6f\154\47\76"; echo "\74\163\x65\x6c\145\x63\x74\x20\x6e\x61\x6d\x65\75\x27\142\154\157\x63\157\x27\x20\143\154\141\x73\x73\x3d\x27\x66\x6f\x72\155\x2d\143\x6f\156\164\162\157\154\x27\76"; echo "\74\157\x70\164\x69\157\156\x20\x76\141\154\x75\x65\x3d\x27\61\47\x3e\61\302\xba\40\x50\162\157\144\x75\x74\157\x3c\57\x6f\x70\x74\x69\x6f\156\x3e"; echo "\74\157\160\x74\151\x6f\156\40\x76\141\154\x75\145\75\x27\62\x27\x3e\x32\xc2\272\40\x50\x72\x6f\144\x75\x74\x6f\74\x2f\157\x70\164\151\x6f\x6e\76"; echo "\74\157\160\164\151\x6f\x6e\x20\x76\x61\154\x75\x65\x3d\47\63\x27\x3e\x33\xc2\xba\x20\x50\162\157\x64\x75\164\x6f\x3c\57\x6f\x70\164\x69\x6f\x6e\x3e"; echo "\74\x6f\x70\164\151\157\156\40\x76\x61\x6c\x75\x65\75\47\x34\47\x3e\x34\xc2\xba\x20\x50\162\x6f\x64\x75\164\157\74\x2f\x6f\160\x74\x69\157\156\76"; echo "\x3c\157\x70\x74\x69\157\156\40\x76\x61\x6c\x75\x65\75\47\65\x27\x3e\65\302\xba\40\120\x72\x6f\144\165\x74\x6f\74\57\x6f\x70\164\151\157\x6e\x3e"; echo "\74\157\x70\x74\151\x6f\156\x20\x76\x61\154\165\145\75\x27\66\47\76\x36\xc2\xba\40\x50\x72\157\144\x75\164\157\74\57\x6f\160\164\151\157\156\x3e"; echo "\x3c\157\160\x74\x69\157\x6e\40\x76\141\x6c\165\145\x3d\47\67\47\76\67\xc2\272\40\x50\162\157\144\x75\x74\x6f\x3c\57\x6f\x70\x74\x69\157\156\x3e"; echo "\x3c\x6f\160\164\x69\x6f\x6e\40\x76\141\154\165\145\x3d\47\70\x27\76\70\xc2\272\x20\x50\162\x6f\144\165\x74\157\74\x2f\157\x70\164\151\157\156\x3e"; echo "\x3c\157\x70\x74\x69\157\156\x20\166\x61\154\x75\x65\x3d\47\71\47\x3e\71\302\xba\x20\x50\162\x6f\144\165\164\x6f\74\57\x6f\x70\164\x69\157\x6e\x3e"; echo "\x3c\157\x70\164\x69\x6f\156\x20\166\x61\154\x75\x65\x3d\x27\61\60\x27\76\x31\x30\xc2\xba\40\x50\x72\157\x64\165\164\157\x3c\x2f\x6f\160\164\151\x6f\156\76"; echo "\74\x6f\x70\164\151\157\156\40\166\141\154\x75\x65\75\x27\x31\x31\x27\76\61\x31\xc2\xba\40\x50\x72\157\x64\165\x74\x6f\x3c\57\157\x70\164\x69\x6f\x6e\76"; echo "\x3c\x6f\x70\x74\151\x6f\x6e\40\166\141\x6c\x75\x65\x3d\47\x31\62\x27\x3e\x31\x32\302\272\x20\120\162\157\144\165\164\x6f\74\57\x6f\160\x74\151\x6f\x6e\76"; echo "\x3c\x6f\160\164\151\157\x6e\40\x76\x61\x6c\x75\145\x3d\x27\x31\x33\x27\76\x31\x33\xc2\xba\40\x50\x72\x6f\144\165\164\157\74\57\157\x70\x74\151\x6f\156\x3e"; echo "\74\x6f\160\x74\x69\157\x6e\x20\166\x61\x6c\165\x65\x3d\47\x31\64\47\x3e\x31\x34\xc2\xba\40\x50\x72\157\x64\165\x74\157\74\x2f\x6f\160\164\x69\x6f\156\x3e"; echo "\x3c\x6f\x70\164\151\x6f\x6e\40\166\141\x6c\x75\x65\75\47\x31\65\x27\x3e\61\x35\xc2\xba\x20\120\x72\157\144\165\164\157\x3c\x2f\157\x70\164\x69\x6f\x6e\x3e"; echo "\x3c\157\x70\x74\x69\157\156\40\x76\141\154\165\x65\75\47\61\66\x27\76\61\x36\302\272\40\120\x72\157\x64\x75\x74\x6f\x3c\57\x6f\x70\x74\151\x6f\156\x3e"; echo "\x3c\x6f\x70\164\x69\x6f\156\40\166\141\154\x75\x65\x3d\47\61\67\47\76\61\x37\xc2\xba\40\x50\x72\157\x64\x75\x74\x6f\x3c\x2f\157\x70\164\151\157\x6e\76"; echo "\x3c\x6f\x70\x74\151\x6f\156\x20\166\141\154\165\x65\x3d\x27\61\x38\x27\x3e\x31\70\302\xba\40\x50\x72\x6f\x64\165\x74\x6f\x3c\x2f\157\160\164\x69\x6f\156\76"; echo "\74\x6f\160\x74\x69\x6f\x6e\x20\166\141\x6c\x75\x65\x3d\47\61\71\x27\x3e\61\x39\302\272\40\x50\x72\x6f\x64\x75\164\x6f\x3c\x2f\157\x70\164\x69\x6f\156\x3e"; echo "\74\157\x70\x74\151\x6f\x6e\x20\x76\x61\x6c\x75\x65\x3d\x27\x32\x30\47\x3e\x32\60\xc2\xba\x20\120\162\157\x64\165\164\x6f\x3c\x2f\157\x70\x74\151\x6f\156\76"; echo "\74\57\x73\x65\154\x65\x63\x74\76"; echo "\x3c\57\x64\151\x76\x3e"; echo "\x3c\x64\x69\166\40\143\x6c\141\x73\163\75\x27\143\x6f\154\x27\76"; echo "\74\x69\x6e\160\x75\164\x20\164\171\160\x65\75\x27\164\x65\170\x74\47\x20\143\154\141\x73\163\x3d\47\x66\157\162\x6d\55\x63\x6f\x6e\164\162\157\x6c\x20\164\145\170\164\x2d\x75\x70\160\x65\162\143\x61\x73\145\47\x20\160\x6c\x61\x63\x65\x68\x6f\154\x64\145\162\x3d\47\x4e\157\155\145\40\x64\x6f\40\120\x72\x6f\x64\165\x74\157\47\x20\x6e\141\x6d\x65\75\x27\156\x6f\x6d\x65\x27\x20\x72\145\x71\x75\151\162\145\x64\x3e"; echo "\74\x2f\144\x69\166\76"; echo "\74\57\x64\x69\166\x3e"; echo "\74\x64\151\x76\40\143\154\x61\163\163\x3d\x27\162\157\x77\x20\162\157\x77\x2d\143\157\154\163\x2d\63\x20\x6d\x62\55\x32\x27\76"; echo "\x3c\144\151\166\40\x63\x6c\141\x73\163\x3d\47\143\157\x6c\x27\x3e"; echo "\74\x69\156\x70\165\x74\x20\x74\x79\160\145\75\47\164\x65\x78\x74\x27\x20\x63\x6c\x61\163\163\x3d\47\146\x6f\x72\x6d\x2d\143\157\156\164\162\157\x6c\x20\x74\x65\170\x74\55\x75\x70\x70\x65\x72\x63\x61\163\x65\x27\x20\160\x6c\x61\x63\x65\150\x6f\154\x64\x65\162\75\47\x54\151\160\x6f\40\144\145\x20\120\x72\157\144\165\x74\157\47\x20\x6e\x61\155\x65\x3d\x27\x74\151\x70\157\x5f\151\x6e\x67\162\145\x73\x73\157\x27\40\162\x65\x71\x75\x69\x72\x65\144\76"; echo "\x3c\57\144\x69\166\x3e"; echo "\74\144\x69\x76\40\143\x6c\x61\x73\163\x3d\x27\143\157\154\47\76"; echo "\74\x69\x6e\x70\x75\x74\40\164\x79\160\145\x3d\x27\164\145\170\x74\x27\40\x63\154\141\x73\x73\75\47\146\x6f\162\x6d\x2d\143\157\156\x74\x72\x6f\x6c\x20\x76\137\x64\145\143\151\155\x61\154\47\40\x70\154\141\143\145\x68\157\x6c\x64\145\162\x3d\x27\x56\x61\x6c\157\x72\47\x20\156\141\155\x65\x3d\47\166\141\154\x6f\x72\x27\x20\162\145\161\165\x69\162\145\x64\x3e"; echo "\74\x2f\144\x69\x76\76"; echo "\74\x64\x69\166\x20\143\x6c\141\x73\x73\x3d\x27\x63\157\x6c\x27\x3e"; echo "\x3c\x2f\x64\x69\x76\x3e"; echo "\74\x2f\144\151\166\76"; echo "\x3c\x64\151\166\x20\143\x6c\141\163\163\75\x27\x72\157\167\40\162\157\167\55\143\x6f\154\163\x2d\x33\x27\76"; echo "\x3c\144\x69\166\40\143\154\x61\x73\163\75\x27\x63\x6f\154\x27\76"; echo "\x3c\144\151\166\40\x63\x6c\141\x73\x73\75\x27\x69\156\x70\x75\x74\55\147\162\x6f\x75\160\x27\76"; echo "\74\144\151\166\40\x63\154\141\163\x73\x3d\x27\x69\x6e\x70\x75\x74\x2d\147\162\x6f\165\x70\x2d\x74\145\x78\164\47\x3e\121\x74\x64\x2e\74\x2f\x64\x69\x76\x3e"; echo "\x3c\x69\156\160\x75\x74\40\164\x79\160\145\x3d\47\x74\145\x78\x74\47\40\x76\x61\x6c\165\145\75\x27\x31\x27\40\x63\x6c\141\163\x73\75\x27\146\x6f\x72\155\x2d\143\157\x6e\x74\x72\157\x6c\40\156\x75\155\x65\162\157\47\x20\156\141\155\145\x3d\x27\x71\165\141\x6e\x74\x69\144\141\144\x65\47\x3e"; echo "\74\57\144\151\166\76"; echo "\74\x2f\x64\151\x76\76"; echo "\74\144\151\166\x20\143\x6c\x61\163\x73\75\47\x63\157\154\47\76"; echo "\74\x64\x69\x76\40\143\154\141\x73\163\x3d\47\x69\x6e\x70\165\x74\x2d\147\x72\x6f\x75\160\x27\76"; echo "\74\x64\x69\x76\40\x63\x6c\x61\x73\163\x3d\x27\x69\x6e\x70\165\164\55\x67\162\x6f\165\x70\55\x74\x65\x78\164\x27\76\103\157\x72\x3c\x2f\144\151\x76\x3e"; echo "\x3c\151\x6e\160\165\x74\40\164\171\x70\145\x3d\x27\164\145\x78\x74\47\40\166\x61\154\165\145\x3d\x27\43\146\146\146\x27\40\x63\154\141\163\163\x3d\x27\146\x6f\162\x6d\55\143\x6f\x6e\164\x72\157\x6c\47\x20\156\141\x6d\x65\75\x27\x62\x67\x5f\143\157\154\157\162\47\40\x64\141\164\141\x2d\x6a\163\x63\x6f\154\157\162\75\x27\x7b\x7d\x27\x3e"; echo "\x3c\x2f\x64\x69\x76\76"; echo "\74\x2f\x64\151\x76\x3e"; echo "\74\144\151\x76\40\x63\154\x61\163\x73\75\47\x63\157\x6c\x27\76"; echo "\74\57\x64\x69\x76\x3e"; echo "\74\x2f\x64\x69\166\76"; echo "\x3c\142\x75\x74\164\157\x6e\x20\156\x61\155\145\x3d\47\143\x72\151\141\162\x53\145\164\x6f\162\47\40\143\x6c\141\x73\163\75\47\x62\164\156\x20\142\164\156\x2d\154\x69\x67\x68\164\x20\x6d\171\55\63\x27\76\103\x72\151\x61\162\x3c\57\142\165\164\x74\x6f\x6e\x3e"; echo "\74\x2f\146\x6f\162\x6d\76"; echo "\x3c\144\151\166\x20\143\154\x61\x73\163\75\47\144\55\x66\x6c\145\170\40\152\x75\x73\x74\151\146\171\55\143\x6f\x6e\164\145\156\164\x2d\x62\x65\164\167\x65\x65\156\x27\76"; echo "\74\x68\65\40\x63\x6c\141\x73\x73\75\x27\x27\x3e\x50\x52\x4f\104\x55\x54\x4f\123\x3c\x2f\x68\x35\x3e"; echo "\74\163\155\141\x6c\154\x3e\x51\40\75\40\121\x75\141\156\164\x69\x64\141\x64\145\40\x56\40\75\x20\126\145\x6e\x64\x61\x73\74\57\163\x6d\x61\x6c\x6c\76"; echo "\74\x2f\144\151\166\76"; $a = $pdo->query("\x53\105\114\105\x43\x54\x20\104\111\x53\x54\x49\x4e\103\124\40\142\x6c\157\x63\x6f\x2c\x6e\157\155\x65\x2c\x69\x64\x5f\145\166\x65\156\x74\157\40\106\x52\117\x4d\x20\163\145\164\157\x72\40\x57\110\x45\x52\x45\40\151\x64\x5f\x65\166\x65\156\x74\x6f\x20\75\x20\x27{$i["\x69\x64"]}\x27"); foreach ($a as $b) { echo "\x3c\x64\151\166\40\143\x6c\x61\163\163\75\x27\x63\141\162\144\40\x6d\x62\55\x32\x27\x3e"; echo "\74\x64\151\x76\x20\143\x6c\x61\x73\163\75\47\143\141\x72\144\55\x68\145\141\x64\x65\162\47\x3e{$b["\142\x6c\157\x63\x6f"]}\302\xba\40\x50\162\157\144\x75\164\157\40\x26\162\x61\x71\165\157\x3b\40\x3c\142\x3e{$b["\156\x6f\x6d\145"]}\x3c\57\x62\76\74\x2f\x64\151\x76\76"; echo "\x3c\144\151\166\40\143\154\x61\x73\x73\75\x27\143\x61\x72\144\55\x62\157\x64\x79\47\76"; $a1 = $pdo->query("\123\105\x4c\x45\x43\124\40\52\40\106\122\x4f\x4d\40\x73\x65\164\157\x72\40\127\x48\105\122\x45\x20\151\144\x5f\x65\x76\145\156\164\x6f\x20\x3d\40\47{$i["\x69\144"]}\x27\40\101\x4e\x44\x20\x62\154\x6f\143\x6f\x20\75\x20\x27{$b["\142\154\x6f\143\x6f"]}\47"); foreach ($a1 as $b1) { echo "\x3c\x64\x69\166\40\143\154\x61\163\x73\x3d\x27\142\x2d\151\164\x65\155{$b1["\x69\x64"]}\x20\152\x75\x73\164\151\x66\x79\x2d\143\x6f\x6e\164\145\156\x74\55\x73\164\141\162\164\x20\x6d\x62\x2d\63\x27\76"; echo "\74\144\151\x76\x20\x63\154\141\x73\x73\x3d\x27\142\141\144\x67\x65\40\x62\x67\55\x73\x65\143\x6f\x6e\144\x61\x72\171\x20\x6d\145\x2d\x32\47\x3e\111\x44\x20{$b1["\151\144"]}\x3c\57\144\151\x76\x3e"; echo "\x3c\163\160\141\156\x20\143\154\x61\163\163\75\x27\162\145\164\x75\x72\156\55\x63\x75\160\x6f\155{$b1["\151\144"]}\47\x3e\74\57\163\160\141\x6e\76"; echo "\74\57\144\151\166\76"; echo "\x3c\x64\x69\x76\x20\143\x6c\141\x73\163\75\47\x63\157\x6c\154\141\x70\163\x65\x27\76"; echo "\x3c\x64\x69\x76\x20\x63\x6c\141\x73\x73\x3d\47\155\171\x2d\63\40\x62\x2d\x69\164\145\155{$b1["\151\144"]}\x27\76"; echo "\105\163\147\157\164\141\x64\x6f\40\74\x73\x70\141\x6e\40\x63\x6c\x61\163\x73\75\x27\x72\x65\164\x75\x72\156{$b1["\x69\x64"]}\x20\164\145\x78\164\55\x73\165\x63\x63\145\x73\163\47\x3e\x3c\x2f\163\160\x61\156\76\74\142\x72\x20\x2f\76"; if ($b1["\x65\x73\147\157\x74\141\144\157"] == "\61") { echo "\x3c\144\151\x76\40\x63\154\x61\163\x73\x3d\x27\x66\x6f\162\155\x2d\143\150\x65\143\x6b\x20\x66\157\162\155\55\143\150\x65\x63\x6b\x2d\151\x6e\154\x69\156\x65\x27\76\xa\11\x9\x9\x9\x9\11\11\x9\11\x9\11\x9\x9\x3c\x69\156\x70\165\164\x20\x63\154\x61\163\163\x3d\47\146\x6f\162\155\x2d\143\x68\x65\x63\x6b\55\x69\x6e\x70\x75\x74\x20\x65\163\x67\x6f\x74\x61\144\157\55\171\x65\163\47\40\164\x79\x70\x65\75\x27\x72\141\x64\x69\157\47\40\x69\x64\x3d\47{$b1["\151\144"]}\47\40\156\141\x6d\145\x3d\x27\x65{$b1["\151\x64"]}\47\x20\x20\166\141\x6c\165\145\75\47\x31\x27\x20\143\150\145\x63\x6b\x65\144\76\xa\x9\x9\x9\x9\x9\11\x9\11\11\x9\x9\x9\11\74\x6c\x61\x62\x65\x6c\x20\x63\x6c\141\163\x73\x3d\x27\x66\x6f\x72\x6d\55\x63\x68\x65\x63\x6b\x2d\154\x61\142\x65\154\x27\x20\146\x6f\x72\75\x27{$b1["\x69\x64"]}\47\76\123\151\x6d\74\57\154\141\x62\x65\154\x3e\xa\11\x9\11\x9\11\11\x9\x9\x9\x9\x9\11\11\74\57\x64\151\x76\76\12\11\x9\11\x9\x9\11\11\x9\x9\x9\11\x9\x9"; echo "\x3c\144\x69\166\x20\143\154\141\163\163\x3d\x27\x66\x6f\162\x6d\x2d\x63\x68\145\x63\153\x20\146\x6f\x72\155\55\x63\x68\x65\143\x6b\x2d\151\x6e\154\x69\x6e\x65\x27\76\12\x9\11\11\11\x9\x9\x9\11\x9\x9\x9\x9\11\x3c\x69\x6e\x70\x75\164\40\143\154\x61\163\163\75\47\x66\x6f\162\x6d\55\x63\x68\x65\x63\x6b\x2d\151\x6e\x70\x75\x74\40\145\163\x67\x6f\x74\141\x64\x6f\55\156\157\47\40\x74\x79\160\145\x3d\47\x72\x61\x64\x69\157\47\40\x69\144\75\x27{$b1["\x69\x64"]}\x27\40\156\x61\155\145\x3d\x27\145{$b1["\x69\x64"]}\47\x20\40\x76\141\154\165\145\75\x27\60\47\x3e\xa\x9\x9\11\x9\x9\x9\x9\x9\11\11\x9\11\x9\x3c\x6c\141\142\x65\154\x20\x63\154\x61\x73\163\75\x27\146\x6f\162\155\x2d\x63\150\x65\x63\153\x2d\154\x61\142\x65\x6c\x27\x20\x66\157\162\x3d\47{$b1["\x69\x64"]}\x27\x3e\116\303\xa3\157\74\x2f\x6c\x61\142\145\x6c\x3e\xa\x9\x9\x9\11\x9\x9\x9\x9\x9\x9\x9\11\x9\74\x2f\144\x69\x76\76\xa\x9\x9\x9\11\11\x9\x9\11\11\11\11\x9\x9"; } else { echo "\x3c\144\x69\x76\x20\143\x6c\x61\x73\163\x3d\47\x66\157\162\155\55\143\150\145\x63\x6b\40\146\x6f\x72\155\55\143\150\145\x63\153\x2d\151\x6e\154\x69\156\x65\47\x3e\12\11\x9\x9\11\11\11\11\x9\x9\11\x9\11\11\x3c\151\x6e\160\165\x74\40\143\x6c\141\x73\163\x3d\47\x66\x6f\162\155\x2d\143\150\145\x63\x6b\x2d\151\156\x70\x75\164\x20\x65\x73\x67\157\164\141\144\157\55\x79\x65\x73\x27\x20\164\x79\160\145\x3d\x27\x72\x61\144\x69\157\47\x20\151\x64\x3d\x27{$b1["\151\144"]}\47\40\156\x61\x6d\145\75\x27\145{$b1["\151\144"]}\x27\x20\x20\x76\141\x6c\x75\145\75\x27\61\x27\x3e\xa\11\x9\11\11\x9\11\11\x9\x9\x9\11\x9\x9\x3c\x6c\141\142\145\x6c\40\x63\x6c\x61\x73\x73\75\47\146\x6f\x72\155\55\143\150\145\143\x6b\x2d\154\141\x62\145\x6c\x27\x20\x66\x6f\162\75\x27{$b1["\151\144"]}\x27\76\x53\151\x6d\x3c\57\x6c\x61\x62\x65\154\76\12\x9\11\11\x9\11\x9\11\x9\11\x9\x9\x9\11\x3c\57\144\x69\166\x3e\12\11\11\11\x9\11\11\x9\11\11\x9\x9\11\11"; echo "\x3c\x64\151\166\40\143\154\x61\163\163\x3d\x27\x66\157\x72\155\55\x63\x68\145\x63\153\x20\x66\157\162\155\x2d\x63\150\x65\x63\153\x2d\151\x6e\154\151\x6e\145\x27\76\xa\x9\11\11\11\11\11\x9\11\x9\11\11\11\x9\74\x69\x6e\160\x75\164\40\x63\154\x61\163\x73\75\47\146\x6f\162\155\55\143\x68\145\x63\x6b\x2d\x69\x6e\160\165\x74\x20\x65\x73\x67\x6f\x74\x61\x64\157\55\156\157\x27\40\x74\171\x70\145\75\x27\162\x61\144\151\157\x27\x20\x69\x64\x3d\x27{$b1["\151\144"]}\47\x20\156\141\x6d\145\x3d\x27\145{$b1["\151\x64"]}\47\40\166\x61\x6c\165\145\75\x27\60\x27\40\x63\150\145\x63\153\x65\x64\x3e\xa\11\x9\x9\x9\11\x9\11\11\x9\11\11\x9\x9\74\x6c\x61\x62\145\x6c\40\143\x6c\x61\x73\163\75\x27\x66\x6f\162\155\55\x63\150\x65\x63\153\x2d\154\141\142\x65\x6c\x27\x20\x66\157\x72\x3d\47{$b1["\x69\x64"]}\x27\76\x4e\303\243\157\x3c\57\x6c\x61\142\145\154\x3e\xa\x9\11\11\x9\11\11\11\11\x9\11\x9\x9\x9\x3c\57\144\151\166\x3e\12\11\x9\11\11\x9\11\11\x9\x9\11\x9\11\11"; } echo "\74\57\144\151\166\x3e"; echo "\74\144\x69\166\x20\x63\154\x61\x73\163\75\x27\155\x79\55\63\40\142\x2d\x69\164\x65\x6d{$b1["\x69\x64"]}\x27\76"; echo "\x43\157\162\x74\x65\163\151\x61\x20\x3c\163\160\x61\156\40\x63\154\141\163\163\75\47\x63\x6f\x72\164\145\x73\x69\141\55\x72\x65\x74\165\162\x6e{$b1["\151\144"]}\x20\164\x65\x78\164\x2d\163\x75\x63\143\145\163\x73\47\x3e\74\57\163\x70\x61\156\x3e\x3c\142\162\40\57\76"; if ($b1["\x63\157\x72\164\145\x73\151\x61"] == "\61") { echo "\x3c\144\151\166\40\x63\x6c\x61\163\x73\x3d\x27\x66\157\x72\x6d\x2d\x63\150\x65\x63\x6b\40\146\x6f\x72\x6d\55\143\x68\x65\x63\153\x2d\x69\156\154\x69\156\145\x27\x3e\12\x9\x9\x9\x9\11\11\11\11\11\11\11\11\11\74\151\x6e\160\165\x74\40\143\x6c\x61\x73\163\75\x27\x66\157\x72\x6d\x2d\x63\x68\x65\x63\153\x2d\x69\156\x70\165\164\x20\x63\157\x72\164\145\163\x69\141\x2d\171\145\163\47\x20\x74\171\x70\145\75\47\x72\141\144\151\157\47\x20\x69\x64\75\x27{$b1["\x69\x64"]}\x27\x20\x6e\x61\x6d\x65\x3d\47\x63\x6f\x72\x74{$b1["\x69\144"]}\47\40\40\166\141\154\165\145\x3d\47\x31\x27\x20\143\150\145\143\153\145\144\76\12\11\x9\x9\x9\11\11\11\11\11\x9\x9\x9\11\x3c\x6c\x61\x62\145\154\x20\x63\x6c\x61\163\163\x3d\47\146\x6f\x72\x6d\55\x63\x68\x65\143\x6b\x2d\x6c\141\x62\x65\x6c\x27\40\x66\157\162\x3d\47{$b1["\151\x64"]}\x27\76\x53\151\x6d\74\x2f\x6c\x61\x62\145\x6c\x3e\12\11\x9\x9\11\11\x9\x9\x9\11\x9\x9\11\x9\74\57\144\151\166\x3e\xa\x9\x9\11\x9\11\11\11\11\x9\x9\x9\11\11"; echo "\x3c\144\151\166\40\143\154\141\163\163\x3d\47\x66\157\x72\155\55\143\150\x65\143\x6b\x20\x66\157\x72\155\55\x63\x68\145\x63\x6b\55\151\x6e\154\151\156\145\x27\x3e\xa\11\x9\x9\11\x9\x9\x9\x9\x9\11\11\11\x9\74\x69\156\x70\x75\164\x20\143\154\x61\x73\163\75\47\x66\x6f\162\x6d\55\x63\150\145\143\x6b\55\x69\156\x70\165\x74\x20\143\x6f\162\x74\x65\x73\x69\141\x2d\x6e\157\x27\x20\x74\x79\x70\145\x3d\47\162\x61\144\151\x6f\x27\x20\x69\x64\x3d\47{$b1["\151\144"]}\47\40\x6e\x61\155\145\x3d\x27\143\x6f\162\x74{$b1["\151\x64"]}\47\40\40\166\141\154\x75\145\75\x27\60\47\76\12\11\x9\11\x9\11\11\11\x9\x9\11\11\11\x9\x3c\x6c\141\142\145\154\x20\143\154\x61\x73\163\x3d\x27\146\x6f\x72\155\x2d\x63\x68\x65\x63\153\x2d\x6c\141\142\145\x6c\x27\40\x66\157\162\x3d\x27{$b1["\151\x64"]}\x27\x3e\116\xc3\243\157\74\x2f\154\141\142\x65\154\76\12\x9\11\x9\x9\11\x9\11\11\11\11\11\11\x9\74\57\x64\x69\x76\x3e\12\x9\x9\11\11\x9\11\11\x9\x9\x9\x9\11\x9"; } else { echo "\74\x64\151\x76\40\x63\154\x61\163\x73\75\x27\x66\x6f\x72\x6d\x2d\143\x68\x65\143\x6b\x20\x66\157\162\x6d\x2d\x63\x68\x65\x63\x6b\55\x69\156\x6c\x69\x6e\x65\x27\76\xa\11\x9\x9\x9\x9\11\x9\x9\11\x9\x9\11\x9\x3c\151\x6e\x70\x75\164\40\x63\154\x61\163\163\x3d\x27\146\x6f\162\155\x2d\143\x68\145\x63\x6b\x2d\151\156\160\x75\164\x20\143\x6f\162\x74\x65\163\x69\141\x2d\x79\145\163\47\40\x74\x79\160\x65\x3d\x27\x72\x61\x64\x69\x6f\x27\x20\x69\144\75\x27{$b1["\151\144"]}\x27\40\156\x61\x6d\x65\75\47\x63\157\162\164{$b1["\151\x64"]}\x27\40\x20\166\141\x6c\x75\x65\x3d\47\61\x27\76\xa\x9\11\11\11\x9\x9\x9\x9\11\11\11\11\11\x3c\x6c\x61\x62\145\154\x20\x63\x6c\x61\x73\163\x3d\x27\146\x6f\x72\x6d\55\143\x68\145\x63\x6b\x2d\x6c\141\142\145\x6c\x27\40\x66\x6f\162\x3d\47{$b1["\x69\x64"]}\47\x3e\x53\151\155\x3c\57\154\x61\x62\145\154\x3e\xa\x9\11\11\11\11\x9\x9\x9\x9\x9\11\11\x9\x3c\57\x64\151\x76\x3e\xa\11\11\11\11\11\11\11\11\11\x9\11\11\x9"; echo "\x3c\x64\151\x76\x20\x63\x6c\141\x73\x73\75\47\146\x6f\x72\x6d\55\x63\150\x65\x63\x6b\40\146\157\162\x6d\55\143\x68\x65\x63\153\x2d\x69\x6e\154\151\156\145\x27\x3e\xa\x9\11\x9\11\11\x9\11\11\11\11\x9\x9\x9\74\151\156\160\x75\x74\x20\143\x6c\141\163\163\75\47\x66\157\162\155\x2d\x63\x68\x65\143\x6b\x2d\151\156\160\165\x74\40\143\x6f\162\x74\145\x73\151\x61\55\x6e\157\47\40\x74\x79\x70\x65\x3d\47\x72\141\x64\151\x6f\47\x20\x69\144\75\x27{$b1["\x69\x64"]}\47\40\156\x61\155\145\75\47\143\157\x72\164{$b1["\151\x64"]}\47\x20\x76\141\x6c\x75\x65\x3d\47\x30\47\x20\143\x68\x65\x63\153\145\x64\x3e\xa\11\11\x9\11\x9\x9\x9\11\x9\x9\11\x9\x9\x3c\x6c\x61\142\x65\x6c\40\143\x6c\x61\x73\x73\75\47\146\x6f\x72\155\55\x63\150\145\143\153\55\154\141\x62\x65\x6c\x27\40\146\157\162\x3d\x27{$b1["\151\144"]}\47\76\116\303\243\157\x3c\x2f\x6c\x61\x62\145\x6c\x3e\xa\11\x9\11\11\11\11\x9\11\11\x9\x9\x9\x9\74\x2f\144\151\166\x3e\12\x9\11\11\11\11\x9\x9\x9\x9\x9\x9\x9\x9"; } echo "\74\57\x64\151\x76\x3e"; echo "\74\144\x69\x76\40\143\x6c\x61\163\x73\75\47\155\171\x2d\63\40\142\55\x69\x74\145\x6d{$b1["\x69\x64"]}\47\76"; echo "\x50\141\x75\x73\141\x72\x20\126\x65\156\x64\x61\x73\x20\x3c\x73\160\x61\x6e\40\x63\x6c\x61\x73\x73\75\x27\160\x61\165\163\145\x2d\x72\x65\164\165\x72\x6e{$b1["\x69\144"]}\40\x74\x65\x78\164\x2d\163\x75\x63\143\145\163\163\x27\x3e\74\57\163\x70\141\156\x3e\74\x62\162\40\57\76"; if ($b1["\x70\141\165\163\141\162\x5f\166\145\156\144\x61\163"] == "\61") { echo "\74\x64\x69\166\40\x63\x6c\141\x73\x73\75\47\x66\x6f\162\155\x2d\x63\150\145\143\x6b\x20\x66\157\x72\155\55\143\x68\145\143\153\55\x69\x6e\x6c\x69\x6e\x65\47\x3e\12\11\x9\x9\x9\11\11\x9\11\11\11\x9\x9\11\x3c\x69\156\160\165\x74\x20\x63\x6c\x61\163\163\x3d\47\146\x6f\162\155\55\143\150\145\143\153\x2d\151\156\160\x75\164\x20\160\x61\165\163\145\55\171\x65\x73\x27\40\x74\171\160\145\x3d\47\162\x61\144\151\x6f\x27\x20\151\x64\75\x27{$b1["\151\144"]}\x27\x20\156\141\x6d\x65\75\47\160\166{$b1["\151\x64"]}\x27\x20\40\166\141\x6c\165\145\x3d\47\x31\47\40\143\150\145\143\x6b\145\x64\76\12\11\11\x9\x9\11\x9\x9\x9\x9\x9\11\x9\x9\74\x6c\x61\x62\145\x6c\40\143\x6c\141\163\x73\75\47\146\x6f\x72\155\x2d\x63\x68\x65\x63\153\55\x6c\x61\x62\x65\x6c\x27\x20\146\x6f\162\75\47{$b1["\x69\x64"]}\x27\x3e\123\x69\x6d\x3c\x2f\x6c\141\142\145\154\76\xa\11\x9\11\11\x9\11\11\x9\11\x9\x9\x9\x9\x3c\57\144\x69\x76\76\12\11\x9\11\x9\11\x9\x9\11\x9\11\11\11\x9"; echo "\x3c\144\151\x76\x20\143\154\141\x73\x73\75\47\146\x6f\x72\x6d\x2d\143\150\145\143\153\x20\x66\157\162\x6d\55\x63\x68\x65\x63\x6b\x2d\151\x6e\154\x69\x6e\145\x27\x3e\xa\11\x9\x9\11\x9\11\11\x9\11\11\x9\x9\x9\74\x69\156\160\x75\164\x20\143\x6c\x61\163\x73\x3d\47\x66\x6f\x72\x6d\55\x63\x68\145\143\153\x2d\x69\156\160\165\164\x20\160\141\x75\x73\x65\55\156\157\47\x20\164\171\x70\145\x3d\47\x72\141\x64\x69\x6f\47\x20\x69\144\75\47{$b1["\151\x64"]}\x27\40\156\x61\x6d\x65\x3d\x27\x70\166{$b1["\151\144"]}\47\x20\x20\x76\141\x6c\x75\145\75\47\x30\47\76\12\11\x9\x9\x9\11\x9\x9\x9\11\11\x9\x9\11\74\x6c\x61\x62\x65\x6c\x20\x63\x6c\x61\163\163\x3d\x27\146\157\x72\155\x2d\143\x68\x65\x63\153\x2d\154\x61\x62\145\x6c\x27\x20\146\x6f\x72\x3d\47{$b1["\151\x64"]}\x27\76\x4e\303\xa3\x6f\74\x2f\x6c\141\x62\145\154\76\12\11\11\x9\x9\11\11\11\11\11\11\11\x9\x9\x3c\57\144\151\166\x3e\xa\x9\x9\11\11\11\11\11\x9\11\11\11\x9\x9"; } else { echo "\74\x64\151\166\40\143\x6c\x61\163\163\x3d\x27\146\x6f\x72\x6d\55\x63\150\x65\x63\x6b\40\x66\157\162\155\55\x63\x68\145\143\x6b\x2d\151\x6e\x6c\151\x6e\145\47\76\xa\11\x9\11\x9\11\x9\x9\11\11\11\x9\x9\x9\74\151\x6e\x70\x75\164\x20\x63\154\141\x73\163\x3d\x27\146\x6f\x72\x6d\x2d\143\x68\145\143\x6b\x2d\x69\x6e\160\x75\164\40\x70\141\165\163\x65\x2d\171\x65\163\x27\x20\x74\171\160\x65\x3d\x27\162\141\x64\x69\x6f\x27\40\151\x64\75\47{$b1["\x69\x64"]}\47\x20\156\x61\x6d\x65\x3d\x27\x70\166{$b1["\x69\x64"]}\x27\x20\x20\166\141\x6c\165\x65\75\47\61\47\76\xa\x9\x9\x9\11\11\x9\x9\x9\x9\11\11\11\x9\x3c\x6c\x61\x62\x65\x6c\x20\x63\x6c\x61\x73\163\x3d\47\x66\x6f\x72\155\x2d\x63\150\145\143\153\x2d\x6c\x61\142\x65\x6c\47\40\146\x6f\162\x3d\47{$b1["\x69\x64"]}\47\76\123\x69\155\x3c\57\154\141\x62\x65\x6c\76\12\x9\11\x9\x9\11\x9\x9\x9\x9\11\x9\x9\11\x3c\57\144\x69\166\76\xa\11\11\x9\11\11\11\x9\x9\x9\11\x9\11\x9"; echo "\74\144\151\x76\40\x63\154\141\x73\163\75\x27\x66\x6f\162\x6d\55\x63\x68\x65\x63\153\40\x66\x6f\x72\x6d\x2d\143\x68\145\143\153\x2d\x69\156\154\x69\x6e\145\47\x3e\xa\x9\x9\x9\11\11\x9\11\x9\11\11\11\11\x9\x3c\151\x6e\x70\x75\x74\x20\x63\x6c\x61\163\163\75\x27\x66\157\162\x6d\x2d\x63\x68\x65\143\x6b\x2d\151\x6e\x70\x75\164\x20\x70\x61\x75\x73\145\55\x6e\157\47\40\x74\171\160\x65\75\47\x72\x61\x64\x69\x6f\47\40\x69\144\75\x27{$b1["\151\x64"]}\x27\40\x6e\141\x6d\x65\75\x27\x70\x76{$b1["\x69\144"]}\x27\x20\x76\141\x6c\165\145\x3d\47\x30\x27\40\143\x68\x65\x63\x6b\x65\144\x3e\12\x9\11\11\x9\x9\x9\x9\11\x9\x9\x9\11\11\x3c\154\x61\142\x65\154\40\x63\154\x61\x73\x73\75\47\x66\x6f\x72\155\x2d\143\150\145\x63\x6b\55\154\x61\142\145\154\x27\x20\x66\157\162\75\x27{$b1["\x69\x64"]}\x27\x3e\x4e\303\xa3\157\74\57\154\141\x62\x65\x6c\76\12\x9\x9\11\x9\x9\x9\11\11\11\11\x9\x9\11\74\x2f\x64\151\166\x3e\xa\x9\x9\11\x9\11\x9\x9\11\11\x9\x9\x9\x9"; } echo "\74\x2f\x64\x69\x76\76"; echo "\x3c\x64\x69\166\40\x63\x6c\141\163\163\x3d\x27\x6d\171\55\x33\40\x62\55\x69\164\145\155{$b1["\151\x64"]}\x27\x3e"; echo "\115\157\x73\164\162\141\162\40\156\157\x20\123\151\164\145\x20\x3c\x73\160\x61\x6e\40\x63\x6c\x61\163\x73\75\x27\155\163\55\x72\x65\164\x75\162\x6e{$b1["\x69\144"]}\40\164\x65\170\x74\55\163\165\143\x63\x65\x73\x73\x27\76\x3c\x2f\x73\x70\x61\156\x3e\x3c\x62\x72\40\57\76"; if ($i["\x6d\x6f\163\x74\162\141\162\137\156\157\137\x73\x69\x74\145"] == "\61") { echo "\74\x64\x69\x76\x20\143\154\x61\x73\163\75\x27\x66\157\162\155\x2d\x63\x68\x65\x63\153\x20\146\157\162\x6d\x2d\x63\150\x65\x63\x6b\x2d\151\x6e\x6c\x69\156\x65\x27\x3e\12\11\11\11\11\11\11\11\x9\11\11\11\11\x9\74\151\x6e\x70\165\x74\40\143\x6c\141\x73\163\x3d\x27\146\157\162\x6d\x2d\143\x68\145\x63\x6b\x2d\x69\x6e\x70\x75\x74\40\x6d\x73\55\x79\145\163\47\x20\164\171\160\145\75\x27\x72\x61\144\x69\157\x27\40\x6e\x61\x6d\x65\75\x27\155\x73{$b1["\x69\x64"]}\47\40\x69\x64\x3d\47{$b1["\x69\144"]}\x27\x20\x76\141\154\165\x65\75\x27\61\47\x20\143\x68\145\x63\153\x65\x64\x3e\12\x9\x9\11\11\11\x9\x9\x9\11\11\11\11\x9\x3c\154\x61\142\145\154\40\143\x6c\x61\163\x73\x3d\47\x66\157\x72\x6d\55\143\x68\x65\x63\153\x2d\154\141\142\x65\x6c\47\x20\146\157\x72\x3d\47{$b1["\151\x64"]}\x27\x3e\x53\151\x6d\74\57\x6c\141\142\x65\x6c\x3e\12\x9\11\x9\11\11\11\x9\11\11\x9\11\x9\11\74\57\x64\x69\x76\x3e\12\x9\x9\x9\x9\x9\11\x9\11\x9\x9\x9\x9\11"; echo "\x3c\144\151\x76\x20\143\154\141\x73\163\75\x27\146\x6f\162\x6d\x2d\x63\150\x65\143\x6b\x20\x66\x6f\x72\155\55\x63\x68\x65\x63\153\x2d\151\x6e\154\x69\156\x65\47\76\12\x9\x9\11\x9\x9\x9\11\11\11\11\11\x9\x9\74\x69\156\160\x75\x74\x20\x63\x6c\141\x73\163\x3d\47\146\157\162\155\55\x63\150\x65\x63\x6b\x2d\151\x6e\x70\165\x74\40\x6d\163\55\x6e\157\x27\40\164\171\x70\145\75\x27\162\141\x64\x69\x6f\47\x20\156\x61\155\x65\75\47\155\x73{$b1["\151\x64"]}\47\40\151\144\x3d\47{$b1["\x69\144"]}\47\40\x76\141\154\x75\x65\75\47\x30\47\x3e\12\x9\x9\x9\11\11\x9\11\11\11\11\x9\11\11\74\154\x61\142\145\x6c\40\x63\x6c\141\x73\163\75\x27\146\x6f\162\x6d\x2d\143\150\145\143\153\x2d\154\141\142\145\x6c\x27\40\x66\157\162\75\x27{$b1["\x69\144"]}\47\76\x4e\303\243\x6f\74\57\154\x61\x62\x65\x6c\76\12\x9\11\x9\11\11\11\11\11\x9\x9\11\x9\11\x3c\x2f\144\x69\166\76\xa\x9\x9\11\x9\11\x9\x9\x9\x9\x9\11\11\11"; } else { echo "\x3c\144\151\166\x20\x63\x6c\x61\163\x73\75\x27\x66\157\162\155\55\143\x68\145\x63\x6b\40\x66\157\162\x6d\x2d\x63\x68\x65\143\x6b\x2d\151\x6e\x6c\151\156\x65\x27\76\xa\11\11\11\11\x9\x9\11\11\x9\x9\11\11\x9\x3c\x69\156\160\165\x74\x20\143\x6c\141\163\x73\x3d\47\x66\x6f\162\x6d\55\143\x68\x65\x63\x6b\55\151\156\160\165\x74\40\155\163\x2d\171\145\163\x27\x20\164\171\x70\x65\75\47\162\141\144\151\157\47\x20\156\x61\x6d\145\75\47\x6d\x73{$b1["\151\x64"]}\47\x20\x69\x64\75\x27{$b1["\x69\144"]}\x27\x20\166\141\154\165\145\75\x27\x31\x27\x3e\12\11\x9\11\11\x9\11\11\x9\11\11\11\11\x9\74\154\141\142\x65\154\x20\143\154\x61\163\163\x3d\x27\x66\157\x72\x6d\x2d\143\150\145\x63\153\x2d\x6c\x61\x62\x65\x6c\x27\x20\x66\157\x72\x3d\47{$b1["\151\144"]}\x27\x3e\x53\x69\x6d\x3c\57\x6c\x61\x62\145\154\76\xa\11\x9\x9\x9\x9\x9\x9\11\11\11\x9\x9\11\x3c\57\x64\151\x76\x3e\12\11\x9\11\11\11\x9\11\11\11\x9\x9\x9\11"; echo "\x3c\x64\x69\166\40\143\x6c\x61\163\x73\75\47\x66\x6f\162\x6d\55\x63\x68\x65\143\x6b\x20\x66\x6f\x72\155\x2d\143\150\x65\143\153\x2d\x69\x6e\x6c\151\156\145\47\76\xa\x9\11\11\11\11\11\11\x9\x9\x9\11\x9\11\74\x69\156\x70\165\x74\x20\x63\x6c\141\x73\163\75\47\x66\157\x72\155\x2d\143\x68\145\143\x6b\55\x69\156\160\x75\x74\40\155\x73\x2d\x6e\x6f\47\40\164\x79\160\145\x3d\x27\x72\x61\x64\x69\x6f\x27\x20\x6e\141\155\x65\x3d\x27\x6d\x73{$b1["\151\x64"]}\x27\40\151\144\x3d\47{$b1["\151\144"]}\47\40\166\141\154\165\x65\75\47\x30\x27\x20\143\150\145\x63\x6b\145\x64\x3e\12\x9\x9\11\x9\x9\11\x9\x9\x9\11\x9\x9\x9\74\154\x61\x62\145\154\40\x63\x6c\141\163\x73\x3d\x27\146\x6f\x72\155\55\x63\150\145\143\x6b\x2d\154\141\142\x65\154\x27\x20\x66\157\x72\75\x27{$b1["\151\144"]}\47\76\116\303\243\x6f\74\57\154\x61\x62\x65\x6c\76\xa\x9\x9\x9\x9\x9\x9\11\x9\11\11\11\x9\x9\x3c\x2f\x64\x69\x76\76\xa\11\11\x9\x9\x9\x9\11\x9\11\11\x9\x9\x9"; } echo "\74\x2f\144\x69\x76\76"; echo "\74\57\x64\151\166\x3e"; echo "\x3c\144\151\166\40\143\x6c\141\163\x73\x3d\47\x72\157\167\40\155\142\x2d\x32\40\160\x62\x2d\x32\x20\x62\x6f\162\x64\x65\x72\x2d\x62\157\164\x74\157\155\40\x62\x2d\151\x74\x65\x6d{$b1["\x69\144"]}\x27\76"; echo "\x3c\144\x69\166\x20\143\154\x61\x73\x73\75\x27\143\x6f\x6c\x2d\x6d\x64\55\x32\47\x3e"; echo "\xa\11\x9\x9\11\11\x9\x9\11\11\x9\x9\11\74\x61\x20\150\x72\145\146\x3d\x27\152\141\166\141\163\143\162\151\x70\x74\72\x76\157\x69\144\50\x29\x27\x20\x64\141\x74\141\55\x62\x73\x2d\x74\x6f\157\154\x74\151\x70\x20\x64\x61\x74\x61\55\142\163\55\164\x69\x74\x6c\145\75\x27\104\x65\154\x65\164\x61\x72\47\40\144\141\x74\x61\55\142\163\55\x74\157\147\x67\154\145\x3d\x27\143\157\154\154\141\x70\x73\x65\x27\40\144\141\x74\x61\x2d\x62\163\55\x74\141\x72\147\145\164\75\47\56\x64\155{$b1["\151\x64"]}\47\76\74\151\x20\143\154\141\163\163\75\47\146\141\x20\x66\141\55\164\162\141\x73\150\x2d\x61\x6c\x74\x20\155\x65\55\63\x27\76\x3c\x2f\151\x3e\40\x26\x72\141\161\x75\157\x3b\74\x2f\x61\x3e\12\11\x9\11\x9\x9\11\x9\x9\11\x9\x9\11\x3c\x61\40\x68\162\x65\146\75\47\x6a\141\x76\141\163\143\162\151\160\x74\72\x76\157\151\144\x28\51\x27\40\143\154\141\163\x73\75\47\x63\x6f\x6c\154\141\160\x73\x65\40\144\155{$b1["\x69\144"]}\40\142\55\151\x74\x65\x6d\x2d\143\x6c\x69\143\x6b\47\40\x69\x64\x3d\x27{$b1["\x69\x64"]}\47\76\103\x6f\x6e\146\151\x72\x6d\x61\162\x3c\x2f\x61\x3e\12\x9\x9\11\11\x9\x9\11\11\11\11\11\11\40"; echo "\74\x2f\x64\151\x76\76"; echo "\74\144\151\x76\x20\x63\154\141\163\x73\75\47\143\157\154\55\155\144\55\65\47\x3e"; echo "\74\x64\x69\166\x20\x63\154\x61\x73\163\75\47\151\156\x70\165\164\55\147\162\x6f\x75\x70\x20\155\x62\x2d\62\x27\x3e"; echo "\74\151\156\x70\165\x74\40\164\x79\x70\145\x3d\47\x74\145\x78\164\x27\40\x63\x6c\x61\163\x73\75\x27\146\x6f\162\x6d\x2d\x63\157\x6e\164\x72\x6f\154\x20\x74\x65\170\x74\55\x75\160\160\145\x72\143\141\x73\x65\40\x74\151\x70\157\137\151\x6e\x67\x72\145\x73\163\157{$b1["\151\144"]}\x27\40\166\x61\x6c\x75\x65\75\47{$b1["\x74\x69\x70\157\x5f\151\156\x67\x72\145\163\163\157"]}\47\x20\x72\x65\161\165\x69\162\x65\144\x3e"; echo "\74\142\x75\x74\164\x6f\x6e\40\x63\154\141\163\163\x3d\47\x62\x74\156\40\x62\x74\156\x2d\154\x69\x67\150\164\40\x62\x74\x6e\55\x69\47\x20\151\144\75\x27{$b1["\x69\x64"]}\x27\x3e\74\151\40\x63\154\x61\163\163\75\47\x66\141\x2d\x73\x6f\x6c\x69\144\40\146\141\55\143\x68\x65\143\153\55\144\x6f\x75\142\x6c\x65\x27\x3e\x3c\x2f\x69\76\74\x2f\142\x75\164\x74\x6f\156\x3e"; echo "\x3c\x2f\144\x69\166\76"; echo "\74\144\x69\x76\x20\x63\x6c\x61\x73\x73\75\47\151\x6e\x70\165\164\55\x67\162\157\x75\x70\x20\155\x62\55\62\x27\76"; echo "\74\x64\151\x76\x20\143\x6c\141\163\163\75\47\x69\x6e\x70\165\164\55\147\162\157\x75\160\55\164\x65\170\x74\47\76\x56\141\x6c\157\162\74\x2f\x64\x69\166\x3e"; echo "\x3c\x69\156\160\x75\164\40\164\x79\160\145\x3d\x27\164\x65\x78\x74\x27\40\x63\154\141\x73\x73\75\x27\x66\157\162\155\x2d\x63\157\x6e\x74\x72\157\x6c\x20\164\x65\x78\x74\x2d\x75\160\x70\145\162\143\141\163\145\40\166\x5f\144\145\143\151\155\141\154\x20\166{$b1["\151\144"]}\x27\40\x76\x61\154\165\145\x3d\47{$b1["\166\141\154\x6f\x72"]}\x27\x20\x72\145\x71\x75\151\162\x65\144\76"; echo "\74\x62\165\x74\x74\x6f\x6e\x20\143\154\x61\163\163\x3d\x27\142\x74\156\40\142\164\x6e\55\154\151\147\x68\164\x20\142\164\x6e\x2d\x76\141\154\x27\40\x69\x64\75\47{$b1["\x69\x64"]}\47\x3e\74\x69\x20\x63\154\141\163\x73\x3d\x27\146\x61\x2d\163\157\x6c\151\144\x20\x66\141\x2d\x63\150\x65\143\153\x2d\x64\157\x75\142\154\145\47\76\x3c\x2f\151\76\x3c\x2f\x62\x75\164\x74\x6f\x6e\76"; echo "\x3c\57\x64\151\x76\x3e"; echo "\x3c\144\151\x76\x20\143\x6c\x61\163\163\x3d\x27\151\156\x70\165\x74\55\147\162\x6f\x75\160\x20\x6d\x62\55\62\47\x3e"; echo "\x3c\x64\x69\x76\40\x63\x6c\141\x73\x73\x3d\47\151\x6e\160\165\x74\55\x67\162\x6f\165\x70\55\x74\145\170\x74\47\x3e\103\x6f\x72\x3c\57\x64\151\x76\76"; echo "\x3c\151\x6e\160\x75\164\x20\164\171\x70\x65\x3d\x27\164\145\x78\x74\x27\40\166\x61\x6c\x75\145\x3d\47{$b1["\142\x67\137\x63\x6f\154\157\x72"]}\x27\x20\x63\x6c\141\163\163\75\47\x66\157\162\x6d\x2d\143\157\x6e\164\x72\x6f\154\40\142\147\x63{$b1["\151\144"]}\x27\40\x64\141\164\141\55\x6a\163\143\157\154\x6f\162\x3d\x27\x7b\175\x27\76"; echo "\74\142\x75\x74\x74\157\156\40\143\154\x61\163\163\x3d\47\142\164\156\x20\x62\x74\x6e\55\154\151\x67\150\x74\x20\142\x74\156\55\x62\147\143\x6f\x6c\157\x72\x27\x20\151\x64\75\47{$b1["\x69\144"]}\x27\x3e\74\x69\x20\143\x6c\141\x73\x73\75\x27\x66\x61\x2d\163\x6f\x6c\151\x64\40\x66\x61\x2d\143\x68\x65\x63\153\55\144\x6f\165\142\154\x65\47\76\x3c\x2f\x69\x3e\x3c\57\142\165\x74\x74\157\x6e\76"; echo "\x3c\57\x64\151\166\76"; echo "\x3c\57\144\151\166\x3e"; echo "\74\144\x69\x76\40\x63\154\x61\163\163\75\x27\143\157\x6c\x2d\155\x64\x2d\63\47\x3e"; echo "\74\144\151\166\x20\143\x6c\x61\x73\163\x3d\47\x69\x6e\x70\165\x74\55\x67\162\157\165\x70\x20\155\142\x2d\x32\47\76"; echo "\74\144\151\x76\x20\143\154\x61\x73\x73\75\47\x69\x6e\x70\165\x74\55\x67\162\157\x75\160\55\x74\145\170\x74\x27\76\121\x3c\57\144\151\166\x3e"; echo "\74\x69\156\x70\165\x74\x20\x74\x79\x70\145\x3d\x27\156\165\x6d\x62\x65\162\x27\x20\155\x69\156\75\47\x31\x27\40\x63\154\141\163\x73\x3d\47\x66\157\x72\x6d\55\143\157\156\164\162\x6f\154\x20\x71\164\x64{$b1["\x69\144"]}\47\x20\166\141\x6c\165\x65\75\47{$b1["\161\165\x61\x6e\x74\151\x64\x61\x64\x65"]}\x27\x20\162\x65\161\165\x69\162\x65\x64\76"; echo "\x3c\142\x75\164\164\x6f\156\x20\x63\154\x61\163\x73\x3d\47\x62\x74\x6e\40\142\164\156\55\154\x69\x67\x68\x74\40\x62\164\156\x2d\x71\x74\x64\47\x20\x69\x64\x3d\x27{$b1["\x69\144"]}\47\x3e\x3c\x69\x20\143\154\141\163\163\75\47\x66\141\x2d\163\x6f\154\151\144\x20\146\x61\x2d\x63\x68\x65\143\153\x2d\x64\x6f\x75\x62\154\x65\x27\x3e\74\57\x69\76\74\57\x62\x75\x74\164\x6f\x6e\x3e"; echo "\74\57\144\151\166\x3e"; echo "\74\144\151\166\x20\x63\154\141\x73\163\75\47\x69\x6e\x70\165\x74\x2d\x67\x72\x6f\x75\160\40\x6d\x62\x2d\x32\47\76"; echo "\74\144\151\x76\40\143\154\141\163\x73\x3d\x27\x69\x6e\x70\x75\164\55\x67\162\157\165\160\55\164\x65\x78\164\x27\76\x54\141\x78\141\x3c\57\144\x69\166\x3e"; echo "\x3c\151\156\x70\165\164\x20\x74\171\160\145\75\x27\164\x65\170\164\47\x20\x63\154\141\163\163\x3d\47\x66\157\x72\155\55\x63\x6f\x6e\x74\x72\157\x6c\40\x74\x65\x78\x74\x2d\x75\x70\x70\x65\162\143\x61\163\145\40\x76\137\144\x65\x63\x69\155\141\x6c\40\x74\141\170\x61{$b1["\151\144"]}\47\40\166\x61\154\165\145\75\47{$b1["\164\x61\170\141"]}\47\x20\162\145\x71\x75\151\x72\x65\x64\76"; echo "\x3c\142\165\164\x74\157\156\x20\x63\x6c\141\x73\x73\75\x27\x62\164\156\40\x62\x74\x6e\55\x6c\151\147\x68\164\x20\142\x74\156\55\x74\141\170\141\47\x20\151\144\75\x27{$b1["\151\x64"]}\x27\x3e\74\151\40\143\x6c\141\x73\163\75\47\146\x61\x2d\x73\x6f\x6c\151\x64\40\146\141\55\x63\150\x65\x63\153\55\x64\157\x75\142\154\x65\47\x3e\74\x2f\151\76\74\57\142\165\164\164\157\156\76"; echo "\x3c\x2f\x64\151\x76\76"; echo "\x3c\x2f\x64\151\x76\x3e"; echo "\x3c\144\151\166\x20\x63\x6c\x61\x73\x73\x3d\x27\143\157\154\55\x6d\144\55\62\x27\76"; $q = $pdo->query("\x53\105\114\105\x43\x54\40\123\125\115\x28\161\165\x61\156\164\151\164\171\x29\40\141\163\x20\166\156\x64\40\x46\122\117\x4d\x20\x63\x61\162\162\151\x6e\x68\157\40\x57\x48\105\x52\x45\40\151\x64\137\145\166\x65\156\x74\x6f\40\x3d\40\47{$i["\151\x64"]}\47\x20\x41\x4e\104\x20\x69\x64\137\163\145\164\157\162\40\75\x20\47{$b1["\151\144"]}\x27\40\x41\x4e\x44\40\163\x74\x61\x74\x75\163\x20\75\x20\x27\141\160\160\x72\x6f\x76\145\144\x27"); $y = $q->fetch(); echo "\126\56{$y["\x76\156\x64"]}"; echo "\74\57\x64\x69\x76\x3e"; echo "\x3c\x2f\144\151\166\76"; } echo "\74\57\144\151\x76\x3e"; echo "\74\57\144\x69\x76\x3e"; } echo "\x3c\57\144\151\166\x3e"; echo "\x3c\57\144\151\x76\76"; echo "\x3c\x2f\144\151\x76\x3e"; echo "\x3c\x2f\144\x69\x76\76"; echo "\74\144\151\166\x20\x63\x6c\x61\163\x73\x3d\x27\155\x6f\144\141\x6c\40\146\141\144\x65\40\155\x61\x70\x61{$i["\151\x64"]}\47\76"; echo "\x3c\144\x69\166\40\143\154\x61\x73\x73\75\47\155\157\144\141\154\x2d\x64\151\141\x6c\x6f\147\x27\76"; echo "\74\x64\151\x76\x20\x63\x6c\141\163\x73\75\47\155\157\x64\141\x6c\55\x63\x6f\x6e\164\145\x6e\x74\47\x3e"; echo "\x3c\144\x69\166\40\143\x6c\x61\163\163\75\47\x6d\x6f\144\x61\x6c\x2d\x68\145\141\144\x65\162\47\76{$i["\156\x6f\155\x65"]}\x3c\x62\x75\164\x74\157\x6e\40\143\154\x61\163\x73\75\47\142\x74\156\55\x63\154\x6f\x73\x65\47\x20\144\141\164\141\55\142\163\55\144\x69\x73\155\151\x73\163\x3d\47\x6d\157\144\141\154\47\76\x3c\57\142\x75\164\164\157\156\x3e\x3c\57\144\x69\166\76"; echo "\74\x64\151\x76\x20\x63\x6c\141\x73\x73\75\x27\155\157\144\x61\154\x2d\142\x6f\144\171\47\76"; echo "\74\144\151\x76\40\x63\154\141\x73\x73\75\47\x6d\171\55\x33\47\76\x45\144\151\x74\141\162\40\x63\x6f\x6e\144\151\xc3\247\303\xb5\145\163\x20\145\163\x70\x65\x63\x69\141\x69\163\x20\x6e\157\163\x20\x61\x73\x73\145\x6e\x74\157\x73\74\57\x64\x69\x76\x3e"; echo "\x3c\164\x61\x62\x6c\145\40\x63\x6c\141\163\x73\75\x27\x74\141\x62\x6c\x65\40\164\141\x62\154\145\55\150\x6f\x76\x65\x72\47\40\163\164\171\x6c\145\75\47\146\157\x6e\x74\55\163\x69\x7a\x65\72\61\x32\160\x78\x3b\x27\x3e\xa\11\11\x9\x9\11\74\164\150\x65\x61\x64\x3e\12\11\x9\11\x9\x9\74\164\162\x3e\xa\x9\x9\x9\11\11\74\x74\150\40\x73\143\157\160\145\75\x27\x63\157\x6c\47\x3e\x4c\x55\x47\101\122\74\57\x74\x68\x3e\xa\x9\x9\x9\11\11\74\164\150\40\163\143\157\x70\145\x3d\x27\x63\x6f\154\x27\76\x43\117\116\104\x49\xc3\207\303\203\x4f\x3c\57\x74\x68\76\12\x9\x9\x9\x9\x9\x3c\x2f\x74\x72\x3e\xa\x9\x9\x9\x9\x9\x3c\57\x74\x68\x65\141\x64\x3e\12\11\x9\11\11\11\x3c\164\x62\x6f\144\171\76\xa\x9\11\x9\x9\11"; $x = $pdo->query("\123\x45\x4c\105\x43\124\40\52\x20\x46\122\117\115\40\155\141\160\x61\x73\x20\x57\110\105\x52\105\x20\x69\144\137\x65\x76\145\x6e\x74\x6f\x20\x3d\40\x27{$i["\151\144"]}\x27"); foreach ($x as $i) { echo "\74\x74\x72\x3e"; echo "\74\164\144\x20\x63\154\141\x73\x73\x3d\x27\x62\147\55\151\156\146\x6f\x27\x3e{$i["\154\145\x74\162\141"]}{$i["\156\x75\155\x65\162\157"]}\x3c\x2f\x74\144\76"; echo "\74\x74\144\x3e"; if ($i["\x64\x65\163\x63\x72\x69\x63\x61\157"] == '') { echo "\x3c\144\x69\x76\x20\x63\x6c\x61\163\x73\75\x27\x66\157\x72\155\55\143\x68\145\x63\153\x20\146\x6f\x72\x6d\x2d\x63\x68\x65\143\153\x2d\151\156\154\151\x6e\x65\x27\76\xa\11\x9\11\x9\11\x9\11\x9\11\x3c\x69\156\x70\x75\x74\x20\143\154\x61\x73\163\x3d\47\146\157\x72\155\x2d\143\150\x65\x63\153\x2d\x69\x6e\x70\x75\x74\40\x63\150\153\x31\40\x63\x68\x6b\x31{$i["\x69\144"]}\x27\40\x74\x79\160\x65\75\x27\143\x68\x65\143\x6b\142\157\x78\x27\40\x69\144\x3d\47{$i["\x69\x64"]}\x27\40\143\x68\145\143\153\x65\144\76\12\11\x9\x9\11\x9\x9\x9\11\11\74\154\x61\x62\145\x6c\40\143\154\x61\x73\163\x3d\47\146\157\x72\155\55\x63\x68\145\143\x6b\55\x6c\141\142\x65\154\47\76\x4e\x6f\x72\x6d\141\x6c\x3c\57\154\x61\x62\145\x6c\76\12\x9\x9\x9\11\11\x9\11\x9\x9\x3c\x2f\144\151\x76\76\xa\11\11\x9\11\11\x9\11\x9\11"; } else { echo "\x3c\x64\151\166\40\x63\154\x61\x73\163\x3d\x27\146\157\162\155\55\143\150\145\x63\153\x20\146\157\x72\x6d\x2d\143\x68\x65\x63\153\55\151\156\x6c\151\x6e\145\x27\x3e\xa\x9\11\11\11\11\11\11\x9\x9\74\151\x6e\160\165\164\x20\x63\154\x61\x73\x73\x3d\47\146\x6f\x72\x6d\x2d\143\150\145\143\153\55\151\156\x70\165\164\40\143\150\x6b\61\x20\x63\x68\x6b\x31{$i["\151\x64"]}\x27\x20\x74\171\x70\145\x3d\x27\143\150\x65\143\153\142\157\x78\x27\40\151\x64\x3d\47{$i["\151\144"]}\47\76\12\11\x9\x9\11\11\11\x9\x9\x9\74\x6c\x61\x62\145\x6c\40\143\154\x61\x73\x73\x3d\x27\x66\x6f\162\155\x2d\143\x68\145\x63\153\x2d\x6c\x61\142\145\154\47\76\x4e\x6f\162\155\x61\x6c\x3c\x2f\x6c\141\x62\145\154\76\xa\11\x9\11\11\x9\11\x9\11\x9\x3c\x2f\x64\151\x76\76\xa\11\x9\x9\x9\x9\11\11\11\11"; } if ($i["\x64\x65\163\143\x72\x69\143\x61\157"] == "\103\101\x44\x45\111\x52\101\x4e\124\x45") { echo "\x3c\x64\x69\x76\40\143\154\x61\x73\x73\75\x27\x66\x6f\162\x6d\x2d\143\x68\x65\x63\153\x20\146\157\162\155\x2d\x63\x68\x65\143\153\x2d\x69\x6e\x6c\x69\x6e\x65\x27\76\12\x9\x9\x9\x9\11\11\11\x9\11\x3c\x69\156\x70\165\164\40\x63\154\x61\x73\x73\75\x27\146\x6f\162\155\x2d\143\x68\x65\x63\x6b\55\x69\156\160\x75\164\x20\143\x68\x6b\62\x20\x63\x68\153\x32{$i["\x69\x64"]}\47\x20\x74\171\160\145\x3d\x27\x63\150\145\x63\x6b\142\157\x78\x27\40\151\144\75\47{$i["\151\x64"]}\x27\x20\x63\150\x65\x63\x6b\145\144\76\12\11\11\x9\11\11\x9\x9\x9\11\74\x6c\x61\x62\x65\154\x20\143\x6c\141\163\163\x3d\47\x66\x6f\x72\x6d\55\143\150\145\143\153\55\154\x61\142\145\x6c\47\76\103\x61\x64\x65\x69\162\x61\x6e\x74\x65\74\x2f\154\x61\x62\x65\154\76\12\x9\x9\11\11\11\x9\x9\11\11\x3c\x2f\144\151\166\x3e\xa\11\11\x9\11\11\11\x9\x9\11"; } else { echo "\x3c\x64\x69\166\40\143\154\x61\x73\163\75\47\x66\157\x72\155\55\143\150\x65\143\153\x20\x66\x6f\162\x6d\55\143\150\x65\x63\x6b\x2d\151\x6e\154\x69\156\x65\47\76\xa\11\x9\x9\11\x9\11\x9\x9\x9\74\151\x6e\160\x75\x74\x20\143\154\x61\163\x73\75\47\x66\157\162\x6d\55\x63\x68\145\143\153\x2d\x69\156\x70\165\x74\40\143\x68\x6b\x32\x20\143\x68\x6b\x32{$i["\x69\x64"]}\x27\40\164\x79\160\x65\x3d\x27\143\150\145\143\x6b\142\x6f\x78\x27\40\151\144\75\x27{$i["\151\144"]}\47\76\xa\11\x9\11\x9\x9\11\x9\11\11\74\154\141\142\145\x6c\x20\143\x6c\141\x73\x73\75\47\146\157\x72\x6d\55\143\150\x65\143\x6b\55\x6c\141\x62\x65\154\x27\x3e\103\x61\x64\x65\x69\162\x61\156\164\x65\74\57\x6c\141\142\145\x6c\x3e\12\x9\x9\11\x9\11\x9\x9\11\x9\x3c\57\x64\151\x76\76\xa\x9\x9\x9\x9\x9\11\x9\11\11"; } if ($i["\144\145\x73\x63\162\x69\143\x61\157"] == "\x41\x43") { echo "\74\x64\x69\166\40\x63\x6c\x61\x73\x73\x3d\47\x66\157\162\155\55\x63\x68\x65\x63\153\x20\x66\x6f\162\155\55\x63\150\x65\x63\153\x2d\151\156\154\151\x6e\145\47\x3e\xa\x9\11\x9\11\x9\11\11\11\11\x3c\x69\x6e\160\x75\x74\x20\x63\154\141\x73\163\75\x27\x66\x6f\x72\155\x2d\x63\150\x65\x63\x6b\x2d\x69\156\x70\165\x74\40\143\x68\153\x33\40\143\150\x6b\63{$i["\151\x64"]}\47\x20\164\x79\x70\145\x3d\47\143\x68\x65\143\x6b\x62\157\x78\47\40\151\x64\x3d\47{$i["\x69\x64"]}\x27\x20\x64\x61\x74\141\55\142\x73\55\x74\x6f\x6f\x6c\x74\151\160\40\x64\141\x74\x61\x2d\x62\163\x2d\164\x69\x74\154\x65\x3d\47\101\x63\157\x6d\160\x61\x6e\150\x61\156\164\145\40\x64\157\x20\x43\x61\x64\145\151\162\x61\x6e\164\145\x27\x20\143\150\145\x63\153\145\x64\x3e\xa\x9\11\x9\11\11\x9\x9\11\x9\74\154\x61\x62\145\x6c\40\x63\154\141\x73\163\x3d\47\146\x6f\x72\155\55\x63\x68\145\143\x6b\x2d\x6c\141\142\145\154\47\x3e\x41\103\74\57\x6c\x61\142\145\154\76\12\11\11\x9\x9\x9\x9\11\x9\11\x3c\x2f\144\x69\166\76\12\11\11\x9\11\x9\x9\x9\x9\11"; } else { echo "\74\x64\x69\x76\40\143\154\x61\163\163\75\47\146\157\162\155\55\x63\150\x65\143\153\x20\146\157\162\x6d\55\143\150\x65\x63\x6b\x2d\151\x6e\x6c\151\x6e\x65\47\x3e\xa\11\11\x9\x9\x9\x9\x9\x9\11\74\x69\156\x70\x75\x74\40\143\x6c\141\x73\163\75\47\146\157\x72\x6d\55\x63\150\145\x63\153\x2d\151\156\x70\165\x74\40\143\x68\153\x33\x20\143\150\x6b\63{$i["\x69\144"]}\47\x20\164\171\160\145\75\47\x63\150\x65\x63\153\x62\157\170\x27\x20\x69\144\x3d\47{$i["\151\x64"]}\x27\x20\x64\x61\x74\141\x2d\142\163\x2d\164\157\157\x6c\164\x69\160\x20\x64\x61\x74\141\x2d\142\x73\x2d\164\151\164\154\145\x3d\47\x41\x63\x6f\155\x70\141\156\150\x61\x6e\164\x65\x20\144\157\x20\x43\141\144\145\151\x72\141\x6e\x74\x65\x27\76\12\x9\x9\x9\11\11\11\11\11\11\74\154\141\x62\x65\154\x20\x63\x6c\141\x73\163\75\x27\x66\x6f\162\x6d\x2d\143\150\145\143\153\x2d\x6c\141\x62\x65\x6c\47\76\101\x43\74\57\154\x61\x62\x65\154\76\xa\11\11\11\x9\11\x9\x9\11\x9\x3c\x2f\x64\151\166\x3e\12\x9\x9\x9\11\11\11\x9\11\x9"; } if ($i["\x64\x65\x73\143\x72\151\143\x61\157"] == "\117\102\105\123\x4f") { echo "\x3c\144\151\x76\x20\x63\154\141\x73\163\x3d\x27\x66\157\162\x6d\55\143\150\145\x63\x6b\40\x66\x6f\x72\x6d\55\x63\x68\145\143\x6b\x2d\151\156\x6c\151\156\145\47\x3e\12\11\11\x9\11\x9\11\11\11\x9\74\151\x6e\160\165\164\x20\x63\154\x61\x73\x73\75\x27\146\157\162\155\x2d\x63\x68\x65\x63\x6b\55\151\156\x70\165\x74\40\x63\x68\153\x34\x20\x63\x68\153\x34{$i["\151\144"]}\47\x20\164\x79\160\x65\75\x27\x63\x68\x65\143\x6b\x62\x6f\170\x27\x20\x69\144\x3d\x27{$i["\151\x64"]}\47\x20\143\150\145\x63\153\145\144\x3e\12\x9\11\x9\x9\11\11\11\x9\11\x3c\154\141\142\x65\x6c\x20\143\154\x61\x73\x73\75\47\146\x6f\162\155\x2d\143\150\145\x63\x6b\55\x6c\141\x62\x65\x6c\47\76\117\x62\x65\163\x6f\74\x2f\154\x61\x62\x65\154\x3e\12\x9\11\x9\x9\11\x9\x9\11\x9\74\57\x64\151\x76\76\12\x9\x9\11\11\x9\11\11\x9\x9"; } else { echo "\74\144\x69\x76\40\x63\x6c\141\163\x73\x3d\47\x66\157\162\x6d\55\143\x68\x65\143\x6b\x20\x66\x6f\162\155\55\x63\x68\145\x63\x6b\55\x69\156\x6c\x69\x6e\x65\47\x3e\12\x9\11\11\x9\x9\x9\11\11\x9\74\x69\156\160\x75\x74\40\x63\154\141\163\x73\75\47\x66\157\x72\x6d\55\143\150\x65\143\153\x2d\x69\156\x70\x75\x74\x20\x63\150\153\x34\x20\x63\x68\153\x34{$i["\151\144"]}\x27\40\164\171\x70\145\x3d\47\143\x68\145\x63\x6b\x62\x6f\x78\x27\x20\x69\144\75\x27{$i["\x69\144"]}\47\x3e\12\11\11\11\x9\x9\x9\11\x9\x9\x3c\154\x61\x62\145\154\40\143\x6c\141\163\x73\x3d\x27\146\157\x72\155\55\x63\x68\x65\143\x6b\x2d\x6c\x61\142\145\154\x27\76\x4f\142\145\163\x6f\x3c\57\154\141\142\x65\154\x3e\xa\11\x9\11\x9\11\11\x9\11\x9\x3c\57\144\151\166\76\xa\11\11\x9\11\x9\x9\x9\11\x9"; } echo "\74\x2f\x74\144\x3e"; echo "\x3c\57\x74\162\x3e"; } echo "\74\x2f\164\142\157\x64\x79\76\12\11\11\x9\11\x9\11\x3c\57\x74\141\x62\x6c\145\76"; echo "\74\57\x64\151\166\76"; echo "\x3c\57\x64\151\166\76"; echo "\74\x2f\x64\x69\166\76"; echo "\x3c\x2f\144\x69\x76\76"; } } goto QiwvG; o5W5U: if (isset($_GET["\x61\137\x64\145\164\141\x6c\150\145\x73"])) { $a = $pdo->query("\x53\105\x4c\105\103\124\x20\52\x20\x46\122\117\x4d\40\145\166\145\x6e\x74\x6f\40\x57\x48\105\x52\x45\40\x69\x64\40\x3d\x20\47{$_GET["\x69\144"]}\47"); $e = $a->fetch(); echo "\74\144\151\x76\40\143\x6c\x61\x73\x73\x3d\x27\x64\x2d\x66\154\145\170\40\x6a\x75\x73\164\x69\146\171\55\143\157\x6e\164\145\156\x74\55\142\145\x74\x77\x65\x65\x6e\40\x6d\x79\x2d\64\x27\76"; echo "\x3c\150\65\x20\x63\154\141\x73\x73\75\x27\x27\76\x44\145\x74\141\x6c\150\x65\x73\x20\74\x73\160\141\156\40\143\x6c\141\x73\163\x3d\47\163\165\x62\55\143\x6f\x72\x27\76{$e["\156\x6f\x6d\145"]}\x3c\x2f\163\x70\141\156\76\12\11\x9\74\144\151\x76\x20\x63\x6c\x61\x73\x73\75\47\x75\x6e\144\x65\x72\142\141\x72\47\76\x3c\57\x64\151\166\76\12\x9\x9\74\57\x68\x35\76"; echo "\74\x61\x20\150\x72\x65\x66\x3d\47\x6a\141\166\x61\x73\143\162\151\x70\x74\x3a\166\x6f\x69\144\x28\x29\x27\x20\144\141\164\x61\55\x62\x73\55\164\x6f\x67\147\154\145\x3d\x27\x63\157\154\154\x61\160\x73\145\47\x20\144\x61\164\x61\55\x62\163\55\x74\x61\162\x67\145\x74\75\x27\56\x65\x78\143\x65\x6c\x27\40\143\154\141\x73\x73\75\47\x62\x74\156\x20\x62\x74\156\x2d\x6c\151\147\x68\x74\47\x3e\103\162\151\141\x72\x20\105\170\x63\x65\154\74\57\x61\x3e"; if (file_exists("\143\x6f\156\x76\x65\156\x69\x6f\x5f\x64\145\x74\x61\x6c\x68\145\163\56\x63\163\x76")) { echo "\74\141\x20\150\162\145\146\75\x27\143\x6f\x6e\166\145\x6e\x69\157\137\x64\x65\x74\x61\154\x68\145\163\56\143\x73\166\47\40\164\x61\x72\147\x65\x74\x3d\47\x5f\142\x6c\141\156\153\47\x20\x64\x61\x74\141\55\142\163\55\164\x6f\157\x6c\x74\x69\x70\40\x64\x61\x74\x61\x2d\x62\x73\55\164\x69\164\154\145\x3d\47\103\x6c\x69\x71\x75\x65\x20\x63\x6f\155\x20\x6f\x20\142\157\164\303\243\x6f\40\x64\x69\162\145\x69\x74\157\40\x64\157\40\115\117\x55\x53\105\x20\x75\163\145\x20\x6f\x20\x53\x61\x6c\x76\x61\162\40\114\x69\156\153\x20\x43\x6f\x6d\157\x27\40\143\x6c\x61\163\x73\x3d\47\142\x74\156\x20\x62\164\156\55\x6c\151\x67\150\x74\x27\76\102\141\151\x78\141\162\x20\105\x78\x63\145\154\x3c\57\141\76"; } else { } echo "\x3c\x2f\x64\x69\x76\x3e"; echo "\xa\11\74\146\x6f\x72\155\40\155\x65\164\150\x6f\144\75\x27\160\x6f\163\x74\x27\x20\143\x6c\x61\x73\x73\x3d\x27\x6d\x79\x2d\x33\x20\162\157\167\40\x72\x6f\x77\x2d\x63\x6f\154\x73\55\x31\x20\x72\x6f\x77\x2d\143\157\x6c\163\x2d\155\144\55\x32\40\145\170\x63\145\154\x20\143\157\154\x6c\141\160\163\145\47\76\12\12\x9\x9\74\151\156\160\165\164\40\164\171\x70\x65\75\47\150\x69\x64\x64\145\156\47\40\x6e\141\x6d\145\x3d\47\x69\x64\x5f\x65\166\x65\x6e\x74\x6f\x27\x20\166\141\x6c\x75\x65\x3d\47{$_GET["\151\144"]}\x27\76\12\xa\x9\11\74\144\x69\x76\x20\x63\x6c\x61\x73\x73\75\x27\143\157\154\x27\76\xa\11\11\x9\x3c\144\x69\166\x20\143\154\x61\x73\163\x3d\x27\151\x6e\160\x75\x74\x2d\147\x72\x6f\x75\x70\x27\x3e\xa\11\x9\11\74\x64\151\x76\x20\x63\154\141\163\x73\x3d\47\x69\156\x70\x75\x74\x2d\x67\162\157\165\x70\x2d\x74\x65\x78\x74\47\76\x44\303\252\x3c\x2f\144\151\x76\x3e\12\x9\11\x9\x3c\151\x6e\x70\x75\164\40\164\x79\160\x65\x3d\47\x64\x61\x74\145\x27\40\x63\x6c\141\x73\x73\75\x27\x66\x6f\162\155\x2d\143\x6f\156\x74\x72\157\154\x27\40\x6e\x61\x6d\145\75\47\144\x5f\151\x6e\151\x63\151\141\x6c\x27\x3e\12\11\x9\11\74\57\x64\151\166\x3e\12\11\11\74\x2f\144\x69\x76\76\12\xa\x9\11\74\x64\x69\166\x20\x63\154\x61\163\x73\75\47\x63\157\x6c\x27\76\12\x9\11\11\x3c\x64\x69\166\x20\x63\x6c\141\x73\x73\x3d\x27\x69\156\160\x75\164\x2d\x67\x72\157\x75\160\47\76\12\11\x9\11\74\144\151\166\40\x63\x6c\141\x73\163\75\47\151\156\x70\165\164\x2d\x67\x72\x6f\165\x70\x2d\x74\145\170\164\x27\76\101\x74\303\251\74\x2f\144\151\x76\x3e\12\x9\11\11\74\x69\x6e\x70\x75\x74\40\x74\171\x70\x65\75\47\x64\x61\164\145\x27\x20\x63\x6c\x61\163\x73\75\x27\146\157\x72\155\55\143\x6f\x6e\x74\162\157\x6c\47\40\x6e\141\155\x65\75\47\144\137\146\151\156\141\x6c\x27\x3e\12\x9\x9\x9\x3c\x62\x75\164\164\157\156\40\156\141\155\x65\x3d\x27\x61\x5f\x6d\141\x6b\x65\x45\x78\143\145\154\x27\40\x63\x6c\141\x73\x73\75\x27\142\164\156\x20\142\164\156\55\x70\162\151\x6d\x61\162\171\40\151\x6e\x70\165\164\x2d\x67\162\x6f\165\160\x2d\x70\162\x65\x70\145\x6e\144\47\x3e\x43\162\151\141\x72\x3c\57\x62\165\x74\164\x6f\x6e\x3e\12\11\11\x9\74\x2f\144\x69\x76\76\12\x9\11\x3c\57\144\x69\166\76\12\x9\x9\xa\x9\x9"; echo "\xa\11\x3c\57\x66\157\162\x6d\76"; echo "\74\150\x35\76\124\x4f\x44\x4f\123\x3c\57\x68\x35\76"; echo "\x3c\x64\x69\166\x20\x63\154\141\x73\x73\x3d\47\164\x61\142\154\145\x2d\x72\145\x73\160\157\x6e\x73\x69\x76\145\47\x3e"; echo "\74\x74\x61\x62\154\145\40\x63\154\141\163\163\x3d\x27\x74\141\x62\x6c\x65\47\40\163\164\171\x6c\x65\75\47\164\x65\x78\x74\x2d\x61\154\151\x67\x6e\72\x6c\145\x66\164\x3b\47\x20\x64\141\x74\x61\x2d\x70\x61\x67\x65\55\x6c\x65\x6e\x67\164\x68\75\x27\x31\60\x30\x27\76\12\x9\11\40\x20\x20\x3c\x74\x68\145\x61\144\76\xa\x9\x9\40\x20\40\40\74\x74\162\76\12\x9\x9\40\x20\x20\40\40\40\74\x74\150\x20\163\143\157\x70\x65\x3d\x27\143\x6f\x6c\x27\76\x4e\x4f\x4d\x45\x3c\57\x74\150\x3e\xa\11\x9\x20\40\40\40\x20\x20\x3c\164\150\x20\x73\143\x6f\160\145\x3d\47\143\157\154\x27\76\103\x50\106\74\x2f\x74\x68\x3e\12\11\x9\40\x20\40\x20\40\x20\74\x74\150\x20\163\x63\157\x70\145\75\x27\143\x6f\154\x27\76\x50\122\x4f\x44\x55\x54\117\74\57\x74\x68\76\xa\x9\11\x20\40\40\x20\40\x20\x3c\164\x68\x20\x73\x63\157\x70\145\x3d\47\x63\x6f\x6c\x27\76\x56\x41\114\117\122\x3c\57\164\x68\76"; echo "\74\x74\150\40\163\x63\157\x70\145\x3d\47\143\x6f\154\x27\76\121\124\104\56\74\x2f\164\150\x3e"; echo "\xa\11\x9\x20\40\40\x20\x20\x20\74\x74\150\x20\x73\143\x6f\x70\145\75\47\x63\x6f\154\47\x3e\104\101\x54\101\x3c\x2f\x74\150\76\12\x9\x9\40\40\40\x20\x3c\x2f\x74\x72\x3e\xa\x9\11\40\40\74\x2f\164\150\x65\141\x64\76\12\x9\x9\40\x20\74\164\x62\157\x64\x79\76\xa\x9\11\40\x20"; $c = $pdo->query("\x53\x45\114\105\x43\124\40\52\x20\x46\122\x4f\115\40\143\141\162\x72\151\x6e\x68\x6f\x20\x57\x48\x45\x52\x45\x20\x69\144\137\x65\166\145\x6e\164\157\40\x3d\x20\47{$_GET["\151\144"]}\47\40\101\x4e\x44\x20\x73\164\x61\164\x75\163\40\75\x20\x27\141\160\x70\162\x6f\166\x65\144\x27\x20\x41\116\x44\x20\143\x6f\162\x74\145\x73\x69\141\x20\x3d\x20\x27\x30\47\x20\117\x52\104\x45\x52\x20\x42\131\40\151\144\x20\x44\105\x53\x43"); foreach ($c as $d) { $c0 = $pdo->query("\123\x45\114\105\103\124\x20\52\40\x46\122\x4f\115\40\163\x65\x74\x6f\x72\40\127\x48\x45\x52\x45\x20\x69\144\x20\x3d\x20\47{$d["\151\144\x5f\163\145\164\157\x72"]}\x27"); $d0 = $c0->fetch(); $c1 = $pdo->query("\x53\105\x4c\105\103\124\40\x2a\x20\x46\122\x4f\x4d\40\143\154\x69\x65\x6e\x74\x65\x73\40\x57\x48\x45\122\x45\40\151\x64\40\75\40\47{$d["\x69\x64\137\x63\x6c\x69"]}\47"); $d1 = $c1->fetch(); $c2 = $pdo->query("\123\x45\114\x45\x43\124\40\52\40\106\x52\117\115\x20\166\x6f\165\x63\x68\x65\162\x73\x20\x57\110\x45\122\x45\40\x69\144\137\143\x61\x72\x74\x20\x3d\x20\x27{$d["\151\144"]}\x27\x20\101\116\x44\40\163\143\141\156\x20\75\x20\x27\x31\47"); $n_vouchers = $c2->rowCount(); $d2 = $c2->fetch(); $c3 = $pdo->query("\123\x45\x4c\105\103\x54\40\x2a\x20\106\x52\x4f\115\x20\x70\x72\157\x64\x75\x74\157\162\x20\127\110\105\122\105\x20\x69\144\40\x3d\40\47{$d["\151\144\137\160\162\157\144\165\164\x6f\162"]}\47"); $d3 = $c3->fetch(); $q = $pdo->query("\x53\x45\114\x45\x43\124\x20\123\125\x4d\50\161\165\x61\156\x74\151\x74\171\51\x20\x61\163\40\x76\x6e\144\40\106\x52\117\115\x20\143\141\162\x72\151\x6e\x68\157\x20\x57\110\x45\122\105\40\x69\x64\x5f\145\166\x65\x6e\164\x6f\40\x3d\x20\47{$_GET["\x69\144"]}\x27\40\101\x4e\104\40\x69\x64\137\163\145\x74\157\162\x20\x3d\x20\x27{$d["\x69\x64\137\x73\x65\164\157\162"]}\x27\x20\x41\116\x44\40\163\164\141\164\165\x73\x20\75\x20\x27\141\x70\x70\x72\x6f\166\145\x64\47"); $y = $q->fetch(); echo "\x3c\x74\162\x3e"; echo "\x3c\164\x64\76"; echo "{$d1["\x6e\x6f\155\x65"]}\74\x62\162\40\57\76"; echo "\x3c\163\x6d\141\154\x6c\76{$d1["\145\155\x61\x69\x6c"]}\x3c\x2f\x73\155\141\154\154\76"; echo "\74\x2f\x74\144\76"; echo "\x3c\x74\144\76"; echo "{$d1["\x63\160\146"]}\x3c\x62\162\x20\x2f\x3e"; echo "\x3c\57\x74\x64\x3e"; echo "\74\x74\144\76"; echo "{$d0["\x6e\157\155\x65"]}\40\55\40"; $a3 = $pdo->query("\x53\105\x4c\x45\103\x54\40\x2a\x20\106\122\117\115\40\x6d\141\160\x61\163\x20\x57\x48\x45\122\x45\40\151\144\40\x3d\40\47{$d["\151\x64\x5f\x6d\141\x70\141"]}\47"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("\123\105\x4c\x45\x43\124\x20\52\40\x46\122\x4f\x4d\40\x6d\x61\x70\x61\163\40\x57\x48\x45\x52\105\40\151\144\40\75\x20\x27{$d["\x69\144\x5f\x6d\141\160\x61"]}\47"); $b3 = $a3->fetch(); echo "\x3c\x73\x70\x61\x6e\x20\143\154\141\x73\163\75\47\x62\141\144\147\x65\x20\x62\x67\x2d\x69\156\146\157\x20\160\x2d\x32\x20\x6d\x65\x2d\x32\47\76{$b3["\x6c\145\164\162\141"]}{$b3["\156\x75\x6d\145\x72\x6f"]}\40{$b3["\144\x65\x73\x63\x72\151\x63\x61\157"]}\74\x2f\x73\160\141\x6e\x3e"; } echo "{$d0["\x74\151\x70\x6f\137\x69\x6e\x67\162\x65\163\x73\x6f"]}"; echo "\74\57\x74\144\x3e"; echo "\74\x74\144\76"; echo number_format($d0["\166\x61\154\x6f\162"], 2, "\x2c", "\x2e"); echo "\x3c\x2f\164\x64\x3e"; echo "\x3c\x74\x64\x3e"; echo "\x3c\163\x70\141\x6e\40\x63\x6c\141\163\x73\75\47\155\x65\x2d\x33\47\x3e{$d["\161\165\x61\156\x74\x69\x74\171"]}\74\57\163\160\141\156\x3e"; if ($d["\166\x6f\x75\x63\x68\x65\x72\137\x63\x72\151\x61\x64\157"] == "\x30") { echo "\x3c\x69\x20\143\x6c\x61\x73\x73\75\x27\x66\141\40\146\141\55\167\x61\x72\x6e\x69\x6e\147\40\164\145\170\164\x2d\x77\141\162\156\x69\156\147\x27\40\x64\141\164\x61\55\x62\163\x2d\164\157\x6f\x6c\164\151\x70\x20\x64\x61\x74\141\x2d\142\x73\x2d\x74\151\164\154\145\x3d\x27\101\147\165\x61\x72\x64\141\156\144\157\x20\141\40\143\x72\151\141\303\xa7\xc3\243\157\40\144\x6f\x20\x76\x6f\x75\x63\150\145\162\x27\x3e\x3c\57\x69\x3e"; } else { if ($d["\166\157\x75\143\x68\x65\x72\137\x63\162\x69\x61\144\x6f"] == $n_vouchers) { echo "\x3c\151\40\143\x6c\x61\x73\163\x3d\x27\146\141\55\x73\x6f\x6c\x69\x64\x20\x66\x61\55\142\x6f\154\164\x27\40\x64\x61\x74\x61\55\x62\163\x2d\164\157\x6f\x6c\x74\151\160\40\x64\x61\x74\141\x2d\x62\x73\55\164\151\164\x6c\145\75\47\123\x63\141\156\x65\141\x64\157\x27\76\74\x2f\x69\76"; } } if ($d["\166\157\165\143\150\x65\162\x5f\143\162\151\x61\x64\x6f"] != "\x30") { echo "\74\x61\x20\150\x72\145\146\75\47\152\x61\x76\x61\163\143\x72\x69\160\164\72\x76\157\151\144\x28\x29\73\x27\x20\144\141\164\141\x2d\x62\x73\55\164\157\x67\147\154\145\75\x27\155\157\144\141\x6c\x27\x20\x64\141\164\141\x2d\x62\x73\x2d\x74\141\162\x67\x65\x74\x3d\47\56\154\151\x73\x74\x61\162\x5f\x76\157\165\143\x68\x65\162{$d["\151\x64"]}\x27\x3e\74\x69\x20\143\154\x61\x73\x73\x3d\x27\x66\x61\55\x73\157\154\151\x64\x20\146\x61\55\x71\162\x63\x6f\x64\x65\47\76\x3c\57\x69\x3e\x3c\x2f\141\x3e"; } echo "\74\57\164\144\76"; echo "\74\x74\144\76"; echo date("\x64\x2f\x6d\x2f\x59", strtotime($d["\x64\x61\164\141"])); echo "\x20" . $d["\x68\x6f\162\x61"]; echo "\x3c\57\x74\144\x3e"; echo "\x3c\x2f\x74\x72\x3e"; echo "\x3c\x64\x69\166\40\x63\x6c\x61\x73\163\75\47\x6d\x6f\x64\x61\x6c\x20\x66\x61\x64\x65\x20\x6c\151\163\164\x61\162\x5f\x76\157\x75\143\150\x65\162{$d["\x69\144"]}\47\76"; echo "\x3c\144\151\166\40\143\x6c\x61\163\x73\75\x27\155\157\x64\x61\154\55\144\x69\141\154\x6f\147\47\40\12\11\11\x9\11\x73\x74\x79\x6c\x65\x3d\47\xa\11\11\x9\x9\40\x62\157\162\144\x65\x72\x2d\162\x69\147\150\x74\72\63\x32\160\x78\40\x73\x6f\x6c\151\144\73\12\11\11\11\11\x20\142\157\x72\x64\x65\x72\55\154\145\x66\x74\x3a\63\62\160\x78\x20\x73\x6f\154\x69\144\x3b\12\x9\11\11\x9\x20\x62\x6f\162\144\145\x72\x2d\151\x6d\x61\147\145\72\x20\165\x72\154\x28\56\56\x2f\151\155\141\x67\145\163\57\x74\x69\143\x6b\145\164\137\142\157\x72\144\145\162\x2e\x70\156\x67\x29\40\63\60\x20\162\157\x75\x6e\x64\x3b\12\x9\11\x9\x9\x27\x3e"; echo "\74\144\x69\166\x20\143\x6c\x61\x73\163\x3d\x27\x6d\x6f\144\x61\154\55\x63\x6f\x6e\164\x65\156\164\x27\76"; echo "\74\x64\151\166\40\x63\154\x61\163\163\x3d\47\155\157\144\141\x6c\55\150\x65\141\x64\x65\162\x20\164\145\170\164\55\165\x70\x70\145\162\x63\x61\163\x65\x27\x3e\126\157\x75\x63\x68\145\162\x3c\x62\165\164\x74\157\x6e\40\x63\154\x61\x73\x73\x3d\x27\x62\x74\x6e\x2d\143\154\x6f\x73\145\x27\x20\x64\x61\x74\141\x2d\142\163\55\144\151\163\x6d\x69\x73\163\x3d\x27\155\x6f\x64\x61\154\x27\76\74\x2f\x62\x75\164\164\x6f\156\x3e\x3c\x2f\144\x69\x76\x3e"; echo "\x3c\144\151\166\40\143\154\x61\163\163\75\x27\155\157\144\x61\x6c\x2d\x62\157\144\x79\x27\x3e"; $q = $pdo->query("\x53\105\114\105\x43\124\40\52\40\106\x52\117\115\40\x76\x6f\x75\x63\x68\145\x72\x73\x20\x57\110\x45\122\105\40\151\x64\137\x63\x61\x72\164\x20\x3d\40\x27{$d["\x69\144"]}\x27"); foreach ($q as $i) { echo "\74\144\151\166\40\143\154\141\163\x73\x3d\x27\x6d\x62\55\65\x20\160\142\x2d\x33\x20\x72\x6f\167\x20\162\157\167\x2d\x63\x6f\154\x73\55\62\40\162\157\x77\55\x63\x6f\x6c\x73\x2d\155\144\x2d\62\x27\40\163\x74\171\x6c\145\x3d\47\142\x6f\162\144\x65\x72\x2d\142\157\x74\164\x6f\155\x3a\144\x6f\164\x74\145\x64\73\47\76"; echo "\x3c\144\151\x76\x20\143\154\x61\x73\x73\x3d\47\143\x6f\x6c\47\x3e"; echo "\74\151\155\147\40\163\x72\143\x3d\47\x64\x61\x74\141\x3a\x69\x6d\141\x67\x65\57\160\156\147\73\x62\141\163\145\x36\x34\54{$i["\161\x72\x5f\x63\157\144\x65"]}\x27\x20\x63\154\x61\x73\163\75\47\x69\x6d\x67\47\x20\141\154\164\x3d\47\x27\40\57\76\74\x62\162\x20\x2f\x3e"; echo "{$i["\x63\157\x64\x65\142\141\162\137\x6e\165\155\x62\145\162"]}"; echo "\74\57\144\151\x76\76"; echo "\74\144\x69\166\40\x63\x6c\x61\x73\x73\x3d\47\143\157\x6c\47\x3e"; if ($i["\163\x63\x61\x6e"] == "\61") { echo "\x3c\144\x69\x76\x20\x63\154\141\x73\x73\x3d\x27\164\145\170\164\55\163\x75\143\143\x65\x73\x73\x20\170\40\146\141\40\x66\141\55\142\x65\141\164\47\x3e\x3c\151\x20\x63\154\x61\x73\163\75\x27\x66\x61\x2d\162\x65\147\x75\x6c\x61\162\40\146\141\55\143\x69\162\143\154\x65\55\143\150\145\143\x6b\47\x3e\74\57\x69\x3e\x20\x53\103\x41\116\x45\101\x44\x4f\74\x2f\144\x69\166\76"; } else { echo "\x3c\141\x20\x68\x72\145\x66\75\47\152\141\x76\141\163\143\x72\151\x70\164\72\166\157\x69\x64\x28\51\47\40\143\154\141\163\163\x3d\x27\x62\164\x6e\40\x62\164\x6e\x2d\154\x69\147\x68\164\x20\x62\x74\x6e\55\x63\x68\145\x63\x6b\x69\x6e\40\143\x6b\x69\x6e{$i["\x69\x64"]}\x27\x20\151\x64\x3d\x27{$i["\151\x64"]}\x27\76\103\110\x45\x43\x4b\x49\x4e\x3c\x2f\x61\76"; } echo "\x3c\57\x64\x69\x76\76"; echo "\x3c\57\144\151\x76\x3e"; } echo "\x3c\x2f\144\x69\x76\76"; echo "\x3c\x2f\x64\151\166\x3e"; echo "\74\57\x64\x69\166\x3e"; echo "\74\57\x64\151\x76\76"; } echo "\12\11\11\40\40\74\x74\x62\157\x64\x79\x3e\xa\x9\x9\40\x3c\57\x74\141\x62\x6c\145\76"; echo "\x3c\x2f\x64\x69\166\x3e"; $q = $pdo->query("\123\105\x4c\x45\x43\x54\x20\123\125\115\x28\161\165\x61\x6e\x74\x69\164\171\51\x20\x61\x73\40\x76\164\x20\x46\122\117\115\x20\x63\x61\x72\x72\151\x6e\x68\157\x20\127\110\x45\122\x45\40\151\144\x5f\x65\x76\x65\156\164\x6f\40\x3d\x20\x27{$_GET["\x69\x64"]}\x27\x20\101\116\x44\x20\163\x74\x61\x74\165\163\x20\75\x20\47\141\x70\160\x72\x6f\166\145\x64\x27\40\x41\x4e\x44\x20\143\x6f\x72\164\x65\x73\x69\141\x20\x3d\40\x27\60\x27"); $y = $q->fetch(); $q0 = $pdo->query("\123\105\114\105\x43\124\x20\123\125\115\x28\161\165\141\156\x74\x69\x74\171\51\40\x61\163\x20\166\143\157\162\x74\40\106\x52\x4f\115\x20\143\141\162\162\151\156\150\x6f\40\x57\110\x45\x52\x45\40\151\144\x5f\x65\x76\x65\x6e\164\157\40\x3d\40\47{$_GET["\x69\x64"]}\47\40\101\116\x44\x20\163\164\141\164\165\x73\40\x3d\40\47\141\x70\160\162\157\166\145\x64\47\x20\x41\116\104\40\x63\157\x72\x74\145\x73\x69\141\40\75\x20\47\x31\x27"); $y0 = $q0->fetch(); $q1 = $pdo->query("\123\105\x4c\105\103\124\x20\x53\x55\x4d\50\165\156\151\x74\x5f\160\x72\151\x63\x65\x2a\161\x75\x61\156\164\x69\x74\171\51\x20\x61\x73\x20\x76\156\x64\x20\x46\122\x4f\x4d\x20\143\x61\x72\162\x69\x6e\x68\x6f\40\x57\x48\105\122\105\40\x69\144\137\x65\166\145\x6e\x74\x6f\40\x3d\40\47{$_GET["\x69\x64"]}\x27\40\101\116\104\40\163\x74\141\164\x75\x73\x20\75\x20\47\x61\x70\160\162\157\166\145\x64\47"); $y1 = $q1->fetch(); $q2 = $pdo->query("\123\x45\114\105\103\x54\40\x2a\40\x46\122\x4f\x4d\x20\166\x6f\x75\x63\x68\145\x72\163\40\x57\110\105\x52\x45\x20\x69\144\x5f\x65\166\145\156\164\157\40\75\x20\x27{$_GET["\x69\144"]}\x27\40\101\x4e\104\x20\163\143\141\156\40\x3d\40\x27\x31\47"); $y2 = $q2->fetch(); $ncheck = $q2->rowCount(); echo "\74\x64\151\166\40\x63\154\141\163\163\x3d\x27\143\x61\162\144\40\160\55\63\x20\155\171\x2d\63\47\76"; echo "\x3c\x68\x35\x3e\x54\x4f\x54\101\114\x3c\57\x68\65\76"; echo "\74\144\151\166\40\x63\x6c\x61\x73\163\x3d\47\x64\55\146\154\145\x78\x20\x6a\165\x73\x74\151\146\x79\55\143\x6f\156\164\x65\156\x74\x2d\142\x65\164\x77\145\145\x6e\47\x3e\74\x73\x70\x61\x6e\x3e\126\105\x4e\x44\101\x53\40{$y["\166\164"]}\x3c\57\163\x70\141\156\76\x20\x3c\x73\160\x61\x6e\x3e\103\x68\x65\x63\x6b\x49\x4e\x20{$ncheck}\74\x2f\163\x70\x61\x6e\x3e\74\57\144\151\x76\76"; echo "\x3c\x64\x69\166\x20\x63\154\x61\x73\163\x3d\x27\x62\157\162\144\145\162\x2d\142\157\164\164\x6f\155\40\160\142\55\x33\x20\x6d\142\x2d\63\47\76\126\x41\114\x4f\122\x20\74\x73\160\141\156\40\143\x6c\141\163\163\x3d\x27\x63\151\x66\x72\x61\x6f\x27\76\122\44\74\x2f\163\x70\141\156\76" . number_format($y1["\x76\156\144"], 2, "\x2c", "\x2e") . "\74\57\x64\x69\166\76"; echo "\74\x2f\x64\151\x76\x3e"; } goto LhTXH; rxZNR: if (isset($_GET["\x63\x6c\x69\145\x6e\x74\145\x73"])) { $c = $pdo->query("\x53\105\x4c\x45\x43\x54\x20\52\x20\x46\122\117\x4d\40\x63\x6c\151\x65\x6e\x74\x65\163\40\117\122\x44\105\122\40\102\131\40\x69\144\40\x44\x45\x53\x43"); $n = $c->rowCount(); echo "\74\x64\x69\166\40\x63\154\141\x73\163\75\47\x64\x2d\x66\154\145\x78\40\x6a\x75\x73\x74\x69\146\x79\55\x63\157\x6e\164\145\x6e\x74\55\x62\145\164\x77\x65\x65\156\x27\76"; echo "\x3c\150\x35\40\143\154\141\x73\163\x3d\x27\155\x79\x2d\63\x27\x3e\103\114\111\x45\116\124\x45\x53\40{$n}\74\57\150\x35\x3e"; echo "\x3c\x64\x69\166\40\143\154\x61\x73\163\x3d\47\x6d\171\55\63\x27\76\x3c\141\x20\x68\162\x65\146\x3d\x27\x6a\x61\166\x61\x73\143\x72\151\x70\x74\72\166\x6f\151\144\x28\51\47\x20\x64\x61\164\x61\x2d\x62\163\55\164\157\147\147\x6c\x65\x3d\47\155\x6f\x64\141\154\x27\40\144\141\x74\141\55\x62\163\x2d\x74\x61\x72\147\145\x74\75\47\56\162\x63\47\40\144\x61\x74\141\x2d\x62\x73\x2d\164\157\157\154\x74\x69\x70\40\144\x61\164\x61\55\x62\x73\55\164\151\164\x6c\x65\x3d\x27\x52\145\154\x61\x74\xc3\263\x72\151\157\x20\x64\145\x20\x43\x69\144\x61\x64\145\163\x27\x3e\122\103\x3c\x2f\x61\x3e\74\x2f\144\151\x76\76"; echo "\74\x64\x69\x76\x20\143\x6c\141\163\163\75\x27\x6d\171\55\63\47\76\74\141\40\150\x72\145\146\x3d\x27\77\145\x78\x54\x65\x6c\47\x20\164\x61\x72\147\145\164\x3d\47\137\x62\154\x61\156\x6b\47\76\x45\x78\160\x6f\162\164\141\162\x20\x54\145\154\x65\x66\x6f\156\145\163\74\x2f\x61\76\x3c\57\144\151\x76\76"; $nomeArquivo = "\143\154\x69\x65\156\x74\x65\x73\137\x63\157\156\x74\x61\x74\157\x73\x2e\x63\x73\166"; if (file_exists($nomeArquivo) && is_file($nomeArquivo)) { echo "\74\144\x69\166\x20\x63\154\141\x73\163\75\x27\155\171\55\x33\x27\x3e\74\x61\40\150\162\x65\x66\x3d\x27\143\154\151\145\x6e\x74\x65\163\x5f\x63\x6f\156\x74\141\164\157\163\x2e\x63\163\166\x27\x20\144\x61\164\x61\x2d\142\163\55\x74\x6f\x6f\x6c\x74\x69\160\x20\144\x61\164\x61\55\x62\163\x2d\164\x69\x74\x6c\x65\75\47\103\154\151\161\x75\x65\40\143\157\x6d\x20\157\40\x62\x6f\164\303\xa3\157\40\x64\x69\162\145\x69\x74\x6f\40\144\x6f\40\115\x4f\125\123\x45\40\x75\163\x65\40\157\x20\123\141\154\166\x61\x72\40\x4c\x69\x6e\153\x20\x43\x6f\x6d\157\x27\x20\x20\164\x61\x72\147\145\164\75\47\137\142\154\x61\x6e\153\47\x3e\102\141\151\x78\x61\x72\x20\105\170\x70\x6f\162\x74\x61\144\x6f\163\40\x2e\143\163\x76\74\57\x61\x3e\74\x2f\144\151\166\x3e"; } $arc = "\x63\154\151\x65\x6e\x74\145\163\x5f\x64\145\x6c\145\x74\141\x64\x6f\x73\56\x63\163\166"; if (file_exists($arc) && is_file($arc)) { echo "\x3c\x64\x69\166\40\x63\154\x61\x73\x73\x3d\x27\x6d\171\x2d\63\47\76\x3c\141\40\150\x72\x65\146\75\x27\143\x6c\151\x65\x6e\164\x65\x73\137\144\x65\x6c\x65\x74\141\144\157\x73\56\x63\163\166\x27\40\144\141\x74\x61\55\142\x73\x2d\164\157\x6f\x6c\164\x69\160\40\144\141\x74\141\x2d\142\x73\55\x74\x69\x74\x6c\x65\x3d\47\103\154\x69\161\165\145\x20\x63\x6f\155\x20\157\40\142\x6f\x74\xc3\243\157\x20\x64\x69\x72\145\x69\164\x6f\40\x64\157\x20\115\117\x55\x53\105\x20\165\x73\x65\40\157\40\x53\x61\x6c\166\141\162\x20\x4c\x69\x6e\153\40\103\157\x6d\x6f\x27\40\40\x74\x61\x72\147\145\164\x3d\47\137\142\154\x61\x6e\153\47\x3e\x43\154\151\x65\x6e\x74\x65\163\40\x44\x65\x6c\145\164\x61\144\x6f\x73\74\57\141\x3e\74\57\x64\151\166\76"; } echo "\x3c\57\x64\x69\x76\x3e"; echo "\x3c\144\x69\166\40\x63\154\141\163\163\x3d\x27\155\x6f\x64\141\154\x20\x66\141\x64\x65\40\162\x63\x27\x3e"; echo "\74\x64\x69\x76\40\x63\154\x61\163\x73\x3d\47\155\x6f\144\141\x6c\x2d\144\x69\x61\x6c\x6f\x67\40\155\157\x64\141\x6c\55\146\165\x6c\154\163\x63\162\x65\x65\x6e\47\x3e"; echo "\74\x64\151\x76\x20\143\154\141\163\163\75\x27\x6d\x6f\144\141\x6c\55\143\x6f\156\x74\x65\x6e\164\x27\x3e"; echo "\x3c\144\151\166\40\143\x6c\x61\x73\x73\x3d\47\155\157\144\141\x6c\55\150\x65\141\144\x65\x72\47\x3e\122\105\x4c\x41\124\xc3\223\x52\111\x4f\x20\104\105\40\x43\x4c\x49\x45\116\124\105\123\x20\x50\x4f\122\40\x43\x49\x44\x41\x44\105\123\74\x62\165\164\164\x6f\x6e\40\x63\154\x61\x73\163\x3d\47\142\164\156\55\x63\x6c\x6f\163\x65\x27\x20\x64\141\x74\141\55\x62\163\55\x64\x69\163\x6d\151\163\x73\x3d\47\x6d\157\144\x61\x6c\47\x3e\x3c\57\x62\x75\x74\x74\x6f\x6e\x3e\74\57\x64\x69\x76\76"; echo "\74\144\151\x76\x20\x63\x6c\141\x73\163\x3d\47\155\x6f\x64\x61\154\55\142\157\x64\x79\47\x3e"; $a = $pdo->query("\123\x45\x4c\x45\103\124\40\104\x49\x53\124\111\116\x43\124\x20\143\151\x64\x61\144\x65\x20\x46\x52\x4f\x4d\x20\143\x6c\x69\x65\x6e\x74\145\x73\40\x57\x48\105\x52\105\40\x63\151\144\x61\x64\x65\x20\41\x3d\x20\x27\60\x27\40\x41\x4e\x44\x20\143\x69\x64\141\144\x65\x20\x21\75\40\47\47\40"); $total_cidade = $a->rowCount(); echo "\74\144\151\x76\40\x63\154\141\163\163\75\x27\47\76\124\157\164\x61\x6c\40\x64\145\x20\103\x69\144\x61\x64\145\163\x20{$total_cidade}\x3c\57\x64\x69\x76\76"; $n = 0; echo "\x3c\144\x69\166\40\x63\154\x61\x73\x73\75\47\x74\x61\x62\154\145\x2d\x72\x65\163\x70\157\x6e\x73\151\x76\145\x27\x3e"; echo "\x3c\x74\x61\x62\x6c\145\40\143\x6c\141\163\x73\75\47\144\x61\x74\141\x2d\164\141\142\154\145\x20\144\x69\x73\x70\154\x61\171\40\143\157\x6d\x70\141\x63\164\47\40\x73\164\x79\154\145\75\47\164\145\170\x74\x2d\141\154\151\x67\156\x3a\154\x65\146\x74\73\47\40\144\x61\x74\141\x2d\x70\x61\x67\x65\55\x6c\145\x6e\x67\164\150\x3d\x27\61\x30\x30\47\x3e\12\x9\x9\11\x9\x9\x9\40\40\x20\x3c\164\x68\x65\x61\x64\76\12\11\x9\11\x9\x9\11\40\40\40\40\x3c\x74\162\x3e\xa\11\11\x9\x9\11\11\40\x20\x20\x20\x9\74\x74\150\x20\x73\143\x6f\x70\x65\75\47\143\x6f\154\x27\76\x23\x3c\x2f\164\x68\x3e\12\x9\x9\x9\11\x9\11\40\x20\40\40\x20\x20\x9\x3c\x74\150\40\163\143\x6f\160\145\x3d\x27\x63\157\x6c\47\76\x43\111\104\x41\x44\x45\x3c\x2f\x74\150\76\11\xa\x9\x9\11\x9\x9\11\40\x20\40\x20\40\x20\x9\74\164\x68\40\163\x63\157\x70\145\x3d\x27\x63\x6f\154\x27\x3e\x51\124\x44\x2e\x43\114\111\105\116\x54\105\123\x3c\x2f\164\x68\x3e\12\11\11\11\x9\11\x9\40\40\x20\x20\x3c\x2f\164\x72\76\12\x9\11\11\11\11\11\x20\x20\74\x2f\x74\x68\x65\141\144\76\xa\11\x9\x9\11\11\x9\x20\x20\x3c\164\142\x6f\x64\x79\x3e\xa\x9\x9\x9\11\11\11\40\40"; foreach ($a as $i) { $n++; $x = $pdo->query("\x53\x45\114\x45\103\124\40\x2a\40\x46\x52\x4f\x4d\40\x63\154\151\145\156\164\x65\x73\x20\x57\110\105\x52\x45\x20\x63\x69\x64\141\x64\145\x20\75\40\47{$i["\143\x69\144\141\144\145"]}\47"); $n_cidade = $x->rowCount(); $q = $pdo->query("\x53\105\114\x45\103\124\x20\x44\111\x53\124\x49\x4e\x43\124\x20\x65\163\x74\141\144\x6f\x20\106\122\117\115\x20\143\154\x69\145\x6e\164\x65\x73\x20\x57\x48\105\122\105\40\x63\x69\144\141\x64\x65\40\x3d\x20\47{$i["\x63\151\144\141\144\145"]}\47"); $y = $q->fetch(); echo "\x3c\x74\162\x3e"; echo "\74\x74\144\76{$n}\x3c\x2f\164\144\x3e"; echo "\74\164\x64\x3e{$i["\143\151\144\x61\144\145"]}\54\40{$y["\145\163\x74\141\x64\157"]}\x3c\x2f\164\144\76"; echo "\x3c\x74\x64\x3e{$n_cidade}\x3c\57\x74\x64\x3e"; echo "\x3c\57\164\x72\x3e"; } echo "\12\x9\11\x9\x20\40\74\x74\x62\x6f\x64\x79\x3e\12\x9\x9\11\x20\x3c\x2f\x74\x61\x62\154\145\76"; echo "\x3c\57\144\x69\166\x3e"; echo "\74\57\144\x69\x76\76"; echo "\x3c\57\144\x69\166\76"; echo "\x3c\x2f\144\x69\166\x3e"; echo "\x3c\x2f\x64\151\x76\x3e"; echo "\x3c\144\151\x76\40\143\154\x61\x73\163\x3d\x27\164\x61\142\154\x65\x2d\162\x65\163\x70\157\156\163\151\166\145\47\76"; echo "\74\164\141\x62\x6c\145\x20\143\x6c\x61\163\x73\x3d\x27\x64\141\x74\141\x2d\164\141\142\154\145\x20\144\151\x73\x70\154\141\171\x20\143\x6f\x6d\x70\x61\x63\164\47\40\163\x74\x79\154\145\x3d\47\164\145\170\x74\x2d\x61\x6c\x69\147\x6e\x3a\x6c\x65\x66\164\x3b\47\x20\x64\x61\x74\141\55\x70\x61\x67\x65\x2d\154\x65\156\147\x74\x68\75\47\x31\x30\60\x27\x3e\xa\11\x9\x9\40\x20\40\74\x74\x68\x65\141\x64\x3e\xa\x9\x9\x9\40\x20\40\40\x3c\164\x72\x3e\12\11\11\11\40\40\x20\x20\x20\40\74\x74\150\40\163\x63\x6f\x70\145\75\x27\143\x6f\154\47\76\43\74\x2f\164\150\x3e\xa\x9\x9\11\40\x20\40\x20\40\x20\74\x74\x68\x20\163\x63\x6f\160\x65\75\x27\x63\157\x6c\47\x3e\x49\104\74\x2f\x74\x68\76\x9\xa\x9\x9\11\x20\40\x20\x20\40\40\x3c\164\x68\40\163\143\157\x70\145\x3d\x27\143\157\x6c\47\x3e\x4e\117\115\x45\74\x2f\x74\150\76\12\x9\11\x9\40\40\x20\x20\40\x20\74\164\x68\40\x73\143\157\x70\x65\x3d\x27\143\x6f\x6c\47\x3e\x45\x4d\x41\x49\x4c\x3c\x2f\x74\150\76\xa\x9\11\x9\x20\40\40\40\x20\x20\74\164\150\x20\163\143\x6f\x70\145\75\47\143\157\x6c\47\76\x53\x45\x4e\x48\101\x3c\x2f\x74\x68\76\xa\11\11\11\40\40\40\40\40\x20\x3c\164\x68\40\163\x63\157\160\x65\x3d\47\143\157\x6c\x27\76\103\x4f\116\x54\x41\124\117\x3c\x2f\164\150\76\12\11\11\x9\40\x20\40\40\40\40\74\x74\150\x20\x73\143\157\x70\145\75\x27\143\157\x6c\x27\76\103\120\106\x3c\x2f\164\150\76\xa\11\11\11\x20\x20\40\40\x20\x20\74\x74\x68\40\163\143\x6f\x70\x65\x3d\47\143\x6f\154\47\76\103\x41\x44\x41\x53\x54\122\117\74\x2f\x74\x68\x3e\xa\x9\11\x9\x20\40\40\x20\74\x2f\164\162\76\xa\x9\11\x9\x20\x20\74\x2f\164\150\145\141\x64\76\xa\11\11\11\x20\x20\74\x74\142\157\144\171\x3e\12\x9\x9\11\x20\40"; foreach ($c as $d) { echo "\x3c\x74\x72\40\143\154\141\x73\163\x3d\x27\x74\x72{$d["\151\x64"]}\x27\x3e"; echo "\x3c\164\144\76"; echo "\74\141\40\x68\x72\x65\146\x3d\x27\152\x61\166\x61\x73\x63\x72\151\160\x74\x3a\166\x6f\151\144\50\x29\73\47\x20\x64\x61\164\141\55\142\x73\55\164\x6f\x67\147\x6c\145\x3d\x27\x63\x6f\x6c\x6c\141\x70\x73\145\x27\40\x64\141\164\141\55\x62\x73\55\164\x61\162\x67\145\164\x3d\x27\x2e\144\143{$d["\151\x64"]}\47\x3e\74\151\x20\143\x6c\x61\163\163\x3d\47\146\141\x20\x66\141\x2d\x74\162\141\x73\150\55\x61\x6c\164\x27\x3e\x3c\57\x69\x3e\x3c\x2f\141\x3e"; echo "\x3c\x61\40\150\162\x65\146\75\x27\x23\x27\40\143\154\141\163\163\75\x27\143\157\x6c\x6c\x61\160\x73\145\40\x66\x61\144\145\x20\144\143{$d["\x69\144"]}\40\x64\x63\x27\x20\151\144\75\x27{$d["\x69\144"]}\x27\x3e\103\x6f\x6e\x66\151\162\155\x61\x72\x3c\x2f\x61\76"; echo "\x3c\x2f\164\x64\76"; echo "\x3c\x74\x64\x3e"; echo "{$d["\x69\144"]}"; echo "\x3c\x2f\x74\144\76"; echo "\74\x74\x64\x3e"; echo "{$d["\x6e\x6f\x6d\x65"]}"; echo "\x3c\57\x74\x64\76"; echo "\74\164\x64\76"; echo "{$d["\145\155\x61\x69\154"]}"; echo "\74\57\164\x64\x3e"; echo "\x3c\164\x64\x3e"; echo "{$d["\163\145\156\x68\x61"]}"; echo "\74\57\x74\x64\76"; echo "\74\164\x64\x3e"; echo "{$d["\x63\157\x6e\164\141\164\x6f"]}"; echo "\x3c\57\x74\144\76"; echo "\x3c\x74\144\76"; echo "{$d["\143\160\x66"]}"; echo "\x3c\x2f\x74\x64\x3e"; echo "\74\x74\144\x3e"; echo "{$d["\144\141\164\141"]}"; echo "\74\x2f\164\144\76"; echo "\74\x2f\164\x72\76"; } echo "\xa\x9\x9\11\x20\x20\74\x74\142\157\144\171\76\12\11\11\x9\x20\74\57\164\141\142\154\x65\76"; echo "\x3c\x2f\x64\151\166\x3e"; } goto Hu0Fs; MOCxA: if (isset($_GET["\x70\141\x67"])) { $q = $pdo->query("\x53\x45\114\105\103\x54\40\52\40\x46\122\117\115\40\160\x61\147\151\156\x61\x73\40\127\110\x45\122\x45\x20\x69\x64\x20\75\40\x27{$_GET["\151\x64"]}\x27"); $y = $q->fetch(); echo "\x3c\150\x31\40\x63\154\141\163\x73\x3d\x27\x6d\x74\55\x35\x27\x3e{$y["\164\x69\x74\x75\x6c\x6f"]}\xa\11\x3c\x64\151\x76\x20\143\154\141\x73\x73\75\x27\x75\156\x64\145\x72\142\x61\162\x27\x3e\x3c\57\144\x69\x76\x3e\xa\11\x3c\x2f\x68\x31\x3e"; echo "\x3c\x64\x69\166\x20\x63\154\x61\163\163\x3d\x27\x6d\x79\55\x33\x27\x3e{$y["\x64\145\x73\x63\162\x69\x63\x61\x6f"]}\74\x2f\144\151\x76\76"; } goto iH5BQ; GHEBw: if (isset($_GET["\160\162\x6f\144\x75\x74\x6f\x72"])) { echo "\74\150\65\40\143\154\141\163\163\75\x27\x6d\x79\x2d\x33\47\76\117\x50\105\x52\101\x44\117\x52\x20\74\141\40\150\x72\x65\x66\x3d\47\43\x27\x20\143\154\x61\163\x73\x3d\47\x62\x74\156\40\142\164\156\55\154\151\x67\x68\164\x27\40\144\141\164\141\55\x62\163\55\x74\x6f\x67\147\154\x65\75\x27\143\157\x6c\x6c\x61\160\163\x65\47\x20\x64\x61\164\x61\x2d\x62\x73\x2d\164\x61\162\x67\145\164\x3d\x27\x2e\x63\x78\47\76\103\x61\x64\x61\163\164\162\141\x72\74\57\141\x3e\x3c\57\x68\x35\x3e"; echo "\74\x66\x6f\162\x6d\x20\155\145\164\x68\157\144\75\47\160\157\x73\164\47\40\x65\156\x63\x74\x79\160\145\75\x27\x6d\x75\154\x74\151\x70\141\162\164\57\146\157\x72\155\x2d\x64\141\164\x61\x27\x20\143\154\x61\163\163\75\47\x63\x6f\x6c\154\x61\160\x73\145\40\x63\170\x27\76"; echo "\74\x64\x69\x76\40\143\154\x61\163\163\75\x27\162\157\167\40\x72\x6f\x77\x2d\x63\x6f\x6c\x73\x2d\x32\40\x72\157\x77\55\x63\157\154\163\x2d\155\x64\55\62\x27\x3e"; echo "\x3c\144\x69\x76\40\143\154\141\x73\x73\75\x27\x63\x6f\154\47\76"; echo "\x3c\151\x6e\160\x75\164\40\x74\x79\x70\x65\x3d\47\164\x65\x78\x74\47\40\156\x61\x6d\145\75\x27\156\x6f\x6d\x65\x27\40\143\154\x61\163\163\x3d\47\x66\x6f\162\x6d\55\143\157\156\x74\162\x6f\x6c\40\155\142\55\62\47\x20\160\x6c\x61\143\x65\150\x6f\x6c\144\x65\x72\x3d\47\x4e\157\x6d\145\47\40\x72\x65\161\165\151\x72\145\x64\x3e"; echo "\74\57\144\x69\166\x3e"; echo "\x3c\x64\151\x76\x20\143\x6c\141\x73\163\x3d\x27\x63\157\154\47\76"; echo "\74\x69\156\x70\x75\x74\x20\x74\x79\x70\145\x3d\x27\x65\155\x61\151\x6c\x27\x20\156\141\155\x65\75\47\x65\x6d\141\x69\154\47\40\x63\x6c\141\163\163\x3d\47\146\x6f\x72\155\x2d\143\157\x6e\164\x72\157\x6c\x20\x6d\x62\55\x32\x27\x20\160\154\141\143\145\150\x6f\x6c\144\145\162\x3d\47\105\55\x4d\141\x69\x6c\x27\x3e"; echo "\x3c\57\144\151\166\76"; echo "\74\x64\x69\166\40\x63\154\141\163\x73\x3d\x27\x63\x6f\x6c\47\x3e"; echo "\74\x69\x6e\x70\165\x74\x20\x74\x79\x70\145\75\47\x74\145\170\x74\x27\x20\156\x61\155\145\x3d\47\x6c\157\147\x69\x6e\47\x20\x63\154\x61\x73\163\x3d\x27\x66\x6f\162\155\x2d\143\157\x6e\x74\x72\x6f\x6c\x20\155\142\55\x32\47\x20\x70\x6c\141\143\145\x68\x6f\x6c\x64\145\x72\x3d\47\114\x6f\147\151\156\47\x20\x72\145\161\165\x69\x72\x65\x64\x3e"; echo "\74\x2f\x64\151\x76\x3e"; echo "\x3c\144\x69\x76\x20\x63\154\141\x73\163\x3d\47\143\x6f\154\47\x3e"; echo "\74\x69\x6e\x70\x75\164\x20\x74\171\160\145\x3d\x27\x74\x65\170\x74\x27\x20\x6e\x61\155\145\x3d\47\x73\x65\x6e\150\x61\x27\x20\x63\154\141\163\163\75\47\x66\157\x72\155\55\143\157\156\x74\162\157\x6c\40\x6d\x62\x2d\x33\x27\x20\160\x6c\141\x63\x65\150\x6f\154\x64\x65\162\75\x27\123\145\x6e\x68\x61\47\40\x72\x65\161\165\151\x72\x65\144\76"; echo "\74\x2f\x64\x69\166\76"; echo "\74\x2f\x64\151\166\76"; echo "\x3c\142\165\164\164\x6f\x6e\x20\x6e\141\x6d\145\x3d\47\x63\x72\151\141\162\x50\162\157\x64\x75\164\x6f\x72\x27\40\x63\154\x61\163\163\x3d\47\x62\x74\x6e\40\x62\x74\x6e\x2d\x6c\x69\147\x68\x74\x27\76\x43\162\x69\x61\162\x3c\x2f\x62\165\164\164\157\x6e\76"; echo "\74\57\x66\x6f\x72\155\76"; $q = $pdo->query("\123\105\114\105\103\x54\x20\52\40\106\x52\x4f\x4d\40\x70\162\157\144\165\164\x6f\162"); foreach ($q as $i) { $id_produtor = $i["\x69\x64"]; $rv = $i["\162\x76"]; $rvl = $i["\x72\x76\154"]; $bar = $i["\x62\x61\162"]; echo "\x3c\x64\151\166\40\x63\154\141\163\163\75\x27\x72\x6f\167\40\162\x6f\167\x2d\x63\157\154\163\55\61\x20\x72\157\x77\x2d\x63\x6f\154\x73\x2d\x6d\144\x2d\66\40\142\157\x72\x64\145\x72\x2d\x62\157\164\164\x6f\x6d\x20\x6d\55\x30\40\x70\x2d\x30\x20\160\171\55\x32\47\76"; echo "\x3c\x64\x69\x76\x20\143\x6c\x61\x73\x73\x3d\x27\x63\157\x6c\x2d\x6d\x64\55\61\x27\76"; echo "\x3c\x61\x20\x68\162\x65\146\x3d\47\152\141\x76\x61\x73\x63\162\x69\x70\164\72\x76\157\151\x64\50\x29\47\x20\144\x61\164\x61\x2d\142\163\55\164\x6f\x6f\x6c\x74\151\160\x20\144\141\x74\x61\55\x62\x73\x2d\x74\157\x67\x67\x6c\x65\75\47\155\157\144\141\154\47\x20\x64\141\164\x61\x2d\142\x73\55\x74\151\164\154\145\75\x27\x44\x65\x6c\x65\x74\x61\x72\x27\40\144\x61\164\x61\x2d\142\163\x2d\x74\141\x72\147\x65\164\x3d\47\x2e\x64\x70\x72\x6f{$i["\151\x64"]}\x27\76\x3c\x69\x20\x63\x6c\x61\x73\163\x3d\x27\146\x61\40\x66\141\55\x74\162\141\x73\x68\x2d\x61\x6c\x74\47\76\74\57\x69\x3e\74\x2f\x61\x3e"; echo "\x3c\57\144\x69\x76\76"; echo "\74\144\x69\166\x20\143\154\141\x73\x73\x3d\x27\143\x6f\x6c\x20\164\145\x78\164\55\x75\x70\x70\145\x72\143\141\163\145\x27\76"; if ($i[status] == "\61") { echo "\74\141\40\150\x72\x65\x66\x3d\47\152\x61\166\141\x73\x63\x72\x69\x70\164\72\x76\157\x69\x64\50\51\47\40\143\154\141\163\x73\x3d\x27\x6c\151\x6d\x69\164\x61\x64\157\x2d\160\x72\x6f\x64\x27\40\151\144\x3d\47{$i["\x69\144"]}\x27\x3e\xa\11\11\x9\11\x3c\151\x20\x63\154\141\x73\163\x3d\x27\x62\151\40\x62\151\55\160\x61\164\143\x68\55\143\x68\145\143\x6b\x2d\x66\151\x6c\x6c\40\164\145\170\164\55\x73\165\x63\x63\145\163\x73\40\155\x65\55\62\x27\40\144\141\x74\141\55\x62\163\x2d\x74\157\x6f\x6c\164\151\160\x20\x64\x61\164\x61\55\x62\163\55\x74\151\164\x6c\145\x3d\x27\117\160\x65\162\x61\x64\157\x72\x20\126\x49\x50\x2e\40\x45\x73\x74\145\40\x6f\x70\145\162\x61\144\157\x72\40\x70\x6f\x64\145\x20\143\x61\x64\141\163\x74\x72\x61\x72\x20\160\x72\157\x64\165\164\157\x73\x27\76\x3c\x2f\x69\76\x3c\x2f\x61\x3e"; } else { echo "\x3c\141\40\x68\162\x65\x66\x3d\47\152\141\x76\141\x73\x63\162\x69\160\164\72\166\x6f\x69\144\50\x29\x27\40\143\154\141\163\163\75\x27\x76\x69\160\x2d\160\162\x6f\144\47\40\x69\144\75\x27{$i["\151\144"]}\x27\x3e\xa\11\11\x9\11\74\x69\x20\143\154\x61\x73\163\75\x27\142\151\x20\x62\x69\x2d\160\x61\x74\143\x68\x2d\143\x68\x65\143\x6b\x20\x74\x65\x78\164\x2d\155\165\164\x65\144\x20\x6d\145\55\x32\47\x20\x64\141\164\141\x2d\x62\x73\x2d\164\157\x6f\154\x74\151\160\x20\144\x61\x74\141\55\142\x73\x2d\x74\x69\164\x6c\x65\x3d\47\117\x70\x65\x72\141\x64\x6f\x72\40\114\x69\x6d\x69\x74\x61\144\157\x2e\40\124\157\162\x6e\141\x72\40\126\111\120\77\x27\76\x3c\x2f\151\x3e\74\x2f\141\x3e"; } echo "{$i["\156\157\x6d\145"]}"; echo "\x3c\x2f\144\151\166\76"; echo "\x3c\144\x69\x76\40\x63\154\x61\x73\163\75\47\x63\157\154\x27\x3e"; echo "{$i["\145\x6d\x61\x69\154"]}"; echo "\x3c\57\144\x69\x76\x3e"; echo "\x3c\144\151\166\40\143\154\141\163\x73\75\x27\143\157\x6c\47\x3e"; echo "{$i["\154\157\x67\x69\156"]}"; echo "\74\x2f\x64\x69\166\76"; echo "\74\144\x69\x76\x20\143\x6c\x61\x73\163\75\47\143\x6f\x6c\47\x3e"; echo "{$i["\x73\145\x6e\x68\141"]}"; echo "\74\x2f\x64\x69\x76\76"; echo "\74\144\x69\x76\x20\143\x6c\x61\163\x73\x3d\47\143\157\154\x20\144\x2d\x66\154\145\170\x20\x6a\165\163\164\x69\x66\171\55\143\x6f\156\164\x65\x6e\164\55\x62\145\164\x77\x65\x65\x6e\47\76"; echo "\74\141\40\x68\x72\x65\x66\75\47\x6a\x61\166\x61\163\x63\x72\x69\x70\164\72\166\157\x69\144\x28\x29\47\40\144\x61\164\141\x2d\142\x73\55\x74\157\147\147\154\145\x3d\x27\155\157\144\x61\154\x27\40\x64\x61\164\141\x2d\x62\163\55\x74\x61\x72\x67\145\164\x3d\47\x2e\141\x65{$i["\x69\x64"]}\47\x3e\x41\123\123\117\x43\x49\101\122\40\x50\122\x4f\x44\x55\x54\x4f\74\57\141\x3e"; echo "\74\x61\x20\x68\162\145\x66\x3d\47\x6a\141\166\x61\x73\143\x72\x69\160\x74\72\166\x6f\x69\144\x28\51\x27\40\x64\141\164\x61\55\142\163\55\164\x6f\x67\x67\154\145\75\47\155\157\x64\x61\154\47\x20\144\x61\164\141\x2d\x62\x73\x2d\164\x61\162\x67\x65\x74\x3d\47\x2e\160\143\157\x6e\146{$i["\151\x64"]}\x27\x3e\74\x69\x20\143\154\141\x73\x73\75\x27\x66\x61\40\146\x61\x2d\143\x6f\147\47\x3e\x3c\57\151\76\x3c\57\141\76"; echo "\74\57\x64\151\x76\x3e"; echo "\x3c\x2f\x64\151\x76\76"; echo "\x3c\x64\x69\166\40\143\154\x61\x73\163\75\x27\155\157\144\141\154\40\146\x61\144\x65\40\144\160\162\157{$i["\x69\x64"]}\47\x3e"; echo "\x3c\144\151\x76\x20\x63\x6c\141\163\163\75\47\155\157\144\141\154\x2d\144\151\141\x6c\157\x67\40\155\157\x64\x61\x6c\x2d\144\x69\141\x6c\x6f\147\x2d\x63\145\x6e\164\x65\162\x65\144\47\76"; echo "\74\x64\151\166\x20\x63\x6c\141\163\x73\75\47\x6d\x6f\x64\x61\x6c\x2d\x63\x6f\156\x74\x65\x6e\x74\x27\76"; echo "\x3c\x64\x69\166\40\143\x6c\141\163\163\75\47\x6d\x6f\x64\x61\154\x2d\150\145\141\144\145\x72\47\x3e{$i["\x6e\x6f\x6d\x65"]}\74\142\x75\164\x74\157\156\x20\x63\154\x61\x73\x73\75\47\x62\x74\156\55\143\154\157\163\x65\x27\40\144\x61\164\141\55\x62\163\x2d\x64\x69\163\x6d\x69\163\x73\x3d\47\x6d\157\x64\141\x6c\x27\x3e\x3c\57\142\x75\x74\x74\x6f\156\x3e\x3c\57\x64\x69\x76\x3e"; echo "\74\x64\x69\166\x20\143\154\x61\163\x73\x3d\x27\155\157\x64\x61\x6c\x2d\x62\x6f\x64\171\40\x74\145\170\x74\55\143\145\x6e\164\x65\162\x27\76"; echo "\x3c\150\x35\x20\143\154\141\163\163\x3d\47\155\171\x2d\63\x27\76\x3c\x69\40\x63\x6c\141\163\163\75\x27\x66\x61\55\x73\x6f\154\x69\144\40\x66\x61\55\x74\x72\151\141\x6e\x67\x6c\145\x2d\145\x78\143\x6c\141\x6d\141\164\x69\x6f\156\40\146\141\55\x62\x65\x61\x74\x20\x66\x61\55\x32\x78\x6c\x27\x3e\74\x2f\x69\76\74\57\150\65\x3e"; echo "\74\150\x35\x3e\x41\124\105\116\303\207\303\203\117\74\x2f\x68\x35\76"; echo "\x3c\x64\x69\166\x3e\101\x6f\x20\x64\x65\x6c\x65\164\x61\162\40\145\163\x74\145\40\160\x72\157\144\x75\x74\x6f\x72\40\x74\x6f\144\x6f\163\x20\x6f\163\x20\46\x72\141\161\x75\x6f\73\40\74\142\x72\40\57\76\40\x3c\142\162\40\x2f\76\12\x9\x9\x9\x9\11\11\74\163\x70\x61\156\40\143\x6c\141\163\x73\x3d\47\164\145\170\164\55\x64\141\156\147\145\x72\47\x3e\xa\11\11\x9\x9\x9\x9\105\x56\x45\x4e\124\x4f\123\x20\x61\x74\162\x65\x6c\x61\x64\157\x73\x20\x61\40\x65\x6c\145\40\74\x62\x72\x20\57\x3e\x20\xa\x9\x9\x9\x9\11\11\x50\122\117\104\x55\x54\117\123\40\x44\117\40\x42\101\x52\x20\x61\164\x72\x65\x6c\141\144\x6f\163\x20\141\x20\145\154\145\x20\x3c\142\x72\40\x2f\76\xa\x9\x9\x9\11\11\11\126\x4f\x55\x43\x48\x45\122\x53\x20\x44\117\x20\102\101\x52\40\141\164\x72\x65\x6c\x61\x64\157\x73\x20\x61\x20\145\154\x65\40\74\x62\162\40\x2f\x3e\xa\11\x9\x9\11\x9\x9\x3c\57\x73\160\141\x6e\x3e\xa\11\x9\x9\11\x9\11\x73\x65\x72\xc3\243\157\x20\x65\x78\143\x6c\165\xc3\255\x64\x6f\163\x20\152\x75\156\x74\157\163\56\x20\121\x75\145\162\40\155\x65\x73\x6d\157\x20\x70\162\157\x73\163\145\x67\165\x69\x72\77\x3c\x2f\144\151\x76\76"; echo "\x3c\x61\40\x68\x72\145\x66\x3d\x27\77\x64\160\162\157\x26\151\x64\x3d{$i["\151\x64"]}\47\x20\143\154\141\x73\x73\75\x27\142\x74\156\40\142\x74\x6e\x2d\x6c\151\147\x68\164\x20\155\x79\x2d\x33\x27\x3e\123\111\x4d\x20\104\x45\114\x45\124\x41\x52\x3c\x2f\x61\76"; echo "\74\x2f\x64\151\x76\76"; echo "\x3c\57\144\151\x76\x3e"; echo "\74\57\x64\x69\166\76"; echo "\x3c\x2f\x64\151\x76\76"; echo "\74\144\x69\166\x20\x63\154\x61\x73\163\75\x27\x6d\x6f\144\141\154\40\146\141\144\145\x20\160\x63\x6f\x6e\x66{$i["\x69\144"]}\47\76"; echo "\74\x64\151\x76\x20\143\x6c\x61\x73\x73\75\x27\155\x6f\144\x61\154\x2d\x64\151\x61\x6c\157\147\40\155\x6f\x64\141\154\x2d\154\x67\x27\x3e"; echo "\74\144\151\166\x20\x63\x6c\141\163\163\x3d\47\x6d\x6f\144\141\154\55\x63\157\156\164\x65\156\x74\x27\x3e"; echo "\74\x64\151\x76\x20\143\154\x61\163\163\75\x27\155\x6f\x64\141\x6c\x2d\150\x65\141\x64\145\162\40\164\145\x78\x74\55\x75\x70\x70\145\x72\x63\141\x73\x65\47\x3e{$i["\x6e\157\x6d\145"]}\40\46\x72\141\x71\x75\157\73\40\103\117\116\106\111\107\125\122\x41\xc3\207\303\225\105\x53\x3c\142\x75\x74\x74\x6f\x6e\40\143\154\x61\163\x73\x3d\47\x62\x74\x6e\x2d\x63\x6c\157\x73\x65\47\40\144\141\x74\141\x2d\142\x73\55\144\151\x73\155\151\163\x73\x3d\47\155\x6f\x64\141\x6c\x27\76\74\57\142\165\164\x74\x6f\x6e\x3e\74\57\x64\151\166\76"; echo "\x3c\x64\x69\166\40\x63\x6c\141\163\x73\75\x27\x6d\x6f\144\x61\154\x2d\x62\x6f\x64\171\x27\x3e"; echo "\x3c\144\x69\166\x3e"; if ($rv == "\x31") { echo "\74\144\151\166\40\143\154\141\163\x73\75\47\x66\x6f\162\155\55\143\150\145\143\153\40\155\145\x2d\62\x27\76"; echo "\x3c\151\156\x70\165\164\40\x74\171\160\x65\75\x27\143\150\x65\143\153\142\x6f\170\47\x20\151\144\75\x27{$i["\x69\144"]}\47\x20\143\154\x61\163\x73\x3d\x27\162\166\55\x63\150\x65\143\153\x20\x66\157\162\155\x2d\143\x68\145\143\x6b\x2d\x69\x6e\160\165\x74\x27\x20\x63\x68\x65\x63\x6b\x65\x64\76"; echo "\x52\145\x6c\141\164\xc3\263\x72\151\x6f\x20\x64\x65\40\126\x65\156\x64\141\163"; echo "\x3c\x2f\144\151\x76\76"; } else { echo "\74\x64\151\166\x20\x63\x6c\x61\x73\163\x3d\x27\146\157\x72\155\x2d\143\150\x65\143\x6b\40\x6d\145\x2d\x32\47\x3e"; echo "\74\151\x6e\160\165\164\x20\x74\171\x70\145\x3d\x27\x63\x68\x65\143\x6b\x62\x6f\x78\47\40\151\x64\75\x27{$i["\151\x64"]}\47\40\x63\x6c\141\x73\163\75\47\162\166\55\x63\x68\x65\143\153\x20\146\x6f\x72\x6d\55\x63\x68\x65\x63\x6b\x2d\x69\x6e\160\x75\x74\47\76"; echo "\x52\145\x6c\x61\x74\xc3\263\162\x69\157\40\x64\x65\40\x56\x65\x6e\x64\141\163"; echo "\74\x2f\x64\x69\166\x3e"; } if ($rvl == "\x31") { echo "\x3c\144\x69\x76\x20\143\x6c\141\x73\x73\75\47\146\157\x72\x6d\x2d\x63\150\x65\143\x6b\40\155\145\55\62\x27\76"; echo "\x3c\151\x6e\x70\x75\164\40\164\171\160\x65\75\x27\143\x68\x65\x63\153\x62\157\x78\47\40\151\x64\x3d\x27{$i["\x69\x64"]}\x27\x20\143\154\x61\x73\163\75\x27\162\166\154\x2d\143\150\145\x63\153\x20\146\x6f\162\155\55\x63\150\145\143\x6b\55\151\x6e\x70\x75\x74\x27\x20\143\x68\145\x63\x6b\145\144\x3e"; echo "\122\145\154\x61\164\303\xb3\162\151\x6f\40\x64\145\x20\x56\x65\156\x64\x61\163\40\x70\x6f\162\x20\114\x6f\143\141\x6c\x69\144\x61\x64\x65"; echo "\x3c\57\x64\151\166\76"; } else { echo "\x3c\144\151\x76\x20\x63\154\x61\163\x73\x3d\x27\146\x6f\162\155\55\143\150\x65\143\x6b\40\155\x65\55\x32\47\x3e"; echo "\x3c\151\156\160\x75\x74\40\x74\x79\160\x65\x3d\x27\143\150\x65\143\x6b\142\x6f\170\x27\40\151\144\75\x27{$i["\x69\144"]}\47\40\x63\x6c\141\163\x73\x3d\x27\162\166\x6c\x2d\x63\x68\x65\x63\x6b\x20\146\x6f\x72\155\x2d\x63\x68\145\x63\153\x2d\151\x6e\160\x75\164\x27\76"; echo "\122\145\154\141\x74\xc3\xb3\x72\x69\157\x20\x64\x65\40\x56\145\x6e\144\x61\163\40\160\x6f\162\40\114\x6f\x63\141\154\x69\144\x61\x64\145"; echo "\x3c\x2f\144\x69\166\76"; } if ($bar == "\61") { echo "\x3c\x64\x69\x76\40\x63\154\x61\x73\163\75\x27\146\157\x72\155\x2d\x63\150\145\143\153\x20\155\145\x2d\62\x27\x3e"; echo "\74\x69\156\x70\165\x74\x20\x74\171\160\x65\x3d\47\143\150\145\143\153\x62\x6f\x78\47\x20\x69\x64\75\x27{$i["\x69\144"]}\47\40\x63\154\x61\x73\x73\x3d\47\x62\x61\x72\55\x63\x68\145\x63\153\x20\x66\x6f\x72\x6d\x2d\x63\x68\145\143\x6b\55\151\x6e\x70\165\x74\x27\40\x63\x68\x65\x63\x6b\x65\144\76"; echo "\102\141\x72\x20\x64\x6f\x20\145\x76\x65\156\x74\x6f"; echo "\x3c\x2f\144\x69\x76\76"; } else { echo "\x3c\x64\x69\x76\40\x63\154\x61\x73\163\x3d\47\x66\157\162\x6d\55\143\150\x65\143\x6b\40\155\x65\55\62\x27\x3e"; echo "\74\x69\156\160\165\x74\x20\164\171\x70\x65\x3d\47\x63\150\145\x63\153\x62\x6f\x78\x27\x20\x69\x64\x3d\47{$i["\151\x64"]}\47\x20\143\x6c\x61\163\163\75\47\x62\141\162\x2d\x63\150\x65\143\153\40\146\157\162\x6d\x2d\143\x68\145\143\153\55\x69\x6e\x70\x75\164\x27\76"; echo "\102\x61\162\x20\144\157\40\145\x76\145\156\x74\157"; echo "\x3c\57\x64\x69\166\x3e"; } echo "\74\x2f\x64\151\x76\x3e"; echo "\74\57\x64\151\166\76"; echo "\74\x2f\x64\151\166\76"; echo "\x3c\57\144\x69\x76\76"; echo "\x3c\x2f\x64\x69\x76\76"; echo "\x3c\144\x69\166\x20\x63\154\141\x73\x73\75\47\x6d\x6f\x64\x61\x6c\40\146\141\144\145\x20\141\x65{$i["\151\x64"]}\47\76"; echo "\x3c\x64\151\x76\40\143\x6c\141\x73\x73\75\47\155\157\x64\x61\x6c\x2d\x64\151\x61\154\x6f\x67\x20\x6d\157\144\141\x6c\x2d\154\x67\47\x3e"; echo "\74\144\151\x76\40\143\x6c\x61\163\163\x3d\x27\x6d\x6f\x64\141\x6c\55\x63\157\156\x74\145\x6e\x74\x27\x3e"; echo "\x3c\x64\x69\x76\x20\x63\154\141\163\163\x3d\47\x6d\157\x64\141\154\x2d\x68\145\141\x64\x65\x72\40\x74\145\x78\x74\55\x75\160\160\x65\x72\x63\141\163\x65\47\76{$i["\156\x6f\155\145"]}\74\x62\x75\x74\164\157\x6e\40\x63\154\x61\163\x73\75\47\142\164\x6e\55\143\154\x6f\163\x65\47\40\144\x61\x74\x61\55\142\163\55\144\x69\163\155\x69\x73\163\75\x27\155\x6f\144\x61\x6c\47\x3e\74\57\142\x75\164\164\157\x6e\76\x3c\57\x64\151\166\76"; echo "\74\x64\151\x76\40\143\154\141\x73\163\x3d\47\155\157\144\x61\x6c\55\142\157\x64\171\x27\x3e"; echo "\74\150\65\40\143\x6c\x61\x73\x73\75\x27\155\x79\55\63\x27\x3e\120\x52\117\x44\x55\x54\117\123\x3c\57\150\x35\x3e"; $q = $pdo->query("\x53\105\x4c\105\103\124\40\x2a\x20\106\x52\x4f\115\40\145\x76\x65\x6e\164\x6f"); foreach ($q as $i) { echo "\74\144\151\x76\40\x63\154\x61\x73\163\75\47\162\x6f\x77\x20\x72\157\x77\x2d\x63\x6f\x6c\x73\55\x31\x20\x72\157\x77\55\x63\x6f\154\x73\x2d\x6d\x64\x2d\63\x20\142\x6f\162\x64\x65\162\55\x62\157\x74\164\157\x6d\x20\x6d\55\60\40\160\55\x30\x20\x70\171\55\62\47\x3e"; echo "\x3c\x64\151\166\40\143\x6c\141\x73\x73\x3d\x27\x63\157\154\55\155\144\x2d\x31\x27\x3e"; $c0 = $pdo->query("\123\105\114\105\x43\124\x20\52\x20\x46\x52\117\x4d\x20\x70\x72\x6f\x64\165\x74\157\x72\x5f\145\166\145\x6e\x74\157\40\127\x48\105\122\x45\x20\x69\x64\137\x70\x72\157\144\165\164\x6f\x72\40\x3d\40\x27{$id_produtor}\x27\x20\x41\116\104\x20\151\144\137\145\166\145\156\164\157\x20\75\x20\x27{$i["\151\x64"]}\x27"); if ($c0->fetchColumn() > 0) { echo "\x3c\144\151\166\x20\143\154\141\163\163\75\x27\146\x6f\162\155\55\143\150\x65\143\x6b\47\x3e"; echo "\74\151\x6e\x70\x75\x74\x20\164\x79\x70\145\x3d\x27\143\x68\145\143\153\142\x6f\170\x27\x20\151\144\75\47{$i["\151\144"]}\x2c{$id_produtor}\x27\x20\143\154\x61\x73\163\x3d\47\143\x2d\143\x68\x65\143\153\40\146\x6f\162\155\x2d\x63\x68\x65\143\x6b\x2d\x69\156\x70\x75\x74\47\40\x63\x68\145\x63\153\145\x64\76"; echo "\x3c\57\144\x69\166\x3e"; } else { echo "\74\x64\x69\x76\40\x63\x6c\141\163\x73\75\47\146\157\162\155\55\x63\x68\145\x63\153\x27\76"; echo "\74\151\x6e\160\x75\x74\40\164\171\160\145\x3d\47\x63\x68\145\x63\153\142\x6f\x78\x27\40\x69\144\x3d\x27{$i["\151\x64"]}\54{$id_produtor}\x27\40\143\154\x61\x73\163\75\x27\x63\55\x63\x68\145\143\x6b\x20\x66\x6f\x72\x6d\x2d\143\x68\x65\143\x6b\x2d\151\x6e\160\165\x74\47\76"; echo "\x3c\x2f\144\151\x76\x3e"; } echo "\x3c\x2f\144\151\x76\76"; echo "\x3c\x64\x69\166\x20\143\x6c\141\x73\x73\75\x27\143\157\154\55\x6d\144\55\61\47\x3e"; echo "\x3c\151\x6d\147\40\x73\x72\x63\75\47\x2e\x2e\x2f\151\x6d\141\147\x65\163\x2f\x65\x76\x65\x6e\x74\157\x73\57{$i["\x69\x6d\141\147\145\x6d"]}\x27\40\x63\x6c\x61\x73\x73\75\47\x72\x6f\165\x6e\144\x65\144\47\40\x73\164\171\x6c\145\75\x27\x77\151\144\164\150\x3a\63\x32\160\x78\73\x68\145\x69\x67\x68\164\72\63\x32\x70\x78\73\x27\40\141\x6c\x74\x3d\47\47\x20\57\x3e"; echo "\x3c\x2f\x64\151\166\76"; echo "\x3c\x64\151\166\40\143\x6c\x61\163\x73\75\x27\143\x6f\154\x2d\155\144\55\x31\60\47\x3e"; echo "{$i["\x6e\157\155\x65"]}"; echo "\x3c\57\144\151\166\x3e"; echo "\74\57\x64\x69\166\76"; } echo "\74\x2f\x64\x69\x76\76"; echo "\74\57\x64\x69\166\x3e"; echo "\x3c\57\144\x69\x76\76"; echo "\x3c\57\144\x69\x76\x3e"; } } goto athji; qaNGM: if (isset($_GET["\146\x61\x69\x6c\x75\162\x65"])) { echo "\x3c\x64\x69\x76\40\143\154\141\163\163\75\47\141\x6c\145\162\164\40\141\154\145\x72\164\x2d\x64\141\156\147\145\x72\40\x74\145\x78\164\55\143\x65\156\x74\145\x72\40\155\171\55\x33\x27\x3e\xa\x9\x3c\151\40\143\154\141\163\x73\x3d\x27\x66\141\55\x73\150\x61\162\160\x20\x66\141\55\x73\157\154\x69\x64\x20\x66\x61\55\x63\151\162\x63\x6c\x65\x2d\170\x6d\141\162\x6b\40\x66\x61\x2d\142\145\141\x74\x2d\146\141\144\145\40\146\x61\55\62\170\x6c\47\x3e\74\x2f\x69\x3e\74\x62\162\40\57\76\x3c\x62\x72\40\x2f\x3e\12\x9\x50\x61\x67\x61\155\145\x6e\x74\x6f\40\x46\x61\154\x68\157\x75\41\74\57\144\151\166\76"; } goto CZ_J7; jWvft: if (isset($_GET["\162\x6c"])) { $pdo->query("\125\x50\104\101\124\x45\x20\141\160\x69\x5f\147\145\157\114\157\143\x61\x74\x69\x6f\156\40\x53\105\124\40\166\141\154\x6f\162\40\75\x20\50\166\141\x6c\157\x72\53\x31\51"); $c0 = $pdo->query("\123\105\x4c\x45\103\124\40\52\40\x46\122\117\115\40\x65\x76\x65\x6e\x74\157\40\x57\110\x45\122\105\40\x69\144\40\x3d\40\x27{$_GET["\x65"]}\47"); $d0 = $c0->fetch(); echo "\x3c\150\x35\x20\x63\x6c\x61\163\x73\x3d\47\x6d\171\55\x34\x27\76\x52\145\x6c\x61\164\303\263\162\151\x6f\x20\x70\157\x72\40\114\157\x63\141\x6c\151\x7a\141\xc3\xa7\xc3\xa3\x6f\x20\105\x78\141\x74\141\x20\x3c\163\x70\x61\x6e\40\x63\x6c\141\x73\x73\x3d\x27\x73\x75\142\x2d\x63\x6f\162\47\x3e{$d0["\x6e\157\155\145"]}\74\57\163\160\x61\x6e\x3e\12\11\74\144\x69\x76\40\143\x6c\141\x73\x73\x3d\x27\x75\156\x64\x65\x72\142\x61\162\47\x3e\x3c\57\144\x69\166\76\12\x9\74\57\150\x35\76"; echo "\74\144\151\166\40\143\154\x61\x73\163\x3d\47\164\x61\142\x6c\145\x2d\x72\145\163\x70\x6f\x6e\x73\x69\x76\x65\x27\x3e"; echo "\x3c\x74\141\x62\x6c\145\x20\143\x6c\x61\x73\x73\x3d\47\144\x61\164\141\55\164\141\x62\x6c\145\40\x64\151\163\x70\154\x61\171\x20\x63\157\x6d\x70\x61\x63\164\47\40\163\x74\171\154\x65\75\x27\x74\145\170\164\55\141\154\x69\x67\156\x3a\154\145\146\x74\73\47\x20\144\x61\164\141\55\x70\141\147\x65\55\154\x65\156\147\x74\150\75\47\63\60\60\47\x3e\xa\x9\40\40\40\x3c\164\x68\x65\141\x64\x3e\xa\x9\40\x20\x20\40\x3c\x74\162\x3e\xa\11\x20\x20\40\40\40\x20\74\164\150\x20\x73\143\x6f\160\x65\x3d\47\x63\157\154\x27\76\x45\116\x44\x45\122\105\xc3\x87\117\x3c\57\164\x68\76\12\x9\x20\x20\40\x20\40\40\74\164\x68\x20\163\x63\x6f\x70\x65\75\x27\x63\157\x6c\x27\x3e\102\101\x49\x52\x52\x4f\74\57\164\150\76\12\11\x20\40\40\x20\40\x20\x3c\164\x68\x20\163\x63\157\160\145\x3d\x27\x63\157\x6c\47\76\103\x49\x44\x41\x44\x45\74\x2f\x74\x68\76\xa\x9\40\x20\40\40\x20\x20\74\164\x68\x20\x73\x63\157\160\x65\x3d\47\x63\157\x6c\x27\x3e\103\111\x44\101\x44\105\40\104\105\x54\x41\114\110\x41\104\x41\x3c\x2f\164\x68\x3e\12\x9\40\x20\40\40\x20\40\x3c\x74\x68\40\x73\143\157\x70\x65\75\47\143\x6f\154\47\76\x51\124\x44\56\103\117\115\x50\122\101\x53\x3c\57\164\x68\76\xa\x9\40\40\40\40\x3c\57\164\162\76\12\11\x20\x20\x3c\57\x74\150\x65\141\x64\x3e\12\11\x20\40\74\x74\142\x6f\x64\171\x3e\xa\11\40\40"; $c = $pdo->query("\123\105\114\105\103\124\40\52\x20\106\122\x4f\x4d\40\143\x61\162\162\x69\x6e\x68\x6f\40\127\x48\105\x52\x45\40\12\x9\11\x6c\141\164\151\164\165\x64\145\40\x21\x3d\40\x27\x30\x27\x20\101\116\x44\12\x9\x9\154\x6f\x63\x61\x6c\x20\x3d\x20\47\60\47\40\101\116\x44\40\12\x9\x9\151\x64\137\145\166\145\x6e\x74\x6f\40\x3d\40\x27{$_GET["\x65"]}\x27\40\x41\x4e\x44\x20\xa\11\x9\163\x74\141\x74\165\x73\40\75\x20\x27\141\160\x70\x72\157\166\145\x64\x27\x20\x41\116\x44\x20\x63\157\162\164\145\163\x69\x61\40\75\x20\x27\60\x27"); if ($c->rowCount() > 0) { foreach ($c as $d) { $curl = curl_init(); curl_setopt_array($curl, array(CURLOPT_URL => "\150\x74\164\x70\x73\72\57\57\x65\x75\x31\x2e\154\x6f\143\141\164\x69\157\x6e\151\161\x2e\x63\157\x6d\x2f\x76\x31\x2f\162\145\x76\145\x72\163\x65\x3f\x6b\x65\171\x3d\160\x6b\56\x30\x62\x62\x36\x31\x35\60\146\x30\63\61\x64\60\x61\60\x38\64\67\x35\61\60\x34\70\144\146\x61\x37\62\x39\x33\142\x38\x26\x6c\141\164\75" . $d[latitude] . "\46\154\x6f\156\75" . $d[longitude] . "\46\x66\x6f\162\155\x61\164\75\152\x73\157\x6e", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "\x47\x45\x54")); $response = curl_exec($curl); $j = json_decode($response); $endereco = $j->address->road; $bairro = $j->address->suburb; $cidade = $j->address->city; $city_detail = $j->address->municipality; $q = "\x55\120\x44\101\124\x45\x20\x63\x61\x72\x72\x69\156\x68\157\x20\x53\x45\x54\x20\x6c\157\x63\x61\x6c\40\x3d\40\x27{$endereco}\54{$bairro}\54{$cidade}\x2c{$city_detail}\x27\40\x57\x48\105\122\x45\x20\x69\x64\x20\x3d\x20\x27{$d["\151\144"]}\x27"; $pdo->query($q); echo "\74\x74\162\76"; echo "\74\164\144\x3e"; echo $j->address->road; echo "\x3c\x2f\x74\144\x3e"; echo "\74\164\x64\76"; echo $j->address->suburb; echo "\74\57\164\x64\x3e"; echo "\x3c\164\x64\x3e"; echo $j->address->city; echo "\74\x2f\164\x64\76"; echo "\74\164\x64\76"; echo $j->address->municipality; echo "\74\x2f\x74\x64\76"; echo "\x3c\164\x64\x3e"; echo $d["\161\165\141\156\164\x69\164\171"]; echo "\74\57\x74\144\x3e"; echo "\74\57\x74\x72\76"; echo "\x3c\x73\x63\x72\x69\x70\x74\x3e\x77\x69\x6e\144\x6f\167\56\x6c\x6f\143\141\164\x69\x6f\156\x2e\x68\162\x65\146\75\x27\77\162\154\46\x65\75{$_GET["\x65"]}\x27\x3c\x2f\x73\143\162\151\160\164\x3e"; } } else { $c = $pdo->query("\123\x45\x4c\105\103\x54\x20\52\x20\106\x52\x4f\115\x20\x63\x61\162\162\x69\156\150\x6f\40\x57\110\x45\122\x45\40\x6c\157\x63\x61\x6c\40\x21\75\x20\47\60\47\x20\x41\116\104\40\x69\x64\x5f\x65\x76\145\x6e\164\x6f\x20\75\40\47{$_GET["\x65"]}\x27\40\101\116\x44\40\163\x74\x61\164\x75\x73\40\x3d\x20\x27\x61\x70\x70\x72\157\x76\145\144\x27\40\x41\x4e\104\x20\x63\157\162\164\145\x73\151\x61\40\75\x20\47\60\x27"); foreach ($c as $d) { $e = explode("\x2c", $d["\x6c\x6f\143\x61\x6c"]); echo "\74\x74\162\x3e"; echo "\74\x74\x64\76"; echo $e[0]; echo "\x3c\x2f\x74\144\76"; echo "\74\164\144\76"; echo $e[1]; echo "\x3c\x2f\164\x64\76"; echo "\x3c\164\x64\76"; echo $e[2]; echo "\x3c\x2f\164\144\76"; echo "\74\x74\144\76"; echo $e[3]; echo "\74\x2f\164\x64\76"; echo "\x3c\x74\144\x3e"; echo $d["\x71\x75\141\x6e\164\151\164\x79"]; echo "\74\57\x74\x64\76"; echo "\x3c\57\164\162\x3e"; } } echo "\12\11\40\40\74\x74\x62\x6f\144\x79\x3e\12\11\x20\74\x2f\164\x61\142\x6c\x65\76"; echo "\74\57\x64\x69\x76\x3e"; } goto gtaus; QvZuF: if (isset($_POST["\143\162\x69\x61\162\x50\x72\x6f\x64\165\x74\x6f"])) { $hash = md5(rand(0, 999999)); $nome = addslashes($_POST["\x6e\157\x6d\x65"]); $mensagem = addslashes($_POST["\x6d\x65\156\163\141\147\145\x6d"]); $pdo->query("\111\x4e\x53\105\x52\124\x20\x49\x4e\124\117\x20\x62\141\162\x20\x28\x69\144\x5f\145\x76\145\x6e\164\x6f\54\151\144\x5f\x70\162\x6f\x64\165\164\157\x72\x2c\x6e\157\155\x65\54\x76\141\154\x6f\162\54\x71\x75\x61\156\164\x69\144\x61\144\145\x2c\x6d\x65\x6e\163\x61\x67\x65\x6d\54\150\141\x73\150\x29\x20\xa\11\11\x56\101\x4c\x55\x45\123\40\xa\x9\x9\x28\xa\x9\11\x9\47{$_POST["\151\x64\137\x65\x76\x65\x6e\x74\157"]}\47\54\xa\x9\11\x9\x27{$id_produtor}\x27\54\xa\11\11\11\x27{$nome}\x27\x2c\xa\x9\x9\11\x27{$_POST["\166\x61\154\157\x72"]}\x27\x2c\xa\x9\x9\11\x27{$_POST["\161\165\x61\x6e\x74\x69\x64\141\144\x65"]}\47\54\xa\x9\x9\x9\x27{$mensagem}\x27\x2c\12\11\11\11\47{$hash}\47\xa\x9\11\x29"); echo "\74\x73\143\x72\151\x70\164\x3e"; echo "\xa\x9\x53\167\x61\x6c\56\146\x69\162\x65\50\173\xa\x9\x20\40\x74\151\x74\x6c\x65\72\40\x27\123\x55\x43\x43\x45\x53\x53\x27\54\12\11\40\x20\150\164\155\154\x3a\x20\47\x50\x72\x6f\x64\x75\x74\x6f\x20\x63\x61\x64\141\163\x74\162\x61\144\157\40\156\157\x20\x65\x76\x65\x6e\x74\157\47\54\xa\x9\x20\40\151\143\x6f\x6e\72\40\x27\x73\x75\143\143\145\163\x73\x27\x2c\12\x9\x20\x20\143\157\x6e\x66\x69\162\155\102\165\x74\164\x6f\x6e\x54\145\x78\x74\x3a\40\x27\x45\x6e\164\x65\x6e\x64\x69\144\157\47\12\x9\175\51\x2e\x74\150\x65\x6e\x28\50\162\145\x73\x75\x6c\164\x29\40\75\76\x20\173\12\x9\x20\40\12\x9\40\40\151\146\40\50\x72\x65\x73\x75\x6c\x74\x2e\151\x73\x43\157\156\x66\x69\x72\x6d\145\x64\51\x20\173\12\x9\x20\40\40\40\x77\151\156\x64\157\167\56\x6c\x6f\x63\x61\164\151\157\x6e\56\x68\162\145\x66\75\x27\x3f\x62\141\x72\46\145\75{$_POST["\151\144\x5f\x65\x76\145\156\x74\x6f"]}\x27\xa\x9\x20\x20\x7d\40\12\11\175\x29\xa\x9"; echo "\x3c\x2f\x73\x63\162\151\x70\x74\x3e"; } goto sCHFU; Q_Coq: if (isset($_GET["\x64\143\x75\x70\157\x6d"])) { $pdo->query("\x44\105\x4c\x45\124\x45\x20\x46\x52\117\x4d\x20\x63\x75\160\157\x6e\x73\40\127\110\105\122\105\40\x69\x64\40\75\x20\x27{$_GET["\151\144"]}\x27"); echo "\74\163\x63\162\x69\160\164\76\x77\151\x6e\x64\157\x77\56\x6c\x6f\x63\x61\164\151\x6f\156\x2e\150\162\x65\x66\75\x27\77\141\x5f\143\165\160\157\156\x73\x27\x3c\x2f\163\x63\162\151\160\164\76"; } goto Vk2uA; XE6ls: if (isset($_GET["\160\145\x6e\x64\151\x6e\147"])) { echo "\x3c\x64\151\166\40\x63\154\x61\x73\x73\75\47\x61\x6c\x65\x72\164\40\x61\x6c\x65\x72\164\x2d\167\x61\162\x6e\x69\156\x67\40\164\x65\x78\164\55\143\x65\x6e\164\x65\162\40\x6d\171\55\63\x27\76\12\11\x3c\x69\40\143\154\141\163\x73\x3d\x27\146\x61\40\146\141\55\164\x72\x69\141\156\x67\x6c\x65\x2d\145\170\x63\x6c\x61\155\x61\164\151\x6f\x6e\x20\x66\x61\55\x32\170\x6c\x27\76\74\x2f\x69\76\x3c\142\x72\40\57\76\74\x62\x72\40\x2f\76\12\x9\120\x61\x67\x61\x6d\145\x6e\x74\x6f\40\x70\145\156\x64\145\x6e\164\x65\41\74\57\x64\x69\166\76"; } goto qaNGM; Vk2uA: if (isset($_GET["\x65\170\x54\x65\154"])) { unlink("\143\x6c\x69\145\x6e\164\145\x73\x5f\x63\x6f\x6e\164\141\x74\157\163\x2e\x63\x73\x76"); $x = fopen("\143\154\151\x65\x6e\164\x65\163\x5f\x63\157\156\x74\x61\164\157\163\x2e\143\163\x76", "\141\53"); $c = $pdo->query("\123\105\114\x45\x43\x54\x20\x2a\x20\106\122\117\115\40\x63\x6c\151\145\156\164\145\163\x20\x4f\x52\x44\x45\x52\40\102\131\40\x69\x64\x20\104\105\123\x43"); foreach ($c as $d) { fwrite($x, '' . $d[contato] . "\73\12"); } fclose($x); echo "\x3c\x73\143\162\151\160\164\76\167\x69\x6e\x64\157\x77\x2e\x6c\x6f\143\x61\164\x69\157\x6e\x2e\x68\x72\145\146\75\47\77\143\154\151\x65\x6e\164\145\x73\x27\x3c\x2f\163\143\162\x69\160\164\76"; } goto Nl9uc; athji: if (isset($_GET["\141\x5f\x63\x6c\x6f\x6e\x61\162"])) { $hash = md5(rand(0, 999999)); $c = $pdo->query("\123\105\x4c\x45\103\x54\x20\x2a\40\106\x52\117\115\x20\145\x76\x65\x6e\x74\157\40\127\110\105\122\105\40\151\x64\x20\75\40\47{$_GET["\x69\144"]}\x27"); $d = $c->fetch(); if (isset($_SESSION["\x69\144\137\x70\x72\x6f\144"])) { $id_produtor = $_SESSION["\x69\x64\137\x70\x72\157\x64"]; } else { $id_produtor = 0; } $q = "\111\x4e\x53\105\122\x54\40\111\x4e\x54\x4f\40\x65\x76\x65\156\x74\157\40\50\x6e\157\x6d\x65\x2c\x69\155\141\x67\x65\x6d\x2c\154\157\x63\141\154\54\x64\141\164\141\54\166\x69\x64\x65\157\54\x64\145\163\x63\162\151\x63\141\x6f\x2c\150\141\163\150\54\x69\144\137\x70\x72\157\x64\x75\x74\x6f\162\51\x20\12\x9\x56\x41\x4c\125\105\x53\x20\12\11\11\x28\12\11\11\11\47{$d["\x6e\x6f\x6d\x65"]}\47\54\xa\x9\x9\11\47{$d["\151\x6d\141\147\145\155"]}\x27\54\12\x9\11\11\x27{$d["\154\x6f\x63\x61\x6c"]}\47\x2c\12\x9\11\x9\x27{$d["\144\x61\164\141"]}\x27\54\12\11\11\x9\x27{$d["\x76\x69\144\145\x6f"]}\x27\54\xa\x9\x9\x9\x27{$d["\144\145\163\143\x72\151\x63\141\157"]}\47\x2c\xa\x9\11\x9\47{$hash}\x27\54\xa\x9\x9\x9\47{$id_produtor}\47\xa\12\x9\11\51"; $pdo->query($q); $a = $pdo->query("\123\x45\x4c\105\103\x54\40\x2a\40\106\x52\x4f\x4d\40\145\166\x65\x6e\x74\157\40\x57\x48\105\122\105\x20\x68\141\x73\150\x20\75\40\x27{$hash}\47"); $b = $a->fetch(); $c1 = $pdo->query("\x53\x45\x4c\105\x43\124\x20\52\40\106\x52\x4f\x4d\40\x73\145\164\157\x72\40\127\110\105\122\105\x20\x69\144\137\x65\166\145\x6e\164\x6f\40\75\40\x27{$_GET["\x69\x64"]}\x27"); foreach ($c1 as $d1) { $q1 = "\111\x4e\x53\x45\122\x54\x20\111\x4e\x54\x4f\x20\x73\x65\x74\157\162\x20\x28\x69\144\x5f\145\166\145\156\164\157\x2c\142\154\x6f\x63\157\x2c\x6e\157\155\145\x2c\164\151\x70\157\x5f\x69\x6e\x67\162\145\x73\163\157\54\166\141\154\157\162\54\x74\141\x78\x61\54\x71\x75\141\156\x74\151\x64\141\x64\x65\x29\x20\xa\x9\x9\x56\101\114\125\x45\x53\40\xa\x9\11\x9\x28\12\11\x9\11\x9\47{$b["\x69\144"]}\x27\x2c\12\x9\11\11\x9\x27{$d1["\x62\x6c\x6f\143\x6f"]}\47\54\xa\x9\x9\11\x9\x27{$d1["\x6e\157\x6d\145"]}\x27\54\xa\11\11\11\11\47{$d1["\164\151\x70\157\137\151\156\147\162\x65\163\163\x6f"]}\x27\x2c\xa\x9\x9\x9\x9\47{$d1["\x76\x61\154\157\x72"]}\x27\x2c\12\x9\11\11\11\47{$d1["\164\141\170\141"]}\47\x2c\12\11\x9\x9\x9\47{$d1["\x71\165\141\156\x74\151\144\141\144\x65"]}\x27\xa\xa\11\11\11\51"; $pdo->query($q1); } if (isset($_SESSION["\x69\144\137\160\162\157\144"])) { $pdo->query("\x49\x4e\123\105\x52\x54\40\x49\116\x54\x4f\x20\160\x72\x6f\144\x75\164\x6f\162\x5f\145\x76\x65\156\x74\x6f\x20\x28\151\144\137\160\162\157\x64\x75\x74\x6f\162\x2c\151\x64\137\x65\166\145\x6e\x74\157\51\40\126\101\x4c\x55\105\123\x20\50\47{$_SESSION["\151\x64\x5f\160\x72\157\x64"]}\x27\x2c\x27{$b["\x69\x64"]}\x27\51"); } echo "\x3c\163\143\162\151\160\x74\x3e\x77\151\156\144\157\167\x2e\154\x6f\x63\x61\164\x69\x6f\156\x2e\150\162\x65\x66\75\x27\77\141\137\x65\166\x65\x6e\x74\x6f\47\x3c\x2f\163\x63\x72\151\x70\164\76"; } goto IzEWo; KO6xQ: if (isset($_GET["\x65\166\145\156\164\x6f"])) { $a = $pdo->query("\123\x45\x4c\x45\x43\124\40\52\x20\x46\x52\117\115\x20\x65\x76\145\156\164\x6f\x20\127\110\x45\x52\105\40\x69\x64\x20\x3d\x20\47{$_GET["\151\144"]}\47"); $b = $a->fetch(); echo "\x3c\144\151\166\x20\x63\x6c\x61\163\163\75\x27\x70\55\x35\x27\x20\x73\164\171\x6c\x65\x3d\47\142\157\x72\144\x65\162\x3a\60\x70\170\40\144\x6f\x74\164\145\x64\x20\43\x38\x41\x32\x42\105\62\73\x70\x6f\163\x69\x74\x69\x6f\156\x3a\x72\145\x6c\x61\164\x69\166\145\73\x6d\141\x72\147\151\156\72\x31\60\60\x70\170\x20\x30\160\170\40\60\x70\x78\40\60\x70\170\73\142\x6f\x72\x64\145\x72\55\162\x61\144\151\x75\163\x3a\x35\x35\160\170\x3b\x27\x3e"; echo "\74\x64\x69\x76\x20\143\x6c\141\x73\x73\75\47\47\x20\x73\164\171\154\145\75\47\155\x61\x78\x2d\x77\151\x64\164\150\72\x33\65\60\x70\170\x3b\x70\157\163\151\164\x69\x6f\x6e\72\141\x62\163\x6f\154\165\164\145\x3b\x74\x6f\x70\72\60\160\x78\73\154\x65\x66\164\72\x35\60\45\73\x74\162\141\156\163\x66\x6f\x72\155\x3a\40\164\x72\x61\156\x73\154\141\x74\x65\x28\x2d\65\x30\x25\54\40\55\x35\60\45\51\73\47\76\xa\12\x3c\151\x6d\x67\x20\163\162\143\x3d\x27\x2e\57\x69\155\141\x67\x65\163\x2f\145\166\x65\156\x74\x6f\163\x2f{$b["\151\155\x61\147\x65\x6d"]}\x27\x20\163\164\171\x6c\145\x3d\x27\x62\157\162\144\x65\162\72\67\x70\170\x20\163\x6f\x6c\x69\x64\x20\x23\70\x41\62\x42\105\x32\73\x27\x20\x63\x6c\141\163\163\75\47\141\156\x69\x6d\141\164\x65\x5f\x5f\x61\156\151\155\x61\164\x65\144\x20\x61\x6e\151\155\141\164\x65\137\x5f\142\x6f\x75\156\x63\145\x49\x6e\x44\157\167\156\x20\x77\55\61\60\60\x20\x72\157\x75\x6e\144\x65\144\x2d\x63\x69\x72\143\154\x65\40\163\150\x61\x64\x6f\x77\47\40\141\154\164\75\47{$b["\156\157\x6d\145"]}\x27\40\57\76\xa\xa\74\141\40\x68\x72\x65\x66\75\x27\x6a\x61\x76\x61\163\143\x72\x69\x70\x74\72\166\157\x69\144\50\x29\47\40\143\154\x61\163\163\x3d\x27\142\141\144\147\x65\x20\x77\55\x31\60\60\47\40\163\x74\171\154\x65\75\47\143\x6f\154\x6f\x72\72\43\x38\101\62\102\105\x32\73\x27\40\157\156\143\154\x69\x63\153\75\47\x63\157\x70\171\x53\x68\141\x72\145\50\51\x27\x3e\x3c\151\x20\x63\154\x61\163\163\x3d\x27\146\141\55\x73\157\154\x69\144\40\146\141\55\x73\x68\x61\x72\x65\55\x6e\x6f\144\145\x73\40\146\x61\55\x73\x68\x61\153\145\x27\x3e\x3c\x2f\x69\76\40\x43\x6f\155\x70\x61\x72\x74\x69\x6c\150\x61\x72\74\57\x61\x3e\xa\11\x3c\x64\151\x76\x20\143\x6c\141\163\163\x3d\47\x63\x6f\154\154\141\160\163\145\47\40\x69\x64\75\47\164\145\170\164\x6f\47\x3e{$server}{$dns}\74\x2f\144\151\x76\76\12\xa\74\x2f\x64\151\x76\76"; echo "\74\57\144\x69\166\x3e"; echo "\x3c\150\x35\40\143\x6c\141\x73\163\75\47\x6d\x74\x2d\65\x20\x74\x65\170\164\x2d\x75\160\160\x65\x72\143\141\x73\145\x20\146\x77\55\x62\x6f\154\x64\47\76{$b["\x6e\x6f\x6d\x65"]}\xa\x9\12\11\x3c\144\x69\x76\x20\x63\154\x61\163\x73\x3d\x27\x75\x6e\144\x65\x72\142\x61\x72\x27\x3e\x3c\x2f\144\x69\166\76\xa\11\74\x2f\150\65\x3e"; echo "\74\144\x69\x76\x20\143\x6c\x61\163\x73\75\x27\x74\x65\x78\x74\x2d\165\x70\x70\145\x72\x63\x61\163\x65\x20\155\171\55\62\47\76\74\163\160\x61\x6e\40\x63\154\141\x73\163\75\47\155\x65\x2d\63\47\x3e\74\x69\x20\143\x6c\x61\x73\163\x3d\47\x62\x69\40\x62\x69\55\x6d\141\160\x27\x3e\x3c\57\151\76\x20{$b["\x6c\157\x63\141\x6c"]}\x3c\57\163\160\141\156\x3e\74\x2f\144\151\x76\x3e"; setlocale(LC_TIME, "\x70\164\x5f\102\x52\56\x75\164\x66\70"); $nomeMes = strftime("\45\102", strtotime($b["\144\x61\x74\141"])); $dia = date("\x64", strtotime($b["\144\x61\164\141"])); if ($nomeMes == "\x6a\141\x6e\x65\151\x72\157") { $mes = "\x4a\x41\x4e"; } if ($nomeMes == "\146\x65\x76\x65\162\x65\x69\x72\157") { $mes = "\106\105\x56"; } if ($nomeMes == "\155\x61\162\303\xa7\157") { $mes = "\x4d\x41\x52"; } if ($nomeMes == "\x61\142\x72\x69\x6c") { $mes = "\x41\102\x52"; } if ($nomeMes == "\155\x61\151\157") { $mes = "\115\x41\x49"; } if ($nomeMes == "\x6a\x75\x6e\x68\157") { $mes = "\112\x55\116"; } if ($nomeMes == "\152\165\154\150\x6f") { $mes = "\112\125\x4c"; } if ($nomeMes == "\x61\147\157\x73\164\x6f") { $mes = "\101\107\x4f"; } if ($nomeMes == "\x73\145\164\145\x6d\x62\x72\157") { $mes = "\123\x45\x54"; } if ($nomeMes == "\157\x75\164\165\x62\x72\157") { $mes = "\117\125\124"; } if ($nomeMes == "\156\157\x76\x65\155\142\x72\157") { $mes = "\116\x4f\126"; } if ($nomeMes == "\x64\145\x7a\145\155\142\x72\x6f") { $mes = "\104\x45\x5a"; } echo "\74\144\x69\166\x20\143\154\x61\x73\163\x3d\47\155\142\55\63\x20\x74\145\170\x74\55\165\x70\x70\x65\162\143\x61\163\145\x20\x64\x2d\146\x6c\x65\x78\40\152\165\x73\x74\151\x66\171\55\143\x6f\156\164\x65\x6e\x74\55\x73\x74\141\x72\164\x27\x3e\xa\xa\x9\74\x69\x20\143\x6c\x61\x73\x73\75\47\x62\x69\40\x62\151\55\x63\141\x6c\145\x6e\144\x61\x72\63\40\155\x65\x2d\x32\47\76\74\x2f\151\x3e\74\142\76{$dia}\x20\57\40{$mes}\74\57\142\x3e\74\151\x20\x63\x6c\x61\163\x73\x3d\x27\x62\151\40\142\x69\x2d\143\154\157\143\x6b\x20\x6d\163\55\x32\47\76\74\57\151\x3e\40{$b["\x68\157\x72\x61"]}\12\x9\74\x2f\144\x69\166\76"; echo "\x3c\144\151\166\40\143\x6c\141\163\x73\x3d\x27\155\142\x2d\x33\x20\x64\55\146\x6c\x65\170\x20\152\165\163\164\x69\x66\x79\x2d\143\x6f\156\x74\x65\156\164\x2d\163\164\141\162\x74\x27\76\12\12\11\74\141\x20\150\x72\x65\146\x3d\x27\x23\x27\40\143\154\x61\163\163\75\x27\142\141\144\x67\x65\x20\x62\x67\x2d\167\x61\x72\x6e\151\x6e\x67\40\155\x65\x2d\62\40\x70\x2d\x32\40\151\143\x6f\x6e\x2d\x6c\x69\x6e\153\40\x69\143\157\156\55\154\x69\156\x6b\55\150\x6f\166\x65\x72\47\x20\x64\141\164\141\x2d\142\x73\55\x74\157\147\x67\154\x65\75\x27\155\x6f\x64\141\154\47\x20\x64\x61\164\141\x2d\142\x73\55\164\x61\x72\x67\x65\x74\x3d\47\56\x65\x76{$b["\x69\x64"]}\x27\76\x3c\151\40\x63\x6c\141\x73\x73\x3d\x27\142\x69\40\x62\x69\55\151\156\146\157\55\143\x69\x72\143\154\145\x27\76\x3c\x2f\x69\76\x20\x4d\141\x69\x73\40\151\x6e\x66\x6f\162\x6d\x61\303\xa7\303\265\x65\x73\x3c\57\x61\76"; if ($b["\x69\x6d\141\147\x65\x6d\x5f\x6d\141\x70\x61"] != "\60") { echo "\74\x61\40\x68\x72\145\146\x3d\x27\x23\x27\40\x63\x6c\x61\163\x73\x3d\47\142\141\144\147\x65\40\142\x67\x2d\x77\x61\x72\x6e\151\x6e\x67\x20\x70\x2d\x32\40\151\x63\x6f\156\55\154\x69\x6e\x6b\40\151\x63\x6f\156\55\154\x69\x6e\153\x2d\150\x6f\x76\145\162\x20\155\145\55\62\x27\x20\144\x61\164\141\55\x62\x73\55\x74\x6f\x67\x67\154\145\75\x27\155\157\144\141\x6c\x27\x20\144\x61\164\x61\x2d\142\x73\55\164\x61\162\x67\x65\164\x3d\x27\x2e\x65\166\155{$b["\x69\144"]}\x27\x3e\x4d\x61\x70\x61\x20\x3c\x69\x20\143\154\x61\163\x73\75\x27\142\151\x20\x62\151\x2d\x66\157\162\x77\141\x72\x64\47\x3e\74\57\151\x3e\74\57\141\76"; } if ($b[localizacao] != "\60") { echo "\74\x61\40\x68\162\145\x66\x3d\x27\150\x74\x74\160\163\72\57\57\167\x77\x77\56\x67\x6f\157\147\154\145\x2e\143\x6f\x6d\x2f\155\x61\x70\163\57\160\154\141\x63\x65\x2f{$b["\x6c\x6f\143\141\x6c\151\x7a\x61\x63\141\x6f"]}\47\40\164\141\162\147\145\164\75\x27\x5f\142\154\x61\156\153\x27\x20\143\154\141\163\x73\75\47\x62\141\144\147\145\40\142\147\x2d\x77\141\162\x6e\x69\156\147\x20\160\x2d\x32\40\x6d\x65\x2d\62\40\151\x63\157\x6e\x2d\154\x69\x6e\153\x20\151\x63\157\x6e\x2d\154\x69\x6e\153\55\150\157\x76\145\x72\47\x3e\12\11\x9\11\x3c\151\x20\x63\x6c\x61\x73\163\75\x27\x66\x61\x2d\163\x6f\x6c\x69\x64\40\x66\141\55\154\x6f\143\x61\x74\x69\x6f\156\x2d\x64\x6f\164\x27\76\74\57\151\x3e\40\x56\x65\162\40\154\x6f\143\x61\154\151\x7a\x61\xc3\xa7\xc3\243\157\74\57\141\x3e"; } echo "\x3c\57\x64\151\166\x3e"; echo "\74\x64\151\x76\x20\143\154\x61\x73\163\x3d\x27\x6d\x6f\144\141\154\x20\146\x61\144\145\40\145\166\155{$b["\x69\x64"]}\47\76"; echo "\x3c\x64\x69\x76\40\143\154\141\163\x73\75\47\155\157\x64\141\x6c\55\x64\151\141\154\x6f\x67\x20\155\157\x64\141\154\55\146\165\x6c\154\x73\143\x72\145\x65\156\x20\47\x3e"; echo "\74\x64\151\x76\x20\143\x6c\x61\x73\x73\x3d\x27\x6d\157\x64\141\154\55\x63\x6f\156\164\x65\x6e\x74\47\x3e"; echo "\x3c\x64\151\166\x20\x63\x6c\x61\x73\163\x3d\x27\x6d\x6f\x64\141\x6c\x2d\150\x65\141\144\145\x72\x20\164\x65\x78\x74\55\165\x70\160\145\162\x63\141\163\145\x27\76\74\142\165\x74\164\x6f\x6e\40\143\x6c\141\x73\x73\75\x27\x62\164\x6e\55\x63\x6c\x6f\163\145\x27\40\x64\x61\164\141\x2d\x62\x73\55\144\x69\163\x6d\x69\x73\163\x3d\47\155\x6f\144\141\x6c\x27\x3e\x3c\57\x62\165\x74\x74\157\x6e\76\x3c\x2f\144\x69\x76\76"; echo "\x3c\x64\151\x76\x20\x63\154\x61\163\x73\x3d\47\x6d\157\x64\x61\x6c\55\142\157\x64\x79\x20\x74\145\170\x74\x2d\x63\x65\156\164\x65\x72\x27\76"; echo "\x3c\x68\65\x20\143\x6c\x61\163\163\75\x27\155\x79\55\63\x27\76\115\141\160\x61\40\x64\x6f\x20\105\166\x65\x6e\164\157\x3c\x2f\150\65\x3e"; echo "\x3c\x69\x6d\147\40\x73\162\x63\75\47\x2e\x2f\151\x6d\x61\x67\145\163\x2f\145\166\145\x6e\164\157\x73\x2f{$b["\151\x6d\141\x67\x65\x6d\x5f\155\141\x70\x61"]}\47\40\143\x6c\141\x73\x73\x3d\47\167\x2d\61\x30\x30\x27\40\x61\154\x74\x3d\x27{$b["\x6e\157\x6d\x65"]}\47\x20\57\76"; echo "\74\57\x64\x69\166\x3e"; echo "\x3c\57\144\x69\x76\76"; echo "\74\57\x64\151\x76\x3e"; echo "\x3c\57\x64\151\166\x3e"; echo "\74\144\151\166\x20\x63\x6c\x61\163\x73\75\x27\155\157\144\x61\154\x20\146\x61\x64\145\40\x65\x76{$b["\x69\x64"]}\x27\x3e"; echo "\x3c\x64\x69\x76\x20\143\x6c\141\x73\163\75\x27\155\157\x64\141\154\55\144\x69\141\x6c\157\147\x20\155\x6f\x64\x61\x6c\55\146\x75\154\154\163\143\162\145\145\x6e\x20\x27\76"; echo "\74\x64\151\x76\x20\x63\154\x61\163\x73\75\x27\155\x6f\144\x61\154\55\x63\157\156\x74\x65\156\164\40\x6d\157\144\141\x6c\x2d\144\x65\x74\141\x6c\150\x65\x73\47\76"; echo "\74\x64\151\166\x20\143\x6c\x61\163\163\75\x27\x6d\157\144\141\154\x2d\x68\145\x61\144\145\162\x20\164\x65\170\164\x2d\x75\x70\160\x65\x72\x63\x61\x73\x65\47\76\x3c\142\165\x74\164\x6f\x6e\x20\x63\154\141\163\x73\75\47\142\x74\x6e\x2d\143\x6c\157\163\145\47\x20\144\x61\x74\x61\55\x62\163\55\144\151\163\155\x69\x73\x73\75\x27\x6d\x6f\144\x61\x6c\x27\x3e\74\x2f\142\x75\164\x74\157\156\x3e\74\x2f\144\x69\x76\x3e"; echo "\74\144\x69\x76\40\143\154\141\163\163\75\x27\155\157\x64\141\x6c\x2d\x62\x6f\144\171\40\x6d\x2d\x30\x20\x70\x2d\60\x27\x3e"; echo "\74\x64\x69\x76\x20\x63\154\x61\x73\163\x3d\x27\x74\145\170\164\55\x63\145\156\164\x65\162\40\x66\167\55\x62\x6f\154\x64\x20\164\145\170\x74\x2d\167\x68\x69\x74\145\40\155\x2d\60\x20\160\55\60\47\x3e"; echo "\x3c\x64\x69\x76\40\143\154\x61\163\x73\75\x27\x74\x65\170\164\55\x75\160\160\x65\x72\x63\141\x73\145\x20\155\x79\55\62\47\x3e\74\151\x20\143\154\141\163\x73\75\x27\142\x69\40\142\x69\x2d\155\141\x70\47\76\x3c\x2f\151\76\x20{$b["\154\x6f\143\x61\x6c"]}\74\57\x64\x69\166\x3e"; echo "\74\144\151\x76\x3e\x3c\x2f\144\x69\166\76"; echo "\x3c\144\x69\166\40\143\154\x61\x73\163\x3d\x27\x6d\x62\x2d\63\x20\164\x65\x78\164\x2d\x75\160\160\x65\162\143\x61\163\145\x27\x3e\xa\x9\11\x9\11\11\x9\x3c\x69\40\x63\154\x61\x73\x73\75\x27\x62\x69\x20\x62\x69\55\143\141\154\x65\156\x64\x61\162\63\x20\155\x65\x2d\x32\x27\76\x3c\x2f\151\x3e\74\x62\76{$dia}\40\x2f\x20{$mes}\x3c\57\142\76\74\x69\x20\x63\x6c\141\x73\163\x3d\x27\142\151\40\142\x69\x2d\143\x6c\157\143\153\x20\155\163\x2d\x32\47\x3e\x3c\57\151\x3e\40{$b["\150\x6f\x72\x61"]}\12\x9\11\x9\11\x9\x9\74\x2f\x64\151\x76\x3e"; echo "\x3c\x2f\x64\x69\166\76"; echo "\x3c\144\x69\x76\40\143\154\x61\163\163\x3d\47\162\157\x77\x20\162\157\167\x2d\143\x6f\154\x73\55\61\40\162\157\167\55\x63\x6f\x6c\x73\x2d\155\144\x2d\x32\40\155\x2d\60\40\x70\55\60\x27\x3e"; echo "\x3c\x64\x69\x76\x20\143\x6c\141\x73\x73\75\x27\x63\157\x6c\47\x3e"; echo "\x3c\151\155\x67\40\163\162\143\75\47\56\x2f\x69\x6d\x61\147\145\x73\57\x65\166\x65\156\x74\157\x73\x2f{$b["\x69\x6d\141\147\145\155"]}\x27\40\x63\154\141\163\x73\75\47\x77\x2d\61\x30\60\x20\162\x6f\x75\x6e\x64\145\144\x27\40\141\154\x74\x3d\47{$b["\x6e\157\x6d\145"]}\x27\x20\57\x3e"; echo "\x3c\x2f\144\151\166\x3e"; echo "\74\144\x69\166\40\143\x6c\x61\x73\x73\x3d\x27\x63\x6f\x6c\47\76"; if ($b["\x76\151\x64\145\157"] != "\60") { echo "\x3c\x64\151\166\x20\143\154\x61\x73\x73\75\47\x6d\55\147\x61\x70\55\x74\157\x70\47\40\163\x74\171\x6c\x65\75\47\160\x6f\163\x69\x74\x69\x6f\156\72\40\162\x65\x6c\141\x74\x69\166\145\73\40\x70\141\x64\x64\151\156\147\55\142\157\164\x74\157\x6d\72\40\65\66\x2e\x32\65\x25\x3b\40\x68\x65\x69\x67\150\x74\x3a\61\x30\x30\45\x3b\40\x6f\166\145\162\x66\154\x6f\x77\x3a\40\150\151\144\144\x65\156\x3b\47\x3e\12\40\x20\40\40\74\151\x66\162\141\x6d\145\40\143\154\x61\163\x73\x3d\47\162\x6f\x75\156\144\x65\x64\x27\x20\163\x74\x79\x6c\145\75\x27\x70\157\x73\x69\164\151\157\x6e\72\40\x61\x62\x73\157\154\x75\164\x65\x3b\40\164\x6f\x70\72\40\60\x3b\40\154\x65\x66\164\72\x20\60\x3b\x20\x77\151\x64\x74\150\x3a\40\x31\60\60\x25\73\40\150\145\151\147\x68\164\72\40\61\x30\x30\45\x3b\x27\x20\12\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\163\162\x63\75\x27\150\164\x74\x70\x73\72\x2f\57\167\x77\167\x2e\x79\157\165\164\x75\x62\145\x2e\143\x6f\155\x2f\145\155\142\145\144\57{$b["\166\151\x64\x65\x6f"]}\x27\40\146\x72\141\155\145\x62\157\x72\144\x65\x72\x3d\x27\x30\x27\x20\141\154\x6c\x6f\x77\x66\x75\x6c\x6c\x73\143\162\145\145\x6e\x3e\74\57\x69\146\x72\141\x6d\145\76\12\x3c\57\x64\x69\x76\x3e"; } echo "\x3c\x2f\x64\151\166\x3e"; echo "\x3c\x2f\144\151\x76\76"; echo "\x3c\x64\151\x76\x20\x63\x6c\141\x73\x73\x3d\47\160\55\x35\x27\40\x73\x74\x79\154\x65\x3d\x27\x62\x61\x63\153\147\x72\x6f\165\x6e\x64\72\43\x30\x30\60\73\160\x6f\163\151\x74\151\157\156\72\162\145\154\141\x74\x69\166\x65\x3b\x6d\141\162\147\x69\156\x3a\x31\60\60\x70\x78\40\60\x70\x78\40\60\x70\170\x20\x30\x70\170\73\47\x3e"; echo "\x3c\x68\x35\x20\143\x6c\x61\x73\x73\x3d\47\x70\x2d\x33\40\x66\x77\55\142\x6f\x6c\x64\x27\40\x73\x74\171\154\145\x3d\x27\x62\x6f\162\x64\x65\162\x2d\162\x61\x64\x69\165\163\x3a\67\x70\170\x3b\x62\141\x63\x6b\x67\162\x6f\165\156\144\55\143\x6f\154\x6f\x72\x3a\x23\x66\146\x66\x3b\160\x6f\x73\x69\164\151\157\x6e\x3a\141\142\x73\x6f\x6c\165\x74\x65\x3b\x74\x6f\x70\x3a\60\x70\x78\73\x6c\145\146\164\72\x35\60\x25\73\x74\x72\x61\x6e\163\146\157\x72\x6d\72\x20\x74\x72\x61\156\163\154\x61\164\145\50\x2d\x35\60\x25\x2c\x20\55\x35\x30\45\51\x3b\x27\76\12\11\x9\11\x9\x9\x9\xa\11\x9\11\11\11\11{$b["\x6e\157\x6d\x65"]}\xa\x9\11\x9\x9\x9\11\xa\11\x9\11\x9\11\11\74\x2f\x68\65\76"; echo "\74\144\151\166\x20\x63\154\141\x73\x73\x3d\47\x6d\171\55\x33\x20\x74\x65\x78\164\x2d\167\150\151\164\x65\x27\x3e{$b["\x64\145\163\143\x72\151\143\141\x6f"]}\74\x2f\x64\x69\166\76"; echo "\74\x2f\144\151\x76\76"; echo "\x3c\x2f\x64\151\x76\x3e"; echo "\74\57\144\151\166\x3e"; echo "\x3c\x2f\x64\x69\x76\x3e"; echo "\x3c\x2f\x64\151\x76\x3e"; $a = $pdo->query("\123\105\114\x45\103\124\x20\104\111\x53\124\x49\x4e\x43\x54\40\x62\154\x6f\143\157\x2c\x6e\x6f\x6d\x65\54\151\144\x5f\145\x76\145\x6e\x74\157\40\x46\122\117\x4d\x20\x73\145\x74\x6f\162\40\127\110\105\x52\105\40\151\x64\137\x65\166\145\156\x74\157\x20\x3d\x20\47{$_GET["\x69\x64"]}\47"); foreach ($a as $b) { echo "\x3c\144\x69\x76\40\143\x6c\141\163\163\75\x27\x63\x61\x72\144\40\x6d\x79\55\x33\40\141\x6e\x69\x6d\141\x74\145\137\x5f\x61\156\x69\x6d\x61\x74\145\144\40\x61\x6e\x69\x6d\141\x74\145\137\137\142\x61\143\x6b\x49\x6e\125\160\47\76"; echo "\x3c\x64\151\166\40\x63\x6c\x61\163\163\x3d\x27\143\141\x72\144\55\x68\145\141\144\x65\162\x27\76{$b["\156\x6f\x6d\145"]}\74\x2f\144\x69\166\x3e"; echo "\74\144\x69\x76\40\143\x6c\141\x73\x73\x3d\47\x63\x61\x72\x64\x2d\142\157\x64\171\x27\x3e"; $a1 = $pdo->query("\x53\105\x4c\105\x43\x54\x20\52\40\106\x52\x4f\x4d\40\x73\145\x74\157\162\x20\x57\x48\105\x52\x45\x20\x69\x64\x5f\145\166\145\x6e\x74\157\x20\x3d\x20\47{$_GET["\x69\144"]}\47\40\101\116\104\40\142\x6c\157\143\x6f\40\x3d\x20\47{$b["\142\154\x6f\143\157"]}\47"); $n = 0; foreach ($a1 as $b1) { $n++; $a2 = $pdo->query("\123\x45\114\x45\x43\x54\x20\123\125\115\50\161\165\x61\x6e\164\151\x74\x79\51\x20\x61\163\x20\x71\x74\x64\40\106\122\117\115\40\143\x61\162\162\151\x6e\150\x6f\x20\127\110\x45\x52\105\x20\151\144\x5f\145\166\145\x6e\164\x6f\40\x3d\40\47{$b["\x69\144\x5f\x65\x76\x65\x6e\x74\157"]}\x27\x20\101\x4e\104\40\x69\144\137\x73\145\164\157\x72\40\x3d\40\47{$b1["\x69\x64"]}\x27"); $b2 = $a2->fetch(); $qtd_no_cart = $b2["\161\x74\144"]; $livre = $b1["\x71\x75\x61\156\164\151\144\141\x64\x65"] - $qtd_no_cart; if ($b1["\155\157\163\164\162\141\162\x5f\156\x6f\137\x73\x69\164\145"] != "\60") { if ($b1["\x63\157\x72\x74\x65\163\x69\x61"] == "\61") { } else { if ($n != "\x31") { echo "\74\146\157\162\x6d\40\x6d\x65\164\150\157\144\x3d\47\x70\157\x73\164\x27\x20\x63\x6c\141\163\x73\x3d\47\x62\157\162\144\145\x72\x2d\x74\157\160\40\160\55\63\40\155\x62\x2d\x31\x20\162\x6f\x75\156\144\x65\144\x27\x3e"; } else { echo "\74\x66\157\162\x6d\x20\x6d\x65\164\150\x6f\144\75\x27\x70\x6f\x73\x74\x27\40\143\154\x61\163\163\75\47\160\x2d\x33\40\155\x62\55\x31\x20\x72\157\x75\x6e\144\x65\144\x27\76"; } echo "\74\x69\156\160\165\164\x20\164\171\160\x65\75\47\150\151\x64\144\145\x6e\x27\x20\x6e\141\155\x65\x3d\47\x6c\x61\x74\151\x74\165\144\145\x27\40\x63\x6c\x61\x73\163\75\x27\x6c\x61\164\151\x74\165\144\145\47\x20\x76\x61\154\165\x65\x3d\x27\60\x27\76"; echo "\x3c\x69\156\160\165\x74\x20\164\171\x70\145\75\47\150\151\144\144\x65\x6e\x27\40\156\141\x6d\145\x3d\x27\154\157\x6e\x67\x69\164\165\x64\x65\47\x20\143\x6c\x61\163\x73\x3d\x27\x6c\x6f\x6e\147\151\x74\x75\144\x65\47\40\x76\141\154\x75\x65\75\x27\60\47\76"; $v_total = $b1["\x76\141\x6c\x6f\x72"] + $b1["\x74\141\x78\141"]; echo "\74\151\x6e\160\165\164\x20\164\171\160\145\75\47\150\151\x64\x64\145\x6e\47\40\x6e\x61\155\145\x3d\47\151\144\137\145\x76\x65\156\x74\157\47\40\166\141\x6c\165\145\75\47{$_GET["\151\144"]}\47\x3e"; echo "\x3c\x69\156\x70\x75\x74\40\x74\x79\160\145\x3d\47\x68\151\144\x64\x65\156\47\x20\x6e\141\155\x65\x3d\47\151\x64\137\x73\145\164\157\162\47\x20\x76\x61\154\165\145\x3d\x27{$b1["\151\144"]}\x27\x3e"; echo "\74\151\x6e\160\165\164\x20\x74\171\160\145\x3d\47\150\x69\144\144\145\156\47\40\x6e\x61\155\145\x3d\47\166\141\154\157\x72\47\x20\x76\141\x6c\x75\145\x3d\47{$v_total}\x27\x3e"; echo "\74\x64\151\166\x20\143\154\141\163\163\x3d\x27\x72\157\167\40\162\x6f\167\x2d\x63\x6f\154\x73\x2d\x32\x20\x72\x6f\167\55\x63\x6f\154\x73\55\155\x64\x2d\64\x20\x6d\142\55\x34\x27\76"; echo "\x3c\x64\x69\166\x20\x63\154\141\x73\163\75\47\143\157\x6c\47\76"; echo "\x3c\144\151\x76\x20\143\154\141\163\163\x3d\x27\x27\x20\163\164\171\154\145\x3d\47\160\157\x73\x69\x74\x69\157\x6e\x3a\x72\x65\154\x61\x74\x69\166\x65\73\150\x65\x69\147\x68\164\x3a\63\67\160\170\73\47\x3e"; if ($b1["\x62\x67\x5f\143\x6f\x6c\x6f\162"] != "\x30") { echo "\x3c\x64\151\x76\40\143\x6c\141\x73\x73\x3d\x27\x72\157\165\x6e\144\x65\144\55\143\x69\x72\x63\x6c\x65\x20\x74\145\x78\164\x2d\165\160\x70\x65\162\143\141\x73\145\40\x66\141\x2d\x62\x65\141\164\x27\40\x73\164\x79\154\145\75\47\160\x6f\163\x69\164\151\157\156\x3a\x61\142\x73\x6f\x6c\x75\x74\145\x3b\x74\157\160\72\x30\x70\170\x3b\154\x65\146\x74\72\x30\160\170\73\142\x61\143\153\147\162\157\165\156\144\x2d\x63\157\x6c\x6f\x72\72{$b1["\142\147\137\143\x6f\x6c\x6f\x72"]}\x3b\x77\x69\x64\x74\x68\x3a\x33\x32\x70\170\x3b\x68\x65\151\147\x68\x74\x3a\63\62\x70\x78\73\47\x3e\x3c\57\x64\151\x76\76"; echo "\x3c\x64\x69\166\40\x63\154\x61\x73\x73\75\x27\x27\40\x73\164\x79\x6c\145\75\x27\x70\x6f\163\x69\x74\151\x6f\156\x3a\141\x62\x73\x6f\154\x75\164\145\x3b\164\157\160\x3a\60\160\170\x3b\x6c\145\x66\164\72\61\x37\160\170\73\47\x3e\74\x69\40\143\x6c\x61\163\163\x3d\47\x66\x61\x20\146\141\x2d\x62\157\x75\156\143\x65\x20\x62\x69\x20\x62\151\x2d\x74\x69\x63\x6b\145\164\x2d\x70\x65\x72\x66\x6f\162\x61\x74\x65\x64\x27\x20\163\x74\171\154\145\x3d\x27\146\157\x6e\x74\x2d\x73\151\x7a\x65\x3a\63\x32\160\170\x3b\47\76\x3c\x2f\151\76\x20\x3c\142\x3e{$b1["\164\151\160\157\137\x69\156\x67\x72\x65\x73\163\x6f"]}\x3c\57\x62\x3e\74\x2f\144\x69\x76\x3e"; } else { echo "\74\144\151\166\x20\x63\154\141\163\x73\75\47\164\145\170\x74\55\x75\160\160\x65\x72\143\x61\163\x65\x27\76\x3c\151\x20\x63\x6c\141\163\163\x3d\x27\x62\x69\x20\x62\x69\x2d\164\x69\143\x6b\x65\164\x2d\160\145\162\146\x6f\x72\141\164\x65\x64\x27\x3e\74\x2f\151\x3e\x20{$b1["\164\x69\x70\x6f\137\x69\x6e\x67\162\145\163\163\157"]}\74\57\144\151\166\x3e"; } echo "\74\57\x64\x69\166\x3e"; echo "\74\144\151\x76\40\143\x6c\x61\x73\163\x3d\47\x6d\142\x2d\62\x20\x76\141\x6c\55\x74\170\x32\x27\76\x3c\x73\x6d\141\x6c\x6c\x20\x63\154\141\163\x73\x3d\x27\164\145\x78\x74\55\x6d\x75\x74\145\x64\47\76\126\141\154\x6f\x72\40{$b1["\x76\141\x6c\x6f\162"]}\40\x2b\40\124\141\170\141\x20{$b1["\x74\x61\x78\141"]}\74\57\x73\x6d\x61\x6c\x6c\76\74\57\144\151\166\x3e"; echo "\x3c\x2f\144\x69\x76\76"; echo "\x3c\144\151\x76\x20\x63\154\x61\163\x73\75\47\143\x6f\x6c\47\x3e"; echo "\x3c\150\x34\x20\143\154\x61\x73\163\75\47\x76\x2d\144\x69\x6e\x61\155\151\x63\157\x2d\163\150\x6f\167{$b1["\151\x64"]}\47\76\x3c\163\x70\141\x6e\40\x63\154\x61\163\x73\x3d\x27\143\x69\x66\162\141\157\x27\76\x52\44\74\x2f\x73\160\141\x6e\x3e" . number_format($v_total, 2, "\54", "\x2e") . "\x3c\57\150\x34\x3e"; echo "\x3c\151\x6e\160\165\x74\40\x74\171\x70\145\x3d\47\x68\151\144\x64\145\x6e\x27\40\x63\x6c\x61\163\x73\75\47\166\x2d\144\151\156\x61\155\151\143\157\x2d\x68\x69\x64\144\x65\x6e{$b1["\x69\144"]}\47\40\166\x61\x6c\165\145\75\x27{$v_total}\47\x3e"; echo "\74\x2f\144\x69\x76\76"; echo "\74\144\x69\x76\40\x63\154\x61\163\163\75\47\143\157\154\x27\x3e"; if ($b1["\145\x73\147\157\x74\x61\144\x6f"] != "\x31") { if ($qtd_no_cart == $b1["\x71\165\141\156\164\x69\x64\x61\x64\145"]) { echo "\74\163\160\x61\156\x20\x63\x6c\141\163\x73\75\x27\164\145\x78\x74\55\x64\141\156\x67\145\162\47\x3e\x49\x6e\x64\151\x73\160\157\156\303\xad\166\145\x6c\x3c\x2f\163\x70\x61\156\76"; } else { $a3 = $pdo->query("\123\105\x4c\105\x43\x54\40\x2a\x20\106\x52\117\115\40\155\x61\160\x61\x73\40\x57\110\105\x52\105\40\x69\x64\137\145\166\x65\156\164\157\40\75\40\47{$_GET["\151\144"]}\47"); if ($a3->fetchColumn() > 0) { echo "\x3c\144\x69\x76\x20\143\154\141\163\163\75\47\x69\x6e\x70\x75\164\x2d\147\x72\x6f\x75\160\47\76"; echo "\74\144\x69\x76\40\143\x6c\141\x73\x73\x3d\47\x69\156\160\165\x74\x2d\x67\162\157\165\160\x2d\x74\x65\x78\164\47\76\x4c\165\x67\x61\162\x3c\x2f\x64\x69\166\x3e"; echo "\x3c\x73\145\154\x65\x63\164\x20\x6e\x61\155\145\x3d\47\151\x64\137\x6d\141\x70\x61\x27\x20\x63\154\x61\x73\163\75\x27\x66\157\162\155\x2d\x63\157\156\x74\162\x6f\154\47\40\162\145\161\165\x69\x72\x65\144\x3e"; $a3 = $pdo->query("\x53\x45\114\105\103\x54\x20\52\40\106\x52\117\x4d\40\155\x61\160\141\x73\40\x57\x48\x45\122\x45\x20\151\144\137\145\166\145\x6e\x74\x6f\x20\x3d\x20\x27{$_GET["\151\144"]}\x27"); foreach ($a3 as $i) { if ($i["\162\145\x73\x65\162\166\x61\x64\157"] == "\x31") { echo "\x3c\x6f\160\164\151\x6f\x6e\40\166\x61\154\165\145\75\47\x23\x27\40\144\x69\163\x61\142\x6c\x65\144\x3e{$i["\x6c\x65\x74\x72\141"]}{$i["\x6e\x75\155\x65\x72\157"]}\x20{$i["\x64\x65\163\x63\162\x69\x63\x61\x6f"]}\40\50\122\x65\x73\145\162\166\141\144\x6f\51\74\x2f\x6f\x70\x74\151\157\156\x3e"; } else { echo "\74\157\x70\164\x69\x6f\x6e\40\166\141\154\x75\145\75\x27{$i["\151\144"]}\47\76{$i["\154\145\x74\x72\141"]}{$i["\156\x75\x6d\x65\x72\x6f"]}\40{$i["\144\145\163\x63\162\151\143\141\x6f"]}\x3c\x2f\157\x70\x74\151\157\156\76"; } } echo "\74\x2f\163\x65\x6c\145\x63\164\x3e"; echo "\74\x2f\x64\151\166\76"; echo "\x3c\x69\156\x70\165\164\x20\164\171\x70\145\x3d\47\150\x69\144\x64\145\156\x27\40\x6e\141\155\x65\x3d\47\x71\x75\141\x6e\164\151\x74\171\x27\40\166\141\x6c\x75\145\75\47\61\x27\x3e"; } else { echo "\x3c\144\x69\166\40\x63\154\x61\163\x73\75\x27\x69\156\x70\165\164\55\147\x72\x6f\165\x70\x27\76"; echo "\x3c\144\x69\x76\40\143\x6c\141\163\x73\x3d\x27\151\156\x70\x75\164\55\x67\x72\157\x75\160\55\164\145\x78\164\x27\x3e\xa\x9\x9\11\11\x9\x9\11\11\11\11\40\11\x3c\141\x20\150\162\x65\x66\x3d\47\x6a\x61\166\x61\x73\143\x72\151\160\164\x3a\166\157\151\x64\50\51\73\47\40\143\x6c\141\x73\163\x3d\x27\155\151\x6e\x75\163\x27\x20\151\x64\x3d\x27{$b1["\151\x64"]}\x27\x3e\74\x69\x20\143\154\x61\x73\163\x3d\x27\146\x61\40\x66\x61\x2d\x63\x69\162\143\154\x65\55\x6d\x69\156\165\163\47\x20\163\x74\171\154\145\x3d\x27\160\141\144\x64\x69\156\x67\x3a\x33\x70\x78\40\60\x70\170\x20\60\160\170\x20\x30\160\x78\73\47\x3e\74\57\151\x3e\x3c\57\x61\x3e\12\x9\11\11\11\x9\x9\x9\11\11\11\x20\11\74\x2f\x64\151\166\x3e"; echo "\x3c\x69\156\160\165\164\40\x74\171\x70\x65\75\47\156\165\155\x62\x65\162\x27\40\x63\x6c\x61\163\x73\x3d\47\x66\x6f\162\x6d\55\x63\157\x6e\164\162\157\154\40\x6e\x75\155\142\x65\x72{$b1["\151\144"]}\47\40\x6e\x61\155\145\x3d\47\161\x75\141\156\164\x69\x74\x79\47\40\x6d\x69\x6e\x3d\x27\61\47\40\155\141\x78\75\x27{$livre}\x27\40\x76\x61\x6c\x75\x65\75\47\61\x27\x3e"; echo "\74\x64\151\x76\40\x63\154\x61\x73\163\x3d\47\x69\156\160\165\x74\55\147\x72\157\165\x70\x2d\164\x65\170\164\47\76\xa\11\11\x9\x9\11\x9\x9\x9\x9\x9\40\11\x3c\x61\x20\x68\162\145\x66\x3d\x27\152\x61\166\141\163\143\x72\x69\160\164\72\x76\x6f\x69\144\50\51\x3b\47\x20\x63\154\141\163\x73\x3d\x27\160\154\x75\163\47\x20\151\x64\x3d\47{$b1["\x69\x64"]}\x27\x3e\x3c\151\x20\143\x6c\141\163\163\x3d\47\146\141\40\x66\x61\x2d\x63\x69\x72\143\154\145\55\160\154\x75\163\47\40\x73\164\171\x6c\x65\x3d\47\x70\141\x64\x64\151\156\x67\72\x33\x70\170\40\60\x70\170\x20\60\x70\x78\40\x30\160\x78\x3b\47\x3e\x3c\x2f\151\x3e\x3c\57\141\76\12\11\11\x9\11\11\11\11\11\x9\x9\40\x9\74\57\144\x69\166\x3e"; echo "\x3c\57\144\x69\x76\x3e"; } if ($b1["\x63\x75\160\x6f\x6d"] == "\x31") { echo "\74\144\x69\166\40\143\x6c\141\163\163\x3d\47\151\156\x70\165\x74\55\147\162\157\165\160\x20\x6d\x74\x2d\61\47\x3e\xa\x9\11\11\11\11\x9\x9\x9\x9\40\x9\x9\x3c\144\x69\166\40\x63\x6c\x61\163\x73\x3d\x27\151\156\x70\x75\164\55\x67\162\157\x75\160\x2d\164\145\x78\x74\x27\x3e\x3c\x69\40\x63\154\141\163\163\x3d\47\x62\151\x20\x62\x69\x2d\x74\141\x67\47\76\74\57\151\x3e\x3c\x2f\x64\x69\166\x3e\12\11\x9\x9\x9\11\x9\x9\x9\x9\40\11\x9\x3c\x69\156\160\x75\x74\40\164\171\160\145\x3d\x27\x74\x65\170\164\x27\x20\x6e\x61\155\x65\75\x27\143\165\160\x6f\155\x27\40\x63\x6c\x61\163\163\x3d\47\146\157\162\155\55\143\157\156\164\162\157\154\x27\40\160\154\x61\x63\145\150\157\154\144\x65\x72\75\x27\x43\x75\x70\x6f\155\x27\76\xa\11\x9\x9\x9\x9\x9\x9\11\x9\x20\11\11\74\57\144\x69\166\76"; } } } echo "\74\57\x64\151\166\x3e"; echo "\x3c\x64\151\x76\x20\143\154\141\x73\x73\75\47\x63\x6f\154\47\x3e"; if ($b1["\145\163\x67\x6f\164\x61\144\x6f"] == "\61") { echo "\74\x64\151\x76\40\x63\154\141\163\x73\x3d\x27\x62\164\156\55\145\163\147\157\x74\x61\144\157\47\76\105\123\x47\117\124\x41\104\x4f\x3c\x2f\144\x69\166\x3e"; } else { if ($b1["\160\141\165\x73\x61\162\137\x76\145\156\144\141\163"] == "\61") { echo "\x3c\x64\x69\x76\40\x63\154\x61\x73\163\x3d\x27\142\164\x6e\55\145\163\147\x6f\x74\x61\144\x6f\x27\76\126\x45\116\104\101\40\x50\x41\125\x53\x41\104\101\74\x2f\x64\151\x76\x3e"; } else { if ($qtd_no_cart == $b1["\x71\165\x61\x6e\x74\x69\144\x61\144\145"]) { echo "\x3c\163\160\x61\x6e\x20\x63\154\x61\163\163\75\x27\164\145\x78\x74\55\144\x61\156\147\x65\x72\47\x3e\x49\156\x64\x69\x73\160\157\x6e\xc3\255\x76\145\154\x3c\57\x73\x70\141\x6e\x3e"; } else { echo "\x3c\142\165\164\164\157\x6e\x20\156\x61\x6d\x65\75\x27\x61\x64\x64\103\141\162\x74\47\40\x63\x6c\x61\x73\x73\75\x27\142\x74\156\40\x62\164\x6e\55\x6c\x69\147\x68\x74\47\76\101\x64\x69\x63\151\157\156\x61\x72\x3c\x2f\x62\165\164\164\x6f\x6e\x3e"; } } } echo "\74\57\144\151\166\76"; echo "\74\57\144\151\x76\x3e"; echo "\74\x2f\146\x6f\x72\155\x3e"; } } } echo "\74\57\x64\x69\x76\x3e"; echo "\x3c\57\x64\151\x76\76"; } } goto HtFgM; nmfsC: if (isset($_POST["\160\x5f\x6d\141\x6b\x65\x45\170\x63\145\154"])) { $di = explode("\x2d", $_POST["\144\137\151\156\x69\143\151\141\x6c"]); $df = explode("\x2d", $_POST["\144\137\x66\x69\x6e\141\x6c"]); $d_inicial = "{$di["\x32"]}\x2f{$di["\x31"]}\x2f{$di["\60"]}"; $d_final = "{$df["\x32"]}\x2f{$df["\x31"]}\57{$df["\x30"]}"; if (file_exists("\x72\145\x6c\141\x74\157\162\151\x6f\137\x64\145\137\166\145\x6e\x64\x61\163\x2e\x63\x73\166")) { unlink("\x72\x65\x6c\141\x74\x6f\x72\x69\x6f\137\x64\x65\x5f\x76\x65\x6e\144\141\x73\x2e\x63\163\166"); } $x = fopen("\162\x65\154\141\x74\157\x72\151\157\x5f\144\x65\137\166\x65\x6e\144\141\163\x2e\x63\163\x76", "\x77"); $titulos = array("\116\117\115\105", "\120\x52\117\104\x55\124\117", "\126\x41\x4c\x4f\122", "\121\x54\104\56", "\40\x56\x41\114\x4f\x52\x20\124\117\x54\x41\x4c", "\104\101\x54\x41\x20\111\116\111\x43\111\x41\x4c", "\104\x41\x54\x41\40\x46\x49\116\101\x4c"); fputcsv($x, $titulos); if ($_POST["\151\144\x5f\x63\154\151"] == "\43") { $c = $pdo->query("\x53\105\x4c\x45\x43\x54\40\52\x20\x46\x52\117\x4d\x20\143\x61\162\x72\151\x6e\150\x6f\x20\127\110\x45\x52\x45\40\x69\x64\x5f\x65\x76\x65\x6e\164\x6f\40\x3d\x20\47{$_POST["\151\x64\x5f\145\x76\145\156\x74\157"]}\x27\x20\x41\x4e\x44\40\163\x74\x61\x74\165\x73\40\75\40\x27\141\160\x70\162\157\166\145\144\x27\40\101\116\104\x20\x64\x61\164\x61\40\x42\105\x54\x57\105\x45\116\40\x27{$_POST["\144\137\151\x6e\x69\143\151\141\154"]}\x27\x20\x41\116\104\40\47{$_POST["\x64\137\x66\x69\x6e\141\x6c"]}\47\x20\117\x52\104\105\122\x20\102\131\x20\144\x61\164\141\40\x41\x53\103"); } else { $c = $pdo->query("\x53\x45\114\105\x43\124\40\x2a\x20\x46\122\117\x4d\x20\143\x61\162\162\151\x6e\150\157\40\x57\x48\x45\122\x45\x20\151\x64\x5f\145\x76\145\156\164\x6f\40\75\40\x27{$_POST["\x69\144\x5f\145\166\145\x6e\x74\x6f"]}\47\x20\x41\x4e\104\40\x69\144\x5f\143\154\151\x20\75\40\47{$_POST["\151\144\x5f\143\x6c\151"]}\x27\40\x41\116\104\x20\x73\x74\141\x74\165\163\40\75\x20\x27\141\x70\x70\162\157\x76\145\x64\47\x20\101\116\104\x20\144\141\x74\x61\x20\x42\105\x54\x57\105\x45\116\x20\47{$_POST["\144\x5f\151\156\x69\x63\x69\x61\x6c"]}\47\x20\x41\116\104\x20\x27{$_POST["\x64\137\x66\x69\x6e\141\154"]}\47\40\117\x52\x44\105\x52\40\102\131\40\x64\x61\x74\x61\x20\101\123\103"); } foreach ($c as $d) { $c0 = $pdo->query("\123\105\x4c\105\x43\124\40\52\40\x46\122\x4f\115\40\x73\x65\x74\157\162\40\x57\x48\105\x52\105\40\151\x64\x20\x3d\40\47{$d["\x69\x64\137\x73\x65\x74\x6f\162"]}\x27"); $d0 = $c0->fetch(); $c1 = $pdo->query("\123\105\x4c\105\103\124\x20\52\x20\106\122\x4f\115\x20\x63\x6c\151\145\x6e\164\x65\x73\x20\127\x48\x45\122\x45\40\151\144\x20\75\40\x27{$d["\x69\144\137\143\154\151"]}\x27"); $d1 = $c1->fetch(); $c2 = $pdo->query("\x53\x45\x4c\x45\x43\x54\40\x2a\x20\x46\x52\117\115\40\166\157\165\143\150\145\x72\163\x20\x57\x48\105\x52\x45\40\151\x64\137\x63\x61\162\x74\40\x3d\x20\x27{$d["\x69\144"]}\x27\x20\101\x4e\104\40\x73\143\x61\156\x20\x3d\x20\x27\x31\x27"); $n_vouchers = $c2->rowCount(); $d2 = $c2->fetch(); $c3 = $pdo->query("\x53\105\x4c\105\103\x54\40\x2a\x20\x46\x52\117\115\40\x70\162\x6f\144\x75\x74\157\162\x20\x57\110\x45\122\x45\40\151\144\x20\x3d\x20\x27{$d["\151\x64\x5f\160\162\157\144\165\164\157\162"]}\47"); $d3 = $c3->fetch(); $c4 = $pdo->query("\x53\105\114\105\x43\x54\x20\52\x20\106\x52\117\x4d\40\145\166\x65\156\x74\x6f\x20\127\110\x45\x52\x45\40\x69\144\x20\x3d\x20\47{$d["\151\144\137\145\166\145\156\164\157"]}\47"); $d4 = $c4->fetch(); $q = $pdo->query("\123\x45\x4c\x45\103\x54\x20\x53\125\x4d\x28\161\165\141\x6e\x74\151\164\171\x29\x20\x61\163\40\x76\156\x64\x20\106\x52\x4f\x4d\40\143\x61\162\162\151\x6e\150\x6f\40\x57\x48\105\122\x45\x20\x69\x64\137\x65\166\x65\156\x74\x6f\x20\75\40\x27{$_POST["\151\x64\137\x65\166\145\156\164\157"]}\47\x20\x41\116\104\40\151\144\x5f\x73\x65\164\157\162\x20\x3d\x20\x27{$d["\x69\144\137\x73\x65\x74\x6f\162"]}\x27\40\x41\x4e\x44\x20\x73\x74\141\x74\165\163\x20\75\x20\47\141\x70\x70\x72\x6f\x76\145\144\47"); $y = $q->fetch(); $all = "{$d0["\156\157\x6d\145"]}\x20{$d0["\x74\151\x70\157\137\x69\156\x67\162\x65\163\163\157"]}"; $valor_total = $d["\x75\x6e\151\x74\x5f\x70\x72\x69\x63\x65"] * $d["\161\x75\x61\156\164\151\x74\x79"]; $dt = date("\x64\x2f\x6d\57\131", strtotime($d["\x64\x61\x74\141"])); $hs = $d["\150\157\x72\x61"]; $dh = "{$dt}\40{$hs}"; fputcsv($x, array($d1[nome], "{$d4["\x6e\157\x6d\x65"]}\x20\55\40{$d0["\x6e\x6f\x6d\145"]}\40\x2d\40{$d0["\164\151\x70\x6f\137\151\156\147\x72\145\x73\x73\157"]}", $d[unit_price], $d[quantity], $valor_total, $d_inicial, $d_final)); } fclose($x); echo "\74\163\x63\162\151\x70\164\x3e\167\151\x6e\144\157\x77\56\x6c\x6f\x63\141\x74\x69\157\156\56\150\162\x65\146\75\47\x3f\x64\x6f\167\156\x6c\x6f\x61\144\x5f\143\x73\166\46\141\x3d\162\145\154\x61\x74\157\x72\x69\x6f\137\x64\145\137\x76\x65\x6e\144\x61\x73\x2e\143\x73\166\x27\x3c\x2f\x73\143\162\x69\x70\164\76"; } goto V9bll; L7FJY: if (isset($_GET["\141\137\144\142\137\143\x6f\156\x74\141\x74\x6f\x73"])) { echo "\74\150\x35\x20\x63\x6c\x61\x73\163\75\x27\x6d\164\x2d\x34\x27\x3e\102\x41\116\103\117\40\104\105\40\x44\x41\x44\117\123\40\104\117\x53\40\103\x4f\x4e\124\101\124\117\123\74\x2f\150\x35\x3e"; echo "\74\144\x69\x76\40\x63\154\x61\x73\x73\75\x27\155\142\x2d\x32\x27\76\x3c\163\155\141\154\x6c\x20\143\154\x61\x73\163\75\47\164\145\x78\164\x2d\x64\141\x6e\147\x65\x72\40\x6d\x79\55\x33\x27\x3e\101\x71\x75\x69\x20\x65\x73\x74\303\243\157\40\164\x6f\144\x6f\x73\40\157\163\40\x63\157\156\x74\x61\164\157\163\40\161\165\145\40\x76\x6f\x63\303\252\x20\151\x6d\160\x6f\162\164\x61\40\x64\x61\40\163\x75\141\40\154\151\x73\164\141\x20\x64\145\40\143\x6f\x6e\164\141\x74\x6f\x73\x20\145\x20\164\141\155\142\303\251\x6d\40\x61\x71\165\x65\x6c\145\x73\40\161\165\x65\x20\166\x6f\143\303\xaa\40\141\144\x69\143\x69\x6f\156\141\54\x20\145\x6c\145\163\x20\166\303\xa3\x6f\40\163\x65\162\x76\151\162\x20\160\x61\162\x61\40\143\162\151\141\162\40\x61\163\x20\143\157\x6d\x70\x61\156\150\141\x73\x20\144\x65\40\155\141\x72\153\x65\164\x69\x6e\147\40\x75\163\141\x64\141\x73\40\x70\145\154\x6f\40\162\x6f\x62\xc3\xb4\x20\x77\150\141\x74\163\x61\160\x70\x20\x64\x6f\x20\x73\151\x73\x74\x65\x6d\141\x3c\x2f\163\155\x61\154\154\76\74\57\144\x69\166\x3e"; $q = $pdo->query("\x53\x45\x4c\105\x43\x54\x20\52\40\106\122\117\x4d\40\x64\x62\x5f\x63\157\x6e\x74\141\164\x6f\x73\40\x4f\122\x44\x45\x52\x20\102\131\x20\151\x64\40\104\105\123\103"); $n = $q->rowCount(); echo "\x3c\x64\x69\x76\x20\x63\154\x61\x73\163\x3d\x27\x6d\142\x2d\63\47\76\124\x6f\x74\x61\x6c\40\144\145\40\x63\157\156\164\x61\164\157\163\x20\156\x6f\x20\142\x61\156\x63\x6f\40\x64\145\x20\x64\x61\144\x6f\x73\72\40{$n}\74\57\144\x69\x76\76"; echo "\74\141\x20\x68\x72\x65\146\x3d\x27\77\141\137\151\x6d\160\157\x72\164\x27\40\143\x6c\141\163\x73\75\x27\x62\x74\x6e\40\x62\164\x6e\x2d\154\x69\x67\150\x74\40\x6d\x62\55\62\47\x3e\111\155\x70\157\162\164\x61\x72\40\x43\x6f\x6e\164\141\x74\x6f\163\x20\144\x6f\x73\x20\143\154\151\145\x6e\164\145\163\x20\x43\141\144\141\x73\164\x72\141\x64\x6f\x73\x20\156\145\x73\164\x65\x20\x53\151\x73\x74\145\155\x61\x3c\57\x61\x3e"; echo "\74\x61\40\150\x72\145\x66\x3d\x27\x6a\x61\166\x61\163\x63\162\151\160\x74\72\x76\x6f\151\144\x28\x29\x27\x20\x63\154\141\x73\x73\75\x27\x62\x74\156\40\142\164\x6e\55\154\x69\x67\x68\x74\40\155\x62\55\62\x27\40\144\x61\x74\x61\55\x62\163\x2d\164\157\x67\147\154\145\x3d\x27\x63\157\154\x6c\x61\160\x73\145\x27\40\x64\x61\x74\x61\x2d\142\163\x2d\x74\141\x72\147\x65\x74\75\47\56\144\142\143\x6f\156\164\141\164\x6f\x27\x3e\103\x61\x64\141\163\x74\162\141\162\x20\x43\157\x6e\x74\x61\164\x6f\x3c\57\141\76"; echo "\74\146\x6f\x72\x6d\x20\x6d\145\x74\150\157\144\75\47\x70\157\x73\164\47\40\143\154\141\x73\163\x3d\47\143\157\154\154\x61\x70\x73\x65\40\146\141\144\x65\40\x64\x62\143\157\156\x74\141\164\x6f\x20\x6d\171\55\x32\47\x3e"; echo "\74\144\151\x76\76\x43\x61\x64\141\x73\164\162\141\162\x20\103\x6f\x6e\164\141\164\157\74\x2f\144\151\166\x3e"; echo "\74\144\151\166\40\x63\x6c\x61\163\163\x3d\x27\x64\x2d\146\x6c\145\170\x20\x6a\x75\x73\x74\x69\x66\x79\55\143\x6f\156\164\145\156\164\x2d\142\x65\x74\167\145\145\x6e\x27\x3e"; echo "\74\x69\x6e\x70\x75\x74\40\x74\x79\x70\x65\75\x27\164\145\x78\x74\47\x20\x6e\141\155\x65\x3d\47\x6e\x6f\155\145\x27\40\143\154\x61\163\x73\x3d\47\146\x6f\162\155\55\143\x6f\x6e\164\x72\x6f\x6c\40\155\x62\55\62\x27\x20\x70\154\x61\143\145\x68\157\x6c\x64\x65\x72\x3d\x27\116\x6f\x6d\x65\x27\40\162\x65\x71\x75\151\x72\x65\144\x3e"; echo "\x3c\x69\x6e\160\x75\164\40\164\171\160\x65\75\x27\x74\145\170\x74\x27\x20\156\141\x6d\145\75\47\x63\157\156\164\141\x74\157\x27\x20\143\x6c\x61\163\163\75\x27\146\x6f\162\x6d\x2d\143\157\156\x74\162\x6f\154\x20\155\x62\x2d\62\40\x77\150\x61\x74\x73\141\x70\160\47\x20\160\x6c\141\143\x65\150\157\x6c\x64\x65\162\75\47\50\60\x30\x29\40\x30\56\60\x30\x30\x30\55\60\x30\60\x30\47\40\x72\x65\x71\x75\151\x72\145\144\x3e"; echo "\x3c\57\x64\151\x76\x3e"; echo "\x3c\142\165\x74\x74\x6f\156\x20\x6e\141\x6d\145\x3d\x27\141\x5f\x64\142\143\x6f\x6e\x74\141\164\x6f\47\x20\x63\154\x61\x73\163\75\47\142\164\x6e\x20\142\x74\x6e\55\154\x69\147\x68\x74\x27\76\103\141\x64\x61\163\x74\x72\x61\x72\74\57\x62\165\164\x74\157\x6e\76"; echo "\74\57\x66\157\162\155\x3e"; echo "\74\144\x69\166\x20\143\x6c\141\163\x73\75\47\164\x61\142\154\145\55\x72\145\x73\160\157\156\x73\x69\x76\145\x20\x6d\x74\55\65\x27\x3e"; echo "\x3c\150\65\40\143\x6c\x61\163\163\x3d\x27\x27\x3e\114\111\123\x54\x41\40\104\x4f\123\x20\x43\x4f\116\124\x41\x54\x4f\x53\x3c\x2f\150\x35\76"; echo "\x3c\x74\141\142\154\x65\x20\x63\x6c\x61\163\x73\x3d\x27\x64\141\164\x61\x2d\x74\x61\x62\x6c\x65\x20\x64\151\163\160\x6c\141\171\x20\x63\x6f\x6d\160\x61\143\x74\x27\x20\163\164\x79\x6c\x65\x3d\x27\x74\x65\170\164\x2d\141\154\151\x67\156\72\x6c\x65\x66\x74\73\47\40\144\x61\164\141\x2d\x70\141\x67\145\55\154\x65\156\147\164\150\x3d\x27\61\60\x30\47\x3e\xa\x9\40\40\40\74\164\x68\145\141\144\76\12\x9\x20\40\40\x20\74\x74\162\x3e\12\11\x20\x20\x20\x20\x9\74\x74\150\x20\163\x63\x6f\x70\145\x3d\47\x63\x6f\154\47\x3e\x23\x3c\x2f\164\x68\x3e\xa\11\40\40\x20\40\40\x20\x9\x3c\164\150\40\x73\x63\157\x70\145\75\x27\143\157\154\47\76\x4e\117\x4d\105\74\57\x74\x68\x3e\11\xa\11\x20\40\x20\40\x20\x20\x9\74\164\x68\x20\163\143\x6f\x70\x65\75\x27\x63\157\x6c\x27\x3e\103\117\x4e\124\101\124\117\74\x2f\164\x68\x3e\xa\11\x20\40\40\x20\40\x20\11\74\164\150\40\163\143\x6f\160\x65\x3d\x27\x63\x6f\x6c\47\x3e\103\x41\x4e\103\105\x4c\x41\x44\117\40\120\x45\114\x4f\x20\120\117\122\124\101\x44\x4f\x52\x3c\x2f\x74\150\x3e\12\11\x20\40\x20\40\x20\40\x9\x3c\164\150\x20\163\143\x6f\x70\x65\75\x27\143\x6f\154\x27\x3e\111\116\126\xc3\201\x4c\x49\x44\x4f\74\x2f\x74\150\x3e\xa\11\40\x20\40\x20\x3c\x2f\164\x72\x3e\xa\x9\40\40\74\x2f\x74\150\x65\141\x64\x3e\12\11\x20\40\74\x74\142\x6f\x64\x79\76\12\x9\x20\40"; $q = $pdo->query("\123\x45\x4c\105\x43\124\40\x2a\40\x46\x52\x4f\115\x20\x64\x62\137\143\157\x6e\x74\141\164\157\x73\x20\117\x52\104\105\x52\40\x42\131\40\x69\x64\x20\x44\x45\123\x43"); foreach ($q as $i) { echo "\74\x74\162\x20\x63\x6c\141\163\163\75\x27\164\162{$i["\x69\144"]}\x27\76"; echo "\74\164\x64\x3e"; echo "\x3c\x61\40\x68\x72\145\146\75\x27\152\x61\166\141\x73\143\x72\x69\x70\x74\72\x76\x6f\x69\144\50\51\47\40\x64\x61\x74\141\x2d\142\x73\55\164\157\147\147\154\145\75\x27\143\x6f\x6c\x6c\141\160\x73\145\47\40\x64\141\164\141\55\142\x73\55\x74\141\x72\147\145\164\x3d\47\56\x64\142\143{$i["\151\x64"]}\x27\x3e\74\151\40\143\x6c\x61\x73\x73\x3d\x27\x66\141\40\x66\x61\x2d\164\162\141\163\x68\55\141\154\x74\x27\76\74\57\151\x3e\74\57\141\76"; echo "\x3c\x61\x20\x68\x72\x65\146\75\x27\x6a\x61\166\x61\x73\x63\162\x69\x70\x74\x3a\166\157\x69\144\x28\x29\47\x20\143\x6c\141\x73\x73\x3d\x27\143\157\x6c\154\x61\160\x73\145\40\x66\x61\x64\145\x20\144\x62\143{$i["\151\x64"]}\40\144\x62\x63\47\40\x69\144\x3d\x27{$i["\x69\x64"]}\x27\76\x43\x6f\156\146\x69\162\x6d\x61\x72\74\x2f\141\76"; echo "\74\57\x74\x64\76"; echo "\74\164\x64\x3e"; echo "{$i["\x6e\x6f\x6d\x65"]}"; echo "\x3c\x2f\164\x64\x3e"; echo "\74\164\x64\76"; echo "{$i["\x63\x6f\x6e\164\141\x74\157"]}"; echo "\74\x2f\164\x64\x3e"; echo "\74\x74\x64\x3e"; echo "{$i["\143\141\x6e\x63\x65\x6c\141\x64\157\137\160\145\x6c\157\x5f\x70\x6f\x72\x74\x61\144\x6f\x72"]}"; echo "\x3c\57\164\144\x3e"; echo "\x3c\164\144\76"; echo "{$i["\x69\x6e\166\141\x6c\151\144\157"]}"; echo "\x3c\57\164\144\76"; echo "\x3c\x2f\164\162\x3e"; } echo "\12\x9\74\164\x62\157\144\x79\x3e\xa\11\x3c\57\164\x61\x62\x6c\145\76"; echo "\74\57\144\x69\166\x3e"; } goto d0nI4; LhTXH: if (isset($_GET["\x61\137\163\x74\x61\x72\x74\x73\x65\x6e\144"])) { $q = $pdo->query("\x53\105\x4c\105\103\124\x20\52\40\x46\122\117\x4d\x20\x64\x62\137\x63\157\156\x74\x61\164\157\x73\x20\x57\110\105\122\x45\40\143\141\x6e\x63\x65\154\x61\x64\x6f\137\160\x65\x6c\x6f\x5f\x70\157\x72\x74\x61\x64\x6f\162\40\75\40\x27\x30\47"); if ($q->fetchColumn() > 0) { $q = $pdo->query("\x53\105\x4c\105\x43\x54\x20\52\x20\106\x52\x4f\115\40\x64\142\137\x63\157\x6e\x74\x61\164\157\163\40\x57\110\x45\122\x45\x20\143\x61\156\x63\145\x6c\141\x64\x6f\x5f\160\145\x6c\x6f\x5f\160\157\x72\x74\141\x64\x6f\x72\x20\75\x20\47\60\47"); foreach ($q as $i) { $pdo->query("\111\116\123\x45\122\x54\40\x49\x4e\124\x4f\40\x66\151\154\x61\x5f\x65\x6e\x76\151\157\x20\50\151\x64\137\163\x65\156\144\54\167\150\141\x74\163\54\x6e\x6f\x6d\x65\x29\40\126\x41\114\125\105\123\x20\50\x27{$_GET["\151\144"]}\47\x2c\47{$i["\143\x6f\x6e\x74\x61\164\157"]}\x27\x2c\47{$i["\x6e\x6f\155\x65"]}\x27\51"); } echo "\x3c\163\x63\x72\151\x70\164\x3e\167\151\x6e\x64\x6f\167\56\154\157\x63\x61\164\x69\157\156\x2e\150\162\x65\x66\75\47\x3f\141\x5f\155\141\x6b\x65\x73\145\x6e\144\x27\74\x2f\163\143\162\151\160\x74\76"; } else { echo "\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\163\x3d\x27\x61\154\145\x72\164\x20\141\x6c\145\162\164\x2d\x64\141\156\147\145\162\x20\x74\x65\170\164\55\143\145\156\164\145\162\x20\x6d\171\x2d\x33\x27\x3e\x56\x6f\x63\xc3\xaa\40\156\xc3\243\157\x20\164\145\155\x20\x6e\303\272\x6d\145\x72\157\x73\40\160\145\162\155\x69\164\151\144\x6f\x73\40\160\141\x72\x61\x20\x63\x72\x69\141\162\x20\x75\155\x61\40\143\x61\x6d\x70\141\156\x68\141\x3c\x2f\x64\x69\x76\x3e"; } } goto Fw93W; rk8dF: if (isset($_POST["\143\157\156\x66\x69\147\x5f\165\x70\x64\x61\x74\x65"])) { $site_logo = addslashes(@$_FILES["\163\x69\164\145\x5f\154\157\x67\x6f"]["\x6e\x61\155\145"]); $site_icone = addslashes(@$_FILES["\163\151\x74\x65\x5f\x69\x63\x6f\156\x65"]["\x6e\141\x6d\145"]); $site_url = addslashes($_POST["\x73\151\164\x65\x5f\x75\x72\x6c"]); $site_titulo = addslashes($_POST["\163\x69\x74\x65\137\164\151\x74\165\154\x6f"]); $site_description = addslashes($_POST["\x73\x69\x74\x65\137\144\145\163\143\162\x69\x70\x74\x69\x6f\156"]); $site_keywords = addslashes($_POST["\163\151\x74\145\x5f\153\x65\x79\x77\157\x72\144\163"]); $email_titulo = addslashes($_POST["\145\155\x61\x69\154\x5f\x74\x69\x74\x75\154\157"]); $smtp = addslashes($_POST["\163\x6d\x74\160"]); $email = addslashes($_POST["\x65\155\141\151\154"]); $senha_email = addslashes($_POST["\163\x65\x6e\x68\141\137\x65\155\x61\151\154"]); $porta = addslashes($_POST["\160\x6f\162\164\x61"]); if ($site_logo == '') { $logo_new_name = addslashes($_POST["\163\x69\164\x65\x5f\x6c\157\x67\157"]); } else { preg_match("\x2f\134\x2e\50\147\x69\x66\x7c\x62\155\160\174\160\x6e\x67\x7c\152\x70\x67\174\152\160\145\147\x29\x7b\x31\x7d\44\57\x69", $site_logo, $ext); $logo_new_name = md5($site_logo) . "\x2e" . $ext[1]; $dir = "\x2e\56\x2f\x69\x6d\141\147\145\163\x2f"; move_uploaded_file($_FILES["\163\x69\x74\145\x5f\x6c\x6f\147\x6f"]["\164\155\160\x5f\156\x61\x6d\145"], $dir . $logo_new_name); } if ($site_icone == '') { $icone_new_name = addslashes($_POST["\x73\x69\x74\x65\137\151\x63\157\x6e\x65"]); } else { preg_match("\57\x5c\56\x28\x67\151\146\174\x62\x6d\160\x7c\160\x6e\x67\174\152\160\147\x7c\x6a\x70\145\x67\x29\173\61\175\x24\57\x69", $site_icone, $ext); $icone_new_name = md5($site_icone) . "\56" . $ext[1]; $dir = "\56\56\57\x69\x6d\x61\x67\145\163\57"; move_uploaded_file($_FILES["\163\151\164\x65\x5f\x69\x63\157\x6e\145"]["\164\x6d\x70\x5f\156\x61\155\145"], $dir . $icone_new_name); } $q = "\125\x50\104\101\x54\105\40\x63\157\x6e\x66\x69\147\40\123\105\x54\40\xa\11\11\x9\x73\151\x74\145\137\154\x6f\147\x6f\x20\x3d\40\47{$logo_new_name}\47\x2c\x20\xa\x9\11\11\x73\151\164\145\137\151\143\x6f\x6e\x65\40\75\40\x27{$icone_new_name}\47\54\40\xa\11\x9\x9\x73\151\164\145\x5f\x75\162\154\40\x3d\40\x27{$site_url}\x27\x2c\x20\12\11\11\x9\x73\x69\x74\145\137\164\x69\x74\x75\x6c\157\x20\x3d\40\47{$site_titulo}\x27\54\x20\xa\11\x9\x9\x73\151\164\x65\x5f\x64\145\x73\143\162\x69\x70\x74\x69\x6f\x6e\x20\75\40\47{$site_description}\x27\54\40\xa\11\x9\x9\x73\x69\x74\145\x5f\153\x65\171\x77\x6f\x72\144\x73\40\75\40\x27{$site_keywords}\x27\x2c\40\12\11\11\x9\x65\155\x61\x69\154\x5f\x74\x69\164\165\x6c\x6f\x20\75\40\47{$email_titulo}\x27\54\xa\x9\11\11\x73\155\x74\x70\40\75\x20\47{$smtp}\x27\54\12\11\x9\x9\145\x6d\x61\151\154\40\x3d\x20\x27{$email}\x27\x2c\xa\x9\x9\11\163\x65\x6e\x68\141\x5f\x65\155\141\151\154\x20\x3d\x20\47{$senha_email}\x27\x2c\12\x9\x9\11\160\157\162\x74\x61\x20\75\40\x27{$porta}\x27\x2c\12\xa\11\11\11\151\156\163\164\x61\x67\162\x61\155\x20\x3d\x20\47{$_POST["\151\x6e\163\x74\141\147\x72\141\155"]}\x27\x2c\xa\11\11\11\x66\x61\x63\145\x62\157\x6f\153\x20\x3d\x20\x27{$_POST["\146\x61\143\x65\x62\x6f\x6f\153"]}\47\x2c\xa\x9\x9\11\x77\150\141\164\x73\x61\160\160\40\x3d\40\x27{$_POST["\167\x68\141\164\163\141\x70\x70"]}\47\x2c\12\12\x9\x9\11\x6d\160\137\x63\141\x74\145\147\x6f\x72\x79\x5f\x69\144\40\x3d\x20\x20\x27{$_POST["\155\x70\x5f\143\141\x74\145\147\x6f\x72\x79\x5f\x69\144"]}\x27\54\xa\x9\11\x9\x6d\x70\x5f\x63\165\x72\x72\145\x6e\x63\x79\x5f\151\x64\40\75\x20\40\x27{$_POST["\x6d\x70\x5f\x63\165\162\x72\x65\x6e\143\171\137\x69\x64"]}\x27\54\xa\11\11\11\x6d\160\x5f\164\x69\164\154\145\x20\x3d\40\x20\x27{$_POST["\x6d\160\x5f\x74\x69\164\x6c\145"]}\47\54\xa\x9\x9\11\155\160\137\144\145\163\x63\162\x69\x70\x74\151\x6f\x6e\x20\75\x20\40\x27{$_POST["\155\x70\137\144\145\163\143\162\151\160\164\151\157\x6e"]}\x27\54\12\x9\11\x9\155\x70\137\x70\151\143\164\165\162\145\137\x75\162\154\x20\x3d\40\40\47{$_POST["\x6d\160\137\160\x69\x63\x74\165\162\x65\x5f\x75\162\154"]}\x27\54\xa\x9\11\x9\x75\x72\154\137\163\x75\x63\x63\x65\163\163\x20\x3d\40\40\47{$_POST["\x75\x72\154\137\x73\165\143\x63\x65\x73\163"]}\x27\54\xa\x9\11\x9\165\x72\154\137\146\x61\x69\x6c\x75\x72\145\x20\x3d\40\x20\47{$_POST["\x75\x72\154\137\x66\141\x69\154\x75\x72\x65"]}\47\x2c\xa\x9\11\x9\165\162\x6c\137\x70\x65\156\x64\151\156\x67\x20\75\x20\40\x27{$_POST["\165\x72\154\137\x70\x65\x6e\x64\151\x6e\x67"]}\x27\x2c\12\11\x9\11\x6d\x70\x5f\x74\x6f\153\145\x6e\40\x3d\x20\x20\x27{$_POST["\155\160\x5f\164\x6f\153\x65\156"]}\x27\54\xa\x9\x9\11\x6d\160\x5f\x6b\x65\171\40\x3d\40\x20\x27{$_POST["\155\160\137\153\x65\x79"]}\x27\54\xa\11\x9\x9\x6d\151\x6e\x75\164\x6f\163\137\154\151\155\x70\x65\x7a\x61\137\x63\x61\162\x74\x20\75\40\47{$_POST["\x6d\x69\x6e\x75\164\157\x73\x5f\x6c\x69\155\x70\145\172\141\137\x63\141\x72\164"]}\x27\x2c\12\x9\11\11\x72\157\x62\157\137\164\x6f\153\145\156\x20\75\40\x27{$_POST["\162\157\142\x6f\137\164\157\x6b\145\156"]}\x27\54\xa\11\x9\11\162\157\142\157\137\x6b\x65\x79\x20\x3d\x20\47{$_POST["\162\x6f\142\x6f\x5f\153\145\171"]}\x27\54\xa\x9\x9\11\162\157\142\157\137\163\x65\163\163\141\157\x20\75\x20\47{$_POST["\162\157\x62\157\x5f\163\x65\163\163\141\157"]}\x27\x2c\xa\x9\x9\11\162\x6f\142\x6f\137\165\162\154\x5f\166\160\163\40\75\40\47{$_POST["\162\157\x62\157\x5f\165\x72\x6c\x5f\x76\x70\x73"]}\47\54\xa\12\11\x9\11\155\x70\x5f\143\141\162\164\141\x6f\40\x3d\x20\x27{$_POST["\x63\x61\x72\x74\141\157"]}\x27\x2c\12\x9\11\x9\155\x70\137\160\151\x78\40\x3d\40\47{$_POST["\160\x69\170"]}\x27\x2c\xa\x9\x9\x9\155\160\x5f\x70\x72\157\40\x3d\x20\x27{$_POST["\x70\x72\x6f"]}\47\12\xa\xa\11\x9\11\12\11\11\11"; $pdo->query($q); echo "\x3c\163\143\162\x69\160\x74\76\x77\x69\x6e\144\157\167\x2e\154\157\143\x61\x74\151\x6f\156\56\150\x72\x65\146\x3d\x27\77\143\x6f\156\x66\151\x67\47\x3c\57\x73\x63\x72\x69\160\164\x3e"; } goto ntK1y; VAMFm: if (isset($_GET["\x69\156\x50\x61\147\164\157"])) { if (isset($_SESSION["\x63\154\151\x65\156\164\145"])) { require_once "\x63\x72\x69\141\162\x5f\160\162\x65\x66\x65\162\145\156\143\151\x61\56\x70\x68\x70"; } echo "\74\163\143\162\x69\160\x74\76\x77\151\156\144\x6f\x77\56\x6c\157\x63\141\x74\151\x6f\156\56\x68\x72\x65\146\75\47\77\143\141\x72\164\x27\x3c\57\163\x63\162\x69\160\164\x3e"; } goto MOCxA; X0Cy8: if (isset($_POST["\141\x5f\143\162\151\141\162\120\x61\x67\x69\x6e\x61"])) { $titulo = ucfirst(addslashes($_POST["\x74\151\x74\x75\x6c\157"])); $descricao = addslashes($_POST["\144\x65\x73\x63\162\151\x63\141\157"]); $pdo->query("\x49\116\x53\105\122\x54\x20\111\116\124\117\x20\x70\141\x67\151\156\x61\x73\x20\50\164\x69\x74\x75\x6c\157\x2c\x64\x65\x73\x63\162\x69\143\141\x6f\51\x20\126\x41\114\x55\x45\x53\40\x28\x27{$titulo}\x27\54\x27{$descricao}\x27\51"); echo "\x3c\x73\x63\162\151\x70\164\x3e\167\x69\x6e\x64\x6f\167\56\x6c\x6f\143\x61\164\x69\x6f\x6e\x2e\x68\x72\145\146\x3d\x27\77\141\x5f\160\141\x67\x69\156\x61\163\47\74\57\163\x63\x72\151\x70\x74\76"; } goto D4tLS; tgEB9: if (isset($_GET["\160\x65\x72\146\x69\x6c"])) { echo "\74\150\x35\40\143\x6c\x61\x73\163\x3d\47\x6d\x79\x2d\64\47\x3e\120\x45\122\x46\x49\x4c\xa\x9\74\x64\x69\x76\x20\143\154\x61\x73\x73\x3d\47\165\x6e\144\x65\162\142\141\162\x27\76\x3c\57\x64\x69\166\76\12\11\74\x2f\150\x35\x3e"; $a = $pdo->query("\123\105\x4c\x45\x43\x54\x20\52\40\106\x52\117\x4d\40\x63\x6c\151\x65\x6e\x74\145\x73\40\127\110\x45\122\105\x20\x65\x6d\141\151\x6c\40\75\40\x27{$_SESSION["\x63\x6c\151\145\156\x74\145"]}\x27"); $b = $a->fetch(); echo "\x3c\144\151\166\40\x63\x6c\141\x73\163\75\x27\x27\x3e\x49\104\x3a\x20{$b["\151\144"]}\x3c\x2f\x64\x69\x76\76"; echo "\x3c\x64\x69\x76\x20\143\x6c\141\163\163\x3d\x27\47\x3e{$b["\156\157\155\x65"]}\74\57\x64\x69\166\76"; echo "\x3c\x64\x69\166\40\143\154\x61\163\163\75\47\x27\x3e{$b["\x65\x6d\x61\151\x6c"]}\x3c\x2f\144\x69\x76\76"; echo "\74\144\151\x76\40\x63\154\141\163\x73\75\47\x27\x3e\103\x50\x46\72\x20{$b["\143\160\146"]}\x3c\57\x64\x69\166\76"; echo "\x3c\x64\151\x76\40\x63\x6c\141\x73\163\x3d\x27\x27\76{$b["\143\x6f\156\x74\x61\x74\x6f"]}\74\x2f\x64\151\x76\76"; } goto DZYY2; abiO3: if (isset($_GET["\x61\137\143\165\x70\157\x6e\x73"])) { echo "\x3c\x68\65\40\x63\154\141\163\163\75\x27\x6d\171\55\x33\x27\76\x43\x55\120\117\x4e\x53\12\x3c\141\x20\150\x72\145\x66\75\47\43\x27\x20\x63\x6c\x61\x73\163\75\47\142\x74\156\40\142\x74\x6e\55\x6c\151\147\150\x74\x27\40\144\141\x74\141\x2d\x62\163\55\164\x6f\147\147\154\145\75\x27\x63\x6f\x6c\x6c\x61\160\163\x65\47\40\x64\141\164\x61\x2d\142\x73\55\164\141\x72\x67\x65\164\x3d\47\x2e\143\170\x27\x3e\103\141\144\x61\x73\164\162\141\162\74\x2f\x61\76\12\x3c\x2f\x68\65\x3e"; echo "\74\x66\x6f\162\155\x20\155\x65\x74\x68\157\144\75\x27\x70\x6f\x73\164\47\40\145\x6e\143\164\x79\x70\145\75\x27\x6d\165\154\x74\x69\160\141\x72\x74\57\146\x6f\162\155\x2d\x64\141\164\141\47\x20\x63\x6c\x61\163\x73\75\x27\x63\x6f\154\154\x61\x70\163\145\40\143\x78\x27\x3e"; echo "\74\151\x6e\160\x75\x74\x20\164\171\160\145\x3d\47\x74\x65\170\164\47\40\x6e\141\x6d\x65\75\47\156\x6f\x6d\x65\47\x20\143\x6c\x61\163\163\75\x27\x66\x6f\162\x6d\55\143\157\x6e\x74\x72\x6f\x6c\x20\x6d\142\55\x32\40\164\145\170\x74\55\165\160\x70\x65\x72\x63\x61\x73\145\47\x20\160\x6c\x61\143\x65\x68\x6f\154\144\x65\162\x3d\x27\x4e\x6f\155\x65\x20\163\x65\155\40\x65\163\x70\141\xc3\247\x6f\47\40\x72\145\161\165\151\162\145\144\76"; echo "\x3c\151\156\160\x75\164\40\164\171\x70\145\75\x27\x74\145\170\x74\47\40\x6e\x61\155\x65\x3d\x27\x64\145\x73\143\x6f\x6e\164\x6f\47\x20\x63\154\141\x73\163\75\47\x66\157\x72\x6d\x2d\x63\157\x6e\x74\162\157\154\x20\166\137\144\x65\x63\x69\155\141\154\x27\x20\x70\x6c\x61\143\145\x68\x6f\154\x64\145\162\75\x27\104\145\163\x63\157\x6e\x74\x6f\40\x25\47\x20\162\145\x71\165\151\x72\x65\x64\x3e"; echo "\74\x62\x75\x74\x74\157\156\x20\156\141\155\145\75\47\141\x5f\143\x72\151\141\x72\103\165\x70\x6f\x6d\x27\x20\143\x6c\x61\x73\x73\x3d\x27\142\x74\x6e\x20\x62\164\x6e\x2d\x6c\x69\x67\150\164\40\155\x79\x2d\63\x27\76\x43\x72\x69\x61\x72\x3c\57\142\165\164\x74\x6f\156\76"; echo "\74\x2f\146\x6f\x72\155\76"; $q = $pdo->query("\123\105\114\x45\103\x54\40\x2a\x20\x46\122\x4f\x4d\40\x63\x75\x70\157\x6e\x73"); foreach ($q as $i) { echo "\x3c\x64\x69\x76\40\x63\x6c\141\163\x73\75\x27\162\157\167\40\162\x6f\x77\x2d\143\x6f\154\x73\x2d\61\x20\x72\x6f\167\x2d\x63\157\x6c\163\x2d\155\144\x2d\x33\x20\142\157\x72\144\145\x72\55\142\157\164\164\157\x6d\40\x6d\x2d\60\40\x70\55\60\x20\160\x79\x2d\x32\47\76"; echo "\74\144\151\x76\x20\x63\x6c\x61\x73\163\75\x27\143\x6f\154\55\x6d\144\x2d\x31\x27\76"; echo "\74\141\40\150\x72\145\146\x3d\x27\152\141\166\x61\x73\143\162\x69\x70\x74\x3a\x76\157\151\144\x28\51\47\x20\144\x61\164\x61\55\x62\163\x2d\x74\x6f\157\x6c\x74\x69\x70\x20\144\x61\x74\141\55\142\x73\x2d\x74\x69\164\154\x65\75\47\104\145\x6c\145\x74\x61\162\x27\40\144\x61\164\x61\x2d\142\x73\55\x74\x6f\x67\147\154\145\x3d\47\x63\157\154\x6c\141\x70\x73\145\x27\40\144\141\x74\x61\x2d\x62\163\55\x74\x61\x72\x67\145\164\x3d\x27\56\x6d{$i["\151\x64"]}\47\x3e\74\x69\40\143\x6c\141\x73\163\x3d\x27\x66\x61\x20\146\x61\x2d\x74\x72\x61\163\x68\x2d\141\x6c\x74\47\x3e\74\x2f\x69\76\x3c\x2f\141\76"; echo "\74\x61\x20\150\162\145\x66\x3d\x27\77\x64\143\x75\160\x6f\x6d\x26\x69\144\75{$i["\151\144"]}\47\x20\143\154\141\x73\x73\x3d\47\143\x6f\154\x6c\x61\x70\163\145\40\x66\141\x64\145\40\155{$i["\151\144"]}\47\76\x43\157\x6e\x66\151\x72\155\x61\x72\74\x2f\x61\x3e"; echo "\74\57\x64\151\x76\x3e"; echo "\x3c\x64\151\166\40\143\x6c\x61\163\163\75\x27\x63\x6f\154\47\x3e"; echo "{$i["\x6e\x6f\155\145"]}"; echo "\x3c\57\144\x69\166\x3e"; echo "\74\144\151\x76\x20\x63\x6c\141\163\x73\x3d\47\143\x6f\154\x27\76"; echo "{$i["\x64\x65\163\x63\157\156\164\157"]}\40\x25"; echo "\x3c\x2f\144\x69\x76\76"; echo "\74\x2f\x64\151\x76\x3e"; } } goto PyzxJ; Kvkh1: if (isset($_POST["\160\137\141\144\x64\x43\x61\162\x74"])) { $a2 = $pdo->query("\x53\105\x4c\x45\103\x54\40\123\x55\115\50\161\x75\x61\x6e\164\x69\x74\x79\51\40\x61\163\x20\x71\164\144\x20\106\122\117\x4d\40\143\141\162\162\151\x6e\150\157\40\x57\110\105\122\x45\x20\151\x64\x5f\145\166\x65\156\164\157\40\75\40\47{$_POST["\151\144\x5f\145\166\145\156\164\x6f"]}\47\x20\101\116\x44\x20\x69\x64\137\x73\145\164\x6f\162\x20\75\40\x27{$_POST["\x69\x64\x5f\x73\x65\164\x6f\x72"]}\47"); $b2 = $a2->fetch(); $qtd_no_cart = $b2["\x71\x74\144"]; $a1 = $pdo->query("\x53\x45\114\x45\103\124\40\52\40\106\x52\x4f\115\40\x73\145\x74\157\162\x20\127\110\x45\122\105\x20\151\x64\40\75\40\x27{$_POST["\x69\144\x5f\x73\145\x74\157\x72"]}\47"); $b1 = $a1->fetch(); $qtd_setor = $b1["\x71\165\141\x6e\164\151\x64\x61\x64\x65"]; if ($qtd_no_cart == $qtd_setor) { } else { if ($_POST["\x65\x78\x74\162\141\137\x6e\x6f\155\x65\x5f\143\154\x69"] == '') { $extra_nome_cli = "\60"; } else { $extra_nome_cli = $_POST["\x65\x78\x74\x72\141\137\156\x6f\x6d\145\x5f\x63\154\x69"]; } $h = md5(rand(0, 999999)); $q = "\x49\x4e\123\105\x52\x54\40\x49\x4e\124\117\40\x63\141\162\162\x69\156\x68\157\40\12\x9\x28\12\x9\11\x71\x75\x61\156\x74\x69\x74\x79\54\xa\11\11\165\156\151\x74\137\x70\x72\151\x63\145\x2c\12\x9\11\x70\x72\x65\x66\145\x72\x65\x6e\143\145\x2c\xa\11\x9\x69\144\137\x6f\x70\145\x72\x61\143\x61\157\x2c\xa\x9\x9\155\145\x72\143\150\141\156\164\137\157\162\x64\145\x72\x2c\xa\x9\11\x73\164\x61\x74\x75\163\x2c\12\11\x9\163\x74\141\164\165\163\137\144\145\164\141\x69\154\54\12\11\11\x70\141\171\155\145\156\x74\x5f\155\x65\164\150\x6f\144\x2c\12\x9\11\x69\x64\137\145\166\x65\156\x74\157\x2c\12\x9\11\151\x64\x5f\163\x65\x74\x6f\x72\x2c\12\11\x9\x69\x64\x5f\x63\x6c\x69\54\12\11\x9\x65\x78\164\x72\141\137\156\157\155\145\x5f\143\154\151\54\12\11\11\x63\x6c\151\x63\x6f\x75\x5f\145\x6d\137\x70\141\x67\141\x72\x2c\xa\11\x9\166\x6f\x75\143\150\145\162\137\x63\x72\151\x61\144\157\x2c\12\11\x9\151\x70\54\xa\11\11\x69\144\x5f\160\162\157\x64\x75\x74\157\x72\x2c\12\11\x9\144\x61\x74\x61\54\xa\11\11\x68\x6f\162\141\54\xa\11\11\154\141\x74\x69\164\165\144\145\x2c\xa\11\x9\154\x6f\156\147\151\164\x75\144\x65\54\12\x9\11\143\x6f\162\x74\x65\163\151\x61\54\12\11\11\x68\x61\163\x68\54\xa\11\11\x69\144\137\155\141\x70\141\xa\11\51\40\12\11\126\x41\114\125\x45\123\40\12\11\x28\12\x9\x9\47{$_POST["\161\x75\x61\x6e\x74\x69\164\171"]}\47\x2c\12\x9\x9\47{$_POST["\166\x61\x6c\x6f\x72"]}\47\x2c\12\11\11\x27\x76\145\x6e\144\151\x64\157\x2d\x70\145\154\157\x2d\160\162\x6f\144\165\x74\x6f\x72\47\x2c\xa\11\11\47\x76\145\156\144\x69\144\157\x2d\160\x65\154\x6f\55\160\162\157\144\165\164\157\162\x27\x2c\xa\x9\11\47\166\145\x6e\144\151\x64\x6f\x2d\160\145\x6c\157\55\x70\x72\157\144\165\x74\157\x72\x27\54\12\11\x9\x27\141\160\160\x72\x6f\166\x65\x64\47\x2c\xa\11\11\x27\166\x65\156\144\x69\x64\x6f\55\x70\x65\x6c\157\55\160\162\x6f\144\165\164\157\x72\47\54\xa\11\x9\x27{$_POST["\x70\141\171\x6d\x65\x6e\x74\x5f\x6d\145\164\x68\157\144"]}\47\54\xa\x9\x9\47{$_POST["\x69\144\137\x65\166\x65\x6e\164\157"]}\47\x2c\12\11\x9\x27{$_POST["\151\144\x5f\x73\145\164\x6f\162"]}\x27\x2c\xa\x9\11\x27{$_POST["\x69\x64\x5f\143\154\151"]}\47\x2c\xa\11\11\47{$extra_nome_cli}\47\x2c\xa\11\11\x27\x31\x27\54\12\x9\11\47{$_POST["\161\x75\141\x6e\x74\151\164\171"]}\x27\x2c\12\11\x9\x27{$ip}\x27\54\xa\11\11\47{$_POST["\x69\144\x5f\x70\x72\157\x64\165\x74\157\162"]}\47\54\xa\x9\x9\47{$data}\47\54\xa\x9\11\x27{$hora}\x27\54\xa\11\x9\47{$_POST["\154\x61\164\151\164\x75\144\x65"]}\x27\x2c\xa\11\11\x27{$_POST["\154\x6f\156\x67\151\164\x75\144\x65"]}\47\54\12\11\x9\x27{$_POST["\x63\x6f\162\164\145\x73\x69\141"]}\47\54\12\11\11\47{$h}\47\x2c\12\x9\x9\x27{$_POST["\151\x64\137\155\141\160\x61"]}\x27\xa\11\51"; $pdo->query("\125\x50\x44\101\124\x45\40\155\x61\x70\x61\163\x20\123\105\x54\x20\x72\145\163\145\x72\x76\x61\x64\x6f\x20\x3d\x20\x27\61\47\40\127\110\x45\122\105\40\x69\144\x20\75\40\47{$_POST["\x69\144\137\155\x61\160\x61"]}\x27"); $pdo->query($q); $a3 = $pdo->query("\123\x45\x4c\x45\103\x54\40\x2a\x20\106\122\x4f\115\x20\143\x61\162\162\151\156\x68\157\x20\127\x48\105\122\x45\x20\150\141\163\150\x20\x3d\40\x27{$h}\x27"); $b3 = $a3->fetch(); $id_cart = $b3["\x69\144"]; $id_cli = $b3["\x69\x64\137\x63\154\151"]; $a4 = $pdo->query("\x53\x45\x4c\x45\103\124\40\x2a\x20\x46\122\117\x4d\40\x63\154\151\x65\x6e\164\x65\163\40\x57\x48\105\122\x45\40\x69\144\x20\x3d\x20\47{$id_cli}\x27"); $b4 = $a4->fetch(); $w = clear($b4["\143\x6f\156\164\x61\x74\x6f"]); $s1 = $pdo->query("\x53\x45\x4c\105\103\x54\40\52\40\106\x52\x4f\x4d\40\x65\166\x65\x6e\x74\157\40\127\x48\x45\122\x45\x20\151\x64\x20\75\x20\x27{$_POST["\x69\144\x5f\145\166\145\x6e\164\157"]}\47"); $e1 = $s1->fetch(PDO::FETCH_ASSOC); $nome_evento = $e1["\156\157\x6d\x65"]; $s2 = $pdo->query("\123\105\114\105\103\x54\x20\52\x20\106\122\x4f\x4d\40\163\x65\164\157\162\x20\127\110\x45\x52\x45\x20\151\x64\40\x3d\x20\47{$_POST["\x69\144\x5f\x73\145\x74\x6f\x72"]}\47"); $e2 = $s2->fetch(PDO::FETCH_ASSOC); $setor = $e2["\156\x6f\x6d\x65"]; $tipo_ingresso = $e2["\164\151\160\157\137\151\x6e\x67\162\x65\163\x73\x6f"]; include "\56\x2e\57\x71\162\143\157\x64\145\x2f\x71\162\x6c\151\142\x2e\x70\x68\160"; include "\x2e\x2e\x2f\x62\x61\x72\x63\157\144\145\x2f\142\x61\x72\x63\157\144\x65\x2e\151\x6e\143\x2e\160\x68\x70"; $hash = md5(rand(1000000000, 9999999999)); for ($i = 1; $i <= $_POST["\x71\x75\141\x6e\164\x69\x74\171"]; $i++) { $code_number = rand(1000000000, 9999999999); new barCodeGenrator($code_number, 1, "\x2e\x2e\57\142\141\162\143\x6f\x64\x65\x2f\x69\155\147\x2f\x62\141\x72\143\157\144\x65\x5f" . $code_number . "\x2e\160\156\x67", 110, 90, true); $codebar_imagem = "\x62\x61\162\x63\x6f\x64\145\137{$code_number}\x2e\x70\x6e\147"; $i_codebar = file_get_contents("\56\x2e\x2f\142\x61\162\x63\157\144\x65\x2f\151\155\147\x2f{$codebar_imagem}"); $codebar_img64 = base64_encode($i_codebar); QRcode::png(utf8_decode($code_number), "\56\56\x2f\x71\x72\x63\x6f\144\145\57\x51\122\137\x69\x6d\x61\147\x65\x73\x2f\121\x52\x5f{$code_number}\x2e\x70\x6e\x67"); $qr_code = "\121\x52\137{$code_number}\56\160\156\147"; $i_qr = file_get_contents("\56\56\x2f\161\162\143\157\144\x65\57\121\122\137\x69\x6d\x61\x67\145\163\57{$qr_code}"); $qr_img64 = base64_encode($i_qr); $q = "\111\x4e\123\105\122\124\x20\111\116\124\x4f\x20\x76\157\x75\x63\x68\145\162\163\40\x28\x69\144\x5f\x63\154\151\54\x69\x64\137\x70\162\x6f\x64\x75\164\157\162\x2c\151\144\x5f\145\166\145\x6e\x74\x6f\x2c\151\144\x5f\x73\145\x74\157\162\54\x63\157\144\145\x62\x61\162\137\x6e\165\x6d\142\x65\162\54\x63\157\x64\145\142\x61\x72\x5f\151\155\141\147\145\54\161\x72\137\143\x6f\144\x65\54\x64\x61\x74\x61\x2c\x68\x61\163\150\54\145\x78\164\x72\x61\x5f\x6e\157\155\145\137\x63\x6c\151\54\143\157\x72\164\x65\163\151\141\54\x69\144\137\x63\141\162\x74\x29\x20\xa\x9\11\126\101\x4c\x55\105\123\12\x9\x9\50\xa\x9\11\47{$_POST["\x69\144\137\x63\x6c\151"]}\47\x2c\11\12\x9\11\x27{$_POST["\151\x64\x5f\x70\162\x6f\144\165\x74\157\162"]}\x27\x2c\xa\11\x9\x27{$_POST["\151\x64\x5f\x65\x76\145\x6e\164\x6f"]}\47\54\xa\11\x9\x27{$_POST["\151\144\x5f\x73\145\164\157\162"]}\x27\54\12\x9\x9\x27{$code_number}\47\x2c\12\11\11\47{$codebar_img64}\x27\54\12\x9\11\x27{$qr_img64}\47\54\12\x9\11\47{$data_hora}\x27\x2c\xa\11\x9\47{$hash}\x27\x2c\12\11\11\47{$extra_nome_cli}\x27\54\12\11\x9\47{$_POST["\x63\157\162\x74\145\x73\x69\141"]}\x27\x2c\xa\x9\11\x27{$id_cart}\47\xa\11\x9\51"; $pdo->query($q); unlink("\x2e\x2e\57\x62\141\162\x63\157\x64\145\x2f\x69\155\147\x2f{$codebar_imagem}"); unlink("\56\x2e\57\x71\162\x63\x6f\144\145\57\121\x52\x5f\151\x6d\141\147\145\x73\57{$qr_code}"); } $s = $pdo->query("\123\105\114\105\x43\124\40\52\x20\106\x52\117\115\40\166\157\x75\x63\150\145\x72\163\x20\x57\x48\105\x52\105\x20\151\144\137\143\x61\x72\x74\40\x3d\x20\x27{$id_cart}\x27"); foreach ($s as $i) { $pdo->query("\111\116\123\x45\x52\x54\x20\x49\x4e\x54\x4f\40\146\x69\154\141\x5f\x65\x6e\166\151\x6f\40\x28\x77\150\x61\x74\x73\54\156\157\155\145\54\x69\x64\137\x76\157\165\143\x68\145\162\54\x63\x70\x66\51\x20\x56\101\114\125\x45\x53\40\50\47{$w}\x27\54\x27{$b4["\x6e\157\155\x65"]}\x27\x2c\x27{$i["\151\x64"]}\x27\54\x27{$b4["\143\x70\146"]}\47\x29"); } } echo "\x3c\x73\143\162\151\x70\164\76\167\151\x6e\x64\157\x77\56\154\157\x63\x61\164\151\x6f\156\56\x68\x72\145\146\x3d\47\151\155\160\x72\x65\163\163\141\157\137\141\160\x70\56\160\x68\x70\x3f\145\x3d{$_POST["\x69\x64\137\145\x76\x65\156\x74\157"]}\46\x68\75{$hash}\x27\x3c\57\163\143\x72\x69\160\164\x3e"; } goto kvcTw; pp9FM: if (isset($_GET["\x73\165\x63\143\145\x73\163"])) { echo "\x3c\144\x69\166\40\143\154\x61\x73\x73\x3d\x27\141\x6c\x65\x72\164\x20\x61\154\x65\x72\x74\55\x73\x75\x63\143\145\163\x73\40\x74\145\170\164\55\x63\145\156\164\x65\162\40\x6d\171\x2d\x33\47\76\xa\11\74\x69\40\x63\x6c\x61\x73\163\x3d\x27\146\x61\55\162\x65\147\165\x6c\x61\x72\x20\x66\141\55\143\x69\162\x63\154\x65\x2d\143\150\x65\143\153\40\146\x61\55\x62\145\x61\x74\40\x66\141\x2d\62\170\x6c\x27\x3e\74\57\x69\x3e\74\142\162\x20\57\76\74\x62\162\x20\x2f\x3e\xa\x9\x50\141\147\141\155\145\x6e\x74\x6f\40\x63\x6f\156\x63\x6c\165\303\255\x64\x6f\40\143\x6f\155\40\x73\165\143\145\163\x73\157\x21\x3c\57\144\x69\x76\x3e"; } goto XE6ls; jSn76: if (isset($_GET["\157\x66\x66\x77\x68\x61\164\x73"])) { $pdo->query("\125\x50\x44\x41\124\x45\x20\144\x62\x5f\x63\157\156\164\141\x74\x6f\x73\40\x53\105\124\x20\x63\x61\156\x63\145\x6c\x61\144\157\x5f\160\145\x6c\157\x5f\x70\157\x72\164\x61\144\157\x72\x20\x3d\x20\x27\x31\47\40\127\110\105\x52\105\40\x63\x6f\x6e\x74\x61\164\x6f\x20\75\40\x27{$_GET["\x77"]}\47"); echo "\74\144\151\166\x20\x63\x6c\141\x73\163\x3d\x27\x61\x6c\145\162\x74\x20\141\154\x65\162\x74\x2d\x73\x75\143\x63\145\x73\x73\40\164\x65\170\164\55\143\x65\156\164\x65\x72\40\x6d\171\x2d\65\x27\x3e\x3c\x69\x20\143\154\141\x73\x73\75\47\x66\x61\x20\146\141\55\167\x61\x72\x6e\x69\156\x67\x20\146\x61\55\x33\170\x27\76\74\57\151\76\x3c\142\x72\x20\x2f\76\74\142\x72\x20\57\x3e\x52\145\143\x65\x62\151\155\145\156\x74\157\40\144\x65\x20\x61\x6e\xc3\272\x6e\143\x69\157\x73\40\103\x41\x4e\x43\x45\x4c\101\104\x4f\40\74\142\x72\x20\x2f\76\74\142\x72\x20\x2f\x3e\104\145\163\143\165\x6c\160\145\x2d\x6e\x6f\x73\x20\160\145\154\157\x20\x69\156\x63\xc3\264\x6d\157\144\x6f\x3c\x2f\144\151\x76\76"; } goto pp9FM; PyzxJ: if (isset($_POST["\x63\141\x64\x61\x73\164\162\x6f\x5f\155\141\x70\x61"])) { $pdo->query("\x44\x45\x4c\x45\124\x45\40\106\122\x4f\115\x20\155\x61\160\141\x73\40\x57\x48\x45\x52\x45\40\x69\144\137\145\166\145\156\164\x6f\x20\75\40\x27{$_POST["\x69\144\137\x65\x76\145\156\164\x6f"]}\47"); $id_evento = $_POST["\151\x64\x5f\145\x76\145\156\164\157"]; $letra_a = $_POST["\x6c\x65\x74\162\141\x5f\x61"]; $letra_b = $_POST["\154\x65\x74\x72\141\137\x62"]; $letra_c = $_POST["\154\145\x74\x72\141\x5f\143"]; $letra_d = $_POST["\x6c\x65\164\162\141\137\144"]; $letra_e = $_POST["\154\x65\164\162\x61\137\x65"]; $letra_f = $_POST["\x6c\145\x74\x72\141\x5f\146"]; $letra_g = $_POST["\x6c\x65\x74\162\141\x5f\x67"]; $letra_h = $_POST["\x6c\145\164\162\x61\137\x68"]; $letra_i = $_POST["\154\x65\164\162\141\x5f\x69"]; $letra_j = $_POST["\x6c\145\164\x72\x61\x5f\x6a"]; $letra_k = $_POST["\154\145\164\162\141\x5f\x6b"]; $letra_l = $_POST["\154\145\164\x72\141\x5f\154"]; $letra_m = $_POST["\154\145\x74\x72\x61\x5f\x6d"]; $letra_n = $_POST["\154\145\x74\x72\141\x5f\156"]; $letra_o = $_POST["\x6c\x65\164\x72\x61\x5f\x6f"]; $letra_p = $_POST["\154\x65\x74\162\141\x5f\x70"]; $letra_q = $_POST["\x6c\x65\x74\162\141\137\161"]; $letra_r = $_POST["\x6c\x65\164\162\x61\137\162"]; $letra_s = $_POST["\x6c\145\x74\x72\141\x5f\163"]; $letra_t = $_POST["\154\145\x74\x72\x61\137\x74"]; $letra_u = $_POST["\154\x65\164\x72\x61\x5f\x75"]; $letra_v = $_POST["\154\x65\x74\x72\x61\x5f\x76"]; $letra_x = $_POST["\154\x65\164\162\141\x5f\170"]; $letra_w = $_POST["\154\x65\x74\162\141\137\167"]; $letra_y = $_POST["\x6c\x65\x74\162\x61\137\x79"]; $letra_z = $_POST["\x6c\145\164\x72\x61\x5f\x7a"]; $num_a = $_POST["\156\165\x6d\137\x61"]; $num_b = $_POST["\x6e\x75\x6d\137\142"]; $num_c = $_POST["\156\x75\155\137\x63"]; $num_d = $_POST["\156\165\x6d\x5f\144"]; $num_e = $_POST["\156\x75\155\137\x65"]; $num_f = $_POST["\x6e\x75\155\x5f\x66"]; $num_g = $_POST["\156\165\x6d\137\x67"]; $num_h = $_POST["\156\x75\x6d\137\150"]; $num_i = $_POST["\156\165\x6d\137\151"]; $num_j = $_POST["\x6e\165\x6d\x5f\x6a"]; $num_k = $_POST["\156\x75\x6d\x5f\153"]; $num_l = $_POST["\156\x75\x6d\x5f\154"]; $num_m = $_POST["\x6e\165\x6d\137\155"]; $num_n = $_POST["\156\x75\155\x5f\x6e"]; $num_o = $_POST["\156\165\x6d\137\157"]; $num_p = $_POST["\x6e\x75\x6d\137\x70"]; $num_q = $_POST["\x6e\x75\x6d\137\x71"]; $num_r = $_POST["\x6e\x75\155\137\x72"]; $num_s = $_POST["\156\165\x6d\x5f\x73"]; $num_t = $_POST["\156\165\x6d\137\164"]; $num_u = $_POST["\x6e\x75\x6d\x5f\165"]; $num_v = $_POST["\x6e\165\x6d\x5f\166"]; $num_x = $_POST["\156\165\x6d\137\170"]; $num_w = $_POST["\x6e\165\x6d\x5f\x77"]; $num_y = $_POST["\x6e\165\155\x5f\171"]; $num_z = $_POST["\x6e\165\155\137\x7a"]; for ($i = 1; $i <= $num_a; $i++) { $s = $pdo->query("\x53\105\x4c\105\103\x54\x20\52\40\x46\122\117\x4d\40\155\141\x70\x61\x73\x20\x57\110\105\x52\105\40\x6c\x65\164\x72\x61\40\75\x20\x27{$letra_a}\47\40\x41\x4e\x44\40\156\x75\x6d\x65\162\x6f\x20\x3d\x20\47{$i}\47\x20\101\116\x44\40\151\x64\137\145\166\x65\x6e\164\157\40\x3d\40\47{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\x4e\x53\105\x52\124\40\x49\116\124\x4f\x20\x6d\x61\x70\141\x73\x20\x28\154\x65\x74\162\141\54\156\x75\155\x65\162\x6f\x2c\x69\144\x5f\145\x76\x65\x6e\x74\x6f\x29\40\126\x41\114\125\105\123\x20\x28\47{$letra_a}\x27\54\x27{$i}\x27\54\47{$id_evento}\47\51"); } } for ($i = 1; $i <= $num_b; $i++) { $s = $pdo->query("\123\105\114\x45\x43\124\x20\x2a\x20\x46\x52\117\115\x20\155\141\x70\141\163\40\127\110\x45\x52\x45\40\154\145\164\162\141\x20\75\40\x27{$letra_b}\x27\x20\x41\116\x44\40\156\x75\x6d\x65\162\x6f\40\75\x20\47{$i}\x27\40\101\116\104\x20\x69\x64\137\145\x76\145\x6e\164\157\40\75\40\47{$id_evento}\47"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\123\105\122\124\x20\111\116\x54\117\x20\155\x61\160\141\x73\40\x28\x6c\145\164\162\x61\x2c\156\165\155\x65\162\x6f\x2c\x69\144\137\145\166\x65\x6e\x74\157\51\x20\126\x41\x4c\x55\x45\123\40\x28\x27{$letra_b}\x27\x2c\47{$i}\x27\54\x27{$id_evento}\47\51"); } } for ($i = 1; $i <= $num_c; $i++) { $s = $pdo->query("\123\105\114\x45\103\124\40\52\x20\106\x52\x4f\x4d\x20\x6d\x61\160\141\x73\x20\x57\110\x45\x52\x45\40\x6c\145\x74\162\141\40\75\x20\x27{$letra_c}\47\40\x41\x4e\104\40\x6e\165\155\x65\x72\157\x20\75\x20\x27{$i}\47\40\101\116\104\40\x69\144\x5f\x65\x76\145\156\164\x6f\40\x3d\40\47{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\x53\105\x52\x54\x20\x49\x4e\x54\x4f\x20\x6d\x61\x70\141\x73\x20\x28\x6c\145\x74\162\x61\x2c\x6e\165\155\145\x72\157\x2c\151\144\137\x65\166\145\x6e\164\x6f\51\x20\x56\x41\x4c\x55\105\123\40\x28\47{$letra_c}\x27\54\x27{$i}\x27\x2c\47{$id_evento}\47\x29"); } } for ($i = 1; $i <= $num_d; $i++) { $s = $pdo->query("\x53\x45\x4c\105\103\124\x20\x2a\x20\x46\x52\x4f\x4d\x20\155\141\x70\141\163\x20\x57\110\105\x52\x45\x20\154\145\x74\x72\141\x20\75\x20\47{$letra_d}\x27\x20\101\x4e\x44\40\x6e\x75\x6d\x65\162\x6f\x20\x3d\40\47{$i}\47\x20\101\116\x44\x20\x69\x64\x5f\x65\x76\x65\156\x74\157\40\75\x20\47{$id_evento}\47"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\x4e\x53\x45\122\x54\x20\x49\x4e\x54\x4f\40\x6d\x61\x70\x61\x73\40\x28\x6c\x65\164\x72\141\x2c\x6e\165\155\145\162\157\x2c\x69\x64\x5f\145\166\x65\156\164\x6f\x29\40\x56\x41\x4c\125\105\123\40\50\47{$letra_d}\x27\54\x27{$i}\47\54\47{$id_evento}\47\51"); } } for ($i = 1; $i <= $num_e; $i++) { $s = $pdo->query("\123\105\114\105\x43\x54\x20\x2a\40\x46\122\x4f\115\40\x6d\x61\x70\x61\163\40\x57\110\105\122\x45\40\154\x65\x74\x72\141\x20\75\40\47{$letra_e}\x27\x20\x41\x4e\104\x20\156\165\155\145\162\x6f\x20\x3d\40\x27{$i}\x27\40\x41\116\x44\40\151\144\137\145\x76\x65\x6e\164\157\40\75\40\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\x53\x45\x52\x54\40\111\x4e\124\x4f\x20\x6d\141\160\x61\x73\x20\50\x6c\x65\164\x72\x61\54\x6e\165\155\145\x72\157\x2c\151\144\x5f\x65\166\145\156\164\157\x29\40\126\101\114\125\105\x53\40\x28\x27{$letra_e}\x27\54\47{$i}\47\54\x27{$id_evento}\x27\51"); } } for ($i = 1; $i <= $num_f; $i++) { $s = $pdo->query("\123\x45\114\105\x43\124\40\x2a\x20\106\x52\x4f\x4d\x20\155\x61\x70\x61\163\40\127\x48\x45\x52\105\x20\x6c\145\164\162\141\x20\x3d\40\x27{$letra_f}\47\40\x41\116\104\40\156\x75\x6d\x65\x72\157\40\75\40\x27{$i}\47\x20\101\x4e\x44\40\x69\144\x5f\x65\166\145\156\164\x6f\x20\75\x20\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\x53\x45\122\x54\x20\x49\x4e\x54\117\x20\155\141\x70\x61\163\x20\x28\154\145\164\x72\x61\54\156\165\155\145\162\x6f\54\x69\x64\137\145\x76\x65\156\x74\157\51\40\x56\x41\x4c\x55\105\x53\x20\x28\x27{$letra_f}\x27\54\x27{$i}\47\x2c\47{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_g; $i++) { $s = $pdo->query("\x53\x45\x4c\x45\103\x54\x20\52\40\x46\x52\x4f\x4d\40\155\141\160\x61\163\40\x57\x48\x45\x52\105\40\x6c\145\x74\x72\x61\x20\x3d\x20\x27{$letra_g}\47\x20\x41\116\104\40\x6e\165\x6d\x65\162\157\40\x3d\40\x27{$i}\x27\x20\101\x4e\x44\40\x69\144\137\x65\166\x65\156\164\x6f\x20\x3d\40\47{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\x53\105\x52\x54\40\111\116\x54\117\40\155\x61\160\x61\163\x20\x28\154\145\x74\162\x61\x2c\156\165\155\x65\x72\x6f\x2c\151\x64\x5f\x65\166\145\x6e\164\157\51\40\x56\x41\114\125\x45\x53\x20\x28\47{$letra_g}\47\54\x27{$i}\x27\54\x27{$id_evento}\x27\51"); } } for ($i = 1; $i <= $num_h; $i++) { $s = $pdo->query("\x53\105\x4c\x45\x43\124\x20\x2a\40\106\x52\117\115\40\155\x61\x70\x61\163\40\x57\110\x45\x52\105\40\x6c\145\x74\162\141\40\x3d\x20\47{$letra_h}\x27\40\101\116\104\40\156\165\x6d\145\x72\x6f\40\x3d\40\x27{$i}\47\40\101\116\104\40\151\x64\x5f\x65\166\x65\x6e\x74\x6f\x20\75\x20\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\x4e\123\105\122\x54\40\x49\116\x54\117\40\x6d\x61\160\141\x73\x20\50\154\145\x74\x72\141\x2c\x6e\165\155\x65\x72\x6f\54\x69\144\137\145\x76\x65\x6e\x74\157\x29\40\126\101\114\125\105\123\x20\x28\x27{$letra_h}\47\54\x27{$i}\x27\x2c\47{$id_evento}\47\51"); } } for ($i = 1; $i <= $num_i; $i++) { $s = $pdo->query("\x53\105\x4c\105\x43\124\40\x2a\40\x46\x52\x4f\x4d\x20\155\141\x70\x61\163\x20\127\110\105\122\x45\40\x6c\x65\x74\162\x61\x20\75\x20\x27{$letra_i}\47\40\101\x4e\104\x20\x6e\x75\x6d\145\x72\157\40\x3d\x20\47{$i}\x27\40\101\116\x44\x20\x69\x64\137\x65\166\145\156\164\x6f\40\75\x20\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\123\105\122\124\40\x49\116\124\117\40\155\141\x70\x61\x73\x20\50\154\145\164\162\x61\54\156\165\x6d\145\162\x6f\54\x69\144\137\145\166\145\x6e\164\x6f\x29\40\126\x41\x4c\x55\x45\x53\x20\50\47{$letra_i}\x27\x2c\x27{$i}\47\54\x27{$id_evento}\47\x29"); } } for ($i = 1; $i <= $num_j; $i++) { $s = $pdo->query("\x53\x45\114\105\x43\x54\40\x2a\x20\106\x52\x4f\x4d\40\155\141\x70\x61\x73\x20\127\110\105\122\105\x20\154\145\164\162\x61\x20\x3d\x20\47{$letra_j}\47\x20\x41\x4e\104\40\156\165\155\x65\162\157\x20\75\40\47{$i}\47\40\x41\x4e\x44\x20\151\144\x5f\x65\x76\x65\156\164\x6f\x20\x3d\40\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\116\123\x45\x52\124\x20\x49\x4e\124\117\x20\155\141\160\x61\163\x20\x28\154\145\164\162\141\54\156\x75\155\x65\x72\157\54\x69\144\x5f\145\166\145\x6e\164\x6f\51\x20\126\101\114\x55\x45\123\x20\x28\47{$letra_j}\47\x2c\x27{$i}\x27\x2c\47{$id_evento}\47\x29"); } } for ($i = 1; $i <= $num_k; $i++) { $s = $pdo->query("\123\x45\114\105\103\124\40\x2a\x20\106\x52\117\115\x20\x6d\141\x70\x61\x73\40\x57\110\x45\122\x45\x20\x6c\145\164\162\141\40\75\40\47{$letra_k}\x27\x20\101\116\x44\40\156\165\x6d\145\162\157\x20\x3d\x20\x27{$i}\47\x20\101\116\x44\40\x69\144\x5f\x65\x76\x65\156\164\157\40\75\x20\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\x4e\x53\x45\x52\124\40\111\x4e\x54\x4f\x20\x6d\141\160\x61\163\x20\50\154\145\164\162\x61\x2c\x6e\165\x6d\145\x72\x6f\x2c\x69\x64\x5f\145\166\145\x6e\x74\x6f\51\40\x56\x41\x4c\125\105\123\x20\50\x27{$letra_k}\x27\x2c\x27{$i}\47\x2c\47{$id_evento}\47\51"); } } for ($i = 1; $i <= $num_l; $i++) { $s = $pdo->query("\123\105\114\x45\103\x54\40\52\x20\x46\x52\117\115\x20\155\x61\160\x61\163\40\127\110\x45\x52\105\x20\x6c\x65\x74\162\141\x20\75\x20\47{$letra_l}\47\x20\101\116\104\x20\x6e\165\155\x65\162\157\x20\75\x20\47{$i}\x27\40\101\x4e\104\40\x69\x64\137\145\166\145\x6e\164\157\40\x3d\40\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\x4e\x53\x45\122\124\x20\111\116\x54\x4f\x20\x6d\x61\x70\x61\163\x20\x28\x6c\x65\x74\x72\141\x2c\x6e\x75\x6d\x65\x72\157\x2c\x69\x64\137\145\x76\x65\x6e\x74\157\51\x20\x56\x41\x4c\125\105\x53\40\x28\x27{$letra_l}\47\54\47{$i}\x27\x2c\47{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_m; $i++) { $s = $pdo->query("\x53\x45\114\x45\x43\x54\40\52\40\106\122\117\x4d\x20\155\141\160\141\x73\x20\127\110\105\x52\x45\40\x6c\145\164\162\141\40\x3d\x20\47{$letra_m}\x27\40\x41\116\104\x20\156\x75\155\x65\162\x6f\40\75\x20\47{$i}\47\x20\101\116\x44\x20\x69\144\137\145\x76\x65\156\x74\157\40\75\40\x27{$id_evento}\47"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\x4e\x53\x45\x52\124\40\111\x4e\x54\117\40\x6d\x61\160\x61\163\40\x28\154\145\x74\162\141\x2c\x6e\165\x6d\145\x72\157\x2c\151\144\x5f\145\166\145\156\164\157\51\40\126\x41\114\x55\105\x53\40\50\x27{$letra_m}\47\x2c\x27{$i}\47\x2c\47{$id_evento}\47\51"); } } for ($i = 1; $i <= $num_n; $i++) { $s = $pdo->query("\123\x45\x4c\105\x43\x54\40\x2a\40\x46\122\117\115\40\x6d\x61\x70\141\163\x20\127\110\105\x52\105\40\154\145\164\162\141\x20\x3d\40\47{$letra_n}\47\40\x41\x4e\x44\40\156\x75\155\x65\162\157\x20\x3d\x20\x27{$i}\x27\40\101\x4e\x44\40\x69\x64\x5f\x65\166\x65\x6e\x74\157\40\x3d\x20\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\x4e\x53\x45\x52\124\x20\111\x4e\x54\x4f\40\155\141\x70\141\x73\40\50\154\145\164\x72\141\x2c\x6e\x75\155\x65\x72\157\x2c\151\x64\137\x65\x76\145\x6e\164\157\51\40\126\101\114\125\105\123\x20\x28\47{$letra_n}\47\54\47{$i}\47\x2c\47{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_o; $i++) { $s = $pdo->query("\x53\105\114\x45\103\x54\x20\x2a\x20\106\x52\x4f\115\x20\155\x61\160\141\x73\x20\127\x48\x45\122\x45\40\154\145\164\162\141\40\x3d\x20\x27{$letra_o}\x27\40\x41\x4e\x44\x20\x6e\165\155\x65\x72\x6f\x20\x3d\x20\47{$i}\x27\40\x41\116\104\x20\151\144\x5f\x65\166\145\x6e\164\157\40\x3d\x20\47{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\x4e\123\x45\122\x54\x20\x49\116\124\117\40\155\141\160\141\163\x20\50\154\145\x74\x72\141\x2c\x6e\165\x6d\x65\x72\157\x2c\151\x64\137\x65\x76\x65\156\x74\x6f\x29\x20\126\x41\x4c\x55\x45\123\40\x28\x27{$letra_o}\47\x2c\47{$i}\x27\54\x27{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_p; $i++) { $s = $pdo->query("\123\x45\114\105\103\x54\x20\52\x20\x46\x52\117\115\x20\155\141\160\141\x73\40\x57\110\x45\x52\105\x20\154\145\x74\162\x61\x20\x3d\x20\47{$letra_p}\x27\40\x41\116\104\x20\x6e\x75\155\145\x72\157\40\x3d\x20\x27{$i}\x27\x20\x41\x4e\x44\40\151\x64\x5f\x65\166\x65\x6e\164\157\x20\75\x20\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\x53\x45\122\x54\40\x49\x4e\124\117\x20\155\x61\x70\141\x73\40\50\154\x65\x74\x72\x61\x2c\x6e\x75\x6d\x65\x72\157\54\x69\144\x5f\145\x76\145\156\164\x6f\x29\40\x56\101\114\x55\105\x53\x20\50\47{$letra_p}\x27\54\47{$i}\47\54\x27{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_q; $i++) { $s = $pdo->query("\123\105\114\x45\x43\x54\x20\52\x20\106\x52\x4f\115\x20\x6d\141\x70\x61\x73\x20\127\110\x45\x52\x45\x20\x6c\145\164\x72\141\x20\x3d\40\47{$letra_q}\47\x20\101\x4e\104\x20\x6e\x75\155\x65\x72\157\x20\75\40\x27{$i}\47\x20\x41\116\x44\40\151\x64\x5f\x65\x76\145\156\164\x6f\40\75\40\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\116\x53\105\122\x54\x20\x49\116\x54\x4f\40\155\x61\160\141\163\40\x28\x6c\145\x74\x72\141\54\x6e\x75\x6d\x65\162\x6f\54\151\x64\x5f\x65\x76\145\x6e\164\x6f\51\40\126\x41\x4c\x55\105\x53\40\x28\47{$letra_q}\47\x2c\47{$i}\47\x2c\x27{$id_evento}\47\x29"); } } for ($i = 1; $i <= $num_r; $i++) { $s = $pdo->query("\123\x45\114\105\x43\x54\x20\x2a\40\x46\122\x4f\x4d\40\155\x61\x70\x61\163\40\x57\110\105\122\x45\40\154\145\x74\x72\141\40\75\40\47{$letra_r}\47\40\x41\116\x44\x20\x6e\x75\155\145\x72\157\x20\x3d\40\47{$i}\47\40\101\116\x44\40\151\x64\137\x65\166\145\x6e\x74\157\40\75\x20\47{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\123\x45\122\124\x20\x49\116\124\117\40\x6d\141\x70\x61\x73\x20\50\x6c\x65\x74\162\141\54\x6e\165\x6d\145\162\x6f\54\x69\x64\137\145\x76\145\x6e\x74\x6f\51\x20\x56\101\x4c\x55\x45\123\x20\x28\x27{$letra_r}\47\x2c\x27{$i}\47\54\47{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_s; $i++) { $s = $pdo->query("\x53\x45\114\x45\x43\124\x20\x2a\40\106\122\x4f\115\40\x6d\141\160\x61\x73\x20\127\x48\105\x52\x45\40\154\x65\x74\162\x61\40\75\x20\x27{$letra_s}\47\40\101\x4e\104\x20\x6e\165\155\x65\162\157\40\75\x20\47{$i}\x27\40\101\116\x44\40\x69\144\137\x65\166\145\156\x74\x6f\40\75\40\x27{$id_evento}\47"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\x53\105\x52\124\x20\111\116\x54\117\40\x6d\x61\160\x61\x73\40\x28\x6c\x65\x74\162\x61\54\156\x75\155\145\162\x6f\x2c\x69\x64\x5f\145\x76\x65\x6e\x74\157\x29\40\x56\101\114\125\105\123\x20\x28\x27{$letra_s}\x27\54\x27{$i}\x27\x2c\47{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_t; $i++) { $s = $pdo->query("\x53\x45\x4c\x45\x43\x54\40\x2a\40\106\x52\x4f\x4d\40\155\141\x70\141\x73\40\127\110\x45\x52\105\x20\154\x65\164\x72\141\40\x3d\40\x27{$letra_t}\47\x20\x41\116\104\40\156\x75\x6d\x65\x72\x6f\x20\75\x20\x27{$i}\x27\x20\x41\x4e\x44\40\x69\x64\137\145\x76\x65\156\x74\157\x20\75\x20\x27{$id_evento}\47"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\116\123\105\122\124\40\111\116\124\x4f\40\x6d\x61\x70\x61\x73\40\50\154\145\x74\162\141\x2c\x6e\165\x6d\x65\162\x6f\x2c\x69\x64\137\145\166\x65\x6e\164\x6f\x29\40\x56\101\x4c\x55\105\123\40\x28\x27{$letra_t}\x27\x2c\x27{$i}\x27\54\x27{$id_evento}\x27\51"); } } for ($i = 1; $i <= $num_u; $i++) { $s = $pdo->query("\x53\105\x4c\105\103\x54\x20\x2a\40\106\x52\117\x4d\x20\x6d\141\x70\x61\x73\x20\127\x48\x45\x52\105\40\x6c\145\164\x72\x61\40\75\x20\x27{$letra_u}\x27\x20\x41\x4e\x44\40\x6e\x75\155\x65\x72\x6f\40\x3d\x20\x27{$i}\47\40\x41\x4e\x44\x20\151\x64\x5f\x65\x76\145\x6e\164\x6f\40\75\x20\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\x4e\x53\105\122\124\40\111\x4e\124\x4f\40\x6d\x61\160\x61\163\40\50\x6c\x65\164\162\x61\54\156\x75\x6d\145\162\x6f\x2c\151\144\x5f\145\166\145\x6e\x74\x6f\51\x20\126\x41\x4c\x55\105\x53\x20\x28\47{$letra_u}\47\54\47{$i}\x27\x2c\x27{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_v; $i++) { $s = $pdo->query("\123\x45\x4c\x45\x43\x54\40\x2a\40\106\x52\x4f\115\x20\155\141\x70\x61\163\40\127\110\105\x52\x45\40\154\145\x74\162\141\x20\75\40\47{$letra_v}\x27\x20\101\116\x44\40\x6e\x75\x6d\x65\x72\157\x20\x3d\40\47{$i}\47\40\x41\x4e\104\40\x69\144\137\x65\x76\x65\x6e\x74\x6f\x20\75\x20\47{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\x4e\x53\105\122\x54\40\x49\116\x54\x4f\40\x6d\x61\x70\141\163\x20\50\154\x65\164\162\141\54\x6e\x75\x6d\x65\162\157\x2c\151\x64\137\x65\x76\x65\156\164\x6f\x29\40\126\101\114\125\105\123\x20\x28\x27{$letra_v}\x27\54\x27{$i}\x27\x2c\x27{$id_evento}\47\x29"); } } for ($i = 1; $i <= $num_x; $i++) { $s = $pdo->query("\x53\x45\114\105\x43\x54\x20\x2a\x20\106\x52\117\115\x20\155\141\x70\x61\163\x20\x57\110\105\122\x45\40\154\145\164\x72\141\40\x3d\40\x27{$letra_x}\47\40\x41\x4e\x44\40\x6e\165\x6d\145\x72\157\40\75\x20\x27{$i}\x27\40\x41\116\104\40\151\144\137\145\x76\x65\x6e\164\157\x20\x3d\x20\47{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\116\123\105\x52\x54\x20\x49\x4e\124\x4f\x20\x6d\x61\x70\x61\x73\x20\50\x6c\145\x74\162\x61\x2c\156\165\x6d\x65\x72\157\x2c\x69\x64\137\145\x76\x65\x6e\x74\x6f\51\x20\x56\101\x4c\x55\105\x53\40\x28\47{$letra_x}\47\x2c\x27{$i}\x27\x2c\47{$id_evento}\47\51"); } } for ($i = 1; $i <= $num_w; $i++) { $s = $pdo->query("\123\105\114\105\x43\x54\40\52\x20\106\122\117\115\40\155\141\160\x61\x73\x20\127\110\105\122\x45\40\154\145\x74\x72\141\40\x3d\40\x27{$letra_w}\x27\40\101\x4e\x44\x20\156\165\x6d\x65\x72\157\40\x3d\40\47{$i}\47\x20\101\116\x44\x20\x69\x64\x5f\x65\166\145\x6e\164\157\x20\75\x20\x27{$id_evento}\47"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\x49\x4e\123\105\122\x54\40\111\x4e\124\117\40\x6d\141\x70\141\x73\40\50\154\145\x74\x72\141\x2c\156\x75\155\x65\x72\157\x2c\x69\144\137\x65\x76\x65\156\164\157\51\40\x56\101\x4c\x55\105\x53\x20\x28\47{$letra_w}\47\54\x27{$i}\x27\x2c\x27{$id_evento}\x27\51"); } } for ($i = 1; $i <= $num_y; $i++) { $s = $pdo->query("\123\x45\114\x45\x43\x54\x20\x2a\40\106\122\x4f\x4d\40\x6d\x61\160\x61\163\x20\127\110\x45\122\105\x20\x6c\x65\164\x72\x61\x20\x3d\x20\47{$letra_y}\x27\x20\x41\x4e\x44\x20\x6e\x75\x6d\x65\x72\x6f\x20\75\40\x27{$i}\47\x20\x41\116\x44\x20\x69\144\x5f\145\x76\145\x6e\x74\157\40\75\x20\x27{$id_evento}\x27"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\x4e\x53\105\x52\124\x20\111\116\x54\x4f\x20\155\141\x70\x61\163\40\50\x6c\145\x74\x72\141\54\156\165\155\145\x72\157\54\151\x64\x5f\145\x76\x65\156\x74\157\x29\40\126\x41\x4c\125\105\123\40\x28\47{$letra_y}\47\x2c\x27{$i}\x27\54\47{$id_evento}\x27\x29"); } } for ($i = 1; $i <= $num_z; $i++) { $s = $pdo->query("\123\105\x4c\105\x43\124\x20\x2a\40\106\122\x4f\115\x20\x6d\x61\x70\141\163\40\x57\110\x45\122\105\x20\154\145\164\x72\141\x20\75\x20\47{$letra_z}\x27\40\101\116\x44\x20\156\165\x6d\145\x72\x6f\40\x3d\40\47{$i}\x27\40\101\x4e\104\x20\151\144\137\145\166\x65\x6e\164\x6f\40\x3d\x20\47{$id_evento}\47"); if ($s->fetchColumn() > 0) { } else { $pdo->query("\111\116\123\x45\122\x54\x20\x49\116\124\x4f\40\x6d\x61\x70\141\x73\x20\x28\154\145\164\162\141\54\x6e\165\x6d\145\x72\x6f\54\x69\144\x5f\145\x76\145\x6e\164\x6f\x29\x20\126\x41\114\125\x45\123\x20\50\x27{$letra_z}\x27\x2c\x27{$i}\47\x2c\x27{$id_evento}\47\51"); } } echo "\74\163\143\162\x69\160\164\x3e\40\167\151\156\x64\x6f\167\x2e\x6c\157\x63\141\x74\151\x6f\x6e\x2e\x68\162\145\x66\75\x27\77\141\137\145\166\x65\x6e\164\157\x27\x20\74\x2f\163\143\x72\x69\160\x74\x3e"; } goto m8_oR; oMgc9: if (isset($_POST["\141\x5f\x64\x62\143\x6f\x6e\x74\141\164\157"])) { $nome = clear_nome(strtoupper($_POST["\156\157\x6d\x65"])); $c = clear($_POST["\143\157\156\164\141\164\157"]); $c_qtd = strlen($c); if ($c_qtd < 11) { echo "\x3c\x64\x69\166\x20\x63\x6c\x61\163\x73\x3d\x27\141\154\x65\x72\x74\40\x61\154\145\x72\x74\x2d\144\141\156\147\x65\162\40\155\x79\x2d\x33\40\164\x65\x78\164\x2d\143\x65\x6e\x74\x65\162\47\76\x45\122\122\117\41\40\157\40\x54\145\x6c\x65\146\157\156\x65\x20\x64\x65\166\145\40\163\145\162\x20\x63\157\155\160\154\145\164\x6f\74\x2f\x64\x69\166\x3e"; } else { $j = "\x49\x4e\x53\x45\122\x54\40\x49\x4e\x54\x4f\x20\x64\x62\137\x63\x6f\x6e\164\141\x74\157\163\x20\x28\156\x6f\x6d\x65\x2c\x63\x6f\x6e\164\141\x74\x6f\51\x20\126\x41\x4c\125\x45\x53\x20\x28\47{$nome}\47\54\47{$c}\47\x29"; $pdo->query($j); echo "\x3c\163\x63\x72\151\160\x74\76\167\x69\156\x64\x6f\x77\56\x6c\157\143\141\x74\151\x6f\x6e\x2e\x68\x72\145\146\75\x27\x3f\x61\x5f\x64\x62\x5f\x63\157\156\164\x61\x74\x6f\163\47\74\x2f\163\143\x72\x69\x70\164\76"; } } goto L7FJY; V9bll: if (isset($_GET["\x70\137\x63\x61\x64\x61\163\164\162\x6f"])) { $q = $pdo->query("\123\x45\x4c\x45\x43\124\x20\x2a\40\x46\122\x4f\115\40\x63\x6c\x69\x65\156\x74\x65\x73\40\127\110\x45\x52\105\40\x69\x64\x5f\x70\x72\x6f\144\x75\164\x6f\x72\40\75\40\47{$_SESSION["\151\x64\137\x70\162\x6f\144"]}\47"); $nc = $q->rowCount(); echo "\74\x64\x69\x76\x20\x63\x6c\x61\x73\x73\75\x27\x64\55\146\154\145\x78\40\152\165\x73\164\x69\x66\x79\x2d\x63\157\x6e\164\x65\156\x74\x2d\x62\x65\164\x77\145\x65\x6e\40\155\171\x2d\63\x27\x3e"; echo "\x3c\x68\x35\x3e\103\x4c\111\105\116\124\x45\x53\40{$nc}\12\x9\x9\74\x64\x69\x76\40\143\x6c\141\x73\x73\75\47\165\x6e\x64\x65\162\142\141\162\x27\76\74\x2f\144\x69\x76\76\xa\x9\x9\x3c\x2f\150\x35\76"; echo "\x3c\x61\40\x68\x72\x65\146\x3d\47\152\141\166\141\163\x63\162\151\x70\x74\x3a\166\x6f\x69\x64\x28\x29\47\x20\x64\x61\x74\141\55\142\x73\55\x74\x6f\147\x67\154\x65\75\47\143\x6f\x6c\x6c\x61\x70\163\x65\47\40\x64\141\164\x61\55\x62\163\x2d\164\141\162\147\145\164\75\47\56\143\x63\x27\40\x63\154\x61\x73\163\x3d\47\142\164\x6e\x20\142\x74\x6e\x2d\154\151\147\x68\x74\x20\155\x73\x2d\63\x27\76\x43\141\144\x61\163\x74\162\x61\x72\x3c\x2f\x61\76"; echo "\74\57\x64\x69\166\76"; echo "\74\146\157\x72\155\40\155\145\164\150\x6f\144\x3d\x27\160\x6f\x73\x74\47\x20\x63\154\x61\163\x73\75\47\x66\x6f\162\155\137\x63\141\144\x20\143\157\154\154\x61\x70\163\x65\40\143\x63\x27\x3e"; echo "\x3c\x73\145\x6c\145\143\x74\40\x6e\141\155\x65\75\47\151\x64\x5f\x70\162\x6f\x64\x75\164\157\47\x20\x63\154\x61\x73\163\x3d\47\x66\157\x72\x6d\55\x63\x6f\x6e\164\x72\x6f\154\x20\x6d\x62\x2d\62\40\x74\x65\170\164\x2d\165\160\x70\145\162\x63\x61\163\x65\47\x3e"; $k = $pdo->query("\x53\105\x4c\x45\x43\x54\40\52\x20\x46\x52\x4f\115\x20\x70\x72\157\x64\165\x74\x6f\162\x5f\x65\166\145\x6e\x74\157\40\x57\x48\x45\122\105\40\151\144\137\160\x72\157\144\x75\x74\x6f\x72\40\75\40\x27{$_SESSION["\x69\x64\137\160\162\x6f\x64"]}\x27"); foreach ($k as $i) { $q0 = $pdo->query("\x53\105\x4c\105\103\124\x20\52\x20\106\x52\117\115\x20\145\166\145\x6e\164\x6f\40\127\x48\105\x52\105\40\x69\x64\40\75\40\47{$i["\151\x64\137\145\166\x65\x6e\x74\x6f"]}\x27"); $y0 = $q0->fetch(); echo "\74\x6f\x70\x74\x69\157\x6e\40\166\141\x6c\165\145\x3d\47{$y0["\151\x64"]}\x27\76{$y0["\156\157\155\x65"]}\x3c\x2f\x6f\x70\164\x69\x6f\x6e\76"; } echo "\x3c\57\163\145\154\x65\143\164\x3e"; echo "\74\151\x6e\160\x75\x74\40\x74\x79\x70\145\75\47\x68\151\144\144\x65\x6e\47\40\x6e\141\x6d\145\75\x27\x70\x5f\x63\x72\x69\141\x72\x43\x61\144\x61\163\164\162\x6f\47\40\166\x61\x6c\x75\x65\75\x27\x63\162\151\x61\x72\103\141\x64\x61\163\x74\162\157\x27\76"; echo "\x3c\151\x6e\x70\165\x74\x20\164\171\x70\145\x3d\47\150\151\144\x64\x65\x6e\47\x20\156\x61\155\x65\75\47\x69\x64\x5f\160\x72\157\144\x75\x74\157\x72\47\x20\166\x61\x6c\x75\x65\x3d\47{$_SESSION["\x69\x64\x5f\160\x72\157\144"]}\47\76"; echo "\74\151\x6e\x70\x75\164\40\x74\171\x70\145\75\x27\164\x65\170\164\47\40\x6e\141\x6d\145\x3d\x27\156\x6f\155\145\x27\40\143\x6c\141\x73\x73\75\x27\x66\157\x72\155\55\x63\x6f\x6e\x74\162\157\x6c\40\x6e\x6f\155\145\x20\155\x62\x2d\x32\47\40\160\x6c\x61\x63\x65\x68\157\x6c\x64\145\x72\75\x27\x4e\157\155\145\x27\x20\x72\145\x71\x75\x69\x72\x65\144\x3e"; echo "\74\x64\151\166\x20\x63\154\141\163\x73\x3d\47\162\x6f\167\x20\162\157\x77\x2d\143\x6f\x6c\x73\55\x32\x27\76"; echo "\74\144\x69\x76\40\143\154\x61\x73\163\75\x27\143\x6f\154\47\76"; echo "\x3c\151\156\160\165\164\40\x74\171\160\x65\75\47\145\x6d\141\x69\x6c\47\x20\156\141\155\145\x3d\x27\145\155\x61\151\154\x27\40\143\154\x61\x73\x73\75\x27\x66\157\x72\155\x2d\x63\x6f\x6e\164\162\x6f\x6c\40\x65\155\141\x69\x6c\x5f\143\x6c\151\40\x6d\142\55\62\47\x20\160\154\x61\143\x65\x68\x6f\x6c\x64\x65\162\75\47\105\x2d\x4d\x61\x69\x6c\47\40\162\145\161\165\151\x72\145\x64\x3e"; echo "\x3c\x2f\x64\x69\166\76"; echo "\74\144\151\x76\40\143\x6c\141\x73\x73\75\x27\143\157\x6c\x27\x3e"; echo "\74\151\156\160\165\x74\40\164\x79\x70\145\75\47\145\155\x61\x69\154\x27\40\x6e\x61\155\x65\x3d\x27\145\x6d\141\x69\x6c\47\x20\x63\x6c\x61\163\163\75\x27\x66\157\x72\155\x2d\x63\x6f\x6e\x74\x72\x6f\154\40\x65\x6d\x61\x69\154\137\x63\154\151\x32\x20\155\x62\x2d\x32\x27\40\160\x6c\141\x63\x65\x68\x6f\154\x64\x65\x72\75\47\122\x65\x70\x65\x74\151\x72\x20\x45\x2d\115\x61\x69\x6c\x27\x20\x72\145\161\165\x69\x72\145\x64\x3e"; echo "\x3c\x2f\144\x69\x76\76"; echo "\x3c\x2f\x64\x69\x76\76"; echo "\x3c\144\x69\x76\x20\143\154\141\x73\163\x3d\x27\x72\157\x77\40\x72\157\x77\x2d\x63\x6f\154\163\55\62\x20\x63\157\154\x6c\141\x70\x73\x65\x27\76"; echo "\74\x64\151\166\x20\x63\x6c\x61\163\163\75\x27\x63\157\x6c\x27\76"; echo "\74\151\x6e\x70\165\x74\40\x74\171\x70\x65\75\47\x74\x65\x78\164\x27\40\x6e\x61\x6d\x65\x3d\47\x73\145\x6e\150\x61\61\x27\x20\x63\x6c\141\x73\163\75\x27\146\x6f\162\x6d\55\143\157\x6e\164\x72\157\154\40\163\145\156\x68\x61\61\40\x6d\x62\55\x32\47\40\166\141\x6c\x75\x65\75\47\x4d\52\70\170\171\x7a\x31\x32\x33\64\47\x20\x70\154\x61\x63\x65\150\x6f\x6c\x64\145\x72\75\47\123\145\x6e\x68\141\x27\x20\162\145\161\x75\x69\x72\145\x64\76"; echo "\x3c\x2f\144\151\x76\x3e"; echo "\x3c\144\151\x76\40\143\x6c\141\163\163\x3d\47\x63\x6f\154\47\76"; echo "\74\x69\x6e\x70\x75\x74\40\164\171\160\x65\x3d\47\x74\145\170\164\47\40\x6e\141\x6d\145\x3d\x27\163\145\156\x68\141\62\x27\40\x63\x6c\x61\x73\x73\x3d\47\x66\157\x72\155\x2d\x63\157\156\x74\x72\x6f\x6c\x20\163\x65\156\150\141\x32\x20\x6d\x62\x2d\x32\x27\x20\166\x61\154\x75\145\75\x27\115\52\70\170\x79\172\x31\62\x33\x34\x27\x20\160\154\x61\x63\x65\x68\157\154\x64\x65\162\75\x27\x52\x65\x70\145\x74\x69\162\55\123\x65\156\150\x61\47\x20\x72\145\x71\x75\x69\x72\145\144\x3e"; echo "\x3c\x2f\144\x69\x76\x3e"; echo "\x3c\x2f\144\x69\x76\76"; echo "\74\x64\x69\x76\40\x63\x6c\141\163\163\75\47\x72\x6f\167\x20\x72\x6f\167\55\143\157\x6c\x73\55\x32\47\76"; echo "\x3c\144\151\x76\x20\x63\154\141\x73\x73\x3d\x27\x63\x6f\154\x27\x3e"; echo "\74\151\156\x70\x75\164\40\164\171\160\x65\75\47\x74\145\170\164\47\x20\156\141\155\x65\x3d\47\x63\157\156\x74\x61\x74\157\x27\x20\x63\x6c\141\x73\163\x3d\47\146\157\162\155\x2d\x63\x6f\156\164\162\x6f\x6c\x20\x77\x68\x61\x74\x73\x61\160\160\40\155\142\55\62\47\40\160\x6c\141\x63\x65\150\157\x6c\144\145\162\x3d\x27\x43\x65\154\x75\x6c\141\x72\47\x20\x72\145\161\165\x69\x72\x65\x64\76"; echo "\x3c\x2f\x64\151\166\x3e"; echo "\x3c\144\151\166\x20\x63\x6c\141\163\x73\75\47\143\157\x6c\x27\76"; echo "\x3c\x69\x6e\160\x75\164\40\x74\x79\x70\145\x3d\x27\x74\x65\x78\x74\47\40\x6e\x61\x6d\x65\x3d\x27\x63\160\146\47\40\x63\x6c\x61\163\x73\x3d\47\x66\x6f\162\x6d\x2d\143\x6f\x6e\x74\x72\x6f\154\40\143\x70\x66\40\155\142\55\62\x27\x20\x70\x6c\141\143\145\x68\x6f\154\x64\x65\162\75\x27\103\x50\106\x27\40\162\145\x71\x75\151\162\145\x64\x3e"; echo "\74\57\144\x69\x76\x3e"; echo "\x3c\57\144\x69\x76\x3e"; echo "\x3c\144\x69\x76\x20\x63\x6c\141\163\163\75\x27\x72\157\x77\40\x72\x6f\167\x2d\x63\157\154\163\55\61\x20\162\157\167\x2d\143\x6f\154\163\55\x6d\144\55\x32\40\x63\157\154\x6c\x61\x70\x73\x65\x27\x3e"; echo "\74\x64\151\166\x20\143\154\141\x73\163\x3d\47\x63\157\154\x2d\x6d\144\x2d\62\x27\76"; echo "\x3c\x69\156\x70\x75\x74\x20\x74\x79\x70\x65\x3d\x27\164\x65\x78\164\x27\40\x63\154\x61\163\x73\x3d\47\x66\x6f\162\155\x2d\x63\157\x6e\x74\162\x6f\154\x20\143\145\160\40\x6d\142\55\62\x27\40\x70\x6c\141\143\145\x68\x6f\x6c\x64\x65\x72\x3d\x27\x43\105\120\x27\40\166\x61\x6c\165\x65\x3d\x27\x30\60\x30\60\60\x2d\x30\x30\x30\47\x20\x72\145\161\165\151\x72\145\144\76"; echo "\74\x2f\144\x69\x76\76"; echo "\x3c\x64\151\x76\40\x63\154\x61\163\163\75\47\143\157\154\47\x3e"; echo "\74\x69\x6e\160\x75\164\x20\x74\171\x70\145\x3d\x27\x74\x65\170\164\x27\40\156\x61\x6d\145\75\x27\145\x6e\x64\x65\162\x65\143\x6f\137\143\157\x6d\x70\154\x65\x74\x6f\47\x20\x76\141\x6c\x75\145\75\x27\156\145\156\x68\165\x6d\47\40\x63\154\141\163\163\x3d\x27\x66\157\x72\x6d\55\143\x6f\156\x74\162\157\154\x20\x65\x6e\144\145\162\145\143\x6f\x5f\143\x6f\x6d\x70\154\x65\164\157\x20\155\x62\x2d\62\47\40\160\154\141\143\x65\x68\157\x6c\x64\x65\162\75\x27\x45\156\144\145\x72\x65\xc3\247\x6f\40\x63\x6f\155\x70\154\x65\x74\157\47\40\x72\145\161\x75\151\162\145\144\76"; echo "\x3c\151\156\160\x75\164\x20\164\171\160\x65\x3d\x27\x68\151\144\x64\145\x6e\x27\x20\143\x6c\141\163\163\x3d\x27\143\x69\144\x61\x64\x65\47\x20\x76\141\x6c\x75\145\75\47\156\145\156\x68\x75\x6d\47\40\156\141\155\145\x3d\47\143\x69\x64\141\x64\145\47\x3e"; echo "\x3c\x69\x6e\x70\x75\x74\x20\x74\x79\160\x65\x3d\47\150\151\x64\x64\x65\x6e\x27\x20\x63\x6c\141\x73\163\75\47\145\163\x74\x61\144\x6f\x27\x20\166\x61\x6c\165\x65\75\47\156\145\x6e\150\165\155\x27\40\156\141\x6d\145\75\x27\145\163\x74\x61\144\157\x27\76"; echo "\x3c\x2f\144\151\x76\x3e"; echo "\74\x2f\x64\151\x76\x3e"; echo "\x3c\142\x75\164\x74\157\156\x20\x6e\141\x6d\145\x3d\47\47\40\143\154\141\163\x73\75\x27\142\164\x6e\x20\x62\164\156\x2d\154\x69\x67\x68\x74\40\155\171\x2d\x33\x27\x3e\103\x72\151\141\x72\x3c\x2f\142\165\x74\164\x6f\x6e\x3e"; echo "\74\x2f\x66\157\x72\155\76"; echo "\x3c\144\x69\x76\x20\x63\154\141\163\x73\75\47\x74\x61\x62\154\x65\55\x72\x65\x73\160\x6f\x6e\163\x69\x76\145\47\76"; echo "\74\164\x61\142\154\145\x20\143\x6c\141\x73\x73\75\47\164\x61\x62\154\145\47\x20\x73\164\x79\x6c\145\75\x27\x74\x65\x78\164\55\141\x6c\x69\147\x6e\72\x6c\145\146\164\x3b\47\40\x64\x61\x74\x61\55\x70\141\x67\x65\55\x6c\145\156\x67\164\x68\75\47\x31\x30\x30\47\76\xa\11\x9\11\x3c\164\150\x65\x61\x64\x3e\xa\x9\11\11\x9\x3c\164\162\76\12\x9\x9\x9\x9\11\x3c\x74\x68\40\x73\x63\x6f\x70\145\75\x27\143\157\154\x27\x3e\x23\74\x2f\x74\150\x3e\12\x9\x9\x9\x9\x9\74\x74\x68\x20\163\143\157\160\145\75\47\143\x6f\x6c\47\76\43\x3c\57\164\x68\76\12\x9\11\x9\x9\x9\74\x74\150\40\163\143\x6f\160\x65\75\x27\x63\157\154\47\76\x23\74\x2f\x74\150\76\12\x9\x9\11\x9\11\74\164\150\40\163\x63\157\160\x65\x3d\47\143\157\x6c\x27\x3e\x50\122\x4f\x44\125\x54\117\x3c\57\164\150\76\12\x9\11\x9\11\x9\74\x74\x68\40\163\143\157\x70\x65\x3d\47\x63\157\x6c\x27\x3e\x49\x44\x20\x43\114\x49\x3c\x2f\x74\150\x3e\12\11\x9\11\11\11\x3c\164\150\40\163\x63\157\x70\145\x3d\47\143\157\154\47\76\116\117\x4d\x45\x3c\x2f\x74\x68\76\12\11\x9\11\x9\11\x3c\164\150\40\163\x63\157\x70\145\x3d\x27\x63\157\x6c\x27\76\x45\55\x4d\101\111\114\74\x2f\164\x68\x3e\12\x9\x9\11\x9\x9\74\x74\x68\x20\163\143\x6f\x70\145\75\47\143\x6f\x6c\47\76\103\x45\x4c\125\114\x41\122\74\57\x74\x68\x3e\12\x9\11\x9\11\11\74\x74\150\x20\163\x63\x6f\x70\x65\x3d\47\x63\x6f\154\47\76\103\x50\x46\74\x2f\164\x68\76\12\11\11\11\11\x3c\57\164\162\x3e\xa\x9\11\11\74\57\x74\150\145\141\144\x3e\12\x9\x9\74\164\142\x6f\144\171\76\12\11\11"; foreach ($q as $i) { $q1 = $pdo->query("\123\105\x4c\105\103\124\x20\x2a\x20\106\x52\x4f\115\40\145\166\x65\x6e\164\157\x20\127\x48\x45\x52\105\40\151\x64\x20\75\40\47{$i["\151\x64\x5f\x70\x72\x6f\144\165\164\157"]}\47"); $y1 = $q1->fetch(); echo "\x3c\164\x72\76"; echo "\74\x74\x64\76\74\141\x20\x68\x72\x65\x66\75\x27\152\x61\x76\x61\163\x63\x72\x69\160\164\72\166\x6f\151\144\x28\51\47\40\x64\x61\x74\x61\55\142\163\55\x74\x6f\157\154\164\x69\160\x20\144\141\164\141\55\x62\163\x2d\x74\151\x74\x6c\x65\x3d\x27\x45\144\x69\x74\141\162\x27\x20\x64\141\164\141\55\142\x73\55\x74\x6f\x67\x67\154\x65\75\x27\x6d\157\x64\141\x6c\47\x20\144\x61\x74\x61\55\x62\163\55\164\141\x72\147\x65\x74\x3d\47\56\x65\x64\x70{$i["\151\x64"]}\x27\76\x3c\151\x20\x63\x6c\x61\163\x73\x3d\47\146\141\x20\x66\141\55\145\x64\x69\x74\47\x3e\x3c\57\151\76\74\x2f\141\76\12\11\x9\11\11\xa\x9\x9\11\11\74\57\164\144\76"; echo "\74\164\144\76\74\141\x20\x68\162\x65\146\75\x27\152\141\x76\x61\x73\143\x72\x69\160\164\72\x76\157\x69\144\x28\51\x27\x20\x64\x61\164\141\55\142\163\x2d\164\157\x6f\x6c\x74\151\x70\x20\x64\141\164\141\x2d\x62\x73\x2d\164\151\164\x6c\x65\75\47\x44\x65\154\145\164\141\x72\77\x27\x20\x64\141\164\x61\x2d\x62\x73\x2d\164\157\147\147\x6c\145\75\x27\143\157\154\x6c\141\160\163\145\x27\x20\x64\x61\164\x61\55\142\163\x2d\x74\x61\162\x67\145\164\x3d\x27\x2e\x64\x70{$i["\151\144"]}\47\x3e\74\x69\x20\143\154\x61\163\x73\x3d\x27\146\141\40\x66\x61\x2d\164\162\141\x73\x68\55\x61\154\164\40\x74\x65\x78\164\x2d\x64\141\x6e\147\145\x72\x27\x3e\74\x2f\x69\76\74\57\x61\76\12\x9\11\x9\x9\x3c\141\40\x68\162\x65\146\x3d\x27\77\144\x65\x70\141\x72\x26\x69\x64\x3d{$i["\x69\144"]}\47\x20\x63\154\141\x73\x73\x3d\x27\143\x6f\154\154\x61\x70\163\x65\40\146\141\x64\x65\40\144\x70{$i["\x69\144"]}\x27\76\x43\157\x6e\146\151\162\155\141\162\x3c\57\141\x3e\12\x9\x9\11\11\x3c\x2f\x74\x64\x3e"; echo "\74\164\x64\x3e"; if ($i["\x62\x6c\x6f\161\165\x65\151\x6f"] == "\60") { echo "\x3c\141\x20\150\x72\x65\146\75\47\77\x62\154\153\46\151\144\x3d{$i["\x69\144"]}\47\40\144\141\x74\141\x2d\142\163\x2d\164\x6f\157\x6c\x74\151\160\40\144\141\x74\141\55\x62\163\x2d\x74\x69\x74\x6c\145\75\x27\x42\154\157\x71\165\x65\141\x72\47\76\x3c\151\40\143\x6c\x61\163\x73\75\47\x66\x61\x2d\x73\157\x6c\x69\144\40\x66\141\55\x62\x61\156\40\x74\145\170\x74\55\x6d\x75\x74\x65\x64\47\x3e\x3c\57\151\x3e\x3c\57\141\76"; } else { echo "\74\x61\40\x68\162\x65\146\75\x27\77\144\x65\x73\142\x6c\x6b\x26\151\x64\75{$i["\x69\144"]}\x27\40\x64\141\x74\141\55\142\x73\55\164\x6f\157\x6c\x74\151\160\x20\144\x61\x74\141\55\142\163\x2d\164\151\164\x6c\145\75\x27\104\145\163\142\x6c\x6f\x71\x75\145\x61\162\x27\x3e\x3c\151\40\143\x6c\141\163\163\x3d\x27\146\x61\55\x73\x6f\154\151\144\x20\146\x61\55\x62\x61\x6e\x20\x74\x65\x78\x74\55\144\141\x6e\x67\x65\x72\47\x3e\x3c\57\151\x3e\74\57\141\x3e"; } echo "\x3c\x2f\164\x64\x3e"; echo "\x3c\x74\144\76{$y1["\156\157\x6d\145"]}\x3c\x2f\x74\144\76"; echo "\74\164\144\76{$i["\x69\144"]}\74\57\164\x64\76"; echo "\74\164\x64\x3e{$i["\156\x6f\155\145"]}\74\57\x74\144\x3e"; echo "\x3c\x74\144\76{$i["\x65\155\141\x69\x6c"]}\74\x2f\x74\x64\76"; echo "\x3c\164\144\x3e{$i["\143\x6f\x6e\164\141\x74\x6f"]}\74\57\164\x64\x3e"; echo "\x3c\x74\x64\x3e{$i["\x63\x70\x66"]}\x3c\57\x74\x64\x3e"; echo "\74\x2f\x74\162\x3e"; echo "\x3c\x64\x69\x76\x20\143\154\x61\163\163\x3d\47\x6d\x6f\x64\141\154\x20\146\x61\144\x65\40\145\x64\x70{$i["\x69\x64"]}\x27\x3e"; echo "\74\144\x69\166\x20\x63\x6c\141\163\163\75\47\155\x6f\144\141\154\x2d\144\151\x61\x6c\157\x67\40\155\157\x64\141\154\55\x6c\147\x27\76"; echo "\x3c\144\x69\166\x20\143\154\x61\x73\163\x3d\x27\x6d\157\x64\x61\154\55\x63\157\x6e\x74\x65\x6e\164\47\x3e"; echo "\x3c\144\151\x76\40\x63\154\141\x73\x73\x3d\47\155\x6f\144\x61\x6c\55\x68\145\x61\x64\x65\162\x27\x3e{$i["\x69\x64"]}\40\55\x20{$i["\x6e\157\155\x65"]}\74\x62\x75\x74\164\x6f\156\x20\143\154\x61\163\163\x3d\47\x62\164\156\55\x63\154\x6f\163\145\x27\40\144\141\x74\141\x2d\142\163\55\x64\x69\163\155\151\x73\163\x3d\x27\155\157\144\141\154\47\x3e\74\57\x62\165\x74\x74\x6f\156\x3e\74\x2f\x64\151\166\x3e"; echo "\74\x64\151\x76\x20\x63\154\141\163\163\75\47\x6d\x6f\x64\141\154\55\142\157\x64\171\x27\x3e"; echo "\74\x66\x6f\x72\155\40\x6d\145\x74\150\x6f\144\x3d\47\x70\157\x73\164\x27\x20\143\x6c\x61\x73\163\x3d\47\x27\76"; echo "\74\x69\156\160\165\x74\40\x74\171\160\x65\75\47\x68\x69\x64\x64\x65\x6e\x27\40\156\x61\155\x65\x3d\47\x70\137\145\x64\151\164\x61\162\103\141\144\x61\x73\x74\162\x6f\x27\40\166\x61\x6c\165\145\x3d\x27\x27\76"; echo "\x3c\x69\x6e\x70\x75\164\x20\164\x79\160\145\x3d\47\150\x69\144\x64\x65\x6e\47\x20\x6e\141\x6d\x65\75\x27\x69\x64\47\x20\x76\141\154\165\x65\75\x27{$i["\151\x64"]}\x27\x3e"; echo "\x3c\163\145\x6c\x65\x63\164\x20\156\141\155\x65\x3d\x27\x69\x64\137\160\162\x6f\x64\165\x74\157\x27\40\x63\x6c\x61\163\163\x3d\47\146\157\x72\155\55\x63\x6f\x6e\x74\x72\157\154\40\155\x62\55\x32\40\164\145\x78\x74\x2d\165\x70\x70\145\162\143\x61\163\145\x27\x3e"; $k0 = $pdo->query("\123\x45\114\105\103\x54\40\52\40\106\122\117\x4d\40\160\x72\157\144\x75\x74\157\x72\137\x65\166\145\x6e\x74\x6f\x20\x57\x48\x45\122\x45\40\151\x64\x5f\160\162\x6f\144\x75\x74\157\x72\x20\x3d\40\x27{$_SESSION["\x69\x64\x5f\x70\162\157\x64"]}\47"); foreach ($k0 as $in) { $q2 = $pdo->query("\123\x45\114\x45\103\124\x20\x2a\x20\x46\122\117\115\40\x65\x76\145\x6e\x74\157\x20\x57\110\105\122\105\40\151\x64\x20\75\40\x27{$in["\x69\x64\137\145\x76\x65\x6e\164\157"]}\47"); $y2 = $q2->fetch(); if ($i["\151\144\137\160\162\x6f\144\165\x74\157"] == $in["\151\144\137\x65\166\145\x6e\x74\x6f"]) { echo "\74\157\160\164\x69\157\x6e\x20\166\141\154\x75\145\75\47{$y2["\151\x64"]}\47\40\163\x65\154\x65\143\164\145\x64\76{$y2["\156\157\x6d\145"]}\74\57\157\x70\164\x69\157\156\76"; } else { echo "\x3c\x6f\160\x74\151\x6f\x6e\x20\x76\141\x6c\x75\145\x3d\x27{$y2["\151\144"]}\x27\76{$y2["\x6e\157\x6d\x65"]}\74\57\x6f\160\164\151\157\156\x3e"; } } echo "\74\x2f\x73\x65\x6c\145\143\x74\76"; echo "\x3c\151\x6e\160\165\x74\40\164\171\160\145\x3d\47\x74\145\170\x74\47\x20\156\x61\x6d\145\x3d\x27\x6e\x6f\x6d\145\x27\40\x63\x6c\141\x73\x73\75\47\x66\x6f\x72\155\x2d\x63\x6f\x6e\164\x72\x6f\x6c\40\x6d\x62\x2d\62\47\x20\x70\154\141\x63\x65\x68\157\x6c\x64\145\162\x3d\x27\116\x6f\x6d\x65\47\40\x76\141\x6c\165\x65\75\47{$i["\156\x6f\155\x65"]}\47\x20\x72\x65\x71\x75\x69\162\145\x64\76"; echo "\x3c\x69\156\160\x75\x74\x20\164\171\160\145\75\47\145\x6d\141\151\154\47\x20\156\x61\x6d\x65\75\47\145\155\x61\151\154\x27\x20\x63\x6c\x61\x73\x73\75\x27\146\157\162\155\x2d\x63\x6f\x6e\x74\x72\x6f\154\40\155\142\x2d\x32\x27\40\160\154\141\x63\145\150\157\154\144\145\162\x3d\x27\105\55\x4d\x61\151\154\x27\x20\x76\141\154\165\x65\75\x27{$i["\145\155\141\x69\154"]}\47\40\x72\145\x71\x75\x69\x72\x65\x64\76"; echo "\x3c\x69\156\x70\165\x74\x20\x74\x79\160\x65\75\47\164\x65\170\x74\x27\x20\x6e\141\155\145\75\x27\163\145\156\150\141\x27\40\x63\x6c\141\x73\163\x3d\x27\146\157\162\155\x2d\143\x6f\x6e\x74\x72\157\154\x20\155\x62\55\x32\x27\40\160\x6c\141\x63\x65\150\157\x6c\x64\x65\162\x3d\x27\x53\145\156\x68\141\47\40\x76\141\x6c\165\x65\x3d\47{$i["\x73\145\x6e\150\x61"]}\x27\40\162\145\161\x75\x69\162\x65\x64\x3e"; echo "\74\x64\151\x76\x20\143\x6c\x61\x73\163\75\x27\162\x6f\x77\40\162\x6f\x77\x2d\x63\x6f\x6c\x73\x2d\x32\x27\76"; echo "\x3c\x64\151\x76\40\143\x6c\x61\x73\x73\x3d\47\x63\157\x6c\x27\76"; echo "\x3c\151\156\160\165\164\x20\164\171\x70\145\75\x27\x74\145\x78\x74\x27\40\156\x61\155\x65\x3d\x27\x63\157\x6e\x74\141\164\x6f\47\x20\143\x6c\141\x73\x73\x3d\47\146\x6f\x72\155\x2d\x63\157\156\164\x72\157\x6c\40\x77\150\x61\x74\163\x61\x70\x70\40\155\x62\55\x32\47\x20\160\x6c\141\x63\145\150\x6f\154\144\145\162\75\47\x43\145\154\x75\154\x61\x72\x27\40\166\141\154\x75\145\x3d\x27{$i["\143\x6f\x6e\x74\x61\164\157"]}\47\40\x72\145\161\x75\x69\162\145\144\x3e"; echo "\x3c\x2f\144\151\x76\76"; echo "\x3c\144\x69\x76\40\x63\154\141\163\163\75\x27\x63\157\x6c\x27\76"; echo "\x3c\151\156\160\x75\164\40\x74\171\160\145\x3d\47\164\x65\x78\x74\47\40\x6e\141\x6d\x65\x3d\47\x63\x70\146\47\x20\x63\x6c\141\163\x73\x3d\x27\x66\x6f\162\155\55\143\x6f\156\164\162\157\154\40\155\x62\55\62\x27\40\160\154\x61\143\x65\x68\x6f\x6c\x64\145\x72\75\x27\103\x50\106\x27\x20\166\x61\154\x75\145\x3d\x27{$i["\143\160\x66"]}\47\40\162\x65\161\x75\x69\162\145\144\x3e"; echo "\74\57\144\151\166\x3e"; echo "\74\57\x64\151\x76\76"; echo "\x3c\144\151\166\40\143\x6c\141\163\x73\75\47\162\x6f\167\x20\x72\x6f\x77\x2d\143\x6f\x6c\x73\x2d\61\40\162\157\167\x2d\143\157\x6c\163\55\155\144\x2d\x32\40\143\157\x6c\154\141\160\163\145\47\76"; echo "\74\144\151\166\40\x63\154\141\x73\163\x3d\x27\143\x6f\x6c\55\x6d\x64\55\x32\47\x3e"; echo "\x3c\151\x6e\160\165\x74\40\164\x79\160\145\75\47\164\x65\170\x74\x27\40\143\x6c\x61\x73\163\75\x27\146\157\x72\155\55\143\x6f\156\x74\162\157\x6c\40\143\145\160\40\x6d\x62\55\x32\x27\40\x70\x6c\x61\143\x65\150\x6f\x6c\144\145\162\75\47\103\105\120\x27\40\x76\x61\154\x75\x65\x3d\47\x30\60\60\60\x30\x2d\x30\x30\60\47\40\x72\x65\x71\x75\x69\x72\145\x64\x3e"; echo "\74\57\x64\x69\166\76"; echo "\x3c\x64\151\x76\40\143\154\x61\x73\x73\x3d\47\x63\x6f\x6c\47\76"; echo "\74\151\x6e\x70\x75\164\40\164\x79\160\145\x3d\47\x74\x65\170\x74\47\40\156\141\155\145\75\47\145\x6e\144\x65\162\145\143\157\137\x63\157\155\x70\154\145\x74\x6f\x27\40\166\141\154\x75\x65\75\x27\156\x65\156\x68\x75\x6d\x27\x20\143\154\x61\163\x73\x3d\x27\x66\x6f\162\155\x2d\143\157\x6e\x74\x72\x6f\x6c\40\x65\156\144\145\162\145\x63\x6f\137\x63\157\155\160\154\145\x74\x6f\x20\155\142\x2d\x32\47\x20\160\154\x61\x63\145\150\157\154\x64\145\x72\x3d\x27\x45\156\x64\145\162\145\xc3\247\x6f\x20\143\157\155\x70\x6c\x65\x74\x6f\x27\40\162\x65\x71\165\151\162\x65\x64\76"; echo "\74\x69\156\160\165\164\40\x74\x79\x70\145\x3d\x27\150\x69\144\x64\145\156\x27\x20\x63\154\141\x73\x73\75\x27\x63\151\x64\x61\x64\145\x27\x20\166\x61\154\x75\145\x3d\x27\x6e\x65\156\x68\x75\x6d\x27\x20\156\x61\155\145\x3d\x27\143\151\144\x61\x64\145\47\x3e"; echo "\x3c\x69\156\160\x75\x74\x20\x74\x79\160\x65\75\x27\150\x69\144\144\x65\x6e\47\x20\143\154\141\163\163\x3d\x27\145\x73\164\141\x64\157\x27\x20\x76\x61\154\165\x65\75\47\x6e\145\156\150\x75\x6d\47\x20\156\x61\155\x65\x3d\x27\145\x73\164\x61\144\157\x27\x3e"; echo "\74\x2f\144\x69\x76\x3e"; echo "\74\57\144\x69\x76\76"; echo "\x3c\x62\165\x74\x74\157\156\40\156\141\x6d\145\75\47\47\x20\x63\x6c\141\x73\x73\75\x27\x62\164\156\x20\142\164\x6e\x2d\154\151\x67\150\164\40\155\171\55\63\x27\76\105\144\x69\x74\x61\x72\x3c\57\142\x75\x74\164\x6f\156\76"; echo "\74\57\146\157\162\x6d\76"; echo "\x3c\57\144\151\166\76"; echo "\74\57\x64\151\166\x3e"; echo "\74\x2f\144\151\166\76"; echo "\x3c\57\144\x69\x76\76"; } echo "\xa\x9\x9\x3c\x74\x62\157\x64\x79\x3e\xa\11\11\74\x2f\164\x61\x62\x6c\x65\76\12\x9\x3c\x2f\144\151\166\x3e"; } goto t_66U; XKpZs: if (isset($_GET["\143\157\x6e\146\x69\147"])) { echo "\74\146\157\162\x6d\x20\x6d\x65\x74\x68\157\144\75\47\x70\157\x73\164\47\40\x65\x6e\x63\164\171\x70\145\75\x27\155\165\x6c\x74\151\x70\x61\x72\164\57\x66\x6f\162\155\x2d\144\x61\164\x61\x27\76"; echo "\74\150\65\40\x63\154\141\x73\x73\75\x27\155\x79\55\63\47\x3e\122\x4f\102\xc3\224\x20\x57\x48\x41\x54\123\101\120\120\x3c\x2f\150\65\76"; echo "\x3c\144\x69\x76\40\x63\x6c\141\x73\163\x3d\47\x69\x6e\160\x75\164\55\147\x72\157\x75\160\x20\x6d\142\55\x32\x27\76\xa\x3c\x64\x69\x76\40\x63\154\x61\163\x73\x3d\47\x69\156\x70\x75\164\55\147\162\x6f\165\160\x2d\164\145\x78\164\47\x3e\124\117\113\105\x4e\74\x2f\x64\x69\x76\x3e\12\74\x69\156\x70\x75\x74\x20\164\171\x70\x65\x3d\47\x74\x65\x78\x74\47\40\143\x6c\141\x73\x73\x3d\x27\x66\x6f\162\x6d\55\143\157\x6e\164\x72\157\x6c\47\40\160\x6c\141\143\x65\x68\157\x6c\x64\x65\162\x3d\47\x54\117\113\105\116\x27\40\156\x61\x6d\145\x3d\x27\x72\x6f\x62\x6f\x5f\164\157\153\145\x6e\47\40\166\141\154\165\145\x3d\x27{$robo_token}\47\x20\x72\145\161\165\151\x72\145\x64\x3d\47\x72\145\161\165\151\x72\145\x64\x27\x3e\12\74\x2f\x64\x69\x76\x3e"; echo "\x3c\x64\151\166\40\143\x6c\141\x73\x73\75\x27\151\x6e\160\x75\164\x2d\x67\x72\157\x75\160\40\155\x62\x2d\x32\x27\76\xa\74\x64\151\x76\40\x63\x6c\141\x73\163\75\x27\151\x6e\160\165\x74\x2d\147\x72\157\165\160\x2d\x74\x65\x78\x74\47\x3e\123\105\x53\123\xc3\203\x4f\x3c\x2f\x64\151\x76\76\12\74\x69\x6e\x70\165\x74\40\164\x79\160\145\75\47\x74\145\170\x74\47\40\x63\154\141\x73\163\75\47\x66\157\x72\155\x2d\143\x6f\x6e\x74\162\x6f\154\47\x20\x70\154\141\143\145\x68\157\x6c\x64\145\162\75\47\123\x45\x53\123\xc3\203\117\x27\40\x6e\141\155\x65\75\x27\x72\x6f\142\157\x5f\x73\x65\163\x73\141\157\47\x20\166\141\x6c\165\x65\x3d\47{$robo_sessao}\47\40\x72\x65\x71\x75\151\162\x65\x64\x3d\x27\162\x65\x71\165\151\x72\x65\x64\x27\x3e\12\74\57\x64\151\x76\76"; echo "\74\x64\x69\x76\x20\x63\154\141\163\x73\x3d\x27\x69\x6e\160\x75\x74\x2d\x67\x72\x6f\165\160\40\x6d\x62\55\x32\47\x3e\12\74\144\x69\x76\x20\x63\x6c\x61\x73\x73\75\47\151\156\160\x75\x74\55\x67\x72\x6f\x75\x70\x2d\164\145\170\164\47\x3e\x4b\105\131\74\x2f\144\x69\x76\76\xa\74\x69\156\160\165\x74\40\164\171\x70\x65\75\x27\164\x65\170\164\x27\40\143\154\x61\x73\163\75\47\x66\x6f\x72\155\55\143\157\156\x74\162\x6f\154\47\x20\160\x6c\x61\143\145\x68\157\x6c\x64\145\162\75\47\113\x45\131\x27\x20\x6e\141\x6d\x65\75\x27\162\157\142\157\137\x6b\x65\x79\47\40\166\141\154\165\145\x3d\47{$robo_key}\47\40\x72\x65\x71\x75\151\162\145\x64\75\47\x72\145\x71\165\x69\x72\x65\x64\x27\76\12\x3c\x2f\144\151\166\76"; echo "\74\x64\151\166\x20\x63\154\x61\163\163\75\x27\x69\x6e\x70\x75\x74\x2d\147\x72\x6f\x75\x70\x20\x6d\x62\x2d\62\x27\76\xa\74\x64\x69\166\x20\x63\x6c\141\x73\x73\x3d\47\151\x6e\160\165\x74\55\x67\x72\157\165\160\x2d\x74\145\170\x74\x27\76\x55\x52\114\40\126\x50\x53\x3c\57\144\151\x76\76\xa\74\x69\x6e\x70\x75\x74\x20\x74\x79\160\145\x3d\x27\164\x65\x78\164\x27\x20\143\154\141\163\x73\x3d\47\146\x6f\x72\155\55\143\x6f\156\164\x72\x6f\x6c\47\x20\160\x6c\141\x63\x65\150\157\x6c\x64\145\162\x3d\x27\150\x74\x74\160\x3a\x2f\57\x31\x39\70\56\x32\67\56\71\66\56\x36\70\72\x33\x33\x33\x33\x27\40\x6e\x61\155\x65\75\47\162\x6f\142\x6f\x5f\x75\x72\x6c\x5f\x76\160\163\47\x20\166\x61\154\165\x65\x3d\47{$robo_url_vps}\47\x20\x72\x65\161\165\151\162\145\144\75\x27\162\145\x71\165\x69\x72\145\x64\47\x3e\xa\x3c\x2f\144\x69\x76\x3e"; echo "\74\x68\65\x20\143\x6c\141\163\x73\75\47\x6d\171\x2d\x33\40\144\x2d\146\154\145\170\40\152\165\163\x74\151\x66\x79\x2d\143\x6f\156\164\x65\x6e\164\x2d\142\145\x74\167\145\145\x6e\x27\x3e\xa\74\144\151\166\x3e\115\x45\x52\x43\x41\104\117\x50\101\x47\117\74\57\x64\x69\166\x3e\xa\74\x73\x6d\141\x6c\154\x3e\x3c\x61\40\150\162\145\x66\75\47\x2e\56\57\x70\141\x67\x74\157\137\162\x65\152\x65\151\x74\141\x64\x6f\56\x63\x73\x76\x27\x20\x74\141\x72\147\145\164\75\47\137\142\154\x61\156\x6b\x27\x3e\x4c\151\163\x74\141\40\144\x65\40\120\141\147\141\x6d\x65\x6e\x74\x6f\x73\40\x52\x65\x6a\145\151\x74\141\x64\157\x73\x3c\x2f\x61\x3e\x3c\57\x73\x6d\141\154\154\x3e\12\74\57\150\65\x3e"; echo "\x3c\144\x69\166\40\x63\154\141\x73\x73\x3d\x27\155\171\55\x33\x27\x3e"; if ($mp_cartao == "\61") { echo "\12\x9\x9\x3c\x64\x69\166\40\143\154\x61\x73\x73\x3d\47\x66\157\162\155\x2d\143\150\x65\143\x6b\x20\x66\x6f\x72\155\x2d\x63\x68\145\x63\153\55\x69\x6e\154\151\x6e\145\x27\x3e\12\11\11\x20\x20\74\x69\156\x70\x75\x74\40\x63\x6c\141\163\163\x3d\47\146\x6f\162\x6d\55\143\x68\145\143\x6b\x2d\x69\x6e\x70\x75\x74\40\x6d\x70\137\143\141\x72\x74\141\157\47\x20\x74\x79\160\145\x3d\47\143\150\145\143\153\x62\x6f\170\x27\40\156\141\x6d\x65\75\47\x63\141\162\x74\x61\x6f\47\x20\151\x64\x3d\x27\151\47\40\x76\x61\154\x75\x65\75\x27\x31\x27\40\x63\x68\145\x63\153\x65\x64\76\12\x9\x9\x20\x20\x3c\x6c\x61\x62\145\154\40\143\154\141\x73\x73\x3d\x27\146\157\162\155\x2d\143\x68\145\x63\x6b\55\154\141\142\145\154\x27\x20\146\x6f\162\x3d\47\151\47\76\x43\x61\162\164\303\243\x6f\74\57\154\141\x62\145\154\76\12\11\11\x20\x20\74\x73\160\x61\x6e\x20\x63\154\141\x73\163\75\x27\162\145\164\x75\x72\x6e\x2d\143\x61\162\x64\47\76\x3c\x2f\163\160\141\x6e\x3e\12\11\11\x3c\x2f\144\x69\x76\x3e\xa\x9\11"; } else { echo "\12\11\x9\x3c\144\151\166\x20\x63\154\x61\163\x73\x3d\x27\146\157\162\x6d\55\x63\150\x65\143\x6b\x20\146\157\162\155\x2d\143\x68\x65\x63\x6b\55\x69\156\x6c\x69\x6e\145\47\76\xa\x9\x9\40\40\x3c\x69\x6e\x70\x75\x74\40\x63\x6c\x61\163\x73\75\x27\x66\157\x72\x6d\x2d\x63\150\x65\x63\153\x2d\151\156\160\x75\x74\40\x6d\160\137\x63\141\x72\x74\x61\157\x27\40\164\x79\160\145\75\47\x63\x68\145\143\153\x62\x6f\170\x27\40\x6e\x61\155\x65\x3d\47\x63\141\162\x74\141\157\47\x20\151\x64\75\x27\x69\x27\x20\x76\x61\x6c\165\145\75\47\61\x27\76\12\11\11\40\40\74\154\141\142\145\x6c\x20\x63\x6c\x61\163\x73\75\47\146\157\x72\155\x2d\x63\150\145\143\153\55\154\141\142\145\154\47\40\x66\x6f\162\75\47\x69\x27\x3e\103\x61\x72\164\xc3\xa3\157\74\57\x6c\141\142\x65\x6c\76\12\11\x9\x20\40\x3c\163\160\141\x6e\x20\143\154\x61\163\x73\75\x27\162\145\164\x75\162\x6e\x2d\143\x61\162\144\47\x3e\74\57\163\160\x61\x6e\x3e\12\11\x9\x3c\57\x64\151\x76\76\12\x9\11"; } if ($mp_pix == "\61") { echo "\12\11\11\74\x64\x69\166\x20\x63\154\x61\x73\x73\x3d\47\146\157\x72\155\55\x63\150\x65\x63\153\40\x66\x6f\162\x6d\x2d\x63\150\x65\x63\x6b\x2d\x69\x6e\x6c\151\x6e\145\x27\76\12\11\11\x20\40\74\151\156\x70\165\x74\40\143\x6c\x61\x73\163\75\47\x66\x6f\x72\x6d\55\143\x68\x65\143\153\55\151\x6e\x70\165\164\x20\x6d\160\137\160\151\170\x27\x20\164\x79\x70\x65\x3d\x27\x63\150\145\x63\153\142\157\170\47\40\156\141\155\x65\x3d\47\x70\x69\x78\x27\x20\x69\x64\75\x27\x69\x27\40\x76\x61\x6c\165\145\75\x27\61\x27\x20\x63\150\145\x63\153\145\144\x3e\12\x9\x9\40\40\74\154\141\x62\x65\x6c\x20\x63\154\141\x73\163\x3d\47\146\157\162\x6d\x2d\143\x68\x65\x63\153\x2d\x6c\141\142\x65\x6c\x27\40\146\x6f\x72\75\x27\x69\47\76\120\x49\130\x3c\57\x6c\x61\x62\x65\154\76\12\x9\x9\x20\x20\x3c\x73\160\x61\156\x20\x63\x6c\141\x73\x73\x3d\47\162\145\x74\165\162\156\x2d\x70\x69\170\47\x3e\x3c\x2f\163\160\141\x6e\76\xa\11\x9\74\57\144\x69\166\x3e\xa\x9\x9"; } else { echo "\xa\x9\11\x3c\x64\x69\x76\x20\143\154\x61\163\x73\75\x27\146\x6f\x72\x6d\55\143\150\x65\x63\x6b\40\x66\157\162\x6d\x2d\143\x68\145\x63\x6b\x2d\x69\156\154\151\156\x65\47\76\12\11\11\x20\x20\74\151\x6e\160\x75\x74\x20\143\x6c\x61\x73\163\x3d\x27\x66\157\x72\155\55\x63\150\x65\143\x6b\x2d\x69\x6e\160\x75\164\x20\x6d\x70\137\160\x69\170\x27\40\x74\171\160\145\x3d\47\143\x68\145\143\153\142\157\x78\47\40\156\141\155\x65\75\47\x70\x69\170\x27\40\x69\144\75\47\151\x27\40\166\x61\154\165\145\75\47\x30\x27\76\xa\x9\x9\x20\x20\74\154\141\142\145\x6c\x20\143\154\141\163\x73\x3d\x27\x66\157\x72\x6d\x2d\x63\x68\x65\143\x6b\x2d\x6c\141\x62\x65\154\47\x20\146\157\x72\75\x27\x69\47\x3e\x50\111\130\74\x2f\154\141\x62\145\x6c\x3e\xa\11\11\x20\40\x3c\x73\160\141\x6e\40\143\154\x61\x73\163\75\x27\162\145\164\165\x72\156\x2d\x70\151\170\47\76\x3c\57\163\x70\x61\x6e\x3e\12\x9\x9\x3c\x2f\144\x69\166\76\xa\11\x9"; } if ($mp_pro == "\x31") { echo "\12\11\11\x3c\144\151\166\40\143\x6c\x61\163\163\x3d\47\x66\x6f\x72\155\x2d\x63\x68\x65\143\x6b\40\x66\157\x72\x6d\x2d\143\x68\145\x63\153\55\151\x6e\x6c\x69\x6e\x65\x27\x3e\xa\11\11\x20\x20\74\151\156\160\165\164\40\x63\x6c\141\163\x73\75\x27\146\x6f\162\155\55\143\150\x65\143\153\55\x69\156\x70\165\x74\x20\x6d\160\x5f\160\162\x6f\47\40\x74\171\160\x65\x3d\47\x63\150\x65\143\x6b\x62\x6f\170\47\40\156\141\155\x65\75\x27\x70\x72\157\x27\x20\x69\144\x3d\47\x69\x27\x20\166\141\154\x75\145\75\47\x31\47\x20\x63\150\145\x63\153\145\144\x3e\12\x9\11\40\x20\x3c\154\x61\x62\x65\x6c\x20\x63\154\x61\163\x73\x3d\47\146\157\x72\155\x2d\x63\x68\x65\x63\x6b\x2d\154\141\142\145\x6c\x27\40\x66\x6f\x72\x3d\x27\151\47\76\103\150\x65\x63\153\157\x75\x74\x2d\120\162\x6f\74\57\x6c\x61\x62\145\154\76\12\x9\11\40\x20\74\163\x70\x61\156\40\143\154\x61\163\x73\x3d\47\x72\145\164\165\x72\156\55\x70\162\x6f\47\x3e\74\x2f\163\x70\141\x6e\x3e\12\11\11\74\x2f\x64\151\x76\76\12\11\11"; } else { echo "\12\11\11\x3c\x64\x69\x76\40\x63\x6c\141\x73\163\75\x27\146\157\162\155\55\143\x68\x65\143\x6b\40\x66\157\x72\155\55\x63\x68\x65\x63\x6b\x2d\x69\x6e\154\151\x6e\x65\x27\x3e\12\x9\11\40\x20\74\151\x6e\x70\165\164\x20\143\x6c\x61\x73\163\x3d\47\146\157\x72\x6d\x2d\x63\x68\x65\x63\153\55\151\156\160\165\164\x20\x6d\160\137\160\162\157\x27\x20\164\x79\x70\145\x3d\47\x63\150\x65\x63\153\x62\157\170\x27\40\156\x61\155\145\75\x27\160\162\157\47\40\x69\x64\x3d\x27\x69\x27\40\166\x61\x6c\x75\145\x3d\x27\60\x27\x3e\12\11\x9\40\x20\74\x6c\x61\x62\145\x6c\40\x63\154\x61\x73\163\75\47\146\x6f\x72\x6d\x2d\x63\x68\x65\x63\x6b\x2d\x6c\141\x62\145\154\x27\x20\x66\x6f\162\75\x27\x69\47\76\103\150\145\143\153\157\x75\x74\55\120\162\x6f\x3c\57\x6c\x61\142\145\x6c\x3e\12\11\x9\40\40\x3c\x73\x70\141\x6e\40\x63\154\x61\x73\163\x3d\x27\162\145\164\165\162\x6e\x2d\160\162\157\47\76\74\57\x73\160\x61\156\x3e\xa\11\x9\x3c\x2f\144\x69\166\76\xa\11\11"; } echo "\74\x2f\x64\151\166\76"; echo "\12\x3c\144\151\166\40\143\x6c\x61\x73\163\75\47\x69\x6e\x70\165\x74\x2d\x67\162\157\165\160\x20\x6d\142\x2d\62\x27\76\xa\74\144\x69\166\40\x63\154\141\x73\163\75\47\x69\156\x70\x75\164\x2d\147\162\x6f\165\x70\x2d\x74\x65\170\x74\x27\76\103\x61\164\145\147\157\x72\x79\x5f\x69\x64\x3c\57\x64\x69\x76\76\xa\74\151\156\x70\165\x74\x20\x74\x79\160\x65\75\x27\164\x65\170\x74\47\x20\x63\x6c\x61\163\x73\75\x27\146\157\162\155\x2d\x63\x6f\156\164\x72\x6f\154\x27\x20\x70\x6c\x61\143\145\150\x6f\x6c\144\145\162\75\47\x4d\120\x20\x43\x61\x74\x65\147\157\162\151\141\40\x64\x6f\40\123\x69\164\x65\x27\x20\x6e\141\x6d\145\75\x27\x6d\160\x5f\x63\x61\x74\145\x67\157\x72\x79\137\x69\x64\x27\x20\166\141\x6c\x75\x65\x3d\47{$mp_category_id}\47\x20\x72\145\161\x75\x69\x72\145\144\x3d\47\162\145\x71\165\x69\162\x65\144\x27\x3e\xa\74\57\144\x69\x76\76"; echo "\12\x3c\x64\x69\x76\40\x63\154\x61\x73\x73\x3d\47\151\x6e\x70\x75\164\x2d\x67\x72\157\x75\x70\x20\x6d\142\55\62\47\x3e\xa\x3c\x64\x69\x76\x20\x63\x6c\x61\163\163\x3d\47\x69\156\160\165\164\x2d\147\162\157\165\x70\x2d\x74\145\170\x74\47\x3e\x43\165\162\x72\145\156\143\171\137\x69\x64\x3c\57\x64\x69\x76\x3e\xa\74\x69\x6e\160\x75\164\40\x74\x79\160\x65\75\47\164\x65\170\164\47\40\143\154\x61\x73\163\75\47\x66\157\x72\x6d\x2d\143\x6f\x6e\x74\x72\157\x6c\x27\x20\x70\154\x61\x63\x65\150\157\x6c\x64\x65\162\x3d\x27\x4d\120\x20\x4d\x6f\x65\144\141\40\x64\x65\x20\x70\141\147\x61\155\145\156\164\x6f\x20\x42\x52\114\x2c\125\123\104\x20\x65\x74\143\56\56\x2e\x27\40\156\x61\155\x65\75\47\155\160\137\x63\165\162\x72\145\156\x63\171\x5f\x69\144\x27\x20\x76\141\154\165\145\75\x27{$mp_currency_id}\x27\40\x72\145\x71\165\x69\x72\x65\x64\75\47\x72\x65\x71\x75\x69\x72\x65\x64\47\76\12\x3c\x2f\144\x69\x76\76"; echo "\xa\x3c\144\151\166\40\143\x6c\x61\163\x73\x3d\x27\151\x6e\x70\x75\164\x2d\x67\162\x6f\x75\160\40\155\142\55\x32\x27\76\12\x3c\144\x69\166\40\143\x6c\141\x73\x73\x3d\x27\151\x6e\x70\165\x74\x2d\x67\x72\157\x75\160\55\164\145\x78\164\47\x3e\124\151\x74\x6c\145\x3c\x2f\x64\151\x76\x3e\xa\x3c\151\x6e\160\165\164\40\x74\x79\x70\145\75\x27\x74\x65\x78\x74\47\x20\143\x6c\141\163\163\75\47\146\157\162\155\55\143\x6f\156\164\x72\157\154\47\40\160\x6c\141\143\145\x68\x6f\154\x64\x65\x72\x3d\x27\124\303\255\x74\x75\154\157\40\144\x6f\40\x73\x69\x73\164\145\155\141\x27\x20\156\141\155\145\x3d\x27\x6d\x70\137\x74\x69\x74\x6c\x65\x27\40\x76\141\x6c\165\x65\75\47{$mp_title}\47\40\x72\145\x71\x75\x69\162\145\144\x3d\x27\x72\x65\161\x75\151\162\145\144\x27\76\12\74\57\x64\151\166\x3e"; echo "\12\74\x64\151\166\40\x63\154\141\163\163\75\47\x69\x6e\x70\165\164\x2d\147\162\157\x75\x70\x20\155\142\55\62\47\76\xa\x3c\144\151\166\40\143\154\x61\163\x73\x3d\47\151\x6e\x70\x75\x74\x2d\x67\162\x6f\165\x70\55\164\x65\170\164\47\76\104\x65\x73\143\x72\x69\x70\x74\x69\157\156\74\57\x64\151\x76\76\12\74\x69\x6e\x70\x75\x74\x20\x74\x79\x70\145\75\47\164\145\170\x74\47\x20\x63\154\x61\163\x73\75\x27\146\x6f\162\155\x2d\x63\x6f\156\164\x72\x6f\154\x27\40\x70\x6c\141\143\x65\x68\157\154\144\x65\162\x3d\x27\120\145\x71\165\x65\x6e\141\40\144\145\163\x63\x72\x69\303\xa7\303\243\157\x20\144\157\x20\x71\x75\145\x20\xc3\251\40\166\x65\156\x64\x69\x64\157\x20\156\157\40\x73\x69\x73\x74\145\155\x61\x27\x20\156\x61\155\x65\75\47\155\x70\x5f\144\145\x73\x63\162\151\x70\x74\151\157\156\47\x20\x76\x61\x6c\x75\x65\75\x27{$mp_description}\47\x20\x72\x65\161\165\151\x72\145\144\75\x27\x72\x65\x71\x75\x69\x72\x65\144\47\76\xa\x3c\x2f\144\x69\x76\x3e"; echo "\xa\74\x64\x69\x76\x20\x63\154\x61\163\163\75\47\151\156\160\165\x74\x2d\147\162\157\x75\x70\40\x6d\142\55\x32\x27\x3e\xa\74\x64\x69\166\x20\x63\154\141\x73\163\75\47\151\156\160\165\164\55\x67\x72\157\x75\x70\55\164\145\x78\x74\47\x3e\x50\151\143\164\x75\x72\145\x20\125\x52\x4c\x3c\x2f\144\x69\166\x3e\12\74\x69\156\x70\x75\x74\40\164\171\160\145\75\x27\x74\x65\170\x74\x27\x20\143\154\x61\x73\163\x3d\x27\146\x6f\x72\155\55\143\157\156\x74\x72\157\154\x27\40\160\154\141\x63\145\x68\157\154\x64\145\x72\x3d\x27\125\122\x4c\x20\144\141\40\x69\x6d\x61\147\145\155\x20\x70\141\x64\162\xc3\243\x6f\x20\x64\x6f\40\303\255\x63\x6f\156\145\47\40\156\x61\x6d\145\x3d\x27\x6d\160\x5f\160\x69\143\x74\x75\162\145\137\x75\162\154\47\40\x76\x61\x6c\x75\145\75\47{$mp_picture_url}\x27\x20\162\x65\x71\x75\151\162\x65\144\x3d\x27\x72\145\x71\165\151\162\145\x64\47\76\xa\74\x2f\144\151\x76\76"; echo "\12\74\144\x69\166\40\x63\x6c\x61\163\163\x3d\x27\x69\x6e\160\x75\x74\x2d\147\162\157\x75\160\40\155\142\55\62\47\76\xa\74\x64\151\x76\x20\143\154\x61\x73\163\75\47\151\156\160\x75\164\x2d\147\162\157\x75\160\55\x74\145\170\x74\x27\x3e\125\122\114\40\x53\165\x63\x63\x65\x73\x73\74\x2f\144\151\166\x3e\12\x3c\x69\x6e\160\165\164\40\164\171\160\145\75\x27\x74\x65\x78\x74\47\x20\x63\154\x61\x73\163\75\47\146\157\162\x6d\x2d\143\x6f\x6e\164\x72\x6f\154\47\40\x70\154\141\x63\x65\x68\157\154\144\145\x72\75\47\125\122\114\x20\161\x75\141\156\144\x6f\40\157\x20\x70\x61\x67\141\155\145\156\x74\157\40\303\251\x20\x63\x6f\x6d\x70\x6c\x65\164\141\x64\157\x20\x63\x6f\x6d\x20\x73\x75\143\145\x73\163\x6f\x27\40\x6e\x61\155\145\75\47\165\162\154\137\x73\x75\143\143\145\163\x73\47\40\x76\141\154\165\x65\x3d\x27{$url_success}\x27\40\162\x65\x71\165\x69\162\145\x64\75\x27\162\x65\161\x75\151\162\145\144\x27\x3e\12\74\x2f\144\x69\x76\x3e"; echo "\xa\74\144\x69\x76\x20\143\154\141\x73\x73\x3d\47\x69\156\x70\165\164\x2d\147\162\x6f\x75\x70\40\x6d\x62\x2d\62\47\76\xa\74\144\151\166\40\x63\x6c\x61\x73\163\75\47\151\x6e\160\x75\164\x2d\x67\162\x6f\165\x70\x2d\164\145\170\164\x27\x3e\x55\122\x4c\x20\x50\145\156\144\x69\x6e\147\74\x2f\x64\151\x76\76\12\74\151\x6e\160\x75\x74\x20\x74\x79\x70\145\x3d\47\164\x65\170\164\47\40\143\154\x61\x73\x73\x3d\x27\146\x6f\162\x6d\55\x63\x6f\x6e\164\x72\157\x6c\47\40\160\x6c\x61\x63\145\150\x6f\154\144\x65\162\75\47\x55\122\114\x20\x71\165\x61\x6e\x64\x6f\40\157\x20\x70\x61\x67\141\x6d\x65\x6e\164\x6f\x20\145\x73\164\xc3\241\x20\160\145\156\144\145\156\x74\x65\x27\40\x6e\x61\155\x65\x3d\x27\165\x72\154\x5f\160\145\x6e\144\151\156\147\47\x20\166\x61\x6c\165\145\75\47{$url_pending}\47\40\x72\x65\x71\x75\151\162\145\x64\x3d\x27\162\x65\161\x75\x69\162\145\x64\x27\x3e\12\74\x2f\x64\x69\166\76"; echo "\12\x3c\144\151\166\x20\143\154\141\163\x73\x3d\x27\151\x6e\160\165\x74\x2d\147\x72\157\x75\160\x20\x6d\x62\x2d\62\x27\x3e\xa\x3c\x64\x69\166\40\143\x6c\x61\x73\163\75\x27\x69\156\x70\165\x74\x2d\x67\162\157\165\x70\x2d\164\x65\x78\x74\47\x3e\x55\x52\114\40\x46\141\x69\154\165\x72\x65\74\57\144\151\166\76\xa\74\x69\156\160\165\x74\40\164\x79\x70\x65\75\47\x74\145\x78\x74\47\40\x63\x6c\141\163\x73\75\x27\x66\x6f\162\155\55\143\x6f\x6e\x74\162\157\x6c\47\x20\x70\x6c\x61\143\145\150\x6f\x6c\144\145\162\75\47\x55\122\114\40\161\x75\141\156\144\157\x20\157\40\160\x61\x67\141\155\145\156\x74\157\x20\146\141\154\150\157\165\47\40\156\141\155\145\x3d\x27\x75\162\154\137\x66\141\151\154\x75\162\145\x27\x20\166\141\154\x75\x65\x3d\x27{$url_failure}\47\x20\162\145\161\165\x69\162\145\144\x3d\x27\162\145\x71\165\151\x72\145\144\47\76\12\x3c\57\x64\151\166\x3e"; echo "\xa\74\144\151\x76\x20\143\x6c\x61\x73\163\x3d\x27\x69\156\160\x75\x74\55\x67\x72\157\x75\x70\40\x6d\x62\x2d\62\x27\x3e\xa\x3c\144\x69\166\x20\143\154\141\x73\x73\75\x27\x69\156\x70\x75\164\55\x67\x72\x6f\x75\x70\55\x74\x65\x78\x74\47\76\x54\117\113\x45\116\74\57\x64\x69\x76\76\12\74\151\x6e\x70\165\164\40\164\171\160\x65\75\x27\164\145\170\x74\47\x20\x63\154\x61\x73\163\75\47\x66\157\x72\155\55\x63\x6f\x6e\164\x72\x6f\x6c\47\x20\160\154\x61\x63\x65\x68\x6f\x6c\x64\x65\162\x3d\47\x54\157\153\145\x6e\47\x20\x6e\141\x6d\145\75\47\155\x70\x5f\164\x6f\153\x65\x6e\x27\40\x76\x61\154\x75\x65\75\47{$mp_token}\x27\40\x72\x65\161\165\151\162\145\x64\75\x27\162\145\161\x75\151\162\145\x64\x27\76\12\74\57\x64\151\x76\76"; echo "\12\x3c\144\151\x76\40\143\154\141\x73\x73\x3d\47\151\x6e\160\x75\x74\55\147\x72\157\165\160\x20\x6d\142\55\x32\47\76\12\74\x64\151\166\40\143\x6c\x61\163\x73\x3d\47\151\x6e\160\x75\164\x2d\147\162\x6f\x75\x70\x2d\164\145\170\164\x27\x3e\113\105\131\x3c\57\x64\x69\x76\x3e\12\x3c\151\x6e\160\165\164\40\x74\x79\160\x65\x3d\x27\164\145\170\x74\47\40\x63\x6c\141\163\163\x3d\x27\146\x6f\162\155\55\x63\x6f\x6e\x74\162\157\x6c\47\x20\x70\154\x61\x63\x65\150\157\154\144\145\162\75\x27\103\x68\x61\166\x65\x27\x20\x6e\141\x6d\145\75\x27\x6d\160\x5f\x6b\145\x79\x27\x20\x76\141\x6c\165\x65\x3d\x27{$mp_key}\47\40\x72\x65\161\165\x69\x72\x65\x64\x3d\x27\x72\145\x71\x75\151\162\x65\144\47\76\12\x3c\57\144\151\166\76"; echo "\74\150\x35\x20\143\x6c\141\x73\163\75\47\x6d\x79\x2d\x33\47\x3e\x4c\111\115\120\x45\x5a\101\x20\104\117\x20\103\x41\122\122\111\x4e\x48\x4f\74\57\150\65\76"; echo "\xa\74\144\151\x76\40\x63\154\141\x73\x73\75\x27\151\156\160\165\x74\55\147\162\x6f\165\x70\40\155\142\55\62\47\x3e\12\74\x64\x69\x76\40\143\154\x61\x73\x73\75\47\x69\156\x70\x75\164\55\x67\162\157\165\160\55\164\145\x78\x74\47\76\x4d\151\156\x75\164\x6f\163\x3c\57\144\151\166\x3e\12\x3c\x69\x6e\x70\x75\x74\40\x74\171\160\145\75\47\164\x65\170\x74\47\40\x63\154\141\163\163\x3d\x27\x66\157\162\155\x2d\143\157\156\x74\162\x6f\154\47\x20\x70\154\x61\143\x65\150\157\154\144\x65\162\x3d\47\115\x69\x6e\165\164\x6f\163\x27\40\156\141\155\x65\x3d\47\155\x69\156\165\164\157\x73\137\154\x69\155\x70\145\172\141\x5f\x63\x61\162\164\x27\x20\166\x61\x6c\165\x65\75\x27{$minutos_limpeza_cart}\47\40\162\145\161\165\x69\162\145\144\x3d\x27\162\x65\x71\x75\151\x72\145\144\x27\x3e\12\x3c\x2f\x64\151\166\76"; echo "\74\x68\x35\40\x63\x6c\x61\163\163\75\47\155\171\55\x33\x27\76\122\105\x44\x45\x20\105\x20\x43\x4f\x4e\x54\x41\x54\x4f\74\57\150\65\76"; echo "\xa\x3c\144\151\x76\40\x63\x6c\141\163\x73\x3d\x27\x69\156\x70\x75\164\x2d\147\x72\x6f\165\160\40\x6d\x62\x2d\62\x27\x3e\xa\74\x64\151\166\40\143\x6c\141\x73\x73\x3d\x27\x69\156\160\x75\164\55\x67\x72\157\x75\x70\55\164\145\x78\164\47\x3e\111\156\x73\164\141\x67\162\x61\155\x3c\x2f\x64\x69\x76\x3e\xa\x3c\151\156\160\165\x74\x20\164\x79\x70\145\x3d\x27\x74\145\170\x74\47\x20\143\x6c\141\163\x73\x3d\x27\146\157\x72\155\x2d\x63\157\156\x74\x72\157\154\47\x20\x70\154\x61\143\145\x68\x6f\154\x64\145\162\x3d\x27\x68\164\x74\x70\163\x3a\x2f\x2f\x27\x20\x6e\141\x6d\145\75\47\x69\156\163\164\x61\147\x72\x61\x6d\47\x20\166\x61\x6c\165\145\75\x27{$instagram}\x27\x20\162\145\161\x75\151\x72\x65\x64\75\x27\162\x65\161\165\x69\x72\x65\144\47\76\12\74\x2f\x64\151\x76\x3e"; echo "\xa\74\144\x69\x76\x20\x63\x6c\x61\163\x73\75\x27\x69\x6e\x70\x75\164\x2d\x67\162\157\x75\x70\40\155\x62\55\62\47\76\xa\74\x64\x69\x76\x20\143\x6c\141\x73\163\x3d\x27\151\156\x70\165\164\55\147\x72\x6f\x75\160\x2d\164\x65\170\164\x27\76\106\x61\x63\145\142\x6f\x6f\153\74\57\144\151\x76\76\12\74\x69\156\160\165\164\x20\164\171\160\x65\x3d\x27\164\x65\x78\x74\47\x20\x63\x6c\141\x73\163\x3d\47\x66\157\162\155\55\x63\x6f\156\x74\x72\157\154\47\40\x70\154\141\143\x65\150\157\x6c\144\x65\162\75\47\x68\164\x74\x70\x73\x3a\57\x2f\x27\40\156\141\155\x65\x3d\x27\x66\141\143\x65\142\x6f\x6f\x6b\x27\x20\166\x61\x6c\165\145\x3d\x27{$facebook}\x27\40\162\x65\x71\x75\151\x72\145\x64\75\x27\162\145\161\165\151\x72\x65\144\47\76\xa\74\57\144\x69\x76\x3e"; echo "\12\x3c\x64\x69\x76\x20\x63\154\141\x73\163\x3d\47\151\156\x70\165\164\x2d\147\x72\157\x75\x70\40\155\x62\x2d\x32\x27\x3e\xa\74\144\151\x76\x20\143\x6c\141\x73\163\x3d\47\151\x6e\x70\x75\164\x2d\147\x72\157\165\160\x2d\164\145\170\x74\47\76\x57\x68\141\164\x73\x61\160\x70\74\57\x64\x69\x76\76\xa\74\151\156\x70\165\164\x20\164\x79\x70\x65\x3d\47\164\145\170\164\x27\40\x63\154\141\163\163\75\47\x66\x6f\162\155\x2d\143\157\156\164\x72\157\154\x20\167\x68\x61\164\x73\141\x70\x70\47\40\160\x6c\x61\143\145\150\x6f\x6c\144\145\162\75\x27\x28\60\60\51\40\60\56\60\60\x30\x30\x2d\x30\x30\x30\x30\x27\x20\x6e\141\155\x65\75\47\x77\150\141\164\x73\x61\x70\x70\x27\x20\166\141\x6c\165\145\x3d\x27{$whatsapp}\47\40\162\145\x71\x75\151\162\145\144\x3d\x27\x72\145\x71\x75\151\162\145\144\x27\76\xa\x3c\57\x64\x69\166\x3e"; echo "\74\150\x35\40\x63\x6c\141\163\x73\75\47\155\171\x2d\63\47\76\123\105\x4f\74\x2f\150\x35\76"; echo "\74\144\x69\166\40\x63\x6c\141\163\163\x3d\47\162\x6f\x77\x20\162\157\167\55\x63\x6f\154\x73\x2d\62\x27\76"; echo "\x3c\x64\151\x76\x20\143\154\141\x73\163\75\47\x63\157\x6c\x27\x3e"; if ($site_logo == "\60") { echo "\x3c\160\x3e\65\63\63\x78\x31\67\64\40\x4c\157\147\157\x3a\x20\74\x69\156\160\x75\164\x20\x74\171\x70\145\75\47\x66\151\x6c\145\x27\40\x6e\x61\155\145\75\47\x73\151\164\x65\x5f\154\x6f\x67\x6f\x27\x20\x61\x63\143\145\x70\x74\75\x27\151\155\x61\147\x65\x2f\x2a\x27\40\162\x65\161\165\151\x72\145\144\75\47\162\x65\161\x75\x69\162\x65\144\47\x3e\74\x2f\x70\76"; } else { echo "\74\x64\151\x76\40\x63\x6c\141\163\163\x3d\47\x63\x61\x72\144\40\x6d\x62\55\x33\47\76"; echo "\74\144\x69\166\x20\143\154\141\x73\163\75\47\x63\x61\x72\144\x2d\x62\157\144\171\x27\76"; echo "\74\144\151\x76\x20\143\154\x61\x73\163\75\x27\143\141\162\x64\55\x68\x65\x61\x64\x65\162\x20\142\147\x2d\167\x68\151\164\x65\x27\x3e\74\x61\x20\150\x72\x65\x66\x3d\47\151\x6e\x64\145\x78\x2e\x70\150\160\x3f\x64\x65\154\154\157\147\157\47\x20\x63\x6c\x61\163\163\x3d\47\164\145\170\x74\x2d\x64\x61\x6e\x67\145\162\x27\x3e\74\x69\40\143\154\x61\x73\163\75\x27\x66\141\162\40\x66\x61\x2d\x74\x72\x61\163\x68\x2d\x61\x6c\x74\x20\x74\x65\x78\164\x2d\144\141\x6e\x67\x65\162\x27\76\x3c\57\x69\x3e\40\x44\145\x6c\x65\164\141\162\74\57\x61\x3e\x3c\57\144\151\x76\76"; echo "\x3c\x69\155\x67\40\x73\162\143\75\47\x2e\x2e\57\x69\x6d\141\x67\x65\x73\x2f{$site_logo}\x27\x20\163\164\171\x6c\x65\75\47\155\141\170\x2d\167\151\144\164\150\x3a\62\x30\x30\x70\170\x3b\x27\40\x61\154\164\75\47\x27\40\x2f\76"; echo "\x3c\151\x6e\x70\165\x74\x20\x74\171\160\x65\x3d\47\150\x69\144\x64\x65\156\x27\40\x6e\x61\155\x65\75\47\163\x69\164\x65\x5f\x6c\157\147\x6f\47\40\x76\x61\x6c\x75\145\75\47{$site_logo}\x27\40\162\x65\x71\165\x69\x72\145\144\x3d\47\x72\x65\x71\x75\x69\162\x65\144\47\76"; echo "\x3c\57\144\x69\166\x3e"; echo "\74\57\144\151\x76\76"; } echo "\74\x2f\x64\x69\x76\76"; echo "\x3c\x64\x69\x76\x20\143\x6c\141\x73\163\x3d\47\143\x6f\154\x27\x3e"; if ($site_icone == "\60") { echo "\74\x70\x3e\63\62\170\x33\x32\x20\xc3\215\143\157\x6e\x65\72\40\74\x69\x6e\160\165\x74\40\x74\x79\160\x65\x3d\x27\146\151\x6c\x65\47\x20\156\141\155\x65\75\47\x73\x69\164\145\137\x69\143\157\156\145\x27\x20\x61\143\x63\145\x70\x74\75\x27\x69\x6d\x61\x67\145\57\x2a\47\40\162\x65\161\x75\x69\162\x65\144\x3d\x27\x72\145\x71\165\x69\x72\x65\x64\x27\76\74\x2f\160\76"; } else { echo "\x3c\x64\x69\x76\x20\x63\154\141\x73\163\x3d\x27\143\x61\162\x64\40\155\142\55\63\x27\76"; echo "\x3c\x64\151\166\x20\143\x6c\141\x73\163\75\x27\143\x61\162\x64\x2d\142\157\144\x79\x27\76"; echo "\x3c\x64\151\x76\40\143\x6c\141\163\163\75\x27\143\x61\162\144\x2d\x68\145\141\x64\145\x72\x20\x62\147\55\167\150\151\164\145\47\76\x3c\141\40\x68\162\145\146\75\x27\x69\156\144\x65\x78\x2e\x70\x68\160\77\x64\x65\154\151\x63\x6f\x6e\x27\x20\x63\x6c\141\163\x73\x3d\47\x74\x65\x78\164\x2d\144\141\156\147\145\162\x27\76\x3c\151\40\143\154\141\x73\x73\x3d\x27\146\141\x72\40\x66\x61\55\x74\162\x61\163\150\55\x61\x6c\x74\x27\x3e\74\57\151\76\x20\104\145\x6c\x65\x74\x61\162\74\x2f\141\x3e\74\x2f\x64\x69\x76\x3e"; echo "\74\x69\155\x67\x20\x73\162\x63\75\47\x2e\56\x2f\151\x6d\141\147\x65\163\57{$site_icone}\47\40\163\x74\x79\x6c\x65\x3d\47\x6d\x61\x78\x2d\x77\x69\144\x74\x68\x3a\x34\x32\160\x78\x3b\x27\x20\x63\x6c\x61\163\163\75\x27\155\171\55\x34\47\40\x61\154\x74\75\x27\x27\x20\x2f\76"; echo "\74\x69\x6e\x70\x75\164\x20\x74\x79\160\145\x3d\47\150\x69\x64\x64\145\x6e\x27\x20\156\x61\155\x65\75\47\163\x69\x74\x65\x5f\151\143\157\x6e\x65\47\x20\x76\x61\154\x75\x65\75\47{$site_icone}\47\40\162\145\x71\165\x69\162\x65\x64\x3d\x27\162\x65\161\x75\x69\x72\x65\144\x27\x3e"; echo "\74\57\144\x69\x76\x3e"; echo "\74\57\144\x69\x76\x3e"; } echo "\x3c\57\144\151\166\76"; echo "\74\57\x64\x69\166\x3e"; echo "\74\151\156\x70\x75\164\x20\164\171\x70\145\75\47\164\x65\x78\x74\x27\x20\x63\154\x61\x73\x73\75\x27\x66\157\x72\x6d\55\x63\x6f\156\164\x72\157\154\x27\x20\x6e\x61\x6d\x65\x3d\47\163\151\x74\145\x5f\x75\162\154\47\x20\160\154\141\x63\145\x68\157\154\144\x65\162\x3d\47\125\x52\114\40\123\151\x74\145\47\x20\166\x61\x6c\165\x65\x3d\47{$site_url}\x27\x20\x72\x65\x71\x75\151\x72\145\144\75\47\x72\145\161\x75\x69\x72\x65\x64\x27\76"; echo "\x3c\x69\156\x70\x75\x74\40\164\171\160\145\x3d\x27\164\145\x78\164\47\x20\143\x6c\x61\163\x73\x3d\47\x66\x6f\x72\155\x2d\143\157\156\x74\162\x6f\154\x20\x6d\x79\55\x32\47\40\156\141\155\145\x3d\47\163\x69\164\145\x5f\x74\x69\x74\x75\x6c\157\47\x20\160\x6c\x61\x63\145\150\157\x6c\144\145\162\x3d\x27\124\xc3\xad\x74\165\x6c\157\x27\40\x76\x61\x6c\165\145\x3d\47{$site_titulo}\x27\x20\162\145\161\165\x69\x72\x65\144\75\x27\x72\x65\161\x75\151\162\x65\144\x27\x3e"; echo "\74\151\156\160\x75\x74\x20\164\171\160\x65\x3d\x27\164\145\170\164\47\x20\x63\x6c\141\163\163\75\x27\146\x6f\162\155\x2d\x63\157\156\164\162\x6f\154\40\x6d\171\55\x32\47\x20\156\x61\x6d\x65\x3d\47\x73\151\164\x65\x5f\x64\x65\163\x63\x72\x69\160\164\x69\x6f\x6e\47\40\160\x6c\141\143\145\x68\x6f\154\x64\x65\162\75\x27\x44\145\163\143\162\x69\160\x74\x69\x6f\x6e\x27\x20\x76\x61\x6c\165\145\75\x27{$site_description}\x27\40\162\145\x71\165\x69\162\x65\x64\x3d\47\162\x65\x71\x75\151\162\145\144\x27\x3e"; echo "\74\151\x6e\x70\165\x74\40\164\x79\x70\x65\75\47\164\x65\x78\x74\47\40\x63\x6c\141\163\x73\x3d\47\146\157\162\x6d\x2d\x63\157\156\164\162\157\154\x27\40\156\x61\x6d\x65\75\47\x73\x69\x74\x65\x5f\x6b\145\x79\167\x6f\x72\144\x73\47\40\x70\x6c\x61\x63\x65\150\x6f\154\x64\145\162\75\x27\x4b\x65\x79\167\x6f\x72\x64\163\x27\40\166\141\x6c\165\145\75\47{$site_keywords}\47\40\40\162\145\161\165\x69\162\x65\144\75\x27\x72\145\x71\165\x69\162\145\x64\47\76"; echo "\40\12\x9\x3c\150\65\40\143\154\x61\163\163\75\47\155\x79\55\x33\47\x3e\105\x2d\x4d\101\111\x4c\x20\x44\117\40\x53\x49\x53\x54\x45\x4d\101\74\x2f\150\x35\76\40"; echo "\12\x3c\144\151\x76\x20\143\154\x61\163\x73\x3d\x27\151\x6e\x70\x75\164\55\147\162\157\x75\x70\x20\155\142\55\x32\x27\x3e\12\74\144\151\x76\40\143\x6c\141\x73\163\75\47\x69\x6e\x70\165\164\x2d\147\x72\157\x75\x70\55\x74\145\170\164\47\x3e\124\303\255\x74\x75\x6c\157\x3c\57\x64\x69\166\76\12\x3c\151\x6e\x70\165\x74\x20\x74\171\160\145\x3d\47\164\x65\x78\164\47\x20\160\154\x61\143\x65\x68\157\154\144\145\x72\75\x27\124\xc3\255\164\x75\x6c\x6f\40\x64\x6f\x20\105\55\x4d\x61\151\x6c\x27\x20\156\x61\x6d\x65\75\47\145\155\141\x69\154\x5f\x74\151\164\x75\x6c\x6f\47\40\x76\141\154\x75\145\75\x27{$email_titulo}\47\40\143\154\x61\163\163\x3d\47\146\157\x72\x6d\x2d\143\157\x6e\164\x72\x6f\x6c\x27\x3e\xa\x3c\x2f\144\151\x76\76"; echo "\12\x3c\x64\x69\x76\40\x63\154\x61\163\163\75\47\x69\156\160\x75\164\55\x67\162\157\165\x70\40\155\142\55\62\47\x3e\xa\74\x64\x69\166\x20\143\x6c\x61\163\x73\75\x27\151\x6e\160\x75\164\x2d\147\x72\x6f\x75\160\x2d\x74\145\170\164\47\76\x53\115\124\120\x3c\x2f\x64\151\x76\76\xa\74\151\x6e\x70\165\x74\40\x74\x79\x70\145\75\47\x74\x65\170\164\x27\40\x6e\x61\x6d\145\75\x27\163\155\164\x70\47\40\166\x61\154\165\x65\75\x27{$smtp}\x27\x20\160\154\141\143\x65\150\x6f\x6c\144\145\162\75\47\x53\x4d\x54\x50\x20\x47\x65\x72\x61\x6c\x6d\x65\156\x74\x65\40\x73\x65\x6d\x70\x72\145\40\xc3\251\72\40\40\155\x61\x69\154\56\155\x65\165\x73\x69\164\x65\x2e\x63\x6f\155\x2e\x62\x72\47\40\x63\154\141\163\x73\75\47\x66\x6f\x72\155\55\143\157\x6e\x74\x72\x6f\x6c\x27\76\12\74\x2f\x64\x69\166\76"; echo "\xa\74\144\151\166\x20\143\154\141\163\163\x3d\x27\x69\x6e\160\x75\x74\x2d\147\x72\157\165\x70\40\x6d\142\x2d\x32\47\x3e\xa\x3c\144\x69\166\x20\143\154\141\163\x73\x3d\47\x69\x6e\160\165\x74\x2d\x67\162\x6f\165\160\55\164\145\170\x74\x27\76\120\x6f\162\x74\141\x3c\x2f\x64\x69\x76\76\12\74\151\x6e\x70\165\164\40\164\171\x70\145\75\47\164\x65\x78\x74\x27\x20\x6e\x61\x6d\145\x3d\47\x70\157\162\x74\x61\x27\x20\160\x6c\141\143\x65\150\157\154\144\x65\x72\75\x27\x50\x61\x64\162\xc3\xa3\x6f\x20\62\x35\54\40\64\66\x35\40\145\40\123\123\114\40\x35\x38\67\47\40\166\x61\154\x75\145\x3d\47{$porta}\x27\40\143\x6c\141\163\x73\75\47\x66\157\162\x6d\55\143\157\x6e\x74\x72\157\x6c\47\x3e\xa\x3c\57\144\x69\166\x3e"; echo "\12\x3c\144\x69\x76\40\x63\x6c\x61\163\163\75\47\x69\x6e\160\x75\x74\55\x67\x72\x6f\165\x70\40\155\142\x2d\x32\x27\76\12\74\144\x69\166\40\x63\154\x61\x73\163\x3d\47\x69\156\x70\x75\164\55\147\x72\x6f\165\x70\x2d\164\x65\170\164\47\76\105\55\x4d\141\x69\154\x3c\x2f\144\x69\x76\76\xa\x3c\x69\x6e\x70\x75\x74\40\164\x79\160\x65\75\47\x65\155\141\x69\154\47\x20\x70\x6c\141\143\x65\150\x6f\154\144\x65\162\x3d\x27\x45\55\x4d\141\151\x6c\x27\x20\156\141\155\x65\75\47\145\155\141\x69\x6c\47\x20\166\141\x6c\165\145\75\47{$email}\47\40\143\154\x61\x73\163\75\47\x66\x6f\x72\155\x2d\x63\157\156\164\162\x6f\x6c\x27\76\xa\x3c\x2f\144\x69\166\x3e"; echo "\12\x3c\x64\151\x76\40\143\154\x61\x73\x73\75\47\x69\156\x70\x75\164\x2d\147\162\x6f\x75\x70\x20\x6d\142\x2d\x32\47\76\12\74\144\151\x76\40\x63\154\141\x73\x73\75\x27\151\156\160\165\164\55\x67\162\x6f\x75\160\55\x74\145\x78\x74\x27\x3e\123\145\x6e\150\141\x3c\57\x64\151\x76\x3e\xa\x3c\x69\x6e\160\x75\164\40\164\171\160\x65\75\x27\164\145\170\164\47\40\160\154\141\143\145\150\157\x6c\x64\145\162\x3d\x27\123\145\156\x68\141\x27\40\156\141\155\x65\x3d\x27\x73\x65\156\150\x61\x5f\145\x6d\141\151\154\47\x20\x20\x76\x61\154\x75\145\75\47{$senha_email}\x27\40\x63\154\x61\163\163\x3d\x27\146\x6f\x72\155\x2d\143\157\x6e\164\162\x6f\x6c\x27\x3e\xa\x3c\x2f\144\x69\166\x3e"; echo "\74\x62\x75\x74\x74\157\156\x20\x6e\x61\x6d\x65\75\47\143\x6f\156\146\x69\x67\x5f\x75\160\144\141\164\x65\47\x20\x63\x6c\141\x73\x73\75\47\142\164\156\x20\142\x74\x6e\x2d\154\x69\x67\x68\x74\x20\x6d\171\55\63\47\x3e\x41\164\165\141\154\151\172\x61\x72\74\x2f\142\x75\164\164\157\x6e\x3e"; echo "\74\x2f\146\x6f\x72\155\76"; echo "\74\57\144\x69\x76\76"; } goto rk8dF; CZ_J7: if (isset($_GET["\155\141\x6b\x65\126\157\x75\x63\150\145\162"])) { $a = $pdo->query("\123\x45\114\105\103\124\x20\52\40\106\x52\x4f\115\40\143\141\x72\162\151\x6e\150\157\40\127\110\x45\122\105\40\x69\144\x20\x3d\40\x27{$_GET["\151\x64"]}\47\x20\x41\116\104\x20\x69\144\x5f\143\x6c\151\40\x3d\x20\47{$_SESSION["\151\144\137\x63\x6c\151"]}\47\x20\101\x4e\104\x20\163\164\141\x74\165\163\40\75\x20\x27\x61\x70\160\162\x6f\x76\x65\x64\47\40\x41\x4e\104\x20\x76\157\165\143\150\145\x72\x5f\143\x72\x69\x61\x64\x6f\x20\75\40\47\60\x27"); if ($a->fetchColumn() > 0) { $a = $pdo->query("\x53\105\x4c\x45\x43\x54\40\x2a\40\x46\122\x4f\x4d\40\x63\x61\x72\x72\151\x6e\150\x6f\x20\127\110\105\x52\x45\x20\151\x64\40\75\40\x27{$_GET["\x69\144"]}\x27\40\x41\x4e\x44\x20\x69\144\137\x63\154\151\x20\x3d\x20\x27{$_SESSION["\x69\x64\x5f\143\154\x69"]}\47\40\101\x4e\x44\x20\163\x74\141\164\165\x73\40\75\x20\47\141\160\160\162\157\166\145\144\x27\x20\x41\116\x44\x20\166\157\165\x63\x68\x65\162\x5f\143\x72\x69\x61\144\157\x20\x3d\x20\47\60\x27"); $b = $a->fetch(); if ($b["\x76\157\x75\x63\x68\145\162\x5f\143\x72\151\x61\x64\x6f"] < $b["\161\165\141\x6e\x74\151\x74\171"]) { $id_evento = $b["\151\144\x5f\x65\166\145\x6e\164\157"]; $id_setor = $b["\x69\x64\x5f\163\145\164\x6f\x72"]; $s1 = $pdo->query("\x53\105\x4c\x45\x43\x54\x20\x2a\40\106\x52\117\x4d\40\x65\166\x65\156\x74\x6f\x20\x57\110\x45\122\x45\40\151\x64\x20\75\40\x27{$id_evento}\x27"); $e1 = $s1->fetch(PDO::FETCH_ASSOC); $nome_evento = $e1["\156\x6f\155\x65"]; $s2 = $pdo->query("\x53\105\114\x45\103\124\40\52\40\106\x52\117\115\40\x73\x65\164\x6f\162\40\127\110\105\x52\105\x20\x69\x64\x20\x3d\x20\47{$id_setor}\47"); $e2 = $s2->fetch(PDO::FETCH_ASSOC); $setor = $e2["\x6e\157\155\x65"]; $tipo_ingresso = $e2["\x74\151\160\157\137\151\156\147\162\145\163\x73\x6f"]; $a3 = $pdo->query("\123\105\x4c\x45\103\x54\x20\52\x20\106\122\x4f\115\x20\155\x61\x70\141\x73\40\127\x48\105\122\105\40\151\144\40\x3d\40\47{$b["\151\x64\137\x6d\141\160\141"]}\47"); $b3 = $a3->fetch(); $lugar = "{$b3["\154\x65\x74\162\x61"]}{$b3["\156\165\155\x65\x72\157"]}\x20{$b["\x64\145\163\x63\x72\x69\x63\x61\157"]}"; include "\x2e\x2f\161\x72\143\157\144\145\x2f\x71\162\x6c\x69\142\56\160\150\160"; include "\x2e\57\x62\x61\x72\x63\x6f\x64\145\x2f\142\141\x72\x63\x6f\144\145\x2e\151\x6e\x63\56\160\150\x70"; for ($i = 1; $i <= $b["\161\165\141\x6e\x74\151\164\x79"]; $i++) { $code_number = rand(1000000000, 9999999999); new barCodeGenrator($code_number, 1, "\x62\x61\162\x63\157\144\x65\57\x69\155\147\x2f\142\x61\162\143\157\x64\x65\137" . $code_number . "\x2e\160\156\x67", 110, 90, true); $codebar_imagem = "\x62\x61\x72\x63\157\x64\x65\137{$code_number}\56\160\156\147"; $i_codebar = file_get_contents("\142\x61\x72\143\157\x64\x65\x2f\151\x6d\147\57{$codebar_imagem}"); $codebar_img64 = base64_encode($i_codebar); $a = rand(0, 999999999999); QRcode::png(utf8_decode($code_number), "\x71\x72\x63\x6f\x64\145\x2f\x51\x52\137\x69\x6d\x61\147\x65\x73\x2f\121\122\137{$a}\x2e\x70\156\147"); $qr_code = "\x51\x52\x5f{$a}\x2e\x70\156\x67"; $i_qr = file_get_contents("\161\x72\143\157\144\x65\57\x51\x52\137\151\x6d\141\x67\x65\163\57{$qr_code}"); $qr_img64 = base64_encode($i_qr); $q = "\111\x4e\x53\x45\x52\124\x20\111\x4e\x54\x4f\40\x76\157\x75\143\150\x65\x72\x73\40\x28\x69\x64\137\x63\154\151\54\x69\144\137\x65\166\145\156\x74\157\54\151\x64\x5f\x73\x65\164\157\162\54\x63\157\x64\x65\142\x61\162\x5f\x6e\x75\155\142\145\162\54\x63\157\144\x65\x62\x61\x72\x5f\151\x6d\x61\x67\x65\54\161\x72\x5f\x63\157\x64\145\54\144\x61\164\x61\54\x69\144\137\143\x61\x72\164\51\40\12\11\11\x56\x41\114\x55\x45\x53\xa\11\11\50\xa\11\11\x27{$_SESSION["\x69\x64\x5f\143\x6c\151"]}\x27\54\xa\11\11\47{$id_evento}\47\x2c\xa\x9\11\x27{$id_setor}\47\54\xa\11\x9\x27{$code_number}\47\54\xa\x9\11\x27{$codebar_img64}\47\54\12\x9\x9\47{$qr_img64}\47\x2c\xa\11\11\x27{$data_hora}\47\54\xa\x9\x9\x27{$_GET["\151\144"]}\x27\12\11\11\51"; $pdo->query($q); unlink("\x62\x61\x72\x63\157\144\145\x2f\151\x6d\147\57{$codebar_imagem}"); unlink("\161\x72\143\x6f\x64\x65\x2f\121\x52\x5f\x69\155\141\x67\x65\x73\x2f{$qr_code}"); $pdo->query("\125\x50\104\101\x54\105\40\x63\x61\x72\162\151\x6e\150\x6f\x20\x53\105\124\x20\166\x6f\165\143\150\x65\162\137\x63\162\x69\141\144\x6f\40\x3d\40\47{$b["\161\165\141\156\x74\151\164\x79"]}\47\40\x57\x48\105\x52\105\x20\151\144\40\75\x20\x27{$_GET["\x69\144"]}\x27\40\101\116\x44\40\151\x64\x5f\x63\154\x69\40\75\x20\47{$_SESSION["\x69\144\x5f\x63\x6c\151"]}\47\x20\x41\116\104\40\163\164\141\164\x75\163\40\75\40\x27\141\x70\x70\x72\x6f\x76\x65\x64\47"); } } echo "\x3c\163\x63\162\151\x70\x74\x3e"; echo "\12\x9\x53\x77\141\154\56\x66\x69\162\x65\x28\x7b\xa\11\40\x20\164\151\164\154\145\x3a\40\47{$nome_evento}\47\54\xa\11\x20\x20\150\164\x6d\154\72\x20\x27{$setor}\40\x26\162\141\x71\x75\157\x3b\x20{$tipo_ingresso}\40{$lugar}\x3c\x62\x72\40\57\x3e\x3c\x62\x72\40\57\x3e\x20\126\157\x75\143\150\x65\x72\40\x43\x72\151\x61\144\157\40\x63\x6f\155\x20\x73\x75\x63\x65\163\x73\x6f\41\x27\x2c\12\11\40\x20\151\143\x6f\156\72\x20\47\163\165\143\143\145\163\163\47\x2c\12\11\40\x20\x63\157\156\146\151\162\x6d\x42\165\x74\x74\x6f\156\124\145\170\x74\x3a\x20\47\x45\x6e\x74\145\x6e\x64\151\144\x6f\47\12\11\x7d\x29\x2e\164\x68\145\x6e\50\x28\162\145\163\x75\154\164\51\40\x3d\x3e\x20\x7b\xa\x9\x20\40\12\11\x20\40\x69\146\x20\x28\162\x65\163\165\x6c\x74\56\x69\163\103\x6f\x6e\146\151\x72\155\145\144\51\x20\x7b\xa\11\x20\x20\40\40\x77\x69\156\144\157\167\x2e\x6c\x6f\x63\141\164\x69\x6f\156\x2e\x68\162\145\x66\x3d\x27\x3f\x6d\145\165\x73\151\156\x67\162\145\163\163\x6f\163\x27\xa\11\40\x20\175\40\12\11\x7d\51\xa\11"; echo "\74\57\x73\x63\x72\x69\x70\x74\x3e"; } else { echo "\74\x73\x63\162\x69\160\164\76"; echo "\12\11\x9\x53\167\141\154\56\x66\151\162\145\x28\173\xa\x9\11\40\40\164\x69\x74\154\145\x3a\x20\x27\x27\54\12\x9\11\x20\x20\150\x74\x6d\x6c\x3a\40\47\x45\163\x74\x65\40\x56\x6f\165\143\150\145\162\x20\152\303\241\40\x66\157\151\40\143\162\x69\141\144\157\47\x2c\12\11\11\40\40\x69\143\157\156\x3a\x20\47\145\162\x72\157\162\47\54\12\x9\x9\40\x20\x63\x6f\x6e\146\151\162\155\102\x75\164\x74\x6f\x6e\124\x65\170\164\x3a\x20\47\x45\156\164\x65\156\144\151\144\157\x27\12\11\x9\x7d\51\x2e\164\150\145\156\50\50\162\145\163\x75\x6c\164\51\x20\75\x3e\40\173\xa\x9\x9\x20\40\xa\x9\x9\x20\x20\x69\146\x20\x28\162\145\163\x75\154\164\x2e\151\163\103\x6f\156\146\151\x72\155\x65\x64\x29\x20\x7b\12\11\11\40\40\x20\x20\167\x69\x6e\144\157\x77\x2e\154\157\x63\x61\x74\151\x6f\x6e\x2e\x68\162\145\146\x3d\47\77\x6d\145\x75\x73\151\x6e\x67\162\x65\163\x73\x6f\x73\x27\12\x9\11\40\x20\x7d\40\xa\x9\11\x7d\51\12\11\11"; echo "\74\57\163\x63\x72\151\160\x74\x3e"; } } goto VAMFm; VMyzk: if (isset($_POST["\141\137\x6d\141\153\145\105\170\x63\x65\154"])) { if (file_exists("\143\157\156\x76\145\156\x69\157\137\144\145\x74\x61\154\150\x65\x73\56\143\163\x76")) { unlink("\143\x6f\x6e\x76\x65\156\x69\x6f\x5f\144\x65\x74\x61\x6c\x68\145\163\56\x63\163\166"); } $x = fopen("\143\x6f\156\166\x65\x6e\151\x6f\137\144\x65\164\141\154\150\x65\163\56\143\163\x76", "\167"); $titulos = array("\x4e\117\x4d\x45", "\x43\x50\x46", "\x50\x52\117\x44\x55\124\117", "\x56\x41\x4c\117\x52", "\104\101\x54\x41"); fputcsv($x, $titulos); $c = $pdo->query("\x53\105\x4c\x45\103\x54\40\x2a\40\x46\122\117\115\40\143\x61\x72\162\151\156\x68\x6f\x20\127\x48\105\122\105\x20\x69\144\x5f\x65\x76\x65\156\164\x6f\40\x3d\x20\x27{$_POST["\151\144\137\145\x76\145\156\164\x6f"]}\47\40\101\x4e\104\x20\x73\x74\141\x74\x75\163\x20\x3d\40\x27\x61\160\x70\x72\157\166\145\x64\x27\40\101\x4e\x44\40\144\141\164\x61\40\x42\105\x54\x57\105\105\x4e\40\47{$_POST["\144\137\151\x6e\x69\143\151\141\x6c"]}\47\40\101\x4e\104\40\x27{$_POST["\x64\137\x66\151\x6e\x61\x6c"]}\x27\x20\x4f\x52\x44\x45\122\40\x42\131\x20\x64\141\x74\141\40\x41\123\x43"); foreach ($c as $d) { $c0 = $pdo->query("\123\105\x4c\105\103\124\x20\x2a\x20\x46\x52\117\x4d\40\x73\x65\164\157\x72\40\127\110\105\122\x45\40\151\x64\40\x3d\40\x27{$d["\151\144\x5f\163\145\164\157\x72"]}\47"); $d0 = $c0->fetch(); $c1 = $pdo->query("\x53\x45\114\x45\x43\124\40\x2a\x20\106\122\117\115\x20\x63\154\x69\145\x6e\164\145\163\40\x57\x48\x45\122\105\x20\151\x64\40\x3d\x20\47{$d["\151\144\137\x63\x6c\151"]}\x27"); $d1 = $c1->fetch(); $c2 = $pdo->query("\123\105\114\x45\103\x54\x20\52\x20\106\x52\117\115\x20\166\x6f\165\x63\x68\x65\x72\163\40\127\110\105\x52\105\x20\151\144\137\143\141\162\164\x20\x3d\x20\47{$d["\151\144"]}\x27\x20\x41\116\x44\x20\x73\143\x61\156\40\x3d\40\x27\x31\47"); $n_vouchers = $c2->rowCount(); $d2 = $c2->fetch(); $c3 = $pdo->query("\123\x45\114\105\103\124\40\52\40\x46\x52\x4f\x4d\40\160\162\x6f\144\165\x74\157\x72\40\127\x48\105\122\x45\x20\x69\x64\x20\x3d\x20\47{$d["\151\144\137\x70\162\x6f\x64\165\x74\x6f\162"]}\x27"); $d3 = $c3->fetch(); $q = $pdo->query("\123\x45\114\x45\x43\124\x20\x53\125\x4d\x28\161\165\141\x6e\x74\151\164\x79\x29\40\141\x73\40\x76\156\x64\x20\106\122\x4f\115\40\143\x61\162\x72\x69\156\x68\x6f\x20\127\110\x45\x52\x45\x20\151\x64\137\145\x76\145\x6e\x74\x6f\40\75\40\47{$_POST["\x69\144\x5f\145\166\145\156\164\157"]}\x27\40\x41\x4e\x44\40\x69\144\137\x73\145\x74\157\162\40\75\40\47{$d["\x69\144\x5f\163\x65\x74\x6f\162"]}\47\40\x41\116\x44\40\163\164\141\x74\165\x73\40\75\40\47\141\160\160\x72\x6f\166\145\x64\47"); $y = $q->fetch(); $all = "{$d0["\156\x6f\155\x65"]}\40{$d0["\x74\151\160\x6f\x5f\151\156\x67\162\145\163\163\x6f"]}"; $valor = $d0["\166\x61\154\x6f\x72"]; $dt = date("\144\57\155\57\131", strtotime($d["\144\141\164\x61"])); $hs = $d["\x68\157\162\141"]; $dh = "{$dt}\40{$hs}"; fputcsv($x, array($d1[nome], $d1[cpf], $all, $valor, $dh)); } fclose($x); echo "\74\x73\x63\x72\151\x70\x74\x3e\167\x69\x6e\144\x6f\x77\x2e\154\x6f\143\x61\164\151\x6f\x6e\56\150\162\x65\146\75\x27\x3f\141\137\x64\x65\164\x61\x6c\150\145\x73\x26\151\x64\x3d{$_POST["\151\x64\x5f\145\x76\145\x6e\x74\157"]}\47\x3c\x2f\x73\x63\162\x69\160\164\76"; } goto o5W5U; d0nI4: if (isset($_GET["\141\x5f\144\142"])) { echo "\74\144\x69\x76\x20\143\x6c\141\163\x73\x3d\x27\x64\x2d\x66\x6c\145\170\x20\x6a\x75\x73\x74\151\x66\171\x2d\143\157\x6e\x74\x65\156\164\55\x62\145\x74\x77\145\145\x6e\47\x3e"; echo "\74\150\65\40\x63\x6c\141\x73\163\x3d\47\x6d\164\x2d\64\x27\x3e\x42\x41\116\103\117\40\x44\105\x20\x44\101\104\117\123\x3c\57\150\x35\x3e"; echo "\x3c\144\x69\166\40\143\x6c\x61\163\163\75\x27\x6d\x74\x2d\64\x27\x3e\74\141\x20\x68\x72\x65\x66\75\47\144\142\137\143\141\162\162\x69\x6e\x68\x6f\x5f\x64\x65\154\145\164\x61\144\157\163\56\143\x73\x76\47\40\x64\141\164\x61\55\x62\163\55\x74\157\157\154\164\x69\x70\x20\144\x61\164\141\x2d\142\x73\x2d\164\151\x74\154\x65\x3d\47\103\154\151\161\165\145\x20\143\x6f\155\40\157\40\142\157\164\303\xa3\157\40\144\151\162\145\x69\x74\x6f\40\144\157\40\115\x4f\125\x53\x45\x20\x75\163\145\40\x6f\40\123\141\154\166\141\162\40\x4c\x69\156\x6b\x20\103\x6f\155\157\47\40\40\164\141\162\147\x65\x74\75\x27\x5f\x62\x6c\x61\156\153\47\76\x49\164\145\x6e\x73\x20\104\145\x6c\145\164\141\144\157\x73\74\x2f\141\76\x3c\x2f\x64\x69\166\x3e"; echo "\74\x2f\144\x69\x76\x3e"; echo "\x3c\x64\x69\166\40\143\x6c\141\163\x73\x3d\x27\155\142\x2d\x35\47\x3e\x3c\163\155\141\x6c\154\x20\143\154\x61\x73\x73\75\x27\x74\145\x78\164\55\x64\x61\156\147\145\162\40\x6d\171\x2d\x33\x27\x3e\116\x55\x4e\103\101\x20\104\105\x4c\105\124\x45\40\124\151\x63\x6b\x65\164\x73\40\x71\165\x65\40\x65\x73\164\xc3\243\x6f\x20\x63\157\x6d\40\163\x74\x61\x74\165\x73\40\144\x65\x20\160\x61\147\141\x6d\x65\x6e\164\x6f\x20\x41\120\122\x4f\126\101\x44\117\x3c\x2f\x73\155\x61\154\x6c\x3e\74\x2f\x64\151\166\76"; echo "\x3c\x66\x6f\162\x6d\40\155\145\x74\150\157\x64\x3d\x27\160\x6f\163\164\47\x3e"; echo "\74\x69\x6e\160\x75\x74\x20\164\x79\x70\145\x3d\47\x68\151\144\144\x65\x6e\47\x20\x6e\141\x6d\x65\x3d\47\141\x5f\144\x62\x27\76"; $q = $pdo->query("\123\x45\x4c\105\103\x54\x20\x2a\x20\x46\122\117\x4d\x20\x63\x61\162\162\x69\156\x68\x6f\x20\x4f\122\104\105\122\x20\x42\x59\x20\151\144\x20\x44\105\x53\x43"); foreach ($q as $i) { $a = $pdo->query("\123\x45\x4c\105\x43\x54\x20\52\x20\x46\x52\117\x4d\x20\x65\x76\145\156\x74\x6f\x20\127\110\x45\122\x45\x20\151\x64\40\75\40\47{$i["\x69\x64\x5f\x65\x76\x65\156\164\157"]}\x27"); $b = $a->fetch(); $a1 = $pdo->query("\x53\105\x4c\105\x43\124\40\52\x20\106\x52\x4f\x4d\40\x73\145\164\157\162\40\127\110\105\x52\105\40\151\x64\x20\x3d\40\47{$i["\151\x64\137\163\x65\164\x6f\162"]}\x27"); $b1 = $a1->fetch(); $a2 = $pdo->query("\x53\105\114\105\103\124\40\x2a\40\x46\x52\117\x4d\x20\x63\154\x69\145\x6e\164\145\163\40\x57\x48\105\x52\105\40\151\144\x20\x3d\40\47{$i["\151\x64\137\143\154\x69"]}\47"); $b2 = $a2->fetch(); echo "\x3c\144\151\166\x20\143\154\141\163\163\x3d\47\162\157\x77\x20\x20\x62\x6f\162\144\x65\162\x2d\142\157\x74\x74\157\x6d\40\x6d\55\60\40\x70\x2d\60\40\160\x79\55\x32\x20\154\x69\x6e\145{$i["\151\x64"]}\47\x3e"; echo "\74\144\151\x76\40\x63\154\141\163\163\75\47\143\157\154\55\155\x64\55\x31\x27\76"; echo "\x3c\x64\x69\x76\40\143\x6c\141\163\163\75\47\x66\157\x72\x6d\55\x63\150\145\x63\153\47\76"; echo "\x3c\151\x6e\x70\165\164\40\x74\171\160\145\x3d\47\x63\150\145\x63\x6b\142\x6f\x78\47\40\156\141\x6d\x65\x3d\47\143\x68\x65\x63\x6b\133\x5d\47\40\166\141\154\165\145\75\x27{$i["\151\144"]}\x27\40\143\154\141\x73\x73\x3d\x27\146\x6f\x72\x6d\x2d\x63\x68\x65\143\153\x2d\x69\x6e\x70\165\164\x27\76"; echo "\74\x2f\144\151\166\x3e"; if ($b["\x69\155\141\x67\145\x6d"] == '') { echo "\x3c\x64\x69\166\40\143\x6c\x61\x73\163\x3d\47\47\76\x3c\151\x20\x63\154\x61\163\163\x3d\47\146\x61\55\x72\145\x67\165\x6c\141\x72\x20\x66\x61\55\151\x6d\x61\147\145\x20\x66\x61\55\x32\170\x27\x20\x64\x61\164\141\55\x62\163\55\164\x6f\157\x6c\x74\151\x70\x20\144\x61\x74\141\x2d\142\x73\x2d\164\151\164\x6c\145\x3d\x27\111\x6d\141\147\145\155\40\120\x65\162\x64\x69\144\141\x27\76\74\x2f\x69\x3e\x3c\57\x64\x69\x76\x3e"; } else { echo "\74\151\155\x67\x20\x73\x72\143\75\47\x2e\x2e\57\151\155\141\147\145\163\57\145\166\145\156\164\157\163\57{$b["\151\155\141\x67\145\155"]}\47\40\x63\154\141\x73\163\x3d\47\162\x6f\165\156\x64\x65\144\47\40\x73\x74\171\154\145\75\x27\167\x69\144\164\150\72\x33\62\x70\x78\73\x68\145\151\x67\x68\x74\x3a\63\62\160\x78\73\47\x20\x61\x6c\x74\x3d\47\x27\40\x2f\x3e"; } echo "\x3c\57\x64\151\166\76"; echo "\x3c\144\151\166\40\143\x6c\141\163\x73\75\x27\143\157\x6c\x2d\155\x64\x2d\x34\x27\x3e"; echo "\x3c\x73\160\x61\x6e\x20\x63\x6c\x61\x73\163\75\x27\164\145\x78\164\55\165\x70\x70\145\162\x63\141\163\145\47\x3e{$b["\156\157\x6d\x65"]}\74\57\x73\160\141\x6e\x3e\x3c\x62\x72\x20\x2f\x3e"; echo "{$b1["\x6e\157\155\x65"]}\x20\x26\x72\x61\x71\165\x6f\73\x20{$b1["\x74\x69\x70\x6f\x5f\151\156\147\x72\x65\x73\163\157"]}"; $a3 = $pdo->query("\123\105\114\105\103\124\40\x2a\40\106\x52\117\115\x20\x6d\x61\160\141\163\x20\127\x48\105\x52\x45\x20\x69\144\x20\x3d\x20\x27{$i["\x69\x64\x5f\x6d\141\x70\x61"]}\x27"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("\123\105\x4c\105\103\124\40\x2a\40\106\122\x4f\x4d\40\155\x61\160\x61\163\x20\x57\110\x45\122\105\40\151\144\40\x3d\40\47{$i["\151\x64\137\x6d\x61\x70\141"]}\x27"); $b3 = $a3->fetch(); echo "\x3c\x73\160\141\x6e\40\x63\x6c\x61\x73\x73\75\x27\142\141\144\147\x65\40\x62\147\x2d\x69\x6e\x66\x6f\40\x70\55\x32\x20\155\163\x2d\x32\x27\76{$b3["\154\145\164\x72\x61"]}{$b3["\156\165\155\x65\162\x6f"]}\40{$b3["\144\145\163\143\x72\151\x63\x61\157"]}\x3c\57\163\x70\141\x6e\x3e"; } echo "\x3c\x62\x72\x20\57\x3e"; echo "\125\111\x44\40\46\x72\x61\x71\x75\157\73\40{$i["\x69\144\137\x63\x6c\151"]}\40\74\142\x72\x20\57\76\x20\x45\x2d\x4d\141\x69\154\x20\46\x72\141\161\165\157\73\x20{$b2["\145\x6d\x61\x69\x6c"]}\x20\74\142\x72\40\57\76"; if ($i["\160\x72\x65\146\145\162\145\x6e\x63\x65"] != "\60") { echo "\x3c\163\155\x61\x6c\x6c\x20\143\154\141\163\163\75\x27\164\145\x78\x74\x2d\x64\x61\156\x67\x65\162\47\76\46\162\141\x71\x75\x6f\x3b\40\x49\x6e\151\143\x69\x6f\x75\x20\x6f\40\x70\x61\x67\x61\x6d\x65\x6e\164\157\74\57\x73\155\x61\154\154\x3e\74\142\x72\x20\x2f\x3e"; } if ($i["\x63\154\x69\143\157\x75\137\x65\155\137\x70\x61\147\141\162"] != "\60") { echo "\x3c\x73\x6d\x61\154\x6c\40\143\154\x61\x73\163\x3d\x27\x74\145\170\x74\55\144\x61\156\x67\145\162\x27\76\46\162\x61\161\x75\157\x3b\40\103\x6c\x69\x63\157\165\40\x65\155\x20\x70\141\x67\141\162\x3c\x2f\163\x6d\x61\x6c\x6c\76"; } echo "\x3c\x2f\x64\151\x76\76"; echo "\x3c\x64\151\166\x20\x63\154\141\163\x73\x3d\x27\x63\x6f\x6c\55\155\x64\55\x33\47\76"; echo date("\x64\57\155\57\x59", strtotime($i["\x64\141\164\141"])) . "\40\x2d\x20{$i["\150\157\162\x61"]}\x3c\142\162\76"; if ($i["\163\x74\141\164\165\x73\x5f\144\145\164\x61\x69\x6c"] != "\x30") { if ($i["\x73\x74\141\164\x75\163\137\144\145\164\141\x69\154"] == "\141\143\x63\162\145\144\151\x74\x65\144") { echo "\x3c\163\x70\141\x6e\40\x63\x6c\x61\x73\x73\x3d\47\164\145\x78\164\x2d\163\165\143\x63\145\163\163\47\x3e{$i["\163\164\141\x74\x75\163\137\x64\145\164\x61\x69\154"]}\40\x3c\x2f\x73\160\141\x6e\x3e\74\142\x72\x20\57\76"; } else { echo "\x3c\163\x70\141\156\40\x63\x6c\x61\163\x73\x3d\47\47\76{$i["\x73\x74\141\x74\165\x73\137\x64\x65\x74\141\x69\x6c"]}\x20\x3c\57\x73\160\x61\156\x3e\x3c\142\x72\x20\57\76"; } } if ($i["\x70\141\x79\155\x65\156\164\x5f\155\x65\x74\150\x6f\144"] == "\x6d\x61\163\164\x65\x72") { echo "\x3c\151\x20\x63\154\x61\163\163\x3d\x27\142\151\40\142\x69\x2d\143\162\145\x64\x69\164\x2d\x63\x61\x72\x64\47\x3e\x3c\x2f\151\76\40\x4d\141\x73\164\x65\x72\103\x61\162\144"; } else { if ($i["\x70\x61\x79\155\x65\x6e\x74\x5f\155\145\164\x68\x6f\144"] == "\x70\x69\x78") { echo "\x3c\151\40\143\154\x61\x73\x73\x3d\47\x66\141\x2d\142\162\141\156\x64\163\x20\x66\141\x2d\x70\x69\170\x27\76\74\57\151\x3e\40\x50\111\130"; } else { if ($i["\x70\x61\x79\155\x65\156\164\137\155\145\164\150\157\x64"] == "\x76\x69\163\x61") { echo "\x3c\x69\40\x63\154\141\x73\x73\75\x27\142\x69\40\x62\151\x2d\x63\162\x65\x64\x69\x74\x2d\143\x61\162\144\47\76\74\57\151\x3e\40\126\151\163\141"; } else { if ($i["\160\x61\171\x6d\x65\x6e\164\x5f\x6d\x65\164\x68\157\x64"] != "\60") { echo "{$i["\x70\x61\171\155\145\156\164\x5f\x6d\x65\x74\150\157\144"]}\x20\74\x62\162\x20\x2f\76"; } } } } echo "\74\57\144\x69\166\76"; echo "\74\x64\151\166\x20\143\154\141\x73\163\75\47\143\157\x6c\x2d\x6d\x64\55\62\47\x3e"; echo "\x78{$i["\x71\x75\x61\156\164\151\164\171"]}\x20\46\162\x61\x71\x75\157\x3b\x20"; echo "\x3c\163\x70\141\x6e\40\x63\154\141\163\163\x3d\x27\x63\151\x66\x72\141\x6f\47\x3e\x52\x24\74\x2f\163\160\x61\156\76" . number_format($i["\x75\x6e\151\x74\137\x70\x72\151\143\x65"], 2, "\x2c", "\x2e") . "\40\x3c\142\x72\x20\x2f\x3e"; $v_total = $i["\x75\156\x69\164\x5f\x70\x72\151\143\x65"] * $i["\161\x75\141\x6e\x74\151\164\x79"]; echo "\x3c\163\x70\x61\156\40\143\154\x61\163\x73\75\47\x63\x69\x66\162\x61\157\x27\x3e\x52\x24\x3c\57\163\x70\141\x6e\x3e" . number_format($v_total, 2, "\54", "\56"); echo "\x3c\57\144\151\x76\76"; echo "\x3c\x64\x69\x76\40\143\154\141\x73\x73\x3d\47\x63\x6f\x6c\x2d\155\x64\55\62\x27\76"; echo "\x3c\x2f\x64\151\x76\76"; echo "\74\57\x64\x69\166\76"; } if ($q->rowCount() > 0) { echo "\x3c\142\x75\164\164\157\x6e\x20\156\141\x6d\145\75\47\x61\x5f\x64\163\x65\154\x6c\47\40\143\154\141\163\163\75\47\142\x74\x6e\x20\142\x74\x6e\55\x64\x61\156\x67\145\x72\x20\144\x2d\x73\x65\x6c\154\x27\x3e\x3c\x69\x20\143\x6c\141\x73\163\x3d\x27\146\141\x20\146\141\55\x74\162\141\x73\x68\55\x61\x6c\164\x27\x3e\74\57\x69\76\40\104\145\154\145\x74\x61\x72\40\x53\145\154\x65\143\151\x6f\156\x61\144\x6f\x73\x3c\57\x62\x75\x74\x74\157\x6e\x3e"; } echo "\74\57\x66\x6f\162\155\76"; } goto rxZNR; fsmDN: if (isset($_GET["\160\137\144\145\x74\x61\154\x68\145\x73"])) { $a = $pdo->query("\x53\x45\114\x45\103\x54\40\52\40\106\122\117\115\40\145\x76\x65\x6e\164\157\40\127\110\105\122\105\x20\151\144\40\x3d\40\x27{$_GET["\151\144"]}\x27"); $e = $a->fetch(); echo "\74\150\x35\40\x63\154\x61\x73\x73\x3d\x27\x6d\171\55\64\x27\76\104\145\164\x61\x6c\150\145\163\40\x3c\163\x70\x61\156\x20\x63\x6c\x61\163\x73\x3d\47\x73\165\x62\55\x63\157\x72\47\76{$e["\156\x6f\155\x65"]}\x3c\57\163\160\141\x6e\x3e\12\x9\x3c\144\151\x76\x20\143\x6c\x61\163\x73\x3d\x27\165\156\144\145\x72\142\141\162\47\76\x3c\57\x64\x69\166\x3e\12\11\74\57\x68\x35\x3e"; echo "\x3c\x64\151\x76\x20\143\x6c\x61\163\x73\75\x27\164\x61\x62\x6c\145\55\162\x65\163\160\157\x6e\163\151\x76\x65\47\76"; echo "\x3c\164\141\142\x6c\145\40\x63\154\141\163\x73\x3d\x27\164\141\142\154\145\47\x20\x73\164\171\154\x65\x3d\x27\164\145\x78\164\x2d\x61\x6c\x69\x67\x6e\72\x6c\145\x66\x74\x3b\x27\x20\x64\x61\164\x61\x2d\160\x61\147\145\x2d\154\x65\x6e\147\164\150\x3d\x27\61\x30\60\47\x3e\xa\x9\11\x20\x20\40\74\164\150\x65\x61\x64\x3e\xa\11\x9\x20\x20\x20\40\74\164\x72\x3e\12\11\x9\x20\40\x20\40\40\x20\x3c\164\x68\x20\163\x63\x6f\x70\145\75\47\x63\157\154\x27\x3e\x43\x4c\111\105\x4e\x54\x45\x3c\x2f\x74\x68\x3e\xa\x9\11\40\x20\40\x20\40\x20\x3c\164\x68\x20\x73\143\157\160\145\x3d\47\x63\157\x6c\47\x3e\123\x45\x54\117\122\74\57\x74\150\x3e\xa\x9\x9\x20\x20\40\40\40\x20\x3c\164\x68\x20\163\x63\157\160\145\x3d\x27\143\157\154\x27\76\124\x49\120\x4f\x3c\57\x74\150\x3e\12\x9\x9\x20\x20\40\x20\40\x20\x3c\164\150\40\x73\x63\x6f\160\x65\75\x27\143\x6f\154\47\x3e\x56\101\114\x4f\122\74\57\164\150\x3e\xa\11\11\x20\x20\x20\40\x20\40\x3c\164\x68\40\163\x63\x6f\x70\x65\75\47\x63\x6f\154\x27\x3e\124\101\130\101\x3c\x2f\164\x68\76\xa\11\x9\40\40\x20\40\x20\x20\74\164\150\40\x73\143\157\x70\x65\x3d\x27\x63\157\154\x27\76\126\x41\114\x4f\122\40\122\x45\x41\x4c\x3c\x2f\164\x68\x3e"; echo "\x3c\x74\x68\x20\163\143\x6f\160\x65\x3d\x27\x63\x6f\154\x27\76\x51\124\x44\56\74\57\164\x68\76"; echo "\x3c\x74\150\40\x73\x63\157\x70\x65\75\47\x63\x6f\154\47\76\x56\105\x4e\104\101\123\74\x2f\x74\x68\x3e\12\x9\x9\x20\x20\x20\x20\x20\x20\12\11\x9\x20\x20\x20\x20\40\x20\x3c\164\x68\40\x73\x63\157\160\x65\75\x27\143\x6f\154\x27\x3e\x44\x41\124\101\74\57\x74\x68\x3e\xa\x9\11\x20\x20\x20\40\74\x2f\164\x72\x3e\12\11\11\40\40\x3c\57\x74\150\x65\x61\x64\x3e\xa\x9\11\40\x20\74\164\x62\x6f\144\x79\76\12\x9\x9\40\40"; $c = $pdo->query("\x53\105\114\x45\103\x54\x20\x2a\x20\106\x52\117\115\40\143\x61\x72\162\151\x6e\150\x6f\x20\x57\110\105\x52\x45\x20\151\x64\137\145\x76\x65\x6e\x74\x6f\x20\x3d\x20\x27{$_GET["\151\144"]}\47\40\x41\116\x44\x20\163\x74\x61\164\x75\x73\x20\x3d\40\47\x61\x70\160\x72\x6f\x76\145\x64\x27\40\101\x4e\104\40\143\157\162\164\x65\x73\x69\141\40\x3d\x20\47\60\x27\x20\117\x52\x44\x45\x52\40\102\131\40\x69\144\40\104\x45\x53\103"); foreach ($c as $d) { $c0 = $pdo->query("\x53\x45\114\x45\x43\x54\40\52\40\x46\x52\117\x4d\x20\163\x65\x74\157\x72\x20\127\x48\105\122\105\x20\151\144\40\75\40\x27{$d["\x69\x64\137\x73\x65\164\157\x72"]}\x27"); $d0 = $c0->fetch(); $c1 = $pdo->query("\x53\105\114\105\103\x54\x20\52\40\106\x52\x4f\x4d\40\x63\x6c\x69\145\156\x74\145\x73\40\x57\110\105\x52\105\40\151\144\40\x3d\x20\x27{$d["\151\x64\137\x63\x6c\151"]}\x27"); $d1 = $c1->fetch(); $c2 = $pdo->query("\123\105\114\x45\x43\124\40\52\40\x46\x52\x4f\115\x20\166\x6f\165\143\x68\x65\x72\163\x20\127\110\x45\122\x45\40\151\x64\x5f\143\x61\162\x74\40\x3d\40\x27{$d["\151\144"]}\47\40\x41\116\104\40\x73\x63\x61\x6e\40\x3d\40\47\61\47"); $n_vouchers = $c2->rowCount(); $d2 = $c2->fetch(); $c3 = $pdo->query("\x53\x45\x4c\x45\103\x54\40\52\40\106\x52\117\115\40\x70\162\x6f\x64\165\x74\x6f\x72\x20\x57\110\x45\x52\x45\40\x69\x64\40\75\40\47{$d["\151\x64\137\160\162\x6f\144\165\x74\x6f\x72"]}\x27"); $d3 = $c3->fetch(); $q = $pdo->query("\x53\x45\114\x45\103\124\x20\x53\x55\115\50\161\165\141\156\164\151\164\171\x29\x20\141\x73\x20\x76\x6e\144\40\x46\x52\x4f\115\40\x63\141\162\x72\151\x6e\150\157\40\127\110\105\122\x45\x20\x69\x64\137\145\166\145\156\164\157\x20\75\40\47{$_GET["\151\144"]}\x27\x20\x41\116\104\x20\151\144\x5f\163\x65\x74\x6f\162\x20\75\x20\x27{$d["\151\144\137\x73\145\164\x6f\162"]}\47\40\101\x4e\x44\40\163\164\141\164\165\163\x20\x3d\40\47\141\x70\160\x72\157\x76\x65\x64\47"); $y = $q->fetch(); echo "\74\164\162\76"; echo "\x3c\x74\x64\x3e"; echo "{$d1["\156\157\x6d\145"]}\74\142\162\x20\57\x3e"; echo "\x3c\x73\155\141\154\x6c\76{$d1["\145\x6d\x61\151\x6c"]}\74\x2f\x73\x6d\141\154\x6c\x3e"; echo "\x3c\x2f\x74\144\76"; echo "\74\164\144\x3e"; echo "{$d0["\x6e\157\x6d\x65"]}"; echo "\x3c\x2f\164\x64\x3e"; echo "\x3c\164\x64\76"; $a3 = $pdo->query("\x53\x45\114\105\x43\x54\x20\x2a\40\x46\x52\117\115\x20\155\x61\160\x61\163\x20\127\110\105\122\105\x20\x69\x64\40\75\40\x27{$d["\151\x64\x5f\155\141\x70\x61"]}\x27"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("\123\x45\x4c\105\103\x54\40\52\x20\x46\122\x4f\115\x20\155\141\160\141\x73\x20\127\110\105\x52\105\40\x69\x64\40\75\x20\x27{$d["\151\144\x5f\x6d\141\x70\141"]}\47"); $b3 = $a3->fetch(); echo "\74\x73\x70\141\156\40\143\154\141\163\163\x3d\x27\x62\141\x64\x67\145\x20\142\x67\55\x69\x6e\x66\157\x20\x70\x2d\62\x20\155\145\55\x32\x27\76{$b3["\x6c\x65\164\162\141"]}{$b3["\x6e\x75\155\145\x72\157"]}\40{$b3["\144\x65\x73\143\x72\151\143\x61\x6f"]}\x3c\57\x73\x70\x61\x6e\x3e"; } echo "{$d0["\x74\151\x70\157\137\151\156\x67\162\x65\x73\x73\157"]}"; echo "\x3c\57\164\x64\x3e"; echo "\x3c\x74\144\76"; echo number_format($d0["\x76\x61\154\157\162"], 2, "\54", "\x2e"); echo "\74\57\164\x64\x3e"; echo "\x3c\164\x64\76"; echo number_format($d0["\164\x61\x78\141"], 2, "\54", "\56"); echo "\74\x2f\x74\x64\x3e"; echo "\x3c\x74\144\76"; $v_real = $d0["\x76\141\x6c\157\162"] + $d0["\164\141\170\x61"]; echo number_format($v_real, 2, "\54", "\56"); echo "\74\x2f\164\x64\76"; echo "\x3c\164\144\x3e"; echo "\74\163\x70\141\156\40\x63\x6c\141\x73\x73\x3d\47\155\x65\55\63\x27\x3e{$d["\161\x75\141\x6e\164\x69\x74\x79"]}\x3c\57\163\160\141\x6e\x3e"; if ($d["\x76\157\165\x63\x68\145\x72\137\x63\162\x69\x61\144\157"] == "\x30") { echo "\x3c\x69\40\x63\x6c\141\163\x73\75\47\x66\141\x20\x66\141\55\167\141\162\x6e\x69\156\147\40\164\x65\170\164\55\167\x61\162\x6e\x69\x6e\147\47\40\144\141\164\141\55\x62\x73\55\x74\x6f\x6f\154\x74\151\160\40\144\x61\164\x61\55\142\163\x2d\x74\x69\x74\154\x65\x3d\x27\x41\147\165\141\162\x64\x61\156\144\x6f\x20\x61\x20\x63\162\151\141\xc3\xa7\303\xa3\x6f\x20\144\x6f\40\166\x6f\165\143\x68\x65\162\47\x3e\x3c\x2f\151\x3e"; } else { if ($d["\166\157\x75\143\x68\x65\162\x5f\x63\162\151\141\144\157"] == $n_vouchers) { echo "\x3c\151\40\x63\154\x61\163\163\x3d\47\x66\x61\x2d\163\x6f\154\151\x64\40\x66\141\55\x62\x6f\x6c\164\47\x20\144\141\x74\141\x2d\x62\163\x2d\x74\157\157\x6c\x74\x69\160\x20\144\141\x74\x61\55\x62\163\55\x74\x69\164\154\145\75\x27\x53\x63\141\156\x65\141\144\157\x27\76\74\57\x69\76"; } } if ($d["\x76\x6f\165\143\x68\x65\162\137\143\x72\x69\x61\144\x6f"] != "\x30") { echo "\x3c\x61\x20\x68\162\145\146\75\x27\x6a\141\x76\x61\163\143\162\x69\x70\164\72\x76\x6f\x69\x64\50\x29\73\47\40\x64\141\164\141\55\x62\x73\x2d\164\x6f\147\x67\154\x65\75\x27\155\157\x64\141\x6c\47\40\144\x61\164\x61\x2d\x62\x73\x2d\x74\141\x72\147\x65\164\75\47\x2e\154\x69\163\164\x61\162\137\x76\157\x75\143\x68\145\x72{$d["\x69\x64"]}\47\x3e\x3c\151\x20\143\x6c\x61\x73\163\75\x27\x66\141\x2d\163\157\x6c\x69\x64\x20\146\141\x2d\x71\x72\x63\x6f\144\x65\x27\x3e\74\x2f\x69\x3e\74\x2f\x61\x3e"; } echo "\74\57\164\x64\76"; echo "\x3c\164\x64\76"; $total = $v_real * $d["\x71\x75\x61\x6e\x74\151\x74\x79"]; $total_geral += $total; echo number_format($total, 2, "\54", "\56"); echo "\x3c\57\164\144\x3e"; echo "\74\164\144\76"; echo date("\144\x2f\155\x2f\131", strtotime($d["\144\141\164\141"])); echo "\40" . $d["\150\x6f\162\x61"]; echo "\74\x2f\x74\144\x3e"; echo "\x3c\57\164\162\76"; echo "\74\x64\151\x76\x20\143\154\141\163\163\75\x27\x6d\x6f\x64\x61\154\40\x66\x61\x64\145\40\x6c\x69\x73\x74\141\x72\137\x76\x6f\165\143\150\145\x72{$d["\x69\144"]}\x27\76"; echo "\x3c\144\x69\x76\40\x63\x6c\141\163\163\75\47\x6d\x6f\x64\x61\x6c\55\144\151\141\154\x6f\147\47\x20\xa\11\11\x9\x9\x73\x74\x79\154\145\x3d\47\12\x9\x9\x9\11\x20\x62\x6f\162\144\145\x72\55\x72\x69\x67\150\164\x3a\x33\62\x70\170\40\x73\x6f\x6c\151\x64\73\12\x9\x9\11\11\x20\142\x6f\162\x64\145\162\55\x6c\x65\146\164\72\63\62\160\x78\x20\x73\157\x6c\x69\144\73\12\11\x9\11\x9\x20\142\x6f\x72\144\x65\162\55\x69\x6d\x61\147\145\x3a\x20\165\x72\154\x28\56\x2e\57\151\155\141\147\145\x73\x2f\164\151\x63\x6b\x65\164\137\142\157\x72\144\x65\x72\x2e\160\156\147\x29\x20\63\x30\40\162\x6f\165\x6e\x64\x3b\12\x9\11\11\x9\x27\76"; echo "\x3c\x64\151\166\40\143\x6c\141\163\163\75\x27\155\157\x64\x61\x6c\x2d\x63\157\156\x74\145\156\164\47\76"; echo "\74\x64\x69\166\40\x63\154\x61\x73\x73\x3d\47\x6d\x6f\x64\x61\x6c\55\x68\x65\141\144\x65\x72\x20\164\x65\170\x74\x2d\165\160\160\145\x72\x63\x61\x73\x65\x27\76\126\157\x75\x63\150\x65\162\x3c\142\x75\164\x74\x6f\x6e\x20\x63\154\x61\x73\x73\75\x27\142\164\156\55\143\154\157\x73\x65\x27\40\x64\141\x74\141\x2d\142\x73\x2d\144\x69\163\x6d\151\163\x73\x3d\47\155\157\x64\141\x6c\47\x3e\74\57\142\x75\164\164\x6f\x6e\76\x3c\x2f\144\x69\166\76"; echo "\74\x64\x69\x76\x20\143\154\141\x73\x73\x3d\x27\155\157\x64\141\x6c\55\142\x6f\144\x79\47\76"; $q = $pdo->query("\x53\105\114\105\103\124\40\52\x20\x46\x52\x4f\x4d\x20\x76\x6f\x75\143\x68\x65\162\163\40\x57\x48\x45\122\x45\40\151\x64\137\143\141\x72\x74\40\75\40\x27{$d["\151\x64"]}\47"); foreach ($q as $i) { echo "\x3c\144\151\166\40\143\154\x61\x73\x73\x3d\x27\x6d\x62\x2d\65\x20\x70\142\55\63\x20\162\x6f\x77\x20\x72\157\x77\x2d\143\x6f\154\x73\x2d\x32\x20\162\157\167\x2d\x63\157\x6c\163\x2d\155\x64\55\x32\47\x20\x73\x74\171\154\145\x3d\47\142\x6f\162\x64\145\x72\x2d\x62\x6f\x74\x74\157\x6d\72\x64\157\164\164\145\144\x3b\x27\76"; echo "\74\144\x69\166\x20\143\x6c\x61\163\x73\75\47\143\157\x6c\47\76"; echo "\74\x69\x6d\x67\40\163\162\143\75\47\x64\141\164\141\72\151\x6d\x61\147\145\57\x70\x6e\147\73\142\141\x73\145\66\x34\54{$i["\x71\162\x5f\x63\157\x64\x65"]}\x27\x20\143\x6c\x61\x73\x73\75\47\x69\155\147\x27\x20\x61\154\164\x3d\47\47\x20\x2f\76\74\x62\x72\x20\57\x3e"; echo "{$i["\143\157\x64\x65\142\141\162\x5f\156\165\155\x62\145\x72"]}"; echo "\x3c\57\x64\151\166\76"; echo "\x3c\x64\151\166\40\143\154\x61\163\x73\x3d\47\143\157\x6c\47\x3e"; if ($i["\163\x63\141\x6e"] == "\61") { echo "\74\144\151\x76\x20\x63\x6c\x61\163\x73\75\47\x74\x65\170\164\x2d\163\165\143\x63\x65\163\163\40\170\40\146\141\40\x66\x61\x2d\142\145\x61\x74\47\x3e\74\x69\x20\143\x6c\141\163\163\x3d\47\x66\141\x2d\162\x65\x67\x75\x6c\x61\x72\40\146\141\55\143\151\x72\143\154\x65\x2d\x63\x68\145\143\153\x27\x3e\x3c\57\x69\x3e\x20\x53\103\101\116\x45\101\104\117\74\x2f\144\151\166\x3e"; } else { echo "\x3c\x61\40\150\162\x65\146\75\47\x6a\x61\x76\141\163\143\162\x69\x70\164\72\x76\x6f\x69\144\50\51\47\40\x63\154\141\163\x73\x3d\x27\x62\164\156\x20\x62\x74\x6e\55\154\x69\147\150\x74\40\x62\x74\x6e\55\143\150\x65\143\x6b\x69\156\x20\143\153\x69\x6e{$i["\x69\x64"]}\47\40\151\144\x3d\47{$i["\x69\144"]}\47\x3e\103\110\x45\x43\x4b\111\116\x3c\x2f\141\76"; } echo "\x3c\x2f\x64\x69\x76\x3e"; echo "\74\57\144\x69\166\76"; } echo "\x3c\x2f\144\151\x76\x3e"; echo "\74\57\x64\151\166\76"; echo "\x3c\57\x64\x69\166\x3e"; echo "\74\x2f\x64\x69\x76\x3e"; } echo "\xa\11\11\x20\40\74\x74\142\x6f\144\x79\x3e\12\11\11\40\74\x2f\x74\141\x62\x6c\145\x3e"; echo "\x3c\x2f\144\151\166\76"; $q = $pdo->query("\x53\105\114\105\103\124\40\x53\x55\115\50\161\165\141\156\164\151\164\x79\51\x20\141\x73\x20\x76\x74\40\106\x52\x4f\x4d\x20\x63\141\x72\x72\151\156\150\157\x20\127\x48\105\x52\x45\x20\151\144\137\x65\166\x65\156\x74\157\40\x3d\x20\47{$_GET["\151\144"]}\47\40\x41\116\x44\40\x73\164\x61\x74\x75\x73\40\75\40\47\141\x70\160\162\x6f\166\x65\144\x27\x20\101\116\104\40\143\157\162\x74\145\163\x69\x61\x20\x3d\x20\x27\60\x27"); $y = $q->fetch(); $q0 = $pdo->query("\123\105\114\x45\103\124\x20\x53\125\115\x28\x71\x75\x61\x6e\x74\x69\164\171\51\x20\x61\163\x20\166\143\157\162\164\40\106\122\x4f\115\40\x63\141\162\162\x69\x6e\x68\157\x20\x57\x48\105\122\x45\40\x69\144\x5f\145\x76\145\156\164\x6f\40\x3d\x20\47{$_GET["\x69\144"]}\x27\40\x41\116\104\40\163\164\141\164\165\163\x20\x3d\x20\47\x61\x70\160\x72\x6f\166\145\144\47\x20\x41\116\104\x20\143\157\x72\x74\x65\163\x69\141\40\75\x20\x27\61\47"); $y0 = $q0->fetch(); $q1 = $pdo->query("\x53\105\x4c\105\x43\124\40\x53\x55\115\50\x75\x6e\151\x74\137\x70\162\151\143\145\52\x71\x75\141\x6e\x74\151\164\x79\51\40\141\x73\40\166\x6e\144\x20\x46\122\117\x4d\40\x63\x61\162\x72\151\156\x68\x6f\40\127\110\105\x52\105\x20\x69\x64\x5f\145\166\x65\x6e\x74\x6f\40\75\x20\47{$_GET["\151\x64"]}\47\40\x41\x4e\x44\40\x73\164\141\164\165\163\40\75\x20\x27\x61\160\x70\162\x6f\x76\145\x64\x27"); $y1 = $q1->fetch(); $q2 = $pdo->query("\123\105\114\105\103\124\40\x2a\x20\106\122\x4f\115\x20\166\x6f\165\143\x68\145\162\163\x20\x57\110\105\122\105\x20\151\144\137\145\166\145\x6e\x74\157\40\75\x20\x27{$_GET["\151\x64"]}\47\40\x41\x4e\x44\x20\x73\x63\141\156\x20\x3d\40\47\61\47"); $y2 = $q2->fetch(); $ncheck = $q2->rowCount(); echo "\x3c\144\x69\166\40\x63\x6c\141\163\x73\x3d\x27\x63\141\x72\144\40\x70\55\x33\40\155\171\x2d\63\x27\x3e"; echo "\x3c\x68\x35\76\124\x4f\124\x41\114\74\57\x68\x35\x3e"; echo "\x3c\144\x69\x76\x20\143\154\x61\163\163\x3d\x27\144\55\146\154\x65\x78\x20\x6a\165\x73\164\151\146\171\55\143\x6f\156\x74\145\156\164\55\142\x65\x74\167\x65\145\x6e\x27\x3e\74\x73\x70\141\x6e\76\126\x45\x4e\x44\x41\123\40{$y["\166\164"]}\x3c\57\163\160\141\x6e\x3e\x20\74\x73\160\x61\156\x3e\x43\150\145\x63\153\111\x4e\40{$ncheck}\74\57\163\160\141\156\76\74\57\144\151\166\76"; echo "\74\x64\x69\x76\x20\x63\154\x61\163\x73\x3d\x27\x62\x6f\x72\x64\145\162\55\142\x6f\x74\164\x6f\155\x20\x70\x62\55\63\x20\155\x62\55\63\47\x3e\x56\101\x4c\x4f\x52\x20\x3c\x73\x70\x61\156\40\x63\154\x61\x73\163\x3d\x27\143\x69\146\x72\x61\157\47\76\x52\x24\74\x2f\x73\x70\141\156\x3e" . number_format($y1["\166\156\144"], 2, "\54", "\56") . "\x3c\x2f\144\151\x76\x3e"; echo "\x3c\x64\151\166\x3e\103\117\122\x54\x45\123\111\x41\x20{$y0["\x76\x63\x6f\x72\x74"]}\74\x2f\x64\151\166\x3e"; echo "\74\x2f\x64\x69\x76\76"; } goto QmVn1; HtFgM: if (isset($_POST["\143\x72\x69\x61\x72\103\141\144\141\163\164\x72\157"])) { $n = addslashes($_POST["\156\157\155\x65"]); $e = addslashes($_POST["\145\155\x61\x69\x6c"]); $s = addslashes($_POST["\x73\145\156\150\141\x31"]); $q = $pdo->query("\x53\x45\114\105\x43\x54\x20\52\40\106\x52\x4f\x4d\40\143\x6c\x69\x65\156\164\145\x73\x20\x57\x48\x45\122\x45\40\x65\x6d\141\151\154\40\x3d\40\47{$e}\47"); if ($q->fetchColumn() > 0) { echo "\74\144\151\166\40\x63\154\x61\163\163\75\x27\x61\154\145\162\164\x20\141\x6c\145\x72\164\x2d\144\x61\156\147\145\x72\x20\x6d\171\55\63\40\x74\145\170\x74\55\x63\145\156\x74\145\162\x27\x3e\x45\x2d\x4d\141\151\x6c\x20\x6a\303\xa1\x20\x66\157\x69\40\x63\x61\144\141\x73\x74\x72\141\x64\x6f\40\156\x6f\40\163\151\x73\164\145\155\141\x3c\x62\162\40\x2f\76\40\x54\x65\156\x74\145\40\146\x61\172\x65\162\x20\114\x6f\147\151\156\40\x6f\x75\x20\x72\145\143\x75\160\145\162\x61\162\x20\163\165\141\x20\x73\145\x6e\x68\141\74\57\144\151\x76\x3e"; } else { $q = "\111\116\123\105\x52\x54\40\x49\116\x54\x4f\x20\143\154\151\145\156\164\x65\163\x20\50\x6e\x6f\x6d\145\x2c\x65\x6d\x61\x69\x6c\54\x73\x65\x6e\150\141\54\143\157\156\164\141\164\x6f\54\x63\x70\x66\54\144\141\164\141\54\145\156\144\x65\162\145\143\x6f\x5f\143\x6f\x6d\x70\154\x65\x74\157\x2c\143\151\x64\141\x64\x65\x2c\145\163\x74\x61\x64\x6f\x29\x20\xa\11\x56\101\114\125\105\123\40\12\11\11\x28\xa\11\11\x27{$n}\47\x2c\xa\11\x9\x27{$e}\47\x2c\xa\11\x9\x27{$s}\x27\54\12\11\x9\47{$_POST["\143\157\156\164\141\x74\x6f"]}\47\x2c\xa\11\11\x27{$_POST["\x63\x70\146"]}\x27\x2c\xa\11\x9\x27{$data_hora}\47\54\xa\11\x9\47{$_POST["\x65\x6e\144\145\x72\145\143\x6f\x5f\143\157\155\x70\154\145\164\157"]}\x27\x2c\12\11\x9\x27{$_POST["\143\x69\x64\x61\144\x65"]}\x27\54\12\x9\11\x27{$_POST["\x65\163\x74\x61\144\x6f"]}\47\xa\x9\11\x29"; $pdo->query($q); $x = $pdo->query("\x53\105\x4c\105\103\x54\x20\52\x20\106\x52\x4f\115\x20\143\154\151\x65\x6e\164\x65\x73\x20\x57\110\x45\122\105\x20\x65\155\141\151\154\40\x3d\x20\47{$e}\47\40\101\x4e\104\40\163\145\156\x68\x61\x20\75\x20\47{$s}\x27"); $y = $x->fetch(); $_SESSION["\143\x6c\x69\145\x6e\x74\145"] = $e; $_SESSION["\x69\x64\x5f\143\x6c\x69"] = $y["\151\x64"]; echo "\74\x73\x63\x72\151\160\x74\76\167\151\x6e\x64\157\167\x2e\x6c\157\x63\x61\x74\151\157\156\56\x68\x72\x65\x66\x3d\47{$site_url}\47\x3c\x2f\163\x63\162\x69\160\x74\76"; } } goto yykhM; e80Z_: if (isset($_POST["\141\137\x63\162\151\x61\162\103\165\160\157\155"])) { $nome = addslashes(strtoupper(str_replace("\x20", '', $_POST["\x6e\157\155\x65"]))); $q = "\x49\116\x53\105\x52\124\x20\111\x4e\x54\117\x20\143\165\x70\157\156\163\x20\50\x6e\157\x6d\x65\54\x64\145\163\143\x6f\156\x74\157\x29\x20\xa\x9\126\x41\x4c\x55\105\123\40\12\11\x9\50\12\x9\x9\x9\x27{$nome}\x27\x2c\xa\x9\11\x9\47{$_POST["\144\x65\163\143\x6f\156\164\157"]}\47\12\11\11\x29"; $pdo->query($q); echo "\74\163\x63\162\x69\x70\x74\x3e\167\151\x6e\144\157\167\x2e\x6c\x6f\143\141\164\x69\157\156\56\150\162\145\146\x3d\47\x3f\141\x5f\143\x75\160\157\156\163\x27\74\57\163\143\162\151\x70\164\76"; } goto WsuEn; IzEWo: if (isset($_GET["\144\160"])) { $pdo->query("\104\105\x4c\105\124\105\40\106\x52\117\115\40\x70\141\x67\x69\156\x61\163\x20\x57\110\105\x52\x45\x20\151\x64\x20\75\x20\47{$_GET["\x69\144"]}\47"); echo "\74\163\x63\162\151\160\x74\76\x77\x69\x6e\x64\x6f\167\x2e\x6c\157\143\141\164\x69\x6f\156\x2e\150\162\x65\x66\75\47\77\x61\x5f\x70\x61\147\151\156\141\x73\47\x3c\57\x73\x63\x72\151\x70\x74\76"; } goto X0Cy8; LHPAM: if (isset($_GET["\x61\x5f\143\141\162\x74"])) { echo "\x3c\x64\151\x76\40\x63\154\x61\x73\x73\75\47\x64\55\146\154\x65\170\40\x6a\165\163\164\151\146\171\55\143\157\x6e\164\145\156\164\x2d\142\x65\x74\x77\x65\x65\156\47\x3e"; echo "\74\150\65\x20\x63\154\141\x73\163\75\47\155\x74\x2d\64\47\76\103\x41\x52\122\x49\x4e\110\117\x3c\57\150\65\x3e"; echo "\74\x64\151\166\40\143\154\141\x73\x73\75\47\x6d\x74\55\64\47\76\74\141\40\x68\162\145\x66\75\x27\144\142\x5f\143\x61\162\162\151\156\150\x6f\x5f\x64\x65\154\145\x74\x61\x64\157\x73\x2e\x63\x73\166\47\40\144\x61\164\x61\55\142\x73\55\164\x6f\157\x6c\x74\x69\160\x20\144\141\x74\141\x2d\x62\x73\x2d\x74\151\x74\154\x65\x3d\47\103\154\x69\161\x75\x65\40\x63\x6f\x6d\x20\157\x20\x62\157\x74\303\243\157\x20\x64\151\162\x65\x69\x74\x6f\x20\x64\x6f\40\115\x4f\x55\123\105\x20\165\163\145\x20\x6f\x20\123\x61\154\166\x61\x72\x20\x4c\x69\156\x6b\x20\103\x6f\x6d\157\47\x20\x20\164\x61\162\147\x65\164\75\47\x5f\142\154\x61\156\x6b\x27\x3e\111\x74\145\x6e\163\x20\104\x65\154\x65\x74\x61\x64\x6f\x73\74\x2f\141\x3e\74\x2f\x64\151\x76\x3e"; echo "\x3c\x2f\144\151\166\x3e"; echo "\x3c\144\x69\166\40\143\x6c\141\163\x73\75\47\155\x62\55\65\47\76\x41\161\165\x69\40\155\157\x73\x74\x72\141\x20\x61\40\x73\151\164\165\141\xc3\247\303\243\157\40\144\141\163\x20\x63\157\x6d\160\162\x61\163\40\161\165\x65\x20\74\142\x3e\x4e\303\203\x4f\x20\x66\x6f\x72\x61\155\x20\141\160\x72\157\166\x61\144\x61\163\74\x2f\x62\x3e\x2c\40\161\x75\x65\x20\141\151\156\x64\141\x20\x65\x73\164\xc3\xa3\x6f\40\145\155\x20\160\x72\157\143\145\163\163\x6f\74\57\x64\151\x76\76"; echo "\x3c\x66\x6f\x72\x6d\x20\x6d\145\164\x68\157\x64\x3d\x27\x70\157\163\x74\47\x3e"; $q = $pdo->query("\x53\x45\114\x45\103\124\x20\x2a\40\x46\122\x4f\x4d\40\x63\141\162\162\151\x6e\x68\157\40\x57\110\105\x52\105\x20\163\164\x61\164\165\x73\40\x21\75\x20\47\x61\160\x70\x72\157\x76\x65\x64\47\x20\117\x52\x44\105\x52\x20\x42\131\40\151\x64\40\104\105\123\x43"); foreach ($q as $i) { $a = $pdo->query("\123\105\114\x45\103\x54\x20\52\40\x46\x52\x4f\x4d\x20\x65\x76\145\156\x74\157\x20\x57\110\105\x52\105\40\151\144\x20\x3d\40\x27{$i["\x69\x64\137\x65\166\x65\x6e\x74\x6f"]}\x27"); $b = $a->fetch(); $a1 = $pdo->query("\123\x45\x4c\x45\x43\x54\40\52\40\106\x52\117\x4d\40\163\x65\164\157\x72\x20\127\110\105\x52\x45\40\151\144\x20\x3d\40\x27{$i["\x69\x64\x5f\x73\x65\x74\x6f\x72"]}\x27"); $b1 = $a1->fetch(); $a2 = $pdo->query("\123\105\x4c\105\x43\x54\40\52\40\106\122\x4f\x4d\40\143\154\151\x65\156\x74\x65\163\40\x57\110\x45\122\105\40\151\144\40\75\x20\47{$i["\151\144\x5f\x63\x6c\151"]}\x27"); $b2 = $a2->fetch(); echo "\74\x64\x69\x76\40\x63\154\141\x73\163\75\x27\x72\157\167\40\40\142\157\x72\x64\x65\162\x2d\x62\x6f\x74\164\x6f\155\40\155\55\x30\40\x70\x2d\60\x20\160\171\55\x32\x20\x6c\x69\156\145{$i["\151\x64"]}\40\163\x75\x6d\151\162{$i["\x69\x64"]}\47\40\163\x74\171\154\x65\x3d\x27\146\157\156\164\x2d\x73\151\x7a\145\72\x31\64\160\x78\73\47\x3e"; echo "\74\144\151\166\40\143\154\x61\163\x73\75\x27\x63\157\x6c\55\x6d\x64\55\x31\47\x3e"; echo "\x3c\x64\151\x76\40\x63\x6c\x61\x73\163\75\47\x66\x6f\162\x6d\x2d\143\x68\x65\143\153\47\76"; echo "\x3c\x69\156\x70\x75\x74\40\164\171\x70\145\75\x27\x63\x68\145\143\153\x62\157\x78\47\40\x6e\x61\x6d\x65\x3d\x27\x63\x68\145\x63\153\x5b\x5d\47\x20\166\141\154\x75\145\75\x27{$i["\151\x64"]}\x27\x20\x63\154\x61\x73\163\75\47\146\157\x72\x6d\55\x63\150\x65\x63\153\55\151\x6e\160\x75\164\47\x3e"; echo "\74\163\x6d\x61\x6c\154\x3e{$i["\x69\x64"]}\x3c\x2f\163\x6d\x61\154\154\x3e"; echo "\74\57\144\151\x76\76"; echo "\x3c\151\x6d\147\40\x73\162\143\75\47\x2e\x2e\x2f\151\x6d\141\x67\145\x73\57\145\166\x65\156\x74\157\x73\x2f{$b["\x69\155\x61\147\145\155"]}\x27\40\x63\x6c\x61\x73\x73\x3d\47\162\x6f\165\156\144\x65\144\47\40\163\164\x79\154\x65\x3d\x27\x77\151\144\x74\x68\x3a\x33\x32\160\170\73\x68\145\x69\147\x68\164\72\x33\x32\160\x78\x3b\x27\x20\x61\154\x74\75\x27\x27\40\57\76"; echo "\x3c\x2f\144\151\166\76"; echo "\x3c\144\x69\x76\x20\143\x6c\141\x73\x73\75\47\143\x6f\x6c\55\x6d\x64\55\64\x27\76"; echo "\74\x73\x70\141\156\40\x63\x6c\x61\163\163\x3d\x27\x74\x65\x78\164\x2d\165\x70\x70\145\162\x63\141\163\145\47\76{$b["\156\x6f\155\145"]}\x3c\57\x73\x70\x61\x6e\x3e\74\x62\162\x20\57\76"; echo "{$b1["\x6e\157\x6d\x65"]}\40\46\162\x61\161\x75\x6f\x3b\40{$b1["\164\151\160\x6f\x5f\x69\156\147\162\x65\163\x73\x6f"]}"; $a3 = $pdo->query("\123\x45\114\105\x43\x54\40\x2a\x20\106\122\117\x4d\40\155\x61\x70\141\x73\40\x57\x48\105\122\x45\40\x69\144\x20\x3d\40\x27{$i["\151\144\137\x6d\141\160\141"]}\x27"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("\x53\105\x4c\x45\x43\x54\40\52\x20\x46\x52\117\115\40\155\141\160\x61\x73\40\127\110\105\x52\105\40\x69\144\x20\x3d\x20\x27{$i["\x69\144\137\155\141\160\141"]}\47"); $b3 = $a3->fetch(); echo "\x3c\x73\x70\x61\x6e\40\x63\x6c\141\163\x73\75\47\142\141\144\147\145\x20\x62\147\x2d\151\x6e\x66\x6f\x20\x70\x2d\x32\x20\x6d\163\x2d\x32\x27\x3e{$b3["\154\x65\164\x72\141"]}{$b3["\156\165\155\145\x72\157"]}\x20{$b3["\x64\145\x73\143\162\151\x63\141\x6f"]}\x3c\57\163\x70\141\x6e\76"; } echo "\x3c\x62\x72\40\57\76"; echo "\x55\111\104\x20\x26\x72\x61\161\x75\157\73\x20{$i["\x69\x64\137\143\154\x69"]}\40\x3c\142\162\40\x2f\x3e\x20\x45\55\115\x61\x69\154\40\x26\x72\x61\x71\165\157\73\40{$b2["\x65\155\141\x69\154"]}\x20\74\x62\162\x20\57\76"; if ($i["\160\162\145\x66\145\x72\145\x6e\x63\x65"] != "\60") { echo "\74\163\x6d\141\x6c\154\40\x63\154\x61\163\x73\x3d\x27\164\x65\170\x74\55\x64\141\x6e\147\x65\162\47\x3e\46\162\141\161\165\157\x3b\40\x49\x6e\x69\x63\x69\157\165\40\x6f\40\160\141\x67\141\155\145\156\164\x6f\x3c\x2f\x73\x6d\x61\x6c\154\x3e\x3c\142\162\40\57\x3e"; } if ($i["\x63\154\x69\x63\x6f\x75\137\145\x6d\137\160\x61\147\141\162"] != "\60") { echo "\74\163\155\141\x6c\154\x20\143\154\141\163\x73\75\47\164\145\170\164\55\x64\x61\x6e\x67\145\x72\47\76\46\162\x61\161\165\157\x3b\40\x43\x6c\151\143\157\x75\40\145\x6d\40\x70\141\x67\141\162\74\57\163\155\x61\x6c\x6c\x3e"; } echo "\74\57\144\x69\166\x3e"; echo "\74\144\x69\x76\x20\x63\154\x61\163\163\75\47\x63\157\154\55\x6d\144\55\x33\47\x3e"; echo date("\x64\57\155\x2f\131", strtotime($i["\144\x61\x74\x61"])) . "\x20\x2d\x20{$i["\150\157\162\141"]}\x3c\142\x72\x3e"; if ($i["\x73\x74\x61\x74\165\x73\137\x64\x65\x74\x61\x69\154"] != "\60") { echo "\x3c\144\151\166\40\143\x6c\141\163\163\x3d\x27\x74\x65\x78\164\x2d\165\x70\x70\x65\x72\143\141\163\x65\x20\146\167\x2d\142\x6f\x6c\144\40\x66\157\156\164\x2d\x6d\x6f\156\x6f\163\160\141\x63\145\47\76{$i["\x73\164\x61\x74\x75\163\x5f\144\x65\x74\x61\151\154"]}\x3c\57\x64\151\x76\x3e"; } if ($hora > $i[hora_final]) { echo "\x3c\x73\160\141\x6e\40\143\154\141\x73\x73\75\47\x74\x65\170\x74\55\x64\141\x6e\x67\x65\x72\x27\76\74\x69\40\x63\x6c\141\163\x73\75\47\x62\x69\x20\142\151\x2d\143\154\x6f\x63\153\x27\x3e\74\57\x69\76\x20{$i["\x68\157\x72\141\x5f\146\x69\156\x61\154"]}\74\x2f\163\x70\141\x6e\76"; echo "\x3c\x69\156\x70\165\x74\x20\x74\x79\x70\145\75\47\150\151\144\x64\145\x6e\47\40\143\154\141\x73\x73\75\47\x68\137\x66\151\156\141\154\47\40\x76\141\x6c\165\x65\x3d\47{$i["\x68\x6f\x72\x61\x5f\x66\x69\156\141\x6c"]}\x27\x3e"; } else { if ($i["\x63\x6c\151\x63\x6f\x75\x5f\145\x6d\137\x70\141\x67\141\162"] == "\x30") { echo "\x3c\163\160\x61\156\x20\x63\154\141\x73\163\75\47\x74\x65\170\x74\55\163\x75\x63\143\145\x73\163\x27\x3e\x3c\151\x20\143\x6c\x61\163\x73\75\x27\x62\151\40\142\151\55\143\x6c\157\143\x6b\47\76\74\x2f\151\x3e\x20{$i["\x68\157\162\x61\x5f\x66\151\156\x61\154"]}\74\x2f\163\160\141\x6e\x3e"; } } echo "\x3c\x2f\144\151\x76\x3e"; echo "\x3c\144\151\166\x20\x63\154\141\163\x73\75\x27\x63\x6f\154\x2d\155\x64\x2d\62\47\76"; echo "\x78{$i["\x71\165\x61\156\164\x69\x74\171"]}\40\x26\162\x61\161\x75\x6f\x3b\40"; echo "\74\163\160\x61\156\x20\x63\154\x61\x73\x73\x3d\x27\x63\151\x66\162\141\x6f\x27\76\x52\44\74\x2f\x73\160\x61\156\76" . number_format($i["\x75\x6e\151\164\x5f\x70\x72\151\143\145"], 2, "\54", "\x2e") . "\x20\74\x62\162\x20\x2f\76"; $v_total = $i["\x75\x6e\x69\164\x5f\160\162\151\x63\x65"] * $i["\x71\x75\x61\x6e\x74\151\164\171"]; echo "\x3c\x73\x70\x61\x6e\40\x63\x6c\x61\163\x73\x3d\47\143\151\x66\162\141\157\x27\x3e\x52\44\x3c\x2f\163\160\141\156\x3e" . number_format($v_total, 2, "\54", "\56"); echo "\x3c\57\x64\151\166\x3e"; echo "\74\x64\151\x76\40\x63\x6c\x61\x73\163\x3d\x27\x63\157\x6c\x2d\155\x64\55\62\x27\x3e"; if ($b2["\x65\x6d\x61\151\154"] == '') { } else { echo "\x3c\x61\40\x68\162\145\x66\75\47\x6a\x61\166\141\x73\143\x72\x69\x70\164\x3a\x76\x6f\151\x64\50\51\x27\40\143\154\141\163\163\x3d\47\142\x74\x6e\x20\x62\164\156\55\x6c\151\147\150\x74\40\142\x74\156\x2d\x73\151\x67\156\x2d\160\141\171\47\x20\151\144\x3d\x27{$i["\x69\x64"]}\47\x3e\x4d\x61\162\143\141\162\40\x63\x6f\x6d\157\40\x50\x61\147\157\74\57\141\x3e"; } echo "\74\x2f\144\151\166\76"; echo "\74\57\x64\151\x76\76"; } if ($q->rowCount() > 0) { echo "\74\x62\165\x74\164\157\156\40\156\x61\x6d\x65\x3d\x27\x61\137\x64\163\145\x6c\154\x27\x20\x63\154\141\x73\x73\75\47\142\164\156\40\x62\x74\156\x2d\144\x61\156\147\x65\162\40\x64\x2d\x73\145\x6c\x6c\47\x3e\x3c\151\x20\x63\x6c\x61\x73\x73\75\x27\146\x61\x20\x66\141\55\x74\x72\141\x73\150\55\x61\154\164\47\x3e\74\57\x69\x3e\x20\x44\x65\154\x65\x74\141\162\40\x53\145\154\x65\x63\151\157\x6e\x61\x64\x6f\163\74\x2f\142\165\x74\x74\x6f\156\x3e"; } echo "\74\57\x66\x6f\162\x6d\76"; } goto xcaHM; iH5BQ: if (isset($_POST["\144\163\x65\x6c\154"])) { foreach ($_POST["\143\150\x65\143\153"] as $i) { $q = $pdo->query("\123\x45\x4c\x45\x43\124\40\x2a\x20\x46\122\117\x4d\x20\143\x61\162\x72\151\x6e\x68\157\x20\x57\110\105\x52\105\40\151\x64\x20\75\x20\x27{$i}\47"); $y = $q->fetch(); $id_mapa = $y["\x69\144\x5f\155\x61\160\x61"]; $pdo->query("\x55\120\x44\101\124\105\x20\x6d\141\x70\141\x73\40\123\105\124\40\x72\145\x73\x65\162\166\141\144\x6f\40\75\x20\47\x30\47\40\x57\110\x45\122\x45\40\151\144\40\x3d\x20\x27{$id_mapa}\47"); $pdo->query("\104\x45\x4c\x45\x54\x45\40\x46\122\x4f\x4d\x20\143\x61\x72\x72\151\156\x68\157\x20\127\110\105\122\105\x20\x69\x64\40\x3d\x20\47{$i}\47"); } echo "\74\163\x63\x72\x69\160\164\76\x77\151\x6e\x64\157\167\56\x6c\157\x63\141\164\151\x6f\156\x2e\150\x72\145\x66\x3d\47\x3f\143\x61\162\x74\47\74\57\x73\x63\162\151\x70\164\76"; } goto tgEB9; cs6rE: if (isset($_GET["\x61\137\x6d\141\153\145\x73\145\x6e\x64"])) { echo "\x3c\x68\x35\x20\x63\154\x61\163\x73\75\x27\155\x74\x2d\x34\47\76\120\122\x4f\120\x41\x47\x41\303\x87\303\203\x4f\40\x44\x45\40\105\126\105\116\124\x4f\123\x20\x56\x49\101\x20\122\x4f\x42\303\224\x20\127\x48\x41\x54\123\x41\120\120\x3c\141\x20\x68\x72\x65\x66\75\x27\x23\x27\x20\x63\154\x61\163\163\x3d\47\142\x74\156\x20\x62\164\156\55\154\151\147\x68\x74\40\x6d\x73\x2d\x31\x27\x20\144\x61\x74\141\55\142\163\x2d\x74\x6f\147\x67\154\x65\x3d\x27\x63\157\x6c\x6c\141\x70\x73\x65\x27\x20\x64\141\164\x61\55\x62\163\x2d\x74\141\162\x67\145\164\x3d\x27\56\155\141\153\x65\x73\x65\156\x64\47\76\x43\162\x69\141\x72\x3c\57\x61\x3e\74\x2f\x68\x35\x3e"; $q = $pdo->query("\x53\x45\114\x45\103\x54\x20\52\40\x46\122\117\x4d\40\146\151\154\141\137\145\x6e\x76\x69\x6f"); $n = $q->rowCount(); if ($n > 0) { echo "\74\144\x69\x76\x20\143\x6c\x61\x73\x73\75\x27\x61\154\145\162\164\x20\x61\x6c\145\162\164\55\x77\141\x72\156\x69\x6e\147\x20\x74\x65\170\164\x2d\x63\145\156\164\x65\162\40\x6d\171\x2d\x33\47\76\101\x67\x75\x61\x72\144\x65\x20\x76\157\x63\303\xaa\40\164\145\155\40\165\155\x61\x20\160\x72\157\x70\x61\x67\141\303\xa7\xc3\243\157\40\145\x6d\x20\141\x6e\x64\x61\x6d\145\x6e\164\157\40\x66\141\x6c\164\x61\x6d\40\x3c\x62\76{$n}\74\x2f\142\x3e\40\x65\x6e\x76\151\157\163\12\12\11\x9\74\141\40\150\x72\145\146\x3d\47\x3f\141\137\x6d\x61\153\x65\163\x65\156\x64\x27\x20\143\x6c\141\163\x73\75\x27\x62\141\144\147\145\40\x62\147\55\x70\162\151\x6d\x61\x72\x79\x27\x3e\x41\x74\x75\x61\154\151\172\x61\162\74\x2f\141\x3e\12\11\11\x3c\x2f\x64\151\x76\x3e"; } else { echo "\74\146\x6f\x72\x6d\x20\155\145\164\x68\x6f\x64\75\x27\160\157\163\x74\47\x20\143\154\141\163\163\75\x27\143\157\154\x6c\141\x70\x73\x65\x20\146\141\144\x65\x20\x6d\x61\153\x65\x73\145\x6e\x64\x27\40\x65\156\143\x74\x79\x70\x65\x3d\47\x6d\x75\x6c\x74\x69\x70\x61\x72\x74\57\x66\x6f\x72\155\55\144\x61\x74\141\47\x3e"; echo "\74\151\x6e\160\x75\164\40\x74\x79\x70\145\x3d\47\x66\151\154\145\x27\x20\x64\x61\164\141\55\x62\163\x2d\x74\x6f\157\x6c\164\151\x70\40\144\141\x74\141\55\142\x73\55\164\151\x74\154\145\x3d\47\x53\145\154\x65\x63\151\157\156\x65\x20\x75\x6d\141\40\x69\155\x61\x67\145\x6d\47\x20\x63\x6c\x61\163\163\x3d\47\155\x62\55\62\40\146\x6f\162\x6d\55\x63\x6f\156\x74\x72\157\154\47\x20\x6e\x61\x6d\145\x3d\47\146\61\47\40\141\143\x63\145\160\x74\x3d\x27\x69\x6d\x61\x67\x65\x2f\x2a\x27\x3e"; echo "\x3c\151\x6e\160\165\164\x20\x74\171\x70\145\x3d\47\164\x65\170\164\x27\x20\156\x61\155\x65\75\x27\155\163\x67\61\47\40\x70\154\x61\143\x65\x68\x6f\x6c\x64\x65\162\75\x27\124\303\xad\x74\x75\154\157\x20\101\x74\303\251\x20\61\65\x30\x20\x63\141\162\141\x63\164\145\x72\145\163\47\x20\155\141\x78\x6c\145\156\147\x74\x68\75\x27\61\65\60\47\x20\x63\x6c\x61\x73\163\x3d\x27\x66\x6f\162\x6d\55\x63\x6f\x6e\x74\x72\x6f\x6c\40\x6d\x62\55\x32\40\x74\x65\170\x74\x2d\x75\x70\x70\145\x72\143\141\x73\145\x27\40\x72\145\x71\165\151\x72\x65\x64\76"; echo "\74\151\156\x70\x75\x74\40\164\x79\x70\145\75\47\x74\145\x78\164\47\x20\x6e\x61\x6d\x65\x3d\47\155\x73\x67\x32\47\x20\x70\154\141\143\145\150\x6f\x6c\x64\145\162\x3d\47\x4d\145\156\x73\141\147\145\155\40\101\164\303\251\40\x31\65\x30\40\143\x61\162\x61\143\164\145\x72\145\x73\47\x20\x6d\x61\x78\x6c\x65\156\147\x74\x68\75\x27\61\x35\x30\47\x20\x63\x6c\x61\x73\x73\75\x27\146\x6f\162\155\55\x63\157\x6e\164\x72\157\154\x20\x6d\x62\55\x32\x27\40\162\x65\x71\165\x69\x72\145\x64\76"; echo "\x3c\151\156\x70\165\x74\40\164\171\x70\x65\x3d\x27\164\145\170\164\47\x20\156\141\x6d\x65\75\47\155\x73\x67\x33\47\x20\160\154\141\143\145\150\157\154\x64\145\162\x3d\47\115\145\x6e\163\x61\147\145\x6d\40\145\x2f\x6f\165\40\114\x69\156\x6b\x20\101\164\xc3\251\x20\x31\x35\x30\40\143\x61\162\x61\143\164\145\x72\x65\x73\x27\x20\x6d\141\x78\154\x65\x6e\x67\164\150\x3d\47\61\65\x30\47\40\x63\154\141\x73\163\75\x27\x66\157\x72\x6d\x2d\x63\x6f\x6e\164\x72\x6f\x6c\40\x6d\x62\55\62\47\76"; echo "\x3c\x69\156\160\165\164\40\164\171\x70\145\75\x27\x74\145\170\x74\x27\40\156\x61\x6d\145\75\47\155\x73\147\64\47\x20\160\x6c\x61\x63\145\x68\157\154\x64\145\x72\75\47\115\x65\156\x73\141\147\x65\x6d\40\x65\x2f\x6f\165\40\114\x69\x6e\153\40\x41\x74\303\251\40\61\x35\60\x20\x63\141\x72\141\x63\164\x65\162\145\x73\x27\40\x6d\141\x78\154\145\156\x67\x74\x68\75\47\x31\x35\x30\x27\40\x63\x6c\141\163\163\x3d\47\146\157\x72\155\x2d\143\157\156\x74\x72\157\x6c\x20\x6d\142\x2d\x32\x27\x3e"; echo "\x3c\151\x6e\160\165\164\x20\164\171\160\x65\x3d\x27\x74\x65\170\164\x27\x20\x6e\x61\x6d\x65\75\x27\x6d\163\147\65\x27\x20\160\154\141\x63\x65\150\157\154\x64\x65\162\x3d\x27\115\x65\156\163\x61\x67\x65\155\x20\x65\x2f\157\165\x20\114\151\156\x6b\x20\x41\164\xc3\xa9\x20\61\65\60\x20\143\x61\x72\141\143\164\x65\x72\145\163\47\x20\x6d\141\170\154\x65\x6e\x67\164\150\75\x27\x31\65\x30\47\x20\x63\154\x61\163\x73\75\47\x66\157\x72\155\x2d\x63\x6f\x6e\x74\x72\x6f\154\40\x6d\x62\x2d\x32\x27\x3e"; echo "\74\x69\x6e\160\x75\x74\x20\x74\171\x70\145\75\47\x74\x65\170\x74\x27\40\x6e\141\x6d\145\75\x27\155\x73\147\x36\47\40\x70\154\x61\x63\x65\150\157\x6c\x64\x65\162\x3d\x27\115\x65\156\163\141\147\x65\155\40\145\x2f\157\165\x20\x4c\x69\156\x6b\40\101\164\303\xa9\40\61\65\60\x20\x63\141\x72\x61\x63\x74\145\x72\145\x73\47\40\x6d\x61\x78\154\x65\x6e\x67\164\150\x3d\47\61\x35\60\x27\x20\143\154\141\x73\x73\75\47\146\157\x72\x6d\x2d\143\x6f\156\x74\x72\x6f\x6c\40\155\x62\55\62\x27\x3e"; echo "\74\x69\156\160\x75\x74\40\x74\171\x70\145\x3d\47\164\x65\x78\x74\x27\40\156\141\x6d\145\75\x27\155\x73\x67\x37\47\40\160\154\141\x63\x65\150\x6f\x6c\144\145\x72\x3d\47\x4d\x65\x6e\x73\x61\x67\x65\x6d\40\x65\x2f\157\x75\x20\114\151\156\153\40\101\164\303\251\x20\61\x35\x30\40\143\141\162\x61\143\164\x65\x72\x65\x73\47\40\x6d\141\170\x6c\145\x6e\x67\x74\x68\75\x27\61\65\x30\47\x20\x63\154\141\x73\x73\75\47\x66\157\162\x6d\x2d\x63\x6f\156\164\x72\x6f\x6c\x20\155\142\x2d\62\x27\76"; echo "\x3c\151\x6e\x70\x75\x74\x20\164\171\x70\x65\75\47\x74\x65\x78\164\x27\x20\156\141\x6d\x65\75\47\x6d\x73\147\70\47\x20\160\x6c\141\x63\x65\x68\x6f\x6c\144\x65\162\75\x27\x4d\145\156\x73\141\x67\145\x6d\40\x65\57\x6f\165\x20\114\151\156\x6b\40\x41\164\xc3\xa9\40\61\65\x30\40\x63\141\x72\x61\x63\164\145\162\x65\x73\47\40\x6d\x61\170\154\145\156\147\164\x68\75\x27\61\65\x30\x27\x20\143\154\x61\x73\163\x3d\x27\146\x6f\162\x6d\x2d\143\157\x6e\x74\x72\x6f\x6c\40\155\142\x2d\62\x27\x3e"; echo "\x3c\151\x6e\x70\165\x74\40\x74\171\160\145\75\x27\164\x65\170\x74\x27\x20\x6e\141\x6d\x65\75\47\x6d\163\147\71\x27\x20\x70\x6c\x61\x63\145\x68\157\x6c\x64\145\162\75\x27\x4d\x65\x6e\163\x61\147\x65\155\x20\x65\57\x6f\165\40\x4c\x69\x6e\153\x20\x41\164\xc3\xa9\x20\61\65\60\40\x63\141\x72\x61\143\x74\145\162\x65\163\x27\40\155\141\170\154\145\x6e\x67\164\150\x3d\47\61\x35\60\47\40\x63\154\141\163\x73\x3d\x27\x66\157\x72\x6d\55\x63\x6f\x6e\x74\162\157\x6c\x20\x6d\142\55\62\47\x3e"; echo "\74\x69\156\x70\x75\x74\x20\164\x79\160\x65\75\x27\164\x65\170\164\47\40\156\x61\x6d\x65\x3d\x27\155\x73\x67\x31\x30\47\x20\160\x6c\141\143\x65\150\x6f\x6c\144\145\x72\x3d\x27\x4d\x65\x6e\163\141\x67\x65\x6d\40\145\x2f\x6f\165\40\114\x69\156\x6b\40\101\164\303\xa9\40\61\65\x30\40\x63\x61\162\x61\x63\164\x65\x72\145\x73\x27\x20\155\141\170\x6c\145\156\x67\x74\x68\x3d\47\x31\x35\60\x27\40\143\154\141\163\163\75\x27\146\x6f\162\x6d\x2d\x63\x6f\x6e\x74\162\x6f\154\x20\x6d\142\x2d\x32\47\x3e"; echo "\74\x62\x75\164\164\157\156\40\156\141\155\x65\75\47\155\141\153\145\x73\x65\156\144\x5f\x6f\153\47\40\x63\x6c\x61\163\163\75\47\142\164\x6e\x20\142\164\156\55\154\x69\x67\x68\x74\40\x6d\x62\x2d\65\x27\x3e\105\156\x76\151\141\162\x3c\57\142\x75\164\x74\157\x6e\76"; echo "\x3c\57\x66\157\x72\x6d\x3e"; $q0 = $pdo->query("\x53\x45\114\x45\x43\x54\x20\x2a\x20\x46\x52\117\115\x20\144\x62\137\143\x6f\x6e\x74\x61\x74\x6f\x73\x20\127\110\105\x52\x45\40\143\141\156\143\x65\x6c\x61\x64\x6f\137\x70\145\154\157\x5f\160\x6f\162\x74\141\144\157\x72\40\x3d\40\47\60\x27\40\x4f\122\104\x45\x52\40\x42\x59\x20\151\x64\x20\104\105\123\103"); $qtd_db_contatos = $q0->rowCount(); $q = $pdo->query("\x53\x45\114\x45\103\x54\40\52\40\x46\x52\117\x4d\40\163\x65\x6e\x64\x20\117\122\104\105\122\40\x42\x59\40\x69\144\x20\104\x45\123\103"); foreach ($q as $i) { echo "\74\144\151\x76\40\143\154\x61\x73\163\75\47\162\157\167\x20\142\x6f\162\144\145\x72\40\162\157\165\x6e\144\145\144\40\x6d\x62\x2d\x33\x20\163\150\x61\144\157\x77\x20\142\147\55\167\150\151\x74\x65\40\x70\x2d\x32\47\76\12\12\x9\11\x9\x9\x3c\144\151\166\x20\x63\x6c\141\163\163\x3d\x27\143\x6f\154\x2d\x6d\x64\55\61\x27\x3e\xa\11\11\11\x9\74\x61\x20\x68\x72\x65\x66\x3d\x27\152\x61\166\141\x73\143\x72\151\x70\x74\72\x76\157\151\x64\50\x29\x27\x20\x64\x61\x74\x61\x2d\x62\163\x2d\x74\157\x6f\154\164\151\x70\x20\144\x61\x74\141\55\142\163\x2d\164\151\x74\154\x65\x3d\47\104\x65\x6c\145\x74\x61\162\47\40\143\154\141\163\x73\75\x27\47\x20\144\141\x74\141\55\142\x73\x2d\x74\157\147\147\x6c\145\75\47\x63\157\154\x6c\141\160\163\145\47\40\x64\141\x74\x61\55\x62\163\55\x74\141\162\147\x65\x74\x3d\47\x2e\x64{$i["\x69\x64"]}\x27\76\74\151\x20\x63\x6c\x61\163\163\75\47\x66\x61\40\146\141\55\164\162\141\163\150\55\x61\154\x74\x20\x74\145\x78\x74\55\144\141\156\x67\x65\162\47\x3e\74\57\151\76\74\57\141\76\12\11\x9\x9\x9\x9\x3c\x61\x20\x68\162\x65\146\x3d\x27\x3f\144\163\x65\x6e\x64\x26\x69\x64\x3d{$i["\x69\144"]}\47\x20\x63\x6c\141\x73\x73\75\47\x63\x6f\x6c\154\141\160\x73\x65\x20\146\141\144\145\40\x64{$i["\x69\144"]}\x27\x3e\103\x6f\x6e\146\151\162\x6d\141\162\74\57\x61\76\12\11\11\11\11\74\x2f\144\x69\x76\76\xa\xa\11\11\x9\11\x3c\144\x69\166\40\x63\x6c\141\x73\x73\75\47\143\157\154\x2d\x6d\x64\x2d\62\x27\76\11\xa\x9\11\11\11\x3c\x69\155\x67\x20\x73\162\x63\75\47\144\x61\164\x61\x3a\151\x6d\141\147\145\x2f\x70\x6e\x67\73\x62\141\163\x65\66\x34\54{$i["\x69\x6d\x67"]}\47\40\143\x6c\141\163\163\x3d\47\x77\55\61\60\x30\x20\x72\x6f\165\x6e\144\x65\x64\47\40\x61\154\x74\75\47\x27\x20\x2f\76\xa\x9\x9\11\11\x3c\57\144\151\166\76\xa\xa\x9\x9\11\11\x3c\x64\151\x76\40\x63\154\141\x73\x73\75\x27\143\157\x6c\x2d\x6d\144\55\65\47\x3e\11\xa\x9\x9\11\11\74\x68\65\x3e{$i["\155\163\147\61"]}\x3c\x2f\150\x35\76\74\x62\162\x20\x2f\76\12\x9\x9\x9\11{$i["\155\163\x67\x32"]}\x3c\x62\x72\x20\57\76"; if ($i["\155\x73\x67\x33"] != '') { echo "{$i["\155\x73\x67\x33"]}\x3c\x62\x72\40\57\x3e"; } if ($i["\155\163\x67\x34"] != '') { echo "{$i["\155\x73\x67\64"]}\x3c\x62\x72\x20\57\76"; } if ($i["\155\163\147\x35"] != '') { echo "{$i["\x6d\x73\x67\x35"]}\74\142\162\40\57\76"; } if ($i["\155\163\x67\66"] != '') { echo "{$i["\155\163\147\66"]}\74\x62\x72\x20\57\76"; } if ($i["\x6d\163\x67\x37"] != '') { echo "{$i["\x6d\x73\x67\67"]}\x3c\x62\x72\x20\x2f\76"; } if ($i["\155\x73\x67\70"] != '') { echo "{$i["\155\163\x67\70"]}\74\x62\x72\x20\x2f\76"; } if ($i["\x6d\163\147\x39"] != '') { echo "{$i["\x6d\163\x67\x39"]}\x3c\142\162\x20\x2f\x3e"; } if ($i["\155\x73\x67\61\x30"] != '') { echo "{$i["\x6d\163\x67\x31\60"]}\x3c\x62\162\x20\57\76"; } echo "\x3c\x2f\144\151\166\76"; echo "\74\x64\151\x76\x20\x63\154\141\163\163\75\47\x63\x6f\154\55\155\144\x2d\63\47\76"; echo "\x3c\141\x20\x68\x72\145\146\75\47\77\141\x5f\x73\164\x61\162\164\x73\x65\156\144\x26\151\x64\75{$i["\x69\x64"]}\x27\40\x63\x6c\141\x73\x73\x3d\x27\142\x74\156\x20\142\x74\156\55\x6c\151\147\150\x74\x20\155\x79\55\x33\x27\x3e\111\x6e\x69\x63\x69\x61\162\40\x61\40\x70\x72\157\160\x61\147\x61\303\247\xc3\xa3\x6f\40\144\x65\x73\164\145\40\145\166\x65\156\x74\x6f\40\x70\x61\162\x61\40{$qtd_db_contatos}\40\116\303\xba\x6d\x65\x72\x6f\x73\40\x64\145\x20\x43\x6c\151\145\156\x74\x65\x73\77\74\x2f\x61\76"; echo "\74\57\x64\151\166\x3e"; echo "\74\x2f\144\x69\x76\x3e"; } } } goto LHPAM; t_66U: if (isset($_GET["\x62\154\x6b"])) { $pdo->query("\125\x50\x44\101\124\105\40\x63\154\151\145\x6e\164\x65\163\40\x53\x45\124\40\x62\154\157\x71\165\x65\x69\x6f\x20\x3d\40\x27\x31\47\40\127\110\x45\122\105\x20\151\x64\40\75\40\47{$_GET["\151\x64"]}\47"); echo "\74\x73\143\162\x69\160\164\x3e\x77\151\x6e\144\157\x77\56\154\157\x63\x61\x74\151\157\156\56\150\x72\x65\x66\75\x27\x3f\x70\x5f\x63\141\x64\x61\163\x74\162\x6f\47\x3c\57\x73\x63\x72\151\160\164\x3e"; } goto mTjHc; Rv1mj: if (isset($_GET["\x64\x65\154\x69\x63\157\x6e"])) { $pdo->query("\x55\x50\x44\x41\x54\105\40\x63\157\156\x66\151\x67\40\123\x45\x54\x20\163\x69\x74\x65\x5f\151\143\x6f\x6e\x65\x20\x3d\40\x27\60\47"); echo "\74\x73\143\x72\x69\160\164\76\x77\x69\x6e\x64\x6f\x77\x2e\154\x6f\x63\141\164\x69\x6f\x6e\56\150\162\145\146\x3d\x27\151\x6e\x64\145\170\56\x70\x68\160\77\143\157\x6e\x66\151\147\47\74\57\x73\143\x72\x69\x70\164\x3e"; } goto XKpZs; IRKLr: if (isset($_GET["\x76\x6f\165\143\150\x65\162\x73"])) { $q = $pdo->query("\123\x45\x4c\105\103\124\40\52\x20\x46\x52\117\x4d\40\x65\166\x65\x6e\x74\x6f\x20\x57\110\x45\122\x45\x20\151\x64\40\x3d\40\47{$_GET["\145"]}\47"); $y = $q->fetch(); echo "\x3c\150\x35\40\143\154\x61\x73\x73\x3d\47\x6d\171\x2d\x34\47\x3e\x32\xc2\252\x20\x56\151\141\x20\x64\x6f\x73\40\x56\157\x75\x63\150\x65\162\163\40\x64\x6f\x20\105\x76\145\x6e\164\157\40\74\x73\160\141\x6e\40\143\x6c\141\x73\x73\75\x27\x73\x75\142\55\143\x6f\x72\x27\x3e{$y["\156\157\155\145"]}\x3c\57\163\x70\x61\x6e\76\12\11\x3c\x64\151\x76\40\143\154\141\163\163\x3d\47\165\156\144\x65\x72\x62\141\162\47\x3e\74\x2f\144\151\x76\x3e\xa\11\74\x2f\150\x35\76"; echo "\x3c\144\151\x76\x3e\105\x73\164\145\40\x6c\151\156\153\x73\x20\163\303\xa3\x6f\x20\157\x73\40\142\x6c\x6f\x63\157\x73\x20\x64\145\x20\166\x6f\x75\x63\x68\145\x72\163\x20\x64\141\x73\x20\166\x65\156\x64\x61\163\40\x71\165\x65\x20\166\x6f\x63\xc3\xaa\40\x66\145\172\40\160\141\x72\141\x20\x65\163\164\x65\40\x65\166\145\x6e\x74\x6f\74\57\144\151\166\x3e"; echo "\x3c\144\151\166\x20\x63\154\141\x73\163\x3d\x27\x74\141\x62\x6c\145\x2d\x72\145\163\x70\x6f\x6e\x73\151\x76\x65\47\76"; echo "\x3c\x74\141\142\x6c\145\x20\143\x6c\x61\x73\x73\x3d\x27\164\x61\x62\154\x65\x20\144\151\x73\x70\154\141\x79\x20\143\x6f\155\160\x61\x63\x74\x27\40\163\x74\171\154\145\x3d\47\164\145\x78\164\55\141\154\151\x67\156\72\154\x65\x66\164\x3b\x27\40\x64\x61\x74\141\x2d\x70\141\147\x65\55\x6c\x65\156\x67\164\x68\75\47\63\x30\x30\47\76\12\11\x20\x20\x20\74\x74\150\145\x61\144\76\12\x9\x20\40\x20\x20\x3c\x74\162\76\12\11\x20\40\x20\x20\x20\40\x3c\164\150\x20\x73\143\x6f\x70\x65\x3d\x27\x63\x6f\x6c\x27\76\x51\x54\x44\x2e\126\117\125\103\x48\x45\x52\74\57\x74\150\x3e\xa\x9\x20\40\40\40\40\40\74\164\x68\x20\163\x63\157\x70\145\x3d\x27\143\157\x6c\47\76\114\x49\116\113\x3c\57\x74\150\x3e\12\11\40\x20\x20\x20\x3c\57\x74\x72\x3e\xa\x9\x20\40\74\x2f\164\150\145\x61\144\76\12\11\40\x20\74\x74\x62\157\144\171\76\12\11\x20\40"; $a = $pdo->query("\123\x45\x4c\105\x43\x54\40\104\111\x53\124\111\x4e\103\x54\40\x68\141\x73\150\x20\106\x52\x4f\x4d\40\166\x6f\165\143\x68\x65\162\163\40\x57\110\x45\x52\105\40\x69\x64\x5f\x65\x76\145\x6e\x74\x6f\x20\x3d\40\47{$_GET["\145"]}\x27\x20\x41\116\104\x20\151\144\137\x70\162\157\x64\x75\164\x6f\x72\40\75\x20\47{$id_produtor}\47"); foreach ($a as $b) { $z = $pdo->query("\x53\x45\x4c\105\103\124\40\52\40\106\x52\117\115\40\166\157\165\143\150\145\x72\x73\x20\x57\110\105\x52\x45\40\150\x61\x73\x68\x20\75\40\x27{$b["\x68\141\163\150"]}\47"); $n_vouchers = $z->rowCount(); echo "\x3c\x74\162\76"; echo "\74\164\x64\76{$n_vouchers}\x3c\x2f\164\144\76"; echo "\74\x74\144\76\x3c\x61\x20\x68\x72\145\x66\75\47\151\x6d\160\x72\145\163\x73\141\157\x2e\x70\150\160\x3f\145\x3d{$_GET["\x65"]}\x26\x68\x3d{$b["\150\x61\x73\x68"]}\x27\40\164\141\x72\147\145\164\75\47\x5f\x62\154\141\x6e\153\47\76{$b["\x68\141\x73\150"]}\74\x2f\x61\76\74\57\x74\x64\76"; echo "\74\57\x74\x72\x3e"; } echo "\12\x9\x20\40\x3c\x74\x62\x6f\x64\171\76\12\x9\40\x3c\57\x74\141\142\x6c\x65\76\12\11\x20\x3c\x2f\x64\151\x76\76"; } goto Kvkh1; WsuEn: if (isset($_POST["\x63\x72\151\141\x72\105\166\x65\x6e\164\157"])) { $dir = "\x2e\56\x2f\x69\155\141\147\145\163\57\145\166\x65\156\x74\157\163\57"; preg_match("\57\134\56\x28\147\151\x66\174\x62\x6d\160\174\160\x6e\147\174\x6a\160\x67\174\x6a\x70\145\x67\x29\173\61\x7d\x24\57\151", $_FILES["\151\x6d\141\x67\x65\155"]["\x6e\141\155\145"], $ext); $new_img = md5($_FILES["\151\155\141\x67\145\155"]["\x6e\x61\x6d\x65"]) . "\56" . $ext[1]; move_uploaded_file($_FILES["\x69\x6d\141\x67\145\x6d"]["\164\155\x70\137\156\141\155\145"], $dir . $new_img); preg_match("\x2f\x5c\x2e\x28\147\151\x66\174\142\x6d\x70\174\x70\x6e\x67\x7c\x6a\x70\147\174\x6a\x70\x65\x67\51\x7b\x31\175\44\x2f\151", $_FILES["\151\x6d\141\147\x65\x6d\x5f\155\141\x70\141"]["\156\x61\x6d\145"], $ext); $new_img_mapa = md5($_FILES["\151\x6d\x61\x67\x65\x6d\x5f\x6d\141\x70\141"]["\x6e\141\155\145"]) . "\x2e" . $ext[1]; move_uploaded_file($_FILES["\x69\x6d\141\x67\145\x6d\137\x6d\x61\x70\x61"]["\x74\x6d\160\x5f\x6e\141\x6d\145"], $dir . $new_img_mapa); $descricao = addslashes($_POST["\x64\145\x73\x63\x72\151\143\141\157"]); $v = explode("\x3d", $_POST["\x76\151\x64\145\157"]); $video = $v[1]; $nome = addslashes($_POST["\x6e\x6f\155\145"]); $local = addslashes($_POST["\154\157\143\141\154"]); $flash_hash = md5(rand(0, 999999)); if (isset($_SESSION["\x69\144\x5f\160\162\x6f\x64"])) { $id_produtor = $_SESSION["\x69\x64\137\x70\162\157\x64"]; } else { $id_produtor = 0; } $q = "\x49\x4e\123\x45\122\124\40\111\x4e\x54\x4f\x20\x65\166\145\156\x74\x6f\x20\50\x6e\157\155\x65\54\151\155\x61\x67\x65\x6d\54\x6c\157\x63\x61\154\x2c\144\x61\164\141\x2c\166\x69\144\x65\x6f\x2c\144\145\163\143\x72\151\143\141\157\x2c\155\157\163\164\162\x61\x72\137\x6e\157\x5f\163\x69\x74\x65\54\x6c\157\143\x61\x6c\151\x7a\x61\x63\x61\x6f\54\x69\155\x61\x67\x65\155\137\155\141\160\x61\x2c\x68\x6f\x72\141\54\x66\x6c\x61\163\x68\x5f\x68\141\x73\x68\54\x69\144\x5f\160\162\157\144\165\x74\157\162\51\x20\12\11\x56\101\x4c\125\105\x53\x20\xa\11\11\x28\12\11\x9\11\x27{$nome}\x27\x2c\xa\x9\x9\x9\x27{$new_img}\47\x2c\12\11\11\x9\x27{$local}\47\x2c\12\11\x9\x9\47{$_POST["\144\141\164\x61"]}\x27\x2c\12\11\x9\11\47{$video}\47\54\xa\11\11\x9\x27{$descricao}\x27\54\12\11\x9\11\x27\x31\47\x2c\12\x9\x9\x9\x27{$_POST["\154\157\x63\141\x6c\151\x7a\141\x63\x61\157"]}\47\x2c\12\x9\11\x9\47{$new_img_mapa}\x27\54\12\x9\x9\x9\x27{$_POST["\150\157\x72\141"]}\47\x2c\xa\x9\x9\x9\47{$flash_hash}\x27\54\12\x9\11\11\x27{$id_produtor}\47\12\12\x9\x9\x29"; $pdo->query($q); $s = $pdo->query("\123\105\x4c\x45\103\x54\x20\52\40\106\122\117\115\40\145\166\x65\x6e\164\157\x20\127\110\x45\122\x45\x20\146\x6c\x61\x73\150\137\150\141\163\150\x20\x3d\40\x27{$flash_hash}\47"); $e = $s->fetch(); if (isset($_SESSION["\x69\144\x5f\160\x72\x6f\144"])) { $pdo->query("\x49\x4e\x53\105\x52\x54\40\x49\116\124\x4f\x20\x70\x72\x6f\x64\x75\x74\157\162\x5f\x65\166\145\156\x74\157\x20\50\151\x64\137\160\x72\157\144\165\x74\157\162\54\x69\x64\x5f\x65\x76\x65\x6e\x74\x6f\51\40\x56\x41\x4c\x55\x45\123\40\50\x27{$_SESSION["\151\144\x5f\160\x72\x6f\144"]}\47\54\47{$e["\151\x64"]}\x27\51"); } $pdo->query("\125\x50\104\101\x54\x45\40\145\166\x65\156\x74\x6f\x20\x53\x45\x54\x20\146\x6c\141\x73\x68\x5f\x68\x61\163\x68\40\x3d\x20\47\60\x27\x20\127\x48\x45\122\x45\40\146\x6c\x61\x73\150\137\150\141\163\x68\x20\75\x20\47{$flash_hash}\x27"); echo "\x3c\163\143\162\x69\160\164\x3e\167\x69\156\144\x6f\x77\56\x6c\157\x63\141\x74\x69\157\x6e\x2e\150\162\x65\146\x3d\47\x3f\x61\x5f\x65\x76\145\156\164\157\47\x3c\x2f\x73\x63\x72\151\x70\x74\76"; } goto tcfBq; QmVn1: if (isset($_POST["\x63\x72\x69\x61\x72\126\x6f\165\x63\150\145\162\x50\x72\157\x64\165\x74\x6f"])) { $hash_cache = md5(rand(0, 999999)); for ($i = 1; $i <= $_POST["\161\165\141\156\164\x69\144\x61\144\145"]; $i++) { $q = "\111\116\x53\x45\122\124\x20\x49\116\124\117\40\142\141\x72\137\166\x6f\165\x63\x68\x65\x72\x73\40\x28\151\144\x5f\145\x76\145\x6e\164\x6f\54\x69\x64\x5f\160\x72\157\144\165\164\x6f\x72\54\151\x64\137\160\162\x6f\x64\165\164\157\x2c\x68\141\163\x68\x2c\x68\x61\x73\x68\137\143\141\143\150\145\54\x70\x61\171\155\145\x6e\x74\137\x6d\x65\x74\150\x6f\144\51\x20\xa\x9\11\126\x41\114\125\x45\123\x20\12\x9\x9\50\xa\11\x9\11\47{$_POST["\x69\x64\137\145\x76\x65\x6e\164\157"]}\x27\x2c\xa\11\11\11\47{$id_produtor}\47\x2c\12\11\x9\11\47{$_POST["\151\144\x5f\x70\162\x6f\144\165\x74\x6f"]}\x27\x2c\12\x9\11\x9\47{$_POST["\x68\x61\163\x68"]}\47\x2c\xa\x9\11\x9\47{$hash_cache}\47\54\xa\x9\x9\11\47{$_POST["\x70\x61\171\x6d\145\156\164\x5f\155\x65\164\150\157\144"]}\47\12\11\11\51"; $pdo->query($q); } echo "\x3c\163\143\162\x69\160\164\76\167\151\156\144\157\x77\x2e\154\x6f\x63\141\164\x69\x6f\156\x2e\x68\162\x65\146\75\x27\151\155\x70\x72\x65\163\163\141\157\x5f\142\141\162\x2e\160\150\x70\x3f\150\x3d{$hash_cache}\x27\x3c\57\163\143\162\x69\x70\x74\76"; } goto QvZuF; XBZme: if (isset($_GET["\x64\x65\x70\141\x72"])) { $pdo->query("\x44\105\x4c\x45\x54\x45\x20\106\x52\117\x4d\x20\x63\154\x69\x65\156\x74\x65\x73\40\x57\x48\x45\x52\105\x20\151\144\40\75\40\47{$_GET["\151\144"]}\47"); echo "\x3c\x73\143\162\x69\160\x74\x3e\x77\151\x6e\x64\x6f\x77\x2e\x6c\157\143\x61\164\151\157\x6e\x2e\x68\x72\145\x66\75\47\77\x70\x5f\x63\x61\x64\x61\x73\164\162\157\x27\x3c\x2f\163\x63\x72\151\160\164\76"; } goto Taxym; xcaHM: if (isset($_POST["\x61\x5f\x64\163\x65\x6c\x6c"])) { $x = fopen("\144\142\x5f\x63\141\x72\x72\x69\156\150\157\x5f\x64\145\x6c\x65\x74\141\x64\x6f\x73\x2e\x63\163\166", "\141\x2b"); foreach ($_POST["\x63\150\x65\143\153"] as $i) { $q = $pdo->query("\123\105\114\x45\103\x54\x20\52\40\106\122\x4f\x4d\x20\143\x61\x72\162\151\156\150\157\40\x57\110\105\122\x45\x20\x69\x64\x20\x3d\40\x27{$i}\x27"); $y = $q->fetch(); $id_mapa = $y["\151\144\137\155\x61\x70\141"]; $pdo->query("\125\120\104\101\124\x45\x20\155\x61\x70\141\163\40\x53\x45\x54\x20\162\145\163\x65\x72\x76\141\x64\x6f\x20\x3d\40\47\x30\x27\x20\127\110\105\x52\105\40\151\144\x20\75\x20\x27{$id_mapa}\x27"); $c = $pdo->query("\x53\x45\x4c\x45\103\124\x20\x2a\x20\106\x52\117\x4d\40\x63\x61\162\162\x69\x6e\150\157\40\127\x48\x45\122\x45\40\151\x64\x20\75\40\47{$i}\x27"); $d = $c->fetch(); fwrite($x, "\x51\x54\x44\72" . $d[quantity] . "\73\40\x56\x41\114\117\122\x3a" . $d[unit_price] . "\73\x20\120\x52\105\x46\105\122\105\116\x43\x45\x3a" . $d[preference] . "\x3b\x20\x49\104\x5f\117\120\x45\122\x41\x43\x41\117\72" . $d[id_operacao] . "\x3b\x20\x4d\105\122\x43\110\101\x4e\x54\x5f\117\x52\x44\x45\x52\72" . $d[merchant_order] . "\73\40\x53\x54\101\x54\x55\123\x3a" . $d[status] . "\x3b\40\123\x54\101\x54\125\123\137\x44\x45\x54\101\111\x4c\x3a" . $d[status_detail] . "\73\40\120\x41\x59\115\105\x4e\124\x5f\x4d\105\124\110\117\x44\72" . $d[payment_method] . "\73\40\x49\104\x5f\105\126\x45\x4e\124\x4f\72" . $d[id_evento] . "\x3b\40\x49\104\137\x53\x45\x54\x4f\x52\72" . $d[id_setor] . "\x3b\40\x49\x44\137\103\x4c\111\105\x4e\x54\105\72" . $d[id_cli] . "\73\40\103\x4c\x49\103\x4f\x55\137\x45\115\137\x50\x41\x47\101\122\x3a" . $d[clicou_em_pagar] . "\x3b\x20\126\x4f\125\x43\110\x45\x52\x5f\103\122\111\x41\104\117\72" . $d[voucher_criado] . "\73\x20\x49\120\x3a" . $d[ip] . "\x3b\40\x49\x44\137\x50\122\x4f\x44\125\x54\x4f\x52\x3a" . $d[id_produtor] . "\73\x20\104\101\x54\101\x5f\x44\101\x5f\x43\117\x4d\x50\122\101\72" . $d[data] . "\x3b\40\x48\x4f\x52\101\137\104\101\137\103\117\x4d\x50\x52\101\x3a" . $d[hora] . "\73\x20\x43\x4f\x52\x54\105\123\111\101\72" . $d[cortesia] . "\x3b\x20\x44\101\x54\x41\x5f\104\x45\x4c\x45\x54\x41\104\x4f\72" . $data_hora . "\x3b\xa"); $pdo->query("\x44\105\x4c\x45\x54\105\40\106\122\117\115\x20\x63\x61\x72\x72\151\x6e\x68\x6f\x20\127\x48\x45\122\x45\x20\x69\144\40\75\x20\x27{$i}\47"); } fclose($x); if (isset($_POST["\x61\x5f\x64\x62"])) { echo "\74\163\x63\162\151\x70\164\76\167\151\x6e\144\x6f\167\56\154\x6f\x63\141\x74\151\x6f\156\56\150\x72\x65\146\x3d\47\77\141\x5f\144\x62\x27\74\57\163\143\x72\x69\160\164\76"; } else { echo "\74\x73\x63\162\x69\160\164\76\x77\151\x6e\144\157\x77\x2e\154\x6f\143\141\x74\151\157\156\56\150\x72\x65\146\x3d\x27\x3f\141\x5f\143\x61\162\x74\x27\x3c\x2f\x73\x63\x72\151\160\164\76"; } } goto jWvft; DZYY2: if (isset($_GET["\x6d\145\165\x73\151\156\147\162\145\x73\x73\x6f\x73"])) { echo "\74\150\65\40\143\154\141\x73\x73\75\47\155\171\x2d\x34\47\76\115\105\125\123\x20\111\x4e\107\122\x45\123\123\117\123\xa\x9\74\x64\x69\166\x20\x63\154\x61\163\x73\75\x27\165\156\x64\145\x72\142\x61\162\x27\x3e\74\57\144\151\166\76\xa\x9\x3c\x2f\150\x35\x3e"; echo "\74\146\157\x72\155\40\155\x65\x74\x68\x6f\x64\75\47\160\157\x73\164\x27\x3e"; $q = $pdo->query("\123\x45\x4c\x45\x43\124\x20\x2a\40\x46\x52\x4f\x4d\x20\143\141\x72\162\x69\156\150\157\x20\127\110\x45\122\105\x20\x69\144\x5f\143\x6c\151\40\x3d\x20\47{$_SESSION["\151\x64\137\143\154\151"]}\x27\x20\101\x4e\x44\40\x73\x74\x61\164\165\x73\x20\75\x20\x27\141\160\x70\x72\157\166\x65\x64\47\40\x4f\122\104\105\x52\x20\x42\131\x20\x69\x64\x20\x44\105\x53\103"); foreach ($q as $i) { $a = $pdo->query("\123\105\114\x45\103\x54\40\x2a\x20\106\x52\x4f\x4d\40\145\166\x65\156\x74\x6f\40\127\x48\x45\x52\105\40\x69\144\40\x3d\x20\47{$i["\x69\144\137\x65\166\145\x6e\x74\157"]}\47"); $b = $a->fetch(); $a1 = $pdo->query("\123\105\114\x45\103\x54\x20\52\x20\x46\x52\x4f\x4d\x20\163\x65\164\157\x72\x20\x57\x48\x45\x52\105\x20\x69\144\x20\75\40\x27{$i["\x69\x64\137\x73\145\x74\x6f\x72"]}\47"); $b1 = $a1->fetch(); $a2 = $pdo->query("\x53\x45\114\x45\103\x54\x20\x2a\x20\106\x52\117\115\x20\143\x6c\x69\x65\156\x74\x65\163\40\127\110\105\122\105\x20\x69\144\x20\75\x20\47{$i["\x69\144\x5f\x63\154\151"]}\47"); $b2 = $a2->fetch(); echo "\74\144\151\x76\x20\x63\154\x61\163\x73\75\x27\162\157\167\40\142\157\162\144\145\162\55\x62\157\x74\x74\x6f\x6d\40\x20\160\x79\55\62\47\x3e"; echo "\74\144\x69\166\40\x63\154\141\163\163\75\47\x63\157\154\x2d\x6d\144\55\x31\x27\76"; echo "\74\151\x6d\147\40\163\162\x63\x3d\x27\x2e\x2f\151\x6d\x61\147\145\x73\x2f\145\166\x65\156\x74\157\x73\57{$b["\151\x6d\141\x67\145\x6d"]}\47\x20\x63\154\x61\163\163\75\47\162\157\165\x6e\x64\145\144\x27\x20\163\164\x79\154\x65\75\x27\x77\151\x64\x74\150\x3a\x35\62\160\170\x3b\150\x65\x69\147\x68\164\72\65\62\160\x78\73\x27\x20\x61\x6c\164\x3d\x27\x27\40\57\x3e"; echo "\74\x2f\x64\151\x76\76"; echo "\x3c\x64\x69\x76\x20\x63\154\141\163\x73\x3d\x27\x63\157\154\55\155\x64\x2d\x33\x27\x3e"; echo "\74\x73\160\x61\x6e\x20\143\154\x61\x73\163\75\x27\164\145\x78\x74\x2d\165\x70\160\145\162\143\x61\163\145\47\76{$b["\x6e\x6f\x6d\145"]}\74\57\163\x70\141\x6e\x3e"; echo "\x3c\x2f\144\x69\x76\x3e"; echo "\74\x64\x69\166\40\x63\154\141\x73\163\x3d\x27\143\157\154\55\155\144\x2d\64\47\76"; echo "\74\163\x70\141\x6e\x3e{$b1["\x6e\x6f\155\145"]}\40\46\162\x61\161\x75\157\73\40"; echo "{$b1["\164\151\160\157\137\151\156\147\x72\145\x73\163\x6f"]}\x3c\57\163\x70\141\x6e\x3e"; $a3 = $pdo->query("\x53\x45\x4c\x45\x43\124\x20\x2a\x20\106\x52\x4f\x4d\x20\155\x61\160\x61\163\40\127\x48\x45\x52\x45\40\x69\x64\x20\x3d\40\x27{$i["\151\x64\x5f\x6d\141\x70\141"]}\47"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("\x53\105\x4c\x45\x43\x54\40\52\x20\106\x52\x4f\x4d\x20\155\x61\x70\141\x73\x20\127\110\105\x52\105\40\151\144\x20\75\40\x27{$i["\x69\x64\137\x6d\141\x70\141"]}\47"); $b3 = $a3->fetch(); echo "\x3c\163\x70\141\156\40\x63\154\x61\163\x73\x3d\x27\142\x61\144\x67\145\x20\x62\x67\55\151\x6e\146\157\40\160\x2d\62\x20\155\x73\x2d\62\47\x3e{$b3["\x6c\x65\x74\x72\x61"]}{$b3["\156\x75\x6d\145\162\x6f"]}\x20{$b3["\x64\145\x73\x63\x72\151\143\x61\157"]}\74\x2f\x73\x70\x61\156\x3e"; } echo "\74\x2f\x64\151\x76\76"; echo "\74\144\151\166\x20\143\x6c\141\x73\x73\75\47\x63\157\154\55\155\x64\x2d\62\x27\x3e"; echo "\170{$i["\161\x75\x61\156\164\151\164\171"]}\40\46\x72\141\x71\165\x6f\x3b\40"; echo "\x3c\163\x70\x61\156\40\143\x6c\141\x73\163\x3d\x27\143\x69\x66\162\x61\x6f\x27\76\122\44\74\57\163\160\x61\x6e\x3e" . number_format($i["\165\156\151\x74\137\160\162\x69\x63\145"], 2, "\54", "\56") . "\74\142\162\40\x2f\76"; $v_total = $i["\x75\x6e\x69\164\137\160\162\x69\x63\x65"] * $i["\161\165\x61\x6e\x74\151\164\x79"]; echo "\74\163\160\x61\156\40\x63\x6c\x61\x73\x73\75\x27\143\x69\x66\x72\141\157\x27\76\122\44\x3c\57\163\160\x61\x6e\76" . number_format($v_total, 2, "\x2c", "\56"); $a4 = $pdo->query("\x53\x45\114\x45\103\124\x20\52\x20\x46\122\x4f\115\x20\143\165\160\x6f\156\x73\x20\127\110\105\122\105\x20\151\x64\x20\75\40\47{$i["\151\x64\137\143\165\x70\x6f\x6d"]}\47"); $b4 = $a4->fetch(); if ($i["\151\x64\137\143\x75\x70\x6f\x6d"] != "\60") { echo "\74\142\162\40\x2f\76"; echo "\x3c\x64\151\166\40\x63\x6c\141\x73\163\75\47\x62\141\144\147\x65\40\x62\x67\x2d\167\141\162\x6e\151\x6e\x67\40\x6d\x62\x2d\x32\47\76\74\151\40\143\x6c\141\163\x73\x3d\47\146\141\x20\146\141\x2d\164\141\147\x20\146\141\x2d\x62\145\x61\x74\x27\76\74\57\151\x3e\40\x43\x75\x70\157\x6d\x20{$b4["\156\157\155\x65"]}\40\x3c\x62\x3e{$b4["\x64\x65\x73\143\157\156\164\157"]}\45\x3c\57\142\76\x20\x44\105\123\x43\x2e\74\57\x64\x69\166\76"; } echo "\x3c\57\x64\151\x76\76"; echo "\x3c\x64\151\166\x20\143\x6c\x61\163\x73\x3d\47\x63\x6f\x6c\55\155\144\55\62\47\x3e"; if ($i["\166\x6f\x75\x63\x68\145\162\137\143\162\x69\x61\144\157"] == $i["\161\165\141\156\x74\151\164\171"]) { echo "\x3c\x61\40\x68\x72\x65\146\x3d\x27\152\x61\x76\x61\163\x63\x72\x69\x70\x74\x3a\166\157\151\144\50\x29\x27\x20\x64\x61\164\141\x2d\142\x73\x2d\x74\x6f\x67\x67\154\x65\75\47\155\x6f\x64\x61\x6c\47\x20\x64\141\x74\141\x2d\142\x73\x2d\x74\x61\x72\147\x65\x74\75\x27\56\x76\x6f\x75\143\x68\x65\x72{$i["\x69\144"]}\x27\40\x63\x6c\141\163\163\75\x27\142\x74\x6e\x20\x62\164\x6e\55\x6c\151\x67\150\x74\x27\x3e\x3c\151\40\x63\154\141\x73\163\75\x27\x66\x61\x20\146\x61\x2d\x74\151\x63\x6b\145\x74\47\x3e\x3c\57\x69\76\x20\126\x6f\165\x63\x68\x65\162\40{$i["\166\157\165\143\x68\145\x72\x5f\143\162\x69\x61\x64\157"]}\x2f{$i["\x71\x75\141\x6e\164\x69\x74\171"]}\x3c\57\141\x3e"; } else { echo "\74\x61\x20\150\x72\x65\146\x3d\47\x3f\x6d\x61\x6b\145\126\x6f\165\143\150\x65\x72\x26\x69\x64\75{$i["\x69\x64"]}\x27\x20\143\154\141\x73\163\75\x27\x62\x74\x6e\40\x62\x74\x6e\55\154\151\147\x68\164\40\170\40\146\x61\40\146\141\x2d\x62\145\x61\164\55\x66\141\144\x65\x27\76\103\x72\151\x61\x72\x20\126\157\x75\x63\x68\x65\x72\xa\11\x9\11\11\x9\11{$i["\x76\157\165\143\150\x65\162\x5f\143\x72\151\x61\144\x6f"]}\x2f{$i["\161\165\x61\156\164\151\x74\171"]}\xa\11\x9\x9\11\x9\11\x3c\57\141\x3e"; } echo "\x3c\x2f\x64\151\x76\76"; echo "\x3c\57\x64\151\166\76"; echo "\x3c\144\151\x76\40\143\154\141\x73\x73\75\47\155\157\x64\141\x6c\40\x66\x61\144\145\40\166\157\x75\143\x68\x65\162{$i["\151\x64"]}\x27\76"; echo "\x3c\x64\x69\x76\40\x63\154\141\x73\x73\75\x27\x6d\157\144\x61\x6c\x2d\x64\x69\x61\154\157\x67\47\40\12\x9\11\11\x9\x73\x74\171\x6c\145\75\x27\xa\x9\x9\x9\x9\40\x62\157\x72\144\145\x72\x2d\162\151\x67\x68\164\x3a\63\x32\160\170\x20\163\x6f\154\151\x64\x3b\12\x9\x9\x9\11\x20\142\157\162\144\145\162\x2d\154\x65\x66\x74\x3a\x33\x32\x70\x78\40\x73\157\154\151\x64\x3b\12\x9\x9\x9\11\x20\x62\157\162\144\x65\x72\x2d\x69\x6d\141\147\x65\72\40\x75\162\x6c\50\x2e\x2f\x69\x6d\141\x67\145\163\57\x74\x69\143\153\145\x74\137\x62\x6f\x72\144\x65\162\x2e\x70\156\147\x29\40\63\x30\x20\x72\x6f\165\156\144\x3b\12\x9\11\11\11\47\x3e"; echo "\74\144\151\x76\40\x63\x6c\x61\163\163\75\47\155\157\144\x61\x6c\x2d\143\x6f\x6e\164\145\x6e\x74\47\76"; echo "\x3c\144\x69\166\40\143\154\141\x73\163\x3d\47\x6d\157\x64\141\154\55\150\145\141\144\x65\x72\x20\164\x65\170\x74\55\x75\x70\x70\145\x72\143\x61\x73\x65\47\76\x56\157\x75\143\150\145\162\x3c\x62\165\164\x74\x6f\156\x20\143\154\141\x73\163\x3d\x27\x62\x74\156\x2d\x63\154\157\x73\x65\x27\x20\144\141\164\141\55\x62\163\x2d\144\151\x73\155\x69\x73\x73\x3d\47\x6d\x6f\144\141\x6c\x27\x3e\74\57\x62\x75\x74\x74\157\156\76\74\x2f\x64\x69\x76\x3e"; echo "\74\144\x69\166\40\143\x6c\141\163\163\x3d\x27\x6d\x6f\144\141\x6c\55\x62\x6f\144\x79\x27\76"; $n = 0; $q = $pdo->query("\x53\105\114\x45\x43\x54\x20\x2a\40\x46\x52\x4f\x4d\x20\x76\x6f\165\143\150\145\162\163\x20\127\110\x45\x52\105\x20\151\144\137\x63\154\151\x20\x3d\x20\47{$_SESSION["\x69\144\x5f\143\154\151"]}\47\x20\101\x4e\104\x20\151\x64\x5f\x65\x76\x65\x6e\x74\x6f\40\x3d\x20\x27{$i["\x69\144\137\145\x76\145\156\x74\157"]}\47\40\x41\116\x44\x20\x69\144\137\163\x65\164\157\162\40\x3d\x20\x27{$i["\x69\144\137\x73\x65\x74\157\x72"]}\x27\40\117\x52\x44\x45\x52\40\x42\131\x20\x73\143\141\x6e\x20\x41\123\103"); foreach ($q as $i) { $n++; echo "\x3c\144\x69\x76\x20\143\x6c\x61\x73\x73\x3d\x27\x6d\x62\55\x35\40\160\142\55\63\x27\40\x73\164\x79\x6c\x65\75\x27\142\x6f\162\x64\145\162\x2d\142\x6f\164\164\157\155\x3a\144\x6f\164\x74\145\144\x3b\47\76"; echo "\74\x64\151\166\40\x63\x6c\141\163\x73\75\x27\144\x2d\x66\154\x65\170\40\152\x75\x73\x74\x69\x66\171\55\x63\x6f\x6e\x74\x65\156\164\55\142\145\164\167\145\145\156\x27\76"; echo "\74\144\151\x76\x3e{$n}\74\x2f\x64\151\x76\76"; echo "\x3c\x64\151\166\x20\143\154\141\163\163\x3d\x27\164\145\x78\164\x2d\x73\165\143\x63\145\163\x73\x20\x78\40\x66\x61\x20\146\141\x2d\142\145\x61\164\47\x3e"; if ($i["\163\143\141\x6e"] == "\61") { echo "\74\151\40\143\154\x61\163\163\75\47\146\141\55\x72\145\147\165\154\141\162\40\x66\141\x2d\x63\151\x72\x63\x6c\145\55\143\x68\145\x63\x6b\x27\x3e\x3c\x2f\151\x3e\40\x53\103\101\116\x45\101\104\117"; } echo "\74\x2f\144\x69\x76\76"; echo "\74\x2f\x64\x69\166\x3e"; echo "\74\x68\65\76{$b["\x6e\157\x6d\x65"]}\74\57\x68\65\76\x3c\x62\162\40\x2f\x3e"; echo "\74\x73\155\x61\154\x6c\76{$b["\154\157\x63\141\x6c"]}\54\40{$b["\144\x61\164\141"]}\74\57\x73\x6d\x61\x6c\154\x3e\x3c\x62\x72\x20\57\76"; echo "{$b1["\x6e\157\x6d\145"]}\x20\46\162\x61\x71\165\157\x3b\x20"; echo "{$b1["\164\151\160\x6f\137\x69\x6e\x67\x72\x65\x73\x73\157"]}"; $s = $pdo->query("\x53\x45\x4c\x45\103\124\40\x2a\x20\106\122\117\115\40\143\141\x72\162\x69\156\x68\x6f\40\x57\x48\105\122\x45\40\151\x64\40\75\40\47{$i["\151\x64\x5f\143\x61\x72\164"]}\47"); $e = $s->fetch(); $a3 = $pdo->query("\x53\x45\114\x45\x43\x54\x20\x2a\40\106\x52\x4f\115\40\155\141\160\141\163\x20\127\x48\x45\x52\x45\40\x69\144\x20\x3d\40\x27{$e["\151\x64\x5f\155\x61\160\141"]}\47"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("\123\105\x4c\105\x43\124\40\52\40\x46\x52\x4f\x4d\x20\x6d\x61\160\141\x73\x20\127\x48\x45\x52\x45\x20\x69\144\40\x3d\x20\x27{$e["\x69\x64\137\155\141\160\141"]}\47"); $b3 = $a3->fetch(); echo "\x3c\163\x70\x61\156\40\x63\154\141\163\x73\x3d\47\142\x61\144\147\x65\40\x62\x67\55\151\x6e\146\x6f\40\160\55\x32\40\155\x73\x2d\62\47\x3e{$b3["\154\x65\164\162\x61"]}{$b3["\x6e\165\x6d\145\162\157"]}\40{$b3["\144\145\163\x63\x72\x69\x63\141\157"]}\x3c\57\x73\x70\x61\x6e\76"; } echo "\74\x64\151\166\x3e"; echo "\x3c\151\155\x67\x20\163\162\x63\x3d\x27\144\141\x74\x61\72\x69\155\141\x67\145\x2f\x70\x6e\147\x3b\x62\141\x73\x65\66\x34\x2c{$i["\143\157\144\145\x62\141\162\137\x69\155\141\147\145"]}\x27\x20\x63\154\x61\163\x73\x3d\47\151\x6d\147\47\x20\141\x6c\x74\x3d\47\47\40\57\x3e"; echo "\x3c\151\155\x67\x20\163\162\143\75\x27\144\141\164\141\x3a\151\x6d\x61\x67\145\57\x70\156\147\x3b\142\141\x73\x65\x36\x34\54{$i["\x71\x72\137\x63\x6f\x64\x65"]}\47\x20\143\x6c\141\163\x73\x3d\x27\151\x6d\147\47\x20\x61\154\164\x3d\47\x27\x20\x2f\76"; echo "\74\57\x64\x69\x76\76"; echo "\74\x64\151\166\40\x63\154\x61\x73\163\75\x27\144\x2d\x66\x6c\145\x78\40\152\x75\x73\x74\x69\x66\x79\x2d\143\157\156\164\x65\x6e\164\x2d\x62\145\164\x77\145\145\x6e\x20\164\145\x78\x74\x2d\165\160\x70\x65\162\x63\141\163\x65\47\76"; if ($i["\145\x78\164\162\x61\137\156\x6f\x6d\x65\137\143\154\x69"] == "\60") { echo "\74\x73\155\x61\x6c\x6c\40\x63\154\x61\163\163\75\47\146\156\x61\155\x65{$i["\151\144"]}\47\76{$b2["\156\x6f\x6d\x65"]}\12\x9\x9\x9\11\11\x9\x9\11\x9\11\11\74\x61\40\x68\162\x65\x66\x3d\47\x6a\x61\x76\x61\x73\x63\x72\x69\160\x74\x3a\x76\157\151\144\50\x29\x3b\47\x20\x64\x61\164\x61\x2d\x62\x73\x2d\164\157\147\147\x6c\145\75\x27\x63\x6f\x6c\154\x61\160\163\x65\47\40\x64\141\164\141\55\142\x73\55\x74\141\x72\147\x65\x74\x3d\47\x2e\x65\156{$i["\151\x64"]}\x27\40\144\141\x74\141\x2d\142\163\x2d\x74\157\157\x6c\x74\x69\x70\40\x64\141\164\x61\x2d\x62\163\55\164\151\x74\x6c\145\x3d\x27\x45\x64\x69\x74\x61\162\x20\x4e\157\x6d\x65\47\x3e\x3c\x69\x20\143\154\141\163\x73\x3d\47\146\x61\40\x66\x61\x2d\145\x64\151\164\x27\x3e\74\57\151\76\74\x2f\x61\x3e\12\11\11\x9\11\11\11\x9\11\x9\11\11\74\57\x73\x6d\141\154\154\76"; } else { echo "\74\163\155\141\154\154\40\x63\x6c\141\163\163\x3d\47\x66\156\x61\155\x65{$i["\151\144"]}\47\76{$i["\x65\x78\164\x72\x61\x5f\x6e\x6f\x6d\x65\x5f\143\x6c\151"]}\xa\x9\11\11\x9\11\x9\x9\11\x9\11\11\74\141\x20\150\x72\145\146\75\47\x6a\x61\x76\x61\x73\x63\162\x69\x70\164\72\166\157\x69\144\50\51\73\x27\x20\144\x61\x74\141\x2d\142\163\x2d\164\x6f\x67\147\x6c\x65\75\x27\x63\x6f\154\x6c\141\160\x73\145\x27\40\144\x61\x74\141\x2d\x62\163\55\164\141\162\147\145\164\x3d\x27\56\145\x6e{$i["\151\x64"]}\47\40\x64\141\164\x61\55\x62\163\x2d\164\157\x6f\x6c\x74\151\x70\40\x64\141\x74\141\x2d\x62\x73\x2d\x74\x69\164\154\x65\75\47\x45\144\x69\164\x61\162\x20\116\x6f\x6d\x65\x27\76\x3c\x69\40\143\x6c\x61\x73\x73\x3d\47\146\x61\x20\x66\x61\x2d\145\x64\151\x74\47\x3e\74\57\151\76\74\x2f\141\76\xa\x9\x9\11\x9\x9\x9\11\x9\11\11\x9\74\57\163\x6d\141\154\x6c\76"; } echo "\74\163\155\141\154\154\x3e\103\x50\106\x3a{$b2["\143\160\146"]}\74\x2f\163\155\x61\154\154\x3e"; echo "\x3c\57\x64\151\166\x3e"; echo "\74\144\x69\x76\40\x63\154\x61\x73\x73\x3d\47\151\x6e\x70\165\164\55\147\162\157\165\x70\40\x6d\142\x2d\62\40\143\157\x6c\154\141\x70\163\145\40\145\156{$i["\x69\144"]}\x27\76"; if ($i["\x65\x78\164\162\141\x5f\156\x6f\x6d\145\137\x63\154\x69"] == "\x30") { echo "\x3c\151\x6e\x70\165\164\40\164\x79\160\145\x3d\47\x74\145\x78\x74\x27\40\x63\x6c\141\x73\x73\75\47\146\157\162\x6d\55\x63\157\x6e\164\x72\157\154\x20\x74\145\170\164\55\165\160\x70\145\162\143\141\163\145\40\145\x78\x6e\141\x6d\145{$i["\x69\x64"]}\47\40\166\141\x6c\165\x65\x3d\x27{$b2["\x6e\157\155\145"]}\x27\x20\x72\x65\161\165\x69\x72\145\144\76"; } else { echo "\74\x69\156\160\165\x74\40\x74\171\160\x65\75\47\x74\x65\170\164\x27\x20\x63\154\x61\x73\163\75\47\146\157\162\x6d\55\x63\157\x6e\164\x72\x6f\154\x20\x74\x65\x78\164\x2d\x75\160\160\145\162\143\x61\163\145\40\145\x78\156\141\x6d\145{$i["\151\x64"]}\47\x20\166\141\154\165\x65\75\x27{$i["\145\170\x74\162\x61\x5f\156\x6f\x6d\145\x5f\143\x6c\x69"]}\47\40\162\145\161\165\151\x72\x65\x64\x3e"; } echo "\x3c\141\40\x68\x72\x65\x66\75\47\152\141\166\141\163\143\162\151\x70\164\72\166\157\x69\144\x28\x29\x27\40\143\154\x61\x73\163\75\x27\142\x74\x6e\40\142\164\x6e\55\154\x69\x67\150\x74\40\142\x74\156\55\x65\170\x6e\141\x6d\145\x27\40\151\144\x3d\x27{$i["\151\x64"]}\47\76\74\151\x20\143\154\141\163\163\75\47\x66\x61\x2d\x73\157\x6c\151\x64\40\x66\141\55\x63\x68\x65\143\153\x2d\144\157\x75\142\154\x65\x27\76\74\x2f\151\x3e\x3c\57\x61\76"; echo "\x3c\57\144\x69\166\76"; echo "\x3c\x2f\144\x69\166\76"; } echo "\74\x2f\144\x69\x76\x3e"; echo "\74\x2f\x64\x69\x76\x3e"; echo "\74\x2f\144\151\x76\x3e"; echo "\x3c\57\x64\151\166\76"; } echo "\x3c\57\146\157\x72\155\x3e"; } goto LwK70; rE_d8: if (isset($_GET["\143\x61\162\164"])) { echo "\74\x68\x35\x20\x63\154\141\x73\163\75\x27\x6d\x79\55\x34\x27\76\x43\x41\x52\x52\x49\116\x48\x4f\xa\x9\x3c\144\151\166\x20\143\x6c\x61\163\x73\x3d\47\165\x6e\144\x65\162\x62\x61\162\x27\x3e\74\57\x64\151\x76\76\12\11\x3c\57\150\65\x3e"; echo "\74\x64\151\166\x20\x63\154\141\163\x73\75\47\x6d\142\55\65\x27\76\x3c\x2f\144\x69\166\76"; if (isset($_SESSION["\x63\154\x69\x65\156\x74\145"])) { $q = $pdo->query("\123\105\114\105\x43\x54\40\52\40\x46\122\x4f\x4d\x20\x63\x61\162\x72\x69\156\x68\x6f\40\127\x48\105\x52\x45\x20\x69\x64\137\x63\154\151\40\x3d\40\47{$_SESSION["\151\144\137\x63\154\151"]}\47\40\x41\116\x44\40\50\163\164\141\164\165\x73\40\75\40\47\x30\x27\x20\157\x72\40\163\164\x61\164\x75\163\x20\x3d\40\47\x70\145\156\144\151\x6e\x67\x27\x29"); echo "\x3c\151\156\160\x75\x74\x20\164\x79\x70\x65\75\x27\x68\151\x64\x64\145\156\x27\x20\x63\154\141\x73\163\75\x27\151\144\137\143\154\151\x27\x20\166\141\x6c\165\x65\x3d\x27{$_SESSION["\x69\144\x5f\143\154\x69"]}\47\76"; } else { $q = $pdo->query("\123\105\x4c\x45\x43\124\x20\52\x20\x46\122\x4f\x4d\40\143\x61\162\x72\x69\156\x68\157\40\127\110\105\x52\105\40\151\144\x5f\143\154\x69\x20\x3d\40\x27{$ip_sessao}\47\x20\x41\116\x44\x20\163\164\141\164\165\x73\40\75\40\47\60\x27"); echo "\x3c\x69\x6e\x70\x75\x74\x20\164\171\160\x65\75\x27\x68\151\144\x64\145\x6e\x27\x20\x63\x6c\141\163\163\75\x27\151\144\137\x63\x6c\151\47\x20\x76\x61\154\x75\145\75\x27{$ip_sessao}\47\x3e"; } $y = $q->fetch(); echo "\x3c\151\156\160\x75\x74\x20\164\x79\x70\x65\x3d\47\x68\x69\x64\x64\145\x6e\47\40\x63\x6c\x61\x73\163\75\x27\150\137\151\156\x69\143\151\141\x6c\47\x20\x76\x61\x6c\165\x65\x3d\47{$y["\x68\x6f\x72\141"]}\x27\76"; echo "\x3c\151\x6e\160\165\164\40\x74\171\160\x65\x3d\47\x68\151\x64\144\x65\x6e\x27\40\x63\x6c\141\x73\x73\x3d\47\150\x5f\x66\x69\156\141\x6c\47\40\166\141\x6c\x75\145\x3d\47{$y["\x68\x6f\x72\141\x5f\x66\151\x6e\141\x6c"]}\x27\76"; if (isset($_SESSION["\x63\x6c\151\x65\x6e\x74\145"])) { $q = $pdo->query("\x53\x45\114\x45\103\124\40\52\40\106\122\117\115\x20\x63\x61\x72\x72\151\156\150\157\40\127\x48\105\122\105\x20\151\x64\137\x63\x6c\x69\40\x3d\40\47{$_SESSION["\151\144\137\143\x6c\151"]}\47\40\101\x4e\104\x20\50\x73\x74\x61\164\165\163\40\75\x20\47\x30\47\x20\157\x72\40\x73\x74\141\x74\x75\x73\x20\75\40\47\x70\x65\156\x64\x69\156\x67\47\51"); } else { $q = $pdo->query("\x53\x45\114\x45\103\124\40\x2a\40\x46\122\x4f\x4d\x20\143\x61\x72\x72\x69\156\150\157\40\127\110\x45\122\105\x20\151\x64\137\143\x6c\x69\x20\75\40\47{$ip_sessao}\x27\40\x41\116\x44\40\163\x74\141\x74\x75\x73\x20\75\40\47\60\47"); } echo "\x3c\x66\157\x72\x6d\x20\155\x65\164\x68\157\x64\75\47\160\157\x73\x74\47\x3e"; foreach ($q as $i) { $a = $pdo->query("\123\105\x4c\105\x43\124\40\52\40\x46\x52\x4f\x4d\40\145\x76\145\x6e\x74\x6f\x20\127\x48\105\122\105\x20\151\x64\40\75\40\x27{$i["\151\x64\x5f\145\166\x65\156\x74\x6f"]}\x27"); $b = $a->fetch(); $a1 = $pdo->query("\123\105\x4c\x45\x43\x54\40\52\x20\106\x52\x4f\x4d\40\x73\x65\x74\157\x72\40\127\110\105\122\x45\40\x69\144\x20\75\x20\x27{$i["\x69\144\137\x73\145\164\157\162"]}\47"); $b1 = $a1->fetch(); $a2 = $pdo->query("\x53\105\114\105\103\124\x20\x2a\x20\106\122\117\115\x20\143\x75\160\157\156\x73\x20\127\110\105\122\x45\x20\x69\144\40\75\x20\47{$i["\x69\144\137\x63\165\x70\x6f\155"]}\x27"); $b2 = $a2->fetch(); echo "\x3c\144\151\166\40\143\154\x61\163\x73\x3d\x27\x72\x6f\x77\x20\160\171\55\65\40\x62\157\x72\144\145\x72\55\x62\x6f\164\164\x6f\155\x20\142\157\162\144\x65\x72\55\x74\x6f\160\40\x70\142\x2d\62\40\x6d\55\x30\x20\160\142\x2d\65\40\151\x74\x65\x6d{$i["\x69\144\x5f\x63\x6c\151"]}\x27\x20\163\164\x79\x6c\145\75\x27\160\157\163\x69\x74\x69\157\156\72\x72\145\x6c\141\164\x69\x76\x65\x3b\47\x3e"; echo "\x3c\144\151\166\40\143\x6c\141\x73\x73\75\47\143\x6f\x6c\x2d\155\x64\x2d\61\x27\76"; if ($i["\x70\x72\x65\x66\145\x72\x65\156\x63\145"] == "\60") { echo "\x3c\x64\x69\166\40\x63\154\141\x73\x73\x3d\47\146\157\x72\x6d\55\143\150\x65\x63\153\x27\76"; echo "\x3c\x69\x6e\x70\x75\x74\x20\164\171\x70\145\75\x27\x63\x68\x65\143\x6b\x62\x6f\170\47\x20\156\141\x6d\145\75\x27\143\150\x65\143\153\133\x5d\x27\40\x76\x61\154\165\145\75\47{$i["\151\144"]}\x27\x20\143\154\x61\x73\x73\x3d\x27\146\x6f\x72\155\55\x63\x68\x65\143\153\55\x69\x6e\x70\165\x74\47\x3e"; echo "\74\57\144\x69\166\x3e"; } else { echo "\x3c\151\40\143\x6c\x61\163\x73\75\x27\146\141\55\162\145\x67\165\x6c\141\162\40\146\141\55\143\x69\162\x63\154\145\55\x63\150\145\143\153\x20\146\x61\x2d\x62\145\x61\x74\x27\x3e\74\x2f\151\76"; } echo "\74\57\x64\x69\x76\76"; echo "\74\x64\x69\x76\x20\143\x6c\141\x73\x73\75\47\143\157\x6c\55\155\x64\55\x31\47\x3e"; echo "\x3c\x69\x6d\147\x20\163\162\x63\75\x27\x2e\57\x69\155\x61\147\x65\x73\x2f\x65\166\x65\156\x74\157\x73\x2f{$b["\151\x6d\141\147\x65\155"]}\47\x20\x63\x6c\x61\x73\163\x3d\47\x72\x6f\165\x6e\x64\x65\144\x27\x20\x73\164\x79\154\x65\75\47\167\151\x64\x74\150\72\x35\62\x70\170\73\x68\145\x69\x67\150\164\72\65\x32\x70\170\73\x27\40\x61\x6c\164\x3d\x27\x27\40\x2f\x3e"; echo "\x3c\57\144\151\166\76"; echo "\x3c\x64\x69\166\x20\x63\154\x61\163\x73\x3d\47\143\x6f\x6c\x2d\155\x64\x2d\62\x27\x3e"; echo "\x3c\x64\151\166\x20\143\154\x61\163\163\75\x27\160\x2d\62\x20\x72\157\165\x6e\x64\x65\144\x27\40\163\x74\171\154\145\75\x27\160\157\x73\x69\164\151\x6f\x6e\72\x61\x62\x73\157\154\x75\x74\145\x3b\164\x6f\160\72\55\x31\65\160\x78\x3b\154\145\146\164\72\x30\x70\170\73\x62\141\x63\x6b\x67\x72\x6f\x75\156\144\x3a\43\x66\x66\x66\73\x27\x3e\74\163\155\141\154\x6c\x20\x63\154\141\163\163\x3d\47\155\x65\55\61\x20\155\163\x67\x2d\x63\157\156\164\x61\x64\157\x72\x27\76\123\x65\162\xc3\xa1\40\154\151\x62\x65\x72\141\144\x6f\40\x70\x61\162\x61\40\x76\145\156\x64\141\x20\x6e\x6f\x76\141\x6d\145\156\164\145\x20\145\x6d\72\74\x2f\x73\x6d\141\x6c\154\x3e\74\151\x20\143\x6c\x61\163\x73\75\x27\x62\151\x20\142\151\55\143\154\157\x63\x6b\x27\76\x3c\x2f\x69\x3e\40\x3c\x73\160\141\x6e\40\x63\x6c\x61\163\163\75\x27\x63\157\x6e\164\x61\x64\x6f\x72\47\76\x3c\x2f\163\160\x61\156\x3e\x3c\57\x64\x69\166\x3e"; echo "\74\57\144\151\x76\76"; echo "\x3c\144\x69\x76\x20\143\154\141\163\x73\x3d\47\x63\x6f\154\55\x6d\144\55\x33\40\x74\145\170\164\55\165\160\x70\145\162\143\x61\x73\145\x27\x3e"; echo "\74\x64\x69\x76\76{$b["\156\157\x6d\145"]}\74\57\144\151\x76\x3e"; echo "\74\57\x64\x69\x76\x3e"; echo "\x3c\144\x69\166\40\143\154\x61\x73\163\x3d\x27\143\x6f\x6c\x2d\x6d\144\x2d\63\40\164\x65\170\x74\x2d\x75\160\x70\145\162\x63\141\x73\145\47\76"; echo "{$b1["\156\157\155\x65"]}\x20\74\x69\40\143\x6c\x61\163\163\75\47\142\151\x20\x62\151\x2d\x63\x68\145\166\x72\x6f\156\55\144\157\x75\x62\x6c\145\55\162\x69\147\x68\x74\x27\x3e\x3c\57\x69\x3e\x20{$b1["\x74\151\160\x6f\x5f\151\x6e\147\x72\x65\x73\x73\x6f"]}"; $a3 = $pdo->query("\123\x45\114\105\x43\x54\x20\52\40\106\122\x4f\115\40\x6d\x61\160\x61\163\40\127\x48\x45\122\x45\x20\x69\144\x20\75\40\47{$i["\151\x64\x5f\155\141\x70\141"]}\x27"); if ($a3->fetchColumn() > 0) { $a3 = $pdo->query("\123\105\114\x45\103\124\40\x2a\40\106\122\x4f\115\x20\x6d\x61\x70\x61\x73\40\x57\110\105\x52\105\40\x69\x64\40\75\40\x27{$i["\x69\144\x5f\x6d\141\x70\x61"]}\47"); $b3 = $a3->fetch(); echo "\74\163\x70\x61\x6e\40\x63\154\141\163\x73\75\x27\x62\x61\x64\147\145\40\x62\147\x2d\151\x6e\x66\x6f\x20\160\55\x32\40\155\x73\55\62\x27\76{$b3["\x6c\x65\x74\162\x61"]}{$b3["\156\165\155\145\162\157"]}\40{$b3["\x64\x65\x73\x63\162\151\x63\x61\x6f"]}\x3c\x2f\163\x70\x61\x6e\x3e"; } if ($i["\x73\x74\141\x74\165\x73"] != "\60") { if ($i["\x73\x74\x61\164\x75\163"] == "\x70\145\156\144\151\156\x67") { echo "\74\144\151\x76\40\143\x6c\141\163\163\x3d\47\x62\x61\x64\x67\145\40\142\x67\x2d\x77\141\162\156\x69\156\147\47\x20\x73\x74\171\154\x65\75\47\146\x6f\156\x74\x2d\163\x69\172\145\72\61\x32\x70\x78\73\x27\76\xa\11\11\11\11\x9\x9\x9\74\151\x20\143\154\x61\x73\163\x3d\47\146\x61\55\x73\x6f\x6c\x69\x64\x20\x66\141\55\x63\154\157\143\153\55\162\157\164\x61\x74\x65\55\x6c\x65\x66\164\x20\146\141\x2d\163\160\x69\x6e\40\x66\x61\55\x73\160\x69\156\x2d\162\145\166\x65\162\x73\x65\x27\76\74\57\151\x3e\xa\11\x9\11\x9\11\x9\x9\x20\101\147\x75\141\162\x64\x61\x6e\x64\x6f\x20\101\x70\162\157\x76\141\xc3\xa7\xc3\xa3\x6f\74\x2f\144\x69\166\x3e"; } } echo "\74\57\x64\x69\166\76"; echo "\x3c\x64\x69\166\40\143\x6c\x61\163\x73\x3d\x27\143\157\154\x2d\155\x64\55\x32\47\76"; echo "\170{$i["\x71\165\141\x6e\164\x69\164\x79"]}\40\x26\x72\x61\161\165\x6f\73\40"; echo "\74\163\160\x61\156\40\x63\154\141\x73\163\x3d\47\143\151\x66\x72\141\x6f\x27\76\122\x24\74\57\x73\x70\141\156\x3e" . number_format($i["\x75\156\151\x74\x5f\x70\162\x69\x63\145"], 2, "\x2c", "\56") . "\74\x62\x72\40\x2f\76"; $v_total = $i["\165\x6e\x69\x74\x5f\160\162\151\143\145"] * $i["\x71\x75\141\156\x74\x69\x74\x79"]; echo "\x3c\x73\x70\x61\x6e\x20\x63\x6c\141\163\x73\x3d\x27\143\x69\146\162\x61\157\47\76\122\x24\x3c\57\x73\x70\x61\156\76" . number_format($v_total, 2, "\54", "\x2e"); $super_total += $v_total; if ($i["\x69\144\137\143\165\160\157\155"] != "\x30") { echo "\x3c\142\162\x20\x2f\x3e"; echo "\74\144\x69\x76\x20\143\154\x61\163\163\75\x27\142\x61\x64\x67\x65\40\142\147\55\x77\x61\162\x6e\151\156\147\x27\76\74\151\x20\x63\x6c\141\163\163\x3d\47\x66\x61\x20\x66\x61\55\164\141\x67\40\x66\x61\55\142\145\x61\x74\x27\x3e\74\57\151\x3e\40\x43\165\160\x6f\x6d\x20{$b2["\156\x6f\155\x65"]}\40\x3c\142\x3e{$b2["\x64\x65\163\x63\157\x6e\x74\157"]}\x25\74\57\x62\76\x20\104\x45\123\x43\56\x3c\x2f\144\151\x76\76"; } echo "\x3c\57\x64\151\x76\76"; echo "\74\57\x64\151\166\x3e"; } echo "\x3c\144\151\x76\x20\143\x6c\141\x73\x73\x3d\x27\144\x2d\146\x6c\x65\x78\x20\x6a\165\x73\164\151\x66\x79\55\x63\157\x6e\164\145\x6e\x74\x2d\145\156\x64\x20\x73\165\160\x65\x72\124\x6f\x74\x61\x6c\47\x3e"; echo "\74\x68\65\x20\x63\x6c\141\163\x73\x3d\x27\x6d\x79\55\x33\40\x63\x61\162\x74\x2d\x74\157\164\141\x6c\x20\x73\x75\155\151\162\x27\76\x3c\x69\x20\143\x6c\141\163\163\x3d\x27\x66\141\x2d\x72\x65\x67\x75\154\141\x72\40\146\x61\x2d\163\x74\141\162\x27\x3e\74\x2f\151\76\x20\x54\117\124\x41\114\x20\x3c\163\x70\141\156\x20\143\154\x61\163\x73\x3d\47\143\151\146\x72\141\157\x20\164\x65\170\164\55\x77\150\x69\164\x65\x27\76\x52\44\x3c\x2f\x73\x70\141\156\x3e" . number_format($super_total, 2, "\54", "\56") . "\x3c\x2f\150\x35\76"; echo "\74\151\156\160\x75\164\40\x74\x79\160\x65\x3d\47\150\151\144\144\145\x6e\x27\x20\x63\x6c\141\x73\163\75\x27\x63\x61\x72\x74\x2d\x74\x6f\164\x61\x6c\x2d\150\x69\x64\145\47\x20\166\141\x6c\165\x65\75\47{$super_total}\47\x20\x2f\76"; echo "\x3c\x2f\144\151\166\76"; if ($q->rowCount() > 0) { if ($i["\x70\x72\145\x66\145\x72\x65\156\143\145"] != "\60") { echo "\74\144\x69\166\40\143\154\x61\x73\x73\75\x27\144\x2d\146\154\145\170\x20\x6a\x75\163\164\x69\146\x79\55\143\157\156\164\x65\x6e\164\x2d\163\x74\141\x72\x74\40\155\164\x2d\x35\x27\76"; if ($i["\160\151\170\x5f\x75\162\x6c"] == "\x30") { if ($mp_cartao == "\61") { echo "\x3c\x64\151\166\40\143\x6c\x61\x73\163\75\x27\x6d\x65\x2d\62\x27\x3e"; echo "\x3c\141\40\x68\x72\145\146\75\47\x6a\x61\166\141\163\143\x72\151\x70\164\x3a\x76\157\x69\144\50\x29\x27\x20\x63\x6c\x61\163\163\x3d\47\142\164\156\x20\142\x74\x6e\x2d\154\151\x67\150\x74\40\x6d\142\x2d\x32\x20\x62\164\x6e\x2d\155\x65\x72\x63\x61\144\x6f\160\141\147\x6f\47\40\144\141\x74\141\55\142\x73\55\x74\x6f\147\147\x6c\x65\x3d\47\155\157\144\141\x6c\x27\x20\x64\141\164\141\x2d\142\x73\55\x74\x61\x72\147\x65\x74\x3d\x27\56\143\x61\162\x74\141\x6f\x27\76\74\x69\40\x63\154\141\163\163\x3d\47\x62\x69\40\x62\151\55\x63\162\x65\144\x69\x74\x2d\143\141\162\x64\47\76\x3c\x2f\151\x3e\40\103\141\x72\164\xc3\243\157\x20\x64\145\x20\103\x72\303\251\x64\151\164\x6f\74\x2f\x61\76"; echo "\x3c\57\x64\151\x76\76"; } } if ($mp_pix == "\x31") { if ($i["\x70\151\x78\x5f\x75\x72\x6c"] != "\x30") { echo "\x3c\x64\151\166\x20\143\x6c\x61\x73\x73\75\47\155\x65\55\62\x27\x3e"; echo "\74\141\40\150\x72\x65\146\x3d\x27{$i["\x70\151\x78\x5f\165\x72\154"]}\x27\x20\164\141\162\x67\x65\x74\75\47\x5f\142\x6c\x61\x6e\153\x27\40\x63\x6c\x61\163\x73\x3d\47\142\x74\156\40\142\164\156\55\154\x69\x67\x68\x74\40\x6d\x62\55\62\40\x62\x74\156\55\155\x65\162\143\141\144\x6f\160\141\147\157\x27\76\x3c\x69\x20\x63\154\x61\163\x73\x3d\x27\x66\x61\55\142\162\141\156\x64\x73\x20\x66\x61\55\x70\x69\170\x27\76\x3c\x2f\x69\x3e\x20\123\x65\x75\40\x51\x52\x20\x50\111\130\40\x65\163\x74\xc3\241\x20\x61\161\x75\x69\x3c\57\x61\x3e"; echo "\74\57\144\151\x76\76"; } else { echo "\74\144\151\x76\40\143\154\141\x73\x73\75\47\x6d\145\x2d\x32\x27\x3e"; echo "\x3c\x61\x20\x68\x72\x65\x66\x3d\47\x6a\141\166\x61\163\x63\162\151\160\x74\72\x76\157\151\144\50\51\47\40\x63\154\141\163\163\75\x27\x62\x74\x6e\x20\142\x74\156\55\x6c\x69\147\150\164\x20\x6d\x62\x2d\62\40\142\x74\156\x2d\155\145\x72\143\x61\144\157\160\x61\x67\157\x20\x62\x74\x6e\55\160\x69\x78\x27\40\x64\141\x74\141\55\x62\x73\x2d\x74\157\x67\x67\154\x65\75\47\155\x6f\x64\x61\x6c\x27\40\144\141\x74\x61\x2d\142\x73\55\164\x61\162\147\x65\164\x3d\x27\56\x70\x69\x78\47\76\74\151\40\143\154\141\163\x73\75\47\x66\141\55\142\x72\141\x6e\x64\x73\40\146\x61\x2d\160\151\x78\x27\76\x3c\x2f\x69\x3e\40\x50\111\x58\74\57\141\x3e"; echo "\74\x2f\x64\151\166\76"; } } echo "\x3c\x64\x69\x76\x20\143\154\x61\x73\x73\75\47\x70\x72\x65\146\x65\x72\145\156\x63\145\137\151\x64\x27\40\x69\x64\x3d\x27{$i["\160\162\145\x66\x65\162\145\x6e\143\145"]}\x27\x3e\x3c\x2f\x64\151\166\76"; echo "\x3c\x64\x69\x76\x20\x63\x6c\x61\163\163\x3d\47\x6d\x70\137\x70\x72\x6f\47\40\x69\144\75\x27{$mp_pro}\x27\x3e\74\x2f\144\151\166\76"; if ($mp_pro == "\x31") { echo "\74\144\151\166\x3e"; echo "\x3c\x64\151\166\40\x63\x6c\x61\x73\163\75\x27\x62\x6f\164\x61\x6f\40\x62\164\156\55\155\x65\162\x63\x61\144\157\x70\x61\x67\x6f\x20\x73\x75\155\151\162\40\155\142\x2d\62\47\76\74\x2f\144\151\166\76"; echo "\74\57\144\151\x76\76"; } echo "\74\x2f\x64\x69\x76\x3e"; } else { echo "\74\x62\x75\164\164\x6f\x6e\x20\156\x61\155\145\x3d\x27\144\x73\x65\154\154\47\x20\143\154\x61\x73\x73\75\47\x62\164\x6e\40\142\164\156\x2d\x64\141\x6e\147\145\x72\x20\144\x2d\163\145\x6c\x6c\x27\x3e\74\x69\40\143\154\141\163\x73\75\x27\146\x61\40\x66\x61\x2d\x74\162\141\163\150\x2d\141\x6c\164\x27\x3e\x3c\x2f\x69\x3e\x20\x44\x65\x6c\x65\164\141\162\x20\123\145\154\145\x63\151\157\x6e\x61\x64\x6f\x73\x3c\x2f\142\165\x74\164\157\156\x3e"; echo "\74\x64\151\166\40\143\154\x61\163\163\x3d\x27\x64\x2d\146\154\x65\170\40\152\x75\x73\164\151\146\x79\x2d\143\157\156\164\145\x6e\x74\x2d\163\x74\x61\162\164\47\76"; echo "\74\x61\40\x68\162\145\146\75\x27\151\156\x64\x65\x78\56\x70\150\x70\x27\40\143\x6c\x61\x73\x73\x3d\47\x62\164\156\40\142\164\x6e\55\x6c\x69\x67\x68\x74\x20\155\x74\55\x35\40\155\145\55\62\x27\x3e\x3c\151\x20\143\x6c\141\163\x73\x3d\x27\x66\x61\x2d\163\x6f\x6c\x69\144\40\146\x61\x2d\x63\x61\x72\164\x2d\x70\154\165\163\40\146\141\55\142\x6f\165\156\x63\145\x27\76\x3c\x2f\151\76\40\74\142\162\40\x2f\76\101\x64\x69\143\x69\x6f\x6e\141\162\x20\155\141\151\x73\x3c\x2f\x61\76"; if (isset($_SESSION["\143\154\x69\145\156\x74\145"])) { echo "\74\x61\x20\x68\x72\x65\x66\x3d\x27\77\151\x6e\120\141\x67\x74\157\x27\40\143\x6c\x61\x73\x73\75\x27\142\x74\x6e\x20\x62\164\156\55\154\151\x67\x68\164\x20\155\164\x2d\x35\x20\163\165\155\x69\162\47\76\xa\11\11\x9\x9\x9\11\74\x69\40\x63\154\x61\x73\x73\x3d\x27\x66\x61\x2d\162\x65\x67\x75\x6c\141\x72\x20\x66\141\x2d\143\x72\145\x64\151\x74\55\x63\x61\162\144\x20\146\141\x2d\142\x65\141\164\47\x3e\x3c\57\151\x3e\40\x3c\142\x72\x20\x2f\x3e\x49\x6e\151\143\151\141\x72\x20\120\141\147\x61\x6d\x65\156\164\157\x3c\57\141\76"; } else { echo "\x3c\141\x20\150\x72\145\146\x3d\x27\x23\x27\x20\x63\154\141\x73\163\x3d\47\x62\x74\156\40\x62\x74\156\x2d\154\x69\147\x68\x74\40\155\164\55\x35\40\x6d\x65\x2d\x32\x27\40\x64\141\164\x61\x2d\142\x73\x2d\x74\x6f\x67\147\x6c\x65\x3d\47\x6d\x6f\x64\141\x6c\x27\40\x64\x61\x74\x61\x2d\142\163\x2d\x74\141\162\x67\x65\x74\75\47\x2e\154\157\147\151\156\47\x3e\74\x69\x20\143\154\141\x73\x73\x3d\47\146\141\x20\146\141\x2d\165\x73\145\162\x27\x3e\74\57\x69\x3e\x3c\142\162\40\57\x3e\114\117\107\x49\116\x3c\x2f\141\76"; echo "\74\x61\40\150\162\145\146\x3d\47\x3f\x63\141\144\141\163\x74\162\157\x27\x20\x63\x6c\x61\x73\163\75\47\x62\164\x6e\40\x62\x74\156\x2d\x6c\x69\x67\150\164\x20\x6d\x74\x2d\x35\x20\x6d\145\x2d\62\47\76\xa\11\x9\x9\11\x9\x9\74\151\x20\143\154\141\x73\163\75\47\x66\x61\x2d\162\145\147\165\x6c\x61\162\x20\x66\x61\55\x6e\x65\167\x73\160\x61\160\145\162\x27\76\74\x2f\151\x3e\74\142\x72\40\x2f\76\103\x41\x44\101\123\x54\x52\x4f\74\57\141\x3e"; } echo "\74\x2f\144\x69\x76\76"; echo "\x3c\x2f\146\157\162\x6d\76"; } } else { echo "\74\x64\151\x76\40\143\154\141\163\x73\x3d\x27\47\76\103\x61\162\162\x69\156\x68\157\x20\x56\xc3\241\172\x69\x6f\x21\40\x3c\x61\40\150\x72\x65\146\x3d\x27{$site_url}\47\x20\x63\154\x61\x73\163\75\x27\142\164\156\40\x62\164\156\55\154\151\147\x68\x74\x20\x6d\x79\x2d\63\x20\155\x65\55\62\47\76\x3c\x69\x20\x63\x6c\x61\163\163\x3d\x27\x66\x61\55\x73\x6f\154\x69\144\40\146\141\x2d\x63\141\162\x74\55\x70\x6c\165\x73\x20\146\141\x2d\x62\157\x75\156\143\x65\x27\76\x3c\x2f\x69\76\x20\111\156\x69\143\151\141\x72\x20\x43\x6f\155\160\162\141\x73\40\74\57\141\x3e\x3c\57\144\x69\x76\x3e"; } } goto eo7gZ; yykhM: if (isset($_GET["\143\x61\144\x61\163\164\x72\x6f"])) { echo "\x3c\150\x35\40\143\154\141\163\163\x3d\47\155\x79\x2d\63\47\x3e\x43\x41\x44\x41\123\124\x52\117\12\x9\74\x64\x69\166\40\x63\154\141\x73\x73\x3d\47\x75\x6e\144\145\x72\142\x61\162\x27\x3e\74\x2f\x64\x69\166\76\12\x9\x3c\57\150\x35\x3e"; echo "\x3c\146\157\162\x6d\40\155\x65\x74\150\157\x64\x3d\47\160\x6f\x73\164\47\40\x63\154\141\x73\163\75\47\146\157\162\155\137\x63\141\x64\47\x3e"; echo "\x3c\x69\156\160\165\x74\40\x74\171\160\145\x3d\47\x68\x69\x64\144\x65\x6e\x27\40\x6e\x61\155\x65\x3d\47\x63\162\x69\x61\x72\103\x61\x64\141\163\164\x72\157\47\x20\166\x61\154\165\145\75\47\x63\162\151\141\162\x43\141\x64\141\x73\164\162\x6f\47\76"; echo "\74\x69\x6e\160\x75\164\x20\x74\x79\160\x65\x3d\x27\x74\145\x78\164\x27\40\x6e\x61\155\x65\x3d\47\x6e\x6f\x6d\145\x27\x20\x63\154\141\163\x73\x3d\x27\146\157\x72\x6d\x2d\143\157\156\164\x72\157\x6c\x20\156\157\x6d\x65\40\155\x62\x2d\x32\47\40\160\x6c\x61\143\x65\150\x6f\x6c\x64\x65\162\x3d\x27\x4e\x6f\x6d\x65\47\x20\x72\145\x71\165\151\x72\x65\x64\76"; echo "\x3c\x64\151\166\x20\143\154\141\163\163\x3d\x27\162\157\x77\40\162\x6f\x77\x2d\143\x6f\x6c\x73\x2d\62\47\76"; echo "\x3c\x64\151\x76\x20\x63\154\141\163\x73\x3d\47\143\x6f\154\47\76"; echo "\x3c\151\x6e\x70\165\x74\40\164\171\x70\x65\75\47\x65\x6d\x61\151\154\47\40\156\x61\x6d\145\x3d\x27\x65\155\141\151\x6c\47\x20\x63\154\x61\x73\163\75\47\146\157\x72\x6d\55\x63\157\156\164\162\x6f\x6c\x20\145\155\x61\151\154\x5f\143\x6c\151\x20\155\142\55\x32\x27\x20\x70\154\141\143\x65\150\x6f\x6c\144\x65\x72\75\47\105\55\115\141\151\x6c\47\40\162\145\161\165\151\162\145\144\x3e"; echo "\x3c\57\144\x69\x76\x3e"; echo "\74\x64\x69\x76\x20\143\x6c\141\163\x73\75\47\x63\157\154\x27\76"; echo "\74\151\156\x70\x75\164\x20\164\171\160\145\75\x27\x65\x6d\141\x69\154\x27\x20\156\x61\x6d\145\x3d\47\145\x6d\x61\151\x6c\47\x20\143\x6c\141\x73\x73\x3d\47\146\157\x72\155\55\x63\157\x6e\x74\162\x6f\x6c\x20\x65\x6d\141\151\x6c\137\143\x6c\151\x32\x20\x6d\x62\x2d\x32\47\40\160\154\141\143\145\150\157\x6c\144\x65\x72\x3d\x27\122\x65\x70\145\x74\x69\x72\40\x45\x2d\115\141\x69\x6c\x27\x20\162\x65\x71\165\151\x72\x65\x64\x3e"; echo "\x3c\x2f\144\x69\x76\x3e"; echo "\x3c\57\x64\x69\166\x3e"; echo "\x3c\x64\x69\x76\40\x63\154\141\163\163\75\x27\162\x6f\167\x20\x72\x6f\167\55\143\x6f\x6c\163\x2d\62\47\x3e"; echo "\x3c\x64\151\166\40\143\154\141\163\163\x3d\47\x63\x6f\154\x27\x3e"; echo "\x3c\151\x6e\x70\x75\164\40\x74\x79\160\x65\75\47\164\145\x78\x74\47\x20\x6e\141\155\x65\75\47\163\x65\x6e\x68\141\x31\47\x20\143\x6c\x61\x73\x73\x3d\x27\146\x6f\162\x6d\x2d\x63\x6f\x6e\164\x72\x6f\x6c\x20\x73\145\156\x68\141\61\x20\x6d\x62\x2d\x32\x27\x20\x70\x6c\141\143\145\x68\157\x6c\x64\145\162\75\47\x53\145\x6e\150\141\x27\40\162\145\161\x75\151\162\x65\144\76"; echo "\74\57\144\x69\166\76"; echo "\74\x64\x69\x76\x20\x63\x6c\141\x73\163\x3d\x27\143\x6f\x6c\47\76"; echo "\x3c\151\156\160\165\164\40\x74\171\x70\145\x3d\47\x74\x65\x78\164\47\40\156\x61\155\145\75\x27\x73\x65\x6e\x68\141\x32\47\x20\143\154\x61\163\x73\x3d\x27\x66\157\162\x6d\55\x63\x6f\156\x74\162\157\154\x20\163\x65\x6e\x68\x61\62\x20\155\x62\55\62\47\40\160\x6c\141\x63\145\x68\x6f\154\144\x65\x72\x3d\47\122\x65\x70\145\164\151\x72\x2d\x53\x65\x6e\150\141\47\x20\x72\145\161\x75\151\x72\x65\x64\x3e"; echo "\x3c\57\x64\x69\166\76"; echo "\74\x2f\144\x69\166\x3e"; echo "\x3c\144\x69\x76\40\x63\154\x61\163\163\x3d\x27\162\157\167\x20\162\x6f\x77\x2d\x63\x6f\x6c\x73\55\62\47\76"; echo "\x3c\x64\151\x76\x20\x63\154\x61\x73\x73\75\x27\143\157\154\x27\76"; echo "\74\151\156\x70\x75\x74\x20\x74\x79\x70\145\x3d\47\x74\x65\x78\x74\47\40\x6e\141\155\x65\75\x27\x63\157\156\164\141\x74\x6f\47\x20\143\x6c\141\163\163\75\x27\x66\157\162\155\55\x63\x6f\x6e\x74\x72\157\x6c\40\x77\x68\141\x74\163\x61\x70\160\40\x6d\142\55\x32\47\40\x70\x6c\x61\x63\x65\x68\157\x6c\144\145\162\75\47\x43\x65\x6c\x75\154\141\x72\x27\40\x72\145\x71\x75\x69\x72\x65\144\x3e"; echo "\x3c\x2f\x64\151\x76\76"; echo "\74\144\x69\166\40\x63\x6c\141\x73\163\75\x27\x63\157\x6c\47\x3e"; echo "\74\x69\156\x70\x75\x74\x20\x74\171\x70\145\75\47\x74\x65\170\x74\x27\x20\x6e\141\x6d\x65\x3d\x27\143\x70\x66\x27\40\143\154\141\x73\x73\x3d\x27\146\157\x72\x6d\55\x63\x6f\156\x74\162\157\x6c\x20\x63\160\146\40\155\142\x2d\62\47\x20\160\154\141\143\x65\150\157\x6c\144\x65\x72\75\x27\103\x50\x46\47\x20\162\145\161\x75\x69\162\145\144\76"; echo "\74\57\x64\151\x76\76"; echo "\x3c\x2f\x64\x69\166\76"; echo "\74\144\x69\166\x20\143\154\x61\163\x73\x3d\47\162\157\x77\40\x72\157\167\x2d\143\157\154\x73\55\61\x20\162\157\167\x2d\143\157\154\x73\x2d\x6d\144\x2d\62\x27\76"; echo "\x3c\144\x69\x76\40\x63\154\141\x73\163\75\x27\143\157\154\x2d\x6d\144\55\62\x27\76"; echo "\74\151\x6e\x70\x75\x74\x20\164\171\x70\145\75\47\164\145\x78\164\x27\40\143\154\x61\x73\x73\x3d\47\x66\x6f\162\x6d\55\x63\x6f\156\164\162\x6f\154\x20\143\x65\x70\40\155\142\x2d\62\x27\x20\x70\154\x61\x63\145\150\157\154\144\145\162\75\47\103\x45\120\47\40\x72\x65\161\x75\151\x72\x65\144\x3e"; echo "\x3c\x2f\x64\x69\166\x3e"; echo "\74\144\x69\166\x20\x63\154\141\x73\x73\x3d\x27\x63\x6f\x6c\x27\x3e"; echo "\74\151\156\160\165\164\x20\164\x79\x70\145\75\47\164\x65\170\x74\x27\40\156\x61\x6d\145\75\47\x65\156\x64\145\162\145\143\x6f\x5f\143\157\x6d\160\x6c\145\164\x6f\47\x20\x63\154\141\x73\x73\x3d\47\146\x6f\x72\x6d\55\143\157\156\164\x72\157\x6c\40\145\156\144\145\162\145\143\x6f\x5f\143\157\x6d\x70\154\145\x74\157\x20\x6d\x62\x2d\x32\x27\x20\160\x6c\x61\x63\145\x68\157\154\x64\x65\x72\x3d\x27\105\156\144\145\162\145\303\247\x6f\40\143\x6f\155\x70\154\x65\x74\x6f\x27\x20\x72\x65\161\165\x69\x72\x65\x64\76"; echo "\74\x69\x6e\x70\165\164\x20\164\x79\160\x65\75\x27\x68\151\x64\144\x65\x6e\47\x20\x63\x6c\141\163\163\x3d\47\x63\151\x64\x61\144\145\x27\x20\x6e\141\x6d\145\x3d\47\143\151\x64\x61\144\x65\47\76"; echo "\x3c\x69\156\x70\x75\x74\x20\164\171\x70\145\75\47\150\x69\144\x64\x65\x6e\x27\x20\143\154\x61\x73\163\x3d\47\145\163\164\141\x64\157\x27\x20\156\141\155\145\x3d\47\x65\x73\x74\141\x64\157\x27\x3e"; echo "\74\x2f\x64\x69\x76\x3e"; echo "\74\x2f\144\151\166\76"; echo "\x3c\142\165\164\164\157\156\x20\x6e\x61\155\145\x3d\x27\47\40\143\154\141\x73\163\x3d\x27\142\x74\156\40\142\x74\156\55\154\x69\147\150\164\x20\155\171\55\63\47\x3e\103\162\x69\x61\x72\74\57\x62\x75\164\x74\157\156\76"; echo "\74\57\x66\x6f\162\x6d\x3e"; } goto VMyzk; Hu0Fs: if (isset($_GET["\144\160\x72\x6f"])) { $pdo->query("\104\x45\x4c\105\x54\105\x20\106\x52\x4f\x4d\40\160\x72\x6f\144\x75\x74\157\x72\137\x65\166\145\x6e\164\x6f\x20\127\110\x45\x52\x45\x20\x69\144\x5f\x70\x72\x6f\144\165\164\x6f\162\x20\x3d\40\x27{$_GET["\151\x64"]}\x27"); $pdo->query("\104\105\x4c\x45\124\x45\x20\106\122\x4f\115\40\x62\141\x72\x20\x57\x48\105\x52\x45\x20\151\144\x5f\160\x72\157\144\x75\x74\x6f\x72\x20\x3d\40\47{$_GET["\151\144"]}\x27"); $pdo->query("\104\105\114\105\x54\105\40\106\x52\117\115\40\x62\x61\x72\x5f\166\157\x75\143\150\x65\x72\163\x20\x57\x48\105\x52\105\40\151\x64\x5f\160\x72\x6f\144\165\164\x6f\x72\x20\x3d\40\x27{$_GET["\x69\x64"]}\47"); $pdo->query("\104\105\x4c\105\124\105\x20\106\x52\x4f\115\x20\160\x72\157\144\165\x74\157\x72\x20\x57\x48\x45\122\105\x20\151\x64\x20\x3d\40\47{$_GET["\x69\x64"]}\47"); echo "\74\163\x63\162\x69\160\164\x3e\167\151\x6e\144\157\x77\56\x6c\x6f\143\141\164\x69\157\156\56\x68\x72\145\x66\x3d\x27\77\160\162\x6f\x64\165\164\x6f\162\x27\74\x2f\163\143\x72\x69\x70\x74\x3e"; } goto GHEBw; Q8gGb: if (isset($_POST["\x70\x5f\145\144\151\x74\141\162\x43\141\144\141\x73\164\x72\x6f"])) { $pdo->query("\125\x50\x44\101\x54\105\40\x63\154\x69\145\156\x74\145\163\40\123\105\x54\x20\12\11\11\156\x6f\x6d\x65\40\75\40\x27{$_POST["\x6e\x6f\x6d\x65"]}\47\54\12\11\11\x65\x6d\141\151\154\40\75\x20\47{$_POST["\x65\x6d\x61\151\x6c"]}\47\x2c\12\11\x9\x73\145\x6e\150\x61\x20\75\40\47{$_POST["\163\145\x6e\150\141"]}\x27\x2c\xa\11\x9\143\x70\146\40\x3d\40\x27{$_POST["\x63\x70\146"]}\x27\54\xa\x9\11\x63\x6f\x6e\x74\141\164\157\x20\x3d\x20\47{$_POST["\143\157\156\x74\x61\x74\157"]}\47\x2c\xa\11\x9\x69\x64\x5f\x70\162\157\x64\165\164\x6f\x20\x3d\x20\x27{$_POST["\151\x64\x5f\160\x72\157\144\165\x74\x6f"]}\47\xa\11\x9\127\x48\105\122\x45\40\151\144\40\75\40\47{$_POST["\x69\144"]}\x27"); echo "\x3c\163\x63\162\x69\160\x74\76\167\x69\x6e\144\x6f\167\x2e\x6c\157\x63\141\x74\151\x6f\156\56\x68\x72\145\x66\x3d\x27\x3f\x70\x5f\x63\141\x64\x61\163\x74\162\x6f\x27\74\57\163\x63\162\x69\x70\164\x3e"; } goto XBZme; ntK1y: if (isset($_GET["\145\x76\145\x6e\164\157\163"])) { echo "\74\x68\x35\40\x63\x6c\141\163\163\75\x27\155\171\x2d\x34\47\76\120\x52\117\104\x55\124\117\123\12\x9\74\144\151\x76\x20\x63\154\141\x73\x73\x3d\x27\165\x6e\x64\145\162\142\x61\x72\x27\76\x3c\x2f\x64\x69\166\76\xa\11\74\57\x68\x35\76"; $q0 = $pdo->query("\123\105\114\105\103\124\40\52\x20\106\122\117\115\40\x70\162\157\144\165\164\x6f\162\x5f\145\166\x65\156\x74\157\40\127\110\x45\x52\105\40\151\144\137\160\162\157\144\x75\164\x6f\162\40\75\40\47{$id_produtor}\x27"); if ($q0->fetchColumn() > 0) { $q0 = $pdo->query("\x53\105\114\x45\x43\x54\x20\52\x20\x46\122\x4f\x4d\x20\x70\162\x6f\144\x75\164\x6f\x72\137\145\x76\x65\x6e\164\x6f\x20\x57\x48\x45\122\105\40\151\144\x5f\x70\x72\x6f\144\165\164\157\162\40\x3d\40\x27{$id_produtor}\x27"); foreach ($q0 as $i0) { $q = $pdo->query("\123\x45\114\105\x43\x54\x20\x2a\40\x46\x52\x4f\x4d\x20\x65\x76\145\156\164\157\x20\x57\x48\x45\x52\x45\x20\x69\x64\40\75\40\x27{$i0["\x69\144\x5f\x65\x76\x65\156\x74\157"]}\x27"); foreach ($q as $i) { $nome_evento = $i["\156\x6f\x6d\145"]; echo "\x3c\144\x69\166\x20\143\154\x61\x73\x73\75\x27\x72\x6f\167\x20\162\157\x77\55\x63\157\154\163\x2d\x31\x20\x72\x6f\167\x2d\143\157\x6c\163\x2d\x6d\144\x2d\x33\40\x62\157\162\x64\x65\162\x2d\142\157\x74\x74\157\155\40\155\x2d\x30\x20\160\x2d\x30\x20\x70\171\x2d\x32\x27\76"; echo "\x3c\x64\x69\x76\x20\x63\154\x61\163\x73\x3d\47\143\x6f\154\x2d\155\144\x2d\x31\47\x3e"; echo "\x3c\151\155\147\40\163\x72\x63\x3d\47\x2e\x2e\57\x69\x6d\x61\x67\x65\x73\x2f\145\166\145\156\x74\157\163\57{$i["\x69\155\x61\147\145\x6d"]}\x27\40\x63\x6c\x61\x73\163\x3d\x27\x72\157\165\156\x64\145\144\47\40\x73\x74\171\x6c\x65\75\47\167\151\144\164\x68\x3a\63\x32\160\170\x3b\150\145\151\147\x68\x74\72\x33\x32\x70\170\x3b\x27\40\141\154\x74\x3d\47\47\x20\57\x3e"; echo "\74\57\x64\x69\x76\76"; echo "\74\x64\151\166\x20\x63\x6c\141\163\163\75\47\x63\x6f\154\x2d\x6d\x64\55\x37\40\x74\x65\x78\164\x2d\165\160\160\x65\x72\x63\x61\163\x65\x20\x6d\x62\55\63\x27\76"; echo "\74\x73\160\141\x6e\x20\143\x6c\x61\163\x73\75\47\142\x61\x64\147\x65\x20\142\x67\55\163\x65\143\x6f\156\x64\141\162\x79\x20\x6d\145\55\x32\x27\x3e\x49\104\x20{$i["\151\144"]}\74\x2f\163\160\141\x6e\x3e"; $w = $pdo->query("\123\x45\x4c\105\103\x54\40\52\x20\x46\x52\117\x4d\40\x6d\141\x70\141\x73\40\x57\110\105\122\x45\x20\x69\x64\137\x65\166\x65\156\x74\157\40\x3d\40\47{$i0["\151\144\x5f\x65\166\145\156\164\x6f"]}\47"); if ($w->fetchColumn() > 0) { echo "\x3c\151\40\x63\154\141\163\x73\x3d\x27\146\141\55\x72\x65\147\x75\x6c\141\x72\40\x66\141\x2d\x6d\x61\160\x20\155\x65\x2d\62\40\164\145\x78\x74\55\x69\x6e\x66\x6f\47\40\144\141\x74\141\x2d\142\x73\55\164\x6f\157\154\x74\x69\160\40\144\141\x74\141\55\x62\x73\55\x74\151\164\x6c\x65\x3d\47\x45\x76\x65\156\164\157\40\x63\x6f\155\x20\x4d\x41\x50\x41\x27\x3e\74\57\151\76"; } echo "{$i["\156\x6f\x6d\145"]}"; echo "\74\57\x64\151\166\76"; echo "\74\x64\x69\166\x20\x63\154\141\x73\x73\x3d\47\x63\157\154\x20\x64\x2d\x66\x6c\145\x78\x20\152\x75\x73\164\151\146\171\x2d\x63\157\156\x74\x65\156\164\55\142\x65\x74\x77\145\145\156\x27\76"; echo "\x3c\x61\x20\x68\x72\x65\146\75\x27\x3f\160\x5f\x64\x65\x74\141\154\x68\145\163\x26\x69\144\x3d{$i0["\151\144\x5f\x65\x76\x65\x6e\164\157"]}\47\x20\x64\x61\164\x61\x2d\142\163\55\x74\x6f\157\x6c\164\x69\x70\40\x64\141\x74\x61\x2d\142\x73\x2d\x74\151\x74\x6c\x65\x3d\47\104\145\x74\x61\x6c\x68\145\163\x27\x3e\x3c\x69\40\143\154\x61\163\x73\75\47\146\x61\x2d\x73\157\154\x69\x64\40\146\x61\x2d\x63\151\162\143\x6c\x65\55\x69\156\x66\157\x27\76\74\x2f\151\76\x3c\57\141\x3e"; if ($rv == "\x31") { echo "\74\x61\x20\150\162\x65\146\75\47\x6a\x61\166\x61\163\143\162\x69\x70\164\x3a\166\157\x69\144\50\51\47\x20\x64\x61\x74\141\55\142\163\x2d\x74\157\x6f\x6c\164\151\x70\x20\x64\x61\x74\141\x2d\142\163\55\x74\x69\x74\x6c\145\x3d\x27\x52\x65\154\x61\164\303\xb3\x72\x69\x6f\40\x64\x61\163\x20\x56\145\x6e\144\x61\163\x27\x20\144\x61\164\141\x2d\x62\x73\55\x74\157\x67\147\x6c\145\x3d\47\x6d\157\x64\x61\x6c\47\x20\x64\x61\x74\x61\x2d\x62\x73\x2d\x74\141\x72\x67\145\x74\75\x27\56\162\x65\x6c{$i0["\x69\x64\x5f\145\x76\145\x6e\x74\157"]}\x27\76\122\x56\x3c\57\x61\76"; } if ($rvl == "\x31") { echo "\x3c\141\40\150\x72\x65\146\75\47\x3f\x72\x6c\x26\x65\75{$i0["\x69\144\137\145\166\x65\x6e\164\157"]}\x27\x20\x64\141\164\141\x2d\x62\163\x2d\x74\157\x6f\154\164\151\160\x20\x64\141\164\141\x2d\x62\163\55\164\151\x74\x6c\x65\75\x27\122\x65\x6c\x61\x74\xc3\263\162\151\x6f\x20\x64\141\163\x20\x56\x65\x6e\144\141\163\40\160\157\x72\40\x6c\x6f\x63\x61\x6c\x69\x7a\x61\303\247\xc3\243\157\x27\x3e\x52\126\114\x3c\57\x61\76"; } if ($bar == "\61") { echo "\74\141\40\150\162\145\146\x3d\x27\x3f\x62\x61\162\46\145\75{$i0["\x69\144\137\x65\x76\145\156\164\157"]}\47\40\x64\141\x74\141\x2d\142\x73\x2d\x74\x6f\157\154\x74\151\x70\40\144\141\164\x61\55\142\163\x2d\x74\151\164\x6c\x65\x3d\x27\102\141\162\x20\144\x6f\x20\x45\x76\x65\156\164\x6f\47\76\102\101\122\x3c\57\x61\x3e"; } $a = $pdo->query("\x53\x45\x4c\105\103\124\x20\x2a\40\x46\x52\117\115\40\x76\157\x75\143\x68\145\x72\163\x20\127\110\x45\122\x45\40\151\144\137\x65\x76\x65\156\x74\157\40\x3d\x20\47{$i["\x69\x64"]}\x27\40\x41\x4e\x44\40\151\144\x5f\x70\162\157\144\x75\x74\x6f\x72\x20\x3d\40\47{$id_produtor}\47"); if ($a->fetchColumn() > 0) { } echo "\74\x61\40\x68\162\145\146\x3d\47\x6a\141\x76\141\163\143\x72\x69\160\164\72\x76\157\x69\x64\x28\x29\x27\x20\x63\154\x61\163\163\75\47\x62\164\x6e\40\142\x74\156\55\x6c\x69\x67\150\164\47\40\144\141\x74\141\x2d\x62\x73\x2d\x74\157\147\147\x6c\145\75\x27\x6d\x6f\144\x61\x6c\x27\x20\144\141\x74\141\x2d\x62\x73\x2d\164\x61\162\x67\x65\x74\75\47\x2e\x76\x65\156\x64\145\162{$i["\151\144"]}\x27\x3e\126\105\116\104\105\x52\74\57\x61\76"; echo "\74\57\x64\x69\166\x3e"; echo "\x3c\x2f\x64\151\x76\76"; echo "\74\144\x69\x76\x20\143\x6c\141\163\x73\x3d\x27\x6d\157\144\x61\154\x20\146\x61\x64\145\40\x76\x65\156\x64\145\x72{$i["\x69\144"]}\x27\x3e"; echo "\74\x64\151\x76\40\143\154\x61\163\x73\75\x27\x6d\x6f\x64\141\154\55\144\x69\x61\x6c\x6f\x67\40\155\157\x64\x61\154\x2d\154\x67\47\x3e"; echo "\x3c\x64\151\166\40\143\154\141\x73\163\75\x27\x6d\157\x64\x61\154\x2d\143\x6f\156\x74\145\156\164\47\76"; echo "\x3c\144\x69\166\40\143\154\141\163\x73\75\x27\155\x6f\x64\x61\x6c\x2d\x68\145\x61\144\145\x72\40\164\x65\170\164\x2d\165\x70\160\x65\162\x63\141\163\x65\x27\x3e{$i["\x69\x64"]}\x20\x2d\x20{$i["\156\x6f\x6d\145"]}\40\x3c\x62\165\164\x74\x6f\156\x20\143\154\x61\x73\x73\75\x27\142\x74\156\55\x63\154\x6f\x73\x65\x27\x20\x64\141\164\141\x2d\142\x73\55\x64\x69\x73\155\x69\x73\163\x3d\47\x6d\157\144\141\154\x27\x3e\74\x2f\142\x75\164\164\157\156\76\74\57\x64\x69\166\76"; echo "\x3c\144\x69\166\40\143\x6c\141\163\x73\75\x27\x6d\157\x64\141\154\x2d\x62\x6f\144\171\47\x3e"; echo "\x3c\x69\x6e\160\x75\164\40\x74\171\x70\x65\x3d\x27\164\x65\x78\164\47\x20\x63\154\x61\x73\163\75\x27\x66\157\x72\155\x2d\143\x6f\x6e\x74\162\157\154\40\x70\137\143\160\146\x20\155\171\x2d\63\40\x63\160\146\x27\40\x69\144\x3d\47{$i["\x69\144"]}\47\40\160\x6c\x61\143\145\x68\x6f\x6c\144\145\162\75\x27\111\156\146\157\x72\x6d\x65\x20\x6f\x20\103\x50\x46\x20\x64\157\40\143\154\151\145\x6e\x74\x65\47\x20\162\145\161\x75\x69\162\145\x64\76"; echo "\74\x64\x69\x76\x20\x63\154\141\163\x73\x3d\47\142\x6f\170\55\166\145\x6e\144\x65\162\55\162\145\x74\x75\162\x6e{$i["\x69\x64"]}\47\x3e\x3c\x2f\144\x69\166\x3e"; echo "\74\x64\x69\166\x20\x63\x6c\x61\163\x73\x3d\x27\x62\x6f\170\x2d\166\x65\x6e\144\x65\x72{$i["\151\x64"]}\47\x20\x73\x74\x79\x6c\x65\75\x27\x77\151\x64\164\150\x3a\60\x70\170\73\150\x65\151\x67\150\164\x3a\60\x70\170\x3b\157\160\141\x63\151\x74\171\72\60\73\x27\x3e"; echo "\74\x68\x35\40\143\154\x61\163\163\x3d\47\155\171\55\64\47\x3e\126\x65\156\x64\145\x72\40\x3c\x73\160\x61\x6e\40\143\154\x61\x73\163\x3d\47\x73\x75\142\55\x63\x6f\x72\47\x3e{$nome_evento}\x3c\x2f\163\160\141\156\x3e\xa\11\11\11\11\x9\74\144\x69\x76\x20\x63\154\x61\x73\163\75\x27\x75\x6e\144\x65\162\142\x61\x72\x27\x3e\x3c\57\x64\x69\166\x3e\12\x9\11\11\11\x9\74\57\150\x35\76"; $a = $pdo->query("\x53\x45\x4c\x45\103\x54\40\104\111\123\x54\111\116\x43\x54\40\x62\x6c\157\x63\x6f\x2c\x6e\157\x6d\145\x2c\151\144\137\x65\166\x65\156\164\157\x20\106\122\117\x4d\x20\x73\x65\164\x6f\x72\40\127\x48\105\x52\105\40\151\x64\x5f\x65\x76\x65\x6e\164\x6f\x20\75\x20\x27{$i0["\151\144\137\x65\x76\145\156\x74\x6f"]}\x27"); foreach ($a as $b) { echo "\74\144\x69\166\x20\x63\x6c\x61\x73\163\75\x27\x63\x61\x72\x64\x20\x6d\171\x2d\63\x20\x61\147\165\141\x72\144\141\x72\x2d\x67\x65\x6f\x6c\x6f\x63\x61\164\x69\157\x6e\47\x3e"; echo "\x3c\x64\151\x76\x20\x63\154\141\x73\x73\75\47\143\141\x72\144\55\x68\x65\x61\144\145\x72\x27\x3e{$b["\156\157\155\145"]}\74\57\144\x69\x76\76"; echo "\x3c\x64\151\166\40\143\154\x61\x73\163\75\47\143\141\162\144\55\142\157\144\171\47\x3e"; $a1 = $pdo->query("\x53\x45\x4c\x45\103\124\x20\x2a\40\x46\x52\117\115\40\163\145\x74\x6f\162\40\x57\x48\x45\122\x45\40\151\144\x5f\x65\x76\x65\156\x74\157\40\75\40\x27{$i["\x69\x64"]}\47\x20\101\x4e\x44\40\142\x6c\157\143\x6f\40\x3d\x20\47{$b["\x62\x6c\157\143\x6f"]}\47"); foreach ($a1 as $b1) { $a2 = $pdo->query("\123\105\x4c\105\x43\124\x20\x53\x55\x4d\x28\x71\x75\x61\156\x74\x69\x74\171\x29\x20\x61\x73\x20\161\164\x64\40\x46\122\x4f\x4d\40\x63\x61\x72\162\x69\x6e\x68\157\40\x57\x48\105\x52\x45\x20\x69\x64\x5f\145\166\145\156\164\157\x20\75\x20\x27{$b["\x69\x64\137\x65\166\x65\x6e\164\x6f"]}\47\40\x41\x4e\104\x20\x69\x64\x5f\163\x65\164\157\162\40\75\x20\47{$b1["\x69\x64"]}\x27"); $b2 = $a2->fetch(); $qtd_no_cart = $b2["\x71\x74\x64"]; $livre = $b1["\161\x75\x61\x6e\164\151\x64\x61\144\145"] - $qtd_no_cart; echo "\74\146\x6f\162\155\40\x6d\145\164\x68\x6f\x64\x3d\x27\x70\157\163\164\47\x20\143\154\x61\163\x73\75\47\x62\157\x72\x64\x65\162\55\142\x6f\x74\x74\157\x6d\47\76"; echo "\74\x69\x6e\x70\165\164\40\164\x79\160\x65\75\47\x68\x69\144\x64\x65\x6e\x27\40\143\154\x61\163\163\x3d\47\151\144\x5f\x70\162\157\144\x75\164\157\x72\47\40\x6e\141\x6d\x65\75\47\x69\144\x5f\x70\x72\x6f\x64\165\x74\157\162\47\x20\x76\141\x6c\165\x65\x3d\x27{$id_produtor}\47\x3e"; echo "\x3c\151\x6e\x70\165\164\x20\164\171\x70\x65\75\x27\150\151\x64\144\145\x6e\47\40\156\x61\x6d\145\x3d\47\154\141\x74\151\164\165\x64\145\47\x20\166\141\154\165\x65\x3d\x27\60\x27\40\x63\154\141\163\x73\75\47\154\x61\x74\151\x74\165\144\145\x27\76"; echo "\74\151\x6e\160\165\164\x20\164\x79\160\x65\x3d\47\150\x69\x64\144\x65\x6e\x27\40\x6e\141\x6d\145\75\47\x6c\157\x6e\x67\151\164\x75\x64\145\47\40\x76\x61\154\165\x65\75\x27\x30\x27\40\x63\x6c\141\163\x73\x3d\x27\x6c\157\156\147\x69\x74\165\144\x65\x27\76"; if ($b1[cortesia] == "\61") { $v_total = 0; } else { $v_total = $b1["\x76\x61\x6c\x6f\x72"] + $b1["\x74\141\170\x61"]; } echo "\74\x69\x6e\160\x75\164\40\164\x79\x70\x65\75\47\150\151\x64\144\145\156\47\40\x6e\141\155\145\x3d\x27\x69\x64\137\145\x76\x65\x6e\x74\157\47\40\x76\141\154\165\145\x3d\x27{$i0["\151\144\137\x65\166\145\156\x74\x6f"]}\47\76"; echo "\74\151\x6e\x70\x75\164\40\x74\171\160\145\x3d\47\150\151\x64\144\145\156\47\40\x6e\x61\x6d\x65\x3d\x27\151\x64\x5f\x73\145\164\x6f\x72\x27\40\x76\141\x6c\x75\x65\75\47{$b1["\x69\144"]}\47\76"; echo "\x3c\151\156\160\x75\164\40\164\171\x70\x65\x3d\x27\150\x69\x64\x64\145\x6e\47\x20\156\x61\155\145\x3d\x27\166\x61\154\157\x72\x27\x20\x76\x61\154\x75\145\x3d\47{$v_total}\47\x3e"; echo "\74\151\x6e\x70\165\x74\x20\164\x79\160\x65\75\x27\150\x69\144\x64\145\x6e\x27\x20\143\154\x61\x73\x73\75\x27\x69\x64\137\143\154\151\47\40\x6e\141\155\145\x3d\47\x69\144\x5f\143\x6c\x69\47\x20\x76\x61\154\x75\145\x3d\x27\x27\76"; echo "\x3c\x64\x69\x76\40\x63\154\x61\163\x73\x3d\x27\142\x6f\x72\x64\x65\x72\x20\162\x6f\x75\156\x64\x65\144\x20\x70\x2d\x33\40\x62\x67\x2d\154\x69\147\x68\164\40\x6d\164\55\63\x20\x63\157\x6c\154\x61\160\x73\145\47\x3e"; echo "\x3c\144\x69\x76\40\143\154\x61\163\163\75\x27\x72\157\167\x20\162\157\167\55\143\157\154\x73\55\x32\x20\162\157\x77\55\143\x6f\154\163\x2d\155\144\55\x34\40\x6d\x2d\60\40\x70\x2d\60\x27\76"; echo "\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\75\47\146\x6f\162\x6d\x2d\143\x68\x65\x63\x6b\40\x63\x6f\154\x27\76\xa\x9\x9\11\x9\11\x9\x9\11\x9\11\11\11\74\151\156\160\165\164\x20\143\x6c\141\x73\x73\x3d\47\146\x6f\x72\155\55\143\x68\x65\x63\153\55\x69\x6e\160\x75\164\47\40\x74\171\x70\145\x3d\x27\162\x61\x64\x69\157\x27\40\156\141\x6d\145\x3d\47\x70\141\x79\x6d\145\x6e\x74\x5f\155\x65\164\x68\x6f\144\47\x20\x69\144\x3d\47\x72\47\x20\166\141\x6c\x75\145\75\47\143\162\145\144\151\164\157\47\76\xa\x9\x9\x9\x9\11\x9\x9\x9\11\x9\x9\x9\x3c\x6c\141\142\145\154\x20\143\154\x61\163\x73\x3d\47\146\157\162\155\55\143\x68\145\143\x6b\x2d\x6c\x61\142\x65\154\47\40\x66\x6f\162\x3d\47\162\47\x3e\103\x72\xc3\xa9\144\x69\164\157\x3c\x2f\x6c\x61\142\145\154\x3e\xa\11\x9\x9\x9\x9\11\11\11\11\11\11\x9\x3c\57\x64\151\x76\x3e\12\x9\x9\11\11\x9\x9\x9\11\x9\11\11\11"; echo "\x3c\144\151\x76\x20\143\x6c\x61\x73\163\75\47\x66\157\162\155\55\x63\x68\145\x63\x6b\x20\x63\x6f\x6c\47\76\xa\x9\11\x9\x9\11\x9\11\x9\11\x9\x9\x9\x3c\x69\156\160\165\x74\40\143\x6c\141\x73\x73\x3d\x27\146\x6f\162\x6d\x2d\x63\x68\x65\x63\x6b\55\x69\x6e\160\165\164\47\40\x74\171\160\145\x3d\x27\162\x61\144\x69\157\x27\40\x6e\x61\155\145\x3d\47\160\141\x79\155\145\156\164\137\x6d\x65\164\x68\157\144\x27\40\x69\144\75\47\x72\47\40\x76\x61\x6c\165\145\75\47\x64\145\142\151\x74\157\47\x3e\xa\11\x9\11\11\x9\11\11\11\x9\11\11\x9\x3c\x6c\x61\x62\145\154\40\143\x6c\x61\163\x73\75\x27\x66\157\162\x6d\x2d\143\x68\x65\143\153\55\154\x61\x62\x65\x6c\47\40\x66\157\162\75\47\162\x27\76\x44\303\xa9\142\151\164\157\x3c\57\x6c\x61\142\145\x6c\x3e\xa\11\11\x9\11\11\11\11\11\x9\x9\11\x9\x3c\x2f\144\x69\166\x3e\xa\x9\11\x9\x9\11\x9\11\11\11\11\x9\x9"; echo "\x3c\x64\151\166\x20\x63\154\x61\163\163\75\x27\146\157\162\x6d\x2d\x63\150\145\143\x6b\x20\x63\x6f\154\x27\x3e\12\11\x9\11\11\11\x9\x9\x9\11\x9\11\x9\x3c\x69\156\160\x75\164\x20\x63\154\141\x73\163\x3d\47\x66\157\162\155\x2d\143\x68\x65\143\x6b\x2d\151\x6e\x70\x75\164\47\40\x74\x79\160\x65\x3d\x27\162\x61\144\151\x6f\x27\x20\x6e\x61\x6d\x65\75\x27\x70\x61\x79\x6d\145\x6e\x74\137\x6d\x65\164\150\157\144\47\x20\151\x64\75\x27\162\x27\x20\166\141\x6c\165\145\x3d\x27\160\151\170\x27\x3e\xa\x9\x9\11\11\11\x9\x9\11\x9\11\x9\11\74\x6c\141\x62\x65\x6c\40\143\x6c\x61\163\x73\75\47\x66\157\162\155\55\143\150\x65\x63\x6b\55\154\x61\x62\145\x6c\x27\40\x66\x6f\x72\75\47\x72\47\x3e\120\x49\130\74\57\x6c\141\x62\x65\x6c\76\xa\x9\x9\11\x9\11\11\x9\x9\x9\x9\11\x9\x3c\x2f\144\151\x76\x3e\12\11\x9\11\11\11\x9\11\x9\11\x9\11\x9"; echo "\x3c\x64\x69\166\x20\143\x6c\141\x73\163\x3d\x27\146\x6f\x72\x6d\x2d\143\150\x65\x63\x6b\40\143\157\154\47\x3e\xa\11\x9\x9\x9\x9\x9\x9\x9\x9\x9\11\11\x3c\151\x6e\160\x75\164\x20\143\x6c\141\163\x73\75\x27\x66\157\x72\155\x2d\143\x68\145\x63\x6b\55\151\x6e\x70\165\164\47\x20\x74\x79\160\x65\x3d\47\162\141\144\151\157\47\40\156\x61\155\145\75\x27\160\x61\171\x6d\x65\156\164\x5f\x6d\x65\x74\150\x6f\x64\47\40\151\x64\75\x27\162\47\40\x76\141\154\x75\x65\75\47\144\151\156\x68\145\x69\x72\x6f\x27\40\x63\x68\145\x63\x6b\x65\x64\76\12\11\x9\x9\11\11\x9\11\x9\11\11\x9\11\74\154\x61\x62\145\x6c\x20\x63\154\141\163\163\x3d\47\x66\157\162\155\x2d\x63\x68\145\x63\153\x2d\x6c\x61\142\145\154\47\40\x66\x6f\x72\x3d\x27\x72\47\x3e\x44\151\156\x68\x65\151\x72\x6f\x3c\57\x6c\x61\142\145\x6c\x3e\xa\11\x9\11\11\x9\11\x9\x9\x9\11\x9\x9\74\x2f\x64\x69\x76\x3e\12\x9\11\11\x9\x9\x9\11\x9\11\11\11\11"; echo "\74\57\x64\x69\166\x3e"; echo "\x3c\57\144\x69\166\76"; echo "\74\151\x6e\x70\x75\164\x20\164\171\x70\145\x3d\47\164\145\170\164\47\x20\x63\x6c\141\x73\x73\x3d\47\x66\157\162\x6d\x2d\x63\x6f\x6e\164\162\157\x6c\40\x6d\x79\55\x33\x20\x63\x6f\154\154\141\160\x73\145\x27\40\x6e\141\x6d\145\x3d\x27\x65\x78\x74\162\x61\137\x6e\157\155\145\137\x63\x6c\151\x27\40\160\x6c\141\143\145\150\157\x6c\x64\145\x72\75\x27\x4e\157\155\x65\40\144\x6f\x20\143\154\x69\x65\156\x74\145\40\50\117\x70\x63\x69\x6f\x6e\x61\154\51\x27\76"; echo "\74\x64\x69\x76\40\x63\x6c\x61\163\x73\x3d\47\162\157\167\x20\162\157\167\55\x63\157\x6c\163\x2d\x32\x20\162\157\167\55\143\x6f\x6c\163\55\x6d\144\x2d\64\x20\x6d\142\x2d\x34\40\x6d\164\55\x32\47\x3e"; echo "\74\x64\x69\166\x20\x63\154\x61\x73\x73\75\47\143\157\x6c\x27\76"; echo "\x3c\x64\151\x76\x20\143\154\x61\x73\x73\x3d\x27\47\x20\163\x74\171\154\145\75\47\x70\157\x73\151\x74\151\x6f\x6e\x3a\162\x65\x6c\x61\164\151\166\145\73\150\x65\x69\x67\x68\164\x3a\x33\x37\160\x78\x3b\x27\76"; echo "{$b1["\164\x69\x70\x6f\137\x69\x6e\147\x72\145\163\163\x6f"]}"; echo "\x3c\x2f\x64\x69\166\76"; if ($b1[cortesia] == "\x31") { echo "\74\x69\156\160\x75\164\40\x74\x79\x70\145\x3d\x27\150\151\x64\x64\x65\x6e\47\40\156\x61\x6d\x65\75\x27\143\157\162\164\x65\x73\151\141\47\40\x76\x61\x6c\165\x65\75\47\x31\x27\76"; } else { echo "\74\151\x6e\160\165\164\x20\x74\171\160\145\x3d\47\150\x69\144\x64\145\156\47\x20\x6e\141\155\145\75\47\x63\x6f\162\164\x65\163\151\x61\47\40\x76\141\x6c\x75\x65\x3d\47\x30\47\x3e"; echo "\74\x64\x69\x76\x20\x63\x6c\x61\163\x73\x3d\x27\164\x65\x78\x74\x2d\x6d\165\x74\145\144\x20\x76\x61\x6c\x2d\164\x78\47\76\x56\x61\x6c\157\162\x20{$b1["\x76\x61\x6c\x6f\162"]}\40\53\x20\x54\x61\170\141\x20{$b1["\164\x61\170\141"]}\x3c\57\x64\151\x76\76"; } echo "\74\x2f\144\151\166\x3e"; echo "\74\x64\x69\x76\40\143\x6c\x61\x73\163\x3d\x27\143\x6f\x6c\x27\76"; echo "\x3c\x68\64\40\x63\154\141\163\x73\75\47\x76\x2d\x64\151\156\x61\x6d\151\143\157\x2d\x73\x68\x6f\x77{$b1["\151\x64"]}\47\x3e\74\163\160\x61\x6e\x20\x63\154\141\163\163\x3d\47\x63\151\146\x72\x61\157\47\x3e\x52\44\74\57\x73\x70\x61\x6e\76" . number_format($v_total, 2, "\x2c", "\x2e") . "\74\x2f\x68\x34\76"; echo "\x3c\151\156\160\165\x74\x20\164\x79\x70\145\x3d\47\150\151\x64\x64\x65\x6e\47\40\143\x6c\x61\x73\x73\75\x27\x76\55\144\151\x6e\x61\155\151\x63\157\55\150\x69\x64\144\x65\156{$b1["\x69\144"]}\x27\x20\x76\x61\x6c\x75\145\x3d\x27{$v_total}\47\x3e"; echo "\74\x2f\x64\x69\x76\76"; echo "\x3c\x64\151\166\x20\x63\x6c\x61\163\163\x3d\x27\143\x6f\154\x27\x3e"; if ($qtd_no_cart == $b1["\161\x75\x61\156\164\x69\144\x61\x64\145"]) { echo "\111\156\x64\x69\x73\x70\157\x6e\303\xad\x76\145\154"; } else { $a3 = $pdo->query("\123\105\114\x45\103\124\40\x2a\40\106\x52\x4f\115\40\155\141\160\x61\x73\x20\x57\x48\x45\x52\105\x20\x69\144\137\x65\166\145\x6e\164\x6f\x20\x3d\x20\x27{$b["\x69\x64\137\x65\166\145\x6e\x74\157"]}\47"); if ($a3->fetchColumn() > 0) { echo "\74\x64\x69\166\40\x63\x6c\141\163\163\x3d\47\151\156\160\165\x74\55\x67\x72\x6f\165\x70\47\76"; echo "\74\x64\x69\x76\x20\x63\154\141\x73\163\75\47\x69\156\x70\x75\x74\55\147\162\x6f\x75\160\55\164\145\x78\164\47\x3e\x4c\x75\147\x61\x72\x3c\57\144\151\166\76"; echo "\74\163\145\x6c\145\x63\164\x20\x6e\141\x6d\x65\x3d\47\x69\x64\137\x6d\141\x70\141\47\40\x63\154\141\163\x73\x3d\47\x66\x6f\162\x6d\55\x63\x6f\x6e\164\x72\x6f\154\47\40\162\145\x71\x75\x69\162\x65\144\76"; $a3 = $pdo->query("\x53\105\114\105\103\x54\40\52\x20\106\x52\117\x4d\40\x6d\x61\x70\x61\x73\40\x57\x48\105\122\x45\40\x69\x64\x5f\145\x76\145\x6e\164\157\x20\75\40\47{$b["\151\x64\x5f\x65\x76\145\156\x74\x6f"]}\47"); foreach ($a3 as $i) { if ($i["\x72\145\x73\145\162\x76\x61\x64\x6f"] == "\61") { echo "\74\157\x70\x74\151\x6f\x6e\40\166\x61\x6c\165\145\75\47\x23\x27\40\144\151\x73\141\x62\x6c\145\144\76{$i["\x6c\x65\164\162\141"]}{$i["\x6e\x75\155\145\162\157"]}\40{$i["\144\145\x73\143\162\x69\143\141\157"]}\40\x28\122\x65\x73\x65\x72\x76\141\144\157\x29\x3c\x2f\157\160\x74\x69\x6f\156\76"; } else { echo "\74\x6f\160\164\x69\x6f\156\x20\x76\141\x6c\x75\145\75\x27{$i["\151\144"]}\x27\76{$i["\x6c\x65\x74\162\141"]}{$i["\x6e\165\155\x65\162\157"]}\x20{$i["\x64\x65\x73\x63\x72\x69\x63\x61\x6f"]}\x3c\57\157\x70\164\151\157\x6e\76"; } } echo "\74\x2f\x73\145\x6c\145\x63\164\x3e"; echo "\74\57\x64\151\166\76"; echo "\74\x69\156\x70\x75\164\x20\164\x79\160\145\75\47\150\x69\144\x64\x65\156\47\x20\x6e\x61\155\x65\75\47\x71\165\141\156\164\151\x74\171\x27\x20\x76\x61\x6c\x75\x65\x3d\47\x31\x27\x3e"; } else { echo "\74\144\151\166\x20\143\154\141\x73\163\75\47\x69\x6e\x70\165\164\55\x67\x72\157\165\160\x27\x3e"; echo "\74\x64\x69\x76\40\x63\x6c\x61\x73\163\x3d\47\x69\x6e\x70\x75\164\x2d\x67\x72\x6f\165\x70\55\x74\x65\x78\x74\47\76\12\11\x9\x9\11\11\x9\11\x9\11\x9\x9\x9\x9\40\x9\x3c\141\40\x68\162\145\x66\x3d\x27\x6a\141\166\x61\x73\x63\x72\x69\x70\164\72\x76\157\151\144\x28\x29\x3b\x27\40\143\154\x61\163\x73\x3d\47\155\151\156\165\163\x27\40\x69\144\x3d\47{$b1["\x69\x64"]}\x27\76\x3c\x69\x20\x63\154\141\163\163\x3d\x27\x66\x61\x20\x66\141\x2d\x63\151\x72\x63\154\x65\x2d\155\x69\156\x75\163\47\x20\x73\164\171\154\x65\75\x27\160\x61\144\144\151\156\x67\72\x33\x70\x78\x20\60\x70\x78\40\60\x70\x78\40\x30\x70\x78\x3b\47\76\74\57\151\x3e\74\57\x61\76\xa\11\11\x9\11\11\x9\x9\11\x9\11\x9\x9\11\40\11\x3c\57\144\x69\x76\x3e"; echo "\74\x69\156\x70\165\x74\x20\164\171\x70\145\75\47\x6e\x75\x6d\x62\x65\162\47\x20\x63\x6c\x61\x73\x73\75\47\x66\x6f\x72\155\x2d\143\x6f\156\164\162\157\154\x20\x6e\x75\x6d\x62\x65\162{$b1["\x69\144"]}\x27\x20\156\x61\x6d\145\x3d\47\x71\x75\x61\156\x74\x69\x74\171\x27\40\x6d\151\156\x3d\x27\x31\47\40\155\x61\x78\x3d\x27{$livre}\47\x20\x76\141\x6c\165\145\75\47\61\47\76"; echo "\74\x64\151\x76\40\143\x6c\x61\x73\163\75\x27\x69\156\160\x75\164\x2d\x67\x72\x6f\165\x70\x2d\x74\x65\170\x74\47\76\xa\x9\x9\x9\11\x9\11\11\x9\x9\11\x9\x9\11\x20\11\74\x61\x20\x68\162\x65\x66\x3d\x27\x6a\x61\x76\x61\x73\x63\x72\x69\x70\164\72\x76\x6f\x69\x64\50\x29\73\47\x20\143\154\141\x73\163\x3d\x27\160\x6c\x75\163\47\40\151\144\75\47{$b1["\151\x64"]}\47\x3e\x3c\x69\x20\x63\154\141\163\163\x3d\x27\x66\x61\40\x66\x61\55\143\151\162\143\x6c\x65\55\x70\154\165\163\x27\40\163\164\x79\x6c\x65\75\47\x70\141\144\144\x69\x6e\147\x3a\63\160\x78\x20\x30\160\x78\x20\60\160\170\40\x30\x70\x78\73\x27\76\x3c\x2f\x69\76\74\57\x61\x3e\xa\x9\11\11\11\11\11\11\11\x9\11\x9\11\11\40\11\x3c\x2f\144\x69\166\x3e"; echo "\x3c\x2f\x64\151\x76\x3e"; } } echo "\x3c\x2f\144\151\x76\76"; echo "\74\144\151\166\x20\143\154\x61\163\x73\x3d\x27\143\157\154\47\76"; if ($qtd_no_cart == $b1["\x71\165\x61\156\x74\x69\144\141\x64\x65"]) { echo "\x49\x6e\x64\x69\163\x70\x6f\156\xc3\xad\166\x65\x6c"; } else { echo "\x3c\x62\x75\164\164\157\x6e\x20\x6e\141\155\145\75\47\160\x5f\x61\144\144\x43\x61\162\x74\x27\x20\x63\154\141\x73\x73\x3d\x27\x62\x74\x6e\40\x62\164\156\55\154\151\x67\x68\x74\x27\76\x43\x72\x69\141\x72\x3c\x2f\x62\165\164\164\157\x6e\x3e"; } echo "\x3c\x2f\x64\x69\166\x3e"; echo "\74\57\x64\x69\166\76"; echo "\74\57\x66\x6f\162\x6d\x3e"; } echo "\74\57\144\x69\166\x3e"; echo "\74\x2f\x64\x69\x76\76"; } echo "\x3c\57\144\151\166\x3e"; echo "\x3c\57\144\151\166\x3e"; echo "\74\57\x64\151\166\x3e"; echo "\74\x2f\144\x69\x76\76"; echo "\74\57\x64\x69\x76\76"; echo "\x3c\144\x69\x76\x20\x63\x6c\141\163\x73\75\x27\x6d\157\144\141\x6c\40\x66\141\x64\145\x20\x72\145\x6c{$i0["\151\144\x5f\x65\x76\x65\x6e\164\x6f"]}\x27\76"; echo "\x3c\x64\151\x76\x20\143\x6c\x61\163\163\75\x27\155\157\x64\x61\x6c\55\144\x69\x61\x6c\157\x67\40\155\157\144\x61\x6c\55\146\x75\154\x6c\x73\x63\x72\145\x65\x6e\47\76"; echo "\x3c\x64\151\x76\x20\x63\x6c\x61\163\163\75\x27\155\157\144\141\154\55\x63\157\x6e\164\145\x6e\164\47\76"; echo "\74\x64\x69\x76\x20\143\x6c\141\x73\163\x3d\x27\155\x6f\144\x61\x6c\55\x68\145\x61\x64\145\162\x20\164\145\170\x74\x2d\x75\160\x70\x65\x72\x63\x61\163\145\47\76\xa\x9\x9\11\x9\x3c\142\x75\164\x74\157\156\x20\x63\x6c\141\163\163\75\47\142\x74\156\55\x63\154\157\x73\x65\x27\x20\x64\x61\164\x61\55\142\x73\55\x64\x69\163\x6d\x69\x73\163\75\x27\x6d\157\x64\141\x6c\47\x3e\74\57\142\165\164\164\157\x6e\x3e\74\57\x64\x69\166\x3e"; echo "\x3c\x64\x69\166\40\143\x6c\x61\163\x73\75\47\155\x6f\x64\x61\154\x2d\142\157\x64\171\47\x3e"; echo "\x3c\x68\65\x20\143\154\x61\x73\x73\x3d\47\x6d\x62\55\64\x27\x3e\x52\x65\154\x61\164\xc3\xb3\x72\151\x6f\x20\144\141\x73\x20\x56\145\156\x64\x61\163\x20\x3c\163\x70\141\x6e\40\143\154\x61\x73\163\75\x27\x73\x75\142\55\x63\x6f\162\x27\x3e{$nome_evento}\x3c\x2f\x73\x70\141\x6e\76\xa\x9\x9\x9\x9\11\74\x64\x69\x76\40\143\154\x61\163\163\x3d\x27\x75\x6e\x64\x65\162\142\x61\162\47\x3e\74\x2f\144\151\x76\76\xa\11\11\11\x9\11\x3c\x2f\150\65\76"; echo "\74\146\157\162\155\40\155\145\x74\x68\157\x64\x3d\47\x70\157\x73\164\x27\x20\x63\x6c\141\x73\163\x3d\47\155\x79\x2d\63\40\x72\157\167\40\162\x6f\167\x2d\x63\157\x6c\163\55\x31\40\x72\x6f\x77\55\x63\157\x6c\163\55\155\144\x2d\63\x27\x3e"; echo "\74\151\x6e\x70\x75\164\40\x74\x79\x70\145\75\47\x68\151\144\144\x65\156\47\x20\156\x61\x6d\145\75\47\x69\x64\x5f\145\166\145\x6e\164\157\x27\x20\x76\141\x6c\165\x65\x3d\47{$i0["\x69\144\137\145\x76\x65\156\164\x6f"]}\47\x3e"; echo "\x3c\144\151\x76\40\143\x6c\x61\x73\x73\75\47\x63\x6f\154\47\x3e\xa\11\x9\x9\11\11\11\11\74\x64\x69\x76\x20\x63\154\x61\x73\163\75\47\x69\x6e\160\x75\x74\55\x67\x72\x6f\165\x70\x27\76\xa\11\11\11\x9\11\11\x9\74\x64\151\166\40\x63\154\141\163\x73\75\47\151\156\160\x75\x74\x2d\147\x72\x6f\x75\160\55\164\x65\170\x74\x27\76\x43\154\151\145\156\x74\145\x3c\x2f\x64\x69\x76\76"; echo "\74\163\145\154\x65\x63\x74\40\x6e\x61\x6d\x65\x3d\x27\151\144\x5f\143\154\151\x27\x20\143\154\141\x73\163\75\x27\x66\x6f\162\x6d\x2d\143\x6f\x6e\x74\162\x6f\154\x27\76"; echo "\74\157\x70\164\x69\x6f\x6e\40\x76\141\x6c\165\x65\x3d\47\x23\x27\76\123\x45\x4c\105\103\111\x4f\116\x45\x3c\x2f\x6f\x70\x74\x69\x6f\x6e\76"; $cx0 = $pdo->query("\x53\105\114\x45\x43\x54\x20\x44\x49\123\x54\111\116\103\x54\40\x69\144\137\145\x76\145\x6e\x74\157\54\x69\144\137\x70\162\x6f\144\165\x74\157\x72\x2c\x73\x74\x61\164\165\163\54\x69\144\x5f\143\x6c\151\x20\x46\122\117\115\x20\x63\x61\x72\162\151\x6e\x68\x6f\x20\127\110\105\122\x45\40\x69\x64\x5f\x65\166\x65\156\164\157\40\x3d\40\x27{$i0["\151\144\x5f\145\166\145\x6e\164\x6f"]}\47\x20\x41\116\x44\40\x69\x64\x5f\x70\x72\157\144\x75\164\157\162\x20\x3d\x20\x27{$_SESSION["\x69\x64\137\160\162\x6f\144"]}\47\x20\101\x4e\104\x20\163\x74\141\164\165\x73\40\x3d\x20\x27\141\160\160\x72\157\x76\x65\144\47"); foreach ($cx0 as $dx0) { $cx1 = $pdo->query("\123\x45\114\105\103\x54\x20\52\40\106\x52\117\115\40\143\x6c\151\x65\156\x74\145\x73\x20\x57\x48\105\122\x45\40\x69\144\x20\x3d\40\47{$dx0["\x69\x64\137\x63\x6c\x69"]}\x27"); foreach ($cx1 as $xi) { echo "\74\x6f\160\x74\151\157\156\40\166\141\154\165\x65\x3d\x27{$xi["\151\144"]}\x27\76{$xi["\x69\x64"]}\x20\55\x20{$xi["\x6e\x6f\155\x65"]}\74\57\157\160\x74\151\157\x6e\x3e"; } } echo "\74\57\x73\x65\x6c\x65\143\x74\76"; echo "\x3c\57\144\x69\166\76\12\11\11\11\11\11\11\74\x2f\x64\151\x76\76\xa\xa\x9\11\x9\x9\11\x9\x3c\x64\151\x76\40\x63\x6c\141\x73\163\x3d\47\143\x6f\x6c\x27\76\12\x9\x9\11\11\x9\x9\x9\x3c\144\151\166\x20\143\154\141\x73\163\x3d\x27\151\156\x70\165\164\x2d\x67\x72\x6f\165\x70\x27\x3e\12\x9\11\x9\x9\x9\11\11\x3c\x64\151\x76\x20\x63\154\x61\x73\x73\x3d\47\x69\x6e\160\x75\x74\x2d\x67\162\x6f\165\x70\55\x74\145\x78\164\x27\x3e\x44\xc3\xaa\x3c\57\x64\x69\166\x3e\12\x9\x9\11\x9\x9\x9\11\74\x69\x6e\160\165\164\x20\164\171\x70\x65\75\x27\x64\x61\x74\145\x27\x20\143\x6c\141\x73\x73\x3d\x27\x66\x6f\162\x6d\55\143\x6f\x6e\164\x72\157\x6c\x27\x20\x6e\141\x6d\145\x3d\47\x64\x5f\x69\156\151\143\151\141\x6c\x27\76\12\x9\11\x9\11\x9\11\11\x3c\57\144\x69\x76\x3e\xa\x9\11\11\11\11\11\x3c\57\144\151\x76\76\xa\xa\11\11\x9\11\x9\11\74\144\x69\x76\x20\x63\154\x61\x73\163\75\47\x63\x6f\154\47\x3e\xa\11\11\11\x9\11\x9\x9\74\144\151\166\x20\x63\154\141\163\163\x3d\x27\151\x6e\160\165\164\55\147\x72\157\165\x70\47\x3e\12\x9\11\11\11\11\11\x9\x3c\144\151\166\40\x63\154\141\x73\163\75\47\x69\x6e\160\x75\x74\x2d\x67\x72\157\165\x70\x2d\x74\145\170\164\x27\76\x41\x74\303\251\x3c\57\x64\151\x76\76\12\x9\11\11\x9\11\x9\11\x3c\x69\156\x70\165\x74\40\164\x79\160\x65\x3d\47\x64\141\x74\x65\47\40\143\x6c\x61\163\x73\75\47\146\157\162\x6d\x2d\143\x6f\156\x74\162\x6f\x6c\47\x20\x6e\141\155\145\x3d\47\x64\x5f\x66\x69\156\141\154\47\x3e\xa\x9\x9\x9\x9\11\x9\x9\74\x62\x75\164\164\x6f\x6e\40\156\141\155\145\75\47\x70\137\x6d\x61\153\145\105\x78\143\x65\154\x27\x20\143\x6c\x61\x73\x73\x3d\47\x62\164\156\x20\x62\x74\x6e\x2d\x70\162\151\155\141\x72\x79\x20\x69\156\160\x75\x74\x2d\147\162\x6f\x75\160\x2d\x70\x72\145\x70\145\x6e\144\x27\x3e\x43\162\x69\141\x72\40\x45\170\143\x65\x6c\74\57\142\x75\x74\164\x6f\x6e\76\12\11\11\x9\x9\11\11\11\x3c\57\x64\x69\x76\76\xa\x9\11\11\11\11\11\x3c\57\x64\151\166\x3e\xa\11\11\x9\x9\11\11\12\11\11\x9\x9\11\11"; echo "\xa\x9\11\x9\11\x9\74\57\x66\x6f\x72\x6d\x3e"; echo "\x3c\144\x69\166\40\x63\x6c\141\163\x73\75\x27\164\x61\x62\x6c\145\55\x72\145\x73\160\x6f\156\x73\151\166\145\x27\x3e"; echo "\x3c\164\x61\x62\154\x65\x20\143\154\x61\x73\x73\75\x27\144\141\164\x61\55\x74\x61\x62\x6c\145\40\x64\151\163\160\154\x61\x79\40\x63\157\x6d\x70\141\x63\164\x27\40\163\x74\171\154\x65\x3d\x27\x74\x65\x78\164\55\x61\154\151\x67\156\x3a\154\145\x66\x74\73\x27\x20\x64\141\164\x61\55\160\141\147\145\55\x6c\x65\156\147\x74\150\x3d\x27\63\60\60\x27\76\12\11\11\x9\11\x9\11\x20\40\x20\74\x74\x68\145\x61\x64\x3e\12\11\x9\x9\11\11\11\40\40\x20\x20\74\x74\162\76\12\11\x9\x9\x9\11\x9\x20\40\x20\x20\40\40\74\164\150\x20\x73\143\x6f\160\x65\75\x27\143\x6f\x6c\x27\76\123\105\x54\x4f\122\x3c\x2f\164\x68\76\12\11\11\x9\11\11\x9\x20\40\x20\40\x20\40\74\x74\150\40\x73\x63\x6f\160\145\x3d\x27\x63\157\x6c\47\x3e\x54\111\120\x4f\74\x2f\164\x68\x3e\xa\x9\11\11\11\x9\11\40\40\x20\x20\x20\x20\74\x74\150\x20\163\x63\x6f\160\145\75\47\x63\x6f\x6c\47\76\x56\101\114\117\122\74\57\x74\x68\76\12\11\x9\x9\x9\11\x9\40\x20\x20\x20\40\x20\74\x74\x68\x20\x73\143\157\x70\x65\x3d\x27\x63\157\x6c\47\76\x54\x41\x58\101\74\x2f\164\x68\76\xa\11\x9\11\x9\11\x9\x20\x20\x20\x20\40\40\74\x74\150\x20\163\143\157\160\x65\x3d\x27\x63\157\154\47\x3e\126\x41\x4c\117\122\40\122\105\x41\x4c\x3c\x2f\164\150\76\xa\11\11\11\11\x9\11\40\x20\40\x20\x20\40\74\164\x68\40\163\143\157\160\145\x3d\47\143\x6f\x6c\x27\x3e\x51\124\104\x2e\74\57\x74\150\76\xa\x9\x9\x9\x9\x9\11\40\x20\40\40\x20\x20\x3c\x74\x68\x20\163\x63\x6f\160\x65\x3d\47\x63\157\x6c\x27\76\126\105\116\x44\x41\123\x3c\57\164\150\x3e\12\x9\11\11\x9\x9\11\x20\x20\x20\40\x20\40\74\164\150\x20\x73\x63\157\160\145\x3d\47\143\157\x6c\47\76\x54\117\x54\101\114\74\57\x74\x68\x3e\xa\x9\11\11\x9\11\11\40\x20\x20\x20\x3c\57\164\x72\x3e\xa\11\x9\x9\11\x9\x9\x20\x20\x3c\x2f\x74\150\x65\x61\144\x3e\xa\x9\x9\x9\11\x9\x9\x20\x20\x3c\x74\142\157\x64\171\x3e\12\x9\11\11\x9\11\x9\40\x20"; $c = $pdo->query("\x53\105\114\x45\x43\x54\40\104\x49\123\x54\111\x4e\x43\124\40\151\144\137\x65\166\145\156\164\x6f\54\151\x64\137\x73\145\x74\157\162\x20\x46\x52\117\115\40\143\141\x72\x72\x69\x6e\150\x6f\x20\x57\110\x45\122\105\x20\151\x64\x5f\145\166\x65\x6e\164\x6f\x20\x3d\40\47{$i0["\x69\144\x5f\x65\x76\145\x6e\x74\157"]}\47\40\x41\116\104\x20\163\164\141\164\165\x73\x20\x3d\x20\x27\141\x70\x70\x72\x6f\x76\145\144\x27\40\101\x4e\104\40\x63\157\162\x74\145\x73\x69\x61\x20\75\x20\47\60\47\40\117\x52\x44\x45\122\x20\102\x59\x20\x69\144\x20\x44\x45\x53\103"); foreach ($c as $d) { $c0 = $pdo->query("\x53\x45\114\105\x43\124\40\52\40\x46\122\117\115\x20\163\145\x74\x6f\162\x20\x57\110\x45\122\105\40\x69\144\x20\x3d\40\x27{$d["\151\144\137\163\x65\x74\157\x72"]}\47"); $d0 = $c0->fetch(); $z = "\x53\x45\x4c\x45\103\x54\x20\x2a\40\x46\122\117\x4d\40\x63\141\x72\162\151\156\150\x6f\x20\x57\110\105\122\x45\40\151\x64\137\145\x76\145\x6e\164\x6f\x20\75\40\x27{$i0["\x69\144\x5f\x65\166\x65\x6e\164\x6f"]}\x27\40\x41\116\x44\x20\x69\144\x5f\x73\x65\164\x6f\x72\40\75\40\47{$d["\151\x64\x5f\163\145\x74\x6f\162"]}\x27\x20\x41\116\104\40\163\x74\141\164\165\163\40\x3d\40\47\141\160\160\162\x6f\166\x65\144\x27\40\x41\x4e\104\40\143\x6f\162\164\145\x73\x69\x61\x20\75\40\47\60\47"; $cz1 = $pdo->query($z); $dz1 = $cz1->fetch(); $q = $pdo->query("\x53\105\x4c\x45\x43\124\40\123\x55\115\x28\161\x75\x61\x6e\164\x69\x74\x79\51\x20\141\x73\40\166\156\x64\40\x46\122\117\x4d\40\143\x61\x72\x72\x69\x6e\x68\157\40\x57\110\x45\122\105\x20\x69\144\x5f\145\x76\145\156\x74\x6f\40\x3d\x20\47{$i0["\151\x64\x5f\145\x76\x65\156\164\x6f"]}\x27\x20\x41\116\104\x20\151\x64\137\x73\x65\164\157\162\x20\x3d\40\x27{$d["\151\x64\137\x73\145\x74\x6f\x72"]}\x27\x20\101\116\x44\x20\x73\x74\141\x74\165\x73\x20\75\40\x27\x61\x70\x70\x72\x6f\x76\145\x64\47"); $y = $q->fetch(); echo "\74\x74\x72\x3e"; echo "\74\164\144\76"; echo "{$d0["\x6e\x6f\x6d\145"]}"; echo "\74\57\164\144\76"; echo "\x3c\164\144\x3e"; echo "{$d0["\164\x69\160\157\x5f\x69\156\x67\x72\145\x73\163\157"]}"; echo "\74\x2f\x74\144\76"; echo "\74\x74\144\76"; echo number_format($d0["\x76\x61\154\x6f\162"], 2, "\x2c", "\x2e"); echo "\x3c\x2f\x74\x64\x3e"; echo "\x3c\x74\x64\x3e"; echo number_format($d0["\164\141\x78\x61"], 2, "\x2c", "\56"); echo "\x3c\57\164\144\76"; echo "\x3c\164\144\x3e"; $v_real = $d0["\x76\141\154\x6f\x72"] + $d0["\164\x61\x78\141"]; echo number_format($v_real, 2, "\x2c", "\56"); echo "\x3c\x2f\164\144\x3e"; if ($y["\166\x6e\144"] == $d0["\161\x75\141\x6e\x74\151\x64\141\x64\x65"]) { echo "\x3c\164\144\x20\143\x6c\141\163\x73\75\x27\164\145\x78\x74\55\163\165\x63\143\145\163\163\x20\146\x77\55\142\157\x6c\144\x27\76"; echo "\x3c\163\x70\141\x6e\40\143\x6c\x61\163\163\x3d\47\x66\141\55\163\157\x6c\151\x64\x20\x66\x61\55\142\157\165\x6e\x63\x65\47\76{$d0["\161\165\x61\156\164\151\x64\x61\144\x65"]}\74\57\163\x70\x61\156\76"; echo "\x3c\57\164\144\x3e"; echo "\x3c\164\144\40\143\x6c\141\x73\x73\x3d\x27\164\145\170\164\55\163\165\143\x63\x65\x73\x73\40\x66\x77\55\x62\157\x6c\x64\x27\76"; echo "\x3c\x73\x70\141\156\40\x63\154\141\163\163\75\x27\x66\141\x2d\163\157\154\151\144\40\146\141\55\142\x6f\x75\156\x63\x65\47\76{$y["\x76\156\x64"]}\x3c\x2f\163\x70\141\x6e\x3e"; echo "\74\57\x74\x64\x3e"; } else { echo "\x3c\x74\x64\x3e"; echo "{$d0["\161\165\x61\x6e\164\151\x64\x61\144\145"]}"; echo "\74\x2f\x74\x64\x3e"; echo "\74\164\x64\76"; echo "{$y["\166\x6e\144"]}"; echo "\x3c\x2f\x74\x64\x3e"; } echo "\x3c\x74\144\x3e"; $total = $v_real * $y["\x76\156\x64"]; echo number_format($total, 2, "\x2c", "\56"); echo "\x3c\x2f\x74\x64\76"; echo "\74\57\164\162\76"; } echo "\12\x9\11\11\11\11\11\x20\x20\74\x74\142\x6f\x64\x79\x3e\12\x9\x9\11\x9\x9\11\x20\74\x2f\x74\141\142\154\x65\x3e"; echo "\x3c\57\144\151\x76\76"; $q = $pdo->query("\123\105\114\105\x43\x54\x20\123\125\x4d\50\x71\x75\141\156\x74\151\x74\171\x29\40\x61\163\40\x76\x74\x20\106\122\x4f\x4d\x20\143\141\162\162\x69\156\x68\157\40\127\x48\x45\122\105\x20\x69\x64\x5f\145\x76\x65\x6e\x74\157\40\x3d\40\x27{$i0["\151\x64\137\145\x76\x65\x6e\164\x6f"]}\47\40\101\116\x44\x20\163\164\x61\164\165\x73\x20\75\40\x27\x61\160\160\162\157\x76\145\144\x27\40\101\x4e\x44\x20\143\157\162\164\145\x73\151\x61\x20\x3d\40\47\60\47"); $y = $q->fetch(); $q0 = $pdo->query("\x53\105\x4c\105\103\124\x20\x53\x55\115\x28\x71\165\141\x6e\x74\151\x74\x79\x29\x20\x61\x73\x20\166\143\x6f\162\164\40\x46\122\117\x4d\40\143\141\162\x72\x69\x6e\150\157\x20\127\110\105\x52\105\40\x69\144\137\x65\166\x65\156\x74\157\40\x3d\40\x27{$i0["\x69\x64\x5f\145\166\x65\x6e\164\157"]}\47\40\x41\x4e\x44\x20\163\164\x61\164\x75\x73\40\x3d\40\x27\x61\160\x70\x72\x6f\x76\x65\x64\47\x20\x41\116\x44\x20\143\157\x72\164\145\163\x69\x61\40\75\40\x27\61\x27"); $y0 = $q0->fetch(); $q1 = $pdo->query("\x53\105\114\x45\x43\124\x20\x53\125\x4d\x28\x75\156\151\164\137\160\162\x69\x63\145\52\x71\165\141\x6e\164\151\x74\171\51\40\141\163\x20\x76\x6e\x64\40\106\122\117\115\x20\143\141\x72\162\151\x6e\150\157\x20\127\x48\x45\x52\105\x20\151\144\x5f\x65\166\x65\x6e\164\157\x20\x3d\x20\47{$i0["\151\x64\137\x65\166\x65\156\x74\x6f"]}\47\40\x41\x4e\x44\40\163\x74\x61\x74\165\x73\x20\x3d\x20\47\x61\x70\160\162\x6f\166\x65\144\47"); $y1 = $q1->fetch(); echo "\x3c\144\x69\166\40\x63\154\141\x73\163\75\47\x63\141\162\x64\x20\x70\55\x33\40\x6d\x79\55\x33\47\x3e"; echo "\x3c\150\65\76\124\117\x54\101\x4c\74\57\150\x35\x3e"; echo "\x3c\x64\151\166\76\x56\105\116\104\101\x53\x20{$y["\x76\x74"]}\74\x2f\144\151\166\76"; echo "\x3c\144\151\x76\40\x63\x6c\x61\x73\x73\x3d\x27\x62\157\x72\x64\145\162\55\142\x6f\164\x74\x6f\x6d\x20\x70\x62\55\63\40\155\142\x2d\x33\47\76\126\x41\114\117\x52\x20\74\163\160\141\x6e\40\x63\x6c\141\x73\x73\75\47\x63\151\x66\162\x61\157\47\x3e\122\44\x3c\x2f\163\160\x61\x6e\x3e" . number_format($y1["\166\156\x64"], 2, "\x2c", "\x2e") . "\74\x2f\x64\x69\166\x3e"; echo "\74\x64\151\166\x3e\x43\117\x52\x54\105\x53\111\101\40{$y0["\x76\x63\x6f\162\x74"]}\74\x2f\x64\151\166\x3e"; echo "\74\x2f\144\x69\166\x3e"; echo "\74\x2f\x64\151\x76\x3e"; echo "\74\x2f\x64\x69\x76\76"; echo "\74\57\x64\151\x76\x3e"; echo "\x3c\57\x64\x69\166\x3e"; } } } else { echo "\x3c\x64\x69\166\40\x63\154\141\163\163\x3d\47\155\x79\x2d\x33\47\76\116\145\156\150\165\155\x20\x65\166\145\156\x74\157\x20\141\x64\x69\143\x69\x6f\156\141\144\157\40\160\157\x72\40\x65\x6e\161\x75\141\156\164\x6f\74\x2f\x64\151\166\x3e"; if ($status_prod != "\61") { echo "\x3c\144\x69\166\40\143\x6c\x61\163\x73\75\47\x6d\171\55\x33\x20\x74\145\x78\x74\x2d\x64\x61\156\x67\145\x72\47\76\x56\x6f\143\xc3\252\40\xc3\251\40\x75\x6d\40\x70\x72\157\144\x75\164\157\x72\x20\74\142\x3e\114\111\x4d\111\124\101\104\x4f\74\x2f\142\76\54\40\x74\x6f\162\156\x65\x2d\163\x65\x20\x3c\x62\76\x56\x49\x50\74\57\x62\76\40\160\x61\x72\141\x20\160\x6f\144\145\162\72\x3c\142\x72\40\57\x3e\40\12\11\11\74\x69\40\x63\154\141\x73\x73\75\47\142\151\x20\x62\151\55\x63\x68\145\x76\162\157\156\55\x64\x6f\x75\x62\154\145\55\x72\151\x67\x68\164\x27\x3e\74\57\x69\76\101\144\x69\x63\151\157\x6e\141\x72\40\145\x76\x65\156\164\x6f\x73\74\x62\162\40\x2f\x3e\xa\x9\11\74\x69\40\x63\154\141\x73\163\x3d\x27\142\151\x20\142\x69\x2d\x63\150\x65\x76\x72\157\156\55\144\157\165\142\x6c\x65\55\x72\x69\x67\150\164\x27\76\x3c\57\151\x3e\x56\x65\x72\x20\122\x65\154\x61\164\303\xb3\162\x69\x6f\x73\x3c\142\x72\x20\57\x3e\12\11\11\74\151\x20\143\154\141\x73\163\75\47\x62\x69\x20\142\151\x2d\x63\150\x65\x76\162\157\x6e\55\144\157\x75\x62\x6c\x65\55\x72\151\147\x68\164\47\x3e\74\57\x69\x3e\x56\x65\156\144\145\x72\x3c\x2f\x64\x69\x76\76"; } } } goto nmfsC; eo7gZ: if (isset($_POST["\x61\x64\x64\x43\141\x72\164"])) { $a2 = $pdo->query("\123\105\114\105\103\124\x20\x53\x55\x4d\50\161\x75\x61\156\x74\x69\x74\171\x29\40\141\x73\40\161\164\144\40\x46\122\x4f\x4d\40\143\141\162\162\x69\156\x68\157\40\127\x48\x45\x52\105\40\151\x64\x5f\x65\x76\145\156\164\x6f\x20\75\x20\x27{$_POST["\x69\144\137\x65\x76\x65\x6e\x74\157"]}\47\x20\x41\x4e\104\40\151\144\137\x73\x65\x74\157\162\40\75\40\47{$_POST["\151\x64\x5f\163\145\164\157\162"]}\47"); $b2 = $a2->fetch(); $qtd_no_cart = $b2["\x71\164\x64"]; $a1 = $pdo->query("\123\x45\114\x45\x43\x54\40\52\x20\x46\x52\x4f\x4d\x20\x73\145\164\157\x72\x20\127\110\105\x52\105\40\151\x64\40\x3d\40\47{$_POST["\151\144\137\x73\145\164\x6f\162"]}\x27"); $b1 = $a1->fetch(); $qtd_setor = $b1["\161\165\x61\x6e\x74\151\144\x61\144\145"]; if ($qtd_no_cart == $qtd_setor) { } else { $hora_final = date("\x48\x3a\x69\72\163", strtotime("\x2b" . $minutos_limpeza_cart . "\x20\x6d\x69\156\x75\x74\x65\x73")); $a3 = $pdo->query("\123\x45\x4c\x45\x43\x54\x20\x2a\x20\x46\x52\117\115\40\x63\x75\160\157\x6e\163\x20\127\110\x45\122\105\x20\156\x6f\x6d\x65\x20\x3d\40\47{$_POST["\x63\x75\160\x6f\x6d"]}\47"); $b3 = $a3->fetch(); $desc = $_POST["\x76\141\x6c\157\x72"] * $b3["\x64\145\x73\x63\157\156\164\157"] / 100; $valor = $_POST["\166\x61\x6c\x6f\x72"] - $desc; if (isset($_SESSION["\143\x6c\151\145\156\164\x65"])) { $s = $pdo->query("\x53\x45\x4c\105\103\124\40\x2a\x20\106\122\x4f\115\x20\143\x61\x72\162\151\156\x68\x6f\40\x57\x48\105\122\x45\x20\151\144\x5f\x65\x76\145\x6e\164\157\x20\x3d\40\x27{$_POST["\x69\x64\x5f\x65\x76\145\x6e\x74\x6f"]}\x27\x20\101\116\104\x20\x69\144\137\x73\x65\x74\x6f\162\x20\75\40\47{$_POST["\x69\144\x5f\163\x65\164\x6f\x72"]}\47\x20\101\116\x44\40\x69\x64\x5f\x63\154\151\x20\75\x20\47{$_SESSION["\151\x64\137\143\x6c\x69"]}\47\40\x41\x4e\x44\40\163\164\141\x74\165\163\40\75\40\47\x30\47\40\x41\116\104\40\151\144\x5f\x6d\141\160\x61\40\75\40\47\60\x27"); if ($s->fetchColumn() > 0) { $q = "\125\x50\x44\101\124\x45\40\x63\141\x72\162\x69\156\150\157\x20\x53\105\x54\x20\12\11\11\11\161\165\141\156\164\x69\164\171\40\x3d\x20\47{$_POST["\x71\165\141\156\164\x69\164\171"]}\x27\54\40\xa\x9\11\x9\x64\x61\164\x61\40\75\x20\47{$data}\47\54\x20\12\11\11\x9\x68\x6f\162\x61\40\x3d\x20\x27{$hora}\x27\x20\xa\11\x9\x9\127\x48\105\122\x45\40\151\144\x5f\x65\166\145\156\x74\x6f\40\x3d\x20\47{$_POST["\x69\x64\137\145\166\145\x6e\164\157"]}\x27\40\101\116\x44\x20\151\144\x5f\x73\145\x74\x6f\x72\40\x3d\x20\x27{$_POST["\151\144\x5f\x73\x65\164\157\162"]}\47\40\x41\x4e\104\x20\x69\144\x5f\x63\x6c\151\40\75\x20\x27{$_SESSION["\x69\x64\137\143\x6c\x69"]}\47\x20\101\x4e\x44\x20\x73\x74\141\x74\x75\x73\x20\x3d\x20\x27\60\47"; } else { $q = "\x49\116\x53\x45\122\x54\40\111\x4e\x54\117\x20\x63\x61\162\x72\151\x6e\x68\157\40\50\x71\x75\141\156\x74\x69\x74\171\x2c\165\156\x69\164\x5f\x70\162\151\x63\x65\x2c\151\x64\137\145\x76\145\x6e\164\x6f\54\151\144\x5f\x73\145\x74\x6f\162\x2c\x69\x64\137\x63\154\x69\54\151\160\54\x64\x61\164\141\x2c\150\x6f\x72\141\x2c\x6c\141\x74\x69\164\165\144\145\x2c\x6c\x6f\156\147\151\x74\165\144\145\54\150\157\162\141\x5f\146\151\x6e\x61\154\54\x69\144\x5f\x63\x75\x70\x6f\x6d\x2c\151\x64\137\155\x61\x70\141\x29\x20\xa\x9\x9\11\126\x41\x4c\125\x45\123\x20\12\x9\11\11\x28\xa\11\x9\11\x27{$_POST["\x71\x75\141\156\x74\151\x74\x79"]}\x27\x2c\12\x9\x9\x9\47{$valor}\x27\x2c\12\x9\x9\11\47{$_POST["\151\x64\x5f\x65\x76\x65\156\x74\x6f"]}\x27\54\xa\x9\11\11\x27{$_POST["\151\x64\137\x73\145\164\x6f\162"]}\x27\54\xa\11\x9\x9\x27{$_SESSION["\151\144\x5f\x63\154\151"]}\47\54\xa\11\11\11\x27{$ip}\x27\54\xa\x9\x9\x9\x27{$data}\x27\x2c\12\x9\x9\11\47{$hora}\47\54\12\11\x9\x9\47{$_POST["\x6c\141\x74\x69\x74\165\144\145"]}\47\54\12\11\x9\x9\x27{$_POST["\154\157\x6e\147\151\x74\165\144\145"]}\47\54\xa\11\x9\x9\x27{$hora_final}\x27\54\12\11\x9\x9\x27{$b3["\151\x64"]}\47\54\xa\11\11\11\x27{$_POST["\151\x64\137\155\141\x70\x61"]}\x27\xa\xa\11\x9\11\x29"; } } else { $s = $pdo->query("\x53\105\114\x45\x43\124\40\x2a\40\106\122\x4f\x4d\40\x63\x61\162\x72\x69\156\150\x6f\x20\x57\x48\x45\x52\105\40\x69\x64\137\x65\x76\145\156\164\x6f\40\75\40\47{$_POST["\x69\x64\137\x65\166\x65\156\164\x6f"]}\47\x20\101\116\x44\x20\151\x64\x5f\x73\x65\x74\x6f\162\x20\75\x20\x27{$_POST["\151\x64\x5f\163\x65\x74\x6f\162"]}\47\40\x41\116\104\x20\x69\x64\x5f\x63\x6c\151\40\75\x20\47{$ip_sessao}\x27\x20\101\116\x44\40\x73\164\141\x74\x75\163\x20\x3d\x20\x27\x30\47\x20\101\x4e\x44\40\x69\x64\x5f\155\141\x70\141\40\x3d\40\x27\x30\x27"); if ($s->fetchColumn() > 0) { $q = "\125\120\104\101\x54\x45\40\143\141\162\162\151\x6e\150\x6f\40\123\105\124\40\xa\11\x9\x9\x71\165\x61\156\x74\151\164\x79\40\x3d\40\47{$_POST["\161\165\x61\x6e\x74\x69\164\171"]}\x27\x2c\x20\12\x9\x9\x9\x64\x61\x74\141\40\x3d\40\47{$data}\x27\x2c\x20\12\11\11\11\x68\157\x72\141\40\75\x20\47{$hora}\47\40\12\x9\x9\x9\127\110\105\x52\x45\40\151\x64\137\x65\166\145\156\x74\157\x20\75\40\47{$_POST["\151\144\137\x65\x76\x65\x6e\164\x6f"]}\47\40\x41\x4e\x44\40\x69\144\137\163\145\x74\x6f\162\40\x3d\40\47{$_POST["\x69\144\137\x73\x65\x74\157\x72"]}\x27\40\x41\116\104\40\151\144\x5f\x63\154\x69\40\x3d\40\47{$ip_sessao}\47\x20\101\116\104\x20\x73\164\x61\164\165\163\40\x3d\x20\47\x30\47"; } else { $q = "\111\x4e\123\x45\x52\124\40\x49\x4e\124\x4f\x20\143\x61\x72\x72\x69\156\x68\157\x20\x28\x71\165\141\156\164\151\164\x79\x2c\165\x6e\151\164\x5f\160\x72\x69\143\x65\54\151\x64\x5f\145\166\145\156\164\157\x2c\151\x64\137\x73\145\164\157\162\54\151\144\137\143\154\151\x2c\x69\x70\x2c\144\141\164\x61\x2c\x68\157\162\x61\54\x6c\141\164\x69\x74\x75\144\x65\x2c\154\157\x6e\147\151\164\x75\x64\145\54\x68\x6f\162\x61\x5f\x66\151\156\x61\154\54\151\x64\x5f\x63\x75\160\157\x6d\54\151\x64\137\x6d\x61\160\x61\x29\x20\xa\11\x9\x9\x56\101\114\125\x45\123\40\12\11\x9\x9\11\50\xa\11\x9\11\11\11\47{$_POST["\161\165\141\x6e\164\151\164\171"]}\47\x2c\xa\11\x9\11\x9\11\47{$valor}\x27\x2c\xa\11\x9\x9\x9\11\47{$_POST["\x69\x64\x5f\x65\x76\145\x6e\x74\x6f"]}\x27\x2c\xa\x9\x9\11\11\11\47{$_POST["\x69\144\137\x73\x65\164\x6f\x72"]}\x27\54\xa\11\11\x9\11\11\x27{$ip_sessao}\x27\54\xa\11\11\x9\11\x9\x27{$ip}\47\54\xa\x9\x9\x9\x9\x9\x27{$data}\x27\x2c\xa\11\x9\11\x9\x9\47{$hora}\47\54\12\11\x9\x9\11\11\x27{$_POST["\x6c\141\164\151\164\x75\x64\x65"]}\47\x2c\12\x9\x9\x9\x9\11\x27{$_POST["\154\x6f\x6e\147\151\164\x75\144\x65"]}\47\x2c\12\11\11\x9\11\x9\x27{$hora_final}\47\x2c\xa\11\11\x9\x9\x9\47{$b3["\151\x64"]}\x27\x2c\12\11\x9\x9\11\x9\47{$_POST["\151\x64\137\155\141\x70\x61"]}\47\12\xa\x9\11\x9\11\51"; } } $pdo->query("\125\120\x44\x41\124\105\40\155\141\x70\141\x73\x20\123\x45\x54\40\162\145\163\145\162\166\x61\144\157\40\x3d\x20\x27\x31\47\40\127\110\x45\x52\x45\x20\x69\x64\40\75\40\x27{$_POST["\151\x64\x5f\155\141\160\x61"]}\47"); $pdo->query($q); } echo "\74\x73\x63\162\x69\x70\x74\x3e\167\x69\x6e\144\157\167\x2e\154\157\143\141\164\x69\x6f\x6e\x2e\x68\162\x65\146\75\x27\77\x63\141\x72\x74\47\74\x2f\x73\x63\162\x69\x70\164\76"; } goto KO6xQ; D4tLS: if (isset($_GET["\141\137\160\x61\x67\x69\156\141\x73"])) { echo "\74\x68\x35\40\x63\154\141\163\163\75\x27\x6d\x79\x2d\63\47\76\120\303\201\x47\x49\x4e\x41\x53\x20\x3c\141\40\150\162\x65\x66\x3d\47\43\x27\40\x63\x6c\x61\x73\x73\x3d\47\x62\164\x6e\x20\x62\164\x6e\x2d\154\151\x67\x68\164\47\40\x64\141\x74\141\x2d\142\x73\55\x74\157\x67\147\154\145\75\47\143\157\x6c\154\141\x70\163\145\47\x20\x64\x61\x74\141\x2d\142\163\x2d\164\x61\162\x67\x65\x74\x3d\x27\x2e\x63\x78\x27\x3e\x43\x72\x69\141\x72\74\x2f\x61\x3e\x3c\x2f\150\x35\76"; echo "\74\x66\x6f\x72\x6d\40\155\x65\164\x68\157\x64\75\x27\x70\157\x73\164\x27\x20\143\154\141\x73\163\x3d\47\x63\170\x20\143\x6f\154\154\141\x70\x73\x65\x27\x3e"; echo "\x3c\x73\155\x61\154\154\x3e\x41\x73\x20\x70\xc3\241\147\151\x6e\141\x73\x20\x63\162\151\141\x64\x61\x73\40\141\161\165\151\x2c\x20\x69\x72\x61\x6d\x20\141\160\141\162\145\x63\x65\x72\x20\x6e\x61\x20\145\x6e\164\162\x61\144\x61\40\x64\x6f\40\x73\x69\163\164\x65\x6d\141\x2c\40\141\142\141\x69\x78\157\x20\x64\145\x20\111\x4e\x53\124\x49\124\125\103\111\x4f\x4e\101\x4c\74\57\163\155\141\x6c\x6c\x3e"; echo "\x3c\x69\156\160\165\x74\40\x74\171\160\x65\x3d\47\164\145\170\164\47\x20\156\141\155\145\x3d\47\164\151\x74\165\154\x6f\x27\x20\x63\x6c\141\x73\x73\75\x27\146\x6f\162\155\x2d\143\157\x6e\x74\162\157\x6c\40\x6d\x62\x2d\62\47\x20\x70\x6c\x61\x63\x65\x68\x6f\x6c\x64\145\x72\x3d\47\124\xc3\xad\x74\165\154\x6f\47\40\x72\145\161\165\x69\162\145\x64\x3e"; echo "\x3c\x74\x65\x78\x74\141\x72\x65\x61\40\143\x6c\x61\163\163\75\x27\146\x6f\162\155\x2d\143\x6f\x6e\164\162\157\154\x27\40\x70\x6c\141\143\x65\150\157\x6c\x64\x65\x72\75\x27\104\x65\163\x63\x72\x65\166\x61\x2e\56\x2e\47\x20\156\141\x6d\145\x3d\47\x64\x65\163\x63\162\x69\x63\x61\157\47\x3e\x3c\57\x74\x65\x78\x74\x61\x72\x65\x61\76"; echo "\74\x62\165\x74\164\x6f\156\40\156\141\155\x65\75\x27\141\x5f\143\x72\151\x61\x72\120\141\147\151\156\141\47\40\143\154\x61\x73\163\x3d\x27\x62\164\156\x20\142\x74\x6e\x2d\x6c\x69\147\x68\x74\40\x6d\x79\55\x33\47\76\103\162\x69\x61\x72\x3c\x2f\x62\165\x74\x74\x6f\x6e\x3e"; echo "\x3c\57\146\x6f\x72\155\76"; $q = $pdo->query("\123\105\x4c\105\x43\124\40\x2a\x20\106\122\x4f\x4d\40\160\x61\147\151\156\141\163\40\x4f\x52\x44\105\122\x20\x42\131\40\151\x64\40\x44\105\x53\103"); foreach ($q as $i) { echo "\74\144\151\166\40\x63\x6c\141\x73\163\x3d\x27\x72\157\167\x20\x72\x6f\x77\x2d\x63\x6f\154\x73\55\61\40\162\x6f\167\55\143\157\x6c\x73\55\155\x64\55\62\x20\40\142\157\x72\x64\145\x72\x2d\142\x6f\x74\x74\x6f\155\x20\155\55\60\40\x70\55\60\40\x70\171\x2d\62\47\x3e"; echo "\74\x64\x69\166\40\143\154\141\x73\x73\75\47\143\x6f\x6c\55\155\144\55\x31\47\x3e"; echo "\x3c\x61\40\x68\162\145\146\75\47\x6a\x61\166\141\163\x63\162\x69\160\x74\x3a\x76\x6f\x69\144\x28\x29\x27\40\144\141\164\x61\x2d\x62\x73\55\164\157\x6f\154\x74\151\160\x20\x64\x61\164\x61\55\x62\163\x2d\164\157\x67\147\x6c\x65\75\47\143\157\x6c\x6c\141\160\x73\145\x27\x20\144\141\x74\141\x2d\x62\x73\x2d\164\x69\x74\154\x65\75\47\x44\145\154\145\164\x61\162\47\x20\x64\x61\164\x61\55\142\163\55\x74\x61\162\x67\x65\164\x3d\x27\56\155{$i["\151\144"]}\47\76\x3c\151\x20\143\154\141\163\163\75\47\x66\x61\40\x66\x61\55\x74\x72\141\163\150\55\x61\x6c\164\47\x3e\x3c\x2f\151\76\x3c\57\x61\x3e"; echo "\x3c\x61\40\150\162\145\146\75\47\x3f\x64\x70\x26\151\144\75{$i["\151\144"]}\47\x20\143\x6c\x61\163\x73\75\x27\x63\157\154\154\141\x70\163\145\x20\x66\141\x64\145\40\x6d{$i["\x69\x64"]}\x27\76\x43\157\156\146\x69\x72\155\141\x72\74\x2f\x61\x3e"; echo "\74\x2f\144\x69\166\76"; echo "\74\144\151\166\x20\x63\154\141\163\x73\x3d\x27\143\x6f\154\47\76"; echo "{$i["\x74\151\x74\165\154\x6f"]}"; echo "\74\57\144\x69\x76\x3e"; echo "\74\x2f\144\151\x76\x3e"; } } goto abiO3; sCHFU: if (isset($_GET["\x62\x61\x72"])) { $c = $pdo->query("\123\x45\x4c\x45\x43\x54\40\x2a\x20\x46\122\117\115\x20\x65\x76\145\156\x74\157\40\127\110\x45\x52\x45\40\x69\144\x20\x3d\x20\47{$_GET["\x65"]}\47"); $d = $c->fetch(); echo "\x3c\150\65\x20\x63\154\141\x73\163\x3d\47\x6d\x79\x2d\64\x27\76\102\x61\x72\x20\144\157\40\x45\x76\145\156\x74\x6f\40\74\x73\x70\x61\x6e\40\x63\x6c\x61\163\163\x3d\47\163\165\x62\55\143\157\x72\47\x3e{$d["\156\x6f\155\x65"]}\x3c\57\x73\x70\141\156\76\xa\11\74\x64\x69\x76\x20\x63\154\141\x73\x73\75\47\x75\156\144\145\x72\142\x61\162\x27\x3e\x3c\x2f\144\151\x76\x3e\12\11\x3c\x2f\x68\65\76"; echo "\74\144\x69\166\40\143\x6c\x61\x73\x73\75\x27\155\x79\55\63\x20\x64\x2d\x66\x6c\x65\x78\x20\x6a\165\x73\x74\x69\x66\171\55\x63\157\156\x74\145\x6e\x74\55\142\145\x74\x77\145\145\156\x27\76\xa\xa\74\x61\x20\150\162\x65\x66\x3d\47\x23\47\x20\143\154\x61\163\163\x3d\47\142\x74\x6e\40\x62\x74\156\x2d\x6c\x69\147\150\164\47\40\x64\141\x74\141\55\142\x73\55\164\x6f\147\x67\x6c\x65\x3d\47\143\157\154\154\141\x70\163\x65\47\x20\x64\141\164\x61\55\x62\163\x2d\164\x61\x72\147\145\x74\75\47\x2e\143\x78\47\76\103\162\151\141\162\x20\120\162\x6f\x64\165\164\157\x3c\x2f\141\76\12\12\74\x61\x20\x68\162\145\146\x3d\x27\x23\47\x20\x63\154\x61\x73\163\75\47\142\164\156\40\142\x74\x6e\x2d\154\151\x67\150\164\47\40\x64\x61\164\141\x2d\142\x73\x2d\x74\x6f\147\147\154\x65\75\x27\x63\x6f\x6c\x6c\141\x70\163\145\x27\40\x64\x61\x74\x61\x2d\142\163\55\x74\x61\x72\147\x65\x74\75\47\56\166\145\x6e\144\145\162\47\x3e\x56\145\x6e\144\x65\x72\x3c\x2f\141\x3e\12\12\74\57\x64\x69\x76\76"; echo "\74\146\157\162\155\x20\x6d\145\164\x68\157\144\x3d\47\x70\157\163\x74\47\x20\145\x6e\x63\x74\x79\160\145\75\x27\x6d\x75\x6c\164\x69\x70\x61\x72\164\57\x66\x6f\x72\x6d\55\x64\141\164\x61\47\40\x63\x6c\141\x73\163\75\47\143\157\x6c\154\141\160\x73\x65\x20\146\x61\144\145\x20\143\170\x27\76"; echo "\74\144\x69\x76\x20\143\x6c\x61\x73\163\x3d\x27\x6d\171\x2d\63\x27\76\x43\162\151\x61\162\x20\120\162\157\144\x75\164\157\x3c\57\144\151\x76\76"; echo "\74\x69\156\160\x75\x74\40\x74\171\x70\145\x3d\x27\x68\x69\144\144\x65\x6e\x27\40\156\141\155\145\75\x27\151\x64\137\x65\x76\145\x6e\x74\157\47\x20\166\x61\x6c\165\145\75\47{$_GET["\x65"]}\47\x3e"; echo "\x3c\x64\x69\166\x20\143\154\x61\163\x73\x3d\47\x72\x6f\x77\40\x72\x6f\x77\55\143\157\x6c\x73\55\x32\40\x72\157\167\55\x63\157\154\x73\55\155\144\55\x35\x27\x3e"; echo "\74\144\x69\x76\x20\143\x6c\141\163\163\75\47\x63\157\x6c\47\76"; echo "\74\151\156\160\x75\164\x20\x74\x79\160\x65\x3d\x27\164\145\x78\x74\47\40\156\141\x6d\x65\x3d\47\x6e\x6f\x6d\x65\x27\x20\x63\x6c\141\163\x73\x3d\47\146\157\x72\x6d\55\143\157\x6e\164\x72\x6f\x6c\x20\155\142\55\x32\x20\x74\x65\170\164\55\165\160\x70\145\x72\x63\141\163\x65\x27\40\160\x6c\x61\143\x65\150\x6f\154\x64\x65\162\75\x27\116\157\155\x65\40\x64\x6f\40\160\x72\x6f\x64\165\164\157\47\x20\162\145\x71\x75\151\x72\x65\144\x3e"; echo "\74\x2f\144\151\x76\x3e"; echo "\74\144\x69\x76\40\x63\154\x61\x73\x73\x3d\x27\143\x6f\154\x27\x3e"; echo "\x3c\151\156\x70\165\164\x20\164\x79\160\145\75\47\x74\x65\x78\164\47\x20\x6e\x61\155\x65\75\47\166\141\x6c\x6f\162\x27\x20\x63\x6c\141\163\163\75\47\146\x6f\162\x6d\55\x63\x6f\156\164\x72\157\154\x20\164\x65\170\164\x2d\165\x70\160\145\162\x63\x61\163\145\40\x6d\142\55\62\x20\166\137\144\145\143\151\155\141\154\47\x20\160\x6c\141\143\145\150\x6f\154\x64\x65\x72\75\47\x52\x24\40\166\x61\154\157\x72\47\x20\x72\145\161\165\151\x72\145\x64\x3e"; echo "\74\x2f\144\x69\x76\76"; echo "\74\x64\x69\166\40\143\154\x61\163\163\75\x27\143\157\x6c\x27\x3e"; echo "\x3c\x69\156\x70\165\164\40\x74\171\x70\x65\75\47\x74\x65\x78\x74\47\x20\156\141\x6d\145\x3d\x27\x71\x75\141\x6e\x74\151\144\141\x64\145\47\40\143\154\141\163\x73\x3d\47\146\x6f\x72\x6d\x2d\x63\157\156\164\162\x6f\154\x20\164\x65\x78\x74\55\x75\x70\160\x65\x72\143\141\x73\145\40\x6d\x62\55\x32\x20\156\165\155\145\162\x6f\47\40\x70\x6c\x61\143\145\150\157\154\x64\145\x72\75\47\x51\x75\141\x6e\x74\x69\x64\x61\x64\x65\47\40\x72\x65\x71\165\x69\x72\x65\144\76"; echo "\x3c\57\x64\x69\x76\76"; echo "\x3c\144\x69\x76\40\143\x6c\x61\163\163\x3d\x27\143\x6f\x6c\47\x3e"; echo "\74\151\156\160\165\164\40\x74\171\160\145\75\x27\x74\x65\170\x74\x27\40\x6e\x61\x6d\x65\x3d\x27\155\x65\x6e\x73\141\x67\145\x6d\47\40\x63\x6c\x61\163\163\x3d\x27\x66\157\x72\x6d\x2d\x63\157\156\x74\x72\157\x6c\40\x74\145\170\x74\x2d\165\160\160\x65\x72\143\141\x73\145\47\x20\160\154\141\143\145\x68\157\x6c\x64\145\x72\x3d\47\x4d\x65\x6e\x73\141\147\x65\155\40\x6e\x6f\x20\x54\151\x63\153\x65\x74\47\x20\x72\x65\x71\165\151\162\145\x64\76"; echo "\x3c\x2f\x64\x69\166\x3e"; echo "\x3c\x64\x69\166\x20\x63\x6c\141\163\x73\x3d\47\x63\x6f\154\47\76"; echo "\74\x62\165\x74\164\157\156\40\x6e\x61\x6d\x65\75\47\143\x72\x69\x61\x72\120\162\x6f\x64\x75\x74\157\x27\x20\143\x6c\141\163\x73\x3d\x27\142\164\156\40\142\x74\x6e\x2d\154\x69\x67\150\164\47\x3e\103\141\x64\x61\163\x74\x72\x61\162\x3c\57\142\165\x74\164\157\156\x3e"; echo "\74\x2f\x64\151\166\76"; echo "\x3c\x2f\144\151\x76\x3e"; echo "\x3c\57\146\157\162\x6d\x3e"; $q = $pdo->query("\x53\105\x4c\x45\103\x54\40\x2a\x20\106\x52\x4f\x4d\40\142\141\x72\40\x57\110\105\x52\105\x20\151\144\x5f\x65\x76\x65\156\x74\157\40\75\x20\47{$_GET["\145"]}\47"); foreach ($q as $i) { echo "\x3c\x64\x69\166\x20\x63\154\x61\x73\x73\75\47\x72\157\167\x20\x62\157\162\144\x65\x72\x2d\142\x6f\x74\x74\157\155\x20\160\171\55\62\x20\154\x69\156\x65{$i["\151\144"]}\40\x63\x6f\154\154\141\160\163\x65\40\x63\170\x27\x3e"; echo "\74\144\151\x76\40\143\x6c\141\163\x73\x3d\x27\x63\x6f\154\55\155\144\x2d\61\47\x3e"; echo "\x3c\x61\40\150\x72\145\146\x3d\x27\152\141\x76\x61\x73\143\x72\x69\160\164\x3a\166\x6f\151\x64\x28\51\47\40\143\154\141\x73\x73\x3d\x27\155\145\x2d\63\x27\40\x64\x61\164\x61\55\x62\163\x2d\x74\x6f\157\x6c\164\151\x70\40\x64\141\x74\141\x2d\x62\x73\55\164\x6f\147\147\154\145\75\x27\143\x6f\154\154\141\160\x73\145\47\x20\x64\141\164\141\55\142\163\55\x74\151\x74\x6c\x65\75\x27\104\x65\154\x65\x74\141\162\47\40\144\141\x74\141\x2d\142\163\55\164\141\162\x67\x65\164\75\x27\56\x64\160\x72{$i["\x69\144"]}\x27\x3e\x3c\x69\40\143\x6c\141\163\x73\x3d\47\146\141\40\x66\x61\55\x74\x72\x61\163\150\x2d\x61\154\x74\47\76\x3c\57\151\76\74\57\141\x3e"; echo "\74\144\151\x76\40\x63\x6c\141\163\163\x3d\x27\143\157\154\154\141\160\163\145\x20\144\160\162{$i["\151\144"]}\47\76\74\141\40\150\162\x65\x66\75\x27\x6a\x61\x76\141\x73\143\x72\x69\x70\164\72\166\x6f\x69\x64\x28\x29\x27\x20\x63\x6c\x61\163\163\75\x27\142\x74\x6e\x2d\144\x20\x6d\163\55\x31\x27\40\151\144\x3d\47{$i["\x69\144"]}\x27\x3e\103\157\156\x66\x69\162\155\x61\162\x3c\x2f\141\x3e\74\57\144\x69\x76\76"; echo "\x3c\x2f\x64\151\166\x3e"; echo "\x3c\144\151\166\x20\143\x6c\x61\x73\163\75\x27\143\x6f\x6c\x2d\x6d\144\x2d\62\40\164\x65\170\164\55\x75\160\160\x65\x72\x63\141\163\x65\x27\x3e"; echo "\x3c\x69\40\x63\x6c\x61\163\x73\x3d\47\x66\x61\x2d\x73\x6f\154\x69\x64\x20\146\141\55\x61\x6e\x67\154\x65\163\55\162\151\147\150\x74\47\76\74\57\x69\76\40{$i["\x6e\x6f\x6d\145"]}"; echo "\74\57\x64\151\x76\76"; echo "\x3c\x64\151\166\40\143\x6c\141\163\163\75\x27\x63\x6f\x6c\55\155\x64\x2d\65\40\x64\55\x66\x6c\x65\170\40\x6a\x75\x73\x74\151\146\171\55\x63\x6f\156\x74\x65\x6e\x74\55\142\145\x74\x77\x65\x65\156\47\76"; echo "\74\144\151\166\40\x63\154\x61\163\x73\x3d\x27\151\x6e\x70\165\x74\x2d\147\x72\157\165\x70\x20\x6d\142\x2d\62\40\x6d\x65\x2d\63\x27\x3e"; echo "\x3c\144\x69\166\x20\x63\154\141\x73\163\x3d\47\x69\x6e\160\165\164\55\x67\x72\x6f\x75\x70\55\x74\145\170\x74\47\76\122\44\74\x2f\144\x69\166\x3e"; echo "\74\x69\156\160\x75\x74\40\x74\x79\x70\x65\x3d\47\164\x65\x78\x74\47\40\143\x6c\x61\163\163\x3d\47\x66\157\162\x6d\x2d\143\157\156\164\x72\157\154\40\164\x65\x78\x74\x2d\165\x70\160\145\x72\143\141\163\x65\x20\166\x5f\x64\x65\143\x69\x6d\x61\x6c\40\166{$i["\151\144"]}\x27\x20\x76\141\x6c\x75\x65\x3d\47{$i["\x76\x61\154\x6f\162"]}\x27\40\162\145\x71\165\151\162\145\144\x3e"; echo "\x3c\142\165\164\164\x6f\x6e\40\143\154\x61\x73\163\75\x27\142\x74\x6e\40\x62\x74\156\x2d\154\151\147\x68\164\x20\142\x74\x6e\x2d\166\x61\x6c\47\x20\151\x64\75\47{$i["\151\144"]}\47\x3e\74\x69\40\x63\154\141\163\163\75\x27\146\141\55\163\x6f\x6c\x69\x64\40\146\x61\55\143\150\145\x63\153\x2d\144\x6f\x75\x62\x6c\x65\x27\76\x3c\x2f\151\76\x3c\x2f\142\165\x74\164\157\x6e\76"; echo "\74\x2f\144\x69\166\x3e"; echo "\74\x64\151\x76\x20\x63\154\141\x73\x73\75\47\x69\x6e\x70\165\x74\55\x67\x72\157\165\x70\x20\x6d\x62\x2d\62\47\76"; echo "\x3c\144\x69\166\x20\x63\154\141\163\163\75\x27\151\156\160\165\x74\x2d\147\162\x6f\x75\160\x2d\x74\x65\170\x74\x27\76\121\x54\x44\56\x3c\57\x64\x69\166\76"; echo "\74\x69\156\160\165\164\x20\164\171\160\x65\x3d\x27\156\x75\155\142\x65\162\47\40\x6d\151\x6e\x3d\x27\61\47\40\143\x6c\141\x73\x73\75\x27\x66\157\x72\x6d\x2d\x63\157\156\x74\162\x6f\154\x20\161\x74\144{$i["\151\x64"]}\x27\x20\x76\141\154\165\145\x3d\47{$i["\x71\165\x61\156\164\151\144\x61\144\x65"]}\x27\40\x72\145\x71\165\x69\x72\145\x64\x3e"; echo "\x3c\x62\x75\x74\164\157\x6e\x20\143\x6c\x61\163\x73\75\47\142\x74\156\40\142\164\x6e\55\154\151\147\150\164\x20\x62\164\156\x2d\x71\x74\x64\47\x20\151\x64\x3d\x27{$i["\x69\x64"]}\x27\x3e\x3c\x69\x20\x63\154\x61\x73\163\x3d\x27\146\x61\55\x73\157\x6c\151\x64\40\x66\141\55\x63\150\145\x63\153\x2d\x64\157\165\142\x6c\145\47\76\x3c\57\151\76\x3c\57\x62\165\x74\x74\157\x6e\x3e"; echo "\x3c\x2f\x64\x69\x76\x3e"; echo "\x3c\57\x64\x69\166\76"; echo "\74\x64\x69\x76\x20\x63\154\x61\x73\x73\x3d\47\x63\157\154\x2d\155\144\55\x33\x27\x3e"; echo "\74\x64\x69\166\x20\x63\x6c\141\163\163\x3d\47\151\156\x70\165\164\55\147\162\157\x75\160\x20\x6d\142\x2d\x32\47\76"; echo "\x3c\x64\x69\x76\x20\x63\154\x61\163\x73\75\47\x69\156\x70\165\164\x2d\147\162\x6f\165\x70\x2d\164\145\170\x74\x27\x3e\115\123\x47\x3c\57\x64\151\166\76"; echo "\x3c\x69\156\160\165\x74\x20\164\x79\160\x65\x3d\x27\x74\145\170\164\47\x20\143\154\x61\163\163\x3d\47\146\157\x72\x6d\55\x63\x6f\x6e\164\x72\x6f\154\40\x6d\x73\x67{$i["\x69\144"]}\47\x20\x76\x61\x6c\165\x65\75\47{$i["\x6d\145\156\x73\x61\147\145\x6d"]}\47\76"; echo "\x3c\x62\x75\x74\164\157\x6e\40\143\x6c\141\163\163\x3d\47\x62\164\156\x20\142\164\x6e\x2d\x6c\x69\x67\x68\x74\x20\x62\164\156\x2d\155\163\147\x27\40\151\144\x3d\47{$i["\151\144"]}\x27\x3e\x3c\x69\x20\143\154\141\163\163\x3d\x27\146\x61\x2d\163\x6f\x6c\151\x64\40\x66\141\55\x63\150\x65\143\153\55\x64\157\x75\x62\154\x65\47\x3e\74\57\x69\x3e\74\57\142\x75\164\164\157\x6e\76"; echo "\74\x2f\x64\151\166\76"; echo "\74\57\x64\x69\166\x3e"; echo "\x3c\x64\151\166\40\x63\154\x61\x73\x73\x3d\47\x63\157\x6c\55\x6d\144\x2d\x31\47\x3e"; $q = $pdo->query("\123\x45\x4c\x45\103\124\40\52\40\106\x52\x4f\x4d\x20\x62\x61\162\137\x76\x6f\x75\x63\x68\145\162\x73\40\x57\110\105\122\x45\x20\150\141\163\x68\x20\75\40\x27{$i["\x68\141\163\x68"]}\47"); $vendidos = $q->rowCount(); if ($i["\x71\x75\141\156\x74\151\144\x61\144\x65"] == $vendidos) { echo "\x3c\x64\x69\166\x20\143\154\141\x73\x73\x3d\47\x78\x20\146\141\x20\146\x61\55\x62\x6f\x75\x6e\143\x65\40\155\x62\55\x32\x20\x70\x74\x2d\x31\40\x74\x65\x78\x74\55\163\x75\x63\143\145\x73\x73\x27\x3e\x56\x65\156\x64\x61\163\56{$vendidos}\74\x2f\x64\151\x76\76"; } else { echo "\x3c\x64\x69\166\x20\x63\154\x61\x73\x73\x3d\47\x6d\x62\55\x32\40\160\164\x2d\61\47\x3e\x56\145\156\144\141\x73\x2e{$vendidos}\74\57\144\151\x76\x3e"; } echo "\x3c\57\144\151\166\x3e"; echo "\74\57\144\151\166\76"; echo "\74\x64\151\x76\40\x63\154\141\x73\x73\x3d\47\162\x6f\x77\x20\142\157\x72\144\x65\162\x2d\x62\157\164\164\x6f\155\40\x70\171\55\x32\40\x6c\151\x6e\x65{$i["\x69\144"]}\x20\143\x6f\154\154\141\x70\x73\145\40\166\145\156\x64\x65\162\47\x3e"; echo "\74\x64\151\166\40\x63\154\x61\x73\x73\75\x27\x63\157\x6c\55\x6d\144\x2d\66\40\164\145\170\164\x2d\x75\160\x70\145\162\143\x61\163\145\x20\144\x2d\x66\x6c\x65\x78\x20\x6a\165\163\x74\x69\x66\x79\55\x63\157\x6e\x74\x65\x6e\164\55\142\145\164\x77\x65\x65\156\x20\155\171\55\63\47\x3e"; echo "\x3c\x64\x69\x76\76\74\x69\40\143\x6c\141\x73\x73\x3d\x27\146\141\55\163\x6f\x6c\151\x64\x20\x66\x61\55\x61\x6e\x67\x6c\x65\x73\55\x72\x69\147\x68\x74\47\76\74\57\151\x3e\x20{$i["\x6e\x6f\x6d\145"]}\74\x2f\x64\151\x76\76"; echo "\74\x64\x69\x76\x3e\74\x73\x70\x61\156\40\x63\154\141\x73\x73\x3d\x27\x63\151\146\162\x61\157\x27\76\x52\44\x3c\57\163\x70\141\x6e\76" . number_format($i["\x76\x61\x6c\157\x72"], 2, "\54", "\56") . "\74\57\144\151\x76\76"; $q = $pdo->query("\123\x45\x4c\105\103\x54\x20\52\40\x46\x52\117\115\x20\142\141\x72\137\x76\x6f\165\x63\150\145\162\x73\x20\x57\110\105\122\105\40\x68\141\163\x68\x20\75\40\x27{$i["\x68\141\x73\150"]}\x27"); $vendidos = $q->rowCount(); if ($i["\x71\x75\x61\x6e\x74\x69\x64\x61\144\145"] == $vendidos) { echo "\x3c\x64\151\x76\40\x63\154\x61\163\x73\x3d\x27\x78\40\146\x61\40\x66\x61\55\142\x6f\165\x6e\x63\145\x20\x20\x74\145\x78\164\x2d\163\165\x63\x63\x65\163\163\47\x3e\126\145\156\x64\x61\163\x2e{$vendidos}\x3c\57\x64\151\166\x3e"; } else { echo "\x3c\x64\151\166\x20\x63\154\x61\163\x73\x3d\x27\x27\x3e\126\x65\156\x64\141\x73\56{$vendidos}\x3c\x2f\144\x69\166\76"; } echo "\x3c\57\x64\x69\166\x3e"; echo "\x3c\x64\151\166\x20\x63\154\141\x73\x73\x3d\x27\143\x6f\x6c\55\155\144\x2d\66\47\x3e"; $estoque = $i["\161\x75\x61\x6e\164\151\x64\x61\x64\x65"] - $vendidos; echo "\74\146\x6f\x72\x6d\40\x6d\145\164\x68\157\144\75\47\160\x6f\163\x74\x27\x20\x65\156\x63\x74\x79\x70\145\75\47\155\165\x6c\x74\x69\160\141\162\x74\57\x66\157\x72\x6d\55\x64\141\x74\141\x27\x3e"; echo "\x3c\x64\151\166\40\x63\x6c\x61\x73\x73\x3d\47\x62\157\x72\x64\x65\x72\x20\162\x6f\165\x6e\x64\x65\144\x20\160\x2d\63\x20\x62\x67\x2d\x77\150\151\164\x65\x27\76"; echo "\x3c\x64\x69\x76\40\x63\154\x61\163\163\75\x27\162\157\167\40\162\x6f\167\55\143\x6f\154\163\55\x32\x20\x72\157\167\x2d\143\157\154\x73\55\155\x64\55\64\40\x6d\55\60\x20\160\55\60\x20\x27\76"; echo "\74\x64\x69\x76\x20\143\x6c\x61\163\163\75\x27\x66\x6f\x72\x6d\55\143\150\145\143\x6b\x20\143\157\x6c\x27\x3e\12\x9\x9\11\x9\x9\x3c\x69\156\x70\165\164\x20\143\x6c\x61\x73\163\75\x27\x66\x6f\162\x6d\x2d\143\x68\x65\x63\x6b\55\151\156\160\165\164\47\x20\164\171\x70\145\75\47\x72\x61\x64\151\157\x27\x20\x6e\x61\x6d\145\75\47\160\141\x79\x6d\145\x6e\164\x5f\x6d\x65\164\150\x6f\x64\47\x20\x69\x64\x3d\47\162\47\40\166\141\154\165\x65\x3d\47\x63\162\x65\144\151\x74\157\x27\x20\143\x68\145\143\153\145\x64\x3e\xa\x9\11\x9\x9\x9\x3c\154\x61\x62\x65\154\40\x63\154\x61\x73\163\x3d\47\146\x6f\x72\155\x2d\x63\150\145\143\153\x2d\154\x61\142\145\x6c\47\x20\x66\x6f\162\75\47\x72\47\x3e\x43\162\303\xa9\x64\x69\164\x6f\x3c\x2f\154\141\142\145\154\76\xa\x9\11\11\11\11\x3c\x2f\x64\151\166\x3e\12\11\11\x9\11\11"; echo "\74\144\151\x76\40\143\x6c\141\163\x73\75\47\x66\x6f\162\x6d\x2d\143\150\x65\143\153\40\143\x6f\x6c\47\x3e\12\x9\x9\x9\x9\x9\74\151\156\x70\165\164\x20\x63\154\x61\163\163\75\47\146\x6f\x72\155\55\143\x68\145\x63\x6b\x2d\x69\156\x70\x75\x74\x27\40\164\x79\160\145\75\x27\x72\141\x64\x69\157\x27\40\156\141\x6d\x65\75\x27\160\x61\x79\155\145\156\x74\x5f\x6d\145\164\150\157\144\x27\x20\x69\144\x3d\47\x72\x27\40\166\x61\154\165\145\75\47\144\x65\x62\151\164\x6f\47\x3e\xa\x9\x9\11\x9\x9\74\x6c\141\142\145\154\x20\143\154\141\163\163\75\47\x66\x6f\162\x6d\x2d\x63\x68\x65\x63\153\55\x6c\x61\x62\x65\x6c\x27\40\x66\x6f\x72\75\x27\162\47\x3e\x44\xc3\xa9\142\x69\x74\157\x3c\57\x6c\x61\x62\x65\154\x3e\xa\11\11\11\11\x9\74\57\x64\151\166\76\12\x9\x9\11\11\11"; echo "\x3c\x64\x69\166\x20\143\154\x61\163\x73\75\x27\x66\x6f\x72\155\x2d\x63\x68\x65\143\x6b\x20\x63\157\154\47\76\12\x9\x9\11\x9\11\x3c\151\x6e\x70\165\164\x20\143\154\141\x73\x73\75\x27\x66\157\162\155\55\143\x68\x65\x63\153\55\x69\x6e\x70\165\x74\47\x20\164\171\160\145\x3d\47\x72\x61\144\x69\157\x27\40\x6e\141\155\x65\x3d\x27\160\x61\171\155\x65\x6e\x74\137\x6d\x65\164\x68\x6f\x64\x27\40\x69\144\75\47\x72\x27\40\166\141\154\165\x65\x3d\x27\x70\x69\x78\x27\x3e\xa\x9\11\x9\x9\11\74\x6c\x61\142\145\x6c\x20\x63\154\x61\163\163\75\x27\x66\157\162\x6d\x2d\143\150\x65\x63\x6b\x2d\154\x61\142\x65\154\47\40\x66\157\x72\x3d\x27\x72\47\x3e\x50\111\130\74\57\154\x61\x62\x65\154\x3e\12\11\x9\11\11\11\74\57\x64\x69\166\x3e\xa\x9\11\11\11\11"; echo "\x3c\144\151\166\x20\x63\x6c\141\x73\x73\x3d\x27\x66\x6f\162\155\55\x63\150\x65\x63\153\x20\x63\157\154\x27\76\12\x9\11\x9\x9\x9\x3c\151\x6e\x70\165\164\x20\143\x6c\x61\163\163\75\x27\146\157\162\155\x2d\x63\150\145\x63\x6b\x2d\151\x6e\x70\165\x74\x27\x20\164\171\160\x65\x3d\x27\162\141\x64\151\x6f\x27\40\x6e\141\155\x65\75\x27\160\141\171\x6d\x65\x6e\164\x5f\x6d\x65\x74\x68\x6f\144\x27\x20\x69\x64\75\x27\x72\47\x20\x76\141\154\x75\x65\x3d\47\144\x69\156\150\x65\151\x72\157\47\76\12\11\x9\11\11\11\x3c\154\x61\x62\x65\154\40\143\x6c\x61\163\x73\75\x27\x66\x6f\162\155\x2d\143\150\145\x63\x6b\x2d\154\141\x62\x65\x6c\47\x20\x66\157\162\75\47\162\x27\x3e\104\x69\156\x68\x65\151\x72\x6f\74\x2f\x6c\x61\x62\145\154\76\xa\11\11\x9\11\x9\74\x2f\144\151\x76\x3e\12\x9\x9\x9\11\x9"; echo "\74\x2f\144\x69\x76\76"; echo "\74\57\x64\151\166\x3e"; echo "\x3c\x69\156\160\165\x74\x20\164\171\160\x65\75\47\x68\x69\x64\x64\x65\156\47\x20\x6e\x61\155\x65\75\47\x69\x64\x5f\x65\x76\x65\x6e\x74\x6f\x27\x20\x76\x61\154\165\x65\x3d\x27{$_GET["\x65"]}\47\76"; echo "\x3c\151\x6e\x70\165\164\40\164\171\x70\145\x3d\47\x68\151\144\x64\145\156\47\40\x6e\141\155\145\x3d\47\151\x64\x5f\160\162\157\144\x75\164\157\x27\x20\x76\141\154\x75\145\75\x27{$i["\x69\x64"]}\x27\76"; echo "\x3c\151\x6e\x70\x75\x74\x20\x74\x79\x70\145\x3d\x27\150\x69\144\144\145\156\x27\x20\156\141\x6d\x65\x3d\x27\x68\x61\163\x68\47\40\x76\141\154\x75\145\75\x27{$i["\150\141\x73\x68"]}\47\76"; echo "\x3c\144\x69\166\40\143\x6c\141\x73\163\x3d\x27\x64\x2d\x66\154\x65\170\40\152\165\163\164\151\146\171\x2d\143\157\x6e\x74\145\156\x74\x2d\142\145\164\x77\145\x65\156\x20\x6d\164\55\63\x27\x3e"; echo "\74\144\151\166\40\x63\154\141\x73\x73\x3d\x27\x69\156\160\165\164\55\x67\162\x6f\165\160\x20\167\55\x35\60\47\76"; echo "\x3c\144\x69\166\40\x63\154\141\163\x73\75\47\x69\156\160\x75\x74\55\x67\162\x6f\165\160\x2d\164\145\x78\164\x27\76\xa\x9\x9\x9\x9\11\74\141\x20\150\162\x65\x66\75\47\x6a\141\x76\141\163\143\x72\151\x70\x74\72\x76\x6f\151\x64\x28\x29\x3b\47\40\143\x6c\141\x73\x73\75\x27\155\x69\x6e\x75\x73\47\40\151\144\x3d\47{$i["\x69\144"]}\47\76\x3c\x69\x20\143\x6c\x61\163\163\x3d\47\x66\x61\x20\x66\141\x2d\x63\151\162\x63\154\145\x2d\x6d\151\156\165\163\47\x20\163\x74\x79\x6c\145\x3d\x27\x70\141\x64\x64\x69\x6e\147\72\63\160\x78\40\60\x70\170\x20\60\160\170\40\60\x70\170\x3b\47\76\74\x2f\x69\x3e\74\57\x61\x3e\12\11\x9\x9\x9\11\x3c\x2f\144\151\166\x3e"; echo "\74\x69\156\160\x75\x74\40\x74\x79\x70\145\75\x27\x6e\x75\155\x62\x65\x72\x27\40\155\x69\156\x3d\x27\x31\47\x20\155\x61\170\x3d\47{$estoque}\47\40\x76\x61\x6c\x75\x65\75\47\61\x27\x20\x6e\x61\155\145\x3d\47\161\x75\141\x6e\164\x69\144\x61\144\x65\x27\40\x63\x6c\141\163\x73\x3d\47\x66\157\162\x6d\x2d\x63\157\x6e\164\x72\157\x6c\40\x6e\165\x6d\142\x65\162{$i["\151\144"]}\x27\40\x70\x6c\x61\x63\x65\x68\157\154\x64\x65\162\75\x27\x27\40\x72\145\161\x75\x69\x72\145\144\76"; echo "\x3c\144\x69\166\40\143\154\x61\163\x73\75\x27\x69\x6e\160\165\164\x2d\147\162\x6f\x75\x70\55\x74\145\170\x74\x27\76\12\x9\x9\11\11\x9\74\141\x20\150\162\x65\146\x3d\x27\152\x61\x76\x61\163\x63\162\151\x70\x74\72\166\157\x69\x64\50\51\73\47\x20\143\154\141\x73\x73\x3d\x27\x70\154\x75\163\47\40\x69\x64\75\x27{$i["\151\144"]}\47\76\x3c\x69\40\143\x6c\141\x73\163\75\47\146\x61\40\146\141\55\143\x69\x72\x63\154\x65\55\x70\154\x75\163\47\x20\163\x74\171\154\145\x3d\x27\x70\141\x64\x64\151\156\147\72\x33\x70\170\40\x30\160\x78\x20\60\160\x78\x20\x30\x70\x78\x3b\47\76\74\x2f\x69\76\74\x2f\x61\76\xa\11\x9\x9\11\11\74\57\144\x69\x76\x3e"; echo "\74\57\x64\151\x76\x3e"; echo "\x3c\x62\x75\164\164\x6f\x6e\40\x6e\x61\155\x65\75\47\143\162\151\x61\x72\x56\157\x75\143\150\145\162\x50\x72\x6f\x64\165\164\x6f\47\x20\x63\154\x61\x73\x73\75\47\142\164\x6e\x20\142\x74\x6e\x2d\154\x69\x67\x68\164\x27\76\x56\145\156\144\x65\162\x3c\57\x62\165\x74\164\157\x6e\76"; echo "\x3c\x2f\x64\151\x76\x3e"; echo "\x3c\x2f\x66\157\x72\x6d\76"; echo "\x3c\57\x64\151\x76\x3e"; echo "\x3c\57\144\151\166\76"; } } goto IRKLr; LwK70: if (isset($_GET["\154\x69\155\160\x61\162"])) { $hora_final = date("\110\72\x69\x3a\x73", strtotime("\53" . $minutos_limpeza_cart . "\x20\x6d\151\156\x75\x74\x65\163")); $pdo->query("\x55\120\x44\101\x54\x45\40\x63\x61\162\162\151\x6e\150\157\x20\x53\x45\124\40\xa\x9\x9\143\154\x69\143\157\x75\x5f\x65\x6d\137\160\141\147\x61\x72\x20\75\x20\x27\x30\x27\x2c\x20\12\x9\11\160\162\x65\146\145\162\x65\x6e\143\145\x20\75\40\47\60\x27\x2c\xa\x9\11\150\157\x72\141\x20\75\x20\47{$hora}\47\x2c\xa\x9\x9\x68\157\x72\x61\137\146\x69\156\x61\x6c\40\x3d\40\x27{$hora_final}\x27\54\xa\x9\x9\x73\x74\x61\164\165\x73\40\75\x20\x27\60\x27\54\12\11\x9\163\x74\x61\164\165\x73\x5f\144\x65\x74\x61\x69\154\x20\x3d\40\47\60\x27\x2c\12\x9\x9\151\x64\x5f\157\x70\145\162\x61\x63\141\x6f\40\75\x20\47\x30\47\54\12\x9\x9\x70\x61\171\155\145\156\x74\x5f\155\x65\x74\x68\157\144\40\75\40\x27\60\47\x2c\xa\x9\11\x70\x69\170\x5f\x75\162\x6c\x20\x3d\x20\x27\60\47\40\xa\11\x9\127\x48\x45\x52\x45\40\x69\x64\x5f\143\x6c\x69\40\75\40\x27{$_SESSION["\151\144\x5f\143\154\151"]}\47\40\x41\x4e\104\x20\163\164\x61\x74\x75\x73\x20\x3d\40\47\60\x27\x20\157\162\40\163\164\x61\164\x75\x73\40\75\x20\x27\160\145\x6e\144\x69\156\147\47"); echo "\x3c\163\143\162\151\x70\x74\x3e\167\151\x6e\144\157\167\x2e\x6c\157\x63\141\x74\151\x6f\156\56\x68\162\x65\146\75\47\77\x63\141\x72\164\x27\x3c\57\163\143\162\151\x70\x74\x3e"; } goto rE_d8; QiwvG: if (isset($_POST["\143\x72\151\141\162\x53\x65\164\x6f\x72"])) { $nome = strtoupper(addslashes($_POST["\x6e\x6f\x6d\145"])); $tipo_ingresso = strtoupper(addslashes($_POST["\x74\151\160\x6f\137\x69\156\147\x72\145\x73\x73\157"])); $q = "\111\x4e\123\105\x52\124\x20\x49\x4e\124\117\x20\x73\145\164\x6f\162\x20\x28\151\x64\137\x65\x76\x65\x6e\164\x6f\54\142\x6c\x6f\x63\x6f\54\156\157\x6d\145\54\164\151\x70\x6f\137\x69\x6e\x67\162\145\x73\x73\157\54\x76\x61\x6c\157\x72\54\x74\141\170\141\54\x71\x75\x61\x6e\164\151\144\x61\144\x65\54\155\157\163\x74\x72\141\162\x5f\156\157\x5f\163\x69\164\145\54\x62\147\x5f\x63\157\x6c\x6f\x72\x29\x20\xa\x9\126\101\114\x55\105\x53\40\12\x9\11\x28\12\11\x9\x9\x27{$_POST["\x69\144\137\145\x76\x65\156\164\157"]}\x27\x2c\xa\11\11\11\47{$_POST["\142\x6c\x6f\x63\x6f"]}\47\x2c\xa\x9\x9\x9\x27{$nome}\x27\54\xa\11\x9\x9\47{$tipo_ingresso}\x27\54\12\11\11\11\x27{$_POST["\166\141\x6c\x6f\x72"]}\x27\54\xa\11\x9\x9\47{$_POST["\x74\x61\170\141"]}\47\54\12\x9\11\11\x27{$_POST["\161\165\x61\x6e\x74\x69\144\141\x64\x65"]}\x27\54\xa\11\x9\x9\x27\61\x27\x2c\12\11\x9\x9\47{$_POST["\x62\147\x5f\143\157\x6c\157\x72"]}\x27\xa\xa\x9\x9\51"; $pdo->query($q); echo "\74\x73\143\162\151\x70\164\x3e\x77\151\x6e\x64\x6f\x77\x2e\x6c\x6f\x63\141\164\151\x6f\x6e\x2e\150\x72\x65\x66\75\x27\x3f\x61\137\145\166\x65\x6e\x74\157\x27\74\x2f\x73\x63\x72\x69\x70\x74\x3e"; } goto yD6Ce; kvcTw: ?>

Function Calls

None

Variables

None

Stats

MD5 33aa3f41268db5ed753ddd88998180af
Eval Count 0
Decode Time 317 ms