vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Small Conversion vb3 > vb4 (https://vborg.vbsupport.ru/showthread.php?t=256377)

Spyike 01-03-2011 12:44 AM

Small Conversion vb3 > vb4
 
This is based off of the original modification posted below:
Code:

https://vborg.vbsupport.ru/showthread.php?t=116134
I simply need this mod to work on vb4. The code does not seem to be too extensive so it should be rather easy.

XML
Code:

<?xml version="1.0" encoding="iso-8859-1"?>
<product productid="farjad_server_load" title="Server Load" description="Server Load 1.0" version="1.0" active="1">
    <codes>
    </codes>
    <templates>
        <template name="forumhome_serverload" templatetype="template" username="Farjad"><![CDATA[<tbody>
<tr>
<td class="thead" width="100%" colspan="6"><a style="float:{vb:stylevar right}" href="#top" onclick="return toggle_collapse('forumhome_serverload')">
<img id="collapseimg_forumhome_serverload" src="{vb:stylevar imgdir_button}/collapse_thead{vb:raw vbcollapse.collapseimg_forumhome_serverload}.gif" alt="" border="0" /></a>
<div ><b>Server Load - {vb:raw serverload_percent}%</b></div>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_serverload" style="{vb:raw vbcollapse.collapseobj_forumhome_serverload}">
<td rowspan="3" class="alt2" align="center"><img src="{vb:stylevar imgdir_misc}/whos_online.gif" alt="{vb:raw scdef}: {vb:raw servertitle} ({vb:raw currentlisteners}/{vb:raw maxlisteners} @ {vb:raw bitrate} kbs)" /></td>
<td valign="top" align="left" class="alt1">
{vb:raw serverload_top}
<img height=15 width={vb:raw serverload_width} src="images/serverload/{vb:raw serverload_img}" alt='{vb:raw serverload_percent}%'></b>
{vb:raw serverload_bottom}
</td>
</tr>
</tbody>]]>
</template>
    </templates>
    <plugins>
        <plugin active="1">
            <title>Server Load by Farjad</title>
            <hookname>cache_templates</hookname>
            <phpcode><![CDATA[{vb:raw globaltemplates}  = array_merge({vb:raw globaltemplates}, array('forumhome_serverload'));]]></phpcode>
        </plugin>
        <plugin active="1">
            <title>Server Load</title>
            <hookname>forumhome_complete</hookname>
            <phpcode><![CDATA[
{vb:raw serverload_percent} = min(100, round(exec('ps ax | grep -c apache') / 256 * 100));
{vb:raw serverload_top} = "<table border=0 width=402><tr><td align='left' height='0' width=402 style='border: #000000 1px solid; background-repeat: repeat-x'>";
if ({vb:raw percent} <= 70) {vb:raw serverload_img} = "loadbargreen.gif";
elseif ({vb:raw serverload_percent} <= 90) {vb:raw serverload_img} = "loadbaryellow.gif";
else {vb:raw serverload_img} = "loadbarred.gif";
{vb:raw serverload_width} = {vb:raw serverload_percent} * 4;
{vb:raw serverload_bottom} = "</td></tr></table>";
{vb:raw search_text} = '<!-- end logged-in users -->';
{vb:raw vbulletin}->templatecache['FORUMHOME'] = str_replace({vb:raw search_text},
{vb:raw search_text}.fetch_template('forumhome_serverload'),{vb:raw vbulletin}->templatecache['FORUMHOME']);
]]></phpcode>
        </plugin>
    </plugins>
</product>



All times are GMT. The time now is 03:18 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.00952 seconds
  • Memory Usage 1,718KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete