资源简介


代码片段和文件信息

include ‘if/common.php‘;

@header(‘Content-Type: application/json; charset=UTF-8‘);

if ($_SERVER[‘HTTP_X_REQUESTED_WITH‘] == ‘xmlHttpRequest‘) {

} else {
    exit( “页面非法请求!“);
}
if(empty($_GET[‘act‘])){
    exit(“非法访问!“);
}else{
    $act=$_GET[‘act‘];
}

switch ($act){
    //异步获取商品
    case ‘selgo‘: 
       $select = ““;
        $tpID = _if($_POST[‘tyid‘]);
        if($tpID == ““){
            exit(‘{“code“:0“msg“:“‘.$select.‘“}‘);
        }
        $sql = “select * from if_goods where  state =1 and tpId = “.$tpID.“ ORDER BY sotr desc“;
        $res = $DB->query($sql);
       $i=1;
        while ($row =$DB->fetch($res)){
            $c = $DB->count(“SELECT COUNT(id) from if_km  where stat = 0 and g

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         135  2019-07-28 11:14  .htaccess
     目录           0  2019-08-30 15:31  if\
     文件        1796  2019-07-28 11:14  if\auto.php
     文件        4823  2019-11-21 02:46  if\common.php
     文件        4438  2019-07-28 11:14  if\db.class.php
     文件       31014  2019-07-28 11:14  if\function.php
     文件         368  2019-07-28 11:14  if\member.php
     文件        1437  2019-07-28 11:14  if\mon.php
     文件        3624  2019-07-28 11:14  if\security.php
     文件        9936  2019-07-28 11:14  if\smtp.class.php
     文件        2755  2019-07-28 11:14  if\txprotect.php
     目录           0  2019-11-21 05:58  install\
     文件        2540  2019-07-28 11:14  install\db.class.php
     文件       12898  2019-07-28 11:14  install\index.php
     文件       16057  2019-11-21 02:49  install\install.sql
     文件        2541  2019-07-28 11:14  install\up.class.php
     文件         822  2019-07-28 11:14  install\update1041.sql
     目录           0  2019-08-30 15:31  js\
     文件       12982  2019-07-28 11:14  js\ayangw.js
     文件       12982  2019-07-28 11:14  js\if.js
     文件       84245  2019-07-28 11:14  js\jQuery.js
     目录           0  2019-09-06 20:01  layer\
     文件       21639  2019-07-28 11:14  layer\layer.js
     目录           0  2019-09-06 20:01  layer\mobile\
     文件        3302  2019-07-28 11:14  layer\mobile\layer.js
     目录           0  2019-08-30 15:31  layer\mobile\need\
     文件        5260  2019-07-28 11:14  layer\mobile\need\layer.css
     目录           0  2019-08-30 15:31  layer\skin\
     目录           0  2019-08-30 15:31  layer\skin\default\
     文件        5911  2019-07-28 11:14  layer\skin\default\icon-ext.png
     文件       11493  2019-07-28 11:14  layer\skin\default\icon.png
............此处省略583个文件信息

评论

共有 条评论