403Webshell
Server IP : 104.21.80.248  /  Your IP : 172.71.28.155
Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30
System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586
User : SYSTEM ( 0)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Inetpub/www/news/datacenter/admin/core/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Inetpub/www/news/datacenter/admin/core/print.php
<link href="style_font.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
function printPage() {
if (window.print)
window.print()
else
alert("Sorry, your browser doesn't support this feature.");
}
</SCRIPT>
<script language="JavaScript1.2">
<!--
window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>

<?php 
require_once "../config.php";
require_once ABSPATH."/core/checklogin.php";
require_once ABSPATH."/core/functions.php";
require_once ABSPATH."/core/PasswordHash.php";
require_once ABSPATH."/core/resize-class.php";
/*
if(DEMO_MODE!=0)
	{
	header("Location:../account.php?page=dashboard&msg=demo_mode");
	exit();
	}
*/

$cid = filter_input(INPUT_POST, 'cid', FILTER_SANITIZE_STRING);
$thnamep = filter_input(INPUT_POST, 'thnamep', FILTER_SANITIZE_STRING);
$thnamef = filter_input(INPUT_POST, 'thnamef', FILTER_SANITIZE_STRING);
$thnamel = filter_input(INPUT_POST, 'thnamel', FILTER_SANITIZE_STRING);
$ennamep = filter_input(INPUT_POST, 'ennamep', FILTER_SANITIZE_STRING);
$ennamef = filter_input(INPUT_POST, 'ennamef', FILTER_SANITIZE_STRING);
$ennamel = filter_input(INPUT_POST, 'ennamel', FILTER_SANITIZE_STRING);
$expcard = filter_input(INPUT_POST, 'expcard', FILTER_SANITIZE_STRING);
$dday = filter_input(INPUT_POST, 'dday', FILTER_SANITIZE_STRING);
$mday = filter_input(INPUT_POST, 'mday', FILTER_SANITIZE_STRING);
$yday = filter_input(INPUT_POST, 'yday', FILTER_SANITIZE_STRING);
$dob = filter_input(INPUT_POST, 'dob', FILTER_SANITIZE_STRING);
$addressn = filter_input(INPUT_POST, 'addressn', FILTER_SANITIZE_STRING);
$addressm = filter_input(INPUT_POST, 'addressm', FILTER_SANITIZE_STRING);
$addresst = filter_input(INPUT_POST, 'addresst', FILTER_SANITIZE_STRING);
$addressa = filter_input(INPUT_POST, 'addressa', FILTER_SANITIZE_STRING);
$addressp = filter_input(INPUT_POST, 'addressp', FILTER_SANITIZE_STRING);
$address2 = filter_input(INPUT_POST, 'address2', FILTER_SANITIZE_STRING);
$address3 = filter_input(INPUT_POST, 'address3', FILTER_SANITIZE_STRING);
$address4 = filter_input(INPUT_POST, 'address4', FILTER_SANITIZE_STRING);
$school = filter_input(INPUT_POST, 'school', FILTER_SANITIZE_STRING);
$par_id = filter_input(INPUT_POST, 'par_id', FILTER_SANITIZE_STRING);
$par_title = filter_input(INPUT_POST, 'par_title', FILTER_SANITIZE_STRING);
$par_name = filter_input(INPUT_POST, 'par_name', FILTER_SANITIZE_STRING);
$par_sirname = filter_input(INPUT_POST, 'par_sirname', FILTER_SANITIZE_STRING);
$par_numadd = filter_input(INPUT_POST, 'par_numadd', FILTER_SANITIZE_STRING);
$par_road = filter_input(INPUT_POST, 'par_road', FILTER_SANITIZE_STRING);
$par_moo = filter_input(INPUT_POST, 'par_moo', FILTER_SANITIZE_STRING);
$par_sub = filter_input(INPUT_POST, 'par_sub', FILTER_SANITIZE_STRING);
$par_dis = filter_input(INPUT_POST, 'par_dis', FILTER_SANITIZE_STRING);
$par_pro = filter_input(INPUT_POST, 'par_pro', FILTER_SANITIZE_STRING);
$oldsch = filter_input(INPUT_POST, 'oldsch', FILTER_SANITIZE_STRING);
$oldschadd = filter_input(INPUT_POST, 'oldschadd', FILTER_SANITIZE_STRING);
$cause = filter_input(INPUT_POST, 'cause', FILTER_SANITIZE_STRING);
$new_add = filter_input(INPUT_POST, 'new_add', FILTER_SANITIZE_STRING);
$new_road = filter_input(INPUT_POST, 'new_road', FILTER_SANITIZE_STRING);
$new_moo = filter_input(INPUT_POST, 'new_moo', FILTER_SANITIZE_STRING);
$new_sub = filter_input(INPUT_POST, 'new_sub', FILTER_SANITIZE_STRING);
$new_dis = filter_input(INPUT_POST, 'new_dis', FILTER_SANITIZE_STRING);
$new_pro = filter_input(INPUT_POST, 'new_pro', FILTER_SANITIZE_STRING);
$addressn1 = filter_input(INPUT_POST, 'addressn1', FILTER_SANITIZE_STRING);
$addressm1 = filter_input(INPUT_POST, 'addressm1', FILTER_SANITIZE_STRING);
$addresst1 = filter_input(INPUT_POST, 'addresst1', FILTER_SANITIZE_STRING);
$addressa1 = filter_input(INPUT_POST, 'addressa1', FILTER_SANITIZE_STRING);
$addressp1 = filter_input(INPUT_POST, 'addressp1', FILTER_SANITIZE_STRING);
$address21 = filter_input(INPUT_POST, 'address21', FILTER_SANITIZE_STRING);
$address31 = filter_input(INPUT_POST, 'address31', FILTER_SANITIZE_STRING);
$address41 = filter_input(INPUT_POST, 'address41', FILTER_SANITIZE_STRING);
$new_code = filter_input(INPUT_POST, 'new_code', FILTER_SANITIZE_STRING);

