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 /* ________________________________________ | GarudaCBT ..

Decoded Output download

<?php 
/*   ________________________________________ 
    |                 GarudaCBT              | 
    |    https://github.com/garudacbt/cbt    | 
    |________________________________________| 
*/ 
 defined("BASEPATH") or exit("No direct script access allowed"); class Users_model extends CI_Model { public function getDatausers($id = null) { goto VJXCl; VihIT: if (!($id !== null)) { goto fy1XG; } goto qIFeY; l0LGN: $this->datatables->join("groups", "users_groups.group_id=groups.id"); goto VihIT; qIFeY: $this->datatables->where("users.id !=", $id); goto C4a9e; QwhS2: $this->datatables->from("users_groups"); goto WynPW; C4a9e: fy1XG: goto lvBSR; IbYVC: $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 QwhS2; lvBSR: return $this->datatables->generate(); goto m57J3; VJXCl: $this->db->query("SET SQL_BIG_SELECTS=1"); goto IbYVC; WynPW: $this->datatables->join("users", "users_groups.user_id=users.id"); goto l0LGN; m57J3: } public function getLevelGuru() { return $this->db->get("level_guru")->result(); } public function getDataadmin() { goto BDWRT; BDWRT: $this->db->query("SET SQL_BIG_SELECTS=1"); goto wudJ0; wudJ0: $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 PvhuD; zeXK2: $this->datatables->join("users", "users_groups.user_id=users.id"); goto UKbar; dtBMX: return $this->datatables->generate(); goto tG8VI; UKbar: $this->datatables->join("groups", "users_groups.group_id=groups.id"); goto JFno2; PvhuD: $this->datatables->from("users_groups"); goto zeXK2; JFno2: $this->datatables->where("group_id =", 1); goto dtBMX; tG8VI: } public function getUserGuru($tp, $smt) { goto zjVIf; Fvepz: return $this->datatables->generate(); goto M_llT; EJwhv: $this->datatables->join("jabatan_guru b", "a.id_guru=b.id_guru AND b.id_tp=" . $tp . " AND b.id_smt=" . $smt . '', "left"); goto EniCO; Bw4nt: $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 U5iQw; zjVIf: $this->db->query("SET SQL_BIG_SELECTS=1"); goto Bw4nt; ItxEG: $this->datatables->join("users e", "a.username=e.username", "left"); goto Fvepz; U5iQw: $this->datatables->from("master_guru a"); goto EJwhv; EniCO: $this->datatables->join("level_guru c", "b.id_jabatan=c.id_level", "left"); goto ItxEG; M_llT: } public function getDataGuru($id) { goto eHDZz; nNzwa: $this->db->where("id_guru", $id); goto Q60uV; Q60uV: return $this->db->get()->row(); goto TJljA; FcOYZ: $this->db->from("master_guru"); goto nNzwa; eHDZz: $this->db->select("*"); goto FcOYZ; TJljA: } public function getDetailGuru($id) { goto P6PIr; pNRT2: $this->db->where("a.id_guru", $id); goto jKGjr; jKGjr: return $this->db->get()->row(); goto wcKFK; defSb: $this->db->join("level_guru c", "b.id_jabatan=c.id_level", "left"); goto y0xHj; liRU9: $this->db->from("master_guru a"); goto LRymD; y0xHj: $this->db->join("users e", "a.username=e.username", "left"); goto pNRT2; P6PIr: $this->db->query("SET SQL_BIG_SELECTS=1"); goto hohI1; LRymD: $this->db->join("jabatan_guru b", "a.id_guru=b.id_guru", "left"); goto defSb; hohI1: $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 liRU9; wcKFK: } public function getGuruByUsername($username) { $this->db->where("username", $username); return $this->db->get("master_guru")->row(); } public function getSiswaByUsername($username) { $this->db->where("username", $username); return $this->db->get("master_siswa")->row(); } public function getUsers($username) { $this->db->where("username", $username); return $this->db->get("users")->row(); } public function getGroupSiswa() { goto hcHkb; c1V2R: $this->db->join("users b", "a.user_id=b.id", "left"); goto MIxlT; aIvPp: return $this->db->get()->result(); goto tooKt; MIxlT: $this->db->where("group_id", 3); goto aIvPp; hcHkb: $this->db->select("*"); goto DRzyL; DRzyL: $this->db->from("users_groups a"); goto c1V2R; tooKt: } public function getKelas($tp, $smt) { goto VRqpm; Dvmf9: return $this->db->get("master_kelas")->result(); goto UBfgw; MMv60: $this->db->where("id_smt", $smt); goto Dvmf9; VRqpm: $this->db->where("id_tp", $tp); goto MMv60; UBfgw: } public function getMapel() { return $this->db->get("master_mapel")->result(); } public function getUserSiswaPage($id_tp, $id_smt, $offset, $limit, $search = null, $sort = null, $order = null) { goto X7nYq; wT0e9: $this->db->order_by("f.nama_kelas", "ASC"); goto BaSVJ; X7nYq: $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 oI5iC; i7OUP: $this->db->like("a.nama", $search); goto k2p_a; hiIQS: $this->db->join("master_kelas f", "f.id_kelas=d.id_kelas", "left"); goto UW0pm; N1tXE: $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 hiIQS; YJSY0: $this->db->limit($limit, $offset); goto N1tXE; e02sO: if (!($search != null)) { goto R314T; } goto i7OUP; oI5iC: $this->db->from("master_siswa a"); goto YJSY0; k2p_a: $this->db->or_like("a.nis", $search); goto VWQZY; VWQZY: $this->db->or_like("a.nisn", $search); goto w8uH4; BaSVJ: $this->db->order_by("a.nama", "ASC"); goto e02sO; EFE8p: return $this->db->get()->result(); goto S19Rc; w8uH4: R314T: goto EFE8p; UW0pm: $this->db->order_by("ISNULL(f.level_id), f.level_id ASC"); goto wT0e9; S19Rc: } public function getUserSiswaTotalPage($search = null) { goto Hllgq; tIY6D: tWxZV: goto s60ao; QcVU4: $this->db->or_like("nisn", $search); goto tIY6D; Hllgq: $this->db->select("id_siswa"); goto E0n5Y; e7Kxb: if (!($search != null)) { goto tWxZV; } goto BkCVX; BkCVX: $this->db->like("nama", $search); goto jL_dL; jL_dL: $this->db->or_like("nis", $search); goto QcVU4; s60ao: return $this->db->get()->num_rows(); goto LXeZw; E0n5Y: $this->db->from("master_siswa"); goto e7Kxb; LXeZw: } public function getUserSiswa($tp, $smt) { goto K999b; uxQ0l: $this->datatables->join("users d", "d.username=a.username", "left"); goto pSzqm; MlWLO: $this->datatables->join("master_kelas c", "c.id_kelas=b.id_kelas", "left"); goto uxQ0l; Vyaal: $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 dSIyV; WCmcp: $this->datatables->join("kelas_siswa b", "b.id_siswa=a.id_siswa AND b.id_tp=" . $tp . " AND b.id_smt=" . $smt . '', "left"); goto MlWLO; K999b: $this->db->query("SET SQL_BIG_SELECTS=1"); goto Vyaal; pSzqm: return $this->datatables->generate(); goto z0DVp; dSIyV: $this->datatables->from("master_siswa a"); goto WCmcp; z0DVp: } public function getDataSiswa($id) { goto VPDwt; VPDwt: $this->db->select("nis, nisn, nama, username, password"); goto eppfa; P7cM2: $this->db->where("id_siswa", $id); goto J53t2; J53t2: return $this->db->get()->row(); goto iBec4; eppfa: $this->db->from("master_siswa"); goto P7cM2; iBec4: } public function getSiswaAktif() { goto Dy1oD; n1daV: return $this->db->get("master_siswa a")->result(); goto OMqqQ; UB6eO: $this->db->join("users c", "a.username=c.username", "left"); goto n1daV; Dy1oD: $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 UB6eO; OMqqQ: } public function getGuruAktif() { goto eYvAB; q_H97: return $this->db->get("master_guru a")->result(); goto FF0WO; eYvAB: $this->db->select("a.id_guru, c.id, (SELECT COUNT(id) FROM users WHERE users.username = a.username) AS aktif"); goto g5yNQ; g5yNQ: $this->db->join("users c", "a.username=c.username", "left"); goto q_H97; FF0WO: } } 
 ?>

