HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/bs.kntsleep.com/system/web/common/html/member/home.html
{include common=html/member/head}
<div class="entrance">
  <ins><img src="{member.avatar}" alt="{member.username}" /></ins>
  <dl>
    <dt><strong>基本信息</strong></dt>
    <dd>
      <ul>
        <li>账户:{member.username}{if:(member.alias)}<span>({member.alias})</span>{/if}</li>
        <li>等级:<strong>{member.grade.name}</strong>{if:(config.member_ranks_open && member.ranks.name)}<b>{member.ranks.name}</b>{/if}</li>
        {if:(member.utime)}
        <li>到期:{if:(member.etime)}{member.etime|date='Y-m-d H:i:s',###}{else}永久{/if}</li>
        {else}
        <li>创建:{member.ctime|date='Y-m-d H:i:s',###}</li>
        {/if}
      </ul>
    </dd>
  </dl>
  <dl>
    <dt><strong>账户信息</strong></dt>
    <dd>
      <ul>
        <li>积分:{member.points}</li>
        <li>金币:{member.golds}</li>
        <li>余额:{member.balance} 元</li>
        <li>空间:{member.storage|intval=config.member_storage_maxsize*1024*1024-###|strval=round(###/1024/1024*100)/100} MB</li>
      </ul>
    </dd>
  </dl>
</div>
{if:(config.shop_open && $G.option.shop_state)}
<div class="ordericon">
  <h2><strong>我的订单</strong></h2>
  <ul>
    {foreach data=$G.option.shop_state key=$k}
    {$oicon = array('shopping-cart','money','history','','floppy-o')}
    {if:(preg_match('/^(0|1|2|4)$/',$k))}
    <li>
      <a href="{items.folder|url::member='shop_orders'|url::param='state',$k}">
        <i class="fa fa-{$oicon|arrExist=$k}"></i>
        <b>{$v}</b>
      </a>
    </li>
    {/if}
    {/foreach}
  </ul>
</div>
{/if}
<div class="mydoc">
  <table class="tables">
    <tbody>
      <tr>
        <th>最新发布</th>
        <th>发布时间</th>
      </tr>
      {foreach data=groups.list}
      <tr>
        <td>
          <i class="fa fa-file-text-o"></i>
          <a href="{$v.url}" title="{$v.name}">{$v.name}</a>
        </td>
        <td t="发布时间" s4 width="108">{$v.mtime|date='Y-m-d',###}</td>
      </tr>
      {/foreach}
    </tbody>
  </table>
</div>
{include common=html/member/foot}