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/config.html
{include common=html/member/head}
<div class="tabcheck">
  <ul>
    <li {if:(!get.material)}class="on"{/if}><a href="{items.folder|url::member='config'|url::param='material',null}">{$sys_member.member_information_title}</a></li>
    {if:($G.hasform)}
    <li {if:(get.material==1)}class="on"{/if}><a href="{items.folder|url::member='config'|url::param='material',1}">δΌšε‘˜θ΅„ζ–™</a></li>
    {/if}
  </ul>
</div>
<div class="information">
  <form method="post" enctype="multipart/form-data" action="{$post = url::member('api/member',$G['get']['material']?'material':'information')}{$post}">
    {if:(!get.material)}
    <dl class="avatar">
      <dt>{$sys_member.member_avatar}</dt>
      <dd>
        <div>
          <img src="{member.avatar}" alt="{member.username}" />
          {if:(config.member_modify_avatar)}
          <span class="fa fa-plus"></span>
          <ins>{$input = form::input('avatar',null,null,'file',array('accept'=>'.png,.jpg,.jpeg,.gif'),false)}{$input}</ins>
          {/if}
        </div>
      </dd>
    </dl>
    <dl>
      <dt>{$sys_member.member_username}</dt>
      <dd>{member.username}</dd>
    </dl>
    <dl>
      <dt>{$sys_member.member_alias}</dt>
      {if:(!member.alias || config.member_modify_alias)}
      <dd>{member.alias|form::input='alias',###,null,'text',array('placeholder'=>$sys_member.member_alias),false}</dd>
      {else}
      <dd>{member.alias}</dd>
      {/if}
    </dl>
    <dl>
      <dt>{$sys_member.member_password}</dt>
      <dd>{$input = form::input('password',null,null,'password',array('placeholder'=>$sys_member.member_password),false)}{$input}</dd>
    </dl>
    <dl>
      <dt>{$sys_member.member_email}</dt>
      {if:(!member.email || config.member_modify_email)}
      <dd>{member.email|form::input='email',###,null,'email',array('placeholder'=>$sys_member.member_email),false}</dd>
      {else}
      <dd>{member.email}</dd>
      {/if}
    </dl>
    <dl>
      <dt>{$sys_member.member_phone}</dt>
      {if:(!member.phone || config.member_modify_phone)}
      <dd>{member.phone|form::input='phone',###,null,'tel',array('placeholder'=>$sys_member.member_phone),false}</dd>
      {else}
      <dd>{member.phone}</dd>
      {/if}
    </dl>
    <dl>
      <dt>{$sys_member.member_sex}</dt>
      <dd>{member.sex|form::radio='sex',###,null,$G['option']['sex'],null,false}</dd>
    </dl>
    {/if}
    {foreach data=$G.form}
    <dl>
      <dt>{$v.title}</dt>
      <dd style{$v.style}>
        {$v.form}
        {if:($v.description)}<p>{$v.description}</p>{/if}
      </dd>
    </dl>
    {/foreach}
    <dl>
      <dd><button>{$sys_member.member_save}</button></dd>
    </dl>
  </form>
</div>
{include common=html/member/foot}