onlinepay.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:4k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <!--#include file="articleconn.asp"-->
  2. <!--#include file="../checkpost.asp"-->
  3. <!--#include file="security.asp"-->
  4. <%if session("flag")>1 then
  5.     response.write "<br><p align=center>您的操作权限不够!</p>"
  6.     response.end
  7. end if
  8. %>
  9. <html>
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  12. <title>在线支付接口设置</title>
  13. <link href="inc/Admin_STYLE.CSS" rel="stylesheet" type="text/css">
  14. </head>
  15. <%
  16. set rs=server.createobject("adodb.recordset")
  17. sql="select * from pay where id=1"
  18. rs.open sql,conn,1,3
  19. urlback=rs("urlback")
  20. code=rs("code")
  21. username=rs("username")
  22. password=rs("password")
  23. rs.close
  24. %>
  25. <body>
  26. <p align="center"><font size="3"></font></p>
  27. <p align="center"><font color="#FF0000">(注:本系统目前只支持1st-pay.net的在线支付功能)</font></p>
  28. <form name="pay" method="post" action="paysave.asp">
  29.   <div align="center"><br>
  30.     <table cellpadding="2" cellspacing="1" border="0" width="90%" class="border" align=center>
  31.       <tr align="center" bgcolor="#429AEF"> 
  32.         <td height=25 colspan=2 ><strong><font color="#FFFFFF">在线支付系统接口设置</font></strong> 
  33.       <tr> 
  34.         <td width="24%"  class="tdbg" height=23><div align="center">1st-pay 用 
  35.             户 名:</div></td>
  36.         <td width="76%" class="tdbg"><font color="#00FFFF"><font color="#FFFFFF"> 
  37.           </font><font color="#00FFFF"><font color="#FFFFFF"><font color="#990000">
  38.           <input name="username" type="text" value=<%=username%> size="20">
  39.           </font></font></font><font color="#FFFFFF">          </font></font></td>
  40.       </tr>
  41.       <tr> 
  42.         <td width="24%" class="tdbg" height=23><div align="center">1st-pay 密   
  43.             码:</div></td>
  44.         <td width="76%" class="tdbg"><div align="left"><font color="#00FFFF"> 
  45.             </font><font color="#990000">
  46.             </font><font color="#00FFFF"><font color="#990000">
  47.             <input name="password" type="text" value=<%=password%> size="20">
  48.           </font></font></div></td>
  49.       </tr>
  50.       <tr> 
  51.         <td class="tdbg" height=23><div align="center">反 馈 地 址 代 号:</div></td>
  52.         <td class="tdbg"><font color="#00FFFF"><font color="#FFFFFF"> 
  53.           </font><font color="#00FFFF"><font color="#FFFFFF">
  54.           <input name="urlback" type="text" value=<%=urlback%> size="20">
  55.           </font></font><font color="#FFFFFF">          </font><font color="#00FFFF"><font color="#FFFFFF"><font color="#FF0000">说明:只对自动流程用户,免费用户不用改</font></font></font></font></td>
  56.       </tr>
  57.       <tr> 
  58.         <td width="24%" class="tdbg" height=23><div align="center">交 易 识 别   码:</div></td>
  59.         <td width="76%" class="tdbg"><font color="#00FFFF"><font color="#FFFFFF"> 
  60.           </font><font color="#00FFFF"><font color="#FFFFFF">
  61.           <input name="code" type="text" value=<%=code%> size="20">
  62.           </font></font><font color="#FFFFFF">          <font color="#00FFFF"><font color="#FF0000">说明:只对自动流程用户,免费用户不用改</font></font></font></font></td>
  63.       </tr>
  64.     </table>
  65.     <br>
  66.     <table cellpadding="2" cellspacing="1" border="0" width="90%" class="border" align=center>
  67.       <tr align="center"> 
  68.         <td height=25 bgcolor="#429AEF" ><strong><font color="#FFFFFF" Arial, Helvetica, sans-serif>相关信息</font></strong> 
  69.       <tr> 
  70.         <td height=23  class="tdbg">如果你还没注册1st-pay,请<a href="http://www.1st-pay.net/index.asp?refer=wwwtk007com#part1%20" target="_blank"><strong>点此注册</strong></a>吧</td>
  71.       </tr>
  72.       <tr> 
  73.         <td height=23 class="tdbg">如果你想详细了解1st-pay,请<a href="http://www.1st-pay.net/czlc.asp?refer=wwwtk007com" target="_blank"><strong>点此</strong></a>查看情吧</td>
  74.       </tr>
  75.       <tr> 
  76.         <td height=23 class="tdbg"><strong>自动流程用户特别注意-请将你在1st-pay里的返回地址设为:</strong></td>
  77.       </tr>
  78.       <tr> 
  79.         <td height=23 class="tdbg"><strong>http://你的域名/user/buyok.asp</strong> 
  80.         </td>
  81.       </tr>
  82.     </table>
  83.     <font color="#00FFFF"> <br>
  84.     <input type="submit" name="Submit" value="确 定">
  85.       
  86.     <input type="reset" name="Submit2" value="重 执" class="bt">
  87.     </font></div>
  88.   </form>
  89. </body>
  90. </html>