vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vbMicroStats: page load time, queries, GZIP and PHP version (https://vborg.vbsupport.ru/showthread.php?t=35811)

vBFreak 10-25-2003 02:58 PM

Nice hack, I installed the v2.3.0 fixed version on my v2.3.2, but it seems that the Server Load doesn't run... The whole text isn't there... means that, that the server doesn't support it? What can I do to use the Server Last???

Gary King 10-25-2003 03:44 PM

Quote:

Originally Posted by vBFreak
Nice hack, I installed the v2.3.0 fixed version on my v2.3.2, but it seems that the Server Load doesn't run... The whole text isn't there... means that, that the server doesn't support it? What can I do to use the Server Last???

Do the server loads show up in your admin cp?

Gio Takahashi 10-25-2003 04:36 PM

What did you use on the template?

vBFreak 10-25-2003 07:21 PM

I only inserted {getmicrostats} in the footer... I think that the part for the Serverlast is in the code on functions.php

Must I change there something?

Gary King 10-25-2003 07:37 PM

Quote:

Originally Posted by Gary W
Do the server loads show up in your admin cp?


Gio Takahashi 10-25-2003 07:48 PM

vBFreak, go to your Admin CP, on the CP Home page, and see if it shows your server load average, it should appear right under your useful stuf page

Gary King 10-25-2003 08:16 PM

P.S.
The server load only shows for *nix platforms ;)

vBFreak 10-25-2003 11:16 PM

Quote:

Originally Posted by Gio Takahashi
vBFreak, go to your Admin CP, on the CP Home page, and see if it shows your server load average, it should appear right under your useful stuf page

no, there's nothing... means that, that my server doesn't support that?

Gary King 10-25-2003 11:41 PM

Quote:

Originally Posted by vBFreak
no, there's nothing... means that, that my server doesn't support that?

Could you PLEASE read my messages, I already replied twice but you don't seem to notice them :rolleyes:

adept_at_hektik 11-09-2003 11:05 PM

Is anybody using this with 2.3.2 yet? It looks like it breaks admin/functions.php.

Gio Takahashi 11-09-2003 11:38 PM

mine is 2.3.2 and it works fine on it.

Gary King 11-10-2003 12:33 AM

Quote:

Originally Posted by adept_at_hektik
Is anybody using this with 2.3.2 yet? It looks like it breaks admin/functions.php.

Are you using Dreamweaver by any chance as your PHP editor?

adept_at_hektik 11-10-2003 12:43 AM

Quote:

Originally Posted by Gary W
Are you using Dreamweaver by any chance as your PHP editor?

No, just straight text editors. My first attempt was using vi, next I did it in textpad.

I must have messed up patching the code into admin/functions.php, and I wonder if it was because I was confused by these instructions from vbmicrostats_vb230.txt:
| NOTE: Don't forget to remove the empty space in front of 'hovercolor'.
This shows up after the dooutput function patch, and I really don't know why there would be instructions to remove a few spaces, couldn't they have just removed the spaces from the replacement code?!

Thanks for replying, Gary and Gio. I have never applied a hack that somebody else wrote, but I have written code around vB myself. I wonder if I am missing something because of my inexperience with these types of hacks. Does anybody release patches as .diff files? It seems like that would be nice for more experienced users.

Gary King 11-10-2003 02:25 AM

You had to manually remove the spaces, because the board used to change the {hovercolor} to the replacement set here. What's the error you're getting?

adept_at_hektik 11-10-2003 02:42 AM

Quote:

Originally Posted by Gary W
You had to manually remove the spaces, because the board used to change the {hovercolor} to the replacement set here. What's the error you're getting?

Ahh, that makes sense with the { } replacements. I got a completely blank, white screen when I uploaded my changed files. I will probably need to turn on php error reporting on to find out more about the problem. :(

ViPeR-GtS 11-14-2003 01:32 AM

it doesnt work for the latest version... 2.3.3

Gary King 11-14-2003 01:44 AM

Quote:

Originally Posted by ViPeR-GtS
it doesnt work for the latest version... 2.3.3

Doesn't work, in what way?

blakkboy 11-14-2003 04:04 AM

what do i use to call up the microstats

{getmicrostats} or something else

when i put {getmicrostats} nuttin showed up except "{getmicrostats}"

can someone help me im running a 2.3.2 board

Rampag33 11-14-2003 04:12 AM

Quote:

Originally Posted by blakkboy
what do i use to call up the microstats

{getmicrostats} or something else


when i put {getmicrostats} nuttin showed up except "{getmicrostats}"

can someone help me im running a 2.3.2 board

It works just fine on vb232 I'm running it.
Make sure you follor the instructions carefully.
Forexample removing the white space in the script as it says too.
Also remember there's 2 versions the template and non-template version.

If you have a problem using the template version remove "home_ " from the name of the template. Its a typo.

blakkboy 11-14-2003 04:16 AM

i want to do the template one but its so complicated i dont know which part is for which

blakkboy 11-14-2003 04:30 AM

it still doesnt work when removing home

Rampag33 11-14-2003 06:01 AM

Did you do this part

Code:

+--------------------------------------------------------------------------+
| NOTE: Don't forget to remove the empty space in front of 'hovercolor'.
|
|
+-----------------------------------------------+


blakkboy 11-14-2003 12:31 PM

yeah

blakkboy 11-15-2003 05:16 AM

can someone just write down the template codes for me cuz im confused about which code goes to which option

blakkboy 11-15-2003 08:21 AM

ok i saw the update script for 2.3.0 and since im using 2.3.2 i thought that would be the way to go....... but it still doesnt show

blakkboy 11-17-2003 02:22 AM

edit: got this working and its very helpfull

Glitch 02-15-2004 05:55 AM

I thought this would be one of the first to be re-written for vB3, clicks uninstall, sorry :|

Glitch

Zelda-King 02-15-2004 08:28 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=59700" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=59700</a>

Stadler 02-15-2004 10:22 AM

Quote:

Originally Posted by Zelda-King

Thats not the same, as this hack.
e. g. it doesn't display the difference between the PHP- and MySQL-Percentage and it's Admin-only.

Boofo 02-15-2004 10:41 AM

One has been released for vB3. I think it was on vb.nl. ;)

Pseudomizer 02-15-2004 11:17 PM

Quote:

Originally Posted by d3nnis

HELP !!! The domain is for sale. No more support for vbhome lite and due to this i can not get the fix for this. Does someone has this fix ? Please email me or write me a PM.

Cheers,

Pseudomizer

glo 02-26-2004 12:35 AM

regarding the vb2.30 install version of this hack;
Why does it instruct you to
" NOTE: Don't forget to remove the empty space in front of 'hovercolor'."

Isnt it easier to just remove it and follow your cut and paste method?

Thanks

Gary King 02-26-2004 01:14 AM

Quote:

Originally Posted by glo
regarding the vb2.30 install version of this hack;
Why does it instruct you to
" NOTE: Don't forget to remove the empty space in front of 'hovercolor'."

Isnt it easier to just remove it and follow your cut and paste method?

Thanks

It's because the forums change that to something else.

ChuanSE 02-26-2004 01:58 AM

is there one for vB3 RC4?

glo 02-26-2004 02:12 AM

Hi Gary W,
im getting this error right now above the forums index page.

Warning: Cannot modify header information - headers already sent by (output started at /home/glo/public_html/forums/admin/db_mysql.php:255) in /home/glo/public_html/forums/admin/functions.php on line 1684

I went back and double checked the functions.php, db_mysql.php code and global.php code and that is fine.

and it wont let me into the admin area to add the template! it momentarily gives an error screen saying

Warning: Cannot modify header information - headers already sent by (output started at /home/glo/public_html/forums/admin/db_mysql.php:255) in /home/glo/public_html/forums/admin/functions.php on line 1684
Warning: Cannot modify header information - headers already sent by (output started at /home/glo/public_html/forums/admin/db_mysql.php:255) in /home/glo/public_html/forums/admin/functions.php on line 1684
Warning: Cannot modify header information - headers already sent by (output started at /home/glo/public_html/forums/admin/db_mysql.php:255) in /home/glo/public_html/forums/admin/functions.php on line 1684
Warning: Cannot modify header information - headers already sent by (output started at /home/glo/public_html/forums/admin/db_mysql.php:255) in /home/glo/public_html/forums/admin/global.php on line 227

So I cant even add the template! HELP!!! How can you get into the admin if it bounces you out straight away!

Pseudomizer 02-26-2004 04:23 PM

Quote:

Originally Posted by Pseudomizer
HELP !!! The domain is for sale. No more support for vbhome lite and due to this i can not get the fix for this. Does someone has this fix ? Please email me or write me a PM.

Cheers,

Pseudomizer

No one has the fix for vbhome lite ? Any help would be appreciated.

Cheers,

Pseudomizer

Gary King 02-26-2004 06:37 PM

Quote:

Originally Posted by Pseudomizer
No one has the fix for vbhome lite ? Any help would be appreciated.

Cheers,

Pseudomizer

Ask in the vBHomeLite thread.

Pseudomizer 02-26-2004 07:41 PM

Quote:

Originally Posted by Gary W
Ask in the vBHomeLite thread.

Thanks, but this was the first i had done. But due to no more support of the coders, no one answers there. That's the reason why i post in this thread because this add-on is perfect and i just want to add this to my start page.

But if no one can help ... :-(

Cheers,

Pseudomizer

glo 02-27-2004 11:26 PM

this code does work for 2.30! Thanks TECK clicks install!

Page generated in 0.07932997 seconds (80.79% PHP - 19.21% MySQL) with 19 queries.
[Debug Mode OFF] [PHP v4.3.3] [GZIP disabled] [Server Load: 0.52 ยป 0.64 : 0.72]

are these stats any good???

TECK 03-05-2004 01:26 AM

There is a new version for VB3:
https://vborg.vbsupport.ru/showthread.php?t=62173


All times are GMT. The time now is 08:57 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.02109 seconds
  • Memory Usage 1,823KB
  • 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
  • (1)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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