صفحة 1 من 1
??? ??? ???????
مرسل: السبت أكتوبر 02, 2010 12:42 pm
بواسطة alhitary
??? ????? : ??? ??? ???????
????? ????? : 1.0.2
??? ????? : ???? ??? ????? ????? ?????? ?????? ??? ? ??? ????? ??????? ??? ?? ?????? ???????.
????? ????? :
A.B.M.K -
http://www.phpbbarabia.com
??? ????? ?????? ????? : 3.0.7-PL1
?????????? ???? ???? ?? ??? ????? :
prosilver - Subsilver2
???? ????? ?? ???? ???? :
http://www.phpbb.com/customise/db/mod/s ... age_check/
????? ????? : ?? ????????
??? ??????? , ?????? ???? ??? ?? ??? ???????. ?????? ????? ?? ?????? ????? ?? ??????? ??? ???? ??????????? ?? ??? ???? ??? ?????????.
?? ???? ?? ????? ???? ???? ???? ????? , ??????? ?????? ???? ???? ????????? ?? ????? ?????????.
??? ????? ?? ?????? ?? ??? ???? ??????? ?? ????? ??????? ??????? ?????. ??? ?? ???? ?? ????? ??? ?? ??????? ???????.
??? ??? ???????
مرسل: السبت أكتوبر 02, 2010 2:46 pm
بواسطة A.B.M.K
????? ???????????

??? ??? ???????
مرسل: السبت أكتوبر 02, 2010 8:10 pm
بواسطة im2soft
???? ??? ????? ???? ???
??? ??? ???????
مرسل: الخميس يناير 06, 2011 1:24 pm
بواسطة saadi2008
??? ???? ???? ???
?? ????? ????? ?????
======================
???????:
??????? ????? includes/message_parser.php
??? ????:
???? ??
كود: تحديد الكل
if (!$update_this_message)
{
unset($this->message);
??? ????
كود: تحديد الكل
// BEGIN MOD signature image check
if($config['max_sig_img_count'] && $this->mode == 'sig' && strpos($this->message, '[') !== false)
{
$user->add_lang('mods/sig_image_check');
$num_imgs = 0;
$num_imgs += $this->parsed_items['img'];
// check the number of images in the sig
if ($num_imgs > $config['max_sig_img_count'])
{
$num_over = $num_imgs - $config['max_sig_img_count'];
if($config['max_sig_img_count'] > 1)
{
$this->warn_msg[] = sprintf($user->lang['MAX_IMGS_COUNT_EXCEEDED'], $config['max_sig_img_count'], $num_over);
return (!$update_this_message) ? $return_message : $this->warn_msg;
}
else
{
$this->warn_msg[] = sprintf($user->lang['MAX_IMG_COUNT_EXCEEDED'], $config['max_sig_img_count'] , $num_over);
return (!$update_this_message) ? $return_message : $this->warn_msg;
}
}
}
// END MOD signature image check
?????
كود: تحديد الكل
if (!$update_this_message)
{
unset($this->message);
???? ???? ???? ???? ??? ?????? ????? ?????? ???? ?? ??? ??? ???? ?? ????? ??????
??? ??? ????? ????? ?? ???? ?????? ?????
??? ??? ???????
مرسل: الخميس يناير 06, 2011 4:43 pm
بواسطة A.B.M.K
??? ???? , ??? ??? ??????? ?????
Be extremely careful with this find. Double check if errors or the mod doesn't appear to work.
?? ?????? ???? ??? ?????? ? ??? ??? ??? ???? ?? ??? ????? ? ????? ???? ??????? ??? ???? ??? ?????