vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Statistics Modifications - Cyb - Advanced Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=201274)

jdougher 06-26-2010 10:42 PM

How do you remove the date and time display of recent threads?

jdougher 06-26-2010 11:04 PM

How to get user choices regarding what to display in blocks 1 and 2 to stick?

jdougher 06-27-2010 11:41 AM

How do you change the words "Top 5 Stats" to something else?

jdougher 06-30-2010 09:02 PM

Deleted. The best thing about this mod was that it was easy to delete. The worst thing is that it caused a ridiculous slowdown in forumhome loading.

FreshFroot 07-15-2010 06:17 AM

Quote:

Originally Posted by FreshFroot (Post 1946656)
I hope this is NOT ported to vB4.

Anyways, my questions is on the templates. I want to make my own custom template, which will show most of the options...

eg. Top thread starters, Bloggers etc.. in a left hand column. I'm not sure how I can call each template such as cyb_topstats_starter template within mines?

anyone got info on this? Cuztomizing a template to display what you want.

dieselpowered 07-20-2010 06:37 PM

Doh, wrong version!

mp3president 07-25-2010 06:32 PM

I like this mod a lot, but having a problem now.
How can I uninstall this mod without accessing the ACP?
Because this mod blocked me from ACP access when i re-installed it.
Now when i want to access my ACP, i see this: 
Thats all i see.

Please can someone help me with delete this mod by using FTP or something?

Grtz

Michael.A 07-25-2010 09:47 PM

Quote:

Originally Posted by mp3president (Post 2074373)
I like this mod a lot, but having a problem now.
How can I uninstall this mod without accessing the ACP?
Because this mod blocked me from ACP access when i re-installed it.
Now when i want to access my ACP, i see this: 
Thats all i see.

Please can someone help me with delete this mod by using FTP or something?

Grtz

from the way i see it,
it looks like your not the admin of the forum and you dont know what your talking about.
you dont install it from your ftp so why use it to uninstall it..

mp3president 07-26-2010 01:46 AM

Quote:

Originally Posted by MAD--DOG (Post 2074459)
from the way i see it,
it looks like your not the admin of the forum and you dont know what your talking about.
you dont install it from your ftp so why use it to uninstall it..

I am the owner of the site, so also an admin yes.
I know it is not installed with FTP, it is installed with ACP.
But my question is clear i guess, now i cannot acces my ACP anymore, what i see is:
Code:


I want to know if there is a way to delete this mod, so i can access my ACP again, i kwow the normal way to uninstall this mod, is by using Admin Control Panel, but DUH..... how can i acces?

I re-installed this mod, because instead of some text in the board, it says also
Code:


, so logical thinking was to switch this mod off and re-install it with overwriting. But after install you supposed to come in acp control home or somewere, but not in
Code:


http://totalupload4you.nl/images/7mk...xp0zgyvr5j.jpg

So i'm not asking for installing ir, i'm asking haow i can UN-install it without accesing the ACP?!

Grtz

PS: I can't make the pic. smaller here, it is not readable anymore

dieselpowered 07-30-2010 09:21 PM

One thing that would be nice would be to set the path to the status images for each style...looks like you can just change it and have it applied to all styles.

hayaldunya 07-30-2010 10:05 PM

good mods

mp3president 07-31-2010 05:22 AM

My problem is solved, and the mod re-installed.

Buruniu2 09-14-2010 06:55 PM

http://f.files.1ts.pl/podwojne.png

Anyone can help me why some threads are double-showed?

rase2 09-24-2010 02:48 PM

Recently encountered an issue where all of my posts are shown twice in the "new posts" block.
It's only seeming to effect my (the forum owner) posts and no others.

Any chance you can offer some support.

Buruniu2 09-24-2010 07:24 PM

Quote:

Originally Posted by rase2 (Post 2102720)
Recently encountered an issue where all of my posts are shown twice in the "new posts" block.
It's only seeming to effect my (the forum owner) posts and no others.

Any chance you can offer some support.

