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/mm.paycheckc.com/data/runtime/temp/c8132a7e9f3576110f61bb21c49a7de4.php
<?php /*a:1:{s:74:"/www/wwwroot/mm.paycheckc.com/public/themes/admin_default/admin/login.html";i:1746023948;}*/ ?>
<!DOCTYPE html>
<html>
<?php 
    $_admin_setting=cmf_get_option('admin_settings');
 ?>
<head>
    <meta charset="UTF-8"/>
    <title><?php echo (isset($_admin_setting['admin_name']) && ($_admin_setting['admin_name'] !== '')?$_admin_setting['admin_name']:'ThinkCMF'); ?></title>
    <meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge"/>
    <meta name="renderer" content="webkit|ie-comp|ie-stand">
    <meta name="robots" content="noindex,nofollow">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <link href="/themes/admin_default/public/assets/themes/<?php echo cmf_get_admin_style('arcoadmin'); ?>/bootstrap5/bootstrap.min.css"
          rel="stylesheet">
    <link href="/themes/admin_default/public/assets/fontawesome/css/all.min.css" rel="stylesheet" type="text/css">
    <link href="/themes/admin_default/public/assets/fontawesome/css/v4-shims.min.css" rel="stylesheet" type="text/css">
    <link href="/themes/admin_default/public/assets/themes/<?php echo cmf_get_admin_style('arcoadmin'); ?>/login.css" rel="stylesheet">
    <script>
        if (window.parent !== window.self) {
            document.write = '';
            window.parent.location.href = window.self.location.href;
            setTimeout(function () {
                document.body.innerHTML = '';
            }, 0);
        }
    </script>
</head>
<body>
<div class="wrap">
    <div class="container">
        <div class="row">
            <div class="col-md-4 offset-md-4">
                <h1 class="text-center"><?php echo (isset($_admin_setting['admin_name']) && ($_admin_setting['admin_name'] !== '')?$_admin_setting['admin_name']:'ThinkCMF'); ?></h1>
                <form class="js-ajax-form" action="<?php echo url('public/doLogin'); ?>" method="post">
                    <div class="mb-3">
                        <input type="text" id="input_username" class="form-control form-control-lg" name="username"
                               placeholder="<?php echo lang('USERNAME_OR_EMAIL'); ?>" title="<?php echo lang('USERNAME_OR_EMAIL'); ?>"
                               value="<?php echo cookie('admin_username'); ?>" data-rule-required="true" data-msg-required="">
                    </div>
                    <div class="mb-3">
                        <input type="password" id="input_password" class="form-control form-control-lg" name="password"
                               placeholder="<?php echo lang('PASSWORD'); ?>" title="<?php echo lang('PASSWORD'); ?>" data-rule-required="true"
                               data-msg-required="">
                    </div>

                    <div class="mb-3">
                        <div style="position: relative;">
                            <input type="text" name="captcha" placeholder="<?php echo lang('Captcha'); ?>"
                                   class="form-control form-control-lg captcha">
                            <?php $__CAPTCHA_SRC=url('/new_captcha').'?height=46&width=150&font_size=18'; ?>
<img src="<?php echo $__CAPTCHA_SRC; ?>" onclick="this.src='<?php echo $__CAPTCHA_SRC; ?>&time='+Math.random();" title="换一张" class="captcha captcha-img verify_img" style="cursor: pointer;position:absolute;right:2px;top:1px;border-radius: 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0;"/>
<input type="hidden" name="_captcha_id" value="">
                        </div>
                    </div>

                    <div class="mb-3 d-grid gap-2">
                        <input type="hidden" name="redirect" value="">
                        <button class="btn btn-lg btn-primary btn-block js-ajax-submit" type="submit"
                                style="margin-left: 0"
                                data-loadingmsg="<?php echo lang('LOADING'); ?>" data-success_refresh="successRefreshCallback">
                            <?php echo lang('LOGIN'); ?>
                        </button>
                    </div>

                </form>
            </div>
        </div>

    </div>
</div>
<?php 
    $_static_version='1.0.4';
    $is_mobile=cmf_is_mobile();
 ?>
<script type="text/javascript">
    //全局变量
    var GV = {
        ROOT: "/",
        WEB_ROOT: "/",
        JS_ROOT: "static/js/",
        APP: ''/*当前应用名*/,
        IS_MOBILE: <?php echo !empty($is_mobile) ? 'true'  :  'false'; ?>,
        lang: function (langKey, params) {
            var lang = {
                LOGIN_INVALID_TIPS: "<?php echo lang('LOGIN_INVALID_TIPS'); ?>",
                'Please select at least one': "<?php echo lang('Please select at least one'); ?>",
                Close: "<?php echo lang('CLOSE'); ?>",
                'You sure you want to delete it?': "<?php echo lang('You sure you want to delete it?'); ?>",
                'OK': "<?php echo lang('OK'); ?>",
                'Are you sure you want to do this?':"<?php echo lang('Are you sure you want to do this?'); ?>"
            };

            return typeof lang[langKey] === 'undefined' ? langKey : lang[langKey];

        }
    };
</script>
<script src="/themes/admin_default/public/assets/js/jquery-3.6.4.min.js?v=<?php echo $_static_version; ?>"></script>
<script src="/static/js/wind.js?v=<?php echo $_static_version; ?>"></script>
<script>
    Wind.alias({noty: '/themes/admin_default/public/assets/js/noty-2.4.1.js'})
</script>
<script src="/static/js/admin.js?v=<?php echo $_static_version; ?>"></script>
<script>
    (function () {
        document.getElementById('input_username').focus();
    })();

    function successRefreshCallback(data, statusText, xhr, $form) {
        localStorage.setItem('token', data.data.token);
        if (data.url) {
            //返回带跳转地址
            window.location.href = data.url;
        }
    }
</script>
</body>
</html>