403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/Menu กลุ่มงานยุทธศาสตร์/ศูนย์คอม/นโยบายและแนวปฏิบัติ IT.php
<!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=windows-874" />
<title>ºǷҧԺѵ IT</title>
<!-- ¹ ù -->
<style> 
<!-- 
a{text-decoration:none} 
//.style55 {font-size: 16}
.style107 {
	font-family: "TH SarabunPSK";
	font-size: 40px;
	color: #CC3333;
}
.style108 {
	font-family: "TH SarabunPSK";
	font-size: 30px;
	color: #336600;
	font-weight : bold;
}
.style109 {
	font-family: "TH SarabunPSK";
	font-size: 22px;
	color: #A52A2A;
	font-weight : bold;
}
.style110 {
	font-family: "TH SarabunPSK";
	font-size: 20px;
	color: #191970;
	font-weight : bold;
}
.style113 {
	font-family: "TH SarabunPSK";
	font-size: 20px;
	color: #000000;
	font-weight : bold;
}
.style112 {
	font-family: "TH SarabunPSK";
	font-size: 20px;
	color: ##FF0000;
	font-weight : bold;
}
--> 
</style> 
<SCRIPT language=JavaScript> 
var rate = 20; // Increase amount(The degree of the transmutation) 
var obj; // The object which event occured in 
var act = 0; // Flag during the action 
var elmH = 0; // Hue 
var elmS = 128; // Saturation 
var elmV = 255; // Value 
var clrOrg; // A color before the change 
var TimerID; // Timer ID 
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) { 
Browser = true; 
} else { 
Browser = false; 
} 
if (Browser) { 
document.onmouseover = doRainbowAnchor; 
document.onmouseout = stopRainbowAnchor; 
} 
function doRainbow() 
{ 
if (Browser && act != 1) { 
act = 1; 
obj = event.srcElement; 
clrOrg = obj.style.color; 
TimerID = setInterval("ChangeColor()",100); 
} 
} 
function stopRainbow() 
{ 
if (Browser && act != 0) { 
obj.style.color = clrOrg; 
clearInterval(TimerID); 
act = 0; 
} 
} 
function doRainbowAnchor() 
{ 
if (Browser && act != 1) { 
obj = event.srcElement; 
while (obj.tagName != 'A' && obj.tagName != 'BODY') { 
obj = obj.parentElement; 
if (obj.tagName == 'A' || obj.tagName == 'BODY') 
break; 
} 
if (obj.tagName == 'A' && obj.href != '') { 
act = 1; 
clrOrg = obj.style.color; 
TimerID = setInterval("ChangeColor()",100); 
} 
} 
} 
function stopRainbowAnchor() 
{ 
if (Browser && act != 0) { 
if (obj.tagName == 'A') { 
obj.style.color = clrOrg; 
clearInterval(TimerID); 
act = 0; 
} 
} 
} 
function ChangeColor() 
{ 
obj.style.color = makeColor(); 
} 
function makeColor() 
{ 
if (elmS == 0) { 
elmR = elmV; elmG = elmV; elmB = elmV; 
} 
else { 
t1 = elmV; 
t2 = (255 - elmS) * elmV / 255; 
t3 = elmH % 60; 
t3 = (t1 - t2) * t3 / 60; 
if (elmH < 60) { 
elmR = t1; elmB = t2; elmG = t2 + t3; 
} 
else if (elmH < 120) { 
elmG = t1; elmB = t2; elmR = t1 - t3; 
} 
else if (elmH < 180) { 
elmG = t1; elmR = t2; elmB = t2 + t3; 
} 
else if (elmH < 240) { 
elmB = t1; elmR = t2; elmG = t1 - t3; 
} 
else if (elmH < 300) { 
elmB = t1; elmG = t2; elmR = t2 + t3; 
} 
else if (elmH < 360) { 
elmR = t1; elmG = t2; elmB = t1 - t3; 
} 
else { 
elmR = 0; elmG = 0; elmB = 0; 
} 
} 
elmR = Math.floor(elmR); 
elmG = Math.floor(elmG); 
elmB = Math.floor(elmB); 
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16); 
elmH = elmH + rate; 
if (elmH >= 360) 
elmH = 0; 
return clrRGB; 
} 
</SCRIPT>
<!-- ᷡ¹ù-->