Yeah, same problem here :(

Anyone can help?

BigJohnny 09-25-2010 04:44 AM

Is there anyway to remove the "latest posts" block on the left/right and fill it with other stuff? I already have a mod that shows the latest posts and it serves no purposes having two mods do the same job in the same place.

peratik 10-06-2010 06:25 AM

I have installed it successfully and it displays on my forum home.
But there is no "Cyb - Advanced Forum Statistics" option on "vBulletin Options".

mholtum 10-08-2010 12:36 AM

No matter what I do I can not get top thanked to display. I can only get Most popular forums, top posters and latest posts to display. Yes, I have the right thank you mod installed.

www.ch-joy.com 10-16-2010 12:24 AM

thanx

Jon12345 11-20-2010 12:32 PM

I've just added this mod to my site and I just get the Loading message, with no stats shown.

Been reading loads of forum posts about it. Added an .htaccess file with the redirect. Tried version 6.4. None of these seem to be working on my 3.8.1 forum.

Any other solution?

firattetik 11-25-2010 02:17 AM

nice thanks

FreshFroot 11-27-2010 08:34 AM

Looks like I need some help.

I've been using version 5.5. I had hard coded the stats template to show me the data I wanted.

eg.

Code:

<div class="statsHeading">$vbphrase[cyb_latest_posts]</div>
        <div class="statsBody">
                                                                                                                                       
<br />
        $cybtopstats_newposts
                                                                                                       
                                                               
        </div>
                                                       
                                                       
        <div class="statsHeading">$vbphrase[cyb_hottest_threads]</div>
        <div class="statsBody">
                                                               
                <br />
                $cybtopstats_hottest
                                                                                                               
                                                               
        </div>

................ etc.. etc.. All the others ones added below.

It seems like the new 6.6.2 doesn't work properly with this setup anymore. Most likely due to javascript?

Though I don't understand why it wouldn't work, as the variables are still the same.

Anyways maybe I can get some help for this.

BTW I am putting these stats in my header template to add to my left nav bar. Which is why I need to make this modification.

skor 12-04-2010 10:15 PM

I have this installed on 3.8.6PL2 and things seem to be working well except for one issue. I have Latest Group Posts in block 2 and a couple of threads in a particular group don't seem to be showing up. The block shows a slot for these group threads but the title section in the block is empty. The time and group is showing..just not the thread title and no link to the group thread. It only seems to be happening with 2 particular threads in one specific group.

Anyone else run into this or have a solution or suggestion?

Thanks!

portes 12-08-2010 10:40 PM

This is a great mod, thank you!

I have a little problem. Every post made by me (the administrator) is seen duplicated by all the users in the last post list. What could it be?

Thanks in advance.

Doom Stone 12-16-2010 11:36 AM

Is it possible to alter the modification to show new threads from say, a specific forum and next to that new threads from the rest of the forum? Or something similiar to this.

MrHorror 12-21-2010 08:56 PM

I installed this on my forum and it's not showing up. Here's a link: http://hmandsforums.oliwy.net/forums/index.php

asabiyim 12-21-2010 11:12 PM

thanks.. installed!

MrHorror 12-22-2010 11:08 PM

Okay I finally got this to install but how can I compress this where it fits the screen with my sidebar?

rinkrat 01-11-2011 11:02 PM

Can you have this track the new VBSEO "likes". Thanks for the great mod!

Uptown559 01-16-2011 02:20 AM

I would like to remove certain forums from the "Latest Posts". There are certain forums that i dont want to show up in there. How would i do this?

aapkae 01-19-2011 02:01 AM

thanks very nice mod

just want to ask how do i protect register user and guest for showing statistics

i want to just show some groups not all groups and members view

just view by admin and moderator

FIM 01-21-2011 10:34 AM

Nice!!1 install :)

aapkae 01-22-2011 08:19 PM

install but problem i seen

when i click any member it gives me a vbulletin message

This user has not registered and therefore does not have a profile to view.

when i disbale this plugin then profile shows

inciarco 01-26-2011 05:47 PM

Valter, There is a Bug that is Important that You Check. ;)

Is Important that You Evaluate the Following Code Line on the Plugin "Cyb - Advanced Forum Statistics - MN" (Hook parse_templates), because it Blocks all the vBAdvanced "Portal Output Global Variables" that are Set on the "Main Options" of the "vBa CMPS". :confused:

Code:

                        $vba_options['portal_outputglobals'] .= "\r\ncybtopstats";
I had to Comment it with the "//" to Avoid that Problem and for the "Portal Output Global Variables" to be Evaluated on the vBa Pages:

Code:

//                        $vba_options['portal_outputglobals'] .= "\r\ncybtopstats";
My Best Regards. ;)

:)

connkid25 02-02-2011 09:00 PM

1 Attachment(s)
Latest posts are having a problem in chrome. The bottom randomly shows an empty space with the color from the other table. It is random and I will attach a screenshot when it happens again. You might be able to see it happen if you refresh the page a few times.

