مشاكل بخصوص النسخة 2،11

الدعم الفني للمشاكل المتعلقة بمنتديات phpBB أي مشاكل النسخه الأصلية وليست مشاكل الهاكات أو الاستايلات وخلافه

المشرف: alhitary

قوانين المنتدى
فضلاً قبل وضع أي مشكلة تأكد من استخدام البحث ومن ثم ملء استمارة الدعم إذا لم تجد حلا لمشكلتك.
صورة العضو الرمزية
من أكون
عضو متميز
عضو متميز
مشاركات: 201
اشترك في: الأحد يناير 02, 2005 10:05 pm
اتصال:

????? ????? ?????? 2?11

مشاركةبواسطة من أكون » الأحد يناير 30, 2005 1:45 pm

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

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

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

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

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

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




صورة العضو الرمزية
ashkoleno
عضو جديد
عضو جديد
مشاركات: 45
اشترك في: الأربعاء يوليو 28, 2004 7:28 pm

مشاركةبواسطة ashkoleno » الأحد يناير 30, 2005 3:24 pm

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

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

???? ????? ???? ??? ???? ????? ?? ??? ??? overal_headr ??? ??? ????? ?????

????? ????

صورة العضو الرمزية
من أكون
عضو متميز
عضو متميز
مشاركات: 201
اشترك في: الأحد يناير 02, 2005 10:05 pm
اتصال:

مشاركةبواسطة من أكون » الأحد يناير 30, 2005 3:37 pm

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

صورة العضو الرمزية
issa
عضو نشيط
عضو نشيط
مشاركات: 148
اشترك في: الخميس أكتوبر 28, 2004 12:46 pm
اتصال:

مشاركةبواسطة issa » الاثنين يناير 31, 2005 1:58 am

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


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

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

#################################################################
## ????? ?????: ??? ???? ????????
## ?????? ?????: 1.1.0
## ???? ?????:	??????? http://members.lycos.co.uk/mohamdes
##
## ??? ?????:	??? ????? ???? ???? ??? ???????? ?? ?? ????? ??????? ?? ?? ?????? ????????
##		?? ???? ???? ?????. ???? ??? ????? ???? ????? ??????? ? ??? ?????? ? ??? ???? ???
##		?? ? ??? ??? ??. ??? ?? ????? ???? ??? ????? ?? ???? ???? ??? ??? ?????? ???????.
##	
## ????? ???????: ???
## ??? ??????? ??????: ?? 5 ??? 10 ?????
## ??????? ??????? ???????:			includes/page_header.php
##					templates/subSilver/overall_header.tpl
##				?? ???	templates/subSilver/index_body.tpl
##					language/lang_arabic/lang_main.php
##
##	
## ??????? ???????:	?? ????
##
## ??????:		???? ??????? ?? ??? ????? ?????? ?? ???? ??? ???????? ???? ezPortal
##
#################################################################
## ??? ????? ??? ????? ?? ???? ?? ???? ???? ???? ???????? ?? ???? ??????? ???? ???? ???????
#################################################################
#
# ???????:
#
# 1 - ??? ??? ???? ??? ??? 10 ?????? ?????? ??? ???? ???? ??? ????? ??? ?????? ???? ???
# ??? ??? ??? 10 ??????.txt ?? ???? ????? ??? ????? ??? ?? ???? ?? ?????? ?? ????? ???????.
#
# 2 - ??? ??? ???? ??????? 1.0.0 ?? ??? ????? ? ???? ???????? ??? ??? ?????? ???? ???
# ??????? 100 ??? 110.txt
#
# ????? ???????:
#
#-----[ ???? ]------------------------------------------
#
includes/page_header.php

#
#-----[ ???? ?? ]------------------------------------------
#
define('HEADER_INC', TRUE);

#
#-----[ ??? ????? ]------------------------------------------
#

// ??? ??? ???????? ???? ???? ?????
$CFG['number_recent_topics'] = '10';

// ????????? ???? ?? ???? ?? ???? ?? ??? ????????? ???? ??? ??????? ??????
$CFG['exceptional_forums'] = '';

#
#-----[ ???? ?? ]------------------------------------------
#
$s_last_visit = ( $userdata['session_logged_in'] ) ? create_date($board_config['default_dateformat'], $userdata['user_lastvisit'], $board_config['board_timezone']) : '';

#
#-----[ ??? ????? ]------------------------------------------
#

//
// Recent Topics
//
$is_auth_ary = array();
$is_auth_ary = auth(AUTH_ALL, AUTH_LIST_ALL, $userdata, $forum_data);

if( $CFG['exceptional_forums'] == '' )
{
	$except_forum_id = '\'start\'';
}
else
{
	$except_forum_id = $CFG['exceptional_forums'];
}

