صفحة 1 من 4
?????? ?? phpBB3 !
مرسل: الاثنين يونيو 02, 2008 11:39 pm
بواسطة Garebooo
??????
????? ??? ??????? ????? ???? ???? ???? ? ??? ? ??? ???? ????? ?? ?? phpBB3 ...
????? ...
???? ???????? ??? ???????? ? ?? ???? ???????? ..!!
??? ????? ??? ??????? ??? ???????? ?????? ?? ???? ?????? ????????
?????????? > ??????? > ?????
...
??? ?? ??? ????? ???? ?????? ??? ????? ..
? ????? ?????? ?????? ??? ? ???? ?? ????? ??????? ? ?????
??????? ??????? ?? ??????
?????
Garebooo
?????? ?? ??? ??????? ??? ???? ????? ???????? ??? ????? ?? ????????? ???????? ?? ??? ???? ?????
?????? ?? phpBB3 !
مرسل: الخميس يونيو 05, 2008 11:27 pm
بواسطة Xx JustMe xX
???? ????? ??? Garebooo
^_^
?? ?? ??????? ???????? ?
???? ???? ?????? ??????? ????? ?
????? : ??????? ???????? ?? ????? ?? ??????? ??? ????? ????? ??????? ?? ???? ?????? ??????? ( viewforum ) ????? ??? ??????? ( viewtopic ) ..
?????? : ?? ???? ?????? ?????? ???????? ?????? ?
??? ????? ??? ???? ?????? ..
???? ???? ?? ?? ????? ?????? ..
???? ???? ??????? ??????? ..
???? ??? ???? images
?? ???? icons
?? ??????? ??? ???? misc
???? ?? ???? ????????? ???? ?????? ??? ..
????? ?????? ?????? ..
???? ???? ???? ?????? ???????? ??????? ..
???? ??? ???? ??????? ?? ??????? ??????? ..
???? ??? ???? ??????? ???????? ..
???? ??? ????? ??????? ????? ..
???? ???? ???? ????????? ????? ..
?? ????? ?? ???? ???????? ???? ???? ??????? ..
????? ????? ..
..
??? ????? ?? ????? ..
??? ???? ??????? ..
?????? ??
?????? ?? phpBB3 !
مرسل: الجمعة يونيو 06, 2008 1:37 am
بواسطة TheIlluminative
??? ???? ????? ????? ???????? ??????? (????? ??????) ?? viewforum ??
????:
???? ???: styles/prosilver/theme/colours.css
???? ??:
كود: تحديد الكل
.bg3 { background-color: #cadceb; }
??? ????:
كود: تحديد الكل
.bg4 { background-color: #bbd3e5; }
[/color]
?????:
???? ???: styles/prosilver/template/viewforum_body.html
???? ??:
كود: تحديد الكل
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
??????? ?:
كود: تحديد الكل
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_UNREAD_TOPIC --><!-- IF topicrow.S_ROW_COUNT is even --> bg3<!-- ELSE --> bg4<!-- ENDIF --><!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
? ???? ???? ????? bg3 ? bg4 ??? ??????? ???? ????..
??? ?? prosilver.
??? ?? subsilver2 ?????? ??????? ??? ???????? ?????? classes ?? stylesheet.css ? ??????? IF ???? ??????? ?? viewforum_body.html ????:
[/color]
????:
???? ???: styles/subsilver2/theme/stylesheet.css
???? ??:
كود: تحديد الكل
.row3 {
background-color: #C0C8D0;
padding: 4px;
}
??? ????:
كود: تحديد الكل
.row4{
background-color: #D1D7DC;
padding: 4px;
}
[/color]
?????:
???? ???: styles/subsilver2/template/viewforum_body.html
???? ??:
كود: تحديد الكل
<td class="row1">
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
<a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a>
<!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED -->
<a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>
<!-- ENDIF -->
<!-- IF topicrow.PAGINATION -->
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
<!-- ENDIF -->
</td>
??????? ?:
كود: تحديد الكل
<td class="row<!-- IF topicrow.S_UNREAD_TOPIC -->4<!-- ELSE -->1<!-- ENDIF -->">
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
<a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a>
<!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED -->
<a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>
<!-- ENDIF -->
<!-- IF topicrow.PAGINATION -->
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
<!-- ENDIF -->
</td>
??? ????? ????? ??????? ???? ?? ??? ???? ???? ????? ????? ?????? ? ??? ?????? (??? ?? ??? ??? ??? ????? ??????? ?? subsilver2) ?????? ???? ?????? ????? IF ??? ?? <td> ??? ??? ??? ??????? row1? ? ????? ????? ??? ????? row4 ??? ??????..
? ???????? ?? ???? ??? ??? ????? ??????? ? ??????? ?? ???? ??????!
[/color]
???? ?? ???? ??????? ??????? ?? ??? ??????? ??????? ????? ???? ???? ??? ??????? phpBB3.
? ???? ???
????? ??? ?????? ?????? ?? ?????
??????

?????? ?? phpBB3 !
مرسل: الجمعة يونيو 06, 2008 1:46 am
بواسطة Garebooo
????? ??? ???? ???? ?? ??? ???? ??
???? ???? ?????? ?? ?????? ?????
???? /
??? ???? ?????? ?? ????:
??? ??????? ???? ???? ??????? ?? ????? "?? ??? ????" ??? ?????? ??????? ????????. ??? ??? ????? ???? ????? ??? ?????????? ?? ????? ???????
??? ?????? ???????? ??? ??? ? ?????? ?? ?? ???? ?? 30 ?????
??????? ???????
?????
TheIlluminative ? Xx JustMe xX ??? ???????
?????? ?? phpBB3 !
مرسل: الجمعة يونيو 06, 2008 2:04 am
بواسطة TheIlluminative
??? ???? ??? ??????? ????? ?????? ??
????:
prosilver:
???? ???: styles/prosilver/theme/common.css
???? ??:
كود: تحديد الكل
#wrap {
padding: 0 20px;
min-width: 650px;
}
??????? ?:
كود: تحديد الكل
#wrap {
padding: 0 20px;
min-width: 650px;
width: 760px;
margin: 0 auto;
}
[/color]
?????:
subsilver2:
????:
???? ???: styles/subsilver2/theme/stylesheet.css
???? ??:
كود: تحديد الكل
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* background-image: url('./images/background.gif');
background-repeat: repeat-x;*/
/* padding: 0 25px 15px 25px;*/
padding: 0;
}
??? ????:
كود: تحديد الكل
#wrap {
width: 760px;
margin: 0 auto;
}
[/color]
?????:
???? ???: styles/subsilver2/template/overall_header.html
???? ??:
كود: تحديد الكل
<body class="{S_CONTENT_DIRECTION}">
??? ????:
???? ???: styles/subsilver2/template/overall_footer.html
???? ??:
??? ????:
? ???? ?? ???? ????? ??????? ?? ???? ??????!
[/color]
?????? ?? phpBB3 !
مرسل: السبت يونيو 07, 2008 7:57 pm
بواسطة Xx JustMe xX
?????? ????? ..
????? ???? ..
?????? ??? ????? ??? ????????
..
?????? ?? ??? ?? ??? ????? ?? ??????? ???? ?????? ^_^ .. ???? ?? ???? ??????? ????? .. ?????? ???? ???? ??? ??????? ..
????? ..
?? ?????? ??????? ??????? ?? ???? ???????

