引用由 saifu87 於 2005-5-1 11:34 AM 發出的帖子內容
基本上所有資料設成777就可以運作囉~
即是把wog 和 vbb_support內的所有文件設成777
vbb_support/config/config.php 未設定好
你看看我有冇set 錯>"<?
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype='mysql';
// hostname or ip of server
$servername='localhost'; //<--你使用的db的ip或網址
// username and password to log onto db server
$dbusername='ray92_bbs
'; //<--連結db的帳號
$dbpassword='1234'; //<--連結db的密碼
// name of database
$dbname='ray92_bbs'; //<--你使用的db名稱
// technical email address - any error messages will be emailed here
$technicalemail=''; //tsui_cm@hotmail.com<--當有error訊息時所要寄發的email位子,若不想收到信,請把參數設定成空白
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>