|
  
- UID
- 1
- 帖子
- 375
- 主題
- 216
- 精華
- 1
- 積分
- 7165
- 閱讀權限
- 200
- 在線時間
- 792 小時
- 註冊時間
- 2013-12-16
- 最後登錄
- 2026-7-5
|
~ 10/3
持續網路上搜尋,並比較哪個論壇程式適應將來網站運作管理的需求。
本來考慮的是Discuz;後來因為據說 vBulletin 維護得不錯,而且程式碼很乾淨(不干我事),最重要的是掛東西,升級..等,不用在那邊改php天書,版本弄得亂七八糟,因此最後選擇了 vBulletin。
~10/3
擬定的步驟:
1.建立測試環境(論壇程式掛上去,vbb資料庫掛上去,產生出空論壇)
2.比對兩邊結構,為資料轉移建立所有 sql script
3.離線測試
4.整理測試成功的sql script
5.把外觀版面設好
6.公告關站轉換
研究如何訂購(直接向英國,還是大陸),得悉向英國訂較貴,且客服支援在英國網站,下載到的也會是英文版。決定向大陸訂購中文版(好像是原廠請大陸員工經營,不是代理商)。
永久使用許可證+一年免費更新 = RMB 840元
訂購過程發現透過貝寶(大陸paypal)支付貨款,由於對方不接受外幣支付,只能離線支付,也就是過程中必須有人工介入.
>10/3
07:10 發出離線訂單。
23:32 對方發出Paypal付款要求:
NT$ 3,962 TWD = $120.00 USD
>10/4
02:07 完成Paypal付款。
23:19 對方寄來購買收據,寄來客戶編號、密碼、許可證。
>10/5
03:40 一大早爬起來收信...連結到其客服網站下載論壇程式.被要求指定網域名稱才能下載(License綁死網站),指定了 http://www.magigugu.com/
下載了論壇程式,還有另外提供的Impex論壇轉換程式。
據說能 Conert ipb 1.3 to vBulletin 3.X
如果可以,可以省掉自己手工比對兩邊資料庫,建立SQL Script的麻煩。
開始研究論壇安裝程式...
用很有限的電腦能力,發現論壇程式目錄裡有:
vb3_readme.html
裡頭有段:
Installing a new vBulletin 3
First, unzip the vBulletin zip file you downloaded from the members' area to your hard disk and then open the 'upload/includes/' folder. In this you will find config.php.new. You should rename this to config.php and then open it in a text editor.
The config.php file is commented throughout, so you should be able to work out what values to enter for the variables yourself. When you have finished, save the file and then upload the entire contents of the 'upload/' folder to your web server.
When this is done, point your browser at http://www.example.com/forums/install/install.php (where www.example.com/forums/ is the URL of your vBulletin) and proceed to click the Next Step buttons until the script asks to fill in some addresses and names for your board.
After you have done this, the installer will ask you for some details to set you up as the administrator of the new vBulletin. A few more clicks and the script will be finished.
Before proceeding to the Admin Control Panel, you must delete the 'install/install.php' and 'install/upgrade1.php' files from your webserver. You may then enter the control panel and start working on your new vBulletin!
The entire installation process should take no more than five minutes.
For a complete description of how to install vBulletin 3, see the installation section of the vBulletin 3 Manual.
The values for the config.php file are described in detail here.
步驟就是:
1. 把uploadincludesconfig.php.new 改名成 config.php
2. 把相關設定寫進去 config.php
3. upload 所有東西上傳到主機去
4. 瀏覽器打開 http://www.magigugu.com/主機上的路徑...all/install.php
5. 依著/install/install.php 指示完成設定。
6. 在開始用 Admin Control Panel 之前刪掉 /install/install.php 及 /install/upgrade1.php'
首先,依照說明,找到
uploadincludesconfig.php.new (記事本打開都亂碼,猜應是簡體字)
uploadincludesconfig.php.new.big5 (繁體字)
複製一份 config.php.new.big5, 編輯相關設定,改名成 config.php |
|