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)
-   -   Major Additions - psiStats 2006 (The New vBStats for vBulletin 3.5.x - 3.8.x) (https://vborg.vbsupport.ru/showthread.php?t=127980)

Pete C 02-12-2007 09:52 PM

Quote:

Originally Posted by Psionic Vision (Post 1179843)
Please check your forum moderators and make sure that the supermoderators are not also listed as moderators of specific forums.

Thanks for the reply - they are indeed still listed as moderators of specific forums. Clearly that isn't necessary now they have Supermod status. My fault, thanks for the heads-up :up:

toddos 02-13-2007 06:19 PM

hi,
i installed it again and i dont know why, but now its working :)

One question: how can i delete the statistic site: "Home" ?

akanevsky 02-13-2007 06:41 PM

Quote:

Originally Posted by toddos (Post 1181714)
hi,
i installed it again and i dont know why, but now its working :)

One question: how can i delete the statistic site: "Home" ?

Why would you want to delete that?

toddos 02-13-2007 07:44 PM

because i dont want to view this to the users, only for me..

Tralala 02-14-2007 04:44 AM

I like this hack, thanks for making it, Psionic Vision!

Quote:

Configurable list of usergroups that can access statistics (optional).
I set this so that only admins (usergroup 6) can access statistics. The menu option in "Quick Links" was still available to all users, though. (It didn't afford them access to anything, but I preferred they not see it at all.) I fixed this by putting this in navbar:

Code:

<if condition="$bbuserinfo[usergroupid]==6">
                <tr><td class="vbmenu_option"><a href="psistats.php$session[sessionurl_q]">$vbphrase[psistats_link]</a></td></tr>
</if>

It'd be nicer if this tied in automatically with the permitted usergroups set via the AdminCP, obviously.

As a future feature request, I'd also love more detailed/specific permissions. For example, I'd like to allow registered users to view "Top Threads & Forums," but nothing else.

/clicks install

Tralala 02-14-2007 04:53 AM

Oh, and now that I have this information, is there a way to discover specifically which users are using what style? In other words, if psiStats reports there are only two users who have chosen "SkyBlue" in their UserCP, is there a way to find out who those two users are? Like a search in the AdminCP or something? I can't seem to find it. If I get rid of that style I'd like to let them know ahead of time.

Thanks again for a great add-on!

Makc666 02-14-2007 09:55 AM

Quote:

Originally Posted by Psionic Vision (Post 1175458)
What are you talking about?

I am talking about bugs about which I wrote in this topic before:
1. Several untranslated words.
2. A missed space.

toddos 02-14-2007 01:33 PM

and, Psionic Vision? How can i realize this ? ;)

akanevsky 02-14-2007 06:16 PM

Quote:

Originally Posted by Tralala (Post 1182079)
I like this hack, thanks for making it, Psionic Vision!


I set this so that only admins (usergroup 6) can access statistics. The menu option in "Quick Links" was still available to all users, though. (It didn't afford them access to anything, but I preferred they not see it at all.) I fixed this by putting this in navbar:

Code:

<if condition="$bbuserinfo[usergroupid]==6">
                <tr><td class="vbmenu_option"><a href="psistats.php$session[sessionurl_q]">$vbphrase[psistats_link]</a></td></tr>
</if>

It'd be nicer if this tied in automatically with the permitted usergroups set via the AdminCP, obviously.

As a future feature request, I'd also love more detailed/specific permissions. For example, I'd like to allow registered users to view "Top Threads & Forums," but nothing else.

/clicks install

Your suggestion will be noted. Thank you.

Quote:

Originally Posted by Tralala (Post 1182084)
Oh, and now that I have this information, is there a way to discover specifically which users are using what style? In other words, if psiStats reports there are only two users who have chosen "SkyBlue" in their UserCP, is there a way to find out who those two users are? Like a search in the AdminCP or something? I can't seem to find it. If I get rid of that style I'd like to let them know ahead of time.

Thanks again for a great add-on!

You could run query. Something like this:
SELECT userid, username FROM user WHERE styleid = XXX

Quote:

Originally Posted by Makc666 (Post 1182220)
I am talking about bugs about which I wrote in this topic before:
1. Several untranslated words.
2. A missed space.

If you can, please link me to those posts. I offered to post suggestions over at visionscripts, where would have been addressed promptly, but nobody responded so I dropped the offer. Now, all suggestions are to be posted in this thread, where they are likely to be forgotten unless reminded of.

toddos 02-14-2007 06:46 PM

i dont want to get on your nervs, but can you help me Psionic Vision?

How can i delete the stats page "Home" / how can i make it (only this page) invisible for normal users ?

akanevsky 02-14-2007 11:07 PM

Quote:

Originally Posted by toddos (Post 1182618)
i dont want to get on your nervs, but can you help me Psionic Vision?

How can i delete the stats page "Home" / how can i make it (only this page) invisible for normal users ?

That is not possible in the current version unless you have some coding knowledge. Sorry, but I am not going to provide modding advice. Thanks.

toddos 02-15-2007 05:24 AM

ok, tell me only how i can delete the link of the homestats and how i can it make so that the statistic is starting with the Top Threads & forums ?

akanevsky 02-15-2007 10:59 AM

Quote:

Originally Posted by toddos (Post 1183006)
ok, tell me only how i can delete the link of the homestats and how i can it make so that the statistic is starting with the Top Threads & forums ?

You can edit the psistats_footer template to remove the link, and then add do=toptf to the quick links statistics link.

toddos 02-15-2007 02:32 PM

ah ok, this was very easy, sorry for asking ^^

PoetJA-1975 02-20-2007 07:24 AM

hmmmm - One last thing before ditching...
One 3.5.4 version I was told to run query, because the cron didn't install correctly...
https://vborg.vbsupport.ru/showpost....&postcount=529

[sql]INSERT INTO `cron` VALUES (NULL, 1136665500, -1, -1, -1, 'a:1:{i:0;i:25;}', './includes/cron/psistats_update.php', 1, 'psiStats 2006 Update (15-Minute Interval)')[/sql]

would this have any affect on 3.6.4? Because like I've said ((in the 3.5.x psistats thread...)) fresh install, lock tables permission OK, all instructions followed properly.

When running the cron the message simply states: psiStats 2006 Update (15-Minute Interval) and nothing else.

Any ideas?

Jacquii.

TrIn@dOr 02-20-2007 10:13 AM

Installed thanks.

Translated to spanish.

akanevsky 02-20-2007 08:38 PM

Quote:

One 3.5.4 version I was told to run query, because the cron didn't install correctly...
No, the 3.6.4 version installs the cron correctly.

Quote:

When running the cron the message simply states: psiStats 2006 Update (15-Minute Interval) and nothing else.
It should not say anything else if everything is OK.

Quote:

Translated to spanish.
Can you please post your translation?

RS_Jelle 03-05-2007 03:32 PM

I think it would be nice to add a new os icon for Windows Vista since it will become more and more popular :)

