vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - vBMicroStats (https://vborg.vbsupport.ru/showthread.php?t=140449)

curriertech 07-12-2007 06:31 PM

Quote:

Originally Posted by kenfuzed (Post 1289327)
I'm at a loss on how to get this working. I've read through all 14 pages of this thread and didn't find a solution. I installed this on my 3.6.4 board but it won't appear. I've made all the file edits and added the code to my footer, still doesn't appear. I've double checked everything (and yes, I enabled the plug-in). I see the <!-- {microstats} --> in my source code as well.

Is it possible that vbseo or vbadvanced is messing with this?

I run both vbSEO and vBAdvanced, with no issues.

curriertech 07-12-2007 06:32 PM

Quote:

Originally Posted by StrifeX (Post 1289354)
It's showing up as 100% and 0% SQL usage. Any ideas?

double-check your file edits.

kenfuzed 07-12-2007 09:05 PM

I can't figure out what I'm doing wrong then. I tried installing this 5 times now and nothing I do even begins to work :mad:

mcyates 07-18-2007 04:13 PM

Mine is doing the exact thing.

Page generated in 0.188 seconds (100.00% PHP - 0% MySQL) with 21 queries

Why does it always show 100.00% PHP - 0% MySQL?

Doe I have to edit something on my server to show the % for mysql and php?

Thanks in advance.

mcyates 07-18-2007 04:26 PM

I forgot to do the file edits sorry.

mtlcore 07-18-2007 05:27 PM

Working great on 3.6.7 PL1

What did I do?
I followed instructions: file editing, upload product, enable it from Manage Products page and in vb options.
One more thing: https://vborg.vbsupport.ru/showpost....&postcount=176

How long did it take me?

Less than 2 minutes!

Works great! Thanks a lot dude.

DaveTomneyUK 07-21-2007 08:12 PM

I use Bulletin 3.6.7 and I edited the 2 files but when I try importing the .XML file I get this error.

PHP Code:

The following dependencies were not met
1. This product is not compatible with version 3.6.7 of vBulletin. (Compatible starting with 3.6.4 Incompatible with 3.6.6 and greater


Xplorer4x4 07-21-2007 08:22 PM

^If you read the thread or search you will see its been brought up many times before, and you will find the fix.

DaveTomneyUK 07-21-2007 08:25 PM

Quote:

Originally Posted by Xplorer4x4 (Post 1297688)
^If you read the thread or search you will see its been brought up many times before, and you will find the fix.

OK sorry but I was to lazy to search all 11 pages. :)

Adam21 08-02-2007 03:10 PM

Still works good in vb368 :)

MickDoneDee 08-04-2007 10:57 AM

Installed to 3.6.7 PL1.
Initially, I received this error:
Quote:

The following dependencies were not met:
This product is not compatible with version 3.6.7 of vBulletin. (Compatible starting with 3.6.4 / Incompatible with 3.6.6 and greater)
In the XML file I replaced maxversion="3.6.6" with maxversion="3.6.8" as suggested in a previous post.
After the successful import I found the plugin disabled by default (you can see a line through the title in the plugin manager) so I enabled it.

In vBulletin Options > Help BB MicroStats I enabled the plugin and turned on all the options. Debug Mode status only displays if it is enabled in the /includes/config.php file.

The template modification as supplied in the readme.html file corrupts the display so I wrapped it in it's own table tags.

Code:

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['microstats']"><!-- {microstats} --></if>
</tr>
</table>

Then I placed the code below the first table in the footer template. Hack working as expected. These stats are for forum home when logged in.

Page generated in 0.492 seconds (73.29% PHP - 26.71% MySQL) with 13 queries
DEBUG Mode ON | 0.19 : 0.22 : 0.24 | Uncached Templates: None

I've elected not to display Active Users, Memory Usage, and GZIP Level.

I am also running vBSEO without any conflicts.

Explain is also working fine.

oic 08-06-2007 10:22 AM

Thanks For This. Great Mod.

ACIKillJoy 08-17-2007 09:02 AM

Flawless install onto a 3.6.8 board.

