@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
admin
/
_setup
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/admin/_setup/ip_today.php
<? include"$_SERVER[DOCUMENT_ROOT]/admin/_lib/admin_check.php"; if(!$bdate) $bdate = date("Y-m-d"); echo" <form name='sform' method='post' action='?'> <input type='hidden' name='amode' value='$amode' /> <div id='top-search'> <span id='search-title'>$bdate</span> <span id='search-search'>³¯Â¥°Ë»ö <input type='text' name='bdate' value='$bdate' size='12' onclick=\"makeCal('sform', this.name, 0, 0)\" /> <input type='submit' value='°Ë »ö' class='submit' /> </span> </div> </form> <br /> <table id='l-table' summary='°Ë»ö³¯Â¥ÀÇ Á¢¼Ó¾ÆÀÌÇÇ¿Í 3½Ã°£´ÜÀ§ÀÇ Á¢¼Ó Ƚ¼ö¸¦ È®ÀÎ ÇÒ ¼ö ÀÖ½À´Ï´Ù.'> <caption class='blind'>Á¢¼Ó ¾ÆÀÌÇÇ ¼øÀ§¸ñ·Ï</caption> <thead> <tr> <th width='7%' scope='col'>¼øÀ§</th> <th width='*' scope='col'>Á¢¼ÓIP</th> <th width='12%' scope='col'>Á¢¼ÓȽ¼ö</th> <th width='6%' scope='col'>~03½Ã</th> <th width='6%' scope='col'>~06½Ã</th> <th width='6%' scope='col'>~09½Ã</th> <th width='6%' scope='col'>~12½Ã</th> <th width='6%' scope='col'>~15½Ã</th> <th width='6%' scope='col'>~18½Ã</th> <th width='6%' scope='col'>~21½Ã</th> <th width='6%' scope='col'>~24½Ã</th> <th width='14%' scope='col'>óÀ½Á¢¼Ó½Ã°£</th> </tr> </thead> <tbody>"; $res = $mysql->res("adw_ip_con", "*", "where bdate='$bdate' order by total desc", 0); $total = mysql_num_rows($res); $i = 1; while($row = mysql_fetch_array($res)) { echo " <tr> <td scope='row'>".$i++."</td> <td>$row[userip]</td> <td>$row[total]</td> <td>".($row[t00]+$row[t01]+$row[t02])."</td> <td>".($row[t03]+$row[t04]+$row[t05])."</td> <td>".($row[t06]+$row[t07]+$row[t08])."</td> <td>".($row[t09]+$row[t10]+$row[t11])."</td> <td>".($row[t12]+$row[t13]+$row[t14])."</td> <td>".($row[t15]+$row[t16]+$row[t17])."</td> <td>".($row[t18]+$row[t19]+$row[t20])."</td> <td>".($row[t21]+$row[t22]+$row[t23])."</td> <td>".substr($row[wdate], 11, 10)."</td> </tr> "; } if(!$total){ echo" <tr> <td colspan='16'>Á¢¼Ó ¾ÆÀÌÇǰ¡ ¾ø½À´Ï´Ù.</td> </tr>"; } echo " </tbody> </table>"; ?>