<?php
include "db.php";

session_start();
if (empty($_SESSION['user_rs2'])) {
  //echo "<script> alert('Please Login first...!!!!') </script>";
  echo "<script> location = '".$ar['siteurl']."/login.php' </script>";
}

?>

<?php

if(!isset($_GET['q'])) { $q=""; } else { $q=$_GET['q']; }
if(!isset($_GET['col'])) { $col=""; } else { $col=$_GET['col']; }

if(!isset($_GET['q1'])) { $q1=""; } else { $q1=$_GET['q1']; }
if(!isset($_GET['col1'])) { $col1=""; } else { $col1=$_GET['col1']; }

if(!isset($_GET['q2'])) { $q2=""; } else { $q2=$_GET['q2']; }
if(!isset($_GET['col2'])) { $col2=""; } else { $col2=$_GET['col2']; }

if(!isset($_GET['q3'])) { $q3=""; } else { $q3=$_GET['q3']; }
if(!isset($_GET['col3'])) { $col3=""; } else { $col3=$_GET['col3']; }

if(!isset($_GET['lq'])) { $lq=""; } else { $lq=$_GET['lq']; }
if(!isset($_GET['lcol'])) { $lcol=""; } else { $lcol=$_GET['lcol']; }

if(!isset($_GET['nq'])) { $nq=""; } else { $nq=$_GET['nq']; }
if(!isset($_GET['ncol'])) { $ncol=""; } else { $ncol=$_GET['ncol']; }

if(!isset($_GET['mq'])) { $mq=""; } else { $mq=$_GET['mq']; }
if(!isset($_GET['mcol'])) { $mcol=""; } else { $mcol=$_GET['mcol']; }

if(!isset($_GET['lc'])) { $lc=""; } else { $lc=$_GET['lc']; }
if(!isset($_GET['lv'])) { $lv=""; } else { $lv=$_GET['lv']; }
if(!isset($_GET['mc'])) { $mc=""; } else { $mc=$_GET['mc']; }
if(!isset($_GET['mv'])) { $mv=""; } else { $mv=$_GET['mv']; }


if(!isset($_GET['sort'])) { $sort="asc"; } else { $sort=$_GET['sort']; }
if(!isset($_GET['sortby'])) { $sortby="id"; } else { $sortby=$_GET['sortby']; }
if(!isset($_GET['cat'])) { $cat=""; } else { $cat=$_GET['cat']; }
if(!isset($_GET['op'])) { $op="filephp"; } else { $op=$_GET['op']; }
if(!isset($_GET['op2'])) { $op2="list"; } else { $op2=$_GET['op2']; }
if(!isset($_GET['st'])) { $ordst=0; } else { $ordst=$_GET['st']; }
if(!isset($_GET['stat'])) { $stat=""; } else { $stat=$_GET['stat']; }
if(!isset($_GET['draft'])) { $draft=""; } else { $draft=$_GET['draft']; }
if(!isset($_GET['tgl'])) { $tgl=""; } else { $tgl=$_GET['tgl']; }

if(!isset($_SESSION['user_rs2']['modul'])) { $modul=""; } else { $modul=$_SESSION['user_rs2']['modul']; }

//$modul="url";
include "header.php";

//print_r($_SESSION);
//print_r($_POST);
//print_r($_FILES);
//echo "<pre>"; print_r($_SERVER); echo "</pre>";

