لجنة التطوير
عضوية تقوم بجلب المواضيع من مواقع اخرى
السلام عليكم ورحمة الله وبركاته
******************
vB3 إحصائيات كل قسم للـ
رقم الإصدار 1.1
تعريب ضيف المهاجر
http://www.nabdh-alm3ani.net
******************
التعديل سيكون في ثلاثة أماكن :
تحرير ملف :
forumdisplay.php
اضافة قالب جديد:
forumdisplay_quickstats
تعديل في قالب :
forumdisplay
الخطوة الأولى افتح ملف :
******************
vb/forumdisplay.php
في السطر 17 (تقريبا) ابحث عن
كود PHP:
أستبدله بهذا:
******************
كود PHP:
[/LEFT][/CODE]
******************
لا زلنا في forumdisplay.php
في السطر 37 (تقريبا) ابحث عن
******************
كود PHP:
إستبدله بهذا:
******************
كود PHP:
[/LEFT][/CODE]
لا زلنا في forumdisplay.php
في السطر 752 (تقريبا) ابحث عن
******************
while ($thread = $DB_site->fetch_array($threads))
******************
في أعلاه ضع الكود التالي
:
كود PHP:
[/LEFT][/CODE]
لا زلنا في forumdisplay.php
في السطر 281 (تقريبا) ابحث عن
كود PHP:******************
vB3 إحصائيات كل قسم للـ
رقم الإصدار 1.1
تعريب ضيف المهاجر
http://www.nabdh-alm3ani.net
******************
التعديل سيكون في ثلاثة أماكن :
تحرير ملف :
forumdisplay.php
اضافة قالب جديد:
forumdisplay_quickstats
تعديل في قالب :
forumdisplay
الخطوة الأولى افتح ملف :
******************
vb/forumdisplay.php
في السطر 17 (تقريبا) ابحث عن
كود PHP:
كود:
[LEFT][ICODE][COLOR=#000000] [COLOR=#DD0000]'mailqueue' [/COLOR][/COLOR][/ICODE][/LEFT]
أستبدله بهذا:
******************
كود PHP:
كود:
[LEFT][CODE][COLOR=#000000] [COLOR=#DD0000]'forumstatscache'[/COLOR][COLOR=#007700],
[/COLOR][COLOR=#DD0000]'mailqueue' [/COLOR][/COLOR]
******************
لا زلنا في forumdisplay.php
في السطر 37 (تقريبا) ابحث عن
******************
كود PHP:
كود:
[LEFT][ICODE][COLOR=#000000] [COLOR=#DD0000]'FORUMDISPLAY'[/COLOR][COLOR=#007700], [/COLOR][/COLOR][/ICODE][/LEFT]
إستبدله بهذا:
******************
كود PHP:
كود:
[LEFT][CODE][COLOR=#000000] [COLOR=#0000BB] [/COLOR][COLOR=#DD0000]'FORUMDISPLAY'[/COLOR][COLOR=#007700],
[/COLOR][COLOR=#DD0000]'forumdisplay_quickstats'[/COLOR][COLOR=#007700], [/COLOR][/COLOR]
لا زلنا في forumdisplay.php
في السطر 752 (تقريبا) ابحث عن
******************
while ($thread = $DB_site->fetch_array($threads))
******************
في أعلاه ضع الكود التالي
:
كود PHP:
كود:
[LEFT][CODE][COLOR=#000000] [COLOR=#FF8000]////////////////////////////// BOOFO'S FORUM QUICK STATS CACHE HACK ////////////////////////////// [/COLOR]
[COLOR=#0000BB]$forumstatscache [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]unserialize[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$datastore[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'forumstatscache'[/COLOR][COLOR=#007700]]); [/COLOR]
[COLOR=#0000BB]$forumstats [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$forumstatscache[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#007700]];
[/COLOR]
[COLOR=#0000BB]$updatetime [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$vboptions[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'forumcachetime'[/COLOR][COLOR=#007700]]; [/COLOR]
[COLOR=#0000BB]$statsupdate [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#DD0000]''[/COLOR][COLOR=#007700];
if ([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'lastupdate'[/COLOR][COLOR=#007700]] == [/COLOR][COLOR=#0000BB]0 [/COLOR][COLOR=#007700]OR ([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'lastupdate'[/COLOR][COLOR=#007700]] + ([/COLOR][COLOR=#0000BB]$updatetime [/COLOR][COLOR=#007700]* [/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700])) < [/COLOR][COLOR=#0000BB]TIMENOW[/COLOR][COLOR=#007700])
{
[/COLOR][COLOR=#0000BB]$numcount[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#0000BB]$DB_site[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]query_first[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"
SELECT COUNT(threadid) AS threads, SUM(replycount) AS replies, SUM(views) AS views
FROM " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"thread
WHERE forumid=[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#DD0000]
"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$forumid [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]intval[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$threadavg [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$DB_site[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]query_first[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"
SELECT AVG(votetotal / votenum) AS avgrating
FROM " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"thread
WHERE forumid=[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#DD0000]
AND votenum <> 0
"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$topthreads [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$DB_site[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]query_first[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"
SELECT COUNT(threadid) as threads, postusername, postuserid
FROM " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"thread
WHERE forumid=[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#DD0000]
GROUP BY postuserid
ORDER BY threads DESC, dateline ASC
LIMIT 1
"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$topposter [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$DB_site[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]query_first[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"
SELECT user.userid, user.username, COUNT(post.postid) AS postcount
FROM " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"post
LEFT JOIN " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"thread ON (post.threadid = thread.threadid)
LEFT JOIN " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"user ON (post.userid = user.userid)
WHERE thread.forumid=[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#DD0000]
GROUP BY post.userid
ORDER BY postcount DESC
LIMIT 1
"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$attachs[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#0000BB]$DB_site[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]query_first[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"
SELECT forum.title AS forum, COUNT(attachment.attachmentid) AS count, SUM(IF(thumbnail = '', 0, 1)) AS thumbs, SUM(IF(thumbnail = '', 1, 0)) AS files, SUM(attachment.filesize) AS bytes
FROM " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"attachment, " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"post, " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"thread, " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"forum
WHERE attachment.postid = post.postid
AND post.threadid=thread.threadid
AND forum.forumid=thread.forumid
AND forum.forumid=[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#DD0000]
GROUP BY thread.forumid
ORDER BY count DESC
"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numthreads'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$numcount[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]threads[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numreplies'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$numcount[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]replies[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numviews'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$numcount[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]views[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadscount'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$topthreads[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]threads[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadsid'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$topthreads[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]postuserid[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadsun'[/COLOR][COLOR=#007700]] = ([/COLOR][COLOR=#0000BB]$topthreads[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]postusername[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadspercent'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]round[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]100 [/COLOR][COLOR=#007700]* ([/COLOR][COLOR=#0000BB]$topthreads[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]threads[/COLOR][COLOR=#007700]] / [/COLOR][COLOR=#0000BB]$numcount[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]threads[/COLOR][COLOR=#007700]]), [/COLOR][COLOR=#0000BB]2[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'toppostercount'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$topposter[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]postcount[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topposterid'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$topposter[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]userid[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topposterun'[/COLOR][COLOR=#007700]] = ([/COLOR][COLOR=#0000BB]$topposter[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]username[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topposterpercent'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]round[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]100 [/COLOR][COLOR=#007700]* ([/COLOR][COLOR=#0000BB]$topposter[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]postcount[/COLOR][COLOR=#007700]] / ([/COLOR][COLOR=#0000BB]$numcount[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]threads[/COLOR][COLOR=#007700]] + [/COLOR][COLOR=#0000BB]$numcount[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]replies[/COLOR][COLOR=#007700]])), [/COLOR][COLOR=#0000BB]2[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachscount'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$attachs[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]count[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsbytes'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$attachs[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]bytes[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsthumbs'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$attachs[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]thumbs[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsfiles'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$attachs[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]files[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'avgrating'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]round[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$threadavg[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]avgrating[/COLOR][COLOR=#007700]]));
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'lastupdate'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]intval [/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]TIMENOW[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$forumstatscache[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700];
[/COLOR][COLOR=#0000BB]$DB_site[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]query [/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"
REPLACE INTO " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"datastore
(title, data)
VALUES
('forumstatscache', '" [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]addslashes [/COLOR][COLOR=#007700]( [/COLOR][COLOR=#0000BB]serialize [/COLOR][COLOR=#007700]( [/COLOR][COLOR=#0000BB]$forumstatscache [/COLOR][COLOR=#007700]) ) . [/COLOR][COLOR=#DD0000]"')
"[/COLOR][COLOR=#007700]);
}
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numthreads'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numthreads'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numreplies'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numreplies'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numviews'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'numviews'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadscount'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadscount'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'toppostercount'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'toppostercount'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachscount'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachscount'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsbytes'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsbytes'[/COLOR][COLOR=#007700]], [/COLOR][COLOR=#0000BB]2[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]true[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsthumbs'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsthumbs'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsfiles'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'attachsfiles'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'avgrating'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'avgrating'[/COLOR][COLOR=#007700]]);
if (([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadspercent'[/COLOR][COLOR=#007700]] % [/COLOR][COLOR=#0000BB]10[/COLOR][COLOR=#007700]) == [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700])
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadspercent'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadspercent'[/COLOR][COLOR=#007700]]) . [/COLOR][COLOR=#DD0000]'%'[/COLOR][COLOR=#007700];
else
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadspercent'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topthreadspercent'[/COLOR][COLOR=#007700]], [/COLOR][COLOR=#0000BB]2[/COLOR][COLOR=#007700]) . [/COLOR][COLOR=#DD0000]'%'[/COLOR][COLOR=#007700];
if (([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topposterpercent'[/COLOR][COLOR=#007700]] % [/COLOR][COLOR=#0000BB]10[/COLOR][COLOR=#007700]) == [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700])
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topposterpercent'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topposterpercent'[/COLOR][COLOR=#007700]]) . [/COLOR][COLOR=#DD0000]'%'[/COLOR][COLOR=#007700];
else
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topposterpercent'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'topposterpercent'[/COLOR][COLOR=#007700]], [/COLOR][COLOR=#0000BB]2[/COLOR][COLOR=#007700]) . [/COLOR][COLOR=#DD0000]'%'[/COLOR][COLOR=#007700];
[/COLOR][COLOR=#0000BB]$getupdatetime [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]vbdate[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"[/COLOR][COLOR=#0000BB]$vboptions[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]timeformat[/COLOR][COLOR=#007700]][/COLOR][COLOR=#DD0000] - F jS, Y"[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'lastupdate'[/COLOR][COLOR=#007700]]);
[/COLOR][COLOR=#0000BB]$statsupdate [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#DD0000]"<font color=green>Last updated at [/COLOR][COLOR=#0000BB]$getupdatetime[/COLOR][COLOR=#DD0000]</font>"[/COLOR][COLOR=#007700];
[/COLOR][COLOR=#0000BB]$yourpost [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$DB_site[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]query_first[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]"
SELECT forum.title, forum.forumid, COUNT( post.postid ) AS yourposts, SUM( IF( thread.postuserid = [/COLOR][COLOR=#0000BB]$bbuserinfo[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]userid[/COLOR][COLOR=#007700]][/COLOR][COLOR=#DD0000] AND post.dateline = thread.dateline , 1, 0 ) ) AS yourthreads
FROM " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"forum, " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"thread, " [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]TABLE_PREFIX [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]"post
WHERE forum.forumid = thread.forumid
AND thread.threadid = post.threadid
AND post.userid = [/COLOR][COLOR=#0000BB]$bbuserinfo[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]userid[/COLOR][COLOR=#007700]][/COLOR][COLOR=#DD0000]
AND forum.forumid = [/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#DD0000]
GROUP BY forum.forumid
ORDER BY yourposts
DESC LIMIT 1
"[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$yourposts [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourpost[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'yourposts'[/COLOR][COLOR=#007700]];
[/COLOR][COLOR=#0000BB]$yourthreads [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourpost[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'yourthreads'[/COLOR][COLOR=#007700]];
[/COLOR][COLOR=#0000BB]$yourreplies [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourposts [/COLOR][COLOR=#007700]- [/COLOR][COLOR=#0000BB]$yourthreads[/COLOR][COLOR=#007700];
[/COLOR][COLOR=#0000BB]$yourposts [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$yourposts[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$yourthreads [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$yourthreads[/COLOR][COLOR=#007700]);
[/COLOR][COLOR=#0000BB]$yourreplies [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]vb_number_format[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$yourreplies[/COLOR][COLOR=#007700]);
if ([/COLOR][COLOR=#0000BB]$yourposts [/COLOR][COLOR=#007700]==[/COLOR][COLOR=#DD0000]"1"[/COLOR][COLOR=#007700])
{
[/COLOR][COLOR=#0000BB]$yourposts [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourposts [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]" post"[/COLOR][COLOR=#007700];
}
else
{
[/COLOR][COLOR=#0000BB]$yourposts [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourposts [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]" posts"[/COLOR][COLOR=#007700];
}
if ([/COLOR][COLOR=#0000BB]$yourthreads [/COLOR][COLOR=#007700]==[/COLOR][COLOR=#DD0000]"1"[/COLOR][COLOR=#007700])
{
[/COLOR][COLOR=#0000BB]$yourthreads [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourthreads [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]" thread"[/COLOR][COLOR=#007700];
}
else
{
[/COLOR][COLOR=#0000BB]$yourthreads [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourthreads [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]" threads"[/COLOR][COLOR=#007700];
}
if ([/COLOR][COLOR=#0000BB]$yourreplies [/COLOR][COLOR=#007700]==[/COLOR][COLOR=#DD0000]"1"[/COLOR][COLOR=#007700])
{
[/COLOR][COLOR=#0000BB]$yourreplies [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourreplies [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]" reply"[/COLOR][COLOR=#007700];
}
else
{
[/COLOR][COLOR=#0000BB]$yourreplies [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$yourreplies [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#DD0000]" replies"[/COLOR][COLOR=#007700];
}
if ([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsthumbs[/COLOR][COLOR=#007700]] ==[/COLOR][COLOR=#DD0000]"1"[/COLOR][COLOR=#007700])
{
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsthumbs[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#DD0000]"<strong>" [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsthumbs[/COLOR][COLOR=#007700]] . [/COLOR][COLOR=#DD0000]"</strong> Image"[/COLOR][COLOR=#007700];
}
else
{
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsthumbs[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#DD0000]"<strong>" [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsthumbs[/COLOR][COLOR=#007700]] . [/COLOR][COLOR=#DD0000]"</strong> Images"[/COLOR][COLOR=#007700];
}
if ([/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsfiles[/COLOR][COLOR=#007700]] ==[/COLOR][COLOR=#DD0000]"1"[/COLOR][COLOR=#007700])
{
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsfiles[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#DD0000]"<strong>" [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsfiles[/COLOR][COLOR=#007700]] . [/COLOR][COLOR=#DD0000]"</strong> File"[/COLOR][COLOR=#007700];
}
else
{
[/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsfiles[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#DD0000]"<strong>" [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]$forumstats[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]attachsfiles[/COLOR][COLOR=#007700]] . [/COLOR][COLOR=#DD0000]"</strong> Files"[/COLOR][COLOR=#007700];
}
eval([/COLOR][COLOR=#DD0000]'$forumdisplayquickstats = "' [/COLOR][COLOR=#007700]. [/COLOR][COLOR=#0000BB]fetch_template[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'forumdisplay_quickstats'[/COLOR][COLOR=#007700]) . [/COLOR][COLOR=#DD0000]'";'[/COLOR][COLOR=#007700]); [/COLOR]
[COLOR=#FF8000]////////////////////////////// BOOFO'S FORUM QUICK STATS CACHE HACK ////////////////////////////// [/COLOR][/COLOR]
لا زلنا في forumdisplay.php
في السطر 281 (تقريبا) ابحث عن
كود:
[LEFT][CODE][COLOR=#000000] [COLOR=#FF8000]// ### BUILD FORUMS LIST #################################################
[/COLOR][COLOR=#0000BB]في أعلاه ضع الكود التالي[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#FF8000]// Logician Last Post Minute Hack
[/COLOR][COLOR=#007700]if ([/COLOR][COLOR=#0000BB]$forumcache[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#DD0000]'lastpost'[/COLOR][COLOR=#007700]] AND [/COLOR][COLOR=#0000BB]$forumcache[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#DD0000]'lastpost'[/COLOR][COLOR=#007700]]>[/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700])
{
[/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]=([/COLOR][COLOR=#0000BB]time[/COLOR][COLOR=#007700]()-[/COLOR][COLOR=#0000BB]$forumcache[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#DD0000]'lastpost'[/COLOR][COLOR=#007700]])/[/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700];
if ([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]<[/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700]) {
if (([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]*[/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700])<[/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700]) {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#DD0000]" Now!"[/COLOR][COLOR=#007700];}
elseif (([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]*[/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700])<[/COLOR][COLOR=#0000BB]2[/COLOR][COLOR=#007700]) {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=(int)([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]*[/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700]).[/COLOR][COLOR=#DD0000]" second ago!"[/COLOR][COLOR=#007700];}
else {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=(int)([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]*[/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700]).[/COLOR][COLOR=#DD0000]" seconds ago!"[/COLOR][COLOR=#007700];}
}
elseif ([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]<[/COLOR][COLOR=#0000BB]2[/COLOR][COLOR=#007700]) {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=(int)([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]).[/COLOR][COLOR=#DD0000]" minute ago"[/COLOR][COLOR=#007700];}
elseif ([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]<[/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700]) {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=(int)([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]).[/COLOR][COLOR=#DD0000]" minutes ago"[/COLOR][COLOR=#007700];}
elseif ([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]<([/COLOR][COLOR=#0000BB]120[/COLOR][COLOR=#007700])) {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=(int)([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700]).[/COLOR][COLOR=#DD0000]" hour ago"[/COLOR][COLOR=#007700];}
elseif ([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]<([/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700]*[/COLOR][COLOR=#0000BB]24[/COLOR][COLOR=#007700])) {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=(int)([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]/[/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700]).[/COLOR][COLOR=#DD0000]" hours ago"[/COLOR][COLOR=#007700];}
elseif ([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]<([/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700]*[/COLOR][COLOR=#0000BB]48[/COLOR][COLOR=#007700])) {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#DD0000]" Yesterday"[/COLOR][COLOR=#007700];}
else {[/COLOR][COLOR=#0000BB]$lastpostmin[/COLOR][COLOR=#007700]=((int)([/COLOR][COLOR=#0000BB]$lastpostdateline[/COLOR][COLOR=#007700]/([/COLOR][COLOR=#0000BB]60[/COLOR][COLOR=#007700]*[/COLOR][COLOR=#0000BB]24[/COLOR][COLOR=#007700]))).[/COLOR][COLOR=#DD0000]" days ago"[/COLOR][COLOR=#007700];}
[/COLOR][COLOR=#0000BB]$lastthreadid [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$forumcache[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#DD0000]'lastthreadid'[/COLOR][COLOR=#007700]];
[/COLOR][COLOR=#0000BB]$lastposter [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]$forumcache[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]$forumid[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#DD0000]'lastposter'[/COLOR][COLOR=#007700]];
} [/COLOR][/COLOR]
كود PHP:
انتهينا من تحرير ملف forumdisplay.php
*****************************
الآن أضف قالب جديد بإسم " forumdisplay_quickstats " وضع الكود التالي بداخله :
الآن حرر تمبلت forumdisplay
وابحث عن
كود PHP:
أسفله مباشرة ضع الكود التال :
كود PHP:
إنتهينا ,,,, مبروك الآن اذهب إلى اي قسم وشاهد احصائياته ,,,,
كود:
[LEFT][ICODE][COLOR=#000000] [COLOR=#0000BB] [/COLOR][COLOR=#FF8000]// Logician Last Post Minute Hack [/COLOR][/COLOR][/ICODE][/LEFT]
انتهينا من تحرير ملف forumdisplay.php
*****************************
الآن أضف قالب جديد بإسم " forumdisplay_quickstats " وضع الكود التالي بداخله :
الآن حرر تمبلت forumdisplay
وابحث عن
كود PHP:
كود:
[LEFT][ICODE][COLOR=#000000] [COLOR=#0000BB]navbar [/COLOR][/COLOR][/ICODE][/LEFT]
أسفله مباشرة ضع الكود التال :
كود PHP:
كود:
[LEFT][ICODE][COLOR=#000000] [COLOR=#0000BB] $forumdisplayquickstats [/COLOR][/COLOR][/ICODE][/LEFT]
إنتهينا ,,,, مبروك الآن اذهب إلى اي قسم وشاهد احصائياته ,,,,
الصور المرفقة
لايمكن رؤية هذا المرفق الا بعد الرد على الموضوع
لايمكن رؤية هذا المرفق الا بعد الرد على الموضوع