Just had to edit the plugin to adapt to the version.

Thanx
*Installs*

cynthetiq 08-18-2007 01:02 PM

thanks this is quite handy to have to benchmark performance. thank you.

Xplorer4x4 08-21-2007 12:06 AM

Quote:

Originally Posted by DaveTomneyUK (Post 1297691)
OK sorry but I was to lazy to search all 11 pages. :)

Which is why there is a "Search this Mod/Thread" function. ;)

TECK 09-06-2007 06:53 AM

You guys are great, you know that? :)
I enjoyed reading the last few pages. Congratulations to all for the team work and for not giving up on a little code hiccup!

I also linked Xplorer's post in the first page so people will know how to update the files for new vBulletin versions.

ACIKillJoy 09-07-2007 07:34 AM

workin perfect on 3.6.8 with the minor update of version in the xml file.

Michael_Jim 09-29-2007 01:13 PM

Hi,

i've changed the value in the xml to 3.6.8 but it doesn't work.
Then i tried 3.6.9 and now it works :)

Michael_Jim

Antonio Pereira 09-30-2007 06:25 PM

Hi here with 3.6.8 i have just one bug:

Page generated in 0.3916 seconds (67.60% PHP - 32.40% MySQL) with 13 queries
Users: 505 (404 members and 101 guests) | 4,097.32KB Used | GZIP OFF | 0.52 : 0.80 : 0.95 | Uncached Templates: None


But i have GZIP enabled with valor 1.


Best Regards

edgecutioner 10-05-2007 09:51 AM

Quote:

Originally Posted by Michael_Jim (Post 1349555)
Hi,

i've changed the value in the xml to 3.6.8 but it doesn't work.
Then i tried 3.6.9 and now it works :)

Michael_Jim

lol thanks! i've been trying in the maxversion="3.6.8" so that's why it didn't work lol

thanks again michael:D

Mecho 10-14-2007 03:56 PM

is this works fine in 3.6.8 ?

thanks

edgecutioner 10-15-2007 09:54 AM

Quote:

Originally Posted by Mecho (Post 1359830)
is this works fine in 3.6.8 ?

thanks

yep ;)

read these:

https://vborg.vbsupport.ru/showpost....&postcount=176
https://vborg.vbsupport.ru/showpost....&postcount=218
https://vborg.vbsupport.ru/showpost....&postcount=220

Mecho 10-15-2007 11:14 AM

ok thank u , i will try :)

Captain Kirk76 10-18-2007 04:20 AM

Very nice, loaded this on my vB 3.6.8 board.
One thing, I would like it to display all turned on stuff to all users, how can accomplish this?

Ahsin1 10-18-2007 06:13 PM

edited the .php file and upalod xml file and did the temaplte for footer. but i do not see any stats in footer. some help plz

Mecho 10-19-2007 09:09 AM

Thanks ,
Works great

Page generated in 0.87763810 seconds (25.36% PHP - 74.64% MySQL) with 24 queries

ok now the first question is that the result r good or not ? for a forum around 300 - 500 users online .

2 - how can i enable.memory.limit ???

3 - What is Debug Mode and what exactly it does and how can i enable it ( i searched in config.php but couldnt fine any option) ?

and 4 - how can i Set that result in center of Footer ?? :p

thanks

iRO Wiki 10-22-2007 03:33 PM

Even if I set the "display uncached templates" to No, it still shows up!

rapidphim 10-23-2007 05:22 AM

Quote:

Originally Posted by Adam21 (Post 1308130)
Still works good in vb368 :)

How did you do to make it compatible with vB 3.6.8? I just tried and it said the product is incompatible with vb 3.6.6 and higher.

ChrisLM2001 10-23-2007 05:47 AM

Usually this is my very first mod to add to a freshly installed vB, but the server time fix came first this time. :grumble:

But, thanks Teck for maintaining this mod all these years. :up:

Xplorer4x4 10-23-2007 05:50 AM

Quote:

Originally Posted by rapidphim (Post 1366492)
How did you do to make it compatible with vB 3.6.8? I just tried and it said the product is incompatible with vb 3.6.6 and higher.

It's been answered atleast 5 times or more. In fact it has even been aswered on htis page if you bother reading.

ChrisLM2001 10-23-2007 09:18 AM

Well, I tried to get this mod to work in 3.6.8 but nothing would get it to show up on the board.

1. Edited the class_core.php.
2. Edited init.php.
3. Edited footer.
4. Updated the product xml to 3.6.9 to get the plugin to work.
5. Enabled the plugin.
6. Made sure the globals were checked.
7. Activated it in the options and turned everything on.

Nothing showed.

Dropped in the Microstats version to see if GoDaddy blocked anything, but that mod works fine. :confused:

Dan 10-24-2007 08:41 PM

I noticed when you install this product that it is automatically disabled when installed so you have to go back to the product manager and enable it. Strange...

sduckie2k5 10-31-2007 07:07 PM

How can I center this on the bottom of the page?

JohnBee 10-31-2007 07:47 PM

Quote:

Originally Posted by ChrisLM2001 (Post 1366604)
Well, I tried to get this mod to work in 3.6.8 but nothing would get it to show up on the board.

1. Edited the class_core.php.
2. Edited init.php.
3. Edited footer.
4. Updated the product xml to 3.6.9 to get the plugin to work.
5. Enabled the plugin.
6. Made sure the globals were checked.
7. Activated it in the options and turned everything on.

Nothing showed.

Dropped in the Microstats version to see if GoDaddy blocked anything, but that mod works fine. :confused:

I *was in the same position.

Couldn't get it to show no matter what. Even broke out of the <if... stantement to see if it would stimulate things(no go). Looks like it might be a dud on 3.6.8 PL1 for the time being. Turns out the Product(plugin) is DISABLED upon loading. Though it has been mentioned here numerous times, I think the overall statement is missleading to most, where people assume disabled = not turned on in AdminCP > Options where in fact the PPRODUCT /PLUGIN itself is DISABLED upon loading. So it will not work, respond or even show up anywheres until it is ACTIVATED under: Plugins and Products > Manage Products > vB Microstats > Enable(drop down)

Hope this helps someone along the way.

TECK 11-07-2007 12:25 AM

It is mentioned here and in the readme file that you need to enable the plugin, once installed. :)
But thanks for highlighting this small matter again. :)

Floren

DiverTree 11-10-2007 08:59 AM

Installed 3.6.8 PL2

all is working good after a slight display problem that i fixed using MickDoneDee's code in post #211

thank you teck and all those that contributed ... except for that guy to lazy to read the thread. :rolleyes: lol

ujai 11-10-2007 02:14 PM

installed.. thanks

JohnBee 12-09-2007 11:49 PM

Strange new problem this round.

After modding the two /includes/files, my vbull. screens are blank. If I restore the init.php all returns to normal. I double/triple checked my edits(same thing).

I am running on 3.6.8 PL2
Anyone else encounter this?

nyunyu 12-11-2007 08:02 AM

Quote:

Originally Posted by ChrisLM2001 (Post 1366604)
Well, I tried to get this mod to work in 3.6.8 but nothing would get it to show up on the board.

1. Edited the class_core.php.
2. Edited init.php.
3. Edited footer.
4. Updated the product xml to 3.6.9 to get the plugin to work.
5. Enabled the plugin.
6. Made sure the globals were checked.
7. Activated it in the options and turned everything on.

Nothing showed.

Dropped in the Microstats version to see if GoDaddy blocked anything, but that mod works fine. :confused:

I experienced the same thing too..nothing shows up on the forum.
Does this hack be used in conjuction with Hellcat page compressor?

nyunyu 12-11-2007 05:09 PM

Now it is working with charms... :D
I just edit my /forum/include/config.php
add at the bottom $config['Misc']['debug'] = 1;

then refresh admincp.
then I put the value "1" to "0" to disable it again.

In other word, I turn on debug mode and turn it off again.

nice hack indeed. thumbs up!


All times are GMT. The time now is 07:46 PM.

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.01647 seconds
  • Memory Usage 1,830KB
  • 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
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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