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/my.snodshop.com/Api/confirm.php
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta content="telephone=no" name="format-detection">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui">
<title>訂單確認通知</title>
<script type="text/javascript" src="../Public/Assets/js/jquery.min.js"></script>
<style type="text/css">
.alert{min-height:3rem;margin:.7em;text-align:center;font-size:1.2em;}
.btn{width:4.5em;height:1.2em;display:inline-block;padding:.29em 1em;margin:0 .2em;font-size:1em;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:.2em;overflow:hidden}
.btn-grey{color:#fff;background-color:#878787;border-color:#878787}
.btn-red{color:#fff;background-color:#fb2b0a;border-color:#fb2b0a}
body{padding:0;margin:0;border:0;outline:0;text-align:center;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
input[type="text"]{font-family:Microsoft YaHei,arial;outline:0;-webkit-appearance:none;-moz-appearance:none}
#box{margin:4em 0 0 0;text-align:left;font-family:'Microsoft YaHei',arial}
.section{width:14.5em;margin:0 auto .8em}
.title em{font-style:normal;font-size:.6em}
.red{color:red}
.gray{color:#aaa}
.section .tip{display:inline-block;width:4.2em;height:2em;line-height:2em;font-weight:bold;text-align:right}
.section .tip em{font-size:.7em;color:#f40}
.section .tip span{font-size:.7em;display:inline-block;color:#000}
#mobile,#code{font-size:.7em;display:inline-block;width:6.5em;height:2em;margin:0 .2em 0 0;padding:0 .4em;border:1px solid #aaa;border-radius:.3em}
#code{width:4em}
#get,#verify{display:inline-block;width:4.2em;height:2em;line-height:2em}
#get em{padding:0 .3em;width:7em;height:2.3em;line-height:2.5em;display:inline-block;font-style:normal;font-size:.6em;text-align:center;background:#4da4fe;border-radius:.5em;cursor:pointer;border:0;color:#FFF}
#verify{font-size:.8em;width:100%;text-align:center;background:#f40;border-radius:.2em;cursor:pointer;border:0;color:#FFF}
</style>
<script type="application/javascript">
	//var parseParams=function(){var a=function(a){a=a.replace(/\+/g,"%20");try{return decodeURIComponent(a).replace(/(^\s*)|(\s*$)/g,"")}catch(b){}return a};return function(b){var c={};if(b)for(var d,e=0,f=b.split(/&+/),g=f.length;g>e;e++)if(d=f[e]){var h=a(d.replace(/=.*/,"")),i=a(d.replace(/(.*?=)|(.*)/,""));(h||i)&&(h in c?("string"==typeof c[h]&&(c[h]=[c[h]]),c[h].push(i)):c[h]=i)}return c}}();
	//var url_params=parseParams(window.location.search.replace(/^\?/,""))
	function act(op){
		$.ajax({
			type: "POST",
			url: "../index.php?m=Api&a=confirm",
			dataType: 'json',
			data: { op: op, id: '<?php echo $_GET['id'];?>' },
			beforeSend:function(){ window.$('#msg').html('<img src="../Public/akmall/loading.gif">'); },
			success: function(d){ window.$('#msg').html(d.info); }
		})
	}
</script>
<body>

<div class="dupl">
	<div class="alert"><span id="msg">訂單確認(確認后優先發貨)</span></div>
	<div>
		<span class="btn btn-red fileinput-button" onclick="act(2)"><span>確認訂單</span></span>
    	<span class="btn btn-grey fileinput-button" onclick="act(6)"><span>取消訂單</span></span>
	</div>
</div>
</body>
</html>