vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Administrative and Maintenance Tools - Cpanel at Navbar (https://vborg.vbsupport.ru/showthread.php?t=153011)

BuRaCh 07-21-2007 10:00 PM

Cpanel at Navbar
 
BuRaCH
www.vB-Hacker.com

push install button please:p

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;)

SuperTaz 07-22-2007 08:16 AM

First post. Woot... Will take a look at it later.

BuRaCh 07-22-2007 03:32 PM

oke
but, now push install button please:p

3mr3 07-23-2007 01:06 PM

Thanks for modfication BuRaCh

But you cant force users to click install ;) ;) İf they like this modification , they do also

whitetigergrowl 07-23-2007 05:22 PM

Too bad the pic is so small you can't see anything on it.

ArabSQuad 07-24-2007 09:04 AM

i agree with whitetigergrowl ,, the pic is 2 small ..

princeedward 07-24-2007 07:02 PM

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...

BuRaCh 07-24-2007 07:25 PM

why???

blue-d 07-29-2007 11:04 PM

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...

kencasanova 08-04-2007 06:33 PM

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 -->



All times are GMT. The time now is 10:04 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.02178 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete