vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Microstats - load times, server loads, queries, uncached templates (https://vborg.vbsupport.ru/showthread.php?t=82900)

rmxs 06-13-2006 04:01 PM

i install the plugin before one month i try to unustall it now and install the product and its not on the plugin list...

i try to istall it 2 more times and still doesnt no appeard on plugin list ( i install the PLUGIN)byt on forum home the stats displayed 3 times now

SOS SOME ONE HELP ME??

eclectica 06-13-2006 07:01 PM

This works fine with vBulletin 3.6 beta 2.

nymyth 06-13-2006 07:07 PM

Page generated in 3.88997 seconds with 8 queries [Server Loads: 18.30 13.06 : 10.40]

Thats what I see, is this correct, or am i missing some items???

Also.....homepage takes around 4 seconds to load...could anyone provide me with some insight into this. Is this something I may have done to the board to make it move slow, is it server side, can i optimize etc..... cheers

Peace

ShiningArcanine 06-13-2006 10:35 PM

Quote:

Originally Posted by rmxs
i install the plugin before one month i try to unustall it now and install the product and its not on the plugin list...

i try to istall it 2 more times and still doesnt no appeard on plugin list ( i install the PLUGIN)byt on forum home the stats displayed 3 times now

SOS SOME ONE HELP ME??

It is really not necessary to install the new product file if you are using the old plugin. Are you using the plugin manager to uninstall the old plugin and the product manager to install the new product?

rmxs 06-14-2006 07:00 PM

Yes i fixed now i dont remember how byt i fixed..

buzzel 06-19-2006 09:38 AM

Hi,

i like the Microstats and it works very well at my page...

i have one question: i have photopost integrated with vb3... is it possible that the Microstats work on photopost pages, too? and if, how can i made this?

thanks
Peter

ShiningArcanine 06-19-2006 04:20 PM

I would not know about that but if you wanted to make it work with external scripts, you would have to integrate vBulletin's hooks systems with it, in particular the global_complete hook.

buzzel 06-19-2006 04:49 PM

Quote:

Originally Posted by ShiningArcanine
I would not know about that but if you wanted to make it work with external scripts, you would have to integrate vBulletin's hooks systems with it, in particular the global_complete hook.

thanks...

Mudvayne 06-19-2006 05:30 PM

Hello ShiningArcanine I hav got a prob with this.. Previously I edit your plugin to giv the same access as Admin to another usergroup.. Both is given bellow..
I hav changed in plugin from:
PHP Code:

if ($vbulletin->userinfo['usergroupid'] == 6) { 

To:
PHP Code:

if ($vbulletin->userinfo['usergroupid'] == or $vbulletin->userinfo['usergroupid'] == 9) { 

And from:
PHP Code:

if (($vbulletin->config['Microstats']['adminonly'] and $vbulletin->userinfo['usergroupid'] == 6) or !$vbulletin->config['Microstats']['adminonly']){ 

To:
PHP Code:

if (($vbulletin->config['Microstats']['adminonly'] and ($vbulletin->userinfo['usergroupid'] == or $vbulletin->userinfo['usergroupid'] == 9)) or !$vbulletin->config['Microstats']['adminonly']){ 

After tht the plugin was workin like charm.. But whn I hav reedit the product.xml then I got that error..
Quote:

Parse error: syntax error, unexpected T_LOGICAL_OR in /hermes/web07/******/***.golponet/htdocs/forum/includes/functions.php(4367) : eval()'d code on line 9
Any help? I need to another usergroup to giv admin access.. Thnx in advance..

ShiningArcanine 06-19-2006 09:58 PM

That is an error from the PHP Parser. It generally means that you made a mistake somewhere. Looking at the first big of code you wrote, where the error occurred, everything looks okay. Have you tried re-editing the XML file to rule out the possibility of a typographical error? Also, have you tried editing the product's plugin directly in the AdminCP?


All times are GMT. The time now is 04:33 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.01419 seconds
  • Memory Usage 1,749KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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