vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Statistics Modifications - VSa - Advanced Forum Statistics (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=235841)

Alan_SP 09-06-2014 09:26 PM

I think you're saying you can't turn mod on again once you turn it off?

If it is so, you have option to do this in quick links, if I'm not mistaken.

xpwmaster 09-12-2014 06:19 AM

anyone had any exploit problem with this script or can say its 100% safe . i would love to know the some coder here can check and verify if this script after all this years is safe to put .

rohirrim 09-17-2014 11:47 AM

1 Attachment(s)
on firefox and ie everything works fine. But on chome the img for new post is too small which is almost invisible. Please look at the attachments...

iraqiboy90 09-22-2014 06:33 PM

What is happening?!
I have noticed this today. Dont know if this has been happening before.

I have two users having crazy hits pr minute.

The first user were using chrome.
Code:

"POST /misc.php?show=posters&vsacb_resnr=10 HTTP/1.1" 200 209
"POST /misc.php?show=newestmembers&vsacb_resnr=10 HTTP/1.1" 200 209

in a constant loop.
744 request pr minute.

Second user, using nexus 7 phone, same thing, but 393 requests pr minute.

Is this an exploit or what?

Currently disabled until figured out

rohirrim 10-02-2014 02:17 PM

Quote:

Originally Posted by boochaka (Post 2500476)
To fix the read/unread status of the latest posts change:

< $readtime = $vbulletin->userinfo['lastvisit'];
< if ($vbulletin->userinfo['userid']) {
< $is_new = $vbulletin->db->query_read("SELECT readtime FROM threadread where userid = " .
< $vbulletin->userinfo['userid'] .
< " AND threadid = " .
< $get_new_posts[threadid]);
< while ($times = $vbulletin->db->fetch_array($is_new)) {
< $readtime = $times['readtime'];
< break;
< }
< }
<
< if ($get_new_posts[lastpost] > $readtime)
---
> if ($get_new_posts[lastpost] > $vbulletin->userinfo['lastvisit'])

This changes it from comparing 'last visit' to the actual last time the user read the thread.

beware, I have no idea what kind of performance impact this may cause.

On my db it's allready if ($get_new_posts[lastpost] > $vbulletin->userinfo['lastvisit'])

but still When I go to a thread it does not mark it as read.. How can I fix this? Please

Although I select Admin CP -> Settings -> Options -> General Settings -> Thread/Forum Read Marking Type: Change it to Database (automatic forum marking). Still have the problem?

rohirrim 10-02-2014 02:21 PM

Quote:

Originally Posted by MegaManSec (Post 2291249)
Hi, I'v found a problem.. When I go to a thread it does not mark it as read.. How can I fix this? Thanks

Yes I have the same issue. Although I select Admin CP -> Settings -> Options -> General Settings -> Thread/Forum Read Marking Type: Change it to Database (automatic forum marking). Still have the problem?

ringnews24 10-09-2014 09:54 PM

Top 15 stats

When you hover mouse over it, its hard to read. How do I change the colours?

https://tmpdmp.com/i/5bd2882431cfce55/a3f8e9667169e187

Latest Posts

New posts are showing blank/white spaces. When I mark forum as read it goes back to normal.

https://tmpdmp.com/i/5bd2882431cfce55/a3f8e9667169e187


Note: I just added a new template and moved to nginx server.

Thanks

Psycho-Killer 11-14-2014 07:34 PM

Hello, i have little icons on Chrome to Latest Posts
http://s14.directupload.net/images/141114/qvxr4d89.png

can someone help?

ozzy47 11-15-2014 01:23 AM

You are supposed to have icons next to them.

OmekaTeam 11-20-2014 09:28 PM

Sorry, it will be my ignorance, but after many tests, I can not vilualizzare recent posts, on which option you have to work? Thanks

ozzy47 11-21-2014 12:22 AM

Do you mean you can not see the recent posts in the block?

OmekaTeam 11-21-2014 05:37 AM

1 Attachment(s)
Yes, i tried all the settings of the plugin, but I did not get results. Thanks for the reply.

ansarion 11-21-2014 07:26 AM

Helo,

I love this add-on. Can someone help me to get it in sidebar blocks ?!

I mean each stat as a block inside sidebar blocks.

Thanks in advance.

ozzy47 11-21-2014 09:27 AM

Quote:

Originally Posted by OmekaTeam (Post 2523577)
Yes, i tried all the settings of the plugin, but I did not get results. Thanks for the reply.

Link to the site?

ozzy47 11-21-2014 09:28 AM

Quote:

Originally Posted by ansarion (Post 2523586)
Helo,

I love this add-on. Can someone help me to get it in sidebar blocks ?!

I mean each stat as a block inside sidebar blocks.

Thanks in advance.

That goes beyond the scope of this mod. If you search for sideblocks you should be able to find some of them in the mods.

OmekaTeam 11-21-2014 01:29 PM

Quote:

Originally Posted by ozzy47 (Post 2523594)
Link to the site?

I've attached a screenshot, I did many tests, but nin I see the latest posts.

http://nonsolosat.net

ozzy47 11-21-2014 02:43 PM

Unfortunately guests can not see nothing on the site, so no way to know what is up. How about on a unmodified default style, do the posts show up there?

