لا أستطيع وضع مواضيع أو ردود جديدة ( أرجو الحل)
المشرف: alhitary
قوانين المنتدى
فضلاً قبل وضع أي مشكلة تأكد من استخدام البحث ومن ثم ملء استمارة الدعم إذا لم تجد حلا لمشكلتك.
فضلاً قبل وضع أي مشكلة تأكد من استخدام البحث ومن ثم ملء استمارة الدعم إذا لم تجد حلا لمشكلتك.
?? ?????? ??? ?????? ?? ???? ????? ( ???? ????)
??? 5 ???? ????? ?? ?????? ??? ?????? ?? ???? ????? ??? ???? ??? ???????
Fatal error: Only variables can be passed by reference in /mnt/storage/users/m/o/z/mozeem/phpBB2/posting.php on line 554
?? ???? ?? ???? ?? ?? ????? ???????? ?? ?? ftp
???? ???????
Fatal error: Only variables can be passed by reference in /mnt/storage/users/m/o/z/mozeem/phpBB2/posting.php on line 554
?? ???? ?? ???? ?? ?? ????? ???????? ?? ?? ftp
???? ???????
????? mozeem

???? ?? ??????? ?? ??? ??? PHP ??? ?????? ??????? PHP5 ? ????? ???? ?????? ?? ??????? ??? phpBB2 ??? ?? ??? ???? ???????? ?????? phpBB3 ???? ??? ??? .. ???? ??? ????
???? ??? posting.php
????? ??
كود: تحديد الكل
$topic_type = ( $topic_type != $post_data['topic_type'] && !$is_auth['auth_sticky'] && !$is_auth['auth_announce'] ) ? $post_data['topic_type'] : $topic_type;
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);
??????? ????
كود: تحديد الكل
$topic_type = ( $topic_type != $post_data['topic_type'] && !$is_auth['auth_sticky'] && !$is_auth['auth_announce'] ) ? $post_data['topic_type'] : $topic_type;
$temp1=str_replace("\'", "''", $username);
$temp2= str_replace("\'", "''", $subject);
$temp3=str_replace("\'", "''", $message);
$temp4= str_replace("\'", "''", $poll_title);
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, $temp1, $temp2, $temp3, $temp4, $poll_options, $poll_length);
???? ??? search.php
????? ??
كود: تحديد الكل
$split_search = ( !strstr($multibyte_charset, $lang['ENCODING']) ) ? split_words(clean_words('search', stripslashes($search_keywords), $stopword_array, $synonym_array), 'search') : split(' ', $search_keywords);
??????? ????
كود: تحديد الكل
if (!strstr($multibyte_charset, $lang['ENCODING']))
{
$temp1 = stripslashes($search_keywords);
$temp2 = clean_words('search', $temp1, $stopword_array, $synonym_array); $split_search = split_words($temp2, 'search');
}
else
$split_search = split(' ', $search_keywords);
آخر تعديل بواسطة dr.3 في السبت أكتوبر 29, 2005 12:33 pm، تم التعديل مرة واحدة.
?????? ?? ?? dr3 ??? ????
?? search.php ????? ?? ?? posting.php ??
?? ???? ???? ?? ??? ??? ???? ????? ??? ???? ???? ??
http://www.phpbb.com/phpBB/viewtopic.ph ... ce&start=0
? ??? ??? ???? functions_search.php ???
?? ????? ???112
??? ?? ?? posting.php
???? && ?? &&
????? ?? dr3
??? ????? ?? ??? ???? ?? ?? host ????? ????? ??? php5 ? ??? ???? ?????
?? search.php ????? ?? ?? posting.php ??
?? ???? ???? ?? ??? ??? ???? ????? ??? ???? ???? ??
http://www.phpbb.com/phpBB/viewtopic.ph ... ce&start=0
? ??? ??? ???? functions_search.php ???
كود: تحديد الكل
$search_raw_words = array();
$tempA= clean_words('post', $post_text, $stopword_array, $synonym_array);
$search_raw_words['text'] = split_words($tempA);
$tempB= clean_words('post', $post_title, $stopword_array, $synonym_array);
$search_raw_words['title'] = split_words($tempB);
@set_time_limit(0);
??? ?? ?? posting.php
???? && ?? &&
????? ?? dr3
??? ????? ?? ??? ???? ?? ?? host ????? ????? ??? php5 ? ??? ???? ?????
?????? ???? ??? ??? ??? ???????
????? ?????? ???????
??? ???? ????? ??? ?? ??????? ???? ??? ????? ?? ????? ???? mozeem
?????? ??????? ????? ?????? ?? ???? .
?????? ?? ???? ????? ??????? ?? ????? ??? ???? ????????? ??????
???? ??? ???? ??????? ????? ??? ????
posting.php
search.php
????? ???? ???? ??????
?????? ????
????? ?????? ???????
??? ???? ????? ??? ?? ??????? ???? ??? ????? ?? ????? ???? mozeem
?????? ??????? ????? ?????? ?? ???? .
?????? ?? ???? ????? ??????? ?? ????? ??? ???? ????????? ??????
???? ??? ???? ??????? ????? ??? ????
posting.php
search.php
????? ???? ???? ??????
?????? ????
?????

