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 CBa1d; o8A8r: $wrnaclor = array("\43\x30\x64\66\145\x66\x64", "\43\60\144\..
Decoded Output download
<?php
goto CBa1d;
o8A8r:
$wrnaclor = array("#0d6efd", "#0dcaf0", "#f80000", "#ffc107", "#17a00e");
goto FWhkI;
v1tGt:
function anti_inject($text)
{
$string = stripslashes(strip_tags(htmlentities(htmlspecialchars($text, ENT_QUOTES))));
return $string;
}
goto oJ28C;
eIiq4:
function getPaslontd()
{
$sql = mysql_query("SELECT * FROM tbl_psl where is_active = '0'");
$data = mysql_num_rows($sql);
return $data;
}
goto aawTS;
BPYaq:
function getTpskel($type, $idkel)
{
if ($type == 0) {
$query = mysql_query("SELECT SUM(tbl_tps.max_tps) as max_tps FROM tbl_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kelurahan.id_kel='{$idkel}'");
} else {
if ($type == 1) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as tpsinput FROM tbl_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab \xa WHERE kelurahan.id_kel='{$idkel}' AND tbl_tps.status_tps='1'");
} else {
if ($type == 2) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as blmtpsinput FROM tbl_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab \xa WHERE kelurahan.id_kel='{$idkel}' AND tbl_tps.status_tps='0'");
} else {
if ($type == 3) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as semuatps FROM tbl_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab
WHERE kelurahan.id_kel='{$idkel}'");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto fQm1A;
JlZ8w:
function getTpsProv($type)
{
if ($type == 0) {
$query = mysql_query("SELECT SUM(tbl_tps.max_tps) as max_tps FROM tbl_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab");
} else {
if ($type == 1) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as tpsinput FROM tbl_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab WHERE tbl_tps.status_tps='1'");
} else {
if ($type == 2) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as blmtpsinput FROM tbl_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab WHERE tbl_tps.status_tps='0'");
} else {
if ($type == 3) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as semuatps FROM tbl_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto t3NYq;
EhDnI:
function getSaksiFlter($type, $idwil)
{
if ($type == 0) {
$query = "SELECT * FROM tbl_saksi
JOIN tbl_tps\xa ON tbl_saksi.id_tps = tbl_tps.id_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab ORDER BY kelurahan.nama";
} elseif ($type == 1) {
$query = "SELECT * FROM tbl_saksi\xa JOIN tbl_tps
ON tbl_saksi.id_tps = tbl_tps.id_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE provinsi.id_prov = '{$idwil}'
ORDER BY kelurahan.nama";
} elseif ($type == 2) {
$query = "SELECT * FROM tbl_saksi
JOIN tbl_tps
ON tbl_saksi.id_tps = tbl_tps.id_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kabupaten.id_kab = '{$idwil}'\xa ORDER BY kelurahan.nama";
} elseif ($type == 3) {
$query = "SELECT * FROM tbl_saksi\xa JOIN tbl_tps\xa ON tbl_saksi.id_tps = tbl_tps.id_tps \xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kecamatan.id_kec = '{$idwil}'\xa ORDER BY kelurahan.nama";
} elseif ($type == 4) {
$query = "SELECT * FROM tbl_saksi
JOIN tbl_tps\xa ON tbl_saksi.id_tps = tbl_tps.id_tps \xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kelurahan.id_kel = '{$idwil}'
ORDER BY kelurahan.nama";
} elseif ($type == 5) {
$query = "SELECT * FROM tbl_saksi
JOIN tbl_tps
ON tbl_saksi.id_tps = tbl_tps.id_tps \xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
WHERE tbl_tps.id_tps = '{$idwil}'
ORDER BY kelurahan.nama";
}
$data = mysql_query($query);
return $data;
}
goto CsTBz;
vRMZa:
function getTpskab($type, $idkab)
{
if ($type == 0) {
$query = mysql_query("SELECT SUM(tbl_tps.max_tps) as max_tps FROM tbl_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kabupaten.id_kab='{$idkab}'");
} else {
if ($type == 1) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as tpsinput FROM tbl_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab \xa WHERE kabupaten.id_kab='{$idkab}' AND tbl_tps.status_tps='1'");
} else {
if ($type == 2) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as blmtpsinput FROM tbl_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab \xa WHERE kabupaten.id_kab='{$idkab}' AND tbl_tps.status_tps='0'");
} else {
if ($type == 3) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as semuatps FROM tbl_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab
WHERE kabupaten.id_kab='{$idkab}'");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto gZ_04;
gZ_04:
function getSuaraKab($type, $idkab, $idpaslon)
{
if ($type == 0) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaikab FROM tbl_hasil_suara
JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kabupaten.id_kab='{$idkab}'";
} else {
if ($type == 1) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaikabpaslon FROM tbl_hasil_suara
JOIN tbl_tps\xa ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab
JOIN tbl_psl\xa ON tbl_psl.id_psl = tbl_hasil_suara.id_psl\xa WHERE kabupaten.id_kab='{$idkab}' AND tbl_psl.id_psl = '{$idpaslon}'";
} else {
if ($type == 2) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai_tidaksah FROM tbl_hasil_suara\xa JOIN tbl_tps\xa ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl
ON tbl_psl.id_psl = tbl_hasil_suara.id_psl\xa WHERE kabupaten.id_kab='{$idkab}' AND tbl_psl.is_active ='0'";
} else {
if ($type == 3) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai_sah FROM tbl_hasil_suara\xa JOIN tbl_tps\xa ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
JOIN tbl_psl
ON tbl_psl.id_psl = tbl_hasil_suara.id_psl\xa WHERE kabupaten.id_kab='{$idkab}' AND tbl_psl.is_active ='1'";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto NMOAr;
vcp5g:
function getPaslon()
{
$sql = mysql_query("SELECT * FROM tbl_psl where is_active = '1'");
$data = mysql_num_rows($sql);
return $data;
}
goto CloXa;
PKX6Z:
function getKec($id, $field)
{
$sql = mysql_query("SELECT * FROM kecamatan where id_kec = '{$id}'");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto S3VVg;
xjocM:
function getKrd($id, $field)
{
$sql = mysql_query("SELECT * FROM tbl_jn_koordinator where id_js_koordinator = '{$id}'");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto rfdws;
et39r:
$wrnatext = array("text-primary", "text-info", "text-danger", "text-warning", "text-success");
goto o8A8r;
FUsbK:
function epm_decode($enc)
{
$tr = substr($enc, 2, strlen($enc));
$str = base64_decode(base64_decode($tr));
$b = array("Plz", "OkX", "Ijc", "UhV", "Ygb", "TfN", "RdZ", "Esx", "WaC", "Qmv");
$a = array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
$id = str_replace($b, $a, $str);
if (!preg_match("/^[0-9]+$/", $id)) {
$id = 0;
}
return $id;
}
goto d9JDI;
FWhkI:
$bgcolor = array("bg-drak", "bg-info", "bg-primary", "bg-warning", "bg-success");
goto v1tGt;
WNqKO:
$JalanPerusahaan = "Jl. ..........,............ ........Banjarmasin ";
goto NA1v7;
VqDfq:
function getProv($id, $field)
{
$sql = mysql_query("SELECT * FROM provinsi where id_prov = '{$id}'");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto IqfQh;
t3NYq:
function getSuaraProv($type, $idpaslon)
{
if ($type == 0) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaiprov, tbl_psl.nama_psl AS namapas, tbl_psl.nourut_psl AS nourut FROM tbl_hasil_suara
JOIN tbl_tps\xa ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl\xa ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE tbl_psl.id_psl = '{$idpaslon}'";
} else {
if ($type == 1) {
if ($idpaslon == 0) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaiprov FROM tbl_hasil_suara\xa JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
JOIN tbl_psl
ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE tbl_psl.is_active ='0'";
} else {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaiprov FROM tbl_hasil_suara\xa JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab
JOIN tbl_psl
ON tbl_psl.id_psl = tbl_hasil_suara.id_psl\xa WHERE tbl_psl.is_active ='1'";
}
} else {
if ($type == 2) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai FROM tbl_hasil_suara\xa JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab";
} else {
if ($type == 3) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaiprov FROM tbl_hasil_suara
JOIN tbl_tps\xa ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl
ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE tbl_psl.is_active ='0'";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto vRMZa;
d9JDI:
function getStatus($id)
{
if ($id == 0) {
return "<span class='badge bg-danger'>Belum Input</span>";
} else {
return "<span class='badge bg-success'>Sudah Input</span>";
}
}
goto EIiKh;
IqfQh:
function getTPSsaksi($id, $field)
{
$sql = mysql_query("SELECT * FROM tbl_tps where id_tps = '{$id}'");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto eIiq4;
CloXa:
function getSaksi($id, $field)
{
$sql = mysql_query("SELECT * FROM tbl_saksi where id_saksi = '{$id}'");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto JlZ8w;
T7y5u:
function Konfigurasiad($input)
{
$query = mysql_query("SELECT " . $input . " as hasil FROM pengguna WHERE sttus='1'");
$row = mysql_fetch_array($query);
return $row["hasil"];
}
goto s67ql;
wZ7eO:
function getSuaraTps($type, $idtps, $idpaslon)
{
if ($type == 0) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaitps FROM tbl_hasil_suara\xa JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE tbl_tps.id_tps='{$idtps}'";
} else {
if ($type == 1) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaitpspaslon FROM tbl_hasil_suara
JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl
ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE tbl_tps.id_tps='{$idtps}' AND tbl_psl.id_psl = '{$idpaslon}'";
} else {
if ($type == 2) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai_tidaksah FROM tbl_hasil_suara
JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl
ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE tbl_tps.id_tps='{$idtps}' AND tbl_psl.is_active ='0'";
} else {
if ($type == 3) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai_sah FROM tbl_hasil_suara
JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl\xa ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE tbl_tps.id_tps='{$idtps}' AND tbl_psl.is_active ='1'";
} elseif ($type == 4) {
$query = "SELECT * FROM tbl_tps
LEFT JOIN kelurahan ON kelurahan.id_kel = tbl_tps.id_kel
LEFT JOIN kecamatan ON kecamatan.id_kec = kelurahan.id_kec
LEFT JOIN kabupaten ON kabupaten.id_kab = kecamatan.id_kab\xa LEFT JOIN provinsi ON provinsi.id_prov = kabupaten.id_prov
LEFT JOIN tbl_hasil_suara ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
LEFT JOIN tbl_hasil_c1 ON tbl_hasil_c1.id_tps = tbl_tps.id_tps\xa LEFT JOIN tbl_saksi ON tbl_saksi.id_tps = tbl_tps.id_tps
WHERE tbl_tps.id_tps='{$idtps}'";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto Rlw6o;
I8zJa:
function getSuaraKec($type, $idkec, $idpaslon)
{
if ($type == 0) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaikec FROM tbl_hasil_suara\xa JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab
WHERE kecamatan.id_kec='{$idkec}'";
} else {
if ($type == 1) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaikecpaslon FROM tbl_hasil_suara\xa JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl\xa ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE kecamatan.id_kec='{$idkec}' AND tbl_psl.id_psl = '{$idpaslon}'";
} else {
if ($type == 2) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai_tidaksah FROM tbl_hasil_suara\xa JOIN tbl_tps\xa ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
JOIN tbl_psl
ON tbl_psl.id_psl = tbl_hasil_suara.id_psl\xa WHERE kecamatan.id_kec='{$idkec}' AND tbl_psl.is_active ='0'";
} else {
if ($type == 3) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai_sah FROM tbl_hasil_suara
JOIN tbl_tps\xa ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab
JOIN tbl_psl\xa ON tbl_psl.id_psl = tbl_hasil_suara.id_psl\xa WHERE kecamatan.id_kec='{$idkec}' AND tbl_psl.is_active ='1'";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto BPYaq;
s67ql:
function epm_encode($id)
{
$a = array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
$b = array("Plz", "OkX", "Ijc", "UhV", "Ygb", "TfN", "RdZ", "Esx", "WaC", "Qmv");
$r = str_replace($a, $b, $id);
$enc = rand(10, 99) . base64_encode(base64_encode($r));
return $enc;
}
goto FUsbK;
fQm1A:
function getSuaraKel($type, $idkel, $idpaslon)
{
if ($type == 0) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaikel FROM tbl_hasil_suara\xa JOIN tbl_tps\xa ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kelurahan.id_kel='{$idkel}'";
} else {
if ($type == 1) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilaikelpaslon FROM tbl_hasil_suara
JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl\xa ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE kelurahan.id_kel='{$idkel}' AND tbl_psl.id_psl = '{$idpaslon}'";
} else {
if ($type == 2) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai_tidaksah FROM tbl_hasil_suara\xa JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN tbl_psl\xa ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE kelurahan.id_kel='{$idkel}' AND tbl_psl.is_active ='0'";
} else {
if ($type == 3) {
$query = "SELECT SUM(tbl_hasil_suara.hsl_suara) as nilai_sah FROM tbl_hasil_suara
JOIN tbl_tps
ON tbl_hasil_suara.id_tps = tbl_tps.id_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab
JOIN tbl_psl\xa ON tbl_psl.id_psl = tbl_hasil_suara.id_psl
WHERE kelurahan.id_kel='{$idkel}' AND tbl_psl.is_active ='1'";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto jotKL;
jotKL:
function getTps($type, $idtps)
{
if ($type == 0) {
$query = mysql_query("SELECT SUM(tbl_tps.max_tps) as max_tps FROM tbl_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE tbl_tps.id_tps='{$idtps}'");
} else {
if ($type == 1) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as tpsinput FROM tbl_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab \xa WHERE tbl_tps.id_tps='{$idtps}' AND tbl_tps.status_tps='1'");
} else {
if ($type == 2) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as blmtpsinput FROM tbl_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab \xa WHERE tbl_tps.id_tps='{$idtps}' AND tbl_tps.status_tps='0'");
} else {
if ($type == 3) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as semuatps FROM tbl_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE tbl_tps.id_tps='{$idtps}'");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto wZ7eO;
EIiKh:
function getStatusin($id)
{
if ($id == 0) {
return "<span class='badge bg-primary'>Belum Input</span>";
} else {
return "<span class='badge bg-success'>Sudah Input</span>";
}
}
goto imxSY;
CBa1d:
$NamaPerusahaan = "KKN";
goto WNqKO;
aawTS:
function getKelur($idkeca)
{
$sql = mysql_query("SELECT * FROM kelurahan
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
WHERE kelurahan.id_kec ='{$idkeca}'");
$data = mysql_num_rows($sql);
return $data;
}
goto vcp5g;
oJ28C:
function Konfigurasi($input)
{
$query = mysql_query("SELECT " . $input . " as hasil FROM tbl_konfig LIMIT 1");
$row = mysql_fetch_array($query);
return $row["hasil"];
}
goto T7y5u;
S3VVg:
function getKab($id, $field)
{
$sql = mysql_query("SELECT * FROM kabupaten where id_kab = '{$id}'");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto VqDfq;
rfdws:
function getKel($id, $field)
{
$sql = mysql_query("SELECT * FROM kelurahan where id_kel = '{$id}'");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto PKX6Z;
Rlw6o:
function getTpsFlter($type, $idwil)
{
if ($type == 0) {
$query = "SELECT * FROM tbl_tps\xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab ORDER BY kelurahan.nama";
} elseif ($type == 1) {
$query = "SELECT * FROM tbl_tps \xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE provinsi.id_prov = '{$idwil}'
ORDER BY kelurahan.nama";
} elseif ($type == 2) {
$query = "SELECT * FROM tbl_tps \xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kabupaten.id_kab = '{$idwil}'
ORDER BY kelurahan.nama";
} elseif ($type == 3) {
$query = "SELECT * FROM tbl_tps \xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
WHERE kecamatan.id_kec = '{$idwil}'
ORDER BY kelurahan.nama";
} elseif ($type == 4) {
$query = "SELECT * FROM tbl_tps \xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
WHERE kelurahan.id_kel = '{$idwil}'
ORDER BY kelurahan.nama";
}
$data = mysql_query($query);
return $data;
}
goto EhDnI;
NA1v7:
$TeleponPerusahaan = "0517 ............";
goto et39r;
NMOAr:
function getTpskec($type, $idkec)
{
if ($type == 0) {
$query = mysql_query("SELECT SUM(tbl_tps.max_tps) as max_tps FROM tbl_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel
JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab\xa WHERE kecamatan.id_kec='{$idkec}'");
} else {
if ($type == 1) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as tpsinput FROM tbl_tps
JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab \xa WHERE kecamatan.id_kec='{$idkec}' AND tbl_tps.status_tps='1'");
} else {
if ($type == 2) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as blmtpsinput FROM tbl_tps
JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
WHERE kecamatan.id_kec='{$idkec}' AND tbl_tps.status_tps='0'");
} else {
if ($type == 3) {
$query = mysql_query("SELECT COUNT(tbl_tps.id_tps) as semuatps FROM tbl_tps\xa JOIN kelurahan\xa ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec\xa JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab
WHERE kecamatan.id_kec='{$idkec}'");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto I8zJa;
imxSY:
function getStatussaksi($id)
{
if ($id == 0) {
return "<span class='badge bg-danger'>Belum Aktif</span>";
} else {
return "<span class='badge bg-success'>Aktif</span>";
}
}
goto I6HOI;
I6HOI:
function getnokord()
{
$sql = mysql_query("SELECT MAX(no_koord) AS id FROM tbl_dft_koord");
$data = mysql_fetch_array($sql);
$noUrut = (int) substr($data["id"], -4);
$noUrut++;
$newID = "KRD-" . sprintf("%04s", $noUrut);
return $newID;
}
goto xjocM;
CsTBz:
function getdts($type, $id)
{
if ($type == 0) {
$query = "SELECT * FROM tbl_saksi
JOIN tbl_tps\xa ON tbl_saksi.id_tps = tbl_tps.id_tps \xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan
ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten
ON kecamatan.id_kab = kabupaten.id_kab
JOIN provinsi\xa ON kabupaten.id_prov = provinsi.id_prov\xa WHERE tbl_saksi.id_saksi='{$id}'";
} else {
if ($type == 1) {
$query = "SELECT * FROM tbl_saksi
JOIN tbl_tps
ON tbl_saksi.id_tps = tbl_tps.id_tps \xa JOIN kelurahan
ON tbl_tps.id_kel = kelurahan.id_kel\xa JOIN kecamatan\xa ON kelurahan.id_kec = kecamatan.id_kec
JOIN kabupaten\xa ON kecamatan.id_kab = kabupaten.id_kab\xa JOIN provinsi\xa ON kabupaten.id_prov = provinsi.id_prov
WHERE tbl_saksi.id_saksi='{$id}'";
}
}
$data = mysql_query($query);
return $data;
}
?>
Did this file decode correctly?
Original Code
<?php
goto CBa1d;
o8A8r:
$wrnaclor = array("\43\x30\x64\66\145\x66\x64", "\43\60\144\143\141\146\x30", "\x23\146\70\x30\60\60\60", "\x23\146\x66\x63\x31\60\67", "\x23\x31\x37\141\x30\60\x65");
goto FWhkI;
v1tGt:
function anti_inject($text)
{
$string = stripslashes(strip_tags(htmlentities(htmlspecialchars($text, ENT_QUOTES))));
return $string;
}
goto oJ28C;
eIiq4:
function getPaslontd()
{
$sql = mysql_query("\x53\x45\x4c\105\x43\x54\40\x2a\x20\106\122\x4f\x4d\40\x74\142\x6c\137\x70\x73\154\x20\167\x68\145\x72\145\40\x69\163\137\141\x63\x74\151\166\x65\40\75\x20\47\x30\47");
$data = mysql_num_rows($sql);
return $data;
}
goto aawTS;
BPYaq:
function getTpskel($type, $idkel)
{
if ($type == 0) {
$query = mysql_query("\123\105\x4c\x45\x43\124\40\123\125\115\x28\164\x62\154\x5f\164\160\163\x2e\x6d\x61\x78\x5f\164\160\163\51\40\x61\x73\40\155\x61\170\x5f\164\160\163\x20\106\122\117\115\x20\x74\142\154\137\164\160\x73\12\x20\x20\40\40\x4a\117\x49\116\x20\153\145\x6c\x75\162\141\x68\x61\x6e\12\x20\x20\x20\x20\117\x4e\x20\x74\x62\154\137\x74\160\163\x2e\x69\144\x5f\x6b\145\x6c\40\75\x20\x6b\x65\x6c\165\x72\141\x68\x61\156\x2e\151\x64\x5f\x6b\145\154\12\40\x20\40\x20\x4a\117\x49\116\x20\153\145\143\x61\x6d\x61\164\141\x6e\12\x20\x20\40\40\x4f\x4e\x20\x6b\145\154\165\162\141\150\x61\156\x2e\151\x64\x5f\153\x65\x63\x20\x3d\x20\153\x65\143\141\155\141\x74\x61\x6e\x2e\x69\144\x5f\x6b\145\x63\xa\x20\40\x20\40\x4a\x4f\x49\116\40\x6b\141\142\165\160\141\164\x65\156\xa\x20\40\x20\40\x4f\116\40\x6b\x65\143\141\x6d\141\164\x61\156\x2e\x69\x64\137\x6b\141\142\40\x3d\x20\153\x61\x62\165\160\x61\164\145\x6e\x2e\151\144\x5f\x6b\141\142\xa\40\40\x20\x20\127\x48\105\122\105\x20\153\145\154\x75\162\x61\150\141\x6e\56\151\144\x5f\x6b\x65\x6c\75\x27{$idkel}\47");
} else {
if ($type == 1) {
$query = mysql_query("\123\x45\x4c\105\103\124\40\x43\117\125\116\x54\x28\164\142\154\137\x74\x70\x73\x2e\151\x64\137\164\x70\163\51\x20\x61\x73\40\164\x70\x73\151\x6e\x70\165\x74\x20\106\122\x4f\x4d\x20\164\142\154\137\x74\160\163\12\x20\40\40\x20\x4a\117\111\116\x20\x6b\145\154\165\162\x61\150\141\x6e\12\40\40\40\40\117\116\x20\164\142\x6c\137\164\x70\163\56\151\144\x5f\x6b\x65\x6c\x20\x3d\40\153\x65\154\x75\162\141\x68\x61\156\x2e\151\x64\137\153\x65\x6c\12\40\x20\x20\40\x4a\x4f\x49\x4e\40\x6b\145\143\141\155\x61\x74\x61\156\12\40\40\x20\x20\117\116\x20\x6b\x65\154\x75\x72\x61\x68\x61\x6e\x2e\151\x64\x5f\x6b\145\x63\x20\x3d\x20\x6b\x65\143\x61\x6d\x61\x74\x61\x6e\56\x69\x64\x5f\153\x65\x63\xa\x20\x20\x20\x20\112\x4f\111\116\40\153\141\142\165\x70\141\x74\x65\156\xa\x20\40\x20\40\117\x4e\40\153\145\x63\x61\x6d\x61\x74\x61\156\56\x69\x64\x5f\153\141\x62\40\x3d\40\x6b\x61\142\165\x70\x61\x74\x65\x6e\x2e\x69\x64\x5f\153\x61\x62\x20\xa\40\40\x20\x20\x57\x48\x45\x52\105\40\153\145\x6c\165\162\x61\150\141\156\x2e\151\144\x5f\153\x65\x6c\x3d\47{$idkel}\x27\x20\101\116\104\40\164\142\x6c\137\x74\x70\163\x2e\x73\164\141\164\165\x73\137\x74\x70\163\x3d\x27\x31\x27");
} else {
if ($type == 2) {
$query = mysql_query("\123\x45\x4c\x45\x43\124\40\x43\x4f\125\116\124\x28\164\x62\x6c\137\164\160\163\x2e\x69\x64\137\x74\160\x73\x29\40\141\x73\x20\142\x6c\155\164\160\x73\151\x6e\x70\x75\x74\40\106\x52\x4f\x4d\40\x74\142\154\x5f\x74\160\163\12\40\40\40\x20\x4a\117\x49\x4e\x20\x6b\145\154\x75\x72\141\150\141\156\xa\40\40\40\x20\117\116\40\x74\142\154\137\164\160\163\56\x69\144\x5f\x6b\145\154\40\75\40\153\x65\154\165\x72\141\150\x61\156\56\x69\x64\x5f\x6b\145\154\xa\x20\x20\x20\40\112\117\111\116\x20\x6b\x65\x63\141\x6d\x61\164\x61\156\xa\40\x20\40\x20\117\x4e\40\x6b\145\x6c\x75\x72\x61\150\x61\x6e\56\x69\144\x5f\153\x65\x63\40\x3d\x20\x6b\145\x63\141\x6d\x61\x74\x61\156\56\x69\x64\x5f\153\x65\x63\xa\x20\x20\40\40\x4a\x4f\x49\116\40\x6b\x61\x62\165\x70\141\x74\145\156\xa\40\40\40\40\x4f\x4e\40\x6b\145\143\141\155\141\x74\141\x6e\56\x69\x64\x5f\x6b\x61\x62\x20\x3d\x20\x6b\141\x62\x75\160\141\x74\145\x6e\56\x69\x64\x5f\153\141\142\x20\xa\x20\x20\40\40\x57\x48\105\x52\x45\40\153\x65\154\x75\162\x61\150\x61\x6e\56\x69\144\137\153\145\x6c\75\47{$idkel}\x27\x20\x41\116\x44\x20\164\142\x6c\137\164\x70\x73\x2e\163\164\141\164\165\x73\137\x74\160\x73\75\x27\60\x27");
} else {
if ($type == 3) {
$query = mysql_query("\x53\x45\114\x45\x43\x54\40\x43\x4f\x55\x4e\x54\50\x74\x62\154\x5f\x74\160\163\x2e\x69\x64\x5f\164\x70\x73\51\40\x61\163\x20\x73\x65\x6d\165\141\164\x70\163\40\x46\x52\x4f\115\40\164\142\x6c\x5f\164\160\163\xa\40\40\x20\40\x4a\117\x49\x4e\40\153\x65\x6c\x75\162\x61\150\x61\x6e\12\x20\40\x20\x20\117\116\40\164\142\154\137\x74\160\x73\x2e\x69\144\137\153\145\x6c\x20\x3d\40\x6b\145\154\x75\162\x61\x68\141\x6e\x2e\x69\144\137\153\145\154\xa\40\x20\40\x20\x4a\x4f\x49\116\40\x6b\145\x63\141\x6d\x61\x74\141\x6e\xa\40\x20\40\40\117\116\40\x6b\145\x6c\x75\x72\141\150\141\x6e\56\151\x64\x5f\x6b\x65\143\x20\75\40\x6b\145\x63\x61\155\141\164\141\156\x2e\x69\144\137\x6b\x65\143\12\40\x20\x20\x20\x4a\117\x49\116\x20\x6b\x61\142\x75\x70\141\164\x65\x6e\xa\x20\40\40\40\117\116\x20\153\145\143\x61\x6d\141\x74\x61\x6e\x2e\x69\144\x5f\x6b\141\x62\40\x3d\40\x6b\x61\x62\x75\x70\x61\164\x65\156\x2e\151\144\x5f\153\141\142\12\40\x20\x20\x20\127\110\105\122\105\40\x6b\x65\x6c\165\x72\x61\x68\141\x6e\56\x69\144\137\x6b\145\x6c\75\47{$idkel}\47");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto fQm1A;
JlZ8w:
function getTpsProv($type)
{
if ($type == 0) {
$query = mysql_query("\123\x45\114\x45\103\x54\x20\123\125\x4d\x28\x74\142\154\x5f\164\x70\x73\56\155\x61\170\x5f\x74\160\x73\x29\x20\141\163\x20\x6d\x61\x78\x5f\164\x70\163\x20\106\122\x4f\x4d\x20\164\142\154\x5f\164\160\163\12\x20\40\x20\x20\112\117\111\116\40\x6b\145\154\165\x72\x61\x68\x61\x6e\xa\x20\40\40\x20\117\x4e\x20\x74\142\x6c\137\164\160\x73\56\x69\x64\x5f\x6b\x65\x6c\x20\x3d\40\x6b\x65\154\x75\162\141\x68\x61\156\x2e\151\144\137\153\x65\154\xa\x20\40\40\40\112\x4f\x49\x4e\40\153\x65\143\141\x6d\x61\x74\x61\156\xa\40\40\x20\40\x4f\x4e\x20\153\145\x6c\x75\x72\x61\x68\x61\x6e\x2e\x69\x64\137\153\145\x63\40\75\40\153\x65\143\141\155\141\x74\141\156\x2e\151\x64\137\153\x65\x63\xa\40\40\40\40\x4a\117\111\116\x20\x6b\x61\142\165\160\141\164\x65\156\12\40\x20\40\40\117\116\x20\153\x65\143\141\x6d\x61\x74\141\x6e\56\151\144\x5f\153\x61\x62\40\x3d\x20\153\x61\142\x75\160\x61\x74\145\x6e\56\151\144\x5f\153\141\142");
} else {
if ($type == 1) {
$query = mysql_query("\x53\x45\114\x45\103\x54\40\x43\117\x55\116\124\50\x74\x62\x6c\137\x74\x70\x73\x2e\151\144\x5f\164\x70\x73\51\40\x61\x73\x20\164\x70\163\151\156\160\165\164\x20\106\x52\117\115\40\x74\142\x6c\137\164\160\x73\xa\x20\40\40\40\x4a\x4f\111\x4e\40\x6b\x65\x6c\x75\x72\141\x68\x61\x6e\xa\40\40\x20\40\x4f\116\40\164\142\154\137\164\x70\x73\56\x69\144\x5f\x6b\x65\154\x20\x3d\x20\x6b\x65\x6c\165\x72\x61\150\x61\156\56\x69\144\x5f\x6b\x65\154\12\x20\x20\40\x20\112\x4f\x49\x4e\40\153\145\143\x61\x6d\141\x74\x61\156\12\x20\40\x20\40\x4f\116\x20\153\145\x6c\x75\x72\x61\x68\141\156\x2e\x69\x64\x5f\x6b\x65\x63\x20\x3d\x20\x6b\x65\143\141\155\x61\x74\141\x6e\56\x69\144\x5f\x6b\x65\143\12\x20\40\40\x20\112\x4f\x49\116\40\x6b\x61\x62\x75\x70\x61\164\x65\x6e\xa\x20\x20\40\x20\x4f\116\40\153\x65\143\x61\x6d\141\x74\141\156\x2e\151\144\137\153\x61\x62\x20\x3d\40\153\x61\142\x75\x70\141\x74\145\156\56\151\x64\x5f\153\141\142\40\127\x48\x45\122\x45\x20\x74\x62\x6c\x5f\164\160\163\x2e\x73\x74\141\164\x75\163\x5f\x74\160\163\75\47\x31\x27");
} else {
if ($type == 2) {
$query = mysql_query("\123\x45\114\x45\x43\124\40\103\x4f\x55\x4e\x54\50\x74\142\154\137\164\x70\x73\56\151\x64\x5f\164\160\163\x29\40\x61\163\x20\142\154\155\x74\160\x73\151\156\160\165\164\x20\x46\122\x4f\x4d\x20\x74\142\154\x5f\164\160\x73\xa\40\40\x20\40\x4a\117\x49\116\40\x6b\145\x6c\x75\x72\141\150\x61\x6e\xa\40\40\x20\x20\117\116\40\164\142\154\137\164\x70\x73\56\x69\x64\x5f\153\x65\x6c\x20\x3d\x20\153\145\154\165\162\141\x68\x61\x6e\x2e\151\x64\137\153\145\154\xa\x20\x20\x20\x20\112\x4f\x49\x4e\40\153\x65\143\x61\x6d\x61\x74\x61\156\12\x20\x20\x20\x20\117\116\x20\153\145\x6c\x75\162\141\150\x61\x6e\56\151\x64\x5f\153\x65\143\40\x3d\40\x6b\145\x63\x61\x6d\141\x74\x61\156\x2e\x69\144\137\x6b\x65\143\xa\40\x20\40\x20\x4a\x4f\111\116\x20\153\x61\142\x75\160\141\164\x65\x6e\xa\40\x20\x20\40\117\x4e\x20\153\x65\143\141\x6d\141\x74\141\156\x2e\151\x64\137\x6b\x61\x62\40\75\40\153\141\x62\x75\x70\x61\164\145\156\56\151\x64\x5f\153\141\142\x20\127\110\105\x52\x45\x20\164\x62\x6c\137\x74\160\x73\56\163\164\x61\164\x75\x73\x5f\164\x70\x73\75\47\x30\x27");
} else {
if ($type == 3) {
$query = mysql_query("\x53\105\114\x45\x43\x54\x20\103\117\x55\116\124\50\x74\142\154\x5f\x74\x70\163\56\x69\x64\137\164\x70\163\51\x20\141\x73\x20\163\145\155\x75\x61\164\160\163\40\106\122\117\115\40\x74\142\x6c\137\164\160\163\xa\x20\40\40\40\112\117\111\x4e\x20\153\145\x6c\165\162\141\x68\x61\156\12\40\x20\x20\x20\117\x4e\x20\164\x62\x6c\137\x74\x70\163\x2e\151\144\137\x6b\145\x6c\x20\75\x20\153\x65\154\165\x72\141\x68\141\x6e\x2e\x69\144\x5f\153\145\x6c\xa\40\40\40\x20\112\117\x49\x4e\40\153\x65\x63\141\x6d\141\x74\x61\156\xa\40\40\40\x20\x4f\116\x20\x6b\145\x6c\165\162\x61\150\x61\156\56\x69\x64\137\153\x65\x63\x20\75\x20\x6b\x65\x63\141\x6d\x61\164\141\156\56\151\x64\137\153\145\x63\xa\40\x20\x20\x20\112\x4f\x49\x4e\x20\153\x61\x62\x75\x70\141\x74\x65\x6e\xa\x20\x20\x20\40\x4f\x4e\x20\153\x65\x63\x61\x6d\141\164\x61\x6e\x2e\151\144\x5f\x6b\x61\142\x20\75\x20\x6b\x61\142\x75\160\x61\x74\145\x6e\x2e\151\x64\137\x6b\141\142");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto t3NYq;
EhDnI:
function getSaksiFlter($type, $idwil)
{
if ($type == 0) {
$query = "\123\x45\114\x45\x43\124\40\52\x20\106\122\117\115\x20\164\x62\154\x5f\x73\141\x6b\163\x69\12\x20\x20\x20\40\x20\x20\112\x4f\111\x4e\x20\164\142\154\137\164\x70\x73\xa\x20\x20\40\40\40\x20\x4f\x4e\40\164\x62\x6c\137\163\141\x6b\x73\x69\56\151\x64\x5f\x74\160\x73\40\75\x20\164\x62\x6c\137\x74\160\163\56\151\x64\137\x74\x70\163\12\x20\x20\x20\x20\40\40\x4a\x4f\x49\x4e\x20\153\x65\154\x75\x72\x61\x68\141\x6e\xa\x20\x20\40\x20\x20\40\117\116\40\x74\142\x6c\137\x74\160\x73\56\151\144\x5f\x6b\145\x6c\x20\x3d\40\153\145\154\x75\x72\141\150\x61\156\56\x69\x64\137\x6b\145\154\xa\x20\x20\x20\40\40\x20\112\117\111\x4e\x20\153\x65\143\x61\155\141\164\141\x6e\12\x20\40\40\x20\40\40\117\116\40\x6b\145\154\165\162\x61\x68\141\x6e\56\x69\144\137\x6b\145\143\x20\75\x20\x6b\145\143\x61\155\141\164\141\x6e\x2e\151\x64\137\153\x65\143\12\x20\x20\x20\x20\x20\x20\112\117\111\x4e\x20\153\141\142\165\x70\x61\x74\145\156\xa\40\x20\x20\40\x20\x20\x4f\x4e\40\x6b\145\x63\141\155\x61\x74\x61\156\x2e\x69\144\137\x6b\x61\x62\40\x3d\40\153\x61\142\165\160\x61\x74\x65\156\56\151\x64\137\x6b\141\x62\40\x4f\122\104\x45\122\x20\x42\131\40\153\x65\x6c\x75\x72\141\x68\141\x6e\56\156\x61\x6d\x61";
} elseif ($type == 1) {
$query = "\x53\x45\x4c\105\103\124\40\x2a\40\106\122\x4f\x4d\40\164\142\x6c\137\163\x61\153\x73\151\xa\x20\40\x20\40\x20\40\x4a\x4f\111\116\40\x74\x62\154\x5f\x74\160\163\12\x20\40\40\x20\40\40\x4f\x4e\40\x74\142\154\x5f\163\x61\153\163\x69\56\x69\144\x5f\x74\160\x73\x20\x3d\40\x74\x62\x6c\x5f\164\x70\163\x2e\151\x64\137\x74\160\x73\x20\12\40\x20\40\x20\40\40\x4a\x4f\111\116\40\x6b\145\x6c\165\x72\x61\x68\141\x6e\xa\40\40\x20\40\40\40\117\x4e\40\x74\x62\x6c\x5f\164\160\163\x2e\x69\x64\137\x6b\x65\x6c\40\x3d\x20\153\x65\154\165\162\141\150\x61\156\x2e\151\144\x5f\153\145\x6c\12\40\x20\x20\40\x20\40\112\x4f\x49\116\40\x6b\145\x63\141\x6d\x61\164\141\156\xa\40\x20\x20\x20\x20\40\x4f\x4e\40\153\x65\154\x75\162\141\x68\x61\156\56\151\x64\x5f\x6b\145\x63\40\75\40\x6b\145\x63\x61\155\141\x74\x61\156\56\151\x64\x5f\153\145\x63\xa\x20\40\40\x20\40\x20\x4a\117\x49\116\x20\x6b\141\x62\x75\x70\141\164\145\156\xa\x20\40\x20\x20\x20\40\117\116\x20\153\145\x63\x61\155\141\x74\141\156\56\x69\144\137\x6b\141\x62\40\x3d\x20\153\141\142\x75\160\141\x74\x65\x6e\56\x69\144\x5f\x6b\141\x62\xa\40\40\x20\40\40\x20\127\110\x45\122\x45\x20\x70\x72\157\x76\x69\x6e\163\x69\x2e\151\144\137\160\x72\157\166\40\x3d\40\47{$idwil}\x27\12\x20\x20\40\x20\40\40\117\122\x44\105\122\x20\x42\131\x20\153\x65\x6c\165\x72\x61\x68\141\156\56\156\x61\x6d\141";
} elseif ($type == 2) {
$query = "\x53\105\114\105\103\x54\40\x2a\x20\106\x52\x4f\x4d\40\164\142\154\x5f\163\141\153\x73\x69\12\40\x20\x20\40\x20\x4a\x4f\111\x4e\40\164\142\154\x5f\164\160\x73\12\40\x20\40\x20\x20\117\116\40\x74\142\154\x5f\163\141\153\163\151\56\x69\x64\x5f\x74\x70\163\40\75\x20\x74\142\x6c\137\164\x70\x73\56\151\144\137\164\x70\163\xa\40\40\x20\x20\x20\112\x4f\x49\116\40\x6b\x65\154\x75\x72\141\150\x61\156\12\40\40\x20\40\x20\x4f\116\x20\x74\142\x6c\137\164\160\x73\56\151\144\137\x6b\x65\154\40\x3d\40\x6b\145\x6c\165\x72\141\150\141\x6e\56\x69\144\x5f\x6b\x65\x6c\xa\40\x20\x20\x20\40\x4a\x4f\x49\x4e\40\x6b\145\143\x61\x6d\x61\164\141\156\xa\x20\x20\40\40\x20\x4f\116\x20\x6b\145\x6c\x75\x72\x61\150\x61\156\56\151\x64\x5f\153\x65\x63\40\75\40\153\145\143\x61\x6d\141\x74\141\x6e\56\x69\144\x5f\153\x65\143\xa\40\x20\x20\40\x20\x4a\x4f\111\x4e\40\153\x61\142\165\160\141\164\145\x6e\xa\x20\40\40\40\40\117\116\40\x6b\x65\143\141\x6d\141\x74\141\x6e\x2e\151\144\x5f\x6b\x61\x62\40\x3d\40\153\141\x62\x75\160\x61\x74\x65\156\x2e\151\144\x5f\153\x61\x62\xa\x20\40\40\40\x20\127\110\x45\x52\x45\x20\153\141\x62\165\160\x61\164\x65\156\x2e\151\144\137\x6b\x61\x62\x20\75\x20\47{$idwil}\47\xa\40\40\x20\x20\x20\x4f\x52\x44\105\122\40\x42\x59\x20\x6b\145\x6c\165\x72\x61\150\141\x6e\56\156\141\x6d\141";
} elseif ($type == 3) {
$query = "\123\105\114\105\103\x54\40\x2a\x20\106\x52\117\x4d\x20\x74\x62\154\137\163\141\x6b\163\151\xa\x20\40\x20\40\x20\40\112\117\x49\116\40\x74\142\x6c\x5f\x74\160\163\xa\40\40\40\x20\x20\40\117\x4e\x20\164\142\x6c\x5f\163\141\x6b\x73\x69\x2e\151\144\x5f\164\x70\x73\x20\75\x20\x74\142\x6c\x5f\164\160\163\x2e\x69\144\x5f\164\160\x73\40\xa\x20\40\40\40\40\x20\112\117\x49\x4e\x20\x6b\145\x6c\165\162\x61\x68\x61\x6e\xa\x20\x20\40\40\40\40\117\x4e\40\164\142\154\137\164\160\x73\56\151\144\137\153\x65\x6c\40\x3d\x20\x6b\145\x6c\165\x72\x61\x68\x61\156\x2e\x69\x64\137\x6b\x65\154\12\x20\x20\x20\40\40\x20\112\x4f\x49\116\40\x6b\x65\143\x61\x6d\x61\x74\x61\156\12\x20\x20\40\40\40\x20\x4f\116\40\x6b\x65\x6c\165\x72\x61\x68\141\x6e\x2e\x69\x64\x5f\153\145\143\40\75\40\x6b\145\143\x61\x6d\141\164\141\x6e\x2e\151\144\137\153\145\143\12\x20\40\40\40\40\40\112\x4f\x49\116\40\x6b\141\x62\165\x70\141\164\145\156\12\40\x20\x20\40\x20\40\x4f\x4e\40\x6b\145\x63\x61\x6d\141\x74\x61\x6e\x2e\151\144\x5f\x6b\x61\142\40\x3d\x20\x6b\x61\142\165\x70\x61\x74\145\156\x2e\151\x64\x5f\x6b\141\142\xa\40\40\40\40\40\x20\x57\110\105\x52\x45\40\x6b\145\143\141\x6d\141\164\141\x6e\56\x69\144\x5f\x6b\145\143\40\x3d\x20\47{$idwil}\x27\xa\40\40\40\40\x20\x20\117\x52\104\x45\x52\x20\x42\131\40\153\x65\154\x75\162\x61\150\141\156\56\x6e\141\155\141";
} elseif ($type == 4) {
$query = "\123\x45\114\x45\x43\x54\x20\52\x20\106\122\x4f\115\x20\x74\142\x6c\137\x73\141\x6b\x73\x69\12\40\x20\40\x20\x20\40\112\117\111\116\x20\x74\x62\x6c\x5f\x74\160\x73\xa\x20\x20\40\40\40\40\x4f\x4e\x20\164\x62\154\x5f\x73\141\153\x73\151\56\x69\144\x5f\164\x70\x73\40\75\40\164\142\154\137\164\160\x73\x2e\x69\x64\137\x74\160\163\x20\xa\x20\40\x20\40\40\40\112\x4f\x49\116\40\x6b\x65\x6c\165\162\141\x68\141\x6e\xa\x20\40\x20\40\x20\40\117\116\40\x74\142\x6c\x5f\x74\x70\x73\x2e\151\x64\x5f\153\x65\154\x20\x3d\40\153\x65\154\x75\x72\141\150\141\x6e\x2e\151\144\137\153\145\x6c\xa\40\x20\40\40\x20\40\112\117\x49\x4e\40\153\x65\x63\141\155\141\x74\x61\x6e\12\x20\40\40\40\40\x20\x4f\x4e\x20\153\x65\154\x75\x72\141\150\141\x6e\x2e\x69\144\137\x6b\145\x63\40\75\x20\153\x65\143\141\155\141\x74\x61\156\x2e\x69\x64\137\x6b\x65\x63\12\40\40\40\x20\40\40\x4a\117\x49\x4e\x20\x6b\141\142\165\160\x61\164\145\156\12\40\x20\40\x20\40\x20\117\x4e\x20\153\x65\x63\x61\x6d\141\x74\141\x6e\x2e\151\x64\137\x6b\x61\x62\x20\75\40\153\x61\x62\165\x70\141\x74\x65\156\56\x69\144\x5f\153\x61\142\xa\40\40\x20\40\40\40\127\x48\105\x52\x45\40\153\145\154\x75\x72\141\150\141\x6e\x2e\x69\x64\137\153\x65\154\x20\75\40\x27{$idwil}\47\12\40\x20\40\x20\40\40\x4f\122\x44\105\x52\x20\x42\131\40\153\x65\x6c\165\162\141\150\x61\156\x2e\156\x61\x6d\141";
} elseif ($type == 5) {
$query = "\x53\105\x4c\105\103\x54\40\52\40\x46\122\117\115\x20\164\142\154\x5f\163\x61\x6b\x73\x69\12\x20\40\x20\40\x20\40\x4a\117\111\x4e\40\164\142\x6c\137\164\x70\x73\12\x20\x20\40\x20\x20\40\x4f\116\x20\x74\x62\x6c\137\x73\x61\x6b\163\151\56\151\144\137\x74\x70\x73\40\x3d\40\x74\x62\x6c\x5f\164\160\163\x2e\x69\144\x5f\x74\160\163\40\xa\x20\40\x20\40\x20\x20\112\x4f\111\x4e\x20\x6b\x65\154\x75\162\141\x68\141\156\xa\x20\40\40\x20\40\40\x4f\116\x20\164\142\154\x5f\x74\160\x73\56\x69\x64\x5f\x6b\145\154\40\x3d\40\x6b\x65\x6c\165\162\141\150\x61\156\56\x69\144\137\153\145\154\xa\40\40\40\x20\x20\x20\x4a\117\111\116\x20\153\x65\143\x61\155\x61\164\x61\156\12\x20\40\x20\40\x20\x20\x4f\x4e\40\153\x65\x6c\x75\x72\x61\150\141\156\x2e\151\144\x5f\x6b\145\x63\x20\75\x20\153\x65\x63\x61\155\141\164\141\x6e\x2e\x69\144\137\x6b\145\x63\12\40\40\40\x20\x20\40\x4a\117\111\x4e\40\x6b\x61\x62\165\160\141\x74\145\156\12\40\x20\x20\x20\40\x20\x4f\x4e\x20\x6b\x65\x63\x61\155\141\x74\x61\156\56\151\144\137\153\x61\142\40\x3d\x20\x6b\141\142\x75\160\x61\x74\145\x6e\56\151\144\137\x6b\141\x62\12\40\x20\40\40\x20\40\127\x48\105\122\x45\x20\164\x62\x6c\137\164\x70\163\56\151\x64\137\164\x70\x73\x20\x3d\40\47{$idwil}\47\12\x20\40\x20\x20\40\40\x4f\122\104\105\x52\x20\x42\131\x20\x6b\145\x6c\165\x72\141\150\x61\156\x2e\156\x61\x6d\141";
}
$data = mysql_query($query);
return $data;
}
goto CsTBz;
vRMZa:
function getTpskab($type, $idkab)
{
if ($type == 0) {
$query = mysql_query("\x53\x45\x4c\105\x43\x54\x20\123\125\x4d\50\x74\142\154\137\x74\160\163\56\155\x61\170\137\164\160\163\51\x20\141\x73\x20\155\141\x78\x5f\x74\160\x73\x20\106\x52\117\x4d\x20\x74\x62\x6c\x5f\x74\160\163\xa\x20\40\40\x20\x4a\117\x49\x4e\40\x6b\x65\x6c\x75\x72\x61\150\x61\156\xa\40\40\x20\x20\117\116\40\x74\x62\154\x5f\164\x70\163\x2e\151\144\137\x6b\145\x6c\40\75\40\x6b\x65\154\165\162\141\x68\141\x6e\x2e\151\144\137\153\145\x6c\12\x20\x20\x20\40\112\x4f\111\x4e\x20\x6b\x65\143\141\155\141\x74\141\x6e\xa\x20\x20\40\40\117\x4e\40\153\145\x6c\x75\x72\141\x68\141\156\x2e\151\x64\x5f\x6b\145\143\x20\x3d\x20\153\x65\143\141\155\x61\x74\141\156\56\x69\x64\x5f\x6b\145\x63\12\40\x20\40\40\x4a\x4f\x49\x4e\40\153\x61\142\165\x70\141\x74\145\156\xa\x20\40\x20\40\x4f\x4e\x20\x6b\145\143\x61\x6d\x61\x74\141\x6e\x2e\x69\144\137\x6b\x61\142\40\x3d\x20\x6b\x61\x62\x75\x70\x61\x74\x65\156\56\x69\144\137\153\x61\142\xa\40\x20\40\40\x57\110\105\122\105\x20\153\141\142\x75\160\x61\164\x65\x6e\56\x69\144\137\x6b\x61\x62\x3d\x27{$idkab}\47");
} else {
if ($type == 1) {
$query = mysql_query("\x53\105\x4c\105\103\124\x20\x43\117\x55\x4e\124\50\x74\142\154\x5f\x74\x70\x73\56\151\x64\137\x74\x70\x73\51\x20\x61\x73\40\164\160\x73\151\156\x70\x75\164\x20\106\122\117\115\40\x74\x62\154\x5f\x74\x70\x73\12\x20\40\x20\x20\112\117\x49\116\x20\x6b\x65\154\x75\162\x61\x68\x61\156\xa\x20\x20\x20\40\x4f\x4e\40\164\142\x6c\137\164\x70\x73\56\151\144\x5f\153\x65\x6c\x20\x3d\x20\x6b\145\154\165\x72\141\x68\141\156\x2e\x69\x64\137\x6b\145\154\xa\x20\40\x20\x20\x4a\x4f\x49\x4e\40\x6b\145\x63\x61\155\141\164\x61\x6e\xa\40\40\x20\40\x4f\116\x20\x6b\x65\154\x75\x72\141\150\x61\156\56\x69\144\137\153\x65\x63\40\x3d\40\153\x65\x63\141\x6d\141\x74\x61\x6e\56\x69\144\x5f\x6b\145\x63\xa\x20\x20\x20\40\x4a\117\111\116\x20\153\141\142\x75\x70\141\164\145\156\12\x20\40\x20\x20\x4f\x4e\40\153\x65\x63\141\x6d\141\x74\141\156\56\151\x64\x5f\153\x61\x62\40\x3d\x20\153\x61\x62\165\x70\141\x74\x65\x6e\x2e\151\144\137\x6b\x61\x62\x20\xa\x20\x20\40\40\127\110\105\122\x45\40\153\x61\142\x75\x70\x61\x74\145\x6e\x2e\151\x64\137\153\x61\142\75\47{$idkab}\47\x20\101\x4e\104\40\164\x62\x6c\x5f\164\160\x73\x2e\163\164\141\x74\165\x73\137\164\160\x73\75\47\x31\47");
} else {
if ($type == 2) {
$query = mysql_query("\123\105\x4c\105\x43\x54\x20\103\x4f\125\x4e\124\x28\164\142\x6c\137\x74\160\x73\56\151\144\x5f\x74\x70\x73\51\40\141\x73\40\142\x6c\x6d\x74\x70\x73\151\156\160\x75\x74\x20\x46\x52\117\x4d\40\164\142\154\137\x74\x70\x73\xa\40\40\40\x20\112\117\111\116\40\x6b\x65\x6c\165\162\x61\x68\141\x6e\12\x20\x20\x20\40\x4f\116\x20\164\x62\x6c\x5f\x74\160\x73\x2e\x69\144\137\x6b\145\154\40\75\40\x6b\145\154\x75\162\x61\x68\141\x6e\56\x69\x64\137\x6b\x65\154\12\40\x20\x20\40\x4a\117\x49\116\40\153\145\143\x61\x6d\141\x74\141\156\12\x20\x20\x20\40\x4f\116\x20\x6b\145\x6c\x75\x72\x61\x68\141\x6e\56\151\x64\x5f\153\145\143\40\x3d\x20\x6b\x65\x63\141\155\141\164\141\x6e\x2e\151\144\137\153\x65\143\12\x20\x20\x20\x20\112\x4f\111\116\40\x6b\x61\x62\x75\x70\x61\x74\145\156\xa\40\x20\x20\40\x4f\116\x20\153\x65\143\141\155\141\x74\141\156\56\151\x64\x5f\x6b\141\142\40\x3d\x20\153\141\142\x75\160\x61\164\x65\156\x2e\151\144\137\x6b\141\x62\x20\xa\40\40\40\40\127\110\x45\x52\105\x20\153\x61\x62\x75\160\x61\x74\145\156\x2e\151\144\137\153\x61\142\x3d\x27{$idkab}\x27\40\x41\x4e\104\x20\164\142\154\x5f\x74\160\163\56\163\164\x61\164\165\163\x5f\x74\160\163\75\x27\60\x27");
} else {
if ($type == 3) {
$query = mysql_query("\x53\x45\114\x45\x43\124\x20\x43\x4f\125\116\124\x28\x74\x62\154\x5f\x74\x70\163\x2e\x69\x64\137\x74\x70\163\51\x20\141\163\40\x73\145\155\165\141\x74\x70\x73\40\106\x52\117\x4d\x20\x74\x62\x6c\x5f\x74\160\x73\xa\40\x20\40\x20\x4a\x4f\111\116\40\x6b\x65\x6c\165\162\x61\x68\x61\x6e\12\x20\40\40\x20\x4f\116\x20\x74\x62\154\137\x74\160\x73\x2e\151\x64\137\x6b\x65\x6c\40\x3d\40\x6b\x65\x6c\x75\x72\141\x68\141\156\x2e\151\x64\x5f\x6b\x65\154\12\x20\40\40\x20\x4a\x4f\111\x4e\x20\153\x65\143\141\x6d\141\164\x61\156\xa\40\x20\40\40\x4f\116\x20\x6b\145\154\165\x72\x61\x68\141\156\x2e\151\x64\x5f\x6b\x65\x63\40\75\40\153\x65\143\141\155\x61\164\x61\156\x2e\151\144\137\153\145\x63\12\40\x20\x20\x20\x4a\x4f\x49\116\x20\153\x61\x62\x75\160\x61\x74\145\x6e\xa\40\40\x20\x20\x4f\x4e\x20\x6b\x65\x63\x61\155\x61\x74\141\x6e\56\151\144\x5f\x6b\141\142\40\75\x20\x6b\x61\x62\165\x70\141\x74\145\x6e\56\x69\x64\137\153\141\x62\12\40\40\40\x20\127\110\105\x52\x45\x20\153\x61\x62\165\x70\141\x74\145\x6e\56\x69\x64\x5f\x6b\141\x62\x3d\47{$idkab}\x27");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto gZ_04;
gZ_04:
function getSuaraKab($type, $idkab, $idpaslon)
{
if ($type == 0) {
$query = "\123\105\114\105\x43\x54\40\x53\125\x4d\x28\x74\x62\x6c\x5f\150\141\163\x69\x6c\x5f\163\x75\x61\162\x61\56\150\x73\x6c\x5f\163\x75\x61\x72\x61\x29\40\x61\163\40\x6e\x69\x6c\x61\x69\x6b\x61\x62\x20\x20\x46\122\117\115\x20\164\142\x6c\137\x68\x61\x73\151\x6c\x5f\x73\x75\141\162\141\12\40\x20\x20\40\40\40\x4a\117\111\x4e\40\164\142\154\x5f\164\160\x73\12\40\x20\x20\x20\x20\40\117\x4e\x20\x74\142\154\137\x68\x61\163\151\x6c\137\163\x75\x61\x72\x61\56\x69\144\137\x74\x70\163\40\75\x20\164\x62\154\137\164\160\x73\56\151\x64\137\x74\x70\x73\xa\40\40\40\x20\x20\x20\112\x4f\x49\x4e\40\153\145\154\x75\x72\141\150\x61\x6e\12\40\40\40\40\40\40\117\x4e\x20\164\142\x6c\x5f\164\x70\x73\x2e\x69\x64\x5f\x6b\x65\154\x20\x3d\40\x6b\x65\x6c\165\x72\x61\x68\141\x6e\56\x69\x64\137\x6b\x65\154\xa\x20\40\x20\x20\40\x20\x4a\x4f\x49\x4e\x20\x6b\145\143\x61\155\141\164\141\156\xa\40\x20\x20\x20\40\x20\117\x4e\x20\x6b\145\154\x75\x72\x61\150\x61\x6e\x2e\151\144\x5f\153\x65\x63\x20\x3d\40\x6b\x65\143\141\x6d\141\x74\x61\x6e\x2e\x69\144\x5f\153\145\x63\xa\x20\x20\x20\40\x20\x20\x4a\x4f\x49\x4e\x20\x6b\x61\x62\x75\x70\x61\164\145\x6e\xa\x20\40\40\x20\40\x20\x4f\116\40\x6b\x65\143\x61\155\x61\164\141\x6e\56\x69\x64\x5f\153\x61\142\x20\75\40\153\141\142\165\160\141\x74\145\156\56\x69\144\x5f\x6b\x61\142\xa\x20\40\x20\40\40\x20\x57\x48\105\x52\105\x20\x6b\x61\142\x75\x70\141\164\145\x6e\56\151\x64\137\x6b\x61\142\x3d\47{$idkab}\47";
} else {
if ($type == 1) {
$query = "\123\x45\114\x45\103\x54\x20\x53\125\115\50\x74\x62\154\137\x68\x61\x73\151\154\137\163\x75\x61\x72\x61\56\x68\x73\x6c\x5f\163\165\141\162\x61\51\x20\141\x73\40\x6e\151\154\141\151\x6b\x61\x62\x70\141\x73\154\x6f\x6e\x20\40\106\122\117\115\x20\x74\x62\x6c\x5f\x68\x61\163\151\x6c\x5f\163\x75\x61\x72\141\12\40\x20\40\40\x20\x20\x4a\117\111\116\40\x74\x62\x6c\137\164\160\163\xa\x20\40\x20\40\x20\x20\117\116\x20\164\142\154\x5f\x68\141\163\x69\x6c\x5f\163\165\x61\x72\141\56\151\144\137\x74\x70\163\40\x3d\40\x74\x62\x6c\137\164\160\x73\x2e\151\x64\137\x74\x70\x73\xa\40\x20\x20\x20\40\x20\x4a\x4f\x49\x4e\x20\153\x65\x6c\x75\x72\x61\x68\141\x6e\12\x20\40\x20\40\x20\40\x4f\116\x20\x74\x62\154\x5f\x74\160\163\x2e\x69\x64\137\153\145\154\x20\x3d\40\x6b\x65\x6c\x75\x72\141\150\x61\156\56\x69\x64\137\153\x65\154\xa\40\x20\40\40\x20\40\x4a\x4f\x49\116\x20\153\x65\143\x61\155\x61\x74\141\x6e\12\x20\40\x20\40\40\x20\117\116\x20\153\145\x6c\x75\x72\x61\x68\x61\156\x2e\x69\144\137\153\145\x63\x20\75\x20\153\145\x63\141\x6d\141\164\141\x6e\56\151\x64\x5f\153\145\143\12\40\40\x20\40\x20\x20\112\x4f\111\116\40\153\141\x62\165\x70\x61\x74\145\x6e\xa\x20\40\x20\40\40\x20\x4f\x4e\x20\153\145\143\x61\x6d\141\164\x61\x6e\x2e\151\x64\137\x6b\141\x62\x20\x3d\x20\153\x61\x62\165\x70\141\164\x65\156\56\x69\x64\137\153\141\x62\12\x20\x20\40\x20\x20\40\112\117\111\x4e\40\164\142\154\137\160\x73\154\xa\40\x20\40\x20\40\x20\117\x4e\40\x74\142\x6c\137\x70\163\x6c\x2e\151\x64\137\160\163\154\40\75\x20\164\142\154\x5f\x68\x61\163\151\154\x5f\x73\x75\141\x72\x61\56\151\144\137\x70\163\154\xa\x20\x20\x20\40\40\40\x57\110\105\122\105\x20\x6b\141\142\x75\x70\x61\164\x65\x6e\56\151\144\137\x6b\141\x62\x3d\47{$idkab}\x27\x20\x41\x4e\104\x20\x74\x62\x6c\137\160\163\x6c\x2e\x69\144\137\x70\163\x6c\x20\75\x20\x27{$idpaslon}\x27";
} else {
if ($type == 2) {
$query = "\123\105\114\105\x43\x54\40\123\x55\x4d\x28\164\142\154\x5f\x68\x61\163\x69\x6c\x5f\x73\165\x61\x72\141\x2e\x68\x73\x6c\x5f\x73\165\x61\162\x61\x29\x20\141\163\40\156\151\x6c\141\x69\137\x74\x69\x64\x61\x6b\163\x61\x68\x20\x20\106\122\x4f\x4d\x20\164\x62\x6c\137\150\141\x73\x69\154\x5f\163\x75\141\x72\141\xa\x20\40\x20\x20\40\x20\x4a\x4f\x49\116\x20\164\x62\154\137\164\x70\163\xa\x20\40\40\40\40\x20\117\x4e\40\164\142\154\x5f\150\141\163\x69\x6c\x5f\x73\x75\141\162\x61\x2e\x69\144\x5f\164\160\163\40\x3d\40\164\142\x6c\x5f\x74\x70\163\x2e\x69\x64\137\x74\x70\x73\12\40\x20\x20\x20\x20\40\x4a\117\x49\x4e\40\x6b\145\x6c\x75\x72\x61\150\141\x6e\12\40\x20\40\40\40\x20\117\x4e\x20\164\x62\x6c\137\164\160\163\x2e\151\144\137\153\145\154\x20\x3d\40\153\x65\154\165\x72\141\x68\x61\156\x2e\151\144\x5f\153\x65\154\xa\40\40\40\x20\40\x20\112\117\x49\x4e\40\x6b\x65\143\x61\155\x61\164\141\156\xa\40\40\x20\40\40\x20\x4f\116\40\153\x65\154\165\x72\141\150\x61\156\56\151\144\137\153\145\x63\40\x3d\40\153\x65\143\141\155\x61\164\x61\156\56\151\x64\137\153\x65\143\xa\x20\x20\x20\40\40\x20\x4a\117\x49\x4e\x20\x6b\x61\142\165\160\141\x74\145\156\12\x20\x20\x20\x20\x20\40\117\x4e\40\x6b\x65\x63\141\x6d\x61\x74\x61\x6e\x2e\151\144\x5f\153\141\142\40\x3d\40\153\141\x62\x75\160\x61\x74\x65\156\56\151\144\x5f\x6b\141\142\xa\x20\40\x20\40\40\40\x4a\117\x49\116\40\164\142\154\137\x70\163\154\12\40\x20\x20\x20\x20\x20\117\116\40\x74\142\x6c\137\x70\x73\x6c\56\151\144\137\x70\163\154\x20\x3d\40\x74\x62\154\137\150\x61\x73\151\154\137\x73\x75\141\162\x61\x2e\x69\x64\x5f\160\163\x6c\xa\40\x20\40\40\40\x20\x57\110\105\x52\105\x20\153\141\142\x75\160\x61\164\145\156\56\151\144\137\153\141\x62\75\x27{$idkab}\47\x20\x41\116\104\40\164\x62\x6c\137\x70\163\154\x2e\151\x73\x5f\x61\143\164\151\166\x65\x20\75\x27\x30\47";
} else {
if ($type == 3) {
$query = "\123\x45\114\105\x43\124\x20\x53\125\x4d\50\164\142\x6c\137\150\x61\x73\x69\154\137\x73\x75\141\x72\x61\x2e\150\163\x6c\137\x73\165\141\162\x61\x29\40\x61\x73\x20\156\151\x6c\x61\151\137\163\x61\150\x20\x20\106\122\117\x4d\40\x74\142\x6c\x5f\x68\x61\163\x69\154\x5f\x73\165\141\162\x61\xa\x20\x20\x20\x20\40\x20\x4a\x4f\x49\116\x20\x74\142\154\x5f\164\x70\163\xa\40\x20\40\40\40\x20\x4f\x4e\x20\x74\x62\x6c\137\150\x61\x73\151\154\137\163\165\141\162\x61\56\x69\144\137\164\x70\x73\40\x3d\40\164\x62\x6c\137\164\160\163\x2e\x69\x64\137\164\160\x73\12\x20\x20\x20\40\40\x20\112\x4f\x49\x4e\40\x6b\x65\x6c\x75\162\141\x68\141\156\12\40\40\40\40\x20\40\x4f\116\x20\164\142\154\x5f\164\x70\x73\x2e\x69\144\x5f\153\145\x6c\40\75\40\x6b\x65\x6c\x75\162\x61\150\141\x6e\56\x69\144\x5f\x6b\x65\x6c\xa\x20\x20\40\40\x20\x20\112\x4f\x49\x4e\40\x6b\x65\x63\141\155\x61\x74\x61\156\xa\40\x20\40\x20\x20\x20\117\116\x20\x6b\145\x6c\165\x72\141\150\141\x6e\x2e\151\x64\x5f\153\x65\x63\40\x3d\x20\153\x65\143\x61\155\x61\164\141\156\56\151\144\x5f\x6b\145\143\xa\x20\40\40\40\40\40\112\x4f\x49\x4e\x20\x6b\x61\142\x75\160\141\164\x65\x6e\12\x20\40\x20\40\40\x20\117\116\40\x6b\145\143\141\x6d\x61\164\x61\156\x2e\151\x64\x5f\x6b\x61\x62\40\x3d\40\x6b\x61\x62\165\160\141\164\145\x6e\56\x69\144\137\153\x61\142\12\x20\40\40\40\40\x20\x4a\x4f\111\116\40\164\x62\x6c\137\x70\x73\x6c\12\x20\x20\x20\x20\x20\40\117\116\40\x74\x62\154\x5f\160\163\154\x2e\151\x64\x5f\x70\x73\x6c\40\x3d\x20\164\x62\x6c\x5f\x68\141\x73\151\x6c\137\x73\x75\x61\162\x61\56\151\144\x5f\160\x73\154\xa\40\40\40\x20\x20\40\x57\110\x45\x52\x45\x20\153\x61\x62\x75\x70\x61\x74\x65\156\56\151\144\x5f\x6b\141\142\x3d\x27{$idkab}\47\x20\x41\116\104\40\164\x62\154\137\160\x73\154\56\151\x73\137\141\143\164\151\166\145\40\x3d\47\x31\47";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto NMOAr;
vcp5g:
function getPaslon()
{
$sql = mysql_query("\x53\x45\114\105\103\124\x20\x2a\40\106\122\x4f\x4d\40\164\x62\154\x5f\160\x73\154\x20\x77\x68\145\162\x65\x20\151\163\137\141\x63\164\x69\166\145\40\x3d\x20\x27\61\x27");
$data = mysql_num_rows($sql);
return $data;
}
goto CloXa;
PKX6Z:
function getKec($id, $field)
{
$sql = mysql_query("\123\x45\x4c\x45\x43\x54\40\x2a\x20\106\x52\117\115\40\x6b\x65\143\x61\x6d\x61\x74\x61\156\40\167\x68\x65\162\x65\x20\x69\144\137\153\145\x63\40\x3d\x20\47{$id}\x27");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto S3VVg;
xjocM:
function getKrd($id, $field)
{
$sql = mysql_query("\123\105\x4c\105\103\124\x20\52\x20\x46\x52\117\115\40\164\142\x6c\x5f\152\x6e\x5f\153\157\157\162\144\x69\x6e\141\x74\157\162\40\x77\x68\x65\162\x65\x20\x69\x64\137\152\163\137\153\157\157\x72\x64\151\x6e\141\x74\157\162\40\75\40\x27{$id}\x27");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto rfdws;
et39r:
$wrnatext = array("\164\x65\x78\164\x2d\160\x72\x69\155\x61\162\171", "\164\x65\x78\x74\55\x69\156\x66\157", "\x74\x65\x78\x74\55\x64\141\x6e\147\145\x72", "\164\x65\170\x74\55\x77\x61\162\156\x69\156\147", "\x74\x65\x78\x74\x2d\x73\165\143\x63\x65\163\163");
goto o8A8r;
FUsbK:
function epm_decode($enc)
{
$tr = substr($enc, 2, strlen($enc));
$str = base64_decode(base64_decode($tr));
$b = array("\x50\x6c\x7a", "\x4f\153\130", "\x49\152\x63", "\x55\150\126", "\x59\147\142", "\x54\x66\116", "\x52\144\132", "\105\163\x78", "\127\x61\103", "\121\155\166");
$a = array("\60", "\61", "\62", "\x33", "\64", "\65", "\x36", "\67", "\70", "\x39");
$id = str_replace($b, $a, $str);
if (!preg_match("\57\x5e\x5b\60\x2d\x39\135\53\x24\x2f", $id)) {
$id = 0;
}
return $id;
}
goto d9JDI;
FWhkI:
$bgcolor = array("\x62\x67\55\x64\162\141\x6b", "\x62\147\x2d\x69\x6e\x66\x6f", "\x62\x67\55\x70\x72\x69\155\x61\x72\171", "\142\x67\x2d\x77\x61\162\x6e\151\156\x67", "\x62\x67\x2d\x73\x75\143\x63\145\163\163");
goto v1tGt;
WNqKO:
$JalanPerusahaan = "\112\x6c\x2e\x20\56\56\56\x2e\x2e\x2e\56\56\x2e\x2e\54\56\56\x2e\x2e\x2e\x2e\x2e\x2e\56\56\x2e\56\x20\56\x2e\56\x2e\56\56\56\x2e\x42\x61\x6e\152\141\x72\155\x61\x73\151\156\40";
goto NA1v7;
VqDfq:
function getProv($id, $field)
{
$sql = mysql_query("\x53\x45\114\x45\x43\124\x20\x2a\x20\106\122\x4f\115\x20\x70\162\157\x76\x69\x6e\x73\151\40\x77\150\145\x72\145\40\151\x64\x5f\160\162\157\166\40\x3d\x20\x27{$id}\x27");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto IqfQh;
t3NYq:
function getSuaraProv($type, $idpaslon)
{
if ($type == 0) {
$query = "\x53\x45\114\105\103\x54\40\123\125\115\50\x74\142\x6c\137\150\141\163\x69\154\x5f\x73\x75\141\162\x61\x2e\x68\x73\154\137\x73\x75\141\162\141\51\x20\141\163\40\x6e\151\154\x61\151\x70\x72\x6f\x76\54\x20\164\142\x6c\x5f\160\163\154\x2e\x6e\x61\155\141\x5f\160\x73\154\x20\x41\x53\40\156\x61\155\141\x70\x61\163\54\x20\x74\142\154\x5f\x70\163\154\x2e\x6e\x6f\165\x72\x75\164\x5f\160\163\x6c\x20\x41\x53\40\x6e\157\165\x72\x75\x74\x20\106\122\x4f\x4d\x20\164\142\x6c\137\x68\x61\163\151\154\137\x73\x75\141\x72\141\12\x20\x20\x20\40\40\40\112\117\111\116\40\x74\x62\x6c\137\164\x70\x73\xa\40\x20\x20\40\40\x20\x4f\x4e\x20\164\142\x6c\137\150\x61\x73\151\x6c\137\163\165\x61\162\141\56\151\144\137\x74\x70\x73\40\75\40\x74\142\x6c\x5f\164\x70\163\x2e\151\144\x5f\164\x70\x73\12\40\40\x20\40\x20\40\x4a\117\x49\116\40\x6b\x65\x6c\x75\x72\x61\x68\x61\156\12\40\40\x20\40\40\x20\117\116\40\164\x62\x6c\x5f\x74\x70\163\x2e\x69\x64\x5f\x6b\x65\154\40\75\40\153\x65\154\165\x72\141\x68\141\156\56\x69\144\x5f\153\145\x6c\12\40\x20\40\x20\40\x20\x4a\117\x49\x4e\40\x6b\x65\x63\141\x6d\141\x74\x61\156\12\40\x20\x20\40\x20\x20\x4f\116\40\153\145\154\165\x72\x61\150\x61\x6e\x2e\x69\144\137\x6b\x65\143\40\x3d\40\153\145\x63\141\155\141\x74\141\x6e\56\151\x64\137\x6b\145\143\xa\40\40\x20\x20\x20\x20\112\117\x49\x4e\x20\153\x61\142\x75\160\141\x74\145\156\12\40\40\40\x20\x20\x20\117\116\40\x6b\x65\143\141\x6d\141\x74\141\x6e\56\x69\x64\137\x6b\x61\142\x20\x3d\40\x6b\x61\142\x75\160\x61\164\x65\156\x2e\151\x64\137\153\141\x62\xa\x20\40\40\x20\x20\40\x4a\x4f\111\116\x20\164\142\154\137\x70\163\154\xa\x20\40\40\40\40\x20\x4f\116\40\x74\142\154\137\x70\x73\x6c\x2e\151\x64\137\x70\x73\x6c\x20\75\40\164\142\154\x5f\x68\x61\163\151\154\137\163\x75\141\162\x61\56\151\144\x5f\160\163\x6c\x20\12\x20\40\x20\x20\40\40\x57\x48\x45\x52\105\40\x74\x62\x6c\137\160\163\x6c\56\151\144\x5f\160\x73\154\40\75\x20\47{$idpaslon}\x27";
} else {
if ($type == 1) {
if ($idpaslon == 0) {
$query = "\123\105\114\x45\x43\124\x20\x53\125\x4d\x28\x74\142\154\137\150\141\163\151\154\137\x73\x75\x61\162\x61\x2e\x68\163\154\137\x73\x75\x61\162\x61\51\x20\x61\x73\40\x6e\x69\154\141\151\160\x72\157\x76\x20\106\x52\117\115\40\x74\142\154\137\150\141\x73\151\154\137\163\165\x61\x72\x61\xa\40\x20\40\40\x20\40\112\117\x49\116\40\x74\x62\154\x5f\x74\160\163\12\40\40\40\x20\x20\40\x4f\x4e\40\x74\142\x6c\137\150\x61\x73\x69\154\x5f\x73\x75\141\162\x61\x2e\151\x64\x5f\x74\160\x73\40\x3d\x20\x74\x62\x6c\137\164\x70\x73\x2e\x69\144\137\164\160\163\xa\x20\x20\x20\x20\x20\40\112\117\111\116\x20\x6b\x65\154\165\162\x61\150\141\x6e\xa\x20\40\x20\40\40\40\117\x4e\x20\x74\x62\x6c\137\164\160\x73\56\151\x64\x5f\x6b\x65\x6c\40\75\40\153\x65\154\x75\x72\141\x68\141\156\x2e\151\x64\x5f\153\145\154\xa\40\x20\40\40\x20\x20\x4a\x4f\111\116\40\153\x65\143\x61\155\141\164\x61\x6e\xa\x20\40\40\40\40\40\117\x4e\40\153\145\154\165\162\x61\x68\x61\x6e\56\151\144\x5f\x6b\145\143\x20\x3d\x20\153\x65\143\x61\x6d\141\x74\x61\x6e\56\x69\x64\x5f\153\x65\143\xa\40\40\40\x20\40\x20\x4a\117\x49\x4e\x20\x6b\x61\x62\165\160\141\164\x65\x6e\12\40\40\x20\40\40\x20\117\116\40\x6b\145\143\141\x6d\141\164\141\x6e\x2e\151\x64\137\153\x61\142\40\75\40\x6b\141\x62\165\160\141\164\145\x6e\x2e\151\x64\x5f\x6b\x61\142\12\40\40\40\x20\40\40\112\117\111\116\40\x74\142\154\x5f\160\163\x6c\12\40\40\x20\x20\40\40\x4f\116\40\x74\x62\x6c\x5f\160\x73\x6c\x2e\x69\144\137\160\163\154\40\75\x20\x74\x62\154\137\150\141\163\151\x6c\x5f\163\x75\x61\162\x61\x2e\x69\144\137\x70\163\154\12\40\x20\x20\x20\40\x20\x57\110\105\122\x45\40\x74\x62\x6c\137\x70\163\154\56\151\x73\137\141\143\164\151\x76\145\40\75\x27\x30\x27";
} else {
$query = "\123\x45\x4c\x45\103\124\40\x53\125\115\50\164\x62\154\x5f\150\141\163\x69\x6c\x5f\163\165\x61\x72\x61\x2e\150\x73\x6c\x5f\x73\x75\x61\x72\x61\51\x20\141\x73\x20\x6e\x69\154\x61\x69\x70\x72\x6f\166\40\x46\x52\117\115\x20\x74\142\154\137\150\141\x73\x69\154\x5f\x73\165\141\x72\x61\xa\x20\x20\x20\x20\40\40\112\117\x49\x4e\x20\164\x62\x6c\137\x74\x70\163\12\x20\x20\x20\x20\x20\40\x4f\116\x20\164\142\x6c\x5f\150\x61\163\x69\x6c\x5f\163\x75\141\162\141\56\151\x64\137\164\x70\163\40\x3d\x20\x74\142\x6c\137\x74\x70\x73\56\x69\x64\x5f\x74\160\x73\12\x20\x20\x20\40\40\40\112\x4f\x49\116\40\153\145\x6c\165\x72\x61\150\x61\156\12\x20\x20\40\40\40\40\x4f\116\x20\164\x62\154\x5f\164\x70\163\x2e\x69\144\137\153\x65\154\x20\75\40\x6b\x65\154\x75\162\x61\150\141\156\56\x69\144\137\x6b\x65\154\12\x20\x20\x20\40\x20\40\112\117\111\x4e\40\153\x65\x63\141\155\141\x74\x61\156\12\40\x20\40\x20\40\40\117\x4e\40\x6b\145\x6c\x75\162\141\150\141\156\56\151\144\x5f\x6b\x65\x63\x20\75\40\153\145\143\141\x6d\141\164\141\156\x2e\x69\x64\137\x6b\x65\x63\xa\x20\x20\40\x20\40\x20\112\x4f\x49\x4e\x20\153\141\x62\165\160\141\164\x65\156\xa\40\40\40\40\x20\x20\x4f\x4e\40\x6b\x65\x63\x61\x6d\x61\164\x61\156\56\x69\144\137\153\141\142\x20\x3d\x20\x6b\141\142\x75\160\x61\164\145\156\x2e\x69\x64\x5f\x6b\141\x62\12\x20\40\x20\x20\40\40\112\117\x49\x4e\x20\164\x62\154\137\160\x73\154\12\40\x20\40\x20\40\x20\117\116\x20\x74\x62\x6c\x5f\160\163\x6c\x2e\x69\x64\x5f\160\163\154\40\x3d\40\164\142\x6c\137\150\141\163\x69\154\137\163\165\141\162\141\x2e\151\144\137\160\163\154\xa\x20\40\40\x20\x20\40\x57\110\105\x52\x45\40\164\x62\154\x5f\160\x73\x6c\x2e\x69\163\137\x61\143\x74\151\166\x65\40\75\x27\x31\47";
}
} else {
if ($type == 2) {
$query = "\123\x45\114\x45\x43\124\x20\123\x55\115\x28\x74\x62\154\137\x68\141\163\x69\x6c\137\x73\165\141\162\141\x2e\150\x73\154\137\163\x75\141\x72\141\x29\x20\141\163\x20\x6e\151\154\x61\x69\40\40\x46\x52\x4f\115\40\164\142\x6c\137\x68\x61\163\151\x6c\137\x73\165\141\162\141\xa\40\x20\x20\40\112\117\111\x4e\x20\164\x62\x6c\x5f\x74\x70\163\12\x20\x20\x20\x20\x4f\x4e\40\164\x62\154\x5f\x68\141\x73\x69\154\x5f\x73\x75\x61\x72\x61\56\x69\144\x5f\164\x70\163\40\75\x20\x74\142\154\137\164\x70\163\56\x69\x64\x5f\164\x70\x73\12\x20\x20\40\40\x4a\x4f\111\116\x20\153\145\154\165\x72\141\x68\x61\156\xa\40\x20\40\x20\117\116\x20\x74\x62\x6c\x5f\x74\160\163\56\x69\x64\x5f\x6b\145\154\40\x3d\40\x6b\x65\x6c\x75\162\x61\150\x61\156\x2e\151\x64\x5f\153\145\x6c\12\x20\x20\x20\x20\x4a\x4f\111\116\40\153\x65\x63\x61\155\x61\x74\x61\156\xa\x20\x20\40\x20\x4f\x4e\x20\153\145\154\x75\162\x61\150\x61\156\x2e\151\x64\137\x6b\145\x63\x20\x3d\x20\153\x65\143\x61\155\x61\164\141\156\56\151\144\x5f\x6b\145\x63\12\40\x20\x20\x20\112\x4f\111\116\40\x6b\x61\142\165\x70\x61\x74\x65\x6e\xa\40\x20\40\40\117\116\40\153\145\x63\141\155\x61\x74\x61\156\56\x69\144\137\153\141\142\x20\75\40\x6b\141\x62\165\160\x61\x74\x65\156\56\x69\x64\137\153\141\142";
} else {
if ($type == 3) {
$query = "\x53\105\x4c\105\x43\124\x20\123\125\x4d\50\x74\x62\154\137\150\141\163\x69\x6c\x5f\163\165\141\x72\141\x2e\x68\163\154\137\x73\165\x61\x72\x61\51\40\141\x73\x20\156\x69\x6c\141\x69\x70\162\157\x76\40\x46\x52\x4f\115\40\x74\142\154\137\x68\141\x73\151\x6c\137\x73\165\x61\162\141\12\x20\x20\x20\40\x20\x20\112\x4f\111\x4e\x20\164\x62\154\137\164\160\x73\xa\x20\x20\x20\40\x20\40\117\x4e\40\x74\x62\x6c\x5f\150\141\163\x69\x6c\x5f\x73\165\141\x72\141\x2e\x69\x64\137\164\160\163\40\75\40\x74\x62\154\137\164\160\x73\56\x69\x64\137\x74\160\163\12\40\x20\x20\x20\x20\x20\112\117\111\x4e\40\153\x65\x6c\x75\162\x61\x68\x61\x6e\xa\40\x20\40\x20\x20\x20\117\116\40\x74\142\x6c\137\x74\x70\163\x2e\x69\144\x5f\x6b\145\x6c\40\75\x20\x6b\x65\x6c\165\162\141\150\141\156\56\x69\144\137\153\x65\154\xa\40\x20\40\40\x20\x20\x4a\x4f\x49\x4e\x20\x6b\x65\143\141\155\141\x74\x61\156\12\x20\40\40\x20\x20\x20\117\x4e\x20\x6b\x65\154\x75\162\141\150\141\x6e\x2e\151\144\x5f\153\145\143\40\75\x20\x6b\x65\x63\141\155\x61\x74\x61\156\x2e\151\144\x5f\153\x65\x63\xa\40\40\40\40\40\40\x4a\117\x49\x4e\x20\153\x61\142\x75\160\x61\x74\145\x6e\12\40\40\40\x20\40\40\117\x4e\40\x6b\145\143\141\155\141\x74\141\156\56\151\x64\x5f\x6b\141\142\40\x3d\40\x6b\x61\x62\165\160\141\164\x65\156\56\151\144\x5f\153\x61\x62\xa\x20\x20\40\x20\x20\x20\112\117\111\x4e\40\x74\x62\154\137\160\163\x6c\12\40\x20\40\40\40\x20\x4f\116\40\x74\x62\x6c\137\160\163\x6c\56\151\144\x5f\x70\163\x6c\x20\x3d\x20\x74\x62\x6c\x5f\150\x61\x73\x69\154\x5f\163\x75\141\162\x61\x2e\x69\x64\x5f\160\x73\x6c\12\40\40\x20\x20\x20\x20\127\110\105\122\x45\40\x74\x62\x6c\137\160\163\154\x2e\151\163\137\x61\x63\x74\x69\166\x65\40\x3d\47\x30\47";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto vRMZa;
d9JDI:
function getStatus($id)
{
if ($id == 0) {
return "\x3c\x73\x70\x61\x6e\x20\x63\x6c\141\163\163\75\47\142\x61\x64\147\145\x20\x62\147\55\x64\141\156\147\145\x72\47\76\102\145\154\x75\x6d\40\111\156\x70\165\x74\74\57\163\x70\141\156\x3e";
} else {
return "\74\163\x70\141\156\x20\143\154\x61\x73\163\x3d\47\142\x61\144\x67\x65\40\142\147\55\x73\165\143\x63\x65\163\x73\47\x3e\123\165\144\141\x68\x20\x49\156\160\x75\164\x3c\x2f\163\x70\141\x6e\x3e";
}
}
goto EIiKh;
IqfQh:
function getTPSsaksi($id, $field)
{
$sql = mysql_query("\x53\105\114\x45\x43\x54\x20\52\40\106\122\x4f\115\40\x74\x62\154\x5f\x74\160\163\x20\167\150\145\162\145\40\x69\144\x5f\x74\160\163\x20\75\40\47{$id}\x27");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto eIiq4;
CloXa:
function getSaksi($id, $field)
{
$sql = mysql_query("\x53\105\x4c\x45\103\x54\x20\x2a\x20\106\122\117\115\x20\x74\x62\154\137\x73\141\153\163\151\x20\x77\150\x65\162\145\40\151\x64\137\x73\141\153\x73\151\40\x3d\x20\x27{$id}\x27");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto JlZ8w;
T7y5u:
function Konfigurasiad($input)
{
$query = mysql_query("\123\105\114\105\103\124\x20" . $input . "\x20\x61\163\x20\x68\x61\163\151\154\40\x46\x52\117\x4d\x20\x70\145\156\147\x67\165\156\x61\x20\x57\x48\105\122\105\x20\x73\164\x74\x75\x73\75\47\x31\47");
$row = mysql_fetch_array($query);
return $row["\150\x61\x73\x69\154"];
}
goto s67ql;
wZ7eO:
function getSuaraTps($type, $idtps, $idpaslon)
{
if ($type == 0) {
$query = "\x53\105\114\105\x43\124\40\123\x55\x4d\50\164\x62\x6c\x5f\150\x61\x73\151\154\x5f\163\165\141\162\x61\x2e\150\163\154\x5f\x73\165\141\x72\141\x29\40\x61\163\x20\x6e\x69\154\141\151\164\x70\163\40\x20\106\122\x4f\115\40\164\142\154\137\150\141\x73\x69\154\137\x73\165\141\162\x61\xa\x20\x20\x20\40\40\x20\112\x4f\111\116\x20\x74\142\x6c\137\164\160\x73\12\x20\40\x20\40\x20\40\x4f\x4e\x20\x74\x62\154\137\x68\141\163\151\x6c\137\x73\165\x61\x72\x61\x2e\x69\144\137\x74\x70\163\x20\75\40\164\x62\154\137\x74\160\163\56\151\144\137\x74\x70\x73\xa\40\x20\x20\40\x20\40\x4a\117\x49\x4e\x20\153\x65\x6c\x75\x72\141\150\141\x6e\xa\x20\x20\x20\40\x20\40\x4f\x4e\x20\x74\x62\x6c\137\x74\x70\x73\56\151\144\x5f\x6b\x65\x6c\40\x3d\x20\x6b\145\x6c\x75\x72\x61\x68\141\x6e\x2e\151\144\137\153\x65\x6c\xa\40\x20\x20\x20\40\x20\112\117\111\x4e\40\153\x65\x63\x61\155\x61\164\x61\156\xa\x20\x20\40\40\x20\x20\117\116\40\x6b\145\x6c\x75\x72\x61\150\141\x6e\56\x69\x64\x5f\x6b\x65\x63\x20\x3d\x20\x6b\x65\143\x61\155\141\x74\x61\156\x2e\x69\x64\x5f\x6b\145\x63\12\40\x20\40\x20\x20\40\112\x4f\x49\116\x20\x6b\x61\x62\165\x70\x61\164\145\156\12\x20\x20\x20\x20\40\40\117\x4e\40\x6b\x65\143\141\155\141\x74\141\156\56\x69\x64\137\x6b\141\x62\40\75\x20\153\x61\142\x75\x70\x61\x74\145\x6e\56\x69\144\x5f\153\141\142\xa\40\40\x20\40\x20\x20\127\110\105\x52\x45\x20\164\142\x6c\x5f\164\160\163\56\151\144\137\164\x70\x73\x3d\x27{$idtps}\47";
} else {
if ($type == 1) {
$query = "\x53\105\114\x45\103\x54\40\x53\x55\x4d\x28\x74\x62\x6c\x5f\150\x61\x73\151\154\x5f\163\x75\141\x72\x61\56\x68\x73\154\x5f\x73\165\x61\x72\141\51\x20\x61\x73\40\156\x69\x6c\141\x69\164\x70\x73\x70\141\x73\154\157\156\40\40\x46\122\117\115\x20\164\142\154\x5f\x68\141\163\x69\154\137\x73\165\x61\x72\141\12\x20\40\40\40\x20\40\x4a\x4f\111\116\40\x74\142\x6c\137\x74\160\x73\12\40\40\x20\x20\40\x20\x4f\116\x20\x74\142\154\137\x68\x61\x73\151\154\x5f\x73\x75\x61\162\x61\56\151\x64\137\x74\x70\163\40\75\x20\164\142\154\x5f\x74\160\x73\x2e\x69\144\x5f\x74\160\163\12\x20\x20\40\x20\40\x20\x4a\x4f\x49\116\40\153\x65\154\x75\x72\141\x68\141\x6e\xa\x20\40\40\40\x20\40\x4f\116\40\164\142\x6c\x5f\164\160\x73\56\x69\144\x5f\x6b\x65\154\40\x3d\40\153\x65\x6c\x75\x72\x61\150\x61\156\56\151\144\x5f\153\x65\x6c\12\40\40\40\x20\x20\x20\x4a\117\x49\116\40\x6b\145\x63\x61\x6d\141\164\141\156\12\x20\x20\x20\x20\x20\x20\x4f\116\40\x6b\x65\x6c\x75\162\x61\x68\141\x6e\x2e\x69\144\x5f\x6b\x65\x63\x20\75\40\153\145\x63\141\x6d\x61\164\x61\156\x2e\151\144\x5f\153\145\x63\xa\40\40\x20\40\x20\x20\x4a\x4f\x49\x4e\40\153\x61\x62\165\x70\141\164\145\156\12\x20\x20\x20\40\x20\x20\x4f\x4e\40\x6b\x65\x63\141\x6d\x61\x74\x61\x6e\56\151\x64\137\x6b\141\x62\x20\x3d\40\x6b\141\142\x75\160\141\164\x65\x6e\56\x69\x64\x5f\153\x61\142\xa\40\x20\x20\x20\40\40\112\x4f\x49\116\x20\164\142\154\x5f\x70\x73\154\12\x20\40\x20\40\40\x20\x4f\116\40\164\142\x6c\x5f\160\163\x6c\56\x69\144\137\x70\163\x6c\40\x3d\40\x74\x62\x6c\137\x68\141\163\151\x6c\137\x73\x75\x61\162\x61\x2e\x69\144\x5f\160\163\x6c\12\x20\40\40\40\x20\x20\127\110\x45\122\105\40\164\x62\154\137\x74\160\x73\56\x69\144\137\164\160\163\75\47{$idtps}\x27\x20\101\x4e\x44\40\x74\x62\x6c\x5f\160\163\x6c\56\x69\144\x5f\x70\x73\154\x20\75\x20\47{$idpaslon}\47";
} else {
if ($type == 2) {
$query = "\x53\x45\114\x45\103\x54\40\123\125\115\50\164\142\x6c\x5f\150\x61\x73\x69\x6c\137\163\165\x61\x72\141\56\x68\x73\x6c\137\x73\165\x61\x72\x61\x29\40\x61\163\x20\x6e\151\x6c\141\x69\137\164\151\144\141\153\x73\x61\x68\x20\40\x46\122\117\x4d\x20\164\x62\x6c\x5f\x68\141\163\151\x6c\x5f\163\165\141\162\x61\12\x20\x20\x20\40\40\40\x4a\117\111\116\40\x74\142\154\137\164\160\163\12\40\40\40\x20\x20\x20\117\116\40\164\x62\154\x5f\150\x61\163\151\154\x5f\x73\165\141\x72\141\56\x69\x64\137\x74\160\163\x20\75\40\164\x62\x6c\x5f\x74\160\163\x2e\151\x64\137\x74\x70\x73\xa\40\x20\x20\40\40\40\x4a\117\x49\116\x20\x6b\145\x6c\x75\162\x61\x68\x61\156\12\40\x20\40\40\x20\x20\117\x4e\40\164\142\154\137\164\x70\x73\x2e\151\x64\137\153\145\x6c\x20\x3d\40\x6b\x65\x6c\x75\162\141\x68\141\156\56\x69\x64\x5f\x6b\x65\x6c\xa\x20\x20\x20\x20\x20\x20\112\117\x49\x4e\40\x6b\145\143\141\x6d\x61\164\x61\x6e\xa\x20\40\40\40\40\40\x4f\116\x20\153\145\154\x75\x72\141\150\x61\156\x2e\x69\x64\137\x6b\145\143\40\75\x20\153\145\143\x61\x6d\x61\x74\141\x6e\x2e\x69\x64\137\153\x65\x63\12\40\x20\40\40\40\40\x4a\117\111\116\40\x6b\141\x62\165\160\141\x74\145\156\12\x20\x20\x20\40\40\x20\117\116\x20\153\145\143\141\155\141\x74\141\x6e\x2e\x69\x64\137\x6b\x61\x62\40\75\40\153\141\142\165\x70\141\164\145\156\56\x69\144\x5f\x6b\x61\142\xa\40\x20\40\40\40\40\x4a\117\x49\116\40\x74\x62\x6c\x5f\160\163\154\12\x20\40\40\40\x20\x20\117\116\x20\164\142\154\137\x70\163\x6c\x2e\x69\x64\137\x70\163\154\x20\75\x20\x74\142\x6c\x5f\150\141\x73\151\154\x5f\x73\165\141\x72\141\x2e\x69\x64\137\160\x73\x6c\12\x20\x20\x20\40\x20\40\127\x48\105\122\105\x20\x74\142\154\x5f\x74\x70\x73\56\151\x64\137\x74\160\x73\x3d\47{$idtps}\47\40\x41\116\x44\x20\164\142\x6c\137\x70\x73\x6c\56\151\163\x5f\141\x63\x74\151\166\x65\40\75\x27\x30\x27";
} else {
if ($type == 3) {
$query = "\x53\x45\114\x45\103\124\x20\123\125\x4d\50\164\x62\x6c\x5f\x68\x61\163\x69\x6c\x5f\163\x75\141\162\x61\x2e\x68\163\x6c\x5f\x73\165\x61\162\141\x29\40\x61\x73\40\156\x69\x6c\x61\x69\x5f\x73\141\x68\x20\x20\x46\122\x4f\115\40\x74\142\154\x5f\x68\141\x73\x69\x6c\x5f\x73\x75\141\x72\141\12\x20\x20\40\x20\40\40\112\x4f\111\x4e\x20\x74\142\154\x5f\x74\160\163\12\40\40\x20\x20\40\x20\117\116\40\x74\142\x6c\137\150\x61\163\151\x6c\137\163\165\x61\x72\141\56\151\144\137\164\x70\x73\x20\x3d\x20\164\142\x6c\137\x74\x70\163\56\x69\144\137\164\x70\x73\xa\x20\x20\40\x20\x20\40\x4a\117\111\116\40\153\x65\x6c\165\162\141\150\141\x6e\12\40\40\x20\40\40\40\117\116\40\x74\142\x6c\137\x74\x70\163\x2e\151\x64\x5f\x6b\145\x6c\x20\x3d\40\x6b\x65\x6c\x75\x72\141\x68\x61\x6e\x2e\151\144\x5f\153\x65\x6c\12\x20\x20\x20\40\40\x20\112\117\111\116\x20\x6b\145\143\x61\155\141\164\x61\156\12\x20\x20\x20\40\x20\x20\117\x4e\x20\x6b\145\x6c\x75\162\x61\150\x61\x6e\56\x69\144\x5f\x6b\x65\x63\40\x3d\x20\153\x65\x63\x61\x6d\141\164\141\x6e\56\151\x64\137\x6b\x65\143\12\40\40\40\40\40\40\112\x4f\x49\116\40\x6b\x61\142\165\x70\141\x74\x65\x6e\xa\40\x20\40\40\40\40\117\116\x20\153\145\143\141\x6d\141\x74\141\x6e\x2e\151\144\x5f\153\141\x62\x20\x3d\x20\153\141\x62\x75\x70\141\164\145\x6e\56\151\144\x5f\x6b\x61\x62\xa\40\40\x20\40\40\x20\x4a\117\111\x4e\40\164\x62\154\137\x70\163\154\xa\x20\x20\x20\40\x20\x20\117\x4e\40\x74\x62\154\137\160\x73\x6c\x2e\151\x64\137\x70\x73\154\40\75\40\164\x62\x6c\x5f\x68\x61\163\x69\154\x5f\x73\x75\x61\162\x61\56\x69\144\x5f\160\163\x6c\12\40\40\40\x20\x20\40\127\x48\x45\122\x45\x20\164\x62\154\x5f\x74\160\163\56\x69\x64\x5f\x74\160\x73\x3d\x27{$idtps}\47\x20\x41\116\x44\x20\x74\142\154\137\160\x73\x6c\x2e\x69\163\137\141\x63\164\x69\x76\x65\40\75\x27\x31\47";
} elseif ($type == 4) {
$query = "\123\105\114\x45\x43\x54\x20\x2a\40\106\122\x4f\115\40\x74\142\154\137\x74\160\163\12\x20\x20\x20\40\x4c\x45\106\x54\40\112\117\111\x4e\x20\153\x65\x6c\165\162\x61\150\141\x6e\40\117\x4e\40\x6b\145\x6c\165\x72\x61\150\141\x6e\x2e\151\144\x5f\x6b\x65\154\40\75\x20\164\x62\154\x5f\164\160\x73\x2e\x69\x64\137\153\145\154\12\40\x20\x20\x20\x4c\x45\x46\x54\x20\x4a\117\111\116\40\153\x65\x63\141\155\x61\x74\x61\x6e\x20\117\x4e\40\x6b\x65\x63\x61\x6d\141\x74\141\x6e\56\151\x64\137\x6b\x65\143\x20\75\40\x6b\x65\154\x75\x72\141\x68\141\x6e\x2e\151\144\137\153\x65\143\12\x20\40\x20\x20\114\105\x46\124\x20\x4a\x4f\111\116\40\x6b\141\x62\165\x70\x61\164\x65\156\40\x4f\x4e\x20\153\141\142\165\x70\141\x74\145\156\56\x69\144\137\153\141\x62\x20\x3d\40\153\145\x63\141\155\x61\x74\x61\x6e\56\151\x64\x5f\153\141\142\xa\40\x20\x20\x20\114\105\106\124\x20\x4a\117\111\116\x20\160\x72\x6f\166\x69\x6e\x73\151\x20\x4f\116\40\x70\162\157\x76\x69\156\x73\x69\56\x69\x64\x5f\160\x72\x6f\166\x20\75\40\153\x61\142\x75\x70\141\x74\145\x6e\x2e\x69\x64\137\x70\162\x6f\166\12\x20\40\40\x20\x4c\105\x46\x54\40\112\117\x49\x4e\40\x74\x62\154\137\x68\x61\x73\151\154\x5f\163\165\x61\x72\x61\x20\117\x4e\40\x74\x62\154\137\x68\x61\163\151\x6c\x5f\163\165\141\x72\x61\x2e\x69\144\137\164\x70\x73\x20\75\40\x74\x62\154\x5f\164\160\163\56\x69\x64\137\164\160\163\12\x20\40\40\40\114\105\106\124\x20\x4a\117\111\x4e\40\164\x62\x6c\137\x68\x61\x73\151\154\x5f\x63\x31\40\x4f\x4e\x20\x74\142\154\137\150\x61\x73\151\x6c\137\143\61\56\x69\144\x5f\x74\160\163\40\x3d\x20\164\x62\x6c\137\164\x70\163\x2e\x69\144\x5f\x74\160\x73\xa\x20\40\40\40\114\x45\x46\124\x20\x4a\x4f\111\x4e\40\164\x62\x6c\x5f\163\x61\x6b\163\151\40\117\x4e\x20\164\142\x6c\137\163\x61\x6b\163\x69\56\x69\x64\x5f\x74\160\x73\x20\x3d\40\164\x62\x6c\137\x74\160\x73\56\x69\x64\x5f\x74\160\x73\12\40\x20\x20\x20\127\110\105\122\x45\x20\x74\x62\x6c\137\x74\x70\163\x2e\x69\144\137\x74\160\x73\75\x27{$idtps}\47";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto Rlw6o;
I8zJa:
function getSuaraKec($type, $idkec, $idpaslon)
{
if ($type == 0) {
$query = "\x53\x45\x4c\x45\x43\124\x20\x53\x55\115\50\164\x62\154\x5f\x68\141\163\151\154\137\163\x75\x61\x72\x61\56\150\163\x6c\137\163\165\141\x72\x61\51\40\x61\x73\x20\x6e\151\154\141\x69\x6b\x65\x63\40\x20\x46\x52\x4f\115\40\x74\x62\x6c\x5f\150\x61\x73\151\154\x5f\x73\x75\x61\x72\141\xa\40\40\40\40\40\x20\x4a\x4f\x49\116\x20\164\x62\x6c\x5f\164\160\x73\12\x20\40\40\40\x20\x20\x4f\x4e\40\x74\x62\x6c\x5f\150\x61\163\151\154\137\x73\165\x61\162\141\56\x69\x64\x5f\164\x70\x73\x20\75\x20\164\x62\154\x5f\x74\x70\163\x2e\151\144\137\x74\160\163\xa\40\40\x20\x20\x20\x20\112\x4f\111\x4e\40\153\x65\154\x75\x72\141\150\x61\x6e\12\x20\x20\40\x20\x20\x20\117\x4e\40\164\142\154\137\x74\x70\163\x2e\x69\144\137\x6b\x65\154\x20\75\x20\x6b\145\x6c\x75\x72\141\150\x61\x6e\56\151\x64\x5f\x6b\145\x6c\12\x20\x20\x20\x20\x20\40\x4a\117\111\x4e\40\x6b\145\x63\x61\155\x61\164\141\x6e\12\40\x20\x20\40\x20\x20\x4f\116\x20\x6b\145\154\x75\162\x61\150\x61\x6e\56\151\x64\137\x6b\145\x63\x20\75\40\x6b\145\x63\141\x6d\x61\164\x61\x6e\x2e\151\144\x5f\x6b\145\143\xa\40\x20\40\40\40\x20\112\x4f\x49\116\40\153\x61\142\165\x70\141\x74\145\x6e\xa\x20\40\x20\x20\x20\40\x4f\x4e\40\x6b\145\143\141\x6d\x61\164\x61\156\56\x69\x64\137\x6b\141\142\x20\x3d\40\x6b\141\x62\x75\160\x61\x74\x65\156\x2e\151\x64\137\x6b\x61\x62\12\x20\x20\x20\x20\x20\x20\x57\x48\x45\122\105\x20\153\x65\x63\141\155\x61\164\x61\x6e\56\151\x64\137\x6b\145\143\x3d\x27{$idkec}\47";
} else {
if ($type == 1) {
$query = "\123\105\x4c\x45\103\x54\x20\123\x55\115\50\164\142\154\x5f\x68\x61\163\x69\x6c\x5f\163\x75\x61\162\x61\x2e\150\x73\x6c\x5f\163\x75\141\162\x61\x29\40\x61\163\x20\156\151\154\x61\151\153\145\x63\160\141\x73\x6c\x6f\156\40\40\x46\x52\x4f\115\x20\164\142\x6c\x5f\150\x61\163\x69\x6c\x5f\x73\165\141\x72\x61\xa\x20\x20\x20\x20\40\40\x4a\x4f\111\116\40\164\142\154\x5f\164\160\163\12\40\40\40\x20\x20\40\x4f\116\40\164\142\x6c\137\x68\x61\x73\151\154\x5f\x73\165\x61\162\x61\x2e\151\144\x5f\164\x70\163\40\x3d\x20\164\142\x6c\137\x74\x70\x73\x2e\151\x64\x5f\x74\160\x73\12\40\x20\x20\40\40\x20\112\117\111\116\x20\x6b\145\x6c\x75\x72\141\x68\x61\156\12\x20\x20\40\x20\40\40\x4f\116\40\164\142\154\137\x74\x70\163\x2e\x69\144\137\x6b\x65\x6c\x20\x3d\x20\153\145\x6c\x75\x72\x61\150\141\156\x2e\x69\144\137\x6b\145\x6c\12\40\x20\40\x20\x20\40\x4a\x4f\111\116\40\x6b\145\143\141\155\x61\164\x61\x6e\xa\x20\40\x20\x20\x20\x20\x4f\116\40\x6b\145\x6c\165\162\141\x68\141\x6e\x2e\x69\144\137\153\145\x63\40\75\x20\153\x65\143\141\155\x61\164\141\x6e\x2e\x69\x64\137\x6b\x65\x63\12\40\40\40\x20\x20\x20\112\117\x49\x4e\x20\x6b\141\142\x75\160\141\164\145\x6e\12\40\x20\x20\40\x20\x20\117\x4e\x20\x6b\145\x63\141\x6d\141\164\141\156\56\x69\x64\137\x6b\141\x62\x20\x3d\40\x6b\141\x62\x75\x70\141\x74\x65\x6e\56\151\x64\137\153\x61\x62\xa\40\x20\40\x20\40\40\112\x4f\x49\116\x20\164\x62\154\x5f\x70\163\154\xa\40\40\40\x20\40\40\x4f\x4e\40\164\x62\154\137\160\x73\154\x2e\151\144\137\160\163\154\40\75\x20\x74\142\154\x5f\x68\x61\x73\x69\x6c\137\163\x75\141\162\141\x2e\151\x64\x5f\x70\163\154\12\40\x20\40\x20\40\x20\x57\110\105\x52\105\40\153\145\143\x61\155\141\x74\x61\156\x2e\151\144\x5f\x6b\x65\143\x3d\47{$idkec}\47\40\101\116\104\x20\164\142\154\137\160\163\154\x2e\x69\144\x5f\x70\163\154\x20\75\40\47{$idpaslon}\47";
} else {
if ($type == 2) {
$query = "\123\105\x4c\105\x43\x54\40\123\x55\115\50\164\x62\x6c\137\x68\x61\x73\151\154\137\163\165\141\x72\x61\x2e\150\x73\x6c\137\163\165\141\x72\x61\51\40\x61\x73\40\156\151\154\x61\151\x5f\164\151\x64\x61\x6b\163\x61\x68\40\40\106\122\117\x4d\x20\x74\142\x6c\x5f\x68\141\x73\x69\x6c\x5f\x73\x75\141\x72\141\xa\x20\x20\x20\x20\x20\x20\x4a\x4f\x49\x4e\x20\x74\142\x6c\x5f\x74\x70\163\xa\x20\40\x20\x20\40\40\117\x4e\x20\164\142\x6c\x5f\150\141\x73\x69\154\137\163\165\141\x72\141\56\x69\x64\137\164\160\163\x20\x3d\40\164\142\154\x5f\x74\x70\x73\56\x69\144\x5f\164\160\x73\12\x20\40\x20\x20\40\x20\112\x4f\x49\x4e\x20\x6b\145\x6c\x75\x72\141\150\x61\156\xa\40\40\40\40\40\x20\x4f\x4e\40\164\142\154\137\x74\x70\x73\x2e\x69\144\137\x6b\x65\154\40\x3d\40\x6b\x65\x6c\x75\x72\141\150\141\156\x2e\151\x64\x5f\x6b\x65\154\xa\x20\40\40\x20\x20\x20\112\117\x49\116\x20\x6b\x65\143\141\x6d\141\164\141\x6e\xa\40\40\x20\40\40\x20\x4f\x4e\40\153\145\x6c\x75\162\141\150\x61\156\x2e\151\x64\137\153\145\143\x20\x3d\40\153\145\x63\x61\x6d\141\x74\x61\x6e\56\x69\144\x5f\153\145\143\12\40\40\40\x20\40\40\x4a\x4f\111\x4e\x20\x6b\141\x62\165\160\x61\164\x65\156\12\x20\x20\x20\x20\x20\x20\x4f\116\x20\153\145\143\x61\x6d\141\x74\x61\156\56\x69\x64\x5f\x6b\x61\x62\40\x3d\x20\x6b\141\x62\x75\x70\141\164\x65\x6e\x2e\x69\x64\137\x6b\141\x62\12\x20\40\x20\x20\40\x20\112\117\x49\116\x20\x74\142\154\x5f\160\x73\x6c\12\40\40\40\40\x20\40\117\x4e\40\164\x62\154\137\x70\163\x6c\x2e\x69\x64\137\160\163\x6c\40\x3d\40\164\142\154\x5f\x68\x61\163\x69\x6c\x5f\163\x75\141\x72\141\56\x69\x64\137\160\x73\x6c\xa\40\x20\40\x20\x20\x20\x57\x48\x45\x52\105\x20\153\145\x63\141\155\x61\x74\141\156\x2e\x69\x64\x5f\153\145\143\75\47{$idkec}\47\40\x41\116\x44\x20\x74\x62\x6c\137\x70\163\x6c\56\x69\x73\137\141\143\164\151\x76\145\x20\75\x27\60\x27";
} else {
if ($type == 3) {
$query = "\x53\105\114\105\103\124\40\123\125\x4d\50\164\142\154\x5f\150\141\x73\151\154\137\163\165\x61\162\x61\56\x68\163\x6c\137\163\165\x61\162\141\x29\x20\141\x73\40\156\151\154\141\x69\137\x73\141\x68\x20\x20\x46\x52\117\x4d\x20\164\142\154\137\150\141\x73\x69\154\137\163\165\141\x72\141\12\x20\x20\40\40\x20\40\x4a\x4f\x49\x4e\40\x74\x62\154\x5f\164\160\163\xa\x20\40\40\40\40\x20\117\x4e\x20\x74\x62\154\137\x68\x61\x73\x69\x6c\x5f\x73\165\x61\162\x61\x2e\x69\144\x5f\164\160\x73\40\x3d\40\x74\142\x6c\137\x74\160\x73\56\x69\x64\137\x74\x70\163\xa\x20\x20\40\x20\x20\40\112\117\x49\x4e\x20\x6b\145\x6c\x75\162\141\x68\141\156\xa\40\40\40\x20\x20\x20\x4f\116\x20\164\x62\154\x5f\x74\160\x73\56\x69\144\x5f\153\x65\154\40\x3d\x20\153\x65\x6c\165\162\x61\x68\141\x6e\56\151\x64\x5f\x6b\145\x6c\12\x20\40\x20\x20\x20\x20\x4a\117\x49\116\40\x6b\145\x63\x61\155\x61\164\141\x6e\12\40\x20\40\x20\40\x20\117\116\x20\x6b\145\x6c\165\162\x61\x68\141\156\56\x69\x64\x5f\x6b\x65\143\40\75\40\x6b\145\x63\141\155\141\x74\141\156\56\151\x64\x5f\153\x65\143\12\40\x20\x20\x20\x20\40\x4a\x4f\x49\116\x20\153\x61\142\165\x70\x61\x74\x65\156\xa\40\x20\40\x20\x20\x20\x4f\116\40\153\x65\x63\141\x6d\x61\164\x61\x6e\x2e\151\x64\x5f\x6b\x61\x62\40\75\x20\x6b\x61\142\165\160\x61\x74\x65\156\x2e\151\144\x5f\x6b\x61\x62\12\x20\x20\x20\x20\x20\x20\x4a\117\111\x4e\40\x74\x62\x6c\137\160\163\x6c\xa\40\x20\40\40\40\x20\x4f\x4e\x20\164\142\x6c\x5f\160\163\154\56\x69\x64\x5f\x70\x73\154\x20\75\x20\164\x62\x6c\137\150\141\163\x69\154\137\x73\165\x61\162\x61\x2e\151\144\137\160\163\154\xa\x20\40\40\40\x20\x20\x57\110\105\122\105\40\x6b\x65\143\x61\155\x61\164\x61\156\56\x69\144\137\153\145\x63\75\x27{$idkec}\x27\x20\101\x4e\x44\40\164\142\154\137\160\163\154\56\x69\163\137\141\143\x74\151\166\145\x20\75\47\61\x27";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto BPYaq;
s67ql:
function epm_encode($id)
{
$a = array("\x30", "\x31", "\62", "\x33", "\64", "\65", "\66", "\x37", "\x38", "\71");
$b = array("\x50\x6c\x7a", "\x4f\153\x58", "\111\x6a\x63", "\125\150\126", "\x59\147\142", "\124\x66\116", "\x52\144\x5a", "\x45\163\170", "\127\141\x43", "\121\155\x76");
$r = str_replace($a, $b, $id);
$enc = rand(10, 99) . base64_encode(base64_encode($r));
return $enc;
}
goto FUsbK;
fQm1A:
function getSuaraKel($type, $idkel, $idpaslon)
{
if ($type == 0) {
$query = "\x53\105\114\105\x43\x54\40\123\x55\115\50\164\x62\x6c\x5f\x68\x61\x73\151\x6c\x5f\x73\165\141\x72\141\56\x68\163\x6c\x5f\163\165\x61\x72\x61\51\40\141\x73\40\156\151\x6c\141\151\x6b\145\154\40\40\x46\122\117\115\40\164\x62\154\x5f\x68\x61\x73\x69\154\x5f\x73\x75\x61\x72\141\xa\x20\x20\40\x20\40\x20\x4a\117\111\116\40\164\142\x6c\x5f\x74\x70\x73\xa\40\x20\x20\40\40\40\x4f\x4e\40\x74\142\x6c\x5f\x68\141\x73\x69\154\137\163\x75\x61\x72\x61\56\151\x64\137\x74\160\x73\40\x3d\40\164\142\x6c\x5f\x74\x70\163\56\151\144\137\x74\x70\163\12\x20\40\40\40\x20\x20\112\117\111\x4e\40\x6b\x65\154\165\x72\141\x68\141\x6e\xa\40\x20\40\x20\x20\40\x4f\116\40\164\142\x6c\137\x74\160\163\x2e\151\x64\137\153\x65\x6c\40\x3d\x20\x6b\145\x6c\165\162\141\150\141\x6e\x2e\151\144\x5f\153\x65\154\xa\x20\x20\x20\40\40\x20\x4a\117\x49\116\40\x6b\145\x63\141\155\x61\164\141\156\12\40\40\x20\x20\x20\x20\117\116\x20\153\145\x6c\165\x72\x61\150\x61\156\x2e\x69\144\x5f\x6b\x65\x63\40\x3d\x20\153\x65\143\141\155\141\164\141\156\56\151\144\x5f\153\145\x63\12\x20\x20\40\40\x20\x20\x4a\x4f\111\116\40\x6b\x61\142\165\160\x61\x74\145\156\12\x20\x20\40\40\40\40\117\x4e\x20\x6b\x65\143\141\x6d\x61\164\x61\x6e\56\151\144\x5f\x6b\x61\142\x20\x3d\40\153\141\142\x75\160\141\164\x65\156\x2e\x69\x64\x5f\x6b\141\x62\xa\x20\40\x20\x20\x20\40\127\110\105\122\x45\40\153\x65\x6c\165\162\141\x68\x61\156\x2e\x69\x64\x5f\153\145\154\x3d\47{$idkel}\x27";
} else {
if ($type == 1) {
$query = "\123\105\114\105\103\124\40\123\125\115\x28\164\142\x6c\137\150\141\163\151\154\x5f\x73\x75\141\x72\x61\x2e\150\163\x6c\137\x73\165\x61\x72\141\51\x20\x61\163\40\x6e\x69\154\141\x69\153\145\154\160\141\163\154\157\156\x20\40\106\122\x4f\x4d\40\164\x62\154\137\150\141\163\x69\x6c\x5f\163\165\x61\162\141\12\x20\40\40\x20\40\x20\112\117\111\x4e\40\x74\142\x6c\137\x74\x70\x73\12\x20\x20\x20\40\x20\x20\x4f\x4e\x20\x74\x62\154\x5f\x68\141\163\x69\154\137\x73\165\x61\162\141\56\151\144\137\x74\160\163\40\75\x20\x74\x62\154\x5f\164\160\x73\56\x69\x64\137\x74\160\x73\xa\40\x20\x20\40\40\x20\x4a\117\x49\116\40\153\145\x6c\165\162\141\x68\x61\156\12\40\x20\40\x20\40\x20\117\116\x20\x74\142\x6c\137\x74\160\x73\56\x69\144\137\153\x65\154\x20\75\40\x6b\145\154\165\x72\141\150\141\156\56\x69\144\137\x6b\145\154\xa\40\40\40\40\x20\40\x4a\117\x49\x4e\40\x6b\145\x63\141\x6d\x61\x74\x61\x6e\xa\x20\x20\40\40\x20\40\x4f\x4e\40\x6b\x65\154\165\x72\x61\150\141\x6e\56\x69\144\x5f\153\145\x63\40\x3d\40\153\x65\143\x61\x6d\141\164\141\156\56\151\x64\137\153\x65\143\xa\x20\40\40\40\40\40\112\117\x49\x4e\40\153\x61\142\x75\160\x61\164\x65\x6e\12\40\x20\40\x20\40\40\117\116\40\x6b\145\143\141\155\x61\x74\x61\x6e\56\x69\144\x5f\153\x61\142\x20\x3d\x20\x6b\x61\x62\165\x70\x61\164\x65\156\56\151\144\x5f\153\x61\142\xa\x20\x20\40\x20\40\x20\112\117\x49\116\x20\x74\142\154\x5f\160\x73\154\xa\40\40\40\40\x20\x20\117\x4e\x20\164\x62\154\137\160\x73\x6c\x2e\151\144\x5f\160\163\154\x20\75\40\164\x62\x6c\137\x68\x61\x73\x69\x6c\x5f\x73\x75\141\162\x61\x2e\x69\x64\137\160\163\x6c\12\x20\40\x20\40\x20\40\x57\x48\105\122\x45\40\x6b\x65\154\x75\162\x61\x68\x61\156\56\x69\x64\137\x6b\145\x6c\75\47{$idkel}\x27\40\101\x4e\x44\40\x74\142\154\137\160\x73\x6c\x2e\x69\x64\137\160\163\154\x20\x3d\40\x27{$idpaslon}\47";
} else {
if ($type == 2) {
$query = "\x53\x45\x4c\x45\x43\x54\x20\123\x55\115\50\x74\x62\154\x5f\150\141\163\x69\x6c\x5f\163\165\141\162\x61\x2e\150\163\x6c\x5f\163\x75\141\x72\x61\x29\x20\141\x73\x20\x6e\x69\x6c\x61\x69\137\x74\x69\144\141\153\x73\141\x68\40\40\106\122\117\115\x20\x74\x62\154\x5f\150\x61\x73\151\x6c\x5f\x73\165\141\x72\x61\xa\x20\40\40\40\x20\40\112\x4f\111\x4e\40\x74\142\x6c\x5f\x74\x70\x73\12\40\x20\40\40\40\x20\x4f\116\40\x74\142\154\x5f\150\x61\163\151\x6c\137\x73\165\x61\x72\141\56\x69\144\x5f\164\x70\163\x20\x3d\40\x74\x62\x6c\137\164\x70\163\56\x69\144\137\x74\x70\163\xa\x20\40\40\x20\x20\40\x4a\117\x49\x4e\40\153\145\154\165\162\141\x68\x61\x6e\12\x20\x20\40\x20\x20\x20\x4f\x4e\40\164\142\x6c\137\x74\x70\x73\56\151\x64\137\153\x65\154\x20\75\x20\x6b\145\154\x75\162\x61\150\x61\156\56\151\x64\137\x6b\145\x6c\xa\x20\x20\40\40\x20\x20\112\x4f\x49\x4e\40\x6b\x65\143\x61\155\x61\x74\141\x6e\12\40\40\40\40\x20\x20\117\116\x20\153\145\154\x75\162\141\x68\x61\x6e\x2e\x69\x64\137\x6b\145\143\x20\x3d\40\153\x65\143\x61\x6d\x61\164\141\156\56\x69\144\137\x6b\x65\143\12\x20\x20\40\40\40\40\112\x4f\x49\116\x20\153\141\x62\x75\160\x61\x74\x65\x6e\xa\40\x20\40\x20\40\x20\117\x4e\40\x6b\145\x63\141\155\x61\164\141\x6e\56\151\x64\x5f\x6b\x61\142\40\x3d\x20\x6b\141\x62\x75\160\x61\164\145\156\56\x69\144\x5f\x6b\x61\142\xa\x20\x20\40\40\x20\40\x4a\117\111\116\x20\x74\142\154\137\160\x73\x6c\xa\x20\40\x20\40\x20\x20\x4f\x4e\40\164\x62\154\137\160\163\154\x2e\151\144\x5f\160\163\154\40\x3d\40\x74\142\154\137\150\141\163\x69\154\x5f\x73\165\141\162\x61\x2e\151\144\137\x70\163\x6c\12\40\x20\x20\40\x20\x20\x57\x48\105\122\105\x20\153\145\154\165\x72\141\x68\x61\156\x2e\x69\x64\x5f\153\x65\x6c\x3d\x27{$idkel}\47\x20\101\x4e\x44\40\164\142\x6c\137\160\x73\154\56\x69\x73\137\141\143\x74\151\x76\x65\x20\75\47\x30\x27";
} else {
if ($type == 3) {
$query = "\123\105\114\x45\x43\124\40\x53\x55\x4d\50\164\x62\x6c\137\150\x61\x73\151\154\137\x73\165\141\162\141\x2e\150\x73\154\x5f\x73\165\x61\x72\x61\51\40\x61\x73\40\156\x69\154\x61\151\x5f\x73\141\x68\x20\x20\106\x52\x4f\115\40\x74\x62\154\137\150\141\x73\151\x6c\x5f\x73\165\x61\x72\141\12\x20\x20\x20\x20\x20\x20\x4a\x4f\111\x4e\40\x74\x62\x6c\x5f\x74\160\x73\12\x20\x20\40\40\40\x20\x4f\116\x20\x74\142\x6c\137\150\x61\x73\x69\x6c\x5f\163\165\x61\162\141\56\x69\x64\137\x74\x70\163\40\75\x20\164\142\154\x5f\x74\160\163\56\151\144\137\x74\x70\x73\12\x20\x20\x20\40\40\x20\112\117\x49\x4e\40\153\x65\154\165\162\141\150\x61\156\xa\40\40\x20\x20\40\40\x4f\116\x20\x74\142\154\137\164\160\x73\x2e\x69\144\x5f\x6b\x65\x6c\40\x3d\40\x6b\145\x6c\x75\x72\x61\x68\141\x6e\56\151\x64\137\153\145\154\xa\40\40\40\40\x20\40\112\x4f\x49\116\x20\153\x65\143\x61\155\141\164\x61\x6e\12\40\x20\x20\40\x20\x20\x4f\116\x20\153\145\154\x75\x72\141\150\141\x6e\56\x69\144\x5f\x6b\x65\x63\40\75\40\x6b\x65\x63\141\x6d\141\164\x61\x6e\56\151\x64\137\x6b\145\x63\12\40\x20\x20\40\40\x20\x4a\x4f\x49\116\40\153\141\x62\x75\160\141\164\145\156\xa\x20\x20\x20\x20\40\40\117\x4e\x20\153\x65\143\141\155\x61\x74\x61\x6e\x2e\x69\x64\x5f\153\x61\x62\x20\x3d\40\x6b\x61\142\165\x70\x61\164\x65\156\56\151\144\137\153\141\x62\12\x20\x20\40\x20\x20\x20\x4a\x4f\x49\116\40\x74\142\154\137\160\x73\x6c\xa\40\40\40\40\40\x20\x4f\x4e\40\164\142\x6c\137\x70\x73\x6c\56\151\144\137\160\163\x6c\x20\x3d\40\x74\142\154\137\x68\141\163\151\x6c\x5f\163\165\141\162\141\x2e\x69\144\x5f\160\163\x6c\12\x20\x20\40\40\40\40\x57\x48\x45\122\x45\x20\153\145\x6c\165\x72\141\150\x61\156\56\x69\x64\137\153\145\154\x3d\47{$idkel}\x27\40\101\116\104\40\x74\142\154\x5f\160\163\x6c\x2e\151\x73\x5f\x61\143\x74\151\x76\145\40\x3d\47\61\x27";
}
}
}
}
$data = mysql_fetch_array(mysql_query($query));
return $data;
}
goto jotKL;
jotKL:
function getTps($type, $idtps)
{
if ($type == 0) {
$query = mysql_query("\123\x45\x4c\x45\x43\124\x20\x53\x55\x4d\x28\164\x62\x6c\x5f\164\160\x73\56\155\x61\170\x5f\164\160\x73\51\40\141\163\40\155\141\170\137\x74\160\163\40\x46\x52\x4f\x4d\x20\164\142\x6c\137\164\x70\x73\xa\40\40\40\40\x4a\x4f\111\x4e\40\153\145\154\x75\x72\141\150\x61\x6e\xa\x20\40\x20\x20\117\x4e\40\x74\142\x6c\x5f\x74\160\x73\x2e\151\144\x5f\x6b\x65\x6c\40\x3d\x20\x6b\x65\x6c\165\x72\141\150\141\156\56\x69\144\137\153\x65\154\12\40\40\x20\40\x4a\117\x49\x4e\40\153\x65\143\141\x6d\x61\164\141\x6e\xa\40\x20\x20\40\x4f\x4e\40\x6b\145\154\165\162\141\150\141\x6e\56\151\x64\137\x6b\145\x63\40\x3d\x20\153\x65\143\x61\x6d\141\x74\141\x6e\x2e\151\x64\137\x6b\145\143\xa\40\x20\40\x20\112\x4f\x49\x4e\40\153\x61\x62\165\x70\x61\164\x65\156\12\x20\40\40\40\x4f\116\x20\153\x65\143\x61\155\141\x74\141\x6e\x2e\x69\144\137\153\x61\142\x20\x3d\x20\x6b\x61\x62\x75\160\x61\164\x65\156\x2e\x69\144\x5f\153\x61\142\xa\40\x20\x20\x20\x57\110\105\122\105\40\x74\142\x6c\137\x74\x70\163\56\151\144\137\164\x70\163\x3d\x27{$idtps}\47");
} else {
if ($type == 1) {
$query = mysql_query("\x53\105\114\105\x43\124\x20\103\x4f\125\116\x54\50\164\142\154\x5f\164\x70\x73\56\151\x64\x5f\x74\x70\163\51\40\141\x73\40\164\160\163\x69\156\160\x75\164\x20\x46\122\117\x4d\x20\164\142\x6c\x5f\164\x70\163\12\40\40\40\40\x4a\117\111\116\40\153\x65\x6c\x75\x72\141\x68\141\156\xa\x20\40\40\x20\x4f\116\x20\x74\142\154\x5f\x74\160\163\x2e\x69\x64\x5f\153\145\154\x20\x3d\40\x6b\x65\x6c\x75\162\141\x68\x61\x6e\x2e\151\x64\137\153\145\x6c\12\x20\x20\x20\40\112\x4f\111\x4e\40\153\x65\143\141\155\141\x74\x61\x6e\12\40\x20\40\x20\117\x4e\40\x6b\145\154\165\162\x61\x68\141\x6e\56\151\x64\137\153\145\x63\40\75\x20\x6b\145\x63\141\155\141\164\141\156\56\151\x64\137\x6b\x65\x63\12\x20\x20\40\40\x4a\117\x49\116\40\x6b\x61\x62\165\x70\141\x74\145\x6e\12\x20\x20\40\40\x4f\116\x20\153\x65\143\x61\x6d\x61\164\141\156\x2e\151\x64\137\153\x61\x62\40\75\x20\153\x61\142\165\x70\141\x74\145\x6e\56\151\144\137\153\x61\142\x20\xa\40\x20\40\x20\127\x48\105\x52\105\40\x74\142\154\137\164\x70\x73\56\151\144\x5f\x74\x70\x73\75\x27{$idtps}\x27\x20\x41\116\x44\x20\x74\x62\154\x5f\164\160\x73\x2e\x73\164\x61\x74\165\163\x5f\164\160\163\75\x27\61\x27");
} else {
if ($type == 2) {
$query = mysql_query("\x53\105\x4c\105\103\124\40\103\117\x55\x4e\124\x28\x74\x62\154\x5f\x74\160\163\56\151\144\137\164\160\x73\x29\40\x61\x73\x20\142\x6c\155\164\160\163\x69\x6e\160\x75\164\x20\106\x52\117\115\x20\164\142\154\x5f\164\160\x73\xa\40\40\x20\40\112\x4f\x49\116\40\x6b\x65\154\165\162\141\150\x61\156\xa\x20\40\40\x20\117\x4e\40\x74\142\154\137\164\160\163\x2e\151\x64\x5f\153\145\154\x20\x3d\x20\x6b\x65\x6c\165\162\x61\150\141\156\56\151\x64\x5f\153\x65\154\12\40\40\40\40\x4a\117\x49\116\x20\153\145\143\141\155\141\x74\x61\156\xa\x20\40\40\x20\117\x4e\x20\153\x65\154\x75\x72\x61\150\x61\156\56\x69\x64\137\x6b\x65\143\x20\75\40\x6b\145\x63\141\155\x61\164\x61\x6e\56\151\x64\137\x6b\145\x63\12\40\x20\x20\40\112\117\x49\x4e\40\x6b\x61\x62\165\160\x61\x74\x65\156\12\x20\x20\40\40\117\x4e\x20\153\x65\143\x61\x6d\x61\x74\x61\156\x2e\151\144\137\153\x61\x62\x20\75\x20\153\141\x62\x75\x70\x61\164\145\x6e\56\x69\x64\x5f\153\x61\x62\x20\xa\x20\40\40\40\127\x48\105\x52\x45\40\x74\x62\154\137\x74\160\x73\56\151\x64\137\164\x70\163\x3d\x27{$idtps}\47\x20\101\x4e\104\40\x74\x62\x6c\137\x74\x70\163\56\x73\164\x61\164\x75\163\x5f\x74\160\163\75\x27\60\x27");
} else {
if ($type == 3) {
$query = mysql_query("\123\x45\114\105\103\124\40\x43\x4f\125\116\124\50\164\142\x6c\137\x74\x70\163\x2e\151\144\137\164\x70\x73\51\40\141\x73\40\x73\145\155\165\141\164\160\163\40\x46\122\117\115\40\x74\x62\x6c\137\164\160\x73\12\40\40\x20\40\x4a\x4f\111\116\40\x6b\x65\154\x75\162\x61\x68\x61\x6e\12\x20\x20\x20\x20\x4f\116\40\x74\142\154\x5f\164\x70\x73\x2e\151\144\x5f\x6b\x65\x6c\x20\x3d\x20\153\145\154\x75\x72\x61\x68\141\x6e\x2e\x69\x64\137\153\145\154\xa\x20\40\40\40\112\117\111\x4e\40\x6b\145\x63\x61\155\141\164\x61\x6e\12\x20\40\x20\40\117\x4e\x20\x6b\x65\x6c\x75\x72\x61\150\x61\156\x2e\151\144\x5f\153\145\x63\x20\75\x20\x6b\x65\143\x61\x6d\x61\x74\141\x6e\x2e\x69\144\137\153\145\143\12\40\40\40\40\112\117\x49\116\x20\153\x61\142\165\160\141\164\x65\x6e\12\x20\40\40\40\x4f\116\40\153\145\143\x61\x6d\141\164\x61\156\x2e\x69\x64\x5f\153\x61\x62\40\75\40\x6b\x61\x62\165\160\x61\164\x65\156\x2e\x69\x64\137\153\x61\x62\xa\x20\x20\40\40\x57\x48\x45\x52\105\x20\164\x62\x6c\x5f\x74\160\163\56\x69\x64\137\x74\x70\163\x3d\x27{$idtps}\47");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto wZ7eO;
EIiKh:
function getStatusin($id)
{
if ($id == 0) {
return "\74\x73\160\x61\x6e\40\143\x6c\141\x73\163\x3d\47\x62\141\x64\147\x65\x20\x62\x67\55\160\x72\151\155\141\x72\171\47\76\x42\145\x6c\x75\155\x20\x49\x6e\160\x75\x74\74\x2f\x73\x70\141\x6e\76";
} else {
return "\74\163\x70\x61\x6e\40\143\x6c\141\x73\x73\75\47\x62\x61\144\x67\x65\x20\x62\x67\x2d\163\x75\143\x63\x65\163\163\x27\x3e\123\165\x64\x61\150\x20\111\x6e\x70\x75\164\x3c\x2f\163\x70\x61\x6e\x3e";
}
}
goto imxSY;
CBa1d:
$NamaPerusahaan = "\x4b\x4b\x4e";
goto WNqKO;
aawTS:
function getKelur($idkeca)
{
$sql = mysql_query("\x53\x45\x4c\x45\103\x54\40\52\x20\106\x52\117\x4d\x20\x6b\x65\x6c\x75\162\x61\150\141\156\12\x20\x20\40\40\40\40\x4a\117\x49\116\x20\153\x65\143\141\x6d\141\x74\141\x6e\xa\40\40\40\40\40\x20\x4f\116\40\153\x65\154\x75\162\141\x68\x61\156\x2e\151\x64\137\153\x65\x63\40\x3d\x20\153\145\x63\x61\x6d\x61\164\141\156\x2e\x69\144\x5f\153\145\x63\12\40\x20\40\40\40\40\112\117\x49\x4e\x20\153\141\142\x75\160\x61\x74\x65\156\12\x20\40\x20\x20\x20\40\x4f\116\x20\x6b\x65\143\141\x6d\141\164\x61\x6e\x2e\151\x64\x5f\x6b\x61\x62\x20\x3d\40\x6b\141\142\x75\160\141\x74\x65\x6e\56\151\x64\137\x6b\x61\x62\12\x20\40\x20\40\x20\40\x57\x48\x45\122\105\40\x6b\145\x6c\x75\x72\x61\x68\141\156\56\x69\144\x5f\153\145\x63\40\x3d\47{$idkeca}\x27");
$data = mysql_num_rows($sql);
return $data;
}
goto vcp5g;
oJ28C:
function Konfigurasi($input)
{
$query = mysql_query("\x53\105\114\x45\x43\x54\40" . $input . "\40\x61\x73\40\x68\141\x73\x69\154\40\106\122\117\x4d\x20\164\142\x6c\137\x6b\x6f\156\146\x69\147\x20\x4c\111\x4d\111\124\x20\61");
$row = mysql_fetch_array($query);
return $row["\x68\141\163\x69\154"];
}
goto T7y5u;
S3VVg:
function getKab($id, $field)
{
$sql = mysql_query("\x53\x45\114\x45\x43\x54\40\x2a\40\106\x52\x4f\x4d\x20\x6b\141\x62\x75\160\141\164\x65\x6e\x20\x77\x68\145\x72\x65\40\151\144\137\x6b\141\x62\x20\75\x20\47{$id}\47");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto VqDfq;
rfdws:
function getKel($id, $field)
{
$sql = mysql_query("\x53\105\114\105\x43\124\x20\x2a\x20\106\x52\117\115\40\153\145\154\x75\x72\x61\x68\141\156\x20\x77\150\x65\x72\x65\x20\x69\x64\137\x6b\x65\x6c\x20\x3d\x20\x27{$id}\x27");
$data = mysql_fetch_array($sql);
return $data[$field];
}
goto PKX6Z;
Rlw6o:
function getTpsFlter($type, $idwil)
{
if ($type == 0) {
$query = "\123\x45\x4c\x45\103\x54\x20\52\40\106\x52\x4f\115\40\x74\x62\154\x5f\x74\160\163\xa\x20\x20\x20\x20\x20\x20\112\117\x49\x4e\x20\153\x65\x6c\165\162\x61\150\141\156\12\40\40\x20\x20\40\x20\117\116\40\164\142\154\x5f\x74\x70\x73\56\151\144\137\x6b\145\154\40\75\x20\153\145\x6c\x75\162\x61\x68\x61\156\x2e\151\x64\x5f\153\145\154\12\40\40\x20\40\40\40\x4a\117\x49\x4e\40\x6b\x65\143\x61\x6d\x61\x74\141\156\xa\x20\40\x20\x20\x20\x20\117\x4e\40\x6b\145\x6c\x75\162\x61\150\x61\x6e\56\151\144\x5f\x6b\x65\143\x20\75\40\153\145\143\141\155\141\x74\x61\156\56\151\144\137\153\145\x63\12\x20\x20\40\x20\40\40\112\117\111\x4e\x20\153\x61\142\165\x70\x61\x74\145\156\xa\x20\40\40\40\x20\40\x4f\x4e\40\153\145\x63\141\x6d\141\164\x61\156\x2e\x69\x64\x5f\x6b\141\142\x20\75\40\153\x61\142\165\x70\141\164\x65\156\x2e\151\144\x5f\x6b\141\142\40\x4f\x52\x44\x45\x52\x20\102\x59\40\153\145\154\x75\x72\x61\x68\141\x6e\x2e\x6e\141\x6d\x61";
} elseif ($type == 1) {
$query = "\123\105\114\105\103\124\x20\x2a\x20\106\122\x4f\115\x20\164\x62\x6c\x5f\164\x70\x73\40\xa\x20\x20\40\x20\x20\x20\x4a\117\111\x4e\40\153\145\x6c\x75\162\x61\150\141\156\12\40\x20\40\x20\x20\x20\117\x4e\40\x74\142\154\137\164\160\x73\x2e\x69\144\137\153\145\154\40\75\x20\153\x65\154\165\162\x61\x68\x61\156\56\151\144\x5f\x6b\x65\x6c\12\40\40\x20\x20\40\x20\x4a\117\x49\x4e\40\x6b\x65\143\141\155\x61\164\x61\156\xa\40\40\40\x20\x20\x20\x4f\x4e\40\x6b\x65\154\x75\x72\141\150\x61\156\56\151\x64\x5f\153\145\143\40\x3d\40\x6b\x65\143\141\155\x61\164\x61\156\x2e\151\x64\137\x6b\x65\143\12\40\x20\40\40\x20\x20\x4a\117\111\x4e\x20\153\x61\x62\x75\x70\x61\x74\x65\x6e\xa\40\40\40\40\x20\40\117\116\x20\153\x65\143\141\155\x61\x74\x61\x6e\56\x69\x64\x5f\x6b\141\142\40\75\40\153\x61\x62\x75\x70\x61\x74\x65\156\56\151\144\x5f\x6b\x61\x62\xa\40\40\x20\x20\40\40\127\110\x45\122\105\40\x70\162\x6f\x76\151\x6e\x73\151\x2e\151\x64\x5f\160\x72\x6f\x76\40\75\x20\47{$idwil}\x27\12\x20\40\x20\40\x20\x20\117\x52\104\x45\x52\40\102\131\x20\153\145\x6c\x75\162\141\x68\x61\156\56\x6e\141\x6d\x61";
} elseif ($type == 2) {
$query = "\x53\x45\114\x45\103\x54\x20\x2a\x20\x46\122\x4f\x4d\40\x74\142\x6c\137\164\x70\163\40\xa\40\40\40\x20\x20\x4a\117\x49\116\x20\153\x65\x6c\165\162\x61\x68\141\156\12\x20\40\40\40\40\117\116\40\x74\x62\154\x5f\164\x70\x73\x2e\151\x64\x5f\x6b\x65\x6c\x20\x3d\x20\153\145\154\x75\x72\141\x68\x61\156\x2e\151\144\x5f\153\x65\154\12\x20\40\40\40\40\112\117\x49\x4e\40\x6b\x65\143\141\x6d\141\164\141\x6e\12\x20\40\x20\40\40\x4f\116\40\153\145\x6c\x75\x72\x61\150\141\156\x2e\151\x64\137\x6b\145\143\40\75\40\x6b\x65\143\x61\155\141\x74\141\156\x2e\x69\144\137\x6b\145\x63\12\40\40\x20\x20\x20\x4a\x4f\111\116\x20\x6b\x61\142\x75\x70\141\164\145\x6e\xa\40\x20\x20\x20\x20\x4f\116\x20\153\145\143\141\155\x61\x74\x61\x6e\56\x69\144\137\x6b\141\x62\x20\75\x20\x6b\x61\x62\x75\x70\141\164\x65\x6e\56\151\144\137\x6b\x61\142\xa\x20\40\40\x20\40\x57\x48\x45\x52\105\x20\x6b\141\142\x75\160\x61\164\145\x6e\x2e\151\144\x5f\x6b\x61\142\x20\75\40\x27{$idwil}\x27\12\40\40\40\40\40\x4f\x52\104\105\122\x20\102\131\x20\x6b\145\154\x75\x72\141\150\141\156\56\x6e\141\x6d\141";
} elseif ($type == 3) {
$query = "\x53\x45\114\105\x43\x54\40\52\x20\x46\x52\117\x4d\x20\164\x62\154\x5f\164\160\x73\40\xa\40\x20\x20\x20\x20\x20\112\x4f\x49\116\40\153\x65\154\165\x72\x61\x68\141\156\12\x20\x20\x20\40\40\x20\x4f\x4e\x20\164\142\154\137\164\x70\x73\x2e\151\144\x5f\x6b\145\154\x20\75\x20\153\145\154\x75\x72\x61\150\x61\x6e\56\x69\144\x5f\153\145\154\xa\x20\x20\x20\x20\40\x20\x4a\x4f\x49\x4e\x20\x6b\x65\143\x61\155\141\x74\141\156\12\40\40\40\40\x20\40\x4f\x4e\x20\x6b\x65\154\x75\x72\141\150\141\156\x2e\151\x64\137\x6b\x65\x63\x20\75\x20\x6b\145\x63\x61\x6d\141\164\141\x6e\56\151\x64\137\x6b\x65\143\xa\x20\40\x20\x20\x20\x20\112\x4f\x49\x4e\x20\153\x61\142\x75\x70\141\164\145\x6e\12\x20\x20\40\x20\40\40\117\116\x20\x6b\x65\143\x61\x6d\x61\x74\x61\156\56\151\144\137\x6b\141\142\40\x3d\x20\x6b\141\142\165\160\141\164\x65\x6e\x2e\151\x64\137\153\141\x62\12\x20\40\40\x20\x20\x20\127\x48\105\x52\105\x20\x6b\145\143\x61\155\x61\x74\x61\156\x2e\x69\144\x5f\153\145\x63\x20\75\x20\x27{$idwil}\x27\12\x20\x20\x20\x20\x20\40\x4f\x52\104\105\122\40\x42\131\40\x6b\145\154\165\162\141\x68\x61\156\56\x6e\x61\155\x61";
} elseif ($type == 4) {
$query = "\x53\105\114\105\x43\124\40\52\40\x46\x52\117\x4d\x20\x74\142\x6c\137\x74\160\163\x20\xa\40\40\40\x20\x20\40\x4a\117\x49\x4e\40\x6b\145\x6c\x75\162\141\150\141\156\12\x20\40\40\40\40\40\x4f\116\x20\x74\142\x6c\x5f\x74\160\x73\56\x69\x64\137\153\x65\x6c\x20\x3d\40\x6b\x65\x6c\165\x72\141\150\141\156\56\x69\144\137\x6b\x65\154\xa\40\40\40\x20\40\x20\x4a\117\x49\x4e\40\x6b\x65\143\x61\x6d\141\164\x61\156\12\40\x20\x20\x20\40\40\x4f\116\40\153\x65\154\x75\162\x61\150\x61\x6e\56\x69\144\x5f\x6b\145\143\40\75\x20\x6b\x65\x63\141\x6d\141\x74\141\x6e\56\x69\x64\137\153\145\143\12\x20\x20\x20\40\40\40\x4a\117\x49\116\x20\x6b\141\x62\165\160\x61\164\145\x6e\12\x20\40\40\40\40\x20\117\116\40\153\145\143\x61\x6d\141\x74\x61\156\x2e\151\x64\x5f\x6b\141\142\x20\x3d\40\x6b\141\142\165\x70\x61\164\x65\x6e\56\x69\144\137\153\141\142\12\x20\x20\40\x20\40\40\x57\x48\105\x52\105\x20\x6b\145\154\165\162\141\150\141\156\x2e\x69\144\137\x6b\145\154\40\75\40\x27{$idwil}\47\12\40\40\40\x20\x20\x20\x4f\x52\x44\105\x52\40\102\131\x20\x6b\x65\154\165\162\x61\x68\x61\156\x2e\x6e\141\155\x61";
}
$data = mysql_query($query);
return $data;
}
goto EhDnI;
NA1v7:
$TeleponPerusahaan = "\x30\65\x31\67\x20\x2e\x2e\x2e\x2e\56\x2e\x2e\x2e\x2e\x2e\56\x2e";
goto et39r;
NMOAr:
function getTpskec($type, $idkec)
{
if ($type == 0) {
$query = mysql_query("\123\x45\114\x45\x43\x54\x20\123\125\115\50\164\142\154\x5f\164\x70\x73\56\x6d\x61\x78\x5f\164\x70\163\x29\x20\141\x73\x20\x6d\141\170\x5f\x74\x70\x73\40\x46\122\117\x4d\x20\x74\142\x6c\137\164\160\163\12\40\x20\x20\40\112\117\x49\116\x20\153\x65\154\165\x72\141\150\141\156\12\40\40\40\x20\117\x4e\40\164\x62\154\137\164\160\x73\x2e\x69\144\137\153\x65\x6c\x20\75\x20\x6b\x65\154\165\162\x61\150\x61\x6e\56\x69\x64\x5f\153\x65\154\12\x20\40\40\x20\112\117\x49\116\x20\x6b\145\x63\141\x6d\141\164\x61\156\12\40\40\40\x20\117\x4e\40\153\x65\154\165\x72\x61\x68\141\156\56\151\x64\x5f\x6b\x65\x63\40\x3d\40\x6b\145\x63\x61\x6d\x61\164\141\x6e\56\151\x64\x5f\153\x65\x63\12\x20\40\x20\40\x4a\117\111\116\40\153\141\142\x75\160\x61\x74\x65\156\12\x20\40\40\40\x4f\116\40\x6b\x65\143\x61\x6d\141\164\x61\156\56\x69\144\x5f\x6b\x61\142\40\75\40\x6b\141\x62\x75\160\141\x74\x65\x6e\x2e\151\144\x5f\153\141\142\xa\40\x20\40\40\127\110\x45\x52\105\x20\x6b\145\x63\141\155\x61\164\x61\156\56\x69\x64\x5f\153\145\143\x3d\47{$idkec}\47");
} else {
if ($type == 1) {
$query = mysql_query("\123\105\x4c\105\x43\124\40\x43\x4f\125\x4e\x54\x28\x74\x62\154\137\x74\160\163\56\x69\x64\137\164\160\x73\x29\40\141\x73\40\x74\x70\x73\151\156\160\165\x74\x20\106\122\x4f\x4d\x20\x74\142\154\137\164\160\163\12\40\40\40\40\x4a\x4f\111\116\40\153\145\x6c\165\x72\x61\150\141\x6e\12\x20\x20\40\x20\117\116\40\x74\x62\x6c\x5f\x74\160\x73\56\x69\144\x5f\x6b\145\154\40\75\x20\153\145\154\165\x72\141\150\141\x6e\56\151\144\x5f\153\145\x6c\xa\x20\40\x20\40\x4a\x4f\111\116\x20\153\x65\143\x61\x6d\x61\x74\141\x6e\12\x20\x20\x20\x20\117\116\40\x6b\x65\154\165\162\x61\x68\x61\x6e\x2e\x69\x64\137\x6b\145\x63\40\x3d\x20\153\145\x63\141\x6d\141\x74\141\156\56\151\x64\x5f\153\145\x63\xa\40\x20\40\x20\112\117\x49\116\x20\153\141\142\165\160\x61\164\145\156\xa\x20\x20\40\x20\x4f\x4e\40\x6b\145\x63\x61\x6d\141\164\x61\x6e\x2e\151\x64\137\x6b\141\x62\40\75\40\x6b\x61\142\165\160\x61\164\x65\x6e\56\151\x64\x5f\x6b\x61\142\40\xa\x20\x20\40\x20\127\110\x45\x52\105\x20\153\145\x63\141\x6d\141\164\x61\x6e\56\x69\x64\137\x6b\x65\x63\x3d\47{$idkec}\x27\x20\101\116\104\x20\164\142\x6c\137\164\160\x73\56\163\164\141\164\x75\x73\x5f\164\x70\x73\75\x27\61\47");
} else {
if ($type == 2) {
$query = mysql_query("\x53\105\x4c\x45\x43\124\40\103\x4f\x55\116\124\50\x74\142\154\137\164\160\x73\x2e\x69\x64\x5f\164\160\163\x29\x20\x61\163\40\142\x6c\155\x74\x70\163\151\156\x70\165\x74\x20\106\x52\x4f\x4d\40\164\142\x6c\x5f\164\160\163\12\x20\x20\40\40\x4a\117\111\x4e\x20\153\x65\154\165\x72\141\150\x61\156\xa\x20\40\40\x20\117\x4e\x20\164\x62\154\137\164\160\x73\56\x69\144\137\x6b\x65\x6c\40\75\x20\153\x65\x6c\x75\x72\141\x68\x61\156\x2e\151\x64\137\x6b\x65\x6c\xa\x20\x20\40\40\x4a\x4f\x49\x4e\x20\x6b\145\x63\141\155\141\164\x61\x6e\12\x20\x20\x20\40\117\x4e\x20\153\x65\x6c\x75\x72\141\x68\141\156\x2e\151\x64\x5f\153\145\x63\x20\x3d\x20\x6b\145\143\141\155\x61\x74\141\156\x2e\151\144\137\x6b\145\x63\xa\x20\x20\40\40\x4a\x4f\111\x4e\40\x6b\x61\x62\165\x70\x61\x74\145\x6e\12\40\40\x20\40\117\116\40\x6b\x65\x63\x61\x6d\141\x74\x61\x6e\56\x69\x64\137\153\141\142\x20\x3d\40\x6b\141\x62\x75\160\141\164\x65\156\56\151\x64\x5f\x6b\141\x62\x20\12\40\40\x20\40\x57\110\x45\x52\105\40\153\x65\x63\141\155\x61\164\141\x6e\56\x69\x64\137\153\145\143\x3d\47{$idkec}\47\x20\x41\116\104\40\164\142\x6c\137\x74\160\x73\x2e\x73\x74\141\164\x75\x73\137\x74\160\x73\75\47\x30\47");
} else {
if ($type == 3) {
$query = mysql_query("\123\x45\114\105\x43\124\40\103\117\125\116\x54\x28\x74\142\154\137\x74\x70\x73\x2e\x69\144\137\164\x70\163\x29\40\x61\x73\40\163\145\x6d\x75\x61\x74\160\x73\40\x46\x52\x4f\115\40\x74\142\154\x5f\x74\x70\x73\xa\40\x20\40\x20\112\x4f\111\116\x20\x6b\x65\154\165\x72\141\x68\x61\156\xa\40\x20\x20\40\117\x4e\40\164\x62\x6c\x5f\164\x70\163\x2e\x69\x64\137\x6b\145\154\40\x3d\x20\153\145\x6c\165\162\x61\150\141\x6e\56\151\144\137\x6b\145\x6c\xa\40\40\x20\40\112\x4f\x49\x4e\40\x6b\x65\143\141\155\x61\x74\141\156\12\40\x20\x20\x20\x4f\116\x20\153\145\x6c\x75\162\x61\150\141\x6e\x2e\151\144\x5f\x6b\145\x63\x20\75\40\x6b\x65\143\x61\155\x61\164\x61\156\56\x69\x64\x5f\153\145\x63\xa\40\x20\40\x20\x4a\117\x49\x4e\x20\153\x61\142\165\160\141\x74\x65\156\xa\x20\x20\x20\40\x4f\116\x20\153\x65\143\x61\155\x61\164\141\156\56\x69\144\x5f\153\141\x62\x20\x3d\x20\153\141\x62\x75\x70\141\x74\x65\156\56\151\x64\137\x6b\141\142\12\40\x20\x20\40\x57\110\x45\122\105\x20\x6b\145\143\x61\155\141\164\141\156\x2e\151\144\x5f\153\x65\x63\x3d\47{$idkec}\x27");
}
}
}
}
$data = mysql_fetch_array($query);
return $data;
}
goto I8zJa;
imxSY:
function getStatussaksi($id)
{
if ($id == 0) {
return "\74\163\x70\x61\x6e\40\143\x6c\141\x73\163\75\x27\142\x61\144\x67\145\x20\x62\147\x2d\144\x61\156\147\145\162\47\76\x42\x65\154\165\x6d\40\x41\153\164\151\146\x3c\57\163\160\141\x6e\76";
} else {
return "\74\x73\x70\x61\156\x20\143\x6c\141\163\163\75\x27\x62\x61\x64\x67\x65\x20\142\147\x2d\x73\x75\x63\x63\145\163\163\x27\x3e\101\x6b\x74\151\x66\74\x2f\163\160\141\x6e\76";
}
}
goto I6HOI;
I6HOI:
function getnokord()
{
$sql = mysql_query("\x53\105\114\x45\103\x54\40\x4d\x41\130\50\x6e\x6f\137\153\x6f\157\x72\144\x29\x20\101\123\40\151\144\x20\x46\122\x4f\115\40\x74\x62\154\x5f\x64\146\x74\x5f\x6b\157\157\x72\x64");
$data = mysql_fetch_array($sql);
$noUrut = (int) substr($data["\151\144"], -4);
$noUrut++;
$newID = "\x4b\122\104\55" . sprintf("\x25\60\64\x73", $noUrut);
return $newID;
}
goto xjocM;
CsTBz:
function getdts($type, $id)
{
if ($type == 0) {
$query = "\x53\105\x4c\105\x43\x54\40\x2a\40\106\x52\x4f\x4d\40\164\142\x6c\x5f\163\141\153\x73\x69\40\12\x20\x20\40\x20\x4a\x4f\111\116\x20\x74\x62\x6c\137\164\160\x73\xa\40\x20\40\x20\117\116\x20\164\142\x6c\137\x73\x61\153\163\151\x2e\x69\x64\x5f\164\160\163\x20\x3d\40\164\x62\154\137\164\160\x73\56\x69\144\137\164\160\163\40\xa\40\x20\40\x20\112\x4f\x49\116\40\153\145\154\165\162\x61\150\x61\x6e\12\40\x20\x20\x20\117\116\40\164\142\154\137\164\x70\x73\56\151\144\137\153\x65\x6c\40\x3d\x20\153\145\x6c\165\x72\x61\x68\141\156\x2e\151\144\137\153\145\x6c\xa\40\40\40\x20\112\117\111\x4e\x20\153\145\143\x61\155\141\x74\141\x6e\12\x20\x20\40\40\117\116\40\153\x65\x6c\x75\x72\x61\150\x61\x6e\56\x69\x64\137\153\x65\143\x20\75\40\153\x65\143\x61\155\x61\164\x61\156\x2e\151\x64\137\153\145\x63\12\x20\x20\40\x20\112\x4f\111\x4e\x20\x6b\x61\142\x75\160\141\164\x65\156\12\x20\x20\x20\40\x4f\x4e\x20\153\145\143\x61\x6d\x61\164\x61\x6e\x2e\151\x64\x5f\153\x61\142\40\x3d\40\x6b\141\x62\x75\x70\141\x74\145\156\x2e\x69\x64\x5f\153\141\142\12\x20\40\40\x20\x4a\x4f\x49\116\40\x70\x72\x6f\x76\151\x6e\x73\151\xa\40\40\x20\40\x4f\116\x20\153\x61\142\x75\x70\141\x74\x65\x6e\x2e\151\144\137\160\x72\157\x76\40\x3d\40\x70\162\157\166\151\x6e\163\151\x2e\151\x64\137\160\162\x6f\166\xa\40\40\40\x20\x57\110\105\122\x45\40\164\x62\x6c\137\x73\x61\153\x73\151\x2e\x69\144\137\163\141\153\163\151\x3d\x27{$id}\x27";
} else {
if ($type == 1) {
$query = "\123\x45\114\105\103\x54\x20\52\x20\x46\122\117\x4d\x20\x74\142\x6c\x5f\x73\141\x6b\x73\x69\x20\12\40\x20\40\x20\x4a\117\x49\x4e\x20\x74\142\x6c\137\164\x70\163\12\x20\x20\x20\x20\x4f\x4e\x20\x74\142\x6c\137\163\x61\153\x73\x69\x2e\151\144\137\x74\x70\163\x20\x3d\40\164\x62\154\x5f\x74\160\163\56\x69\x64\137\x74\160\x73\x20\xa\x20\x20\x20\x20\x4a\x4f\x49\116\40\x6b\145\154\x75\x72\141\150\141\156\12\x20\x20\40\40\117\116\40\x74\x62\x6c\x5f\x74\160\x73\x2e\x69\144\137\x6b\145\154\x20\x3d\40\x6b\145\x6c\165\x72\x61\150\141\x6e\56\x69\x64\137\x6b\145\154\xa\40\x20\x20\40\x4a\117\x49\x4e\40\x6b\145\x63\x61\155\x61\x74\x61\x6e\xa\x20\x20\40\40\117\x4e\40\x6b\145\x6c\165\162\x61\x68\x61\156\x2e\151\144\137\x6b\145\x63\x20\x3d\40\x6b\x65\x63\141\x6d\141\x74\141\156\x2e\x69\144\x5f\153\145\143\12\40\x20\x20\x20\x4a\x4f\x49\x4e\40\153\x61\142\x75\160\141\x74\x65\x6e\xa\x20\40\x20\x20\117\116\x20\x6b\145\143\141\155\141\x74\x61\x6e\56\151\x64\137\153\x61\x62\40\75\40\153\x61\142\x75\160\x61\164\x65\156\x2e\151\144\137\x6b\141\142\xa\40\x20\x20\40\112\x4f\111\x4e\40\160\162\157\166\151\x6e\163\x69\xa\x20\x20\40\40\x4f\116\40\153\x61\142\x75\160\141\164\x65\156\x2e\x69\x64\x5f\160\162\x6f\166\x20\x3d\40\x70\x72\x6f\x76\151\156\x73\151\x2e\151\x64\137\160\162\x6f\x76\12\x20\40\40\x20\127\110\105\122\105\x20\164\x62\x6c\x5f\x73\141\x6b\x73\151\56\151\x64\137\163\x61\x6b\163\x69\x3d\x27{$id}\x27";
}
}
$data = mysql_query($query);
return $data;
}
Function Calls
None |
Stats
MD5 | 6d25231c38fa76d02c2c022811d8d008 |
Eval Count | 0 |
Decode Time | 94 ms |