- viewforum.jpg (30 KiB) تمت المشاهدة 40482 مرةً
?????? ????? ?????? ?? ???? ??? ???????? !!
..
?? ???? ?????? ???? ??
..
???? ???? ???? ????? ..[/color]
..
--[ ???? ??? ]--
viewforum.php
--[ ???? ?? ]--
كود: تحديد الكل
page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name']);
--[ ?? ??? ????? ???? ?? ]--
كود: تحديد الكل
$user->lang['VIEW_FORUM'] . ' - ' .
??? ????? ..
--[ ???? ???? ????? ????? ??????? ^_^ ]--
..
??????? ????? ??? ???????? ????? ???? ??????? ..
..
????? ??????? :
--[ ???? ??? ]--
viewtopic.php
--[ ???? ?? ]--
كود: تحديد الكل
page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']);
--[ ?? ??? ????? ???? ?? ]--
??? ????? ..
--[ ???? ????? ??????? ^_^ ]--
..
?? ??? ???? ???? ??? ???? ????? ????? ..
?????? ??
?????? ?? phpBB3 !
مرسل: الأحد يونيو 08, 2008 4:48 pm
بواسطة TheIlluminative
????? ????? 'Re:' ?? ?????? ?
???? ???: posting.php
???? ??:
كود: تحديد الكل
if (($mode == 'reply' || $mode == 'quote') && !$submit && !$preview && !$refresh)
{
$post_data['post_subject'] = ((strpos($post_data['post_subject'], 'Re: ') !== 0) ? 'Re: ' : '') . censor_text($post_data['post_subject']);
}
??????? ?:
كود: تحديد الكل
if (($mode == 'reply' || $mode == 'quote') && !$submit && !$preview && !$refresh)
{
$post_data['post_subject'] = ((strpos($post_data['post_subject'], 'Re: ') !== 0) ? '' : '') . censor_text($post_data['post_subject']);
}
?? ???? ??? ???? ???????? ?? ??????? ??? ???????!
[/color]
?????? ???? : Re ??? ??????? ?? ??????? ..
??????? ??? ????????? ?????? /
كود: تحديد الكل
UPDATE phpbb_posts SET post_subject = REPLACE (post_subject,'Re: ', '')
??? ?? ??? SQL ????? ???????? .. ? ?????
?????? ?? phpBB3 !
مرسل: الاثنين يونيو 09, 2008 1:07 pm
بواسطة hamaadaa
????? ????? ??? ??????
?????? ???? ????? ????????? ????? ?????? ???? ?????
????? ??? common.php ????? language\ar
???? ?? ?????
?????? ???? ????? ????????? ???? ?????? ?? ?????
???? ????? ???? ????? ????????? ??????? ???? ?????? ??????? ??????? ??? ???? ?????
???? ????? ??? common.php ????? language\ar
???? ?? ?????
?????? ???? ????? ????????? ??????? ???? ??????
?????? ??????
?????? ?? phpBB3 !
مرسل: الثلاثاء يونيو 10, 2008 7:08 pm
بواسطة مهند قمرة
??? ???? ?????? ???? ????????
??? ??? ????? ???? ?? ??????? ???????. [?????? ????? ???? ????? ?? ??????]
?? ???? ???? ?? ?? ?????? ??????? ??????? ????????. ?? ??? ???
config.php
?? ???? ??? ?????? ??????
كود: تحديد الكل
http://your-site.com/your-forum/install/database_update.php
?? ??????? your-site.com ?????? ?????
? your-forum ?? ???? ??????
????? ????????? ????????
?? ????? ???????
?????? : ??? ??????? ????? ???? ??????? ??????? ??? ?????? ..
?????? ?? phpBB3 ! [?? ?????? 19 ????? 2008]
مرسل: السبت يونيو 14, 2008 12:48 pm
بواسطة Ghalebi
???? ????? ..
phpBB3 ? Google AdSense
????? ??? ???????? ? ??? ????? ? ?????? ??? ??????? ??? ??????? ? ????? ?????? ????? ????? AdSense ?? ????? ????? phpBB3 ? ?? ??? ???? ????? ?????? ??? ???????? ??? ???? ???? ..
????? Adsense ?? ???? ??? ???????? Viewtopic_body.html
?????? ?????(1): ???? ?????? ??????? ????? ? ??????? ((Prosilver))
????:
???????:
???? ??:
كود: تحديد الكل
<!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
</ul>
<br/>
??? ????:
??? ???? ??? ??? AdSense (????) :
كود: تحديد الكل
<script type="text/javascript"><!--
google_ad_client = "pub-0395588786213939";
/* ViewTopic_body.html 240*120 */
google_ad_slot = "7209334076";
google_ad_width = 120;
google_ad_height = 240;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
?? ???????? ????? ??????? ?? google_ad_client ? google_ad_slot ??? ?????? ?? ?????? .. ? ?? ???? ??????? ??? ?? ??? ?????? ???? ???? ?? 120 ???? !
??? ????:
?????? ?????(2): ???? ?????? ??????? ????? ? ??????? ((SubSilver2))
???? ??:
كود: تحديد الكل
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- END custom_fields -->
</span>
??? ???? ??? Adsense .. ? ??? ???? ??? ???? ??? ?????? ????? ? ??????? ??? ??? <br> ??? ?? ????? ??? ??? Adsense ..
?????? ??????: ????? ??? AdSense ???? ???? ???????? ??????? ? ??? ??????
????:
???????:
???? ??:
??? ???? ???????? (?? ???? ?????):
كود: تحديد الكل
<!-- IF postrow.S_FIRST_ROW == 2 -->
<div class="post bg3">
<div class="inner"><span class="corners-top"><span></span></span>
<div align="center">
?? ??? AdSense ????? ?? (????):
كود: تحديد الكل
<script type="text/javascript"><!--
google_ad_client = "pub-0395588786213939";
/* 728x90, created 6/14/08 */
google_ad_slot = "1223429762";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
??
كود: تحديد الكل
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
???????:
* ??? ????????? ????? ??? ????? prosilver ? ???? ?????? ??? ?? ????? ??? !
* ?? ???? ???? ???????? ??? ??? ??? ??????? ????
* ??? ??????? ??? ????? ? ???? ???? ????? ???? ?????? ? ?? ???? ??????? ??????? ??? ??? ?????????
* ??? ???? ????? ?????? ????? AdSense ?????? ?? ???? ?? ??? ?????????? ??????? ?? ?? ???????? ??? ????? ???????? ?? google_ad_client ? google_ad_slot ??? ?????? ?? ??????
* ????? ?????? ??? ????? ??????? ??? ????? ???? ?? ??????? ???? ???? ..
?????? ?? phpBB3 !
مرسل: الأربعاء يونيو 25, 2008 3:42 am
بواسطة مهند قمرة
??? ?????? ?? ????? subsilver2
?? ?? ???????
???? forumlist_body.html ??????? ???????
كود: تحديد الكل
<!-- BEGIN forumrow -->
<br />
<!-- IF forumrow.S_IS_CAT -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="cat" colspan="5" align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --> </td>
</tr>
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<tr>
<td class="cat" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
<td class="catdiv" colspan="3"> </td>
</tr>
<!-- ELSEIF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
</td>
<!-- IF forumrow.CLICKS -->
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
<!-- ELSE -->
<td class="row2" colspan="3" align="center"> </td>
<!-- ENDIF -->
</tr>
<!-- ELSE -->
<!-- IF forumrow.S_NO_CAT -->
<tr>
<td class="cat" colspan="2"><h4>{L_FORUM}</h4></td>
<td class="catdiv" colspan="3"> </td>
</tr>
<!-- ENDIF -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1" width="100%">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
</td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
<!-- IF forumrow.LAST_POST_TIME -->
<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
</p>
<!-- ELSE -->
<p class="topicdetails">{L_NO_POSTS}</p>
<!-- ENDIF -->
</td>
</tr>
<!-- ENDIF -->
<!-- BEGINELSE -->
<tr>
<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
</tr>
<!-- END forumrow -->
</table>
?? ?????? ??????? ??????? ?? ??? ??? ??? forumlist_body.html
???? ?? illuminative ????? ???? ???????

