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)
-   -   Statistics Modifications - Cyb - Advanced Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=122986)

NeutralizeR 09-12-2006 04:18 AM

Quote:

Originally Posted by Cybernetec
v3.6 - Sep 09. 2006.
-Added: "Top Thread Starters" (NOTE: Requires MySQL version 4.0.4 or higher)
-Added: You can choose in Settings where Stats box will be shown on forumhome (4 options + disable)
-Added: You can have Stats shown anywhere on your forum/external page (must include global.php). Just put "$cybtopstats" where you wish to have stats shown.
-No more need to set filename for "index.php" if it was changed. Now misc.php is used, which nobody has need to rename.
-Tables improved (some space saved)
-Small bug fixed (no full thread title on mouseover in "Latest Forum News" when thread titles are trimmed)

==========

To upgrade: Import XML, allow overwrite.
Thanks to Paul M for help with db query for "Top Thread Starters"

Quote:

-Thanks to Paul M for help with db query for "Top Thread Starters"
Thanks to you both, installed :)

MK|Breaker 09-12-2006 04:32 AM

n1 work :)

Can you add in next update a Hack for more than 1 News-Forum ? I have 6 Forums for News and must edit the SQL-Query ;)

vahid1863 09-12-2006 09:48 AM

very good
thank you

NeutralizeR 09-12-2006 11:51 AM

There is a serious problem in this version (3.6)

MySQL's cpu usage increases up to %200 as soon as i enable this hack.

Disabling the top thread starters helps to decrease the cpu usage. I guess it's about the query method of the top thread starters...

Waiting for a fix.

Thanks

tekstylez 09-12-2006 05:30 PM

top thread starters seems buggy... all thread counts read "0" and the list includes members who should not be there

Valter 09-12-2006 09:16 PM

Quote:

Originally Posted by tekstylez
top thread starters seems buggy... all thread counts read "0" and the list includes members who should not be there

No, it's not bug:
Quote:

Originally Posted by Cybernetec
-"Top Thread Starters" requires MySQL version 4.0.4 or higher to work

NeutralizeR,
I'll check it...

G_Man 09-13-2006 01:34 AM

Quote:

Originally Posted by NeutralizeR
There is a serious problem in this version (3.6)

MySQL's cpu usage increases up to %200 as soon as i enable this hack.

Disabling the top thread starters helps to decrease the cpu usage. I guess it's about the query method of the top thread starters...

Waiting for a fix.

Thanks


I have noticed an increase also with this last version. Especially, the Top Thread Starters. Disabled it and saved some.

triphp 09-13-2006 06:40 AM

I have tried to put some variables in the header template but it's not showing up. Is this a normal behavior or what?

I have a left column and that left column is part of the header. Tried to put the new members variable there but nothing happens.

Please help :)

bolly.beats 09-13-2006 08:00 AM

Installed... clean work. Really appritiated.

migowebdesign 09-14-2006 08:46 AM

i think there is a bug, i've checked that an other sites (also on G_Man's board), which have installed the 3.6 release.

I you have board-ids exlcluded in the properties of the cyb stats, you got a ssql error, if you try to call the search.php?f=1000 (if the id is not available normaly you should redirect to the default search form, but with mod enabled you got an error)

Reason for this is a "," after all board-ids in the sqlquery.
I think it can help, to add in line 107:

106: $exclforums = substr($exclforums, 1);
107: $exclforums = substr($exclforums, 0, strlen($exclforums)-1);

Or do you have another idea?

Cheers
Mike

da420 09-14-2006 04:36 PM

I will wait to upgrade till the MySQL issue is taken care of, but much thanks for the hard work and great mod released here Cyb.

G_Man 09-15-2006 03:04 AM

Quote:

Originally Posted by migowebdesign
i think there is a bug, i've checked that an other sites (also on G_Man's board), which have installed the 3.6 release.