Did this file decode correctly?

Original Code

<?php
/*   ________________________________________
    |                 GarudaCBT              |
    |    https://github.com/garudacbt/cbt    |
    |________________________________________|
*/
 defined("\x42\x41\x53\x45\120\x41\x54\x48") or exit("\x4e\157\x20\144\151\162\x65\x63\164\40\163\x63\x72\151\160\x74\x20\x61\x63\143\145\163\x73\40\x61\x6c\x6c\157\167\x65\x64"); class Users_model extends CI_Model { public function getDatausers($id = null) { goto VJXCl; VihIT: if (!($id !== null)) { goto fy1XG; } goto qIFeY; l0LGN: $this->datatables->join("\x67\162\x6f\165\x70\x73", "\x75\x73\145\162\163\x5f\147\162\x6f\x75\160\163\x2e\x67\x72\x6f\165\160\137\151\x64\x3d\147\162\x6f\165\x70\163\x2e\151\144"); goto VihIT; qIFeY: $this->datatables->where("\165\163\x65\x72\163\x2e\151\144\40\41\75", $id); goto C4a9e; QwhS2: $this->datatables->from("\x75\163\145\x72\163\x5f\x67\x72\x6f\165\x70\x73"); goto WynPW; C4a9e: fy1XG: goto lvBSR; IbYVC: $this->datatables->select("\165\163\x65\x72\x73\56\151\144\54\40\165\x73\x65\x72\156\141\155\145\x2c\40\x66\151\x72\163\164\x5f\156\141\155\x65\x2c\40\154\x61\x73\164\x5f\x6e\x61\155\145\54\40\145\x6d\141\x69\x6c\x2c\x20\106\x52\x4f\x4d\137\x55\116\111\x58\124\x49\x4d\x45\50\143\162\145\x61\164\145\x64\x5f\157\x6e\51\x20\141\x73\x20\x63\x72\145\141\x74\x65\144\x5f\x6f\x6e\x2c\x20\x6c\x61\x73\x74\137\154\157\x67\151\x6e\54\40\141\143\164\151\166\145\54\x20\147\162\157\x75\x70\x73\x2e\156\141\155\145\40\x61\x73\40\x6c\x65\166\x65\x6c"); goto QwhS2; lvBSR: return $this->datatables->generate(); goto m57J3; VJXCl: $this->db->query("\123\x45\x54\40\x53\121\x4c\137\x42\111\x47\x5f\x53\105\114\x45\x43\124\123\x3d\61"); goto IbYVC; WynPW: $this->datatables->join("\165\163\x65\x72\x73", "\165\163\145\x72\x73\x5f\x67\162\x6f\x75\x70\163\56\165\163\145\162\137\x69\144\x3d\x75\163\x65\x72\x73\56\151\x64"); goto l0LGN; m57J3: } public function getLevelGuru() { return $this->db->get("\154\x65\166\145\154\137\x67\x75\x72\x75")->result(); } public function getDataadmin() { goto BDWRT; BDWRT: $this->db->query("\123\105\x54\x20\x53\121\114\137\x42\111\x47\137\123\105\114\105\103\x54\123\x3d\61"); goto wudJ0; wudJ0: $this->datatables->select("\165\163\x65\162\x73\56\151\144\54\x20\x75\x73\145\162\x6e\141\155\x65\x2c\x20\x66\151\x72\163\164\x5f\156\141\x6d\x65\x2c\40\154\x61\163\164\x5f\x6e\141\x6d\145\x2c\x20\x65\x6d\141\x69\154\x2c\x20\106\122\x4f\x4d\137\125\116\111\130\124\111\x4d\x45\x28\x63\x72\145\141\x74\145\144\x5f\157\156\51\40\x61\163\x20\x63\162\x65\141\164\145\x64\x5f\x6f\x6e\54\x20\154\x61\x73\x74\x5f\x6c\157\x67\151\x6e\54\40\x61\143\164\151\166\x65\x2c\x20\x67\162\x6f\x75\x70\163\x2e\x6e\x61\155\145\x20\141\x73\x20\154\x65\x76\145\x6c"); goto PvhuD; zeXK2: $this->datatables->join("\x75\163\145\162\163", "\x75\163\145\162\163\137\x67\x72\x6f\x75\x70\x73\x2e\165\163\145\162\137\x69\x64\75\165\x73\x65\162\x73\56\151\144"); goto UKbar; dtBMX: return $this->datatables->generate(); goto tG8VI; UKbar: $this->datatables->join("\x67\x72\157\165\160\163", "\x75\x73\x65\162\x73\137\147\162\x6f\165\x70\x73\x2e\x67\162\157\x75\x70\x5f\x69\x64\x3d\x67\x72\157\x75\x70\163\56\x69\144"); goto JFno2; PvhuD: $this->datatables->from("\165\163\x65\162\x73\x5f\147\162\157\165\160\163"); goto zeXK2; JFno2: $this->datatables->where("\147\x72\157\165\160\x5f\x69\144\x20\x3d", 1); goto dtBMX; tG8VI: } public function getUserGuru($tp, $smt) { goto zjVIf; Fvepz: return $this->datatables->generate(); goto M_llT; EJwhv: $this->datatables->join("\x6a\141\x62\141\x74\x61\156\137\147\x75\x72\x75\x20\x62", "\x61\x2e\151\144\137\x67\165\x72\x75\x3d\x62\x2e\x69\x64\x5f\147\165\162\165\x20\x41\x4e\104\40\x62\x2e\151\x64\x5f\x74\x70\x3d" . $tp . "\40\x41\116\104\40\x62\56\x69\144\x5f\163\155\164\75" . $smt . '', "\154\145\146\x74"); goto EniCO; Bw4nt: $this->datatables->select("\x61\56\151\x64\137\147\165\x72\x75\54\40\x61\56\x6e\141\x6d\x61\137\147\x75\x72\165\54\x20\141\56\x75\x73\145\x72\x6e\141\155\145\54\x20\x61\x2e\x70\141\x73\x73\167\157\x72\x64\x2c\x20\x63\56\x6c\145\x76\145\154\54\x20\x65\x2e\x69\144\54\x20" . "\x28\x53\105\x4c\105\103\124\x20\103\117\125\116\x54\50\x69\x64\x29\x20\x46\x52\117\x4d\x20\x75\x73\x65\162\x73\40\x57\x48\105\x52\105\40\x65\56\x75\x73\x65\162\x6e\x61\x6d\145\x20\x3d\x20\x61\x2e\x75\163\x65\x72\x6e\141\x6d\x65\51\40\101\x53\x20\141\153\164\151\x66\54\40" . "\x28\123\105\x4c\105\x43\124\x20\103\117\x55\x4e\124\50\x6c\157\x67\x69\156\51\x20\x46\x52\x4f\x4d\x20\154\157\x67\x69\x6e\137\x61\164\164\145\x6d\160\x74\x73\x20\x57\110\x45\x52\x45\40\154\157\147\151\x6e\137\141\164\164\x65\x6d\x70\164\163\56\154\157\x67\151\x6e\40\75\40\x61\x2e\x75\163\x65\x72\156\141\155\x65\51\x20\x41\x53\40\162\x65\x73\x65\164"); goto U5iQw; zjVIf: $this->db->query("\123\105\124\x20\x53\x51\x4c\x5f\102\111\107\x5f\123\105\114\105\103\124\123\75\61"); goto Bw4nt; ItxEG: $this->datatables->join("\x75\163\x65\162\163\x20\x65", "\141\56\x75\163\145\x72\156\x61\x6d\145\75\145\56\x75\163\x65\x72\156\x61\x6d\x65", "\x6c\145\146\164"); goto Fvepz; U5iQw: $this->datatables->from("\155\141\163\x74\x65\162\x5f\x67\x75\162\165\x20\x61"); goto EJwhv; EniCO: $this->datatables->join("\154\145\166\145\154\137\x67\x75\x72\x75\x20\x63", "\x62\56\151\144\x5f\x6a\141\142\x61\x74\x61\156\x3d\143\x2e\151\x64\137\x6c\145\166\x65\x6c", "\154\145\146\x74"); goto ItxEG; M_llT: } public function getDataGuru($id) { goto eHDZz; nNzwa: $this->db->where("\151\144\137\x67\x75\x72\165", $id); goto Q60uV; Q60uV: return $this->db->get()->row(); goto TJljA; FcOYZ: $this->db->from("\155\x61\163\164\x65\162\x5f\x67\x75\x72\x75"); goto nNzwa; eHDZz: $this->db->select("\x2a"); goto FcOYZ; TJljA: } public function getDetailGuru($id) { goto P6PIr; pNRT2: $this->db->where("\x61\x2e\151\x64\137\x67\165\x72\165", $id); goto jKGjr; jKGjr: return $this->db->get()->row(); goto wcKFK; defSb: $this->db->join("\x6c\x65\166\145\154\x5f\147\165\162\165\40\x63", "\x62\x2e\x69\x64\x5f\x6a\x61\x62\141\164\141\x6e\x3d\143\56\x69\144\x5f\154\x65\x76\145\x6c", "\x6c\x65\146\164"); goto y0xHj; liRU9: $this->db->from("\x6d\141\x73\164\145\162\x5f\x67\165\x72\x75\x20\x61"); goto LRymD; y0xHj: $this->db->join("\x75\x73\x65\x72\163\40\145", "\141\x2e\165\x73\145\x72\x6e\141\155\x65\75\145\56\x75\x73\145\x72\156\x61\x6d\145", "\x6c\x65\x66\x74"); goto pNRT2; P6PIr: $this->db->query("\123\x45\124\x20\x53\121\114\137\x42\x49\x47\137\x53\105\114\105\x43\124\123\x3d\x31"); goto hohI1; LRymD: $this->db->join("\x6a\141\142\141\164\141\156\137\x67\x75\162\165\40\142", "\x61\x2e\151\x64\x5f\x67\x75\162\165\75\142\56\x69\x64\x5f\x67\x75\162\165", "\x6c\x65\146\x74"); goto defSb; hohI1: $this->db->select("\x61\x2e\x69\x64\x5f\x67\x75\x72\165\x2c\x20\x61\56\x6e\x61\x6d\x61\x5f\x67\x75\x72\x75\x2c\40\141\56\165\163\145\162\x6e\141\x6d\145\x2c\40\141\x2e\160\x61\x73\x73\167\157\x72\144\54\40\x61\x2e\145\155\x61\151\154\54\x20\143\x2e\x6c\145\x76\145\154\54\40\x65\x2e\x69\144\54\40\50\x53\105\114\x45\103\124\40\103\117\x55\x4e\x54\x28\x69\144\x29\x20\106\x52\x4f\x4d\40\165\163\145\x72\163\40\127\110\105\x52\x45\40\145\x2e\x75\x73\145\162\x6e\141\155\145\x20\75\40\141\x2e\x75\163\145\162\156\141\x6d\145\x29\x20\x41\123\40\x61\153\164\x69\146"); goto liRU9; wcKFK: } public function getGuruByUsername($username) { $this->db->where("\x75\x73\145\162\x6e\x61\155\x65", $username); return $this->db->get("\155\141\x73\x74\x65\x72\x5f\147\165\x72\165")->row(); } public function getSiswaByUsername($username) { $this->db->where("\165\163\x65\162\156\141\x6d\x65", $username); return $this->db->get("\155\x61\x73\x74\145\162\x5f\163\x69\163\167\141")->row(); } public function getUsers($username) { $this->db->where("\165\163\x65\x72\156\141\x6d\145", $username); return $this->db->get("\165\163\x65\x72\x73")->row(); } public function getGroupSiswa() { goto hcHkb; c1V2R: $this->db->join("\165\163\145\162\x73\40\142", "\x61\x2e\165\163\145\162\137\151\x64\75\x62\56\x69\144", "\x6c\x65\146\164"); goto MIxlT; aIvPp: return $this->db->get()->result(); goto tooKt; MIxlT: $this->db->where("\x67\x72\x6f\165\160\x5f\151\144", 3); goto aIvPp; hcHkb: $this->db->select("\x2a"); goto DRzyL; DRzyL: $this->db->from("\165\x73\x65\162\163\x5f\x67\162\x6f\x75\160\x73\x20\141"); goto c1V2R; tooKt: } public function getKelas($tp, $smt) { goto VRqpm; Dvmf9: return $this->db->get("\x6d\x61\x73\164\145\162\137\153\x65\x6c\141\x73")->result(); goto UBfgw; MMv60: $this->db->where("\x69\144\137\163\x6d\x74", $smt); goto Dvmf9; VRqpm: $this->db->where("\x69\144\x5f\164\x70", $tp); goto MMv60; UBfgw: } public function getMapel() { return $this->db->get("\155\x61\163\x74\x65\x72\x5f\x6d\141\160\x65\x6c")->result(); } public function getUserSiswaPage($id_tp, $id_smt, $offset, $limit, $search = null, $sort = null, $order = null) { goto X7nYq; wT0e9: $this->db->order_by("\x66\x2e\156\x61\155\141\x5f\153\145\154\x61\163", "\101\x53\x43"); goto BaSVJ; X7nYq: $this->db->select("\x61\x2e\151\144\x5f\163\151\163\167\x61\x2c\40\141\x2e\156\x69\163\x2c\x20\x61\56\146\157\164\x6f\54\40\141\56\156\x61\x6d\141\54\x20\141\56\165\163\145\x72\x6e\141\x6d\x65\54\x20\141\x2e\x70\x61\x73\163\167\157\x72\x64\x2c\x20\144\56\x69\144\x5f\x6b\145\154\141\x73\54\40" . "\x66\56\156\x61\155\141\x5f\153\145\x6c\141\163\x2c\40\50\123\x45\x4c\105\103\124\40\x43\x4f\125\116\x54\50\x69\144\x29\x20\x46\x52\117\x4d\x20\165\x73\145\x72\x73\40\127\x48\x45\122\x45\x20\x75\163\x65\x72\163\x2e\165\x73\145\162\x6e\141\x6d\x65\x20\75\x20\141\56\165\163\x65\162\156\141\x6d\x65\51\40\x41\123\x20\x61\x6b\x74\151\146\x2c\40" . "\50\123\105\x4c\105\x43\x54\x20\x43\x4f\x55\116\124\50\154\157\147\151\156\51\x20\x46\x52\x4f\115\x20\154\x6f\147\x69\x6e\x5f\141\164\x74\145\155\x70\x74\x73\40\x57\x48\105\x52\105\x20\x6c\157\147\151\x6e\x5f\141\x74\x74\145\x6d\x70\x74\x73\x2e\154\x6f\147\151\156\x20\75\40\141\56\165\163\x65\162\156\x61\x6d\x65\x29\40\x41\x53\40\x72\x65\x73\x65\164"); goto oI5iC; i7OUP: $this->db->like("\x61\x2e\156\x61\x6d\x61", $search); goto k2p_a; hiIQS: $this->db->join("\x6d\141\x73\x74\145\162\137\153\145\x6c\x61\163\40\146", "\x66\x2e\151\144\x5f\x6b\145\154\141\163\75\x64\x2e\x69\x64\137\153\x65\x6c\x61\x73", "\x6c\145\146\164"); goto UW0pm; N1tXE: $this->db->join("\153\x65\x6c\141\x73\137\x73\x69\x73\167\141\40\x64", "\144\56\x69\x64\137\x73\x69\x73\167\x61\75\x61\56\151\x64\137\163\151\163\x77\141\40\x41\x4e\104\40\x64\56\x69\144\x5f\164\x70\x20\75\x20" . $id_tp . "\40\101\116\104\40\144\x2e\x69\144\137\163\x6d\164\x20\75\x20" . $id_smt . '', "\x6c\x65\x66\x74"); goto hiIQS; YJSY0: $this->db->limit($limit, $offset); goto N1tXE; e02sO: if (!($search != null)) { goto R314T; } goto i7OUP; oI5iC: $this->db->from("\155\x61\x73\164\x65\x72\x5f\x73\x69\x73\167\141\x20\141"); goto YJSY0; k2p_a: $this->db->or_like("\x61\x2e\x6e\x69\163", $search); goto VWQZY; VWQZY: $this->db->or_like("\141\x2e\156\x69\x73\x6e", $search); goto w8uH4; BaSVJ: $this->db->order_by("\141\x2e\x6e\141\155\x61", "\101\x53\x43"); goto e02sO; EFE8p: return $this->db->get()->result(); goto S19Rc; w8uH4: R314T: goto EFE8p; UW0pm: $this->db->order_by("\111\x53\x4e\x55\x4c\x4c\x28\146\56\x6c\x65\166\x65\x6c\x5f\151\x64\51\x2c\40\146\56\154\145\166\x65\154\x5f\x69\144\40\101\x53\x43"); goto wT0e9; S19Rc: } public function getUserSiswaTotalPage($search = null) { goto Hllgq; tIY6D: tWxZV: goto s60ao; QcVU4: $this->db->or_like("\156\151\163\156", $search); goto tIY6D; Hllgq: $this->db->select("\x69\x64\137\x73\x69\163\x77\141"); goto E0n5Y; e7Kxb: if (!($search != null)) { goto tWxZV; } goto BkCVX; BkCVX: $this->db->like("\x6e\141\155\x61", $search); goto jL_dL; jL_dL: $this->db->or_like("\156\x69\x73", $search); goto QcVU4; s60ao: return $this->db->get()->num_rows(); goto LXeZw; E0n5Y: $this->db->from("\x6d\141\163\x74\x65\162\137\163\151\163\x77\141"); goto e7Kxb; LXeZw: } public function getUserSiswa($tp, $smt) { goto K999b; uxQ0l: $this->datatables->join("\165\163\145\162\163\40\x64", "\x64\56\x75\163\x65\162\x6e\x61\155\145\x3d\x61\x2e\x75\x73\x65\x72\x6e\141\155\145", "\154\145\146\164"); goto pSzqm; MlWLO: $this->datatables->join("\x6d\141\x73\x74\x65\x72\x5f\x6b\145\x6c\141\163\x20\x63", "\x63\56\151\x64\x5f\153\145\x6c\141\163\x3d\x62\x2e\x69\144\x5f\153\x65\x6c\141\163", "\154\x65\x66\x74"); goto uxQ0l; Vyaal: $this->datatables->select("\141\56\151\x64\x5f\x73\x69\x73\x77\x61\x2c\40\141\56\156\151\x73\x2c\x2e\141\x2e\x6e\x61\155\x61\54\40\141\56\165\x73\x65\x72\x6e\x61\155\x65\54\x20\x61\56\x70\x61\163\163\167\x6f\162\x64\54\x20\x63\56\156\x61\x6d\x61\137\153\145\154\141\163\x2c\40\144\56\x69\x64\54\x20\x28\x53\x45\114\x45\x43\124\40\x43\117\125\x4e\x54\x28\x69\x64\51\x20\x46\x52\x4f\x4d\40\x75\163\145\x72\163\x20\x57\x48\105\x52\105\x20\x64\56\x75\x73\145\162\x6e\141\155\145\x20\75\40\141\56\x75\x73\x65\162\156\x61\155\145\x29\x20\x41\123\40\x61\153\x74\x69\x66"); goto dSIyV; WCmcp: $this->datatables->join("\153\x65\x6c\141\163\x5f\x73\151\163\x77\141\40\x62", "\142\56\x69\x64\x5f\163\x69\163\x77\x61\75\141\56\151\144\x5f\163\x69\x73\167\141\x20\101\116\x44\40\x62\56\151\144\137\x74\160\75" . $tp . "\x20\x41\116\104\x20\x62\x2e\x69\144\137\x73\x6d\164\75" . $smt . '', "\x6c\145\x66\x74"); goto MlWLO; K999b: $this->db->query("\123\x45\x54\x20\123\x51\114\137\x42\111\x47\x5f\x53\x45\x4c\x45\x43\x54\123\x3d\x31"); goto Vyaal; pSzqm: return $this->datatables->generate(); goto z0DVp; dSIyV: $this->datatables->from("\x6d\x61\163\x74\x65\162\137\163\x69\x73\x77\x61\x20\x61"); goto WCmcp; z0DVp: } public function getDataSiswa($id) { goto VPDwt; VPDwt: $this->db->select("\156\x69\x73\x2c\40\156\x69\x73\x6e\x2c\x20\156\x61\x6d\x61\x2c\40\165\x73\145\162\x6e\141\155\145\x2c\x20\x70\x61\163\163\x77\157\162\144"); goto eppfa; P7cM2: $this->db->where("\151\x64\x5f\163\151\x73\x77\x61", $id); goto J53t2; J53t2: return $this->db->get()->row(); goto iBec4; eppfa: $this->db->from("\x6d\141\x73\164\145\162\x5f\x73\x69\x73\x77\141"); goto P7cM2; iBec4: } public function getSiswaAktif() { goto Dy1oD; n1daV: return $this->db->get("\155\141\x73\164\145\162\137\163\151\163\x77\x61\40\141")->result(); goto OMqqQ; UB6eO: $this->db->join("\165\x73\145\x72\x73\40\143", "\141\x2e\x75\163\x65\x72\156\141\x6d\x65\x3d\143\x2e\165\x73\x65\x72\156\141\155\145", "\154\x65\146\164"); goto n1daV; Dy1oD: $this->db->select("\141\56\x69\x64\137\163\151\163\x77\x61\54\x20\141\56\x6e\x69\x73\54\x20\x61\x2e\x6e\151\163\x6e\54\x20\141\56\x75\163\x65\x72\x6e\x61\155\145\54\40\x61\56\160\x61\x73\x73\x77\157\x72\144\54\x20\x61\56\x6e\141\155\141\54\x20\143\x2e\151\144\54\x20\50\x53\105\114\x45\x43\124\40\103\x4f\125\116\x54\50\151\x64\51\40\106\122\x4f\115\x20\165\x73\x65\162\163\x20\x57\x48\x45\x52\105\x20\165\x73\145\162\x73\56\165\163\x65\162\156\x61\155\x65\x20\75\40\x61\56\165\x73\145\162\x6e\141\x6d\145\51\x20\x41\123\40\141\x6b\164\151\146"); goto UB6eO; OMqqQ: } public function getGuruAktif() { goto eYvAB; q_H97: return $this->db->get("\155\x61\x73\164\145\162\137\x67\165\162\165\40\x61")->result(); goto FF0WO; eYvAB: $this->db->select("\141\x2e\x69\x64\x5f\147\165\x72\165\54\40\x63\56\x69\144\x2c\40\50\x53\x45\114\x45\103\124\x20\x43\x4f\125\116\x54\50\x69\x64\51\x20\x46\x52\117\x4d\40\165\x73\x65\162\x73\40\x57\110\105\122\105\40\x75\163\x65\162\163\56\165\x73\x65\x72\156\x61\155\x65\40\x3d\40\x61\x2e\165\x73\x65\x72\x6e\141\x6d\x65\x29\40\x41\123\x20\141\153\x74\x69\x66"); goto g5yNQ; g5yNQ: $this->db->join("\165\163\x65\x72\x73\40\143", "\141\56\165\x73\145\x72\x6e\141\155\x65\75\143\56\x75\x73\x65\162\x6e\x61\155\145", "\154\145\146\x74"); goto q_H97; FF0WO: } }

Function Calls

None

Variables

None

Stats

MD5 490967d32e1ca7bb595027001a10f94b
Eval Count 0
Decode Time 75 ms