[مجابة] مشكلة فى هاك المنتديات الفرعية
المشرف: alhitary
- El-MoshAKs
- عضو جديد
- مشاركات: 21
- اشترك في: الخميس أغسطس 24, 2006 10:35 pm
[?????] ????? ?? ??? ????????? ???????
?????? ????? ? ???? ???? ....
????? ????? ??? ?????? ????? ??? ????? ??? ( ????????? ??????? )
? ?? ???? ??? ????? ????? ????? ?? ??????? ???? ???????
templates/??????/viewforum_body.tpl
templates/??????/viewtopic_body.tpl
? ??? ??? ?? ???? ???

?????? ::- ?????? ?????? ?? mozaks
? ??? ??? find ??? ???? ????????? ?? ???? ?? ??? ???????
?????? ??????? ????? ??? ???? ????? ??? ????? ???
? ????? ???? ????
????? ????? / ???? ????
????? ????? ??? ?????? ????? ??? ????? ??? ( ????????? ??????? )

templates/??????/viewforum_body.tpl
templates/??????/viewtopic_body.tpl
? ??? ??? ?? ???? ???


?????? ::- ?????? ?????? ?? mozaks
? ??? ??? find ??? ???? ????????? ?? ???? ?? ??? ???????

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

? ????? ???? ????
????? ????? / ???? ????
آخر تعديل بواسطة El-MoshAKs في الاثنين ديسمبر 04, 2006 11:19 pm، تم التعديل مرة واحدة.
???

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

- ??????? ?????? ?????? ? ?? ?? ???? ?? ?????? ?? ????? ??????? ???? ???? ???? ???? ?? ??? ???????? ?? ????? ????? ..
كود: تحديد الكل
#
#-----[ ???? ??? ]------------------------------------------------
#
admin/admin_forums.php
#
#-----[ ???? ?? ]------------------------------------------------
#
$forumstatus = $row['forum_status'];
#
#-----[ ??? ???? ]------------------------------------------
#
// Added by Attached Forums MOD
$forum_attached_id = $row['attached_forum_id'];
$sql = "SELECT * from ". FORUMS_TABLE. " WHERE attached_forum_id = $forum_id";
if( !$r = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't get list of children Forums", "", __LINE__, __FILE__, $sql);
}
if( $db->sql_numrows($r) > 0 )
{
$not_attachable=1;
$has_subforums=1;
$template->assign_block_vars('switch_attached_no', array());
if (intval($HTTP_POST_VARS['detach_enabled'])) $detach_enabled = "checked=\"checked\"";
}
else
{
// this forum is not a parent of any other forum
$sql = "SELECT * FROM ". FORUMS_TABLE. " WHERE attached_forum_id=-1 and cat_id= $cat_id and forum_id<>$forum_id ORDER BY forum_order";
if( !$result1 = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't get list of attachable Forums", "", __LINE__, __FILE__, $sql);
}
if( $db->sql_numrows($result1) > 0 )
{
$attachable_forums = '<option value = "-1"'.($forum_attached_id==-1?' selected':'').'> ????? ???? ?? </a>';
while( $row1 = $db->sql_fetchrow($result1) )
{
$s='';
if ($forum_attached_id == $row1['forum_id'])
{
$s = " selected=\"selected\"";
}
$attachable_forums .= '<option value="'.$row1[forum_id].$s.'">' . $row1[forum_name] . '</option>\n';
}
}
else
{
$no_attachable_forums=1;
}
}
// End Added by Attached Forums MOD
#
#-----[ ???? ?? ]------------------------------------------------
#
$forum_id = '';
$prune_enabled = '';
#
#-----[ ??? ???? ]------------------------------------------
#
// Added by Attached Forums MOD
$sql = "SELECT * FROM ". FORUMS_TABLE. " WHERE attached_forum_id=-1 and cat_id= $cat_id ORDER BY forum_order";
if( !$result1 = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't get list of Categories/Forums", "", __LINE__, __FILE__, $sql);
}
if( $db->sql_numrows($result1) > 0 )
{
$attachable_forums = '<option value = "-1"'.(($forum_attached_id==-1 || !$forum_attached_id)?' selected':'').'> ??? ???? ??? ????? </a>';
while( $row1 = $db->sql_fetchrow($result1) )
{
if ($forum_attached_id == $row1['forum_id'])
{
$s = " selected=\"selected\"";
}
$attachable_forums .= '<option value="'.$row1[forum_id].$s.'">' . $row1[forum_name] . '</option>\n';
}
}
else
{
$no_attachable_forums=1;
}
// END Added by Attached Forums MOD
كود: تحديد الكل
#
#-----[ ???? ??? ]------------------------------------------------
#
language/lang_arabic/lang_main.php
#
#-----[ ???? ?? ]------------------------------------------------
#
?>
#
#-----[ ??? ???? ]-----------------------------------------
#
// Added by Attached Forums MOD
$lang['Attached_forum'] = '????? ????';
$lang['Attached_forums'] = '??????? ?????';
// End Added by Attached Forums MOD
كود: تحديد الكل
#
#-----[ ???? ??? ]------------------------------------------------
#
language/lang_arabic/lang_admin.php
#
#-----[ ???? ?? ]------------------------------------------------
#
?>
#
#-----[ ??? ???? ]-----------------------------------------
#
// Added by Attached Forums MOD
$lang['Attached_Field_Title'] = '??????? ?????';
$lang['Attached_Description'] = '??? ????? ???? ?? ????????? ??????? (??? ???? ??????) ?? ??? ???????';
$lang['Detach_Description'] = '???? ?? ?????????';
$lang['Has_attachments'] = '??? ??????? ???? ?? ??????? ????? ? ??? ???? ????? ???? ???? ??????? ??? ????????? ??????? ????? ??? ??? ??????? ?????? ??? ??? ??? ????? ????? ?????? ?????';
$lang['No_attach_forums'] = '?? ???? ??????? ????? ?? ??? ???????';
// End Added by Attached Forums MOD
- ??????? ?????? ??????? ??? ??? ??????? ??? ?? ?????? ??? ?? ??????? ???? ???? ????? ??? ????? subSilver ????? ?? ???? ??? ?? ??? ?? ??????? ????? ?? ??? ??????? {xx} ??? ?? ??? ??? ??? ????? ??????? ?? ?????
????? ????? ??????

