صفحة 2 من 3

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

مرسل: السبت مايو 22, 2010 8:07 pm
بواسطة saharattia
?????? ????? ??? ???? ??????????
????? ????? ??? ???? ??????
??? ???? ???? ?????
?? ??????? ??? ????????? ?????? ??????? ? ??????? ?? ??? ??????? :D
??? ?? ????? ??????? ???? ???? ????? ??? ???????:
????? ?? ??????? (??? ???? ???? ? ???) ???
????? ?? ???? ????? ? ????
??? ?? ???? ???? ???? ??????? ??? ?? ??? ????? ??????? ????? ?? ??? ??????? ?? ???? ? ?? ???..
? ??????? ?????? ?? ??????? ??? ???? ???? ??? ??????? ?????? ??? ??? ?????? ?????? ????? ???? ???? ??? ??????? ?? ???? ??am ? ??pm ?????? ??? ??? ???????? ??? afternoon. ??? ????? ?? ??????? ??? ??? ????? ?????? ? ????..
??? ?? ??? ?? ???? ????? ??? ?? ?????? ??????? ?????.. :D

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

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

مرسل: السبت مايو 22, 2010 8:45 pm
بواسطة فارس الإعلاميات
?????? ????? ????? ???? ???????

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

??? ?? ???? ?????? ??? ?? ????? ?? ?? ??? ??????? ???? ????? ? ??? ?? ?????? ??? ???? ??????? ????? ????? ?? ?????? ??????? ??? ??? ???? ????? ??? ????? ??????? ??? ? ?? ??? ?????? ?? ??????? ?????? ??????? ????? ??? ????? ??? ?????? ??????? ????? ???? ???? ?????? ??? ???????? ?? ??? ?????? ????
??????? ????? ??? ?????? ?? ???? ????????? :D
?????? ??? ?? ??????? ??????? ???? ??????? ???? ?? ?? ???? ;)

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

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

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

?????

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

مرسل: السبت مايو 22, 2010 9:10 pm
بواسطة saharattia
????? ?? ??? ???? ??????????
? ????? ??? ??? ???? ??, ???? ???? ?????? ?? ???? ?? ??? ???? ?? ?????? ?? ????? ?????? ??????? ?????.
? ???? ???? ?? ??? ??? ??????? ??????

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

مرسل: السبت مايو 22, 2010 9:35 pm
بواسطة vixus
?? ??? ???? ??? ???? ??????????
?????? ? ????
? ??? ?? ???? ???? ??? ?? ???????

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

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

??????? ?? ???? date() ???? ????? a ? A
??? a ????? ?????? ????? ?? 12 ???? ? ???? ?? ???? am ? pm ??????? ???????
? ??? A ????? 24 ???? ? ???? ??????? AM PM ??????? ???????

? ??? ???? ?? PHPBB ???? ???? ?????? ?????? ??? ????? ? ??????? ? ??? ????? ????? ?? ???? ?????? ? ??? ??????? ??????? ?? ?????? ? ?? ???? ???? ????? ????

????

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

D M d, Y g:i a
?? ????? ????? ??? a ????
?????????? ???? ?????? ???? ????? ? ?????? ??am ?????? ? ??pm ??????


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

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

D M d, Y g:i A
?? ????? ????? ??? A ????
?????? ???? AM ? ???? PM ??? ?? ??????? ?????????? ??????? ??? ????? ??? ????? ?? ?????

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

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

????????? ?? ??? session.php

???? ??

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

return strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);
??????? ??

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

	//localized names for [am,pm]
	// a small midification to replace am , pm with language variables , made specially for arabic users by Mohamed Krayem

	$var_am = $this->lang['AMTIME'];
	$var_pm = $this->lang['PMTIME'];
	
	$timeformat = strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);
	if (strpos($timeformat, 'AM') != false)
   	{
		$timeformat = str_replace('AM', $var_am, $timeformat);
	}
	if (strpos($timeformat, 'am') != false)
   	{
		$timeformat = str_replace('am', $var_am, $timeformat);
	}
   	if (strpos($timeformat, 'PM') != false)
   	{
		$timeformat = str_replace('PM', $var_pm, $timeformat);
	}
   	if (strpos($timeformat, 'pm') != false)
   	{
		$timeformat = str_replace('pm', $var_pm, $timeformat);
	}
	//END localized names for [am,pm]

	return ($timeformat);

