[問題]有關 last visit mod SQL的問題

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
頭像
teapot
星球普通子民
星球普通子民
文章: 19
註冊時間: 2003-08-06 17:41
聯繫:

[問題]有關 last visit mod SQL的問題

文章 teapot »

問題外掛:Last visit mod 1.2.7
參考連結:
使用版本:phpbb 2.05
網站位置:
狀況描述:

代碼: 選擇全部

 Authors Notes: 
## 
## Instead of runing the SQL commands your self, I have also included a db_update.php file
## if you are loged in as ADMIN, you can run this file, witch will do the neasessary changes to the DB
## the file will by it self put prefix on your tables, else 
## if you are using a prefix to you DB tabels then you have to add this to 
## the [ADD SQL] commands, e.g. "phpbb_users" instead of just "users" - ONLY 
## in the initial [ADD SQL] commands, not in the php code ! 
##
## 
## The most important thing to keep in mind is, take your time, make 
## sure you are finding the correct lines to modify, then take care to paste the new code. 
## Please also keep in mind, if you are using more than one language file or theme at your 
## site, you will need to edit the corrosponding files for each occurrence.  Good Luck! 
################################################################# 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
## and the Database
################################################################# 


# 
#-----[ ADD SQL ]------------------------------------------ 
# 
SQL-query: 
ALTER TABLE users ADD user_lastlogon INT (11) DEFAULT '0' 

# 
#-----[ ADD SQL ]------------------------------------------ 
# 
SQL-query: 
UPDATE users SET user_lastlogon=user_lastvisit 

# 
#-----[ ADD SQL ]------------------------------------------ 
# 
SQL-query: 
INSERT INTO config (config_name, config_value) VALUES ('hidde_last_logon', '0') 

###############################################################
我不懂的是這個 SQL 要ADD到那裡和要上傳到那裡呢?
這使我不敢安裝@@
還有的是在mod內有一個 dp_update.php 的
要把它上傳嗎??

謝謝^^
頭像
teapot
星球普通子民
星球普通子民
文章: 19
註冊時間: 2003-08-06 17:41
聯繫:

文章 teapot »

是不是要在phpadmin 裡做呢??
主題已鎖定

回到「外掛問題討論」