صفحة 1 من 2 12 الأخيرةالأخيرة
النتائج 1 إلى 15 من 17

الموضوع: مساعدة للأعضاء الرسميين في http://www.vbulletin.org/forum

  1. #1
    عضو نشيط
    تاريخ التسجيل
    Feb 2002
    المشاركات
    174

    مساعدة للأعضاء الرسميين في http://www.vbulletin.org/forum



    الرجاء سحب هذه الهاكات وتنزيلها لنا وسوف أقوم بتعريبها

    شكرا لكم

    Top Poster + Top Threads Starter On Main Page:
    http://www.vbulletin.org/forum/show...&threadid=33129

    Member of the Day:
    http://www.vbulletin.org/forum/show...&threadid=34779

    vbStats:
    http://www.vbulletin.org/forum/show...&threadid=30751

    Quick Reply Box:
    http://www.vbulletin.org/forum/show...&threadid=34597

    Who was online today:
    http://www.vbulletin.org/forum/show...&threadid=34014

    Member's Photo Gallery:
    http://www.vbulletin.org/forum/show...&threadid=33034





    __________________
    أبو خليفه : كلنا معاك
    vb-lover غير متواجد حالياً


  2. #2
    عضو نشيط
    تاريخ التسجيل
    Feb 2002
    المشاركات
    174


    للرفع للأهميه





    __________________
    أبو خليفه : كلنا معاك
    vb-lover غير متواجد حالياً

  3. #3
    عضو نشيط
    تاريخ التسجيل
    Feb 2002
    المشاركات
    174


    واحد ثقيل دم يبيهم باي طريقه


    للرفع





    __________________
    أبو خليفه : كلنا معاك
    vb-lover غير متواجد حالياً

  4. #4


    up





    __________________
    لااله الا الله محمد رسول الله
    jeddah_boy غير متواجد حالياً

  5. #5
    عضو سوبر نشيط
    تاريخ التسجيل
    Jul 2001
    المشاركات
    711


    عدل الوصلات وخلك من الكوبي بييست إخوي ووأوعدك

    إني أجيبهم لك





    __________________
    http://www.bokmade.ws/

    bokmade@hot-des.com
    WWF Manager غير متواجد حالياً

  6. #6
    عضو نشيط جدا
    تاريخ التسجيل
    Apr 2002
    المشاركات
    387


    خل عنك الـــvb ورح للــib بدعم بوخليفة والله منتدى أكثر من رائع وهذا منتدى بوخليفة وقريباً أحول منتداي
    http://www.ibahacks.com





    وليد المطيري غير متواجد حالياً

  7. #7
    عضو نشيط
    تاريخ التسجيل
    Feb 2002
    المشاركات
    174


    http://www.vbulletin.org/forum/showt...threadid=33129

    http://www.vbulletin.org/forum/showt...threadid=34779

    http://www.vbulletin.org/forum/showt...threadid=30751

    http://www.vbulletin.org/forum/showt...threadid=34597

    http://www.vbulletin.org/forum/showt...threadid=34014

    http://www.vbulletin.org/forum/showt...threadid=33034



    هذه هي الهاكات المطلوب تنزيلها



    بالنسبه لمنتدى ال ip فسوف أتحول اليه عندما يكتمل العقد الثالث


    أبو خليفه -----------------> ip
    الكهف -----------------> متردد
    illogicalx ----------------> لايزال في vb

    عندما يجمع هؤلاء الثلاثه على ترك النت سوف أتركه معهم ، وماداموا مختلفين فسأظل على مجنوني لايجيني اللي أجن منه


    هذي نظريتي حول هالموضوع



    واتمنى الأخوان ينزلون لنا الهاكات



    تحياتي





    __________________
    أبو خليفه : كلنا معاك
    vb-lover غير متواجد حالياً

  8. #8
    عضو نشيط جدا
    تاريخ التسجيل
    Apr 2002
    المشاركات
    387


    والله أنا أغلى الناس عندي بوخليفة ولوجي وهذا بوخليفه راح للــib رحنا معه وإنشاءالله يقدر لوجي الامر





    وليد المطيري غير متواجد حالياً

  9. #9
    عضو نشيط
    تاريخ التسجيل
    Feb 2002
    المشاركات
    174


    للرفع



    للأهميه وطلب المساعده من الأخوان





    __________________
    أبو خليفه : كلنا معاك
    vb-lover غير متواجد حالياً

  10. #10
    عضو سوبر نشيط
    تاريخ التسجيل
    Jul 2001
    المشاركات
    711


    أول هاك :

    Top Poster + Top Threads Starter On Main Page (post #1)

    Here is a quick hack, it shows the top poster & top threads starter on the main page of your board.

    Open root/index.php

    Find:

    PHP:

    // get total posts


    Above add:

    PHP:

    // Top poster
    $topposters=$DB_site->query_first("SELECT username,posts,userid FROM user ORDER BY posts desc LIMIT 1");
    // Top Threads starter
    $toptstarter=$DB_site->query_first("SELECT COUNT(*) AS count,postuserid,postusername FROM thread GROUP BY postuserid ORDER BY count DESC LIMIT 1");

    save en close.

    Then open forumhome template and add the following whereever you want:

    For Top poster:

    PHP:

    <a href="member.php?&action=getinfo&userid=$topposters[userid]\"><b>$topposters[username]</b></a>($topposters[posts])

    For Top threads starter:

    PHP:

    <a href="member.php?&action=getinfo&userid=$toptstarter[postuserid]"><b>$toptstarter[postusername]</b></a>($toptstarter[count])

    Done.





    __________________
    http://www.bokmade.ws/

    bokmade@hot-des.com
    WWF Manager غير متواجد حالياً

  11. #11
    عضو سوبر نشيط
    تاريخ التسجيل
    Jul 2001
    المشاركات
    711

    Member of the Day!



    هاي الهاك قديم ونزل عند الشباب وموجود في سوالف

    الهاك الثالث :

    vbStats

    http://www.bokmade.com/vbstats.zip

    الهاك الرابع :

    الرد السريع

    // ##################################################
    // ################ Quick Reply Box #################
    // ########### Hack version 1.0 (01.29.02) ##########
    // ############## for vBulletin v2.2.2 ##############
    // ##################################################
    // ########### by Chen 'FireFly' Avinadav ###########
    // ########## (chen.avinadav@vbulletin.com) #########
    // ##################################################

    1. In showthread.php find this bit of code:
    // ##################################################
    if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
    show_nopermission();
    }

    if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
    $pagenumber=1;
    }
    // ##################################################
    And replace it with the following:
    // ##################################################
    if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) {
    show_nopermission();
    }

    if (($bbuserinfo['userid']!=$thread['postuserid']) and (!$getperms['canviewothers'] or !$getperms['canreplyothers'])) {
    $replybox='';
    } elseif (!$getperms['canview'] or (!$getperms['canreplyown'] and $bbuserinfo['userid']==$thread['postuserid'])) {
    $replybox='';
    } elseif (!$thread['open'] and !ismoderator($thread['forumid'],'canopenclose')) {
    $replybox='';
    } else {
    $textareacols = gettextareawidth();
    eval("\$replybox = \"".gettemplate('showthread_replybox')."\";");
    }

    if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
    $pagenumber=1;
    }
    // ##################################################

    2. Create a new template, with the name "showthread_replybox":
    // ##################################################
    <script language="javascript">
    <!--
    var postmaxchars = $postmaxchars;
    function validate(theform) {
    if (theform.message.value=="") {
    alert("Please complete the message field.");
    return false; }
    if (postmaxchars != 0) {
    if (theform.message.value.length > $postmaxchars) {
    alert("Your message is too long.\n\nReduce your message to $postmaxchars characters.\nIt is currently "+theform.message.value.length+" characters long.");
    return false; }
    else { return true; }
    } else { return true; }
    }
    function checklength(theform) {
    if (postmaxchars != 0) { message = "\nThe maximum permitted length is $postmaxchars characters."; }
    else { message = ""; }
    alert("Your message is "+theform.message.value.length+" characters long."+message);
    }
    //-->
    </script>

    <form enctype="multipart/form-data" action="newreply.php" name="vbform" method="post" onSubmit="return validate(this)">
    <input type="hidden" name="s" value="$session[sessionhash]">
    <input type="hidden" name="action" value="postreply">
    <input type="hidden" name="threadid" value="$threadid">
    <input type="hidden" name="title" value="">
    <input type="hidden" name="iconid" value="0">
    <input type="hidden" name="parseurl" value="yes">
    <input type="hidden" name="email" value="">
    <input type="hidden" name="disablesmilies" value="">
    <input type="hidden" name="closethread" value="">
    <input type="hidden" name="hiddenreply" value="">
    <input type="hidden" name="signature" value="yes">
    <input type="hidden" name="rating" value="0">

    <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
    <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
    <tr>
    <td bgcolor="{tableheadbgcolor}" colspan="2"><normalfont color="{tableheadtextcolor}" class="thtcolor"><b>Post Reply</b></normalfont></td>
    </tr>
    <tr>
    <td bgcolor="{secondaltcolor}" valign="top" nowrap><normalfont><b>Your Reply:</b></normalfont></td>
    <td bgcolor="{secondaltcolor}">
    <table cellpadding="0" cellspacing="0" border="0">
    <tr valign="top">
    <td><textarea name="message" rows="7" cols="$textareacols" wrap="virtual" tabindex="1"></textarea><br>
    <smallfont><a href="javascript:checklength(document.vbform);">[check message length]</a></smallfont></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td></tr></table>

    <br>

    <table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
    <tr>
    <td align="center"><normalfont>
    <input type="submit" class="bginput" name="submit" value="Submit Reply" accesskey="s" tabindex="2">
    <input type="reset" class="bginput" name="reset" value="Reset Form" accesskey="r" tabindex="3">
    </normalfont></td>
    </tr>
    </table>

    </form>
    // ##################################################

    3. In the "showthread" template add $replybox right after the following:
    // ##################################################
    <!-- first unread and next/prev -->
    <table cellpadding="2" cellspacing="0" border="0" width="95%" align="center">
    <tr>
    <td><smallfont>$pagenav&nbsp;</smallfont></td>
    <td align="right"><smallfont>
    <img src="http://www.vbulletin.org/forum/images/prev.gif" alt="" border="0">
    <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
    &nbsp;
    <a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
    <img src="http://www.vbulletin.org/forum/images/next.gif" alt="" border="0">
    </smallfont></td>
    </tr>
    </table>
    <!-- first unread and next/prev -->
    // ##################################################





    __________________
    http://www.bokmade.ws/

    bokmade@hot-des.com
    WWF Manager غير متواجد حالياً

  12. #12
    عضو سوبر نشيط
    تاريخ التسجيل
    Jul 2001
    المشاركات
    711

    Who was online today



    Open index.php, and find this:
    -------------------------------------------------------------
    forumhome_loggedinuser,forumhome_loggedinusers
    -------------------------------------------------------------

    REPLACE it by the following code:
    -------------------------------------------------------------
    forumhome_todayloggedinuser,forumhome_todayloggedinusers,forumhome_loggedinuser,forumhome_loggedinus ers
    -------------------------------------------------------------

    Still in index.php, find this:
    -------------------------------------------------------------
    if ((int)$maxusers[0] <= $totalonline) {
    $time = time();
    $maxloggedin = "$totalonline " . $time;
    $DB_site->query("UPDATE template SET template='$maxloggedin' WHERE title='maxloggedin'");
    $maxusers[0] = $totalonline;
    $maxusers[1] = $time;
    }
    -------------------------------------------------------------

    REPLACE it by the following code:
    -------------------------------------------------------------
    // today online hack begin
    if ((int)$maxusers[0] <= $totalonline) {
    $time = time();
    $maxloggedin = "$totalonline " . $time . " " . $maxusers[2] . " " . $maxusers[3];
    $DB_site->query("UPDATE template SET template='$maxloggedin' WHERE title='maxloggedin'");
    $maxusers[0] = $totalonline;
    $maxusers[1] = $time;
    }

    $todayloggedinusers = "";
    $numbertodayonline = 0;
    $numbertodayonlineinvisible = 0;

    $todayusers=$DB_site->query("SELECT userid, username, usergroupid, lastactivity, invisible FROM user
    WHERE lastactivity > " . (mktime(0,0,0,date("m"),date("d"),date("Y")) + (($bbuserinfo['timezoneoffset']-$timeoffset)*3600)) . "
    ORDER BY username");
    while ($todayuser=$DB_site->fetch_array($todayusers)) {
    $numbertodayonline++;
    $invisibleuser = '';
    $userid = $todayuser['userid'];
    $lastactivetime = vbdate($timeformat, $todayuser[lastactivity]);
    if ($todayuser['invisible']==1 and $bbuserinfo['usergroupid']!=6) {
    $numbertodayonlineinvisible++;
    continue;
    }
    if ($todayuser['invisible'] == 1) { // Invisible User but show to Admin
    $invisibleuser = '*';
    }
    if ($todayuser['usergroupid'] == 6 and $highlightadmin) {
    $username = "<b><i>$todayuser[username]</i></b>";
    } else if (($mod["$userid"] or $todayuser['usergroupid'] == 5) and $highlightadmin) {
    $username = "<b>$todayuser[username]</b>";
    } else {
    $username = $todayuser['username'];
    }
    if (!$todayloggedinuser) {
    eval("\$todayloggedinuser = \"".gettemplate('forumhome_todayloggedinuser')."\";");
    } else {
    eval("\$todayloggedinuser .= \", ".gettemplate('forumhome_todayloggedinuser')."\";");
    }
    }

    $DB_site->free_result($todayusers);

    if ($bbuserinfo[usergroupid] == 6) {
    $todayonline = $numbertodayonline;
    } else {
    $todayonline = $numbertodayonline - $numbertodayonlineinvisible;
    }

    if ((int)$maxusers[2] <= $numbertodayonline) {
    $time = time();
    $maxloggedin = $maxusers[0] . " " . $maxusers[1] . " $numbertodayonline " . $time;
    $DB_site->query("UPDATE template SET template='$maxloggedin' WHERE title='maxloggedin'");
    $maxusers[2] = $numbertodayonline;
    $maxusers[3] = $time;
    }

    $todayrecordusers = $maxusers[2];
    $todayrecorddate = vbdate($dateformat,$maxusers[3]);

    eval("\$todayloggedinusers = \"".gettemplate('forumhome_todayloggedinusers')."\";");
    //today online hack end
    -------------------------------------------------------------

    ________________________________________________________________________________________

    Create new Template 'forumhome_todayloggedinusers' with the following content
    -------------------------------------------------------------
    <tr id="cat">
    <td bgcolor="{categorybackcolor}" colspan="6">
    <normalfont color="{categoryfontcolor}"><b>
    Number of Active Users Today:</b>
    </normalfont><normalfont color="{categoryfontcolor}">
    <b>$numbertodayonline</b></normalfont>
    </td>
    </tr>
    <tr>
    <td bgcolor="{firstaltcolor}" colspan="6"><smallfont>
    <nobr>Most users ever online on a day was $todayrecordusers on $todayrecorddate.</nobr> |
    <nobr>The following members have already visited the Board today:</nobr><br>
    $todayloggedinuser<br>
    </smallfont></td>
    </tr>
    -------------------------------------------------------------

    Hint: If you wish that "Number of Active Users Today:" only counts Users who are not invisible,
    replace $numbertodayonline with $todayonline. (Admins always see the right number!)

    ________________________________________________________________________________________

    Create new Template 'forumhome_todayloggedinuser' with the following content
    -------------------------------------------------------------
    <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userid" title="Last online at $lastactivetime">$username</a>$invisibleuser
    -------------------------------------------------------------

    ________________________________________________________________________________________

    Edit template 'forumhome'

    Search for:
    -------------------------------------------------------------
    $loggedinusers
    -------------------------------------------------------------

    Add BELOW it:
    -------------------------------------------------------------
    $todayloggedinusers
    -------------------------------------------------------------

    ________________________________________________________________________________________


    That's it, the hack is finished





    __________________
    http://www.bokmade.ws/

    bokmade@hot-des.com
    WWF Manager غير متواجد حالياً

  13. #13
    عضو سوبر نشيط
    تاريخ التسجيل
    Jul 2001
    المشاركات
    697


    رهيب WWF Manager تسلم .

    بس سؤال .. صندوق الرد السريع هنا هو نفسه حق الرد السريع اللي نعرفه من قبل أو يختلف ؟ ممكن إذا كان يختلف أحد يحط لنا صورته على أساس نشوف شكله وذا يستاهل نحول عليه .

    مشكورين .





    Samir Al-Qaseer غير متواجد حالياً

  14. #14
    عضو سوبر نشيط
    تاريخ التسجيل
    Jul 2001
    المشاركات
    711


    لاء إخوي هاذا الرد بس صندوق عادي مافيه خيارات

    ثانية مثل العنوان - تبليغ بالردود - وغيره من خيارات

    وإلي يبغي يرد على الموضوع من هالوصله

    http://www.swalif.net/softs/newreply...threadid=33133





    __________________
    http://www.bokmade.ws/

    bokmade@hot-des.com
    WWF Manager غير متواجد حالياً

  15. #15
    عضو نشيط
    تاريخ التسجيل
    Feb 2002
    المشاركات
    174


    مشكور



    الله يعطيك الصحه والعافيه



    بصراحه ماقصرت



    بس ياريت لو أنك حطيتهم في تكست فايل لأني بصراحه تخربطت من وجودهم في المنتدى لأن المنتدى مثل ماتعرف يقلب الأتجاهات


    معليش ولو فيها رزاله لو أنك حطيت لنا الهاكات مثل ماهم هناك بس ضمهم في زب فايل وأرفقهم لنا


    دعواتي لك بالتوفيق ونخدمك في الأفراح أن شاء الله


    بانتظارك اخي العزيز




    شكرا مقدما





    __________________
    أبو خليفه : كلنا معاك
    vb-lover غير متواجد حالياً





ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •  

أضف موقعك هنا| اخبار السيارات | حراج | شقق للايجار في الكويت | بيوت للبيع في الكويت | دليل الكويت العقاري | مقروء | شركة كشف تسربات المياه | شركة عزل اسطح بالرياض | عزل فوم بالرياض| عزل اسطح بالرياض | كشف تسربات المياة بالرياض | شركة عزل اسطح بالرياض