المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : هاك إضافة بطل الالعاب في أعلى صفحة هاك الالعاب


بنت الحجاز
04-Nov-2007, 12:06 AM
السلام عليكم ورحمة الله وبركاته ...

متطلبات الهاك :

يتوجب تركيب هاك الالعاب قبل تركيب هذا الهاك



وظيفة الهاك :

يقوم الهاك بإضافة بطل الالعاب في أعلى صفحة هاك الالعاب مع ذكر

الإسم وعدد الالعاب



التركيب :


قم برفع المجلد images لمجلد منتداك



ثم قم بإستيراد المنتج أو product المرفق كما تعودنا مع منتديات

الفي بي 3.5.0 وأحدث



في ملف arcade.php إبحث عن :


($hook = vBulletinHook::fetch_hook('arcade_main_complete')) ? eval($hook) : false;


أضف قبلها :


// Arcade King(s) if ($vbulletin->options['dispchamps'] == '1') { $mosthigh = 0; $mosthighscores = $db->query_read("SELECT games.highscorerid, user.username, user.userid FROM " . TABLE_PREFIX . "arcade_games AS games LEFT JOIN " . TABLE_PREFIX . "user AS user ON user.userid = games.highscorerid WHERE user.userid IS NOT NULL"); while ($besthigh = $db->fetch_array($mosthighscores)) { $mh[$besthigh[highscorerid]]['count'] = $mh[$besthigh[highscorerid]]['count'] + 1; if ($mh[$besthigh[highscorerid]]['count'] < $mosthigh) { // Do nothing.. } else { if ($mh[$besthigh[highscorerid]]['count'] > $mosthigh) { $mosthigh = $mh[$besthigh[highscorerid]]['count']; $mhsuser = $besthigh['highscorerid']; $mhsarray = ''; $mhsusername = $besthigh['username']; } else { $mhsarray .= "<a href=" . $vbulletin->options['bburl'] . "/member.php?u=" . $mhsuser . ">" . $mhsusername . "</a> & <a href=" . $vbulletin->options['bburl'] . "/member.php?u=" . $besthigh['highscorerid'] . ">" . $besthigh[username]. "</a>"; $mhsusername = ''; $mhsuser = ''; } } } $db->free_result($mosthighscores); }


إحفظ الملف وقم برفعه لمجلد المنتدى


في تمبليت arcade_main إبحث عن :


<table cellpadding="0" cellspacing="0" align="center"><tr><td> <div id="tabs" class="alt1"> <table cellpadding="2" cellspacing="0" style="margin: 0px 2px 0px 2px"><tr> $gamecategories </tr></table> </div></td></tr></table>

أضف قبلها :


<if condition="$vboptions['dispchamps'] == '1'"><!-- arcade king(s) --><if condition="$mhsusername"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="margin-top:3px"> <tr align="center"> <td class="thead" valign="middle" width="30%" nowrap="nowrap"><img src="$vboptions[arcadeimages]/king1.gif" alt="$vbphrase[arcade_champ]" class="inlineimg" border="0" /> $vbphrase[arcade_champ]:</td> <td class="alt1" valign="middle" width="70%"><span class="smallfont"><phrase 1="$mhsusername" 2="$mosthigh" 3="$mhsuser">$vbphrase[x_with_y_titles]</phrase></span></td> </tr> </table><br /></if><if condition="$mhsarray"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="margin-top:3px"> <tr align="center"> <td class="thead" valign="middle" width="30%" nowrap="nowrap"><img src="$vboptions[arcadeimages]/king1.gif" alt="$vbphrase[arcade_champs]" class="inlineimg" border="0" /> $vbphrase[arcade_champs]:</td> <td class="alt1" valign="middle" width="70%"><span class="smallfont"><phrase 1="$mhsarray" 2="$mosthigh" 3="$mhsuser">$vbphrase[x_with_y_titles_array]</phrase></span></td> </tr> </table><br /></if><!-- / arcade king(s) --><else /><br /></if>

مع أجمل تحية



م ن ق و ل