? ?? ??? ????? common.php

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

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

$lang = array_merge($lang, array(
	'AMTIME'	=> '?',
	'PMTIME'	=> '?',
));
? ???

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

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

مرسل: السبت مايو 22, 2010 9:43 pm
بواسطة him
???? ?????????? كتب:????? ??? ??? ????

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

???
???????? ??
?? ???? ????? ??? ?????
Parse error: syntax error, unexpected ';', expecting T_FUNCTION in C:\AppServ\www\nic\includes\session.php on line 2348

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

مرسل: السبت مايو 22, 2010 11:08 pm
بواسطة him
vixus كتب:?? ??? ???? ??? ???? ??????????
?????? ? ????
? ??? ?? ???? ???? ??? ?? ???????

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

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

??????? ?? ???? date() ???? ????? a ? A
??? a ????? ?????? ????? ?? 12 ???? ? ???? ?? ???? am ? pm ??????? ???????
? ??? A ????? 24 ???? ? ???? ??????? AM PM ??????? ???????

? ??? ???? ?? PHPBB ???? ???? ?????? ?????? ??? ????? ? ??????? ? ??? ????? ????? ?? ???? ?????? ? ??? ??????? ??????? ?? ?????? ? ?? ???? ???? ????? ????

????

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

D M d, Y g:i a
?? ????? ????? ??? a ????
?????????? ???? ?????? ???? ????? ? ?????? ??am ?????? ? ??pm ??????


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

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

D M d, Y g:i A
?? ????? ????? ??? A ????
?????? ???? AM ? ???? PM ??? ?? ??????? ?????????? ??????? ??? ????? ??? ????? ?? ?????

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

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

????????? ?? ??? session.php

???? ??

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

return strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);
??????? ??

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

	//localized names for [am,pm]
	// a small midification to replace am , pm with language variables , made specially for arabic users by Mohamed Krayem

	$var_am = $this->lang['AMTIME'];
	$var_pm = $this->lang['PMTIME'];
	
	$timeformat = strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);
	if (strpos($timeformat, 'AM') != false)
   	{
		$timeformat = str_replace('AM', $var_am, $timeformat);
	}
	if (strpos($timeformat, 'am') != false)
   	{
		$timeformat = str_replace('am', $var_am, $timeformat);
	}
   	if (strpos($timeformat, 'PM') != false)
   	{
		$timeformat = str_replace('PM', $var_pm, $timeformat);
	}
   	if (strpos($timeformat, 'pm') != false)
   	{
		$timeformat = str_replace('pm', $var_pm, $timeformat);
	}
	//END localized names for [am,pm]

	return ($timeformat);

? ?? ??? ????? common.php

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

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

$lang = array_merge($lang, array(
	'AMTIME'	=> '?',
	'PMTIME'	=> '?',
));
? ???

? ??? ??? ?? ?? ???? ?????????? ? ????? ????? ???????
?????? ????? ????? ????
???? ?? ??? vixus
?? ??????? ??? ??? session.php ???? common.php
???? ???? ????? ????? ?? ? ????? ????? ?? ?

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

$lang = array_merge($lang, array(
   'AMTIME'    => '??????',
   'PMTIME'  => '?????',
???? ???? ????? ????? ??? ?????? ???? ?? ????? ??? ????? ?????? ????? ????? ???? ?? ??????? ??? ?? ?????
???? ????[/b]

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

مرسل: الأحد مايو 23, 2010 12:48 am
بواسطة فارس الإعلاميات
vixus كتب:?? ??? ???? ??? ???? ??????????
?????? ? ????
? ??? ?? ???? ???? ??? ?? ???????

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

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

??????? ?? ???? date() ???? ????? a ? A
??? a ????? ?????? ????? ?? 12 ???? ? ???? ?? ???? am ? pm ??????? ???????
? ??? A ????? 24 ???? ? ???? ??????? AM PM ??????? ???????

? ??? ???? ?? PHPBB ???? ???? ?????? ?????? ??? ????? ? ??????? ? ??? ????? ????? ?? ???? ?????? ? ??? ??????? ??????? ?? ?????? ? ?? ???? ???? ????? ????

????

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

D M d, Y g:i a
?? ????? ????? ??? a ????
?????????? ???? ?????? ???? ????? ? ?????? ??am ?????? ? ??pm ??????


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

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

D M d, Y g:i A
?? ????? ????? ??? A ????
?????? ???? AM ? ???? PM ??? ?? ??????? ?????????? ??????? ??? ????? ??? ????? ?? ?????

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

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

????????? ?? ??? session.php

???? ??

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

return strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);
??????? ??

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

	//localized names for [am,pm]
	// a small midification to replace am , pm with language variables , made specially for arabic users by Mohamed Krayem

	$var_am = $this->lang['AMTIME'];
	$var_pm = $this->lang['PMTIME'];
	
	$timeformat = strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);
	if (strpos($timeformat, 'AM') != false)
   	{
		$timeformat = str_replace('AM', $var_am, $timeformat);
	}
	if (strpos($timeformat, 'am') != false)
   	{
		$timeformat = str_replace('am', $var_am, $timeformat);
	}
   	if (strpos($timeformat, 'PM') != false)
   	{
		$timeformat = str_replace('PM', $var_pm, $timeformat);
	}
   	if (strpos($timeformat, 'pm') != false)
   	{
		$timeformat = str_replace('pm', $var_pm, $timeformat);
	}
	//END localized names for [am,pm]

	return ($timeformat);

? ?? ??? ????? common.php

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

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

$lang = array_merge($lang, array(
	'AMTIME'	=> '?',
	'PMTIME'	=> '?',
));
? ???

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

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

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

??? ??????? ??? ???? ????? ??????? ???? ????? ? ?????? ??????? ???? ???? ???? ????? ????? i


???? ???

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

		$correct_time = preg_replace('`pm`',$this->lang['pm'],$correct_time);
		$correct_time = preg_replace('`am`',$this->lang['am'],$correct_time);
??? ?????

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

		$correct_time = preg_replace('`pm`i',$this->lang['pm'],$correct_time);
		$correct_time = preg_replace('`am`i',$this->lang['am'],$correct_time);
????? ???? ??? ??? ???? ? ????? ?? ;)

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

مرسل: الأحد مايو 23, 2010 12:51 am
بواسطة فارس الإعلاميات
him كتب:
???? ?????????? كتب:????? ??? ??? ????

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

???
???????? ??
?? ???? ????? ??? ?????
Parse error: syntax error, unexpected ';', expecting T_FUNCTION in C:\AppServ\www\nic\includes\session.php on line 2348
??? ????? ???? ??? ??? ???? ????? ???? ??? ????? ?? ??? ??? ??????

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

مرسل: الأحد مايو 23, 2010 11:45 am
بواسطة alhitary
saharattia كتب:??? ??????..
??? ??? ???? ?????? ????? ??? ??????? ???????.. ????????? ??????? ??? ?????? ?? ??? ?????? ?????????.. ?????? ??????? ?????? ????? ?? ???? ? ??????? ? ???????? ? ???? (????? ??? ????? ????? ?????) ? ??? ?? ????? ????? ???????? ??????? ??? ???????, ????? ?? ??????? ? ???????..
???? ?? ????? ????? ?? ????? ?? ?????.. ?????? ??? ???????? ?????? ?? ??? ???? ?????? ???? ????????? ??????? ???? ?????? phpBB ??? ?? ??? ????? ?????? ??? ??? ????.. ????? ??????? ? ??????? ????????.. ????? ?? ???? ???? ??????? ? ????? ??? ????? ????? ?????? ? ???? ?????..
???? ?? ?????? ??????? ??????
??? ?? ???? ???? ?? ??? ??????????
???? ????? ??????? ????? ??? ?? ?????? ?? ????? ?????????
?????? ?? ??? ??????? ?? ????? ?????? ?? ?????? ??????? , ??? ????? ????? ?????? ?????? ?? ????? ?? ???? ?? ??????? ???????? ????? ????????
?? ????? ?? ?????? ???? ( ???? ??????? ??????? ??? ???? ) ????? ?????? ????????.