[/b]
- El-MoshAKs
- عضو جديد
- مشاركات: 21
- اشترك في: الخميس أغسطس 24, 2006 10:35 pm
???? ??? ??? dr.3
?? ????? ??????? http://friendesmediagroup.com/forum/
? ??? ???? ??? ?????? ??????? ?? ??? ??? ?? ??? ????
????? ??? ???? ????? ????? ?? ?????? ?????? 12.30 ?????? ???? ?????? 2 ??????
? ????? ???? ?? ???? ????? ??? ???? find ??? ???? ?? ???? ?? ????? ??? ????
??? ???? ??? ???? ????
? ???? ??? ?? ????? ???? ???? ???? ??????? ??? ??????
? ??? ???? ??? ?????? ?? ????? ????? ??? ???????? ?? ( ???? ?? ??? ??? ????? )
? ????? ??? ??? ???? ???
? ??? ???? ???? ??? ???? ???? ?? ?????? ??????? ? ?????? ???? ????? ????? ? ??????
? ???? ???? ??? ???? ????

?? ????? ??????? http://friendesmediagroup.com/forum/
? ??? ???? ??? ?????? ??????? ?? ??? ??? ?? ??? ????
????? ??? ???? ????? ????? ?? ?????? ?????? 12.30 ?????? ???? ?????? 2 ??????
? ????? ???? ?? ???? ????? ??? ???? find ??? ???? ?? ???? ?? ????? ??? ????

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

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

? ??? ???? ??? ?????? ?? ????? ????? ??? ???????? ?? ( ???? ?? ??? ??? ????? )

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

? ???? ???? ??? ???? ????
- El-MoshAKs
- عضو جديد
- مشاركات: 21
- اشترك في: الخميس أغسطس 24, 2006 10:35 pm
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين فقط