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/www.snodshop.com/Home//Tpl/Order/paypay.html
<html>
<head><block name="head">
<title><notempty name="info.name">{$info.name} - </notempty>{$akmallConfig.title}</title>
<meta charset="utf-8" />
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="yes" name="apple-touch-fullscreen"/>
<meta content="telephone=no" name="format-detection"/>
<link rel="dns-prefetch" href="http://{$_SERVER['SERVER_NAME']}">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0, user-scalable=no" name="viewport">
<meta name="description" content="<empty name='info.brief'>{$akmallConfig.description}<else />{$info.brief}</empty>">
<meta name="keywords" content="<notempty name="info.tags">{:str_replace('#',' ',$info['tags'])}</notempty> {$akmallConfig.keywords}">
<meta name="author" content="{:lang('author')}">
<link rel="shortcut icon" href="__PUBLIC__/Assets/img/akmall.ico" />
<link href="__PUBLIC__/akmall/akmall-order.css?v={$Think.const.AKMALL_VERSION}" rel="stylesheet">
<!--[if lt IE 9]><link href="__PUBLIC__/akmall/akmall-ie.css?v={$Think.const.AKMALL_VERSION}" rel="stylesheet"><![endif]-->
</head>
<body>

 
<div class="result">
	<h1>{:lang('loading')}</h1>
    <div class="innner">
		<form id='pay_form' method='post' action='https://www.paypayzhu.com/api/pay'>
			<div class="order" style="min-height: calc(100vh - 244px);">
				<ul style="display:none;">
					<li><label>{:lang('order_status_colon')}</label><span><php>$status=C('ORDER_STATUS');</php>{$status[$order['status']]}</span></li>
					<li><label>{:lang('order_number_colon')}</label><span>{$order.order_no}</span></li>
					<li><label>{:lang('item_name_colon')}</label><span>{$order.item_name}</span></li>
					<li><label>{:lang('order_quantity_colon')}</label><span>{$order.quantity}</span></li>
					<li><label>{:lang('order_price_colon')}</label><span>{$order.total_price}{:lang('yuan')}</span></li>
				</ul>
				
				
					<input id='api_user' name='api_user' type='hidden' value='{$pay.api_user}' />
					<input id='price' name='price' type='hidden' value='{$pay.price}' />
					<input id='type' name='type' type='hidden' value='{$pay.type}'/>
					<input id='redirect' name='redirect' type='hidden' value='{$pay.redirect}'/>
					<input id='order_id' name='order_id' type='hidden' value='{$pay.order_id}'/>
					<input id='order_info' name='order_info' type='hidden' value='{$pay.order_info}'/>
					<input id='signature' name='signature' type='hidden' value='{$pay.signature}'/>
			</div>
			<div class="foot" style="display:none;">
				<button type="submit" id='btn_pay' class="foot_btn">立即支付</button>
				<a href="{$order.url}" class="foot_btn" style="background-color:#888;">{:lang('goback')}</a>
				<p>{$akmallConfig.footer}</p>
			</div>
		</form>
    </div>
</div>
<script type="text/javascript">
$(function(){
	setTimeout(function(){ $('#pay_form').submit();}, 500 )
	var order_id = "{$order['id']}";
	$.ajax({ url:"{:U('Api/send')}",timeout:1000,data:{order_id:order_id} });
});
</script>
</body>
</html>