Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
rdiresearch /
admin /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
js_code
[ DIR ]
drwxr-xr-x
mainfile
[ DIR ]
drwxr-xr-x
process
[ DIR ]
drwxr-xr-x
structure
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
index.php
14.82
KB
-rwxr-xr-x
info.php
19
B
-rwxr-xr-x
login.php
14.97
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php //Develop By Arnon Manomuang //พัฒนาเว็บไซต์โดย นายอานนท์ มะโนเมือง //Tel 0631146517 , 0946164461 //โทร 0631146517 , 0946164461 //Email: manomuang@hotmail.com , manomuang11@gmail.com , manomuang@gmail.com //Develop By Kunlathon Saowakhon //พัฒนาเว็บไซต์โดย นายกุลธร เสาวคนธ์ //Tel 0932670639 //โทร 0932670639 //Email: beer.coding007@gmail.com , missing_yrc2014@hotmail.com ?> <?php include("config/connect.ini.php"); ?> <?php include("config/fnc.php"); ?> <!--Code function by beer--> <?php include("structure/function_php_oop.php"); ?> <!--Code function by beer end--> <?php check_login('admin_username_netcmru', 'login.php'); ?> <?php //error_reporting (E_ALL ^ E_NOTICE); header("Content-type:text/html; charset=UTF-8"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); include("structure/link.php"); $RunLink = new link_system(); //$RunLink->CallLink_System(); $link_web = new link_web(); //$link_web->Call_link_web(); $modules = isset($_GET['modules']) ? $_GET['modules'] : 'dashboard'; if (($modules == null)) { $modules = "error"; } else { } ?> <!DOCTYPE html> <html lang="en"> <head> <title>ระบบสารสนเทศเพื่อแสดงรายละเอียดงานวิจัย มหาวิทยาลัยราชภัฏราชนครินทร์ </title> <!-- HTML5 Shim and Respond.js IE10 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 10]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!-- Meta --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content="#"> <meta name="keywords" content="Admin , Research, System, RRU, Project, RRU Project"> <meta name="author" content="#"> <!-- Favicon icon --> <link rel="icon" href="<?php echo $RunLink->Call_Link_System(); ?>/assets/assets/images/favicon.ico" type="image/x-icon"> <!-- Google font--> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet"> <!-- Required Fremwork --> <link rel="stylesheet" type="text/css" href="<?php echo $RunLink->Call_Link_System(); ?>/assets/bower_components/bootstrap/dist/css/bootstrap.min.css"> <!-- sweet alert framework --> <link rel="stylesheet" type="text/css" href="<?php echo $RunLink->Call_Link_System(); ?>/assets/assets/css/sweetalert.css"> <!-- feather Awesome --> <link rel="stylesheet" type="text/css" href="<?php echo $RunLink->Call_Link_System(); ?>/assets/assets/icon/feather/css/feather.css"> <?php if(($modules=="dashboard")){ include("js_code/dashboard/dashboard_css.php"); }elseif(($modules=="project_all")){ include("js_code/project_all/project_all_css.php"); }else{} ?> <!-- Style.css --> <link rel="stylesheet" type="text/css" href="<?php echo $RunLink->Call_Link_System(); ?>/assets/assets/css/style.css"> <link rel="stylesheet" type="text/css" href="<?php echo $RunLink->Call_Link_System(); ?>/assets/assets/css/jquery.mCustomScrollbar.css"> <!----> </head> <!-- Menu sidebar static layout --> <script type="text/javascript"> function setScreenHWCookie() { $.cookie('sw', screen.width); //$.cookie('sh',screen.height); return true; } setScreenHWCookie(); </script> <?php $width_system = filter_input(INPUT_COOKIE, 'sw'); if (($width_system >= 1200)) { $grid = "xl"; } elseif (($width_system >= 992)) { $grid = "lg"; } elseif (($width_system <= 768)) { $grid = "md"; } elseif (($width_system <= 576)) { $grid = "sm"; } else { $grid = "xs"; } ?> <body> <!-- Pre-loader start --> <div class="theme-loader"> <div class="ball-scale"> <div class='contain'> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> </div> </div> </div> <!-- Pre-loader end --> <div id="pcoded" class="pcoded"> <div class="pcoded-overlay-box"></div> <div class="pcoded-container navbar-wrapper"> <?php include("structure/main_navbar.php"); ?> <div class="pcoded-main-container"> <div class="pcoded-wrapper"> <?php include("structure/main_menu.php"); ?> <div class="pcoded-content"> <div class="pcoded-inner-content"> <div class="main-body"> <div class="page-wrapper"> <?php //$modules = isset($_GET['modules']) ? $_GET['modules'] : 'dashboard'; $load = "mainfile/{$modules}.php"; if ((file_exists($load))) { //----------------------------------------------------------------------------------------------------------- switch ($modules) { // ----- beer ----- // case "school": include $load; break; case "profile": include $load; break; case "changepass": include $load; break; case "user": include $load; break; //---------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------- case "manage_contact": include $load; break; case "manage_contact_en": include $load; break; case "manage_contact_cn": include $load; break; //--------------------------------------------------------------------------------------- case "teacher_data": include $load; break; case "project_all": include $load; break; case "publish_all": include $load; break; case "faculty_data": include $load; break; case "research_data": include $load; break; case "publish_data": include $load; break; //------------------- case "dashboard": include $load; break; default: include $load; } //----------------------------------------------------------------------------------------------------------- } else { include "mainfile/error.php"; } ?> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Required Jquery --> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!-- Warning Section Ends --> <!-- Required Jquery --> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/bower_components/jquery/dist/jquery.min.js"></script> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/bower_components/jquery-ui/jquery-ui.min.js"></script> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/bower_components/popper.js/dist/umd/popper.min.js"></script> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <!-- jquery slimscroll js --> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/bower_components/jquery-slimscroll/jquery.slimscroll.js"></script> <!-- modernizr js --> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/bower_components/modernizr/modernizr.js"></script> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/bower_components/modernizr/feature-detects/css-scrollbars.js"></script> <!-- sweet alert js --> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/assets/js/sweetalert.js"></script> <script type="text/javascript" src="<?php echo $RunLink->Call_Link_System(); ?>/assets/assets/js/modal.js"></script> <!-- sweet alert modal.js intialize js --> <script> $(document).ready(function(){ $('#sweet_Logout').on('click',function(){ swal({ title: "แจ้งเตือน", text: "ต้องการออกจากระบบหรือไม่", type: "warning", showCancelButton: true, confirmButtonClass: "btn-danger", confirmButtonText: "Yes, Logout", closeOnConfirm: false },function(result){ if(result){ document.location = "<?php echo $RunLink->Call_Link_System(); ?>/process/logout.php"; }else{ } }) }) }) </script> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <?php if (($modules == "dashboard")) { include("js_code/dashboard/dashboard_js.php"); } elseif (($modules == "school")) { include("js_code/school/school_js.php"); } elseif (($modules == "profile")) { include("js_code/profile/profile_js.php"); } elseif (($modules == "changepass")) { include("js_code/changepass/changepass_js.php"); } elseif (($modules == "user")) { include("js_code/user/user_js.php"); } elseif (($modules == "teacher_data")) { include("js_code/teacher_data/teacher_data_js.php"); } elseif (($modules == "check_payment")) { include("js_code/check_payment/check_payment_js.php"); } elseif (($modules == "payment_show")) { include("js_code/payment_show/payment_show_js.php"); } elseif (($modules == "manage_payment")) { include("js_code/manage_payment/manage_payment_js.php"); } elseif (($modules == "document")) { include("js_code/document/document_js.php"); } elseif (($modules == "document_category")) { include("js_code/document_category/document_category_js.php"); } elseif (($modules == "project_all")) { include("js_code/project_all/project_all_js.php"); } elseif (($modules == "publish_all")) { include("js_code/publish_all/publish_all_js.php"); } elseif (($modules == "faculty_data")) { include("js_code/faculty_data/faculty_data_js.php"); } elseif (($modules == "research_data")) { include("js_code/research_data/research_data_js.php"); } elseif (($modules == "publish_data")) { include("js_code/publish_data/publish_data_js.php"); } else { ?> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <?php } ?> <!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> </body> </html>
Close