[問題] 文章遮蔽外掛(解決)

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
。。鳳凰寺 風。。
星球公民
星球公民
文章: 91
註冊時間: 2004-09-17 04:48
聯繫:

[問題] 文章遮蔽外掛(解決)

文章 。。鳳凰寺 風。。 »

問題外掛:文章遮蔽外掛 0.8.0
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=31554
使用版本:phpBB 2.0.11
網站位置:http://whitero.no-ip.com/phpbb/index.php
狀況描述:
你們好!!
安裝執行後 出現這個錯誤訊息\r

代碼: 選擇全部

Error in posting

DEBUG MODE

UPDATE phpbb_posts SET post_username = '', enable_bbcode = 1, enable_html = 0, enable_smilies = 1, enable_sig = 1, hideit = on WHERE post_id = 1

Line : 271
File : c:\appserv\www\phpbb\includes\functions_post.php
確定有執行SQL了,下面是我271行附近的代碼

代碼: 選擇全部

	$edited_sql = ($mode == 'editpost' && !$post_data['last_post'] && $post_data['poster_post']) ? ", post_edit_time = $current_time, post_edit_count = post_edit_count + 1 " : "";
	$sql = ($mode != "editpost") ? "INSERT INTO " . POSTS_TABLE . " (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig , hideit) VALUES ($topic_id, $forum_id, " . $userdata['user_id'] . ", '$post_username', $current_time, '$user_ip', $bbcode_on, $html_on, $smilies_on, $attach_sig , $post_hideit)" : "UPDATE " . POSTS_TABLE . " SET post_username = '$post_username', enable_bbcode = $bbcode_on, enable_html = $html_on, enable_smilies = $smilies_on, enable_sig = $attach_sig, hideit = $post_hideit " . $edited_sql . " WHERE post_id = $post_id";
	if (!$db->sql_query($sql, BEGIN_TRANSACTION))
	{
		[color=red]message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql);[/color]
	}
最後由 。。鳳凰寺 風。。 於 2005-02-19 08:41 編輯,總共編輯了 1 次。
如果驕傲沒被現實大海冷冷拍響,又怎會懂得要多努力才走得到遠方;
如果夢想不曾墜落懸崖千均一髮,又怎會曉得執著的人擁有隱形翅膀。
baboo
星球公民
星球公民
文章: 79
註冊時間: 2004-02-11 10:23

文章 baboo »

檢查一下你的 posting.php 裡面有沒有這一行

$hideit = ($hideit)?1:0;

應該在這個之前:

代碼: 選擇全部

submit_post($mode, $post_data, $return_message, $return_meta, $forum_id, $topic_id, $post_id, $poll_id, $topic_type, $bbcode_on, $html_on, $smilies_on, $attach_sig, $bbcode_uid, str_replace("\'", "''", $username), str_replace("\'", "''", $subject), str_replace("\'", "''", $message), str_replace("\'", "''", $poll_title), $poll_options, $poll_length , $hideit);
。。鳳凰寺 風。。
星球公民
星球公民
文章: 91
註冊時間: 2004-09-17 04:48
聯繫:

文章 。。鳳凰寺 風。。 »

謝謝你已經解決了^^
如果驕傲沒被現實大海冷冷拍響,又怎會懂得要多努力才走得到遠方;
如果夢想不曾墜落懸崖千均一髮,又怎會曉得執著的人擁有隱形翅膀。
主題已鎖定

回到「外掛問題討論」