for ($i = 0; $i < count($forum_data); $i++)
{
	if ((!$is_auth_ary[$forum_data[$i]['forum_id']]['auth_read']) or (!$is_auth_ary[$forum_data[$i]['forum_id']]['auth_view']))
	{
		if ($except_forum_id == '\'start\'')
		{
			$except_forum_id = $forum_data[$i]['forum_id'];
		}
		else
		{
			$except_forum_id .= ',' . $forum_data[$i]['forum_id'];
		}
	}
}
$sql = "SELECT t.topic_id, t.topic_title, t.topic_last_post_id, t.forum_id, t.topic_replies, p.post_id, p.poster_id, p.post_time, u.user_id, u.username
		FROM " . TOPICS_TABLE . " AS t, " . POSTS_TABLE . " AS p, " . USERS_TABLE . " AS u
		WHERE t.forum_id NOT IN (" . $except_forum_id . ")
			AND t.topic_status <> 2
			AND p.post_id = t.topic_last_post_id
			AND p.poster_id = u.user_id
		ORDER BY p.post_id DESC
		LIMIT " . $CFG['number_recent_topics'];
if (!$result = $db->sql_query($sql))
{
	message_die(GENERAL_ERROR, 'Could not query recent topics information', '', __LINE__, __FILE__, $sql);
}
$number_recent_topics = $db->sql_numrows($result);
$recent_topic_row = array();
while ($row = $db->sql_fetchrow($result))
{
	$recent_topic_row[] = $row;
}
for ($i = 0; $i < $number_recent_topics; $i++)
{
	$template->assign_block_vars('recent_topic_row', array(
		'U_TITLE' => append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $recent_topic_row[$i]['post_id']) . '#' .$recent_topic_row[$i]['post_id'],
		'L_TITLE' => $recent_topic_row[$i]['topic_title'],
		'L_REPLIES' => intval($recent_topic_row[$i]['topic_replies']),
		'U_POSTER' => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $recent_topic_row[$i]['user_id']),
		'S_POSTER' => $recent_topic_row[$i]['username'],
  		'S_POSTTIME' => $lang['Reply_time'] .': ' . create_date($board_config['default_dateformat'], $recent_topic_row[$i]['post_time'], $board_config['board_timezone'])
		)
	);
}
//
// END - Recent Topics
//

#
#-----[ ???? ?? ]------------------------------------------
#
	'L_SEARCH_SELF' => $lang['Search_your_posts'],

#
#-----[ ??? ????? ]------------------------------------------
#
	// Recent Topics
	'L_RECENT_TOPICS' => $lang['Recent_topics'],
	'L_AUTHOR' => $lang['Replier'],
 	'L_VIEW_AUTHOR' => $lang['View_replier'],
	'L_TOTAL_REPLIES' => $lang['Total_replies'],

#
#-----[ ???? ]-------------------------------------------------------
#
language/lang_arabic/lang_main.php

#
#-----[ ???? ?? ]---------------------------------------------
#
// That's all Folks!

#
#-----[ ??? ????? ]----------------------------------------
#

// Last 10 posts
$lang['Recent_topics'] = '??? ???????? ????????';
$lang['Reply_time'] = '??? ??';
$lang['Replier'] = '??? ????';
$lang['View_replier'] = '??? ????? ?????? ?????';
$lang['Total_replies'] = '??? ??????';

#
# ??? ???? ?? ???? ?????? ?? ?? ????? ??????? ?? ???????
#
#-----[ ???? ]-------------------------------------------------------
#
templates/subSilver/overall_header.tpl

#
#-----[ ???? ?? ]---------------------------------------------
#	??? ??? ????? ?? ????? ?????

						<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>   <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>   <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
					</tr>
				</table></td>
			</tr>
		</table>

		<br />

#
#-----[ ??? ????? ]----------------------------------------
#
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
   <tr>
       <td class="catHead" height="25" align="center"><span class="cattitle">{L_RECENT_TOPICS}</span></td>
   </tr>
   <tr>
       <td class="row1" align="left" height="30"><span class="gensmall">
           <marquee id="recent_topics" behavior="scroll" direction="right" scrolldelay="50" scrollamount="2">
           <!-- BEGIN recent_topic_row -->
           » <a href="{recent_topic_row.U_TITLE}" title="{recent_topic_row.S_POSTTIME}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{recent_topic_row.L_TITLE}</a> ||
           {L_AUTHOR}: <a href="{recent_topic_row.U_POSTER}" title="{L_VIEW_AUTHOR}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{recent_topic_row.S_POSTER}</a> || {L_TOTAL_REPLIES} [ {recent_topic_row.L_REPLIES} ]    .::.    
           <!-- END recent_topic_row -->
           </marquee>
           </span>
       </td>
   </tr>
</table><br />

#
# ??? ??? ???? ?? ???? ?????? ?? ?????? ???????? ??? ?? ???????
#
#-----[ ???? ]-------------------------------------------------------
#
templates/subSilver/index_body.tpl

#
#-----[ ???? ?? ]---------------------------------------------
#
		<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>

