bestlong 怕失憶論壇

標題: vBulletin [打印本頁]

作者: bestlong    時間: 2006-9-7 17:07     標題: vBulletin

http://www.vbulletin.com

http://www.vbulletin-chinese.com/

http://www.vbzh.com/

商業付費版的論壇

台灣 深藍 vBulletin taiwan chinese traditional 技術 論壇
http://www.twvbb.com/vbb/index.php


安裝參考資料
http://www.raidenhttpd.com/en/manual/en-vbb.html
http://17cp.com/bbs/showthread.php?t=101


PHP 源動力
http://17cp.com/bbs/index.php
http://17cp.com/down/
作者: bestlong    時間: 2006-11-1 17:06

新增一個 user 會用到的 table 如下三個:
vbb_user

vbb_userfield

vbb_usertextfield


處理資料轉換時要注意
在 vbb 的密碼編碼是使用 JavaScript 處理(clientscript/vbulletin_md5.js),並且在建立帳戶時會產生一個亂碼字串為 salt 長度三個字元,與原生密碼再做組合處理,以提高安全性。
相對在 PHP 的處理方式是 md5(md5('password' . $salt)
相對在 MySQL 的處理方式是 md5(concat(md5('password'), 'salt'))
作者: bestlong    時間: 2007-1-23 14:13

VBB 文章結構使用到兩個資料表 threads 與 posts
主題會在 threads 與 posts 都存一筆資料,posts.first 為 1
回覆只在 posts 存一筆資料,posts.first 為 0




歡迎光臨 bestlong 怕失憶論壇 (http://www.bestlong.idv.tw/) Powered by Discuz! X1.5