لا أستطيع وضع مواضيع أو ردود جديدة ( أرجو الحل)

الدعم الفني للمشاكل المتعلقة بمنتديات phpBB أي مشاكل النسخه الأصلية وليست مشاكل الهاكات أو الاستايلات وخلافه

المشرف: alhitary

قوانين المنتدى
فضلاً قبل وضع أي مشكلة تأكد من استخدام البحث ومن ثم ملء استمارة الدعم إذا لم تجد حلا لمشكلتك.
صورة العضو الرمزية
mozeem
عضو جديد
عضو جديد
مشاركات: 9
اشترك في: الخميس إبريل 28, 2005 3:04 pm

?? ?????? ??? ?????? ?? ???? ????? ( ???? ????)

مشاركةبواسطة mozeem » الاثنين سبتمبر 26, 2005 11:46 pm

??? 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

???? ???????




dr.3
صُناع أريبيا
صُناع أريبيا
مشاركات: 2285
اشترك في: الثلاثاء فبراير 22, 2005 4:00 pm
مكان: السعودية
اتصال:

مشاركةبواسطة dr.3 » الثلاثاء سبتمبر 27, 2005 9:05 am


????? 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);  
[/b]
آخر تعديل بواسطة dr.3 في السبت أكتوبر 29, 2005 12:33 pm، تم التعديل مرة واحدة.

صورة العضو الرمزية
mozeem
عضو جديد
عضو جديد
مشاركات: 9
اشترك في: الخميس إبريل 28, 2005 3:04 pm

مشاركةبواسطة mozeem » الثلاثاء سبتمبر 27, 2005 7:48 pm

?????? ?? ?? dr3 ??? ????

?? 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); 
?? ????? ???112

??? ?? ?? posting.php
???? && ?? &&


????? ?? dr3
??? ????? ?? ??? ???? ?? ?? host ????? ????? ??? php5 ? ??? ???? ?????

dr.3
صُناع أريبيا
صُناع أريبيا
مشاركات: 2285
اشترك في: الثلاثاء فبراير 22, 2005 4:00 pm
مكان: السعودية
اتصال:

مشاركةبواسطة dr.3 » الثلاثاء سبتمبر 27, 2005 7:51 pm


????? ????? mozeem

:)

صورة العضو الرمزية
algadeed
عضو جديد
عضو جديد
مشاركات: 4
اشترك في: الثلاثاء أكتوبر 04, 2005 1:17 am

مشاركةبواسطة algadeed » الثلاثاء أكتوبر 04, 2005 9:12 pm

?????? ???? ??? ??? ??? ???????
????? ?????? ???????
??? ???? ????? ??? ?? ??????? ???? ??? ????? ?? ????? ???? mozeem
?????? ??????? ????? ?????? ?? ???? .
?????? ?? ???? ????? ??????? ?? ????? ??? ???? ????????? ??????
???? ??? ???? ??????? ????? ??? ????
posting.php
search.php
????? ???? ???? ??????
?????? ????:wink:

dr.3
صُناع أريبيا
صُناع أريبيا
مشاركات: 2285
اشترك في: الثلاثاء فبراير 22, 2005 4:00 pm
مكان: السعودية
اتصال:

مشاركةبواسطة dr.3 » الأربعاء أكتوبر 05, 2005 1:06 am


????? :)


??? ???? ???????? ????? ??? ?? ???? ??? ???? ????? 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 مرات في المجمل.

صورة العضو الرمزية
algadeed
عضو جديد
عضو جديد
مشاركات: 4
اشترك في: الثلاثاء أكتوبر 04, 2005 1:17 am

مشاركةبواسطة algadeed » الأربعاء أكتوبر 05, 2005 1:58 am

???? ???? ???
????? ???????
????????:D

صورة العضو الرمزية
algadeed
عضو جديد
عضو جديد
مشاركات: 4
اشترك في: الثلاثاء أكتوبر 04, 2005 1:17 am

مشاركةبواسطة algadeed » الأربعاء أكتوبر 05, 2005 3:59 am

?????? ????? ?????? ???????
??? posting ????? ????? ??? ???? ???? ??? ????? ??? ??? ????
???? ??? ???????


العودة إلى ”[ ×.2.0 ] الدعم الفني“

الموجودون الآن

المتصفحون للمنتدى الآن: Ahrefs [Bot] و 12 زائرًا