??? ???? ???????? ????? ??? ?? ???? ??? ???? ????? mozeem ??????? ..
?????? ?? ???????? ??? ????? ??????? 3 ????? ????? ???? ???? ?????? (?????? ???? ?? ??? ???? ????? ?? ??? ??????? ???? ???? ???????)
* ??? search.php ? posting.php ???? ???? ??????? ?? ????? ??????? ???????
* ??? functions_search.php ???? ???? ????? ?? ???? includes
???? ???? ?????? ????? ???? ??????? ??????? ?????????? ???????? ?? ..
???? ??? posting.php
????? ??
كود: تحديد الكل
$topic_type = ( $topic_type != $post_data['topic_type'] && !$is_auth['auth_sticky'] && !$is_auth['auth_announce'] ) ? $post_data['topic_type'] : $topic_type;
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);
??????? ????
كود: تحديد الكل
$topic_type = ( $topic_type != $post_data['topic_type'] && !$is_auth['auth_sticky'] && !$is_auth['auth_announce'] ) ? $post_data['topic_type'] : $topic_type;
$temp1=str_replace("\'", "''", $username);
$temp2= str_replace("\'", "''", $subject);
$temp3=str_replace("\'", "''", $message);
$temp4= str_replace("\'", "''", $poll_title);
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, $temp1, $temp2, $temp3, $temp4, $poll_options, $poll_length);
???? ??? search.php
????? ??
كود: تحديد الكل
$split_search = ( !strstr($multibyte_charset, $lang['ENCODING']) ) ? split_words(clean_words('search', stripslashes($search_keywords), $stopword_array, $synonym_array), 'search') : split(' ', $search_keywords);
??????? ????
كود: تحديد الكل
if (!strstr($multibyte_charset, $lang['ENCODING']))
{
$temp1 = stripslashes($search_keywords);
$temp2 = clean_words('search', $temp1, $stopword_array, $synonym_array); $split_search = split_words($temp2, 'search');
}
else
$split_search = split(' ', $search_keywords);
???? ??? functions_search.php ?? ???? ???? includes
????? ??
كود: تحديد الكل
$search_raw_words = array();
$search_raw_words['text'] = split_words(clean_words('post', $post_text, $stopword_array, $synonym_array));
$search_raw_words['title'] = split_words(clean_words('post', $post_title, $stopword_array, $synonym_array));
@set_time_limit(0);
كود: تحديد الكل
$search_raw_words = array();
$tempA= clean_words('post', $post_text, $stopword_array, $synonym_array);
$search_raw_words['text'] = split_words($tempA);
$tempB= clean_words('post', $post_title, $stopword_array, $synonym_array);
$search_raw_words['title'] = split_words($tempB);
@set_time_limit(0);
[/b]
آخر تعديل بواسطة dr.3 في الثلاثاء نوفمبر 22, 2005 7:15 pm، تم التعديل 3 مرات في المجمل.
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 12 زائرًا