???? ??????? ????? ????? ???? ????? ?????? ??????? ????? ?????? ??? ??????? :D
saharattia كتب:??? ????? ????? ?? ????? ?? ???? ???? ?????? ???? ????.. ? ????? ??? ???? ????? ????? ??? ??php ??? ???? ? ?????..
???? ????
???? ?????????? ???? ????????? , ???????? ????? ???? ??? ?? ??????? ?? ???? ??????????
??? ????????
???? ???? ?????
???? ?? ?? ??? ???? ?????????? ???? ?????? ????? , ??? ???????? ?????? ?????? ???? , ??????? ?????? ?? ??? ??????? , ???????? ??? ????? ???? ???? ????????

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

?????? ???? ??? ????? , ??? ??? ??????? ????? ?????
????? ???? ?????? ?? ?? ??????? ???

????? ?? ????

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

مرسل: الأحد مايو 23, 2010 11:54 am
بواسطة alhitary
???? ?????????? كتب:??? ?? ??? ??????? ??? ?? ???? ?? ?? ??? ??? ??????? ? ?????? ????? ??? ?? ??????? ?????? ??? ????? ?? ??? ? ????? ??? ? ??????
?? ??? ???? ???? ???
????? ???? ??? ?? ????? ???? ??????? :D

???? ????? ??? ?? ?????? ???? ?????? ???? ????? ?????? ???? , ????????? ?? ???????
?? ??? ,
??? ?????? ???? ????? ???? ??? ?????? ?????? ?? ?????
?????? ?? ???? ?????? ????? ????? ?????? ?? ????????? ??? ??? ????? ?????? ?????

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

مرسل: الأحد مايو 23, 2010 11:58 am
بواسطة alhitary
???? ?????? ????? ???? ?????????? ? vixus
?? ????????? ????????? , ????? ??? ?????? ??? ?? ??????? ???

?? ?????? ????? ????? ????? ?? ???? ??? ???? ??? ??????? ?
?????? ?? ??????? ???? ????? , ??? ???? ??? ??? ?????? ???????

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

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

مرسل: الأحد مايو 30, 2010 2:32 pm
بواسطة فارس الإعلاميات
alhitary كتب:???? ?????? ????? ???? ?????????? ? vixus
?? ????????? ????????? , ????? ??? ?????? ??? ?? ??????? ???

?? ?????? ????? ????? ????? ?? ???? ??? ???? ??? ??????? ?
?????? ?? ??????? ???? ????? , ??? ???? ??? ??? ?????? ???????

?????? ???? ?????
????? ?? ???? vixus ?????? ???? ? ?? ?? ?????? ????? ???? ?? ??? ???? ????? ???? ??? ????? (??? ????? ?????)

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

مرسل: الاثنين مايو 31, 2010 12:05 pm
بواسطة alhitary
???? ??????????
???????? ?? ??? ????

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

مرسل: الثلاثاء يونيو 01, 2010 5:10 am
بواسطة فارس الإعلاميات
???? ????? alhitary ??? ????????

???? ?? ???? session.php ??????? ???? ?????? includes

???? ??

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

return strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);

???????? ?

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

$correct_time = strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);
		$correct_time = str_replace(array('pm','PM'),$this->lang['pm'],$correct_time);
		$correct_time = str_replace(array('am','AM'),$this->lang['am'],$correct_time);

		return $correct_time;


???? ????? common.php ??????? ???? ???? ?????

???? ??

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

'default_dateformat'        => 'D M d, Y g:i a', // Mon Jan 01, 2007 1:37 pm

??? ?????

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

		'pm'	=> '?????',
		'am'	=> '??????',
???????? ?? ;)

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

مرسل: الثلاثاء يونيو 01, 2010 11:51 am
بواسطة alhitary
???? ???? ??? ??????
?? ??? ???? ???? ????? ????? ????? ??? ??? ?????? ???????