<style type="text/css">
<!--
.style11 {font-size: 12px}
.style25 {color: #990099}
-->
#Full_S {
  border: 2px solid black;
  padding: 25px;
  background: "mountain.jpg";
  background-repeat: no-repeat;
  background-size: auto;
}

#CustomS {
  border: 2px none;
  padding: 25px;
  background: url(image/Header.png);
  background-repeat: no-repeat;
  background-size: 545px 100px;
  background-position: center;
}
.style111 {
	font-size: 24px;
	font-weight: bold;
	color: #336633;
}
</style>
</head>

<body>

<center>
<div align="center" id="CustomS">
   <h2><span class="style107"><strong>ºǷҧԺѵ IT</strong></span></h2>
</div> 
<div align="center" class="style25">
  <table width="600" border="1" align="center" >
 
  
    <tr>
      
    </tr>
    <tr>
  
    </tr>
    <tr>
   
	<td colspan="2" ><span class="style113"><a href="doccuments\˹ѧ駡ûżŢǹؤ þ.ѵպ.10.pdf" class="style112">˹ѧ駡ûżŢǹؤ</a></td>
    <tr>
	<td colspan="2" ><span class="style113"><a href="Menu PDPA/PDPA.php" class="style112">º¤ͧǹؤ</a></td>
    
    </tr>
	<td colspan="2" ><span class="style113"><a href="doccuments/С ǻԺѵ㹡ѡҤ蹤ʹ´ҹʹ.pdf" class="style112">ǻԺѵ㹡ѡҤ蹤ʹ´ҹʹ</a></td> </tr>
	<td colspan="2" ><span class="style113"><a href="doccuments/èѴõǵСäǺҶ֧.pdf" class="style112">èѴõǵСäǺҶ֧</a></td> </tr>
	<td colspan="2" ><span class="style113"><a href="doccuments/º¡úèѴôҹѡҤ蹤ʹ (Cybersecurity Management System Policy) Ѻ.pdf" class="style112">º¡úèѴôҹѡҤ蹤ʹ (Cybersecurity Management System Policy) Ѻ.pdf</a></td>
	 </tr>
	<td colspan="2" ><span class="style113"><a href="doccuments/º¤ͧǹؤ (PDPA).pdf" class="style112">º¤ͧǹؤ(Personal Data Protection Policy)</a></td> </tr>
	<td colspan="2" ><span class="style113"><a href="doccuments/ºǻԺѵԡѧ͹Ź (Social Media).pdf" class="style112">ºǻԺѵԡѧ͹Ź (Social Media) </a></td> </tr>
	<td colspan="2" ><span class="style113"><a href="doccuments/СçҺѵպ ͧ ͧ º¸ԺŢ (Data Governance Policy).pdf" class="style112">СçҺѵպ ͧ ͧ º¸ԺŢ (Data Governance Policy) </a></td> </tr>
	<td colspan="2" ><span class="style113"><a href="https://online.fliphtml5.com/lvpek/kqrb/#p=1" class="style112">º¸ԺŢ (Data Governance Policy) ǻԺѵԸԺŢ (Data Governance Guideline) </a></td> </tr>
	<td colspan="2" ><span class="style113"><a href="doccuments/СȤǹ (Privacy Notice)Provider ID.pdf" class="style112">СȤǹ (Privacy Notice)Provider ID </a></td> </tr>
		<td colspan="2" ><span class="style113"><a href="doccuments/͡˹͹䢡ԡ Health ID.pdf" class="style112">͡˹͹䢡ԡ Health ID </a></td> </tr>
		<td colspan="2" ><span class="style113"><a href="doccuments/͡˹͹䢡ԡ Provider ID.pdf" class="style112">͡˹͹䢡ԡ Provider ID </a></td> </tr>
				<td colspan="2" ><span class="style113"><a href="doccuments/͡˹ԡ ; station.pdf" class="style112">͡˹ԡ ; station </a></td> </tr>
						<td colspan="2" ><span class="style113"><a href="doccuments/͡˹͹䢡ԡ Application ;.pdf" class="style112">͡˹͹䢡ԡ Application ;</a></td> </tr>
  </table>
  <p><br>
  </p>
</div>

  <strong> </strong></p>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit