十一月 18 2004
Easy Forum! 2.5

Easy Forum! 2.5
一套FreeWare – GPL
按裝簡單
支援Full PHP3/PHP4/PHP5
100% XHTML1.1/CSS2輸出
不需使用資料庫
支援中文
按裝說明
1.解壓縮所有檔案
2.上傳資料夾或檔案到您的主機透過FTP程式
3.將下列資料夾修改可寫入權限CHMOD:
資料夾: /data to 777
資料夾: /backup to 777
檔 案: -members.php to 777
——————————
假如您是Windows系統則可略過上面3步驟.
——————————
4.將語言檔解壓縮,並將lang-tw.inc檔案上傳到/incl裡
5.修改config.php檔案,於地16行位置改成如下
include "incl/lang-tw.inc"; // language file
6.打開瀏覽器,輸入您的按裝位置 URL: http://yoursite.com/forum/index.php
7.設定相關設定及設定ADMIN password: http://yoursite.com/forum/admin.php
8.假如您要設定第二個討論分區打開config.php並修改之
12 篇回應


$forum_name[1]=’2nd forum’;
$forum_data[1]=";
$forum_back[1]=";
$forum_desc[1]=’description…’;
設定第二個討論分區
中間那兩個設定,填什麼??
這一個討論區是不需要用到資料庫的
它是直接寫到檔案裡
所以它每一個討論分區都可以設定一個資料夾去寫入資料
$forum_data[1]=";//此分區的資料夾
$forum_back[1]=";//此分區的備份資料夾
建議如下
./按裝資料夾下
一樣有data跟backup
在這兩個資料夾裡在分別建立您討論分區的資料夾
如forum1 or forum2以此類推
假如您是使用Linux系統請將資料夾CHMODed to 777
$forum_name[0]=’討論區首頁’; // the name of forum #1 (the default one)
$forum_data[0]=’data/forum0′; // a CHMODed to 777 directory
$forum_back[0]=’backup/forum0′; // a CHMODed to 777 directory (backup directory for this forum)
$forum_desc[0]=’description…’; // a few words to describe this forum
// $forum_name[1]=’2nd forum’; // the name of forum #2
// $forum_data[1]=’backup/forum1′; // a CHMODed to 777 directory
// $forum_back[1]=’backup/forum1′; // a CHMODed to 777 directory (backup directory for this forum)
// $forum_desc[1]=’description…’; // a few words to describe this forum
這是我剛剛測試的討論區
http://stu.nhlue.edu.tw/~s9131016/main.php
可是我發現我的上面有wap rss1 rss2 klip這幾樣東西
請問一下這是怎麼回事 我哪裡設定錯了?
那個只是它不同瀏覽方式的聯結!
沒什麼問題
謝謝你的回答
但是我看別人的easyforum都沒有那個
可以消去嗎?
打開incl/cust-top.inc
將3-8行的位置前面都加上//即可
想問怎樣多加多點表情圖(預設只有m1~m6.gif)在開帖的那個頁面上給人選擇呢
請自行打開
incl/extr1.inc
這一個檔案裡面自行加入圖片連結即可
然後打開
incl/format.inc
在
$temp_arr1=…….
$temp_arr2=…….
加入相對應的代碼及圖片位置
請教… 文章PO的字數限制,或是行數限制,或是時間限制。
要如何放寬設定,因為發表文章的時候 只要稍微長一點,大約一百個中文左右就會被系統踢掉…
麻煩一下…
麻煩留下您的MSN~謝謝
已經解決,翻譯如下打開 config.php找以下部分
$flood[1]=150; // 使用者名稱長度
$flood[2]=200; // 主旨長度
$flood[3]=30000; //文章字數
$flood[4]=8000; // 字的長度!? allowed length of a word 因為英文空白 算一個字.. 所以這個應該是算空白的最大距離…
$flood[5]=1000; // 會員資訊長度
$flood[6]=100; // 文章的行數.
謝謝徐大哥 & C.K
請問easy forum 2.5 如何變更admin的密碼