账号通
    

账号  

密码  

1725

查看

2

回复
主题:站点统计怎么只写了1/3啊, [收藏主题]  
lxykx 当前离线

325

主题

0

广播

0

粉丝
添加关注
级别:三年级

用户积分:4196 分
登录次数:536 次
注册时间:2006/9/25
最后登录:2012/10/31
lxykx 发表于:2006/11/9 13:06:00   | 只看该作者 查看该作者主题 楼主 
科汛在线考试系统(NET)

'函数名:GetSiteCountAll
  '作  用:替换网站统计标签为内容
  '参  数:Flag-0总统计,1-文章统计 2-图片统计
  '*********************************************************************************************************
  Function GetSiteCountAll(Flag)
     Dim ChannelTotal: ChannelTotal = Conn.Execute("Select Count(*) From KS_Class Where TN='0'")(0)
     Dim MemberTotal:MemberTotal=Conn.Execute("Select Count(*) From KS_User")(0)
     Dim CommentTotal: CommentTotal = Conn.Execute("Select Count(*) From KS_Comment")(0)
     Dim GuestBookTotal:GuestBookTotal=Conn.Execute("Select Count(ID) From KS_GuestBook")(0)
     Dim ArticleTotal: ArticleTotal = Conn.Execute("Select Count(*) From KS_Article")(0)
     Dim PictureTotal: PictureTotal = Conn.Execute("Select Count(*) From KS_Photo")(0)
     Dim DownLoadTotal: DownLoadTotal = Conn.Execute("Select Count(*) From KS_Download")(0)
     Dim ProductTotal: ProductTotal = Conn.Execute("Select Count(*) From KS_Product")(0)
     Dim MovieTotal: MovieTotal = Conn.Execute("Select Count(*) From KS_Movie")(0)
     Dim SupplyTotal:SupplyTotal = Conn.Execute("Select Count(*) From KS_GQ")(0)
    
     GetSiteCountAll="<table border=0 align=""center"" width=""100%"" cellSpacing=0 cellPadding=0>" & vbcrlf
     Select Case Flag
   Case 0
     GetSiteCountAll = GetSiteCountAll & "<tr><td>频道总数: " & ChannelTotal & " 个</td></tr>" & vbcrlf
     GetSiteCountAll = GetSiteCountAll & "<tr><td>会员总数: " & MemberTotal & " 位</td></tr>" & vbcrlf
     GetSiteCountAll = GetSiteCountAll & "<tr><td>文章总数: " & ArticleTotal & " 篇</td></tr>" & vbcrlf
     GetSiteCountAll = GetSiteCountAll & "<tr><td>图片总数: " & PictureTotal & " 张</td></tr>" & vbcrlf
     GetSiteCountAll = GetSiteCountAll & "<tr><td>下载总数: " & DownLoadTotal & " 个</td></tr>" & vbcrlf
     GetSiteCountAll = GetSiteCountAll & "<tr><td>商品总数: " & ProductTotal & " 个</td></tr>" & vbcrlf
     GetSiteCountAll = GetSiteCountAll & "<tr><td>留言总数: " & GuestBookTotal &" 条</td></tr>" & vbcrlf
     GetSiteCountAll = GetSiteCountAll & "<tr><td>评论总数: " & CommentTotal & " 条</td></tr>" & vbcrlf
     GetSiteCountAll = GetSiteCountAll & "<tr><td>在线人数: <script language=""javascript"" src=""" & DomainStr & "KS_Inc/online.asp?ID=1""></script> 人</td></tr>" & vbcrlf
     End Select
     GetSiteCountAll = GetSiteCountAll & "</table>" & vbcrlf
  End Function

还有   Case 1

           Case 2呢


下面文章统计也没有呢,在动易和创力中早就有这个功能,


此主题相关图片如下:

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
海阔天空~ 当前离线

65

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:484 分
登录次数:34 次
注册时间:2006/8/3
最后登录:2007/3/1
海阔天空~ 发表于:2006/11/9 13:22:00   | 只看该作者 查看该作者主题 沙发 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
lxykx 当前离线

325

主题

0

广播

0

粉丝
添加关注
级别:三年级

用户积分:4196 分
登录次数:536 次
注册时间:2006/9/25
最后登录:2012/10/31
lxykx 发表于:2006/11/9 13:07:00   | 只看该作者 查看该作者主题 藤椅 
希望科汛能把这项目功能完善起来
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行5.57422秒 powered by KesionCMS 9.0