#
#-----[ ??? ????? ]----------------------------------------
#
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
   <tr>
       <td class="catHead" height="25" align="center"><span class="cattitle">{L_RECENT_TOPICS}</span></td>
   </tr>
   <tr>
       <td class="row1" align="left" height="30"><span class="gensmall">
           <marquee id="recent_topics" behavior="scroll" direction="right" scrolldelay="50" scrollamount="2">
           <!-- BEGIN recent_topic_row -->
           » <a href="{recent_topic_row.U_TITLE}" title="{recent_topic_row.S_POSTTIME}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{recent_topic_row.L_TITLE}</a> ||
           {L_AUTHOR}: <a href="{recent_topic_row.U_POSTER}" title="{L_VIEW_AUTHOR}" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">{recent_topic_row.S_POSTER}</a> || {L_TOTAL_REPLIES} [ {recent_topic_row.L_REPLIES} ]    .::.    
           <!-- END recent_topic_row -->
           </marquee>
           </span>
       </td>
   </tr>
</table><br />

#
#-----[ ???? ? ???? ???? ???????]----------------------------------------
#
# ?????

صورة العضو الرمزية
من أكون
عضو متميز
عضو متميز
مشاركات: 201
اشترك في: الأحد يناير 02, 2005 10:05 pm
اتصال:

مشاركةبواسطة من أكون » الاثنين يناير 31, 2005 4:23 am

??? ?????? issa ???? ???? ???? ??? ???? ?????? .. ??? ??? ????? ??? ?????? ?????? ??? ???? .. ???? ????? ?????? ?????? ??? ???? ?????? ???????? ??? ???? ??? ??? ???? ??!!!
?? ???? ?? ??????? ??? ?? ???? ??????? ??? ??? ?? ???? ???????? ??? ???? ?? ???? ??? ???? ??? . ???? ??? ???

صورة العضو الرمزية
issa
عضو نشيط
عضو نشيط
مشاركات: 148
اشترك في: الخميس أكتوبر 28, 2004 12:46 pm
اتصال:

مشاركةبواسطة issa » الثلاثاء فبراير 01, 2005 12:36 am

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

صورة

صورة العضو الرمزية
من أكون
عضو متميز
عضو متميز
مشاركات: 201
اشترك في: الأحد يناير 02, 2005 10:05 pm
اتصال:

مشاركةبواسطة من أكون » الثلاثاء فبراير 01, 2005 5:32 am

???? ???? ?? ??? ???? ???? ?? ???? ??? ?? ???? ??? ??? ?????? ???? ??? issa

صورة العضو الرمزية
issa
عضو نشيط
عضو نشيط
مشاركات: 148
اشترك في: الخميس أكتوبر 28, 2004 12:46 pm
اتصال:

مشاركةبواسطة issa » الثلاثاء فبراير 01, 2005 5:40 am

?? ??????? ???????? ?? ??? ??????? ??? winzip ?????? ?? ?????? ?? ?? ??

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

??? http://issasa.exoboards.com
.

صورة

صورة العضو الرمزية
من أكون
عضو متميز
عضو متميز
مشاركات: 201
اشترك في: الأحد يناير 02, 2005 10:05 pm
اتصال:

مشاركةبواسطة من أكون » الثلاثاء فبراير 01, 2005 6:12 am

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

???? ??????? ??? ?????? .. ???? ??????? ??? ?? ???? ??? ???? ????? ????? ????
Not an allowed Mime Type: application/octet-stream
Allowed Types are:
image/gif ( gif )
image/ief ( ief )
image/jpeg ( jpeg jpg jpe )
image/pjpeg ( jpg )
image/png ( png )
image/x-png ( png

صورة العضو الرمزية
issa
عضو نشيط
عضو نشيط
مشاركات: 148
اشترك في: الخميس أكتوبر 28, 2004 12:46 pm
اتصال:

مشاركةبواسطة issa » الثلاثاء فبراير 01, 2005 6:20 am

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

lang_main.php
overall_header.tpl
page_header.php
.

صورة

صورة العضو الرمزية
من أكون
عضو متميز
عضو متميز
مشاركات: 201
اشترك في: الأحد يناير 02, 2005 10:05 pm
اتصال:

مشاركةبواسطة من أكون » الثلاثاء فبراير 01, 2005 6:36 am

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

صورة العضو الرمزية
issa
عضو نشيط
عضو نشيط
مشاركات: 148
اشترك في: الخميس أكتوبر 28, 2004 12:46 pm
اتصال:

مشاركةبواسطة issa » الثلاثاء فبراير 01, 2005 6:46 am

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

صورة

صورة العضو الرمزية
من أكون
عضو متميز
عضو متميز
مشاركات: 201
اشترك في: الأحد يناير 02, 2005 10:05 pm
اتصال:

مشاركةبواسطة من أكون » الثلاثاء فبراير 01, 2005 7:29 am

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


العودة إلى ”[ ×.2.0 ] الدعم الفني“

الموجودون الآن

المتصفحون للمنتدى الآن: Semrush [Bot] و 20 زائرًا