Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /var/www/html/mistk/info/tpl/ drwxr-xr-x |
Viewing file: chpasswd.tpl.bak (6.32 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | <table cellpadding="0" cellspacing="0" border="0" align="left" summary=""> <tr> <td valign="top"><img src="{INFOURL}img/spacer.gif" width="2" height="220" alt=""></td> <td> <span style="font-size: 12pt; font-family: MS Sans Serif, sans-serif; font-weight: bold; color: #11387D; margin: 0px; padding: 0px;">เปลี่ยนรหัสผ่าน</span> <p style="font-weight: bold; font-family: MS Sans Serif, sans-serif; color: #666666;">ขั้นตอนการเปลี่ยนรหัสผ่าน - เมื่อกรอกข้อมูลตามฟอร์มข้างล่างครบแล้วให้คลิ๊กที่ปุ่ม "ดำเนินการ" เพื่อเปลี่ยนรหัสผ่าน</p> <div style="height: 2px;"> <hr style="border: 1px solid #1A6BF9"> </div> <form name="chpasswd" style="margin: 0px;" method="post" action="{INFOINDEX}?__m=config&__sb=chpasswd&__mx=change" id="chpasswd" target="transparent"> <table cellpadding="0" cellspacing="0" border="0" summary=""> <tr> <td valign="top" align="right"><label style="font-weight: bold; font-family: MS Sans Serif, sans-serif; color: #666666;">ชื่อเข้าใช้ระบบ : </label></td> <td valign="top"> <span style="font-weight: bold; font-family: MS Sans Serif, sans-serif; color: #0000FF; font-size: 10pt;">{USERLOGIN}</span> <div style="height: 25px; font-size: 8pt;"> </div> </td> </tr> <tr> <td valign="top" align="right"><label style="font-weight: bold; font-family: MS Sans Serif, sans-serif; color: #666666;">รหัสผ่านปัจจุบัน : </label></td> <td valign="top"> <input name="CurPWD" type="password" maxlength="16" value="" style="height: 12px; color: #0000FF; width: 160px;" onkeyup="ValidPasswd(this.form, this)" onfocus="this.select()" onchange="ReValidate(this.form, this)"> <div style="height: 25px; font-size: 8pt; color: #777777;"> เพื่อยืนยันว่าเป็นเจ้าของรหัสผ่าน </div> </td> </tr> <tr> <td valign="top" align="right"><label style="font-weight: bold; font-family: MS Sans Serif, sans-serif; color: #666666;">รหัสผ่านใหม่ : </label></td> <td valign="top"> <input name="NewPW1" type="password" maxlength="16" value="" style="height: 12px; color: #FF0000; width: 160px;" onkeyup="ValidPasswd(this.form, this)" onfocus="this.select()" onchange="ReValidate(this.form, this)"> <div style="height: 25px; font-size: 8pt; color: #777777;"> ไม่น้อยกว่า 6 ตัวอักษร ห้ามมีช่องว่าง </div> </td> </tr> <tr> <td valign="top" align="right"><label style="font-weight: bold; font-family: MS Sans Serif, sans-serif; color: #666666;">ยืนยันรหัสผ่านใหม่ : </label></td> <td valign="top"> <input name="NewPW2" type="password" maxlength="16" value="" style="height: 12px; color: #FF0000; width: 160px;" onkeyup="ValidPasswd(this.form, this)" onfocus="this.select()" onchange="ReValidate(this.form, this)"> <img id="checkePwd" src="{INFOURL}img/ok.gif" alt="" style="display: none;"> <div style="height: 25px; font-size: 8pt; color: #777777;"> เพื่อยืนยันความถูกต้องรหัสผ่านใหม่ </div> </td> </tr> </table> <div style="height: 2px;"> <hr style="border: 1px solid #1A6BF9"> </div> <div style="text-align: right"> <nobr><input id="Continue" type="submit" name="Continue" value=" ดำเนินการ " style="font-weight: bold;" disabled="disabled">  <input type="button" name="Cancel" value=" ยกเลิก " style="font-weight: bold;" onclick="window.location.replace('{INFOURL}infosys.php?__m=config')"></nobr> </div> </form> <table cellpadding="0" cellspacing="0" border="0" width="618" style="font-size:0;"> <tr> <td> </td> </tr> </table> </td> <td valign="top"><span style="font-size:0;"> </span></td> </tr> </table> <script type="text/javascript" language="JavaScript"> function ReValidate (el, elc) { if (!ValidPasswd.active) ValidPasswd (el, elc); ValidPasswd.active = false; } function ValidPasswd (el, elc) { ValidPasswd.active = true; if (/\s/.test(elc.value)) { alert("รหัสผ่านต้องยาวไม่น้อยกว่า 6 ตัวอักษร และห้ามมีช่องว่าง "); ValidPasswd.alerted = true; } ViewCheckImage(el, elc); } function ViewCheckImage (el, elc) { if (el && elc) { var imgId = document.getElementById("checkePwd"); var SmtId = document.getElementById("Continue"); if (imgId && SmtId) { var Trimed1 = trim(el.NewPW1.value); var Trimed2 = trim(el.NewPW2.value); if (Trimed1 == Trimed2 && Trimed1 != "" && Trimed1.length >= 6) { if (trim(el.CurPWD.value) == "" || /\s/.test(el.CurPWD.value)) { imgId.style.display = "none"; SmtId.disabled = true; if (!ValidPasswd.alerted) alert("กรุณาใส่รหัสผ่านเดิมก่อน และห้ามมีช่องว่าง "); el.CurPWD.focus(); } else if (/\s/.test(elc.value)) { imgId.style.display = "none"; SmtId.disabled = true; elc.focus(); } else { imgId.style.display = ""; SmtId.disabled = false; } } else { imgId.style.display = "none"; SmtId.disabled = true; } ValidPasswd.alerted = false; } } } function ResetCurPWD ( ) { var imgId = document.getElementById("checkePwd"); var SmtId = document.getElementById("Continue"); if (imgId && SmtId) { imgId.style.display = "none"; SmtId.disabled = true; chpasswd.CurPWD.focus(); } } </script> |
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0136 ]-- |