1 頁 (共 1 頁)

[問題] 2.0.10 to 2.0.11的‘問題!

發表於 : 2005-02-16 01:42
goldenpeople86
為何我照著file改....我forum底部仍然是見到2.0.10呢?
何解.....沒有error....而且我重複做了2次....謝各大大!!!!


http://www.happytototogether.com

發表於 : 2005-02-16 01:53
baboo
把下面的程式存在一個新的 php 檔裡面, 再把檔案放在你的 phpbb 目錄裡面, 用 IE 開這個檔即可.

代碼: 選擇全部

<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

$sql = "UPDATE ".CONFIG_TABLE." SET config_value = '.0.11' WHERE config_name = 'version'";
if ($db->sql_query($sql)) echo "OK";
?>

發表於 : 2005-02-16 01:57
goldenpeople86
我用mozilla....
winxp pro
thx~

發表於 : 2005-02-16 05:12
baboo
開一個新的 txt 檔, 把上面列出來的程式貼入, 再把檔名改為 test.php.

然後把 test.php 放(上傳)到你的 phpbb 目錄(就是 http://www.happytototogether.com/phpbbx2/裡面).

再用 mozilla 開這個位置\r
http://www.happytototogether.com/phpbbx2/test.php

看到 "OK" 之後就可以把 test.php 刪除了.

發表於 : 2005-02-17 21:23
goldenpeople86
真是成功了~謝>3<