Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
("\x4e\x6f\x20\x64\x69\162\x65\143\x74\x20\163\x63\x72\151\160\x74\40\x61\x63\x63\x65\x73\..
Decoded Output download
<? ("No direct script access allowed"); class Users_model extends CI_Model { public function getDatausers($id = null) { goto VLJQX; ig78d: $this->datatables->join("users", "users_groups.user_id=users.id"); goto g5qj5; RWPhK: $this->datatables->from("users_groups"); goto ig78d; VLJQX: $this->db->query("SET SQL_BIG_SELECTS=1"); goto VX6p5; Xv_ae: return $this->datatables->generate(); goto uKaK0; g5qj5: $this->datatables->join("groups", "users_groups.group_id=groups.id"); goto N6seJ; mEdWK: $this->datatables->where("users.id !=", $id); goto T7ZRG; N6seJ: if (!($id !== null)) { goto yWN2g; } goto mEdWK; VX6p5: $this->datatables->select("users.id, username, first_name, last_name, email, FROM_UNIXTIME(created_on) as created_on, last_login, active, groups.name as level"); goto RWPhK; T7ZRG: yWN2g: goto Xv_ae; uKaK0: } public function getLevelGuru() { $query = $this->db->get("level_guru")->result(); return $query; } public function getDataadmin() { goto pW_fn; BiWBv: $this->datatables->select("users.id, username, first_name, last_name, email, FROM_UNIXTIME(created_on) as created_on, last_login, active, groups.name as level"); goto a8wQJ; CRO2k: return $this->datatables->generate(); goto PkO9r; a8wQJ: $this->datatables->from("users_groups"); goto BHurd; BHurd: $this->datatables->join("users", "users_groups.user_id=users.id"); goto JkwSg; liA7v: $this->datatables->where("group_id =", 1); goto CRO2k; pW_fn: $this->db->query("SET SQL_BIG_SELECTS=1"); goto BiWBv; JkwSg: $this->datatables->join("groups", "users_groups.group_id=groups.id"); goto liA7v; PkO9r: } public function getUserGuru($tp, $smt) { goto cVVgc; OEZxF: return $this->datatables->generate(); goto zlfER; juHAP: $this->datatables->select("a.id_guru, a.nama_guru, a.username, a.password, c.level, e.id, " . "(SELECT COUNT(id) FROM users WHERE e.username = a.username) AS aktif, " . "(SELECT COUNT(login) FROM login_attempts WHERE login_attempts.login = a.username) AS reset"); goto VBv8I; VBv8I: $this->datatables->from("master_guru a"); goto EB8_X; EB8_X: $this->datatables->join("jabatan_guru b", "a.id_guru=b.id_guru AND b.id_tp=" . $tp . " AND b.id_smt=" . $smt . '', "left"); goto cz053; cVVgc: $this->db->query("SET SQL_BIG_SELECTS=1"); goto juHAP; HNNnw: $this->datatables->join("users e", "a.username=e.username", "left"); goto OEZxF; cz053: $this->datatables->join("level_guru c", "b.id_jabatan=c.id_level", "left"); goto HNNnw; zlfER: } public function getDataGuru($id) { goto jZdpv; iTR9V: $this->db->from("master_guru"); goto nypCW; nypCW: $this->db->where("id_guru", $id); goto UimxJ; jZdpv: $this->db->select("*"); goto iTR9V; zDxet: return $query; goto fz8PU; UimxJ: $query = $this->db->get()->row(); goto zDxet; fz8PU: } public function getDetailGuru($id) { goto ZbCom; ZbCom: $this->db->query("SET SQL_BIG_SELECTS=1"); goto y_nRf; K2RJX: return $query; goto ZJP_U; LIvkK: $this->db->join("users e", "a.username=e.username", "left"); goto H22Hm; jL850: $this->db->from("master_guru a"); goto m_u8i; NScTh: $this->db->join("level_guru c", "b.id_jabatan=c.id_level", "left"); goto LIvkK; H22Hm: $this->db->where("a.id_guru", $id); goto JOisC; JOisC: $query = $this->db->get()->row(); goto K2RJX; y_nRf: $this->db->select("a.id_guru, a.nama_guru, a.username, a.password, a.email, c.level, e.id, (SELECT COUNT(id) FROM users WHERE e.username = a.username) AS aktif"); goto jL850; m_u8i: $this->db->join("jabatan_guru b", "a.id_guru=b.id_guru", "left"); goto NScTh; ZJP_U: } public function getGuruByUsername($username) { goto IjttV; Zn2OU: return $query; goto xblQE; IjttV: $this->db->where("username", $username); goto tcJ11; tcJ11: $query = $this->db->get("master_guru")->row(); goto Zn2OU; xblQE: } public function getSiswaByUsername($username) { goto sfO30; RNUX2: $query = $this->db->get("master_siswa")->row(); goto DdZTK; sfO30: $this->db->where("username", $username); goto RNUX2; DdZTK: return $query; goto JkXLz; JkXLz: } public function getUsers($username) { goto rgNrC; dkHet: return $query; goto dGx16; HWqfp: $query = $this->db->get("users")->row(); goto dkHet; rgNrC: $this->db->where("username", $username); goto HWqfp; dGx16: } public function getGroupSiswa() { goto zLKmV; J4DRH: $this->db->join("users b", "a.user_id=b.id", "left"); goto qZdCi; WTg4q: return $query; goto cb0Mg; bu1ce: $this->db->from("users_groups a"); goto J4DRH; NYuJ5: $query = $this->db->get()->result(); goto WTg4q; qZdCi: $this->db->where("group_id", 3); goto NYuJ5; zLKmV: $this->db->select("*"); goto bu1ce; cb0Mg: } public function getKelas($tp, $smt) { goto g1Rdb; g1Rdb: $this->db->where("id_tp", $tp); goto CEOlk; uDwHJ: $query = $this->db->get("master_kelas")->result(); goto K5GV1; K5GV1: return $query; goto E3uhN; CEOlk: $this->db->where("id_smt", $smt); goto uDwHJ; E3uhN: } public function getMapel() { $query = $this->db->get("master_mapel")->result(); return $query; } public function getUserSiswaPage($id_tp, $id_smt, $offset, $limit, $search = null, $sort = null, $order = null) { goto vpkIF; ahw1K: $this->db->order_by("ISNULL(f.level_id), f.level_id ASC"); goto SUAMt; etKDR: $this->db->order_by("a.nama", "ASC"); goto d0WEV; veswI: moB2l: goto kdsfx; seDAT: $this->db->or_like("a.nisn", $search); goto veswI; Hm5Jl: $this->db->or_like("a.nis", $search); goto seDAT; kdsfx: return $this->db->get()->result(); goto TaM2s; tX7fd: $this->db->from("master_siswa a"); goto pbj4o; d0WEV: if (!($search != null)) { goto moB2l; } goto xDhug; SUAMt: $this->db->order_by("f.nama_kelas", "ASC"); goto etKDR; pbj4o: $this->db->limit($limit, $offset); goto kLkji; kLkji: $this->db->join("kelas_siswa d", "d.id_siswa=a.id_siswa AND d.id_tp = " . $id_tp . " AND d.id_smt = " . $id_smt . '', "left"); goto omD1e; xDhug: $this->db->like("a.nama", $search); goto Hm5Jl; omD1e: $this->db->join("master_kelas f", "f.id_kelas=d.id_kelas", "left"); goto ahw1K; vpkIF: $this->db->select("a.id_siswa, a.nis, a.foto, a.nama, a.username, a.password, d.id_kelas, " . "f.nama_kelas, (SELECT COUNT(id) FROM users WHERE users.username = a.username) AS aktif, " . "(SELECT COUNT(login) FROM login_attempts WHERE login_attempts.login = a.username) AS reset"); goto tX7fd; TaM2s: } public function getUserSiswaTotalPage($search = null) { goto H0WaY; H0WaY: $this->db->select("id_siswa"); goto fnYFd; kBFxt: $this->db->or_like("nisn", $search); goto yNddQ; KcFju: if (!($search != null)) { goto F_fgf; } goto MFaIm; fnYFd: $this->db->from("master_siswa"); goto KcFju; Pbf0X: return $this->db->get()->num_rows(); goto vOUW8; MFaIm: $this->db->like("nama", $search); goto zgt2v; yNddQ: F_fgf: goto Pbf0X; zgt2v: $this->db->or_like("nis", $search); goto kBFxt; vOUW8: } public function getUserSiswa($tp, $smt) { goto vjsF6; emjf3: return $this->datatables->generate(); goto AKDiQ; owHca: $this->datatables->join("master_kelas c", "c.id_kelas=b.id_kelas", "left"); goto PRR2L; AUr9F: $this->datatables->from("master_siswa a"); goto Ga606; Ga606: $this->datatables->join("kelas_siswa b", "b.id_siswa=a.id_siswa AND b.id_tp=" . $tp . " AND b.id_smt=" . $smt . '', "left"); goto owHca; JI1tk: $this->datatables->select("a.id_siswa, a.nis,.a.nama, a.username, a.password, c.nama_kelas, d.id, (SELECT COUNT(id) FROM users WHERE d.username = a.username) AS aktif"); goto AUr9F; PRR2L: $this->datatables->join("users d", "d.username=a.username", "left"); goto emjf3; vjsF6: $this->db->query("SET SQL_BIG_SELECTS=1"); goto JI1tk; AKDiQ: } public function getDataSiswa($id) { goto ofDXs; cRo0O: return $query; goto HjXRM; Z4Q3R: $this->db->where("id_siswa", $id); goto Ec2IN; Ec2IN: $query = $this->db->get()->row(); goto cRo0O; ofDXs: $this->db->select("nis, nisn, nama, username, password"); goto ikJr2; ikJr2: $this->db->from("master_siswa"); goto Z4Q3R; HjXRM: } public function getSiswaAktif() { goto ApKSo; JRxIa: return $this->db->get("master_siswa a")->result(); goto YGEoC; ApKSo: $this->db->select("a.id_siswa, a.nis, a.nisn, a.username, a.password, a.nama, c.id, (SELECT COUNT(id) FROM users WHERE users.username = a.username) AS aktif"); goto JxvUT; JxvUT: $this->db->join("users c", "a.username=c.username", "left"); goto JRxIa; YGEoC: } public function getGuruAktif() { goto BZ2jK; BZ2jK: $this->db->select("a.id_guru, c.id, (SELECT COUNT(id) FROM users WHERE users.username = a.username) AS aktif"); goto OBN5D; dUHH_: return $this->db->get("master_guru a")->result(); goto m0BYF; OBN5D: $this->db->join("users c", "a.username=c.username", "left"); goto dUHH_; m0BYF: } } ?>
Did this file decode correctly?
Original Code
("\x4e\x6f\x20\x64\x69\162\x65\143\x74\x20\163\x63\x72\151\160\x74\40\x61\x63\x63\x65\x73\x73\x20\141\x6c\154\x6f\167\145\x64"); class Users_model extends CI_Model { public function getDatausers($id = null) { goto VLJQX; ig78d: $this->datatables->join("\x75\x73\145\162\x73", "\x75\163\145\162\x73\x5f\147\x72\157\165\160\163\56\x75\x73\x65\x72\137\x69\144\x3d\x75\x73\x65\162\163\56\x69\x64"); goto g5qj5; RWPhK: $this->datatables->from("\x75\x73\x65\162\163\x5f\x67\x72\157\x75\160\163"); goto ig78d; VLJQX: $this->db->query("\123\105\124\40\123\121\114\137\102\x49\107\137\x53\x45\114\105\x43\124\123\x3d\x31"); goto VX6p5; Xv_ae: return $this->datatables->generate(); goto uKaK0; g5qj5: $this->datatables->join("\147\162\x6f\165\x70\163", "\165\x73\x65\162\x73\137\x67\x72\x6f\x75\160\x73\x2e\x67\162\157\165\x70\137\x69\x64\75\x67\162\x6f\x75\160\163\x2e\x69\x64"); goto N6seJ; mEdWK: $this->datatables->where("\165\x73\x65\162\163\56\151\144\x20\x21\x3d", $id); goto T7ZRG; N6seJ: if (!($id !== null)) { goto yWN2g; } goto mEdWK; VX6p5: $this->datatables->select("\165\163\145\x72\163\56\x69\144\x2c\40\x75\x73\x65\162\156\141\155\145\54\x20\x66\151\162\163\x74\137\156\141\155\x65\x2c\x20\154\x61\x73\x74\x5f\156\141\x6d\x65\54\x20\x65\155\x61\151\154\54\x20\x46\122\117\x4d\x5f\125\x4e\x49\130\124\111\x4d\x45\50\143\162\x65\x61\164\x65\144\x5f\157\156\51\40\141\163\x20\x63\162\x65\x61\x74\x65\x64\137\157\156\54\x20\x6c\141\163\164\x5f\154\x6f\147\151\156\54\40\x61\x63\164\151\x76\x65\54\x20\147\x72\157\165\x70\163\56\x6e\141\x6d\145\x20\141\163\x20\x6c\145\166\145\154"); goto RWPhK; T7ZRG: yWN2g: goto Xv_ae; uKaK0: } public function getLevelGuru() { $query = $this->db->get("\154\x65\166\145\154\137\x67\x75\162\x75")->result(); return $query; } public function getDataadmin() { goto pW_fn; BiWBv: $this->datatables->select("\x75\163\145\x72\x73\x2e\x69\x64\x2c\40\165\163\x65\x72\156\141\155\x65\x2c\x20\146\151\x72\x73\164\x5f\156\141\x6d\x65\54\40\x6c\141\x73\164\137\x6e\141\155\x65\x2c\40\145\x6d\x61\151\154\54\x20\106\x52\x4f\x4d\137\x55\116\x49\x58\124\111\x4d\x45\x28\x63\162\x65\141\164\x65\144\137\x6f\x6e\x29\x20\x61\163\x20\143\162\x65\141\164\145\144\137\157\x6e\x2c\40\x6c\141\163\x74\137\x6c\157\147\151\x6e\x2c\40\x61\x63\x74\151\166\145\54\40\x67\x72\x6f\x75\160\163\x2e\x6e\141\155\145\x20\141\x73\x20\x6c\145\166\145\x6c"); goto a8wQJ; CRO2k: return $this->datatables->generate(); goto PkO9r; a8wQJ: $this->datatables->from("\165\x73\145\x72\163\137\x67\x72\157\165\160\163"); goto BHurd; BHurd: $this->datatables->join("\165\x73\x65\x72\163", "\165\163\x65\162\x73\137\x67\x72\x6f\165\x70\163\56\x75\x73\x65\x72\x5f\x69\x64\x3d\165\x73\x65\x72\163\x2e\151\x64"); goto JkwSg; liA7v: $this->datatables->where("\x67\162\x6f\x75\160\137\151\x64\40\x3d", 1); goto CRO2k; pW_fn: $this->db->query("\123\x45\x54\x20\x53\x51\114\x5f\x42\111\x47\137\123\x45\114\105\103\x54\123\x3d\61"); goto BiWBv; JkwSg: $this->datatables->join("\147\x72\157\x75\x70\x73", "\165\x73\145\x72\x73\x5f\x67\162\157\x75\x70\x73\x2e\147\x72\157\x75\x70\137\x69\144\x3d\x67\x72\x6f\x75\x70\x73\56\151\x64"); goto liA7v; PkO9r: } public function getUserGuru($tp, $smt) { goto cVVgc; OEZxF: return $this->datatables->generate(); goto zlfER; juHAP: $this->datatables->select("\x61\56\151\x64\137\x67\165\162\x75\54\40\x61\x2e\x6e\x61\155\x61\137\147\x75\162\x75\54\x20\141\x2e\x75\x73\x65\x72\156\141\x6d\145\54\40\x61\x2e\x70\141\x73\x73\167\157\162\x64\54\x20\143\x2e\154\145\166\145\154\54\40\145\56\x69\144\x2c\x20" . "\50\x53\x45\114\x45\103\124\40\x43\x4f\x55\x4e\124\x28\x69\144\x29\x20\x46\122\x4f\x4d\x20\x75\x73\x65\x72\163\x20\127\110\105\122\x45\40\145\x2e\x75\163\145\x72\x6e\141\155\145\40\75\40\x61\56\x75\163\145\x72\x6e\x61\155\x65\x29\40\x41\x53\40\x61\153\164\151\146\54\x20" . "\x28\x53\x45\114\x45\x43\124\40\103\x4f\x55\116\x54\50\x6c\157\147\151\x6e\x29\x20\x46\x52\117\115\40\x6c\157\x67\151\156\137\141\164\164\145\155\160\164\x73\40\127\110\x45\122\x45\40\x6c\157\147\x69\156\137\x61\164\164\145\x6d\x70\x74\163\56\154\x6f\x67\x69\156\x20\x3d\40\141\56\165\163\145\162\x6e\141\x6d\x65\x29\40\101\123\x20\x72\145\x73\x65\164"); goto VBv8I; VBv8I: $this->datatables->from("\155\x61\163\x74\x65\x72\x5f\x67\x75\x72\165\40\x61"); goto EB8_X; EB8_X: $this->datatables->join("\x6a\141\x62\x61\x74\x61\x6e\137\147\165\162\x75\40\142", "\141\56\x69\x64\x5f\147\x75\x72\165\75\x62\x2e\x69\x64\x5f\x67\165\162\165\x20\x41\x4e\x44\40\142\x2e\151\x64\137\164\x70\x3d" . $tp . "\40\101\116\104\40\142\56\151\144\137\163\155\x74\x3d" . $smt . '', "\154\x65\146\x74"); goto cz053; cVVgc: $this->db->query("\123\x45\124\x20\x53\x51\114\137\x42\x49\x47\x5f\123\x45\114\105\x43\x54\x53\75\61"); goto juHAP; HNNnw: $this->datatables->join("\165\x73\145\x72\163\40\x65", "\141\x2e\165\x73\145\x72\156\141\155\145\x3d\x65\56\165\x73\145\162\156\141\155\145", "\154\x65\x66\164"); goto OEZxF; cz053: $this->datatables->join("\154\145\166\145\154\x5f\147\165\162\x75\40\143", "\142\56\x69\x64\137\x6a\x61\x62\141\x74\x61\156\75\143\x2e\151\x64\x5f\154\x65\x76\x65\154", "\x6c\x65\146\x74"); goto HNNnw; zlfER: } public function getDataGuru($id) { goto jZdpv; iTR9V: $this->db->from("\x6d\141\x73\x74\x65\162\x5f\147\x75\162\165"); goto nypCW; nypCW: $this->db->where("\151\x64\137\147\165\162\165", $id); goto UimxJ; jZdpv: $this->db->select("\x2a"); goto iTR9V; zDxet: return $query; goto fz8PU; UimxJ: $query = $this->db->get()->row(); goto zDxet; fz8PU: } public function getDetailGuru($id) { goto ZbCom; ZbCom: $this->db->query("\123\105\x54\40\123\121\x4c\137\102\111\107\137\x53\105\x4c\105\x43\124\123\x3d\61"); goto y_nRf; K2RJX: return $query; goto ZJP_U; LIvkK: $this->db->join("\165\163\145\162\x73\40\145", "\x61\x2e\165\163\x65\x72\156\141\x6d\145\75\x65\x2e\x75\x73\x65\162\x6e\x61\x6d\145", "\x6c\145\x66\164"); goto H22Hm; jL850: $this->db->from("\155\141\x73\x74\145\162\137\x67\165\162\165\x20\141"); goto m_u8i; NScTh: $this->db->join("\x6c\x65\166\x65\x6c\x5f\147\x75\x72\165\40\143", "\x62\56\151\144\137\152\141\142\141\x74\x61\156\75\x63\56\151\144\x5f\x6c\x65\166\145\x6c", "\154\x65\x66\164"); goto LIvkK; H22Hm: $this->db->where("\x61\56\x69\x64\x5f\147\165\162\x75", $id); goto JOisC; JOisC: $query = $this->db->get()->row(); goto K2RJX; y_nRf: $this->db->select("\x61\x2e\x69\x64\137\x67\165\x72\165\x2c\x20\x61\56\x6e\141\x6d\x61\137\x67\165\162\165\54\x20\x61\x2e\x75\163\145\162\x6e\x61\x6d\x65\54\40\141\56\160\141\x73\x73\167\157\162\144\x2c\40\x61\x2e\x65\x6d\x61\x69\154\x2c\40\143\56\154\x65\166\x65\x6c\x2c\40\x65\56\x69\x64\x2c\40\50\123\105\x4c\x45\103\x54\x20\x43\117\x55\x4e\x54\50\151\x64\x29\x20\106\122\117\115\40\x75\x73\x65\162\163\40\x57\110\x45\x52\105\40\145\56\165\x73\145\162\156\141\155\145\x20\75\x20\x61\x2e\165\163\145\x72\x6e\141\155\145\x29\x20\101\123\40\141\153\164\x69\x66"); goto jL850; m_u8i: $this->db->join("\x6a\x61\142\x61\164\x61\x6e\137\x67\x75\162\x75\x20\x62", "\141\x2e\x69\144\137\147\x75\x72\x75\x3d\142\56\151\144\137\147\165\x72\x75", "\154\x65\146\164"); goto NScTh; ZJP_U: } public function getGuruByUsername($username) { goto IjttV; Zn2OU: return $query; goto xblQE; IjttV: $this->db->where("\165\163\x65\x72\x6e\x61\155\x65", $username); goto tcJ11; tcJ11: $query = $this->db->get("\155\x61\163\164\x65\x72\x5f\147\x75\x72\x75")->row(); goto Zn2OU; xblQE: } public function getSiswaByUsername($username) { goto sfO30; RNUX2: $query = $this->db->get("\155\x61\x73\164\145\x72\137\163\x69\x73\167\141")->row(); goto DdZTK; sfO30: $this->db->where("\x75\163\145\162\x6e\141\x6d\x65", $username); goto RNUX2; DdZTK: return $query; goto JkXLz; JkXLz: } public function getUsers($username) { goto rgNrC; dkHet: return $query; goto dGx16; HWqfp: $query = $this->db->get("\165\163\145\x72\163")->row(); goto dkHet; rgNrC: $this->db->where("\165\163\x65\162\156\141\155\145", $username); goto HWqfp; dGx16: } public function getGroupSiswa() { goto zLKmV; J4DRH: $this->db->join("\x75\x73\x65\x72\163\40\x62", "\141\x2e\165\x73\145\162\137\151\x64\x3d\142\x2e\151\144", "\x6c\145\146\x74"); goto qZdCi; WTg4q: return $query; goto cb0Mg; bu1ce: $this->db->from("\165\x73\145\162\x73\x5f\147\162\157\165\x70\x73\x20\141"); goto J4DRH; NYuJ5: $query = $this->db->get()->result(); goto WTg4q; qZdCi: $this->db->where("\x67\162\x6f\165\160\x5f\151\x64", 3); goto NYuJ5; zLKmV: $this->db->select("\x2a"); goto bu1ce; cb0Mg: } public function getKelas($tp, $smt) { goto g1Rdb; g1Rdb: $this->db->where("\151\144\x5f\x74\x70", $tp); goto CEOlk; uDwHJ: $query = $this->db->get("\155\x61\163\x74\145\x72\x5f\153\x65\x6c\x61\x73")->result(); goto K5GV1; K5GV1: return $query; goto E3uhN; CEOlk: $this->db->where("\151\x64\x5f\163\x6d\164", $smt); goto uDwHJ; E3uhN: } public function getMapel() { $query = $this->db->get("\155\141\x73\164\x65\x72\137\155\141\x70\145\x6c")->result(); return $query; } public function getUserSiswaPage($id_tp, $id_smt, $offset, $limit, $search = null, $sort = null, $order = null) { goto vpkIF; ahw1K: $this->db->order_by("\x49\123\116\125\114\114\x28\x66\x2e\x6c\145\x76\145\x6c\137\x69\x64\51\54\x20\x66\x2e\x6c\145\x76\145\154\x5f\x69\144\40\x41\x53\x43"); goto SUAMt; etKDR: $this->db->order_by("\x61\x2e\x6e\141\x6d\x61", "\x41\123\x43"); goto d0WEV; veswI: moB2l: goto kdsfx; seDAT: $this->db->or_like("\141\x2e\156\151\x73\x6e", $search); goto veswI; Hm5Jl: $this->db->or_like("\141\56\156\x69\163", $search); goto seDAT; kdsfx: return $this->db->get()->result(); goto TaM2s; tX7fd: $this->db->from("\x6d\x61\163\164\x65\x72\x5f\x73\x69\163\x77\141\x20\x61"); goto pbj4o; d0WEV: if (!($search != null)) { goto moB2l; } goto xDhug; SUAMt: $this->db->order_by("\146\x2e\x6e\x61\155\x61\x5f\153\145\x6c\141\x73", "\x41\x53\x43"); goto etKDR; pbj4o: $this->db->limit($limit, $offset); goto kLkji; kLkji: $this->db->join("\x6b\x65\154\x61\163\137\163\x69\x73\x77\x61\40\x64", "\144\x2e\151\x64\137\163\x69\163\167\141\75\141\56\x69\x64\x5f\163\151\x73\x77\x61\x20\x41\116\104\40\144\x2e\x69\x64\x5f\164\160\x20\x3d\40" . $id_tp . "\x20\101\x4e\104\x20\x64\56\151\144\x5f\x73\155\164\40\x3d\x20" . $id_smt . '', "\x6c\x65\146\x74"); goto omD1e; xDhug: $this->db->like("\141\56\x6e\141\155\141", $search); goto Hm5Jl; omD1e: $this->db->join("\155\x61\x73\164\145\162\137\153\x65\x6c\x61\163\40\x66", "\146\x2e\151\x64\137\153\x65\x6c\x61\x73\x3d\144\56\x69\144\x5f\x6b\145\154\x61\x73", "\154\145\146\x74"); goto ahw1K; vpkIF: $this->db->select("\x61\x2e\151\144\x5f\163\x69\163\167\141\54\40\141\56\156\151\x73\x2c\x20\x61\x2e\x66\157\x74\x6f\54\40\141\56\156\x61\x6d\x61\x2c\x20\141\x2e\165\x73\145\x72\x6e\141\155\x65\x2c\40\x61\x2e\x70\141\x73\163\167\157\x72\144\54\40\144\56\x69\144\x5f\153\x65\x6c\x61\163\54\40" . "\146\x2e\156\x61\155\141\x5f\153\145\154\x61\163\x2c\x20\50\123\105\114\x45\x43\x54\x20\103\x4f\125\x4e\124\x28\x69\x64\x29\40\106\122\x4f\x4d\x20\x75\x73\145\x72\x73\x20\127\x48\x45\x52\x45\40\x75\x73\145\x72\x73\x2e\165\163\x65\x72\x6e\x61\155\145\40\75\40\141\56\165\163\x65\162\x6e\141\155\x65\51\x20\101\x53\40\x61\153\164\x69\x66\x2c\x20" . "\x28\x53\105\x4c\x45\x43\124\x20\103\117\125\116\x54\50\x6c\x6f\x67\x69\x6e\x29\x20\106\x52\117\x4d\x20\x6c\157\x67\151\x6e\x5f\141\164\164\x65\155\x70\x74\x73\40\127\x48\105\122\x45\x20\x6c\x6f\x67\151\156\x5f\x61\x74\164\145\x6d\160\164\x73\56\x6c\157\147\x69\x6e\x20\75\x20\x61\x2e\x75\x73\145\162\156\141\x6d\x65\x29\x20\x41\x53\x20\x72\x65\x73\x65\x74"); goto tX7fd; TaM2s: } public function getUserSiswaTotalPage($search = null) { goto H0WaY; H0WaY: $this->db->select("\151\x64\137\x73\151\163\167\141"); goto fnYFd; kBFxt: $this->db->or_like("\x6e\151\163\x6e", $search); goto yNddQ; KcFju: if (!($search != null)) { goto F_fgf; } goto MFaIm; fnYFd: $this->db->from("\x6d\141\163\x74\x65\162\137\x73\x69\163\167\x61"); goto KcFju; Pbf0X: return $this->db->get()->num_rows(); goto vOUW8; MFaIm: $this->db->like("\x6e\x61\155\x61", $search); goto zgt2v; yNddQ: F_fgf: goto Pbf0X; zgt2v: $this->db->or_like("\x6e\151\x73", $search); goto kBFxt; vOUW8: } public function getUserSiswa($tp, $smt) { goto vjsF6; emjf3: return $this->datatables->generate(); goto AKDiQ; owHca: $this->datatables->join("\155\x61\x73\164\x65\162\137\x6b\145\x6c\x61\163\x20\143", "\x63\x2e\x69\x64\137\153\145\154\141\163\75\142\56\151\x64\137\x6b\145\x6c\141\163", "\x6c\x65\146\164"); goto PRR2L; AUr9F: $this->datatables->from("\155\141\x73\164\145\162\137\163\x69\163\x77\141\x20\141"); goto Ga606; Ga606: $this->datatables->join("\x6b\x65\x6c\x61\163\137\x73\x69\x73\167\141\40\142", "\x62\56\x69\x64\x5f\x73\151\x73\x77\x61\75\x61\x2e\151\144\137\x73\151\x73\x77\x61\40\101\x4e\104\40\x62\56\x69\144\137\x74\x70\75" . $tp . "\40\x41\116\104\40\x62\56\151\x64\x5f\x73\x6d\x74\x3d" . $smt . '', "\x6c\145\146\164"); goto owHca; JI1tk: $this->datatables->select("\141\x2e\x69\144\137\x73\x69\x73\167\x61\54\40\x61\x2e\x6e\151\163\54\x2e\141\56\x6e\141\155\141\54\x20\141\x2e\x75\x73\145\162\x6e\x61\155\x65\54\40\141\56\160\x61\163\163\167\x6f\162\x64\x2c\x20\143\x2e\x6e\141\155\141\x5f\x6b\x65\x6c\141\163\x2c\x20\x64\x2e\x69\144\x2c\40\x28\123\x45\114\105\103\124\40\x43\x4f\x55\116\124\x28\x69\144\x29\x20\x46\122\117\x4d\40\165\x73\x65\x72\x73\x20\127\110\105\x52\105\40\144\x2e\x75\x73\x65\162\156\x61\x6d\x65\x20\75\x20\x61\x2e\165\163\x65\x72\156\x61\x6d\145\x29\x20\101\x53\x20\141\153\x74\151\x66"); goto AUr9F; PRR2L: $this->datatables->join("\165\163\145\162\163\x20\144", "\144\56\165\x73\145\162\156\141\155\145\x3d\141\x2e\x75\x73\x65\162\156\141\x6d\x65", "\154\x65\146\164"); goto emjf3; vjsF6: $this->db->query("\123\105\124\40\123\121\x4c\x5f\102\111\x47\137\x53\x45\114\105\x43\124\123\x3d\x31"); goto JI1tk; AKDiQ: } public function getDataSiswa($id) { goto ofDXs; cRo0O: return $query; goto HjXRM; Z4Q3R: $this->db->where("\151\x64\x5f\163\x69\x73\167\x61", $id); goto Ec2IN; Ec2IN: $query = $this->db->get()->row(); goto cRo0O; ofDXs: $this->db->select("\156\151\163\54\x20\156\x69\x73\x6e\54\x20\x6e\x61\155\141\54\40\x75\163\145\x72\x6e\x61\155\x65\x2c\x20\160\141\x73\163\x77\x6f\162\144"); goto ikJr2; ikJr2: $this->db->from("\x6d\x61\x73\x74\x65\162\137\x73\151\163\167\x61"); goto Z4Q3R; HjXRM: } public function getSiswaAktif() { goto ApKSo; JRxIa: return $this->db->get("\x6d\141\163\164\145\x72\137\163\151\163\x77\x61\40\x61")->result(); goto YGEoC; ApKSo: $this->db->select("\141\x2e\x69\144\137\163\x69\x73\167\x61\54\x20\141\56\156\151\x73\x2c\40\x61\56\156\x69\x73\x6e\54\40\x61\x2e\x75\x73\145\162\156\x61\x6d\145\x2c\40\x61\x2e\160\141\x73\163\167\157\162\x64\54\40\x61\x2e\156\141\155\x61\54\x20\143\x2e\x69\x64\54\x20\50\x53\105\x4c\x45\103\x54\x20\x43\117\x55\x4e\124\50\151\144\x29\40\106\x52\x4f\115\40\165\x73\145\x72\163\x20\127\x48\x45\x52\x45\x20\x75\x73\x65\162\163\x2e\165\x73\145\x72\156\141\x6d\x65\40\75\x20\141\x2e\x75\163\145\x72\156\141\x6d\145\51\x20\101\x53\x20\x61\153\x74\151\146"); goto JxvUT; JxvUT: $this->db->join("\165\163\x65\x72\x73\x20\143", "\141\x2e\x75\x73\x65\x72\x6e\141\x6d\145\x3d\x63\x2e\165\163\145\162\x6e\141\155\145", "\154\145\146\x74"); goto JRxIa; YGEoC: } public function getGuruAktif() { goto BZ2jK; BZ2jK: $this->db->select("\141\x2e\x69\144\137\x67\x75\x72\165\54\40\143\56\x69\x64\54\x20\50\x53\105\114\x45\103\124\x20\103\117\125\x4e\124\50\x69\x64\x29\x20\x46\122\117\115\40\x75\163\x65\162\x73\40\x57\110\x45\122\105\40\165\x73\x65\x72\x73\56\x75\163\x65\x72\156\x61\x6d\x65\x20\x3d\40\x61\56\165\163\145\x72\x6e\141\155\145\x29\x20\101\123\40\141\x6b\x74\151\146"); goto OBN5D; dUHH_: return $this->db->get("\155\x61\163\164\x65\162\x5f\x67\165\162\165\x20\141")->result(); goto m0BYF; OBN5D: $this->db->join("\165\163\145\162\163\40\143", "\141\x2e\165\x73\x65\x72\156\x61\155\x65\x3d\x63\x2e\x75\x73\x65\162\156\141\155\x65", "\x6c\x65\146\x74"); goto dUHH_; m0BYF: } }
Function Calls
None |
Stats
MD5 | b493ce55e3da53312ceb5bb8ee03e6de |
Eval Count | 0 |
Decode Time | 54 ms |