I you have board-ids exlcluded in the properties of the cyb stats, you got a ssql error, if you try to call the search.php?f=1000 (if the id is not available normaly you should redirect to the default search form, but with mod enabled you got an error)

Reason for this is a "," after all board-ids in the sqlquery.
I think it can help, to add in line 107:

106: $exclforums = substr($exclforums, 1);
107: $exclforums = substr($exclforums, 0, strlen($exclforums)-1);

Or do you have another idea?

Cheers
Mike

LOL So yer the one !!!!!

*waits for Cybs Reply now*

Kurisu 09-15-2006 08:00 AM

Hi,
I'd like to see an option to add an RSS feed. I run several boards and I would like to display the latest posts from one of my forums on the others as well.
Is that somehow possible via external.php?

Neal-UK 09-15-2006 04:27 PM

There's a small bug, if you visit a link to a forum that no longer exists, you get a DB error. When I disable this product, it works fine giving me the "Invalid link....notify admin...etc" message.

I only noticed when I kept getting db error e-mails.

http://www.******.com/forum/forumdisplay.php?s=456 - for example

aberg 09-15-2006 04:37 PM

:up: Very good job.
Installed without any problem
THANKS!!

Kurisu 09-15-2006 04:56 PM

Quote:

Originally Posted by Neal-UK
There's a small bug, if you visit a link to a forum that no longer exists, you get a DB error. When I disable this product, it works fine giving me the "Invalid link....notify admin...etc" message.

Ah, so that's why I keep getting those error e-mails :)

PSDPlayer 09-15-2006 05:28 PM

Is there a way to block certain users from comming up as top posters and to block there latest threads. Some of the RSS feeds go to certain "user" names and they can dominate the latest and top posters.

Neal-UK 09-15-2006 06:08 PM

Quote:

Originally Posted by Kurisu
Ah, so that's why I keep getting those error e-mails :)

Yup. Only started with the new update, was fine before. It was a bot that found it for me, so I disabled the newest hack which was this one and it worked fine again.

KoC 09-15-2006 06:34 PM

Is there any option to redirect the user to the new post after his last visit

Valter 09-16-2006 06:17 AM

v3.7 - Sep 16. 2006.
-Fixed bug (db error on forumdisplay.php/search.php when user followed invalid link)

Upgrade: Import XML as product, allow overwrite.

harishankar 09-16-2006 07:20 AM

There is a problem with your latest version. Whenever I try and browse any forum, I always got the threads displayed in one particular forum with this mod activiated.

Now I disabled it and my forum works fine. Could anybody confirm this behaviour?

my vb version is 3.6.1

Valter 09-16-2006 07:47 AM

Will fix this asap.

LeQatar 09-16-2006 07:49 AM

Quote:

Whenever I try and browse any forum, I always got the threads displayed in one particular forum with this mod activiated.
Yes, The same problem

Valter 09-16-2006 08:27 AM

v3.8 - Sep 16. 2006.
-Fixed very weird bug (forumdisplay/showthread/newthread/newreply)

PLEASE UPGRADE AS SOON AS POSSIBLE!!!

Explanation: Script was changed to make stats available on any page, not only on forumhome. Now it's hard to make some function working properly. Exactly it's "automatic exclude private and no permissions to view forums from stats".

Hope this bug was the latest one.
If you find any other issue please let me know asap so i can fix it.
You can send me an e-mail message to admga4@hotmail.com

harishankar 09-16-2006 08:42 AM

Thanks ever so much, Cyb! :D Didn't expect such a quick fix. Your support is great.

harishankar 09-16-2006 08:48 AM

Yes, this seems to have resolved this particular issue. If there are any further bugs or strange behaviour, I'll let you know.
Regards

LeQatar 09-16-2006 12:17 PM

Thanx alot man
I think every thing is OK now :)

rolandogomez 09-16-2006 02:14 PM

Well I did the upgrade, not working right. Before it was fine.

