📄 1zhifu.qg.php
字号:
<?php if(!defined('PHPOK_SET')){die('<h3>Error...</h3>');}?><?php QG_C_TEMPLATE::p("global_heada","","0");?>
<?php QG_C_TEMPLATE::p("righta.css","","0");?>
<?php QG_C_TEMPLATE::p("righta.head","","0");?>
<!-- 系统信息配置 -->
<table width="100%">
<tr>
<td class="qg_notice" style="text-align:left;">
<a href="admin.php?file=index">系统首页</a>
» 系统配置 〔注意不要使用单引号、双引号及美元符号〕
</td>
</tr>
</table>
<table width="100%">
<tr>
<td class="qg_notice" style="text-align:left;">
以下是支付网关配置信息
</td>
</tr>
</table>
<form name="qgform" id="qgform" method="post" action="admin.php?file=zhifu&act=setok" onsubmit="return SystemSet()">
<div class="table" onmouseover="this.className='table table1'" onmouseout="this.className='table'">
<table width="100%">
<tr>
<td class="left">支付网关地址:<span style="color:red;">*</span></td>
<td class="right">
<input type="text" name="zfurl" id="zfurl" class="long_input" value="<?php echo $zfurl;?>">
<span class="clue_on">[支付网关地址以/结尾,如:http://demo.xiaobaijz.cn/sg/pay/]</span>
</td>
</tr>
</table>
</div>
<div class="table" onmouseover="this.className='table table1'" onmouseout="this.className='table'">
<table width="100%">
<tr>
<td class="left">商户 I D编号:<span style="color:red;">*</span></td>
<td class="right">
<input type="text" name="shid" id="shid" value="<?php echo $shid;?>">
<span class="clue_on">[云网商户ID]</span>
</td>
</tr>
</table>
</div>
<div class="table" onmouseover="this.className='table table1'" onmouseout="this.className='table'">
<table width="100%">
<tr>
<td class="left">商户支付密匙:<span style="color:red;">*</span></td>
<td class="right">
<input type="text" name="shmy" id="shmy" class="long_input" value="<?php echo $shmy;?>">
<span class="clue_on">[云网登陆后台得到的支付密匙]</span>
</td>
</tr>
</table>
</div>
<div class="table" onmouseover="this.className='table table1'" onmouseout="this.className='table'">
<table width="100%">
<tr>
<td class="left">兑 换 率设置:<span style="color:red;">*</span></td>
<td class="right">
<input type="text" name="yhl" id="yhl" value="<?php echo $yhl;?>">
<span class="clue_on">[1人民币兑换多少元宝]</span>
</td>
</tr>
</table>
</div>
<div class="table">
<table width="100%">
<tr>
<td class="left"> </td>
<td class="right"><input type="submit" id="qgbutton" class="mybutton_01" value="设 置"></td>
</tr>
</table>
</div>
</form>
<script type="text/javascript">
function SystemSet()
{
var idtrue = $("isgd_1").checked;
var idfalse = $("isgd_0").checked;
if(idtrue)
{
//检测内容是否有正常
var gdpic = $("gdpic").value;
if(!gdpic)
{
alert("水印图片不能为空!PHPOK2.0不再支持文字水印!");
return false;
}
}
//更新
$("qgbutton").disabled = true;
}
</script>
<?php QG_C_TEMPLATE::p("foot","","0");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -