Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
Cpanel at Navbar Details »»
Cpanel at Navbar
Version: 1.00, by BuRaCh BuRaCh is offline
Developer Last Online: Sep 2012 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.7 Rating:
Released: 07-21-2007 Last Update: Never Installs: 21
 
No support by the author.

BuRaCH
www.vB-Hacker.com

push install button please

Appoint:
  • You have cpanel on navbar at your website
  • the hack see only admin

Cummunıty

Navbar templates find:
Code:
 <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> 
   </if>
add under
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(6))">
    <td id="cpanel_menu" class="vbmenu_control">
  <a href="cpanel">Cpanel</a>
  <script type="text/javascript">
  vbmenu_register("cpanel_menu");
  </script>
  </td> 
</if>
Find:
Code:
<!-- / user cp tools menu -->
 </if>
Add under and yoursite edit according to yourself.
Code:
 <!--Cpanel_Menu By BuRaCH Start-->
<div class="vbmenu_popup" id="cpanel_menu_menu" style="display:none">
  <table cellpadding="4" cellspacing="1" border="0">
  <tr>
  <td class="thead">Cpanel</td>
  </tr>
<tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com/cpanel">Cpanel">http://www.yoursite/cpanel">Cpanel Home</a></td></tr> <br/>
</table>
         <table> <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com:2082/frontend/x/webmaillogin.html">Mail">http://www.yoursite.com:2082/frontend/x/webmaillogin.html">Mail Account</a></td></tr> <br/>
</table>
<table>  <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com:2082/frontend/x/sql/index.html">new">http://www.siteismi.com:2082/frontend/x/sql/index.html">New create DB</a></td></tr><br/>
</table>
         <table>  <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite:2082/frontend/x/files/index.html">ftp">http://www.yoursite:2082/frontend/x/files/index.html">ftp file manager</a></td></tr><br/>
  </table>
        <table>   <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com:2082/frontend/x/passwd/index.html">Passawords">http://www.vb-hacker.com:2082/frontend/x/passwd/index.html">Change passawords</a></td></tr><br/>
  </table>
<table>  <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com:2082/3rdparty/phpMyAdmin/index.php">PhpMyAdmin</a></td></tr><br/">http://www.yoursite.com.:2082/3rdparty/phpMyAdmin/index.php">PhpMyAdmin</a></td></tr><br/>
  </table>
 </div>
 <!-- / Cpanel_Menu By BuRaCH Bitti-->
the caps is turkish
but.modify is englısh

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-22-2007, 08:16 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First post. Woot... Will take a look at it later.
Reply With Quote
  #3  
Old 07-22-2007, 03:32 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oke
but, now push install button please
Reply With Quote
  #4  
Old 07-23-2007, 01:06 PM
3mr3 3mr3 is offline
 
Join Date: Oct 2004
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for modfication BuRaCh

But you cant force users to click install İf they like this modification , they do also
Reply With Quote
  #5  
Old 07-23-2007, 05:22 PM
whitetigergrowl whitetigergrowl is offline
 
Join Date: Jun 2004
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Too bad the pic is so small you can't see anything on it.
Reply With Quote
  #6  
Old 07-24-2007, 09:04 AM
ArabSQuad ArabSQuad is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i agree with whitetigergrowl ,, the pic is 2 small ..
Reply With Quote
  #7  
Old 07-24-2007, 07:02 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<!--Cpanel_Menu By BuRaCH Start-->
<div class="vbmenu_popup" id="cpanel_menu_menu" style="display:none">
  <table cellpadding="4" cellspacing="1" border="0">
  <tr>
  <td class="thead">Cpanel</td>
  </tr>
<tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com/cpanel">Cpanel">http://www.yoursite/cpanel">Cpanel Home</a></td></tr> <br/>
</table>
         <table> <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com:2082/frontend/x/webmaillogin.html">Mail">http://www.yoursite.com:2082/frontend/x/webmaillogin.html">Mail Account</a></td></tr> <br/>
</table>
<table>  <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com:2082/frontend/x/sql/index.html">new">http://www.siteismi.com:2082/frontend/x/sql/index.html">New create DB</a></td></tr><br/>
</table>
         <table>  <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite:2082/frontend/x/files/index.html">ftp">http://www.yoursite:2082/frontend/x/files/index.html">ftp file manager</a></td></tr><br/>
  </table>
        <table>   <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com:2082/frontend/x/passwd/index.html">Passawords">http://www.vb-hacker.com:2082/frontend/x/passwd/index.html">Change passawords</a></td></tr><br/>
  </table>
<table>  <tr><td class="vbmenu_option"><a href="<A href="http://www.yoursite.com:2082/3rdparty/phpMyAdmin/index.php">PhpMyAdmin</a></td></tr><br/">http://www.yoursite.com.:2082/3rdparty/phpMyAdmin/index.php">PhpMyAdmin</a></td></tr><br/>
  </table>
 </div>
 <!-- / Cpanel_Menu By BuRaCH Bitti-->
i beleive that this code is all wrong...:down:

can you fix it please...
Reply With Quote
  #8  
Old 07-24-2007, 07:25 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why???
Reply With Quote
  #9  
Old 07-29-2007, 11:04 PM
blue-d blue-d is offline
 
Join Date: Jul 2006
Location: T?rkiye
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you're right princeedward. i think so.
<a href="<A href="http://www.yo .... you have used too many a href codes i think.
and there are so many table codes so the appearance of the menu isn't nice in screenshot. use tr and td codes instead of other unnecessary table codes.

and finally... please develop your english...
Reply With Quote
  #10  
Old 08-04-2007, 06:33 PM
kencasanova kencasanova is offline
 
Join Date: Jun 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Modified, working 100%

Code:
<!-- / cPanel Menu By KenCasanova -->
<div class="vbmenu_popup" id="cpanel_menu_menu" style="display:none">
  <table cellpadding="4" cellspacing="1" border="0">
    <tr>
      <td class="thead"><a href="http://www.yoursite.com/frontend/x/index.html" target=_blank>cPanel Home</a></td>
    </tr>
    <tr>
      <td class="vbmenu_option"><a href="http://www.yoursite.com/frontend/x/mail/email.html" target=_blank>Mail Accounts</a></td>
    </tr>  
    <tr>
      <td class="vbmenu_option"><a href="http://www.yoursite.com/frontend/x/sql/index.html" target=_blank>MySQL Database</a></td>
    </tr> 
    <tr>
      <td class="vbmenu_option"><a href="http://www.yoursite.com/frontend/x/files/index.html" target=_blank>File Managers</a></td>
    </tr> 
    <tr>
      <td class="vbmenu_option"><a href="http://www.yoursite.com/frontend/x/fantastico/index.php" target=_blank>Fantastico</a></td>
    </tr>
    <tr>
      <td class="vbmenu_option"><a href="http://www.yoursite.com/3rdparty/phpMyAdmin/index.php" target=_blank>PhpMyAdmin</a></td>
    </tr> 
  </table>
</div>
<!-- / End cPanel Menu By KenCasanova -->
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:09 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08591 seconds
  • Memory Usage 2,294KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete