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/cache/compile/cd3a06ec4222a56d2a07b2359ad19c89.php
<?php defined('IS_OK') or exit('Access Forbidden'); ?>
<?php include(load::theme('com/head')); ?>

<section class="downloaddetail" bosscms="downloaddetail" group>
  <article>
    <h1><?php echo $G['group']['name']; ?></h1>
    <div class="top">
      <b><?php echo $G['config']['group_time']; ?></b>
      <i><?php echo date('Y-m-d H:i:s',$G['group']['mtime']); ?></i>
      <b><?php echo $G['config']['group_notice']; ?></b>
      <i><notice type="<?php echo $G['group']['type']; ?>" id="<?php echo $G['group']['id']; ?>"><?php echo $G['group']['notice']; ?></notice></i>
      <?php  if( $G['config']['member_open'] ){ ?>
      <i class="fa fa-star<?php  if( !$G['group']['collect'] ){ ?>-o<?php } ?>">
        <a collect="<?php echo $G['group']['type']; ?>_<?php echo $G['group']['id']; ?>" href="javascript:;"><?php echo $G['config']['group_collect']; ?></a>
      </i>
      <?php } ?>
    </div>
    <div class="sub">
      <?php foreach( $G['group']['complex'] as $v ){ ?>
      <?php  if( $v['value'] ){ ?>
      <dl>
        <dt><span><?php echo $v['title']; ?></span></dt>
        <dd><span><?php echo $v['value']; ?></span></dd>
      </dl>
      <?php } ?>
      <?php } ?>
      <dl>
        <dt><span><?php echo $G['config']['download_size']; ?></span></dt>
        <dd><span><?php echo setFilesize($G['group']['size']); ?></span></dd>
      </dl>
      <a href="<?php echo $G['group']['file']; ?>" title="<?php echo $G['group']['name']; ?>" button="button" target="_blank"><?php echo $G['group']['down']; ?></a>
      <?php  if( $G['group']['dfiles'] ){ ?>
      <ul>
        <?php foreach( $G['group']['dfiles'] as $v ){ ?>
        <li><a href="<?php echo $v['file']; ?>" title="<?php echo $v['down']; ?>" target="_blank"><?php echo $v['down']; ?></a></li>
        <?php } ?>
      </ul>
      <?php } ?>
    </div>
    <div class="content">
      <aside><?php echo $G['group']['content']; ?></aside>
      <?php  if( $G['group']['tag'] ){ ?>
      <div class="tag">
        <?php foreach( $G['group']['tag'] as $v ){ ?>
        <a href="<?php echo $v['url']; ?>" title="<?php echo $v['title']; ?>"><?php echo $v['title']; ?></a>
        <?php } ?>
      </div>
      <?php } ?>
      <?php $both1 = html::both( $G['group']['id'], $G['items']['id'], null ); if( $both1 ){ $html = $both1; ?><?php echo $html; ?><?php } ?>
      <?php $comment1 = html::comment( $G['group']['id'], $G['group']['type'], 0, 1 ); if( $comment1 ){ $html = $comment1; ?>
      <div class="comment"><?php echo $html; ?></div>
      <?php } ?>
    </div>
  </article>
</section>

<?php include(load::theme('com/foot')); ?>