// form OK:
//header("Location: ../account.php?page=pro-users&msg=add_ok");	
?>

	<TABLE cellSpacing=0 cellPadding=0 width=1005 border=0 align="center">
      <TBODY>
        <TR>
          <TD vAlign=top align=center>
	<TR>
	<TD>


<TABLE width="850" align=center cellSpacing=0 cellPadding=0 border=0>
			<tr>
	<td width="100%"align=right>
	<input type="button" name="Button" value="  พิมพ์เอกสาร " onclick="javascript:this.style.display='none';printPage();"></td>
	</tr>
</table>
<TABLE width="850" align=center cellSpacing=0 cellPadding=0 border=0>
	<tr> 
		<td width="33%">
		</td>
		<td width="33%" align="center">
			<IMG SRC="logo.gif">
		</td>
		<td width="33%" align="right"><b>แบบ บค.20</b>
		</td>
	</tr>
</table>
<TABLE width="850" align=center cellSpacing=0 cellPadding=0 border=0>
<tr><td height="24px"></td></tr>
	<tr>
		<td align="center"><b>แบบคำร้องขอย้ายนักเรียนเข้าเรียน
<br>
โรงเรียน<?php echo $school;?></b>
		</td>
	</tr>
  	<tr> 
		<td align="right">เขียนที่ โรงเรียน<?php echo $school;?>
<br>

วันที่ เดือน พ.ศ.
		</td>
	</tr>
	  	<tr> 
		<td height="24px">
		</td>
	</tr>
	  	<tr> 
		<td>เรื่อง &nbsp ขอย้ายนักเรียนเข้าเรียน
<br><br>เรียน &nbsp ผู้อำนวยการโรงเรียน<?php echo $school;?>
<br><br>สิ่งที่ส่งมาด้วย &nbsp แบบ ปพ. จำนวน ฉบับ
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ข้าพเจ้า <?php echo $par_title;?><?php echo $par_name;?>  <?php echo $par_sirname;?> อยู่บ้านเลขที่ <?php echo $par_numadd;?> หมู่ที่ <?php echo $par_moo;?>  ถนน <?php echo $par_road;?> แขวง/ตำบล <?php echo $par_sub;?> เขต/อำเภอ <?php echo $par_dis;?> จังหวัด <?php echo $par_pro;?> 
<br>มีความประสงค์ขอย้ายนักเรียนในปครองของข้าพเจ้าซึ่งศึกษาอยู่ในโรงเรียน <?php echo $oldsch;?> ที่อยู่ <?php echo $oldschadd;?> ระดับชั้น &nbsp ดังนี้
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ชื่อนักเรียน<?php echo $thnamep;?><?php echo $thnamef;?> <?php echo $thnamel;?>   เกิดวันที่ <?php echo $dob;?> เลขประจำตัวประชาชน <?php echo $cid;?>
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ทั้งนี้เนื่องจาก <?php echo $cause;?> และการย้ายมาเข้าเรียนในโรงเรียนนี้นักเรียนจะพักอยู่บ้านเลขที่ <?php echo $addressn1;?> หมู่ที่ <?php echo $addressm1;?>  ถนน <?php echo $address41;?> แขวง/ตำบล <?php echo $addresst1;?> เขต/อำเภอ <?php echo $addressa1;?> จังหวัด <?php echo $addressp1;?> รหัสไปรษณีย์ <?php echo $new_code;?> 
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;จึงเรียนมาเพื่อโปรดพิจารณา<br><br>
		</td>
	</tr>
  	<tr> 
		<td align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ขอแสดงความนับถือ
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ลงชื่อ................................................................
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;( <?php echo $par_title;?><?php echo $par_name;?>  <?php echo $par_sirname;?> )
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;บิดา/มารดา/ผู้ปกครอง
<br><br>
		</td>
	</tr>
	<tr><td>หมายเหตุ : กรณีผู้มอบตัวนักเรียนไม่ใช่บิดา มารดา หรือผู้ปกครอง ต้องมีใบมอบฉันทะ
		</td>
	</tr>
	
</table>	
		  </TD>
        </TR>
      </TBODY>
    </TABLE>

Youez - 2016 - github.com/yon3zu
LinuXploit