首頁 繪圖設計 工作閒聊 比賽活動 美術討論 標籤 圖片
[PHPBB] 各區各頁觀看數目 Hack / Mod
Type(Type) 2003/7/20 21:46
自己也來寫一個 Hack/Mod~ 😊

目的: 統計目前各區 Page(Session) 觀看數目
Hack/MOD Ver: visit_status 0.1.0 (2003/07/20)

=====================================
概念 SQL 是這樣的
=====================================


"SELECT s.session_page, COUNT(*) page_cnt
FROM phpbb_sessions s
WHERE s.session_time >= " . ( time() - 300 ) . "
GROUP BY s.session_page
ORDER BY page_cnt DESC";

下載如附件,歡迎下載使用~


正式文件如下:

#################################################################
## Hack Title: Visit Status
## Hack Version: 0.1.0
## Author: Http://Vovo2000.Com/ { T.H.Wu }
## Description: This will count each how many people
## are visiting "what" page.
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: templates/subSilver/index_body.tpl
## index.php
##
## Files To Add: templates/subSilver/visit_status.tpl
## visit_status.php
#################################################################
## Security Disclaimer: This Hack Cannot Be Posted To Or Added At Any Non-Official phpBB Sites
#################################################################
##
## Author Note:
##
## FEATURES in current version:
##
#################################################################
## Before Adding This Hack To Your Forum, You Should Back Up All Files Related To This Hack
#################################################################


#
#-----[ COPY visit_status.tpl to $PHPBB$/templates/subSilver/ ]--------------------
#


#
#-----[ COPY visit_status.php to $PHPBB$/ ]--------------------
#


#
#-----[ OPEN templates/subSilver/index_body.tpl ]--------------------
#

#
#-----[ FIND ]------------------------------------------
#
{LOGGED_IN_USER_LIST}</span>

#
#-----[ AFTER, ADD ]------------------------------------
#
<hr class="genmall" />{VISIT_STATUS_OUTPUT}


#
#-----[ OPEN index.php ]--------------------
#

#
#-----[ FIND ]------------------------------------------
#
//
// Generate the page
//
$template->pparse('body');

#
#-----[ AFTER, ADD ]------------------------------------
#
include($phpbb_root_path . 'visit_status.'.$phpEx);
Type(Type) 2003/7/21 00:25
有人問這是啥,這個就是下面這一塊~ 😃
只要是 PHPBB 都可以隨意嵌入唷~

(4,208 views)
[更多討論] 討論區 Windows, Linux, Perl, PHP, C/C++, Driver, Web 理論、應用、硬體、軟體

"[PHPBB] 各區各頁觀看數目 Hack / Mod" 傳統頁面(電腦版)

首頁 繪圖設計 工作閒聊 比賽活動 美術討論 標籤 圖片
傳統桌面版 [ 登入/註冊 ]
© Vovo2000.com Mobile Version 小哈手機版 2024