各位大大好:
小弟又來麻煩大家了!!
小弟參考網路上的文章,嘗試安裝QuiXplorer,在完成了Debian無痛起步p96~p100後,跳到p368~p382完成了L.A.M.P建置(安裝phpbb2.0.8a可以成功執行!!)
隨後參考以下文章:
"
QuiXplorer PHP 網路硬碟程式 + 中文語系
[關於 QuiXplorer]
QuiXplorer 是一個 PHP 的網路硬碟程式,很不錯的是 QuiXplorer 並不需要資料庫的支援,只要你的空間 / 主機支援 PHP 就應該可以使用 QuiXplorer,不過要注意的是,QuiXplorer 對於多人網路硬碟的功能還不是非常完善,不過免費、輕巧是 QuiXplorer 的最大優點;另外其實將 QuiXplorer 的工作目錄設到你首頁的根目錄的話,其實 QuiXplorer 應該也可以是一個很好的檔案管理工具。
[取得 & 安裝 QuiXplorer]
QuiXplorer官方網站
http://quixplorer.sourceforge.net/
QuiXplorer下載網址
http://prdownloads.sourceforge.net/quix ... mirror=umn
安裝過程請自行參考說明文件,阿輝不負責也不想回答關於安裝的問題,QuiXplorer 的安裝其實是很簡單而且不難的。
簡單提一些重點,QuiXplorer 預設的管理員密碼為 admin / pwd_admin
修改 conf.php
代碼: (在文字上按兩下可複製到剪貼簿)
$GLOBALS["require_login"] = false; <-- 改為 True 需要登入
$GLOBALS["home_dir"] = "/home/you/public_html"; <-- 路徑
$GLOBALS["home_url"] = "http://localhost/~you"; <-- 網址
"
再參考:
QuiXplorer官方網站
http://quixplorer.sourceforge.net/
內
Usage:
Download the latest version of QuiXplorer.
Unzip it to a folder on your website. (e.g. /home/you/htdocs/quixplorer)
(you may want to protect this folder using .htaccess)
Open the file ".config/conf.php",
set "home_dir" to your root folder (e.g. /home/you/htdocs)
and set "home_url" to the corresponding URL. (e.g. http://yoursite)
Have Fun...
Troubleshooting:
Internet Explorer may behave strangely when downloading files.
If you open the php-file download, the real download window should open.
Mozilla may add the extension 'php' to a file being downloaded.
Save as 'any file (*.*)' and remove the 'php' extension to get the proper name.
(NOTE: for php-files, this extension is correct)
If you are unable to perform certain operations, try using an FTP-chmod to set the directories to 755 and the files to 644.
If you don't know the full name of a directory on your website, you can use a php-script containing <?php echo getcwd(); ?> to get it.
The Search Function uses PCRE regex syntax to search; though wildcards like * and ? should work (like with 'ls' on Linux), it may show unexpected behaviour.
User-management may logout unexpectedly or show other strange behaviour.
This is due to a bug in PHP 4.1.2; we would advise you to upgrade to a higher version.
設定方法,結果出現
Fatal error: Failed opening required './.include/init.php' (include_path='.:/usr/share/pear') in /var/www/quixplorer_2_3/index.php on line 41
的錯誤訊息!!
不知如何是好??
麻煩各位大大有興趣的也上QuiXplorer官方網站
http://quixplorer.sourceforge.net/
下載測試看看!!
謝謝大家!!