صفحة 3 من 5 الأولىالأولى 12345 الأخيرةالأخيرة
النتائج 31 إلى 45 من 69

الموضوع: طلبات الهاكات من موقع الـ vBulletin.org

  1. #31


    RSS Feed Icon for boards

    Add a Rss feed icon to each forum on forumhome

    open template forumhome_forumbit_level2_post
    After :
    كود:
    <tr align="center">
    	<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
    	<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
    		<div>
    Add :

    كود:
       <a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a>
    Done
    If you update remove the old code
    PrintScreen :


    Icon next to forum Name :Check Screenshots

    open template forumhome_forumbit_level2_post
    After :

    كود:
        <div style=float:left>
        <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
    Add :
    كود:
        <a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a>

    Upload this icon to your images/misc





    الصور المرفقة الصور المرفقة    
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  2. #32


    MySmilies VB (v3.7.0)



    Description

    This hack puts the control of the smilies on the users. It lets any user (that you give permission to) upload or modify the smilies that he can use.


    Installation instructions

    See the included readme.txt in the ms_mysmiliesvb.zip file.





    الصور المرفقة الصور المرفقة     
    الملفات المرفقة الملفات المرفقة
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  3. #33


    IE Style infobar Alert

    Installation.

    1. Upload infobar.css from the attached zip to /clientscript/vbulletin_css
    2. Upload alert.png to /images
    3. Edit header template and add this code at the top.
    كود:
    <if condition="$show[guest]">
    <!-- Infobar -->
    <link rel="stylesheet" href="clientscript/vbulletin_css/infobar.css" type="text/css">
                    <div id="info"><div id="infobar" align="left"><a href="register.php">You are not registered yet. Please click here to register!</a></div></div>
    <!-- Infobar -->
    </if>






    الصور المرفقة الصور المرفقة  
    الملفات المرفقة الملفات المرفقة
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  4. #34


    Show latest threads on showthread


    Place this code into template ad_showthread_beforeqr
    كود:
    <!-- show latest active threads -->
    <br />
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" 
    align="center">
    <tbody><tr><td class="tcat">
    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_external')"><img 
    id="collapseimg_forumhome_external" 
    src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_external].gif" alt="" border="0" /></a>
    <a href="forumdisplay.php?f=$foruminfo[forumid]">New topics in $foruminfo[title]</a>
    </td></tr></tbody>
    
    <tbody id="collapseobj_forumhome_external" style="$vbcollapse[collapseobj_forumhome_external]">
    
    <tr><td class="alt1" width="100%" valign="top">
     
    <div class="smallfont">
    
    <script type="text/javascript" src="external.php?forumids=$foruminfo[childlist]&type=js"></script>
    <script language="" type="text/javascript">
    <!--
    for (var x in threads)
    {
    document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"&goto=newpost\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/firstnew.gif\" alt=\"\" border=\"0\" /></a> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br />");
    }
    //-->
    </script>
    
    </div>
     
    </td>
    
    </tr></tbody>
    </table>
    
    <!-- / show latest active threads -->
    Done





    الصور المرفقة الصور المرفقة  
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  5. #35


    Sticky background color change


    ACP -> Styles & Templates -> Style Manager -> Edit Templates -> Threadbit


    Find:
    كود:
    <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
    Replace with:


    كود:
    <!-- Sticky Color -->
    <if condition="$thread['sticky'] == 1">
    <td class="stickybg" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
    <else />
    <td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
    </if>
    <!-- /Sticky Color -->
    Then create the CSS class:

    ACP -> Styles & Templates -> Style Manager -> Style Name -> Main CSS -> Additional CSS Definitions

    Add the following:

    .
    كود:
    stickybg
    {
    	background-color: #333333;
    }
    Change the red code to your new color.






    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  6. #36


    LeetTube BB Code

    LeetTube BB Code for you guys:

    Title: LeetTube BB Code

    Tag: lt

    Replacement:
    كود:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="425" height="350">
    <param name="movie" value="http://www.leettube.com/agriyaplayer.swf?config=http://www.leettube.com/playerXml.php?viewkey={param}&themes=http://www.leettube.com/themes.xml&flv=http://www.leettube.com/flvideo/1370.flv&autostart=true&showfsbutton=true" />
    <param name="quality" value="high" />
    <param name="allowfullscreen" value="true" />
    <param autostart="false" />
    <embed src="http://www.leettube.com/agriyaplayer.swf?config=http://www.leettube.com/playerXml.php?viewkey={param}&themes=http://www.leettube.com/themes.xml&flv=http://www.leettube.com/flvideo/1370.flv&autostart=true&showfsbutton=true" width="425" height="350" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" allowfullscreen="true"></embed>
    </object>
    Example:
    [lt]01cedc15f5118a762609[/lt]

    Description: Leettube.com BBCode

    Use {option} No


    You can change the values width="425" height="350" (2 Times) if you want in the replacement codes to change the size of the video window.

    Edit: this doesn't work yet, I will see if I can make it working.

    Download Now





    الصور المرفقة الصور المرفقة  
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  7. #37


    Navbar Search Form/Input Box


    AdminCP -> Style Manager -> Edit Templates -> navbar

    Find:
    كود:
    <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
    		</if>
    	</td>
    Add directly after, replacing the colored text with your domain/forum path to search.php
    كود:
    <!-- Search Box -->
    <td valign="middle" class="alt1"> <div style="white-space:nowrap">
    <form action="http://www.yourdomain.com/forum/search.php" method="post">
    <input type="hidden" name="s" value="" />
    <input type="hidden" name="do" value="process" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="showposts" value="0" />
    <input type="hidden" name="quicksearch" value="1" />
    <input type="text" style="width:100px;" class="bginput" name="query"/>
    <input style="font: bold 10px Arial" type="submit" class="button" value="Search" /></form>
    <a style="text-decoration:none" href="search.php" accesskey="4" rel="nofollow" id="navbar_search" class=""></a>&nbsp;
    </div></td>
    <!-- /Search Box -->
    Note that the bold text is what's new for 3.7.

    Optional: Remove the old search link from your navbar.

    Simply comment out the search text, like so. I'm sure there's a better way to accomplish this, but that's how I pull it off on my site. Any input appreciated.

    كود:
    <!-- $vbphrase[search] -->






    الصور المرفقة الصور المرفقة  
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  8. #38


    Image Resize using Lytebox

    INSTALLATION

    * Upload files from folder upload.
    * Import Product ImageResize_MK.xml
    * Edit file includes/class_bbcode.php,find

    كود:
    return '<img src="' .  $link . '" border="0" alt="" />';
    Replace with
    كود:
    return '<a target="_blank" href="' . $link . '" rel="lytebox"><img src="' . $link . '" border="0" alt="" /></a>';
    Note:Also remember active vblightbox option : ACP=>Message Attachment Options =>Use Image Lightbox = > Yes - Click

    Default max width available of images is 500px,you can change it in ACP => Image Resize Using Lytebox





    الصور المرفقة الصور المرفقة     
    الملفات المرفقة الملفات المرفقة
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  9. #39


    vS-Hide Hack Resurrection

    [HIDE-POSTS]: defines the minimum number of posts required to read the content within.
    [SHOWTOGROUPS]: defines the usergroups that may read the content within.
    [HIDE-THANKS]*: defines that the content within may only be read after the person says thank you by pressing a special button. (Expanded Edition Only)
    [HIDE-REPLY]*: defines that the content within may only be read after the person replies. (Expanded Edition Only)





    الصور المرفقة الصور المرفقة     
    الملفات المرفقة الملفات المرفقة
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  10. #40


    Proxy IP to real IP conversion


    This hack makes the forum always use the members real ip when a proxy is detected, meaning that all existing ip functions should continue to work, basically ignoring the proxy server (other than recording it's presence).





    الملفات المرفقة الملفات المرفقة
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  11. #41


    FanMod - How To Separate Sticky and Normal Threads

    This Code allows you to seperate your Sticky threads from your normal threads..

    Go to: Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Display Templates -> FORUMDISPLAY
    كود:
    $threadbits_sticky
    Add Below:
    كود:
    <tr><td class="thead" colspan="<if condition="(($show['threadicons'] AND $colspan = 6) OR (!$show['threadicons'] AND $colspan = 5)) AND ($show['inlinemod'] AND $colspan++)"></if>$colspan">&nbsp;</td></tr>
    Don´t forgett to Mark as Installed if you use this code.





    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  12. #42


    جزاك الله خيرا وبانتظار المزيد






  13. #43
    عضو نشيط جدا
    تاريخ التسجيل
    Apr 2008
    المشاركات
    367


    مجهود طيب وبانتظار المزيد






  14. #44
    عضو نشيط جدا
    تاريخ التسجيل
    Apr 2004
    المشاركات
    586


    بارك الله فيك، نرجو الاستمرار مع التركيز على النسخة 3.7 فما فوق






  15. #45

    Lightbulb طلبات الهاكات من الشركة vbulletin.org



    بالتوفيق للجميع وانا جاهز الي اي شخص يحتاج هاكات من الشركة , شكرآ لكم ولان انسي اشكر كل من يساعد اخوانه





    التعديل الأخير تم بواسطة ahmed-samara ; 11-01-2011 الساعة 08:48 AM
    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg





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

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

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