switch($op) {
  case "backup";
     //backup_tables(); 
    break;
  case "beauty";
     include "htmbeauty.php"; 
    break;
  case "category";
     include "inc.category.php"; 
    break;
  case "items";
     include "inc/inc.items.php"; 
    break;
  case "filehtml";
     include "inc/inc.filehtml.php"; 
    break;
  case "filejs";
     include "inc/inc.filejs.php"; 
    break;
  case "fcode";
     include "inc/inc.fcode.php"; 
    break;
  case "filecss";
     include "inc/inc.filecss.php"; 
    break;
  case "network";
     include "inc/inc.network.php"; 
    break;
  case "filephp";
     include "inc/inc.filephp.php"; 
    break;
  case "nusaku";
     include "inc/inc.nusaku.php"; 
    break;
  case "script";
     include "inc/inc.scriptext.php"; 
    break;
  case "scripthtml";
     include "inc/inc.scripthtml.php"; 
    break;

  case "c4_filecss";
     include "inc/inc.c4_filecss.php"; 
    break;
  case "c4_html_page";
     include "inc/inc.c4_html_page.php"; 
    break;
  case "c4_html_tab";
     include "inc/inc.c4_html_tab.php"; 
    break;
  case "c4_filehtml";
     include "inc/inc.c4_filehtml.php"; 
    break;
  case "c4_filejs";
     include "inc/inc.c4_filejs.php"; 
    break;
  case "c4_scriptext";
     include "inc/inc.c4_scriptext.php"; 
    break;

  case "c5_filecss";
     include "inc/inc.c5_filecss.php"; 
    break;
  case "c5_html_page";
     include "inc/inc.c5_html_page.php"; 
    break;
  case "c5_html_tab";
     include "inc/inc.c5_html_tab.php"; 
    break;
  case "c5_filehtml";
     include "inc/inc.c5_filehtml.php"; 
    break;
  case "c5_filejs";
     include "inc/inc.c5_filejs.php"; 
    break;
  case "c5_scriptext";
     include "inc/inc.c5_scriptext.php"; 
    break;

  case "t1_css";
     include "inc/inc.t1_css.php"; 
    break;
  case "t1_h_page";
     include "inc/inc.t1_h_page.php"; 
    break;
  case "t1_h_tab";
     include "inc/inc.t1_h_tab.php"; 
    break;
  case "t1_html";
     include "inc/inc.t1_html.php"; 
    break;
  case "t1_jsf";
     include "inc/inc.t1_filejs.php"; 
    break;
  case "t1_js";
     include "inc/inc.t1_js.php"; 
    break;

  case "rs4_css";
     include "inc/inc.rs4_css.php"; 
    break;
  case "rs4_h_page";
     include "inc/inc.rs4_h_page.php"; 
    break;
  case "rs4_h_tab";
     include "inc/inc.rs4_h_tab.php"; 
    break;
  case "rs4_html";
     include "inc/inc.rs4_html.php"; 
    break;
  case "rs4_jsf";
     include "inc/inc.rs4_jsf.php"; 
    break;
  case "rs4_js";
     include "inc/inc.rs4_js.php"; 
    break;

  case "js_pergi";
     include "inc/inc.js_pergi.php"; 
    break;
  case "job_kebid";
     include "inc/inc.job_kebid.php"; 
    break;
  case "cp_sphp";
     include "inc/inc.cp_sphp.php"; 
    break;
  default;
     include "inc.url.php"; 
}
//echo "<pre>"; print_r($_SESSION); echo "</pre>";
//echo "<pre>"; print_r($_GET); echo "</pre>";
include "footer.php";
?>
/home/u902783705/domains/azkapersada.com/public_html/sub/
rs2/index.php
si/common.function
si/dom/get.img
si/api/post_location
si/api/post_loc_v3
si/api/post_tag_v2
si/api/post_tag_v3
common.function
common.function-
footer
header
inc.app.function
inc.ar.app
index
tes_curl
ucol
api/v2/api.function
api/v2/inc.mail
api/v2/index
api/v2/php/agen
api/v2/php/armada_jalan_byday
api/v2/php/armada_perpal_byday
api/v2/php/armada_perpal_byday-
api/v2/php/beda_byday
api/v2/php/cek_rute_baru
api/v2/php/cek_rute_time
api/v2/php/cek_rute_time_v1
api/v2/php/cek_rute_time_v2
api/v2/php/city
api/v2/php/dr_time_byday
api/v2/php/dr_time_jalan_byday
api/v2/php/email_cek
api/v2/php/get_nl_byday
api/v2/php/get_nl_kelas_armada
api/v2/php/js_armada_tax_expire
api/v2/php/js_blue_armada
api/v2/php/js_blue_expire
api/v2/php/js_car_srut_blank
api/v2/php/js_img_todl
api/v2/php/js_jalurnew
api/v2/php/js_kebid
api/v2/php/js_nl_latest
api/v2/php/js_nl_min
api/v2/php/js_noken
api/v2/php/js_noken_mesin_blank
api/v2/php/js_noken_no_lambung
api/v2/php/js_noken_spionam_cek
api/v2/php/js_noken_tax_cek
api/v2/php/js_rute
api/v2/php/js_rute_bycity
api/v2/php/js_rute_min
api/v2/php/js_spionam_id
api/v2/php/js_spionam_kps
api/v2/php/kd_armada
api/v2/php/kd_armada_dr_time
api/v2/php/kd_armada_to_time
api/v2/php/naik_byday
api/v2/php/nk_pilih
api/v2/php/nl_noken_bytgl
api/v2/php/nl_pilih
api/v2/php/nl_reset
api/v2/php/noken_koreksi
api/v2/php/otw
api/v2/php/otw_not_full
api/v2/php/password_forgot
api/v2/php/post_1naik
api/v2/php/post_1turun
api/v2/php/post_blue
api/v2/php/post_dr_time_byday_local
api/v2/php/post_kebid_byday
api/v2/php/post_noken_mesin
api/v2/php/post_noken_no_lambung
api/v2/php/post_sakpol
api/v2/php/post_spionam
api/v2/php/post_spionam_cek
api/v2/php/post_spionam_update
api/v2/php/post_spnm_noken
api/v2/php/ricar
api/v2/php/rute_price
api/v2/php/selisih_bagasi
api/v2/php/signin
api/v2/php/tool
api/v2/php/tool_armada
api/v2/php/tool_lambung
api/v2/php/tool_noken
api/v2/php/turun_byday
api/v2/php/ucol
api/v2/php/uji_no
api/v2/php/update_agen
api/v2/php/update_armada_byday
api/v2/php/update_armada_v2_byday
api/v2/php/update_bagasi_byday
api/v2/php/update_bagasi_city
api/v2/php/update_jalan_byday
api/v2/php/update_penumpang_byday
api/v2/php/update_trayek_dr_time
api/v2/php/update_trayek_to_time
daily/10_tool_seq
daily/14_update_kd_armada
daily/15_update_rute_dr_to_ccd
daily/16_kdagen_to_id
daily/16_kdagen_to_id-
daily/17_update_dr_to_time
inc/inc.cp_sphp
inc/inc.filephp
inc/inc.job_kebid
inc/inc.js_pergi
inc/inc.rs4_css
inc/inc.rs4_html
inc/inc.rs4_h_page
inc/inc.rs4_h_tab
inc/inc.rs4_js
inc/inc.rs4_jsf
inc/inc.t1_css
inc/inc.t1_html
inc/inc.t1_h_page
inc/inc.t1_h_tab
inc/inc.t1_js
inc/inc.t1_jsf
xhr/inc.xhr