صفحة 1 من 1

phpBB 2.0.20

مرسل: السبت إبريل 08, 2006 3:43 am
بواسطة AC
?????? ????? ????? ????

???? ???? phpBB 2.0.20 ?? ???? ?? ????? ???????

????? ?????? ???????

http://www.phpbbarabia.com/files/go.php?id=221

?????? ???? ??????? ??????? ?? ??????? bugfixes ???? ????? ??????? ????? ????? ????? ?????? ????? ?? ????? ???????? ???? ??????..

  1. ?? ??? ???? ?????? ????? ???? ?????? ?????? ???????? ?? ?????? ?????
  2. ??? ??? ???? ???????? ???? ???? ??????? ??????? Changed Files Only ?? ?? ??? ???...?? ????? ??????? ??????? ?? ??????? ??????.


????????? ???????...

???? ??? ???????? ??????? ?????? ????? ??? ???????

???? ??? language/lang_arabic/lang_admin.php

????? ??

كود: تحديد الكل

$lang['Autologin_time_explain'] = '?? ?? ?????? ????? ?????? ?????? ????? ??? ?????? ??? ????? ???????? ??????? ????? ?????? ?????? ?????,?? ??? ????????? ??? ?????? ??????.';


??? ????

كود: تحديد الكل

$lang['Search_Flood_Interval'] = '???? ????? ?????'; 
$lang['Search_Flood_Interval_explain'] = '??????? ???? ??? ?? ??????? ???????? ??? ?? ????? ??? ?????';


???? ??

كود: تحديد الكل

$lang['Click_return_smileadmin'] = "???? %s???%s ?????? ??? ??????? ??????????";


??? ????

كود: تحديد الكل

$lang['Confirm_delete_smiley'] = '?? ??? ????? ?? ????? ?? ??? ??? ?????????';


???? ??

كود: تحديد الكل

$lang['Click_return_wordadmin'] = "???? %s???%s ?????? ??? ????? ????? ???????";


??? ????

كود: تحديد الكل

$lang['Confirm_delete_word'] = '?? ??? ????? ?? ????? ?? ??? ??? ??????';


???? ??

كود: تحديد الكل

$lang['Click_return_rankadmin'] = "???? %s???%s ?????? ??? ????? ?????";


??? ????

كود: تحديد الكل

$lang['Confirm_delete_rank'] = '?? ??? ????? ?? ????? ?? ??? ??? ??????';


???? ??? language/lang_arabic/lang_main.php

???? ??

كود: تحديد الكل

$lang['Found_search_matches'] = "??? ??? ????? %d ?????"; // eg. Search found 24 matches


??? ????

كود: تحديد الكل

$lang['Search_Flood_Error'] = '??????? ????? ????? ??? ???? ???? ?????? ??? ???????; ????? ????? ?????? ?? ???? ??? ????.';


????????? ?? ????? email ?? ???? ????? ?? ??????? email/group_request.tpl ? email/user_activate_passwd.tpl ??? ??????? ????? ?? ??????? ?????? ??????? ?? ????? ?????????? !


??????? 2.0.19 ???

???? ????? ?????? ???? ??????? ????? phpbb-2.0.19_to_2.0.20.txt ?? ???? ???? install ??? ?????? ????? ?? ??????? ????? update_to_latest.php ??? ???? ???? install ???? ????? ????? ????? ?????? ???????? ?????? ??????? ??? ??????? ?? ???? ??????..

?????? ??? ??????? ??? phpBB 2.0.20

???? ??? ?? ???????? ???????????? ??? ??? ?? ??????? ?????? ??????

http://www.phpbbarabia.com/board/viewtopic.php?t=20685

???????? ??????? ????? ???????? ???? ???? ??? ??????? ??? ????? ????


?????? :)

????? ?????????

مرسل: السبت إبريل 08, 2006 3:52 am
بواسطة AC
??? ????????? ?????? ??????? ??? ????????? ???????? ?????????? ??? ???? ?????? 2.0.20

?????: ???? ??? admin\confirm_body.tpl ?? ??????? subSilver ??????? ?? ?????? phpBB-2.0.20 ?????? ????? admin ?? ??????? ???? ???? ???? ??? ???? ???? ??? ?? ??????.

??????: ???? ??? admin\board_config_body.tpl ????? ??

كود: تحديد الكل

   <tr>
      <td class="row1">{L_FLOOD_INTERVAL} <br /><span class="gensmall">{L_FLOOD_INTERVAL_EXPLAIN}</span></td>
      <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}" /></td>
   </tr>
   <tr>


??? ????

كود: تحديد الكل

      <td class="row1">{L_SEARCH_FLOOD_INTERVAL} <br /><span class="gensmall">{L_SEARCH_FLOOD_INTERVAL_EXPLAIN}</span></td>
      <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="search_flood_interval" value="{SEARCH_FLOOD_INTERVAL}" /></td>
   </tr>
   <tr>


?????.....

مرسل: الأحد إبريل 09, 2006 3:20 am
بواسطة AC
?????? ?????

?? ????? ??? Code Changes ???? ??????,,,??????? 19 ?????? ??????? ????? ??? ??????,,?? ???? ??????? ??? ??? ????? ???? ????? ??? ?? ???? ??

???? privmsg.php

???? ??

كود: تحديد الكل

         if ( !($privmsg = $db->sql_fetchrow($result)) ) 
         {
            redirect(append_sid("privmsg.$phpEx?folder=$folder", true));
         }

         $privmsg_subject = preg_replace($orig_word, $replacement_word, $privmsg_subject);
         $privmsg_subject = ( ( !preg_match('/^Re:/', $privmsg['privmsgs_subject']) ) ? 'Re: ' : '' ) . $privmsg['privmsgs_subject'];



??????? ???????

كود: تحديد الكل

         if ( !($privmsg = $db->sql_fetchrow($result)) ) 
         {
            redirect(append_sid("privmsg.$phpEx?folder=$folder", true));
         }

         $orig_word = $replacement_word = array();
         obtain_word_list($orig_word, $replace_word);

         $privmsg_subject = ( ( !preg_match('/^Re:/', $privmsg['privmsgs_subject']) ) ? 'Re: ' : '' ) . $privmsg['privmsgs_subject'];
         $privmsg_subject = preg_replace($orig_word, $replacement_word, $privmsg_subject);


?????? :)

مرسل: الأحد إبريل 09, 2006 3:54 am
بواسطة AC
??????? ???????? ????? ???? ??????? ??????? ?? Code Changes

??? ??????? ???? ??? ??????? 19 ??????? ???????? ????? ???????

- ????? mssql.php ???? ?????? MS ??? ??????? ??? ????? ????????? ??? ??? ?????? Mysql ??? ?????? ??? ???? ?? ????? ??? ?? ?? ?????? ??????? ????? ???? ??? !

- ??????? ???????

كود: تحديد الكل

##      language/lang_english/email/group_request.tpl
##      language/lang_english/email/user_activate_passwd.tpl


???? ????? ??????? ?? ?????????? ?? ??????? !

- ??? ??? ?? ????? ?????? ??????? ???? ????? ?????? ??? ?????? ???? ????? ??? ??? ?? ??????? ??????? ??????? ??? ??? ?????? ?? ??? ???? ?????? ???? ?? ?????? ?? ????? ?????? ?? ?????? ??????? ???? ???.