OmekaTeam 11-21-2014 02:49 PM

1 Attachment(s)
Quote:

Originally Posted by ozzy47 (Post 2523632)
Unfortunately guests can not see nothing on the site, so no way to know what is up. How about on a unmodified default style, do the posts show up there?

Even with the default skin from the same problem as in attached screenshot.

ozzy47 11-21-2014 09:46 PM

How about providing a user account so someone can log in to view the issue.

OmekaTeam 11-21-2014 10:17 PM

You have a Private Message. Thanks :)

ozzy47 11-21-2014 10:48 PM

I checked it out on your site, everything seems ok, but I don't have any idea why it is not showing the latest posts. :confused:

karnevil 11-22-2014 05:07 PM

Bit of an issue we've had for a while - when you click 'view more' it just comes up with a blank page showing N/A ( http://www.legalbeagles.info/forums/...hp?do=vsastats ) I've reistalled it but same issue. Any ideas?


This is the code
Code:

<li><a style="color:{vb:stylevar popupmenu_color};" href="misc.php?{vb:raw session.sessionurl}do=vsastats" rel="nofollow">{vb:rawphrase vsa_afs_more_stats}</a></li>
seems to be an issue with the sessionurl as when you click it goes to http://www.legalbeagles.info /forums/ misc.php? do=vsastats and I'm sure there's meant to be the session url in after misc.php?

This seems to be the code that displays the N/A
Code:

<td style="padding:0px {vb:raw vboptions.vsatopstats_cellpadding}px 0px {vb:raw vboptions.vsatopstats_cellpadding}px;text-align:{vb:stylevar right};white-space:nowrap;"><vb:if condition="!$get_new_posts[musername]"><span style="cursor:pointer;">{vb:rawphrase n_a}</span><vb:else /><a href="member.php?{vb:raw session.sessionurl}u={vb:raw get_new_posts.userid}" title="{vb:rawphrase posted_by} <vb:if condition="!$get_new_posts[musername]">{vb:rawphrase guest}<vb:else />{vb:raw get_new_posts.fullusername}</vb:if>">{vb:raw get_new_posts.musername}</a></vb:if>&nbsp;&nbsp;{vb:raw vsatopstats_arrowlink}</td>

vicking74 11-29-2014 06:16 PM

It can create statics for each individual forum?

Thanks

ozzy47 11-29-2014 07:19 PM

No this is global.

gnrx 12-01-2014 10:20 PM

Hello.
I want install this mod, but I can't install.
When I go to install, click in install xml and only appears load the page, after a few seconds, the load of page stop and not appears any content in the page.
I go to: Go > ACP > vB Options > VSa - Advanced Forum Statistics
But not appears Vsa - Advanced Forum Statistics.

In admincp-Plugins and Mods, appears installed.

I don't know if its a problem of xml or its a problem with my VPS (in the last days I have problems with database).

Regards.

gnrx 12-02-2014 11:39 PM

Confirm, the problem was in my server.
I made some configurations in my server for better performance and now, I can install this mod without problems.

ozzy47 12-02-2014 11:44 PM

Thanks for reporting back that you sorted the issue. :)

gnrx 12-03-2014 12:22 AM

Continue that, I can't click in "Like" at you... xD

Thanks at you :)

vicking74 12-19-2014 05:07 PM

It can also display the New Threads?

rohirrim 01-18-2015 10:25 AM

Quote:

Originally Posted by vicking74 (Post 2528052)
It can also display the New Threads?

I agree. Wondering why it does not have Latest Threads?

Skaut 01-19-2015 05:51 PM

Very good mod, but is there anything newer?

akxt660 01-26-2015 02:40 PM

Hello!

In my custom style, i chose two columns, but only appears one and it does not load!
In default style the two columns options loads with no problem.

I appreciate any help!

Dave 01-26-2015 03:03 PM

@akxt660
We will need a link to your forum where this issue is happening, will be easier for us to track the issue. It could be because of conflicting JavaScript files though.

akxt660 01-26-2015 03:31 PM

Hello @Dave

I found the error here: vsa_topstats_stats_singlerow

I replaces by default content.

Thanks for the feedback!

pablodip 01-27-2015 07:11 PM

I liked this product until I realized that when my site on google looking redirected me to filestore72.info/download.php for that day I was trying to find the reason of the problem and came across this product and as such it desistale and I do not have that problem more

ozzy47 01-27-2015 07:51 PM

Are you saying you believe because of this mod, something was redirecting your site?

mikez 02-13-2015 02:51 PM

Will this allow me to see a trail of stats for a members log in history? date/time number of times

TigCobra 03-30-2015 11:28 AM

How do you edit the background of statistics section?

brianbde 03-31-2015 07:45 PM

I'm getting the "Error: Check startup item options" error in the Forum Stats box.

Any ideas? I have remove "1,8" from restricted usergroups.
https://www.dropbox.com/s/qrto0y3sqm...44.47.png?dl=0

mdawg 04-03-2015 04:25 AM

How about making this for vb 5 - vb5 is the wave of the future!


All times are GMT. The time now is 09:16 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.02205 seconds
  • Memory Usage 1,820KB
  • 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
  • (7)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