?????? ?? phpBB3 !
مرسل: السبت يونيو 28, 2008 8:07 am
بواسطة shinigami
????? ????? ???? ??????? ?? ??????? ..
??? ???? ?? ???? ????? ???? ??????? ????? ?? ??????? (????? ???????? ?? ??????? ???) ? ???? ?????? ??????? ??????? :
???? ???
???? ?????? ???????? -> ????????? ? ??????? -> ????? ?????????
???? ???? ??? ??????? ?????? ??????? ??? ?? ???? ??????? ??????? :
? ??? ????? ???? :
?????? ???????? ???????? ??????? ??????
???? ???? ??? ??????? ?????? ? ???? ????? ???? ???? ?????? ??????? ?????? ? ???? ??????? ..
?? ??? ?? ???? ?????? ??????? ??? ???? ??? ????? ??????? ? ??? ????? ???? ??????? ?? ?????? ????? ???? ??????
?????? ?? phpBB3 !
مرسل: الجمعة يوليو 11, 2008 9:24 pm
بواسطة Garebooo
??? ?? ??????? ?? ???? ??? ????????
???? ?? ???? ??? ??????? ??????? /
كود: تحديد الكل
<!-- IF not S_USER_LOGGED_IN -->
????
<!-- ENDIF -->
?? ???? ??? ??? ??????
?????? ?? phpBB3 !
مرسل: الاثنين يوليو 14, 2008 1:55 am
بواسطة Xx JustMe xX
????? ??? Adsense ??? ???????? ?????? ?????? ??????? ???subsilver2
???? styles/subsilver2/template/viewtopic_body.html
???? ?? :
??? ???? :
كود: تحديد الكل
<!-- IF postrow.S_FIRST_ROW == 2 -->
<table class="tablebg" width="100%" cellspacing="1">
<tr class="row2">
<td>
<center>
<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9749591176097436";
/* after first post */
google_ad_slot = "9033351576";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br />
</center>
</td>
</tr>
</table><br />
<!-- ENDIF -->
?? ??????? ????? ?????? ?????? ????? ?? :
كود: تحديد الكل
<script type="text/javascript"><!--
google_ad_client = "pub-9749591176097436";
/* after first post */
google_ad_slot = "9033351576";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
??? ??????? ??????? ??prosilver ??? ?????? ????? ??? ???subsilver2
?????? ?? phpBB3 !
مرسل: الأربعاء يوليو 23, 2008 10:48 pm
بواسطة Scout4all
????? ????? ???????
????? ????? ????? ?? ?????????? ??? ??????? ?? ????? ????
??????? ?????? ??? ??? ++
? ???? ???? ??? ?????
? ??? ??? ????? ???????? ???? ????? ????? UUTF-8 without BOM
???????
?? ???? ?? ???????
? ??? ??? ???? ?????
??????? ??? ????? ??? ?????
??? ??? ????? ????? ?????? ??? ?? ????? ????? ?????????? ???? ?? ???? ?????? ?? ???????
???? ?? ??? ??? ????? ????????? ??? ??????
\language\en\mods
???? ?? ???? ?????? ??????? ?? ??????
\language\ar\mods
?? ????? ???? ?????? ???? ????? ?????????? ???? ???? ?? ???????
????? ??? ??? ??????? ??? ????? ?? ??? ????????
?? ?????? ?? ????? ????? ??????? ???????? ?? ????? ? ???? ??? ???
???? ????? ????? ?? ??????? ??? ????? ????? ???????? ??? ???? ????? ?? ??? ???????? ??? phpbb3 portal
????? ?? ???? ?????? ? ??????