????? ????? = ????????? ????????? ???...
مرسل: الخميس يونيو 05, 2008 2:01 pm
????? ??? ???? ?? ????? ????? ?? ???????..
? ?? ???? 4 ???? ?? ??? ??? ?? ???? ??? ?? ???????? + ????? ??????? ???? ?? ?????? ??? ??????
?????? ???? ???? ?? ???? ?????? :
? ?? ???? ?? ??? ??????? ??? ????? ??? ????? :
???? ???????? ?? ?????
? ?? ???? 4 ???? ?? ??? ??? ?? ???? ??? ?? ???????? + ????? ??????? ???? ?? ?????? ??? ??????
?????? ???? ???? ?? ???? ?????? :
كود: تحديد الكل
?[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /language/ar/viewtopic.php:1)
كود: تحديد الكل
##############################################################
## ??? ????? ?? ????? ??? ?? ??? ??? ?? ???? ??? ???? ????????
##############################################################
#
#-----[ ???? ]------------------------------------------
#
root/download/file.php
#
#-----[ ???? ?? ]------------------------------------------
#
if ((!$attachment['in_message'] && !$config['allow_attachments']) || ($attachment['in_message'] && !$config['allow_pm_attach']))
{
trigger_error('ATTACHMENT_FUNCTIONALITY_DISABLED');
}
#
#-----[ ??? ???? ]------------------------------------------
# ?????? : ????? ????? ????? 10 ??? ?? ??? ????? ??? ??? ????????? ???????? ??? ?????? ????????
if ($user->data['user_posts'] < 10&& (!$auth->acl_get('a_')) )
{
trigger_error('ATTACHMENT_MINI_POSTS');
}
#
#-----[ ???? ]------------------------------------------
#
language/ar/viewtopic.php
#
#-----[ ???? ?? ]------------------------------------------
#
'ATTACHMENT_FUNCTIONALITY_DISABLED' => '????? ???????? ?????',
#
#-----[ ??? ???? ]------------------------------------------
#?????? : ??? ??? ?????? ????? 10 ?? ?????? ??????? ?? ??? ??? ?????
'ATTACHMENT_MINI_POSTS' => '?? ????? ????? ?? ??? ??? ?? ??? ??? 10 ??????? ??? ?????',
#-----[ ???? ????? ???????]------------------------------------------
#
#