HEX
Server: nginx/1.16.1
System: Linux VM-0-14-centos 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: www (1000)
PHP: 8.3.31
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/www.sceytyg.com/wp-content/themes/Zing-Pro/template-parts/submit.html
<!DOCTYPE html>
<html lang="zh-CN">

<head>

<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=7"/>
<title>提交成功</title>

<style type="text/css">
    *{margin:0;padding:0;font-family:arial,sans-serif;font-size:14px;}
    body,html{height:100%;}
    body{background:#e9eaef;}
    .wrapper{margin: 0 auto;background: #fff;width:587px;height:196px;padding:80px 0 0 80px;top:50%;margin-top:-150px;position:relative;border: 2px solid #e4e4e4;border-radius: 5px;}
    h3{font-weight:700;font-size:16px;}
    .tm{padding-top:24px;}
    .tm span{color:#e10602;padding:0 5px;font-weight:700;}
    .btn{padding-top:14px;}
    .btn a{display: inline-block;color: #0078ff;border: 2px solid #0078ff;padding: 7px 30px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;text-transform: uppercase;margin-top: 10px;text-decoration: none;}
</style>

</head>

<body>


<div class="wrapper">
	<h3>提交成功,请耐心等待,我们将尽快与您联系!</h3>
	<p class="tm">
		本页<span id="time">6</span>秒后自动返回上一页...
	</p>
	<p class="btn">
		<a id="Btn" href="javascript:history.go(-1)">返回之前页面</a>
	</p>
</div>


<script type="text/javascript">
    function sendStats(url){
        var n = "log_"+ (new Date()).getTime();
        var c = window[n] = new Image();
        c.onload = (c.onerror=function(){window[n] = null;});
        c.src = 'javascript:history.go(-1)' + url;
        c = null;  
    }
    var time = document.getElementById('time');
    var btn = document.getElementById('Btn');
    function count(){
        if( +time.innerHTML > 0 ){
            time.innerHTML = time.innerHTML - 1;
        }else{
            sendStats('gotobaidu');
            location.href = btn.href;
        }
    }
    setInterval(count , 600);
    btn.onclick = function(){
        sendStats('gotobaidu');
    };
</script>


</body>
</html>