http://www.dojmedia.com/index.php

YopY 02-04-2011 06:51 PM

Is it common for hosters to send you emails about them locking your database due to this addon (specifically, the 'hottest threads'-query)? I've had two emails so far where the 'running query' indicated by the auto-generated email was the 'hottest threads' query.

Pro tip, when serving the results from a complex COUNT query to all visitors of a website, cache the results. Even if it's just for a minute or so. Nobody will notice the counts aren't 100% accurate.

...Oh wait right, PHP, nvm.

We'll be forced to disable or hack around in this addon if we get another email, in order to prevent our website from being unavailable or our hosting party kicking us out or fining us or whatever. Much obliged if performance could be enhanced.

Relevant info & stats, this problem occurs on vB 3.8 running v. 6.5 of this addon on a Hostgator hosting account, a forum with 300K posts.

MySQL EXPLAIN indicates it has to run through almost 6000 rows for a simple and frequently-accessed count / set o' stats.

tsptom 02-07-2011 05:04 PM

I have a similar problem. After an upgrade to MYSQL, this mod is killing my server resources. It seems to be the query that deals with private forums. If I disable the mod, the board flies. If I activate it, it comes to a crawl at peak time (300-400 members online).

I had a similar issue last year when mysql was upgraded, but one of our server techs seemed to be able to optimize the DB enough to make it work. No one seems to be able to help this time.

Rats! I have gotten so used to this great mod and I have to turn it off, but what else can I do?

yesfans 02-21-2011 06:05 PM

3. Optional - if you use custom styles and link to re-enable stats is not shown:
Open desired template and add "$cybts_enablelink" where you wish "Enable Top Statistics" link to appear

I CAN NOT GET THIS TO WORK. IT IS NOT SHOWING UP IN MY QUICK LINKS DROP DOWN.

adwade 02-23-2011 02:28 AM

Quote:

Originally Posted by YopY (Post 2158809)
Is it common for hosters to send you emails about them locking your database due to this addon (specifically, the 'hottest threads'-query)?

Not until THIS week. On Sunday, our HOST suspended out account because of high resource usage. :o Then again today, we got another notice:

Quote:

Hello,

We regret to inform you that your account has been suspended for the following reason:

22622 *** 17 0 87204 18m 7008 R 14.9 0.9 0:00.15 /usr/bin/php /home/***/public_html/forum/misc.php
22626 *** 17 0 87204 18m 7008 R 14.9 0.9 0:00.15 /usr/bin/php /home/***/public_html/forum/misc.php
22627 *** 19 0 84600 15m 6832 R 12.9 0.8 0:00.13 /usr/bin/php /home/***/public_html/forum/misc.php

Please contact us as soon as possible to discuss your options for reinstatement.

Looking at our raw access logs, it seems like several of the routines for the stats were being loaded over, and over, and over again.(see below for just 1sec of our log today) This product has run perfectly for years, and now all the sudden this week something's awry. No real idea what's up yet, but for now I've turned this product off until I can research it out further.:(

Code:

[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=mostviewedthreads&resultsnr=5 HTTP/1.1" 302 456
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=latestposts&resultsnr=5 HTTP/1.1" 302 450
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=newestmembers&resultsnr=5 HTTP/1.1" 302 452
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=latestposts&resultsnr=5 HTTP/1.1" 302 450
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=newestmembers&resultsnr=5 HTTP/1.1" 302 452
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=latestposts&resultsnr=5 HTTP/1.1" 302 450
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=mostviewedthreads&resultsnr=5 HTTP/1.1" 302 456
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=latestposts&resultsnr=5 HTTP/1.1" 302 450
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=newestmembers&resultsnr=5 HTTP/1.1" 302 452
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=mostviewedthreads&resultsnr=5 HTTP/1.1" 302 456
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=latestposts&resultsnr=5 HTTP/1.1" 302 450
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=mostviewedthreads&resultsnr=5 HTTP/1.1" 302 456
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=newestmembers&resultsnr=5 HTTP/1.1" 302 452
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=mostviewedthreads&resultsnr=5 HTTP/1.1" 302 456
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=newestmembers&resultsnr=5 HTTP/1.1" 302 452
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=mostviewedthreads&resultsnr=5 HTTP/1.1" 302 456
[22/Feb/2011:15:49:53 -0500] "POST /forum/misc.php?show=latestposts&resultsnr=5 HTTP/1.1" 302 450


FractalizeR 02-23-2011 08:43 AM

Can't this be DDOS attack on your forum?


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