最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
dedecms ajax 下载统计代码
时间:2022-11-14 23:01:46 编辑:袖梨 来源:一聚教程网
require_once (dirname(__FILE__) . "/include/common.inc.php");
require_once(DEDEINC."/channelunit.class.php");
$aid = (isset($aid) && is_numeric($aid)) ? $aid : 0;
$rand =mt_rand(10,80);
$query = "select count(*) as dd from #@__downloads where id='$aid'";
$row = $dsql->GetOne($query);
if($row['dd'] > 0)
{
$query = "update #@__downloads set downloads=downloads+$rand where id='$aid'";
$dsql->ExecNoneQuery($query);
}else {
$query = "insert into #@__downloads(hash,id,downloads) values('null$aid','$aid',1)";
$dsql->ExecNoneQuery($query);
}
涓
相关文章
- 凯叔讲故事怎么设置消费限制 04-02
- 如何使用豆包AI中英对话 04-02
- PPT如何添加动画 04-02
- 剪映国际版如何设置简体中文 04-02
- 蓝海搜书在线书库入口在哪 04-02
- 移动云盘如何下载链接 04-02