• 大小: 0.75M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: PHP
  • 标签: 网站  

资源简介

php 充值网站源码(对接的第三方)

代码片段和文件信息

include_once ‘fun.php‘;
include_once ‘config.php‘;
$no=daddslashes($_REQUEST[‘no‘]);
$info_order=$db->getrow(“select * from #@_a8tgcom where no=‘{$no}‘ and status=1“);
header(“Content-Type:application/json; charset=utf-8“);
if($info_order){
    $re=array(
‘status‘=>1
‘id‘=>$info_order[‘id‘]
‘amount‘=>$info_order[‘amount‘]
‘money‘=>$info_order[‘money‘]
);
}else{
$re=array(
‘status‘=>0
);
}
echo json_encode($re);


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        458  2017-07-06 15:56  checkpay.php

     文件        377  2017-07-06 16:16  checkuser.php

     文件       3549  2017-07-07 11:54  config.php

     文件       1448  2017-07-04 17:45  fun.php

     文件       3310  2017-07-07 11:54  index.html

     文件      19552  2017-07-05 16:31  mysql.class.php

     文件       1834  2017-07-06 15:57  notify.php

     文件       2639  2017-07-04 17:36  pay1-1.html

     文件       1543  2017-07-06 16:42  pay1-2.php

     文件       4098  2017-07-07 11:56  pay1-3.php

     文件       4460  2017-07-07 11:56  pay1-4-1.php

     文件       4684  2017-07-07 11:56  pay1-4-2.php

     文件       7595  2017-07-07 11:56  pay1-5.php

     文件       4116  2017-07-07 11:56  pay1-6.php

     文件       3150  2017-07-03 21:40  pay2-1.html

     文件        795  2017-07-23 07:47  使用说明.txt

     文件      10973  2017-07-03 21:51  static\css\hdj.css

     文件      50722  2017-07-03 21:43  static\css\pays.css

     文件     134438  2017-07-03 21:34  static\images\bg.jpg

     文件       1159  2017-07-03 21:38  static\images\bj1.gif

     文件       4788  2017-07-03 21:51  static\images\img.gif

     文件     113476  2017-07-03 21:31  static\images\logo.png

     文件       8599  2017-07-04 15:57  static\images\msg_bg.png

     文件      11068  2017-07-03 21:45  static\images\v1_bg_foot.png

     文件     219539  2017-07-03 21:44  static\images\v1_pay (1).png

     文件        403  2017-07-03 21:44  static\images\v1_pay-main-bg.jpg

     文件     219539  2017-07-03 21:44  static\images\v1_pay.png

     文件        687  2017-07-03 22:19  static\js\hdj2.js

     文件      92630  2017-07-03 21:54  static\js\jquery-1.9.1.min.js

     文件      17807  2017-07-05 15:03  static\js\jquery.qrcode.min.js

............此处省略11个文件信息

评论

共有 条评论