A small remark for the xml-feed.png and js-feed.png images: can you add a border="0" to it, because not everyone has got this as a standard item in their CSS (and a border around it is very ugly).

LisaD1 03-14-2007 03:48 AM

I need help with the activity settings. How do you set them in admincp? As much as I would LOVE to think we have 100% active members, we don't.
I added an attachment to show what it is doing.
Sorry if this has been posted, I looked but am super tired and didn't find it :(

kaptanblack 03-30-2007 07:09 PM

Thanks..

giovannicosta 04-01-2007 04:43 PM

<font color="Red">*Installed"</font>

DJ XtAzY 04-05-2007 05:05 AM

i believe i found a bug... some of my styles have replacement variables but it seems psistats can use them correctly, causing broken images

BANDiT600 04-06-2007 07:40 PM

[high]* BANDiT600 Updated :)[/high]

Keyser S?ze 04-07-2007 05:42 AM

u should consider adding attachment stats

woody200456 04-07-2007 05:32 PM

Hello there,

was just wondering how i would port this into the Forum Home template if possible at all??

aycan555 05-02-2007 10:49 PM

Hi, thanks for this free mod, i like your all mods, they are usefull:)

But i have got someproblem with stats, why it is dublicating the countries? examples shown on the picture below:

http://img407.imageshack.us/img407/8131/statsed0.jpg

akanevsky 05-03-2007 08:44 PM

I am not sure why it does that, never seen such thing before. Can you please link me to the actual psistats page on your site?

aycan555 05-04-2007 12:15 AM

<a href="http://www.dizi-tr.com/forum/psistats.php?do=regions" target="_blank">http://www.dizi-tr.com/forum/psistats.php?do=regions</a> This is the link to the stats, also it does same thing on the referer sites..

akanevsky 05-04-2007 12:00 PM

Anyone else with the same problem?

DementedMindz 05-04-2007 01:34 PM

nope mine is working fine no doubles

66mustang93 05-06-2007 12:21 AM

Nice job on this !

momo2 06-14-2007 03:48 PM

installed on 3.6 works like a charm... thanksssssssssss

MediaHound 06-14-2007 07:37 PM

woe is me...

#1017 - Can't find file: 'psistats_cache.MYI' (errno: 2)

A db repair did not fix it, so...
I've dropped this table but I'm still having major problems with my forum.
I need to do a manual uninstall. I cannot log into my admin panel without a database error.
So what must I do to totally rid my site of this mod by hand?

thanks in advance

MediaHound 06-19-2007 02:51 PM

Quote:

Originally Posted by MediaHound (Post 1268581)
woe is me...

#1017 - Can't find file: 'psistats_cache.MYI' (errno: 2)

A db repair did not fix it, so...
I've dropped this table but I'm still having major problems with my forum.
I need to do a manual uninstall. I cannot log into my admin panel without a database error.
So what must I do to totally rid my site of this mod by hand?

thanks in advance

anybody?

akanevsky 06-19-2007 04:01 PM

Quote:

Originally Posted by MediaHound (Post 1271798)
anybody?

Please contact your hosting provider... This will likely need you to drop the table and recreate it.

FReeSTER 06-19-2007 04:20 PM

Quote:

Great Mod If I dont get it working correctly. The Problema I have is that 4 some reason wont give the Graph images stats. It goes Blank. All other stats works great but no Graph.

Anyone knows what am I doing wrong?
Sorry, problem fixed.

Solution!
Refresh the page. LMAO

TY for this great Mod :)

MediaHound 06-19-2007 04:28 PM

Quote:

Originally Posted by Psionic Vision (Post 1271840)
Please contact your hosting provider... This will likely need you to drop the table and recreate it.

It's my server and I have phpMyAdmin installed
Could you give me the sql to recreate the tables?
I've already dropped the psi tables.

Thank you!

akanevsky 06-19-2007 04:35 PM

You don't need the queries. Just re-import (w/ overwrite) the product XML, and it will run the queries for you. :)

MediaHound 06-19-2007 11:18 PM

Yes I think I do as I'm unable to access the admin panel (well, I can't get past the admin login screen) nor the public site.
I get database errors basically everywhere.

akanevsky 06-19-2007 11:39 PM

Assuming those are psistats database errors, please do the following:

Quote:

Open ./includes/config.php, and add the following code on the next line after <?php:

Code:

define('DISABLE_HOOKS', true);

Re-install the product, then remove the line.


All times are GMT. The time now is 09:09 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.01856 seconds
  • Memory Usage 1,829KB
  • 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
  • (3)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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