مشكلة تقتل منتداي!!!!!!
المشرف: alhitary
قوانين المنتدى
فضلاً قبل وضع أي مشكلة تأكد من استخدام البحث ومن ثم ملء استمارة الدعم إذا لم تجد حلا لمشكلتك.
فضلاً قبل وضع أي مشكلة تأكد من استخدام البحث ومن ثم ملء استمارة الدعم إذا لم تجد حلا لمشكلتك.
-
- عضو جديد
- مشاركات: 54
- اشترك في: الاثنين أغسطس 27, 2007 2:35 am
????? ???? ??????!!!!!!
??? ????? ?? ???? ??????
??? ??? ????? ??? ???? ??????? ???????? ???
???? ??? ???? ??????? ?????? ?? ????
?????? ????? ???
the page cannoy be displayed
??
ERROR
The requested URL could not be retrieved
???? ????? ?????? ??? ?? ????? ?????? ?????? ????
?????? ???? ?????
??????? phpbb2.22
?? ??? ?? ?? ????? ???????
========
????? ??????:Rewech.com/vb
??? ??????? ???????? : evolution
???? ??????? ?????????: ???? ??????? ??????? ????? ????? ??????? ???? 24? ????? ??????? ?????? ???????? ?? ????????
????? ??????: 22.2
?? ?????? ???? ????? ? : no
?? ??? ??? ?????? ??????? ?? ? ??? ?? ?: no
?? ??? ?????? ????? ?? ????? ??? ? ???? ?: vb
??? ??? ????? ??? ???? ??????? ???????? ???
???? ??? ???? ??????? ?????? ?? ????
?????? ????? ???
the page cannoy be displayed
??
ERROR
The requested URL could not be retrieved
???? ????? ?????? ??? ?? ????? ?????? ?????? ????
?????? ???? ?????
??????? phpbb2.22
?? ??? ?? ?? ????? ???????
========
????? ??????:Rewech.com/vb
??? ??????? ???????? : evolution
???? ??????? ?????????: ???? ??????? ??????? ????? ????? ??????? ???? 24? ????? ??????? ?????? ???????? ?? ????????
????? ??????: 22.2
?? ?????? ???? ????? ? : no
?? ??? ??? ?????? ??????? ?? ? ??? ?? ?: no
?? ??? ?????? ????? ?? ????? ??? ? ???? ?: vb
آخر تعديل بواسطة medfan2003 في الاثنين فبراير 25, 2008 11:18 pm، تم التعديل مرة واحدة.
-
- مشرف سابق
- مشاركات: 894
- اشترك في: الاثنين مايو 01, 2006 5:54 am
-
- عضو جديد
- مشاركات: 54
- اشترك في: الاثنين أغسطس 27, 2007 2:35 am
????? ???? ??????!!!!!!
++++++++++
????? ?????
???? ?? ??? ??? ??? ???? ?? ??????? ?? ??????? ???? ?? ??? ????? ?????? ???????? ?? ????????!!
??????
??? ???? ??? ????? ?????? ???????? ???? ????? ??????!
????? ?????
???? ?? ??? ??? ??? ???? ?? ??????? ?? ??????? ???? ?? ??? ????? ?????? ???????? ?? ????????!!
??????
??? ???? ??? ????? ?????? ???????? ???? ????? ??????!
-
- مشرف سابق
- مشاركات: 894
- اشترك في: الاثنين مايو 01, 2006 5:54 am
????? ???? ??????!!!!!!
?? ???
????? ????? ??????? ?? ??? ?????? ???????? ?? ???????? !
???? ????? ???? ??????? ..

????? ????? ??????? ?? ??? ?????? ???????? ?? ???????? !
???? ????? ???? ??????? ..
-
- عضو جديد
- مشاركات: 54
- اشترك في: الاثنين أغسطس 27, 2007 2:35 am
????? ???? ??????!!!!!!
كود: تحديد الكل
## ????? ????? : ????? ??? ????? ?? ?? ??? ?? ?????? ????????
## ??????? :
jsr < coldasice2k@hotmail.com >
## ??? ????? : ??? ????? ??? ?????? ? ????? ????? ??? ????? ?? ?? ??? ???? ????? ?? ?????? ????????
## MOD Version: 1.0.0
##
## ???? ??????? : ???
##????? ??????? : ???????
## ??? ???????: index.php
## ????? ?? ?? ?????
www.phpbbegypt.com
################################
## ???? ????? ??? ??? ???? ?? ?? ??? ??? ???????
###############################
#
#-----[ ???? ?? ]-----------------------------------------
#
default:
$sql = "SELECT f.*, p.post_time, p.post_username, u.username, u.user_id
FROM (( " . FORUMS_TABLE . " f
LEFT JOIN " . POSTS_TABLE . " p ON p.post_id = f.forum_last_post_id )
LEFT JOIN " . USERS_TABLE . " u ON u.user_id = p.poster_id )
ORDER BY f.cat_id, f.forum_order";
break;
#
#-----[ ???????? ? ]----------------------------------------
#
default:
$sql = "SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_id
FROM ((( " . FORUMS_TABLE . " f
LEFT JOIN " . POSTS_TABLE . " p ON p.post_id = f.forum_last_post_id )
LEFT JOIN " . USERS_TABLE . " u ON u.user_id = p.poster_id )
LEFT JOIN " . TOPICS_TABLE . " t ON t.topic_id = p.topic_id )
ORDER BY f.cat_id, f.forum_order";
break;
#
#-----[ ???? ?? ]-----------------------------------------
#
$last_post = $last_post_time . '<br />';
#
#-----[ ??? ?????]----------------------------------------
#
$sql = "SELECT DISTINCT f.forum_id, f.forum_last_post_id, p.topic_id, t.topic_title
FROM " . FORUMS_TABLE . " f, " . POSTS_TABLE . " p, " . TOPICS_TABLE . " t
WHERE t.topic_id = p.topic_id
AND t.topic_last_post_id = " . $forum_data[$j]['forum_last_post_id'];
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not select info from post/topic table', '', __LINE__, __FILE__, $sql);
}
$last_topic_data = $db->sql_fetchrow($result);
$ltid = $last_topic_data['topic_id'];
$lttitle = $last_topic_data['topic_title'];
// append first 25 characters of topic title to last topic data
if (strlen($lttitle) > 25)
{
$last_post .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$ltid") . '">' . substr($lttitle, 0, 25) . '.</a><br />';
}
else
{
$last_post .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$ltid") . '">' . substr($lttitle, 0, 25) . '</a><br />';
}
$db->sql_freeresult($result);
#-----[????? ????? ]-----------------------------------
??????? ??? ??????

الموجودون الآن
المتصفحون للمنتدى الآن: CommonCrawl Bot و 5 زوار