With the upgrade, it still works great on my forum home page, but when I click on the link to take me to the page it used to generate with more options, I get the additional options (w/o the input box and pull down menu) on the same forum home page. The URL is still , http://www.glamour1.com/forums/?do=cybstats but it's the forum home page, used to be a separate page with only Cybstats on it.

Any ideas on how to get it back to show that separate page w/o the main forum home? Thanks, rg sends!

Valter 09-16-2006 04:31 PM

Quote:

Originally Posted by rolandogomez
The URL is still , http://www.glamour1.com/forums/?do=cybstats but it's the forum home page, used to be a separate page with only Cybstats on it.

It's here and works fine:
http://www.glamour1.com/forums/misc.php?do=cybstats

rolandogomez 09-16-2006 04:47 PM

Where do I go to make sure that URL shows up with the "misc.php" as it worked before the upgrade, did nothing but upload your xml file? Thanks, rg.

Valter 09-16-2006 04:57 PM

v3.9 - Sep 16. 2006.
-Fixed another bug (poll)
EXPLANATION: Previous bugs and this bug was result of changing main script hook location (to make Stats available on any page, not only forumhome). Easy way to completely solve this problem will result with losing function of hiding automaticaly threads from private/no-permission to view forums in Stats. I don't wish to lose this and I'm sure you don't wish to lose it too. So please be patient and report any other issue produced by this hack. I'll fix it asap.

Valter 09-16-2006 05:00 PM

Quote:

Originally Posted by rolandogomez
Where do I go to make sure that URL shows up with the "misc.php" as it worked before the upgrade, did nothing but upload your xml file? Thanks, rg.

Revert template cyb_topstats_stats or change:
Code:

<a href="$vboptions[bburl]/$vboptions[cybtopstats_index_loc]?do=cybstats"
to:
Code:

<a href="$vboptions[bburl]/misc.php?do=cybstats"

rolandogomez 09-16-2006 05:02 PM

Oops, I haven't upgraded to V3.6, still on 3.5.5, perhaps that was why? When I got your automated update, I installed by going to your email link, now I see it's V3.6, so I guess I'll go back and upload the old one for V3.5.5. thanks, rg.

Valter 09-16-2006 05:04 PM

Quote:

Originally Posted by rolandogomez
Oops, I haven't upgraded to V3.6, still on 3.5.5, perhaps that was why? When I got your automated update, I installed by going to your email link, now I see it's V3.6, so I guess I'll go back and upload the old one for V3.5.5. thanks, rg.

This hack works with 3.5.5 too.

rolandogomez 09-16-2006 05:21 PM

Worked perfectly, thanks, you rock! rg sends!

The Finman 09-16-2006 06:14 PM

I just wanted to say thanks Cybernetec! :)

I know you have been through a lot the past couple of weeks with this module...and I (and I'm sure others) appreciate you staying on top of things. ;)

The Finman 09-16-2006 09:22 PM

Ummmmmmm...Cybernetic.

I have found either a new bug, or the reappearance of a previous one.

In the vB "lobby" that lists the forums and the latest threads in those forums...if I click on the name of the last poster, I get this

Quote:

The Finman, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
(*See Attachments for screen shots)

I have all possible admin powers, and if I disable Cyb Advanced Forum Stats the problem ceases. :surprised:

Valter 09-16-2006 09:42 PM

I have registered to your forums. Admin status will help me to find what causes problem. CY there.

The Finman 09-16-2006 09:57 PM

Quote:

Originally Posted by Cybernetec
I have registered to your forums. Admin status will help me to find what causes problem. CY there.

Alrighty...done! :)

zeroality 09-17-2006 05:13 AM

When setting html code in forum names, &eacute; for the accented ? - to name an example, it displays the html in cybstats.

See attached.

Attachment 53553


All times are GMT. The time now is 03:10 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.02328 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
  • (2)bbcode_code_printable
  • (14)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