403Webshell
Server IP : 156.238.232.47  /  Your IP : 216.73.216.150
Web Server : nginx/1.25.3
System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : www ( 1000)
PHP Version : 8.3.25
Disable Function : 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
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/data/wwwroot/2026_01_09_01/template/cn/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/data/wwwroot/2026_01_09_01/template/cn/message.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>{sort:title}</title>
<meta name="keywords" content="{sort:keywords}">
<meta name="description" content="{sort:description}">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/bootstrap.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/animate.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/jquery.fancybox.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/slick.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/style.css" type="text/css" media="screen" charset="utf-8">
</head>
<style>
.site a::before {
	content: '' !important;
	width: 0 !important;
}
/*.site a{*/
        /*margin: 0;*/
        /*text-align: center;*/
        /*line-height: 45px;*/
    /*}*/
.header .top .share ul li a {
	text-align: center;
	line-height: 45px;
}
.header .top .share ul li a img {
	margin-right: 3px;
}
.header-container {
	position: relative;
}
 @media (min-width: 1200px) {
.header .nav {
	position: absolute;
	right: 4%;
}
}
.last-a {
	padding-right: 0 !important;
}
 @media (max-width: 1349px) {
.header .nav {
	right: 0;
}
}
</style>

<body>
{include file=head.html}
{include file=nybanner.html}
<div class="wrapper">
  <div class="wrap wrap-about">
    <div class="about">
      <div class="container">
        <div class="text wow fadeInUp" data-wow-duration=".8s">
          <h1 class="text-center" style="padding-bottom:20px;">{sort:name}</h1>
          <div class="feedback">
            <form id="fm1" name="fm1" class="form-horizontal" method="post" action="{pboot:msgaction}" >
              <div class="form-group">
                <label for="contacts" class="col-sm-3 control-label">姓名: </label>
                <div class="col-sm-6">
                  <input type="text" name="contacts" class="form-control" id="contacts" >
                </div>
              </div>
              <div class="form-group">
                <label for="contacts" class="col-sm-3 control-label">手机: </label>
                <div class="col-sm-6">
                  <input type="text" name="mobile" class="form-control" id="mobile" >
                </div>
              </div>
              <div class="form-group">
                <label for="mobile" class="col-sm-3 control-label">邮箱: </label>
                <div class="col-sm-6">
                  <input type="text" name="email" class="form-control" id="email">
                </div>
              </div>
              <div class="form-group">
                <label for="content" class="col-sm-3 control-label">留言内容: </label>
                <div class="col-sm-6">
                  <textarea name="content" class="form-control" rows="5"  id="content" ></textarea>
                </div>
              </div>
              <div class="form-group">
                <label for="checkcode" class="col-xs-12 col-sm-3 control-label">验证码: </label>
                <div class="col-xs-7 col-sm-2">
                  <input type="text" name="checkcode" id="checkcode"  class="form-control">
                </div>
                <div class="col-xs-2 col-sm-1"> <img title="Click refresh" style="height:33px;" src="{pboot:checkcode}" onclick="this.src='{pboot:checkcode}?'+Math.round(Math.random()*10);" /> </div>
              </div>
              <div class="form-group">
                <div class="col-sm-offset-3 col-sm-10">
                  <button type="submit"  value="Send" class="btn btn-primary page-btn"  onClick="return cheForm();">Send</button>
                </div>
              </div>
            </form>
            <script>
				function cheForm()
				{
				   if(document.fm1.contacts.value=="") {
					document.fm1.contacts.focus();
					alert("请输入姓名!");
					return false;
				  }
				  if(document.fm1.mobile.value=="") {
					document.fm1.mobile.focus();
					alert("请输入手机号码!");
					return false;
				  }
				 if(document.fm1.email.value=="") {
					document.fm1.email.focus();
					alert("请输入邮箱!");
					return false;
				  }
				 if(document.fm1.content.value=="") {
					document.fm1.content.focus();
					alert("请输入留言内容!");
					return false;
				  }
				  };
				
				  
			</script> 
          </div>
          </ul>
        </div>
      </div>
    </div>
  </div>
</div>
{include file=foot.html} 

Youez - 2016 - github.com/yon3zu
LinuXploit