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 - Visitors In Last X Hours (https://vborg.vbsupport.ru/showthread.php?t=233329)

foreigner_tr 10-09-2013 10:26 AM

i did exactly what you have said and now i get this error message:

Warning: preg_split() [function.preg-split]: No ending delimiter ',' found in ..../forum.php(791) : eval()'d code on line 1

ozzy47 10-09-2013 10:38 AM

I changed the above code, try that.

foreigner_tr 10-09-2013 10:46 AM

okey it worked :) thanks for your kind interest and help.

ozzy47 10-09-2013 10:54 AM

Not a problem, glad to help. :)

artcrimes 10-09-2013 02:05 PM

Upgrade to 4.2.1 to 4.2.2

Warning: Function split() is deprecated in ..../forum.php(791) : eval()'d code on line 4

Help me pls...

ozzy47 10-09-2013 02:26 PM

Read post #160

persianpros 10-09-2013 02:52 PM

Quote:

Originally Posted by ozzy47 (Post 2451207)
ACP --> Plugins & Products -->Plugin Manager find the one that is titled, VSa - VILXH - SA, in that plugin find
Code:

if (($_REQUEST['show']=='vilxh_users') AND $vbulletin->options['vsa_visitorslastx_enable'] AND ($vbulletin->options['vsa_visitorslastx_cutoff']>0) AND !is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['vsa_visitorslastx_exclgroups'])))
        {

Change it to this:
Code:

if (($_REQUEST['show']=='vilxh_users') AND $vbulletin->options['vsa_visitorslastx_enable'] AND ($vbulletin->options['vsa_visitorslastx_cutoff']>0) AND !is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['vsa_visitorslastx_exclgroups'])))
        {

Then in the plugin titled, VSa - VILXH - MN, find,
Code:

if ($vbulletin->options['vsa_visitorslastx_enable'] AND !is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['vsa_visitorslastx_exclgroups'])))
Change it to this,
Code:

if ($vbulletin->options['vsa_visitorslastx_enable'] AND !is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['vsa_visitorslastx_exclgroups'])))

please update the plugin xml and post it here if it's possible for you

ozzy47 10-09-2013 02:53 PM

I'll see what I can do when I get home.

ozzy47 10-09-2013 10:58 PM

1 Attachment(s)
Here is the xml for vB 4.2.2, should work on earlier versions also.

artcrimes 10-10-2013 07:30 AM

Quote:

Originally Posted by ozzy47 (Post 2451487)
Here is the xml for vB 4.2.2, should work on earlier versions also.

Thank you so much! Worked!

ozzy47 10-10-2013 09:43 AM

Not a problem, glad to help. :)

crazyboy1661 10-10-2013 11:26 AM

Quote:

Originally Posted by ozzy47 (Post 2451487)
Here is the xml for vB 4.2.2, should work on earlier versions also.

Thanks a lot Ozzt47, downloaded and installed. working with no issues.:up:

DemOnstar 10-10-2013 11:32 AM

Trying this one for size...

Installed updated version...

ozzy47 10-10-2013 11:43 AM

It should work without error issues.

Valter 10-10-2013 02:03 PM

Thanks ozzy47.

Product have been updated to fix those PHP errors.

===

v3.0.5 - Oct 10. 2013.
-Fixed some PHP errors in 4.2.2

To upgrade:
- Import XML, allow overwrite

ozzy47 10-10-2013 02:34 PM

Not a problem, I know you are busy.

I.G.O.T.A. 10-10-2013 06:34 PM

Since 4.2.2 is loaded with problems I won't be upgrading anytime soon. So should I still update this program since I'm on 4.2.1?

CoZmicShReddeR 10-10-2013 09:46 PM

Working fine again with 4.2.2

Thank you so much for the update!!

ozzy47 10-10-2013 10:19 PM

Quote:

Originally Posted by IGOTASTi (Post 2451913)
Since 4.2.2 is loaded with problems I won't be upgrading anytime soon. So should I still update this program since I'm on 4.2.1?

It will still work in v4.2.1 if you upgrade.

I.G.O.T.A. 10-10-2013 10:37 PM

Quote:

Originally Posted by ozzy47 (Post 2452014)
It will still work in v4.2.1 if you upgrade.

Thank you.

ozzy47 10-10-2013 10:40 PM

Not a problem, glad to help. :)

franzes80 10-13-2013 12:46 PM

This plugin have the problem on vb 4.2.2.Please update thank you

ozzy47 10-13-2013 12:47 PM

It was updated three days ago. :)

franzes80 10-13-2013 12:47 PM

Sorry in new version all work.Thank you

ozzy47 10-13-2013 12:53 PM

Not a problem, glad to help. :)

vBarsiv 03-16-2014 03:27 PM

1 Attachment(s)
Thanks for the Plugin. I turned to translate Turkish. Good forums :)

sandrose 05-10-2014 05:05 PM

How can I modify this plugin to make it work on vbulletin 5.1.1?

I installed it as on vbulletin 5.1.1. It is installed correctly but I can see 24 visitor under the online in the forum.

Can you help please?

DreadsUK 05-12-2014 08:09 AM

Something isn't working right.

I've even doubled the last ours to 48 and either thats on working or the one above it isn't right.

https://vborg.vbsupport.ru/external/2014/05/34.png

i know we've had at least 15k viewers in the last 48 hours because of our last article

Haseenvilla 06-27-2014 08:47 AM

Great mod and working fine to vb 4.2.2
Thanks for sharing :)

kemraj 09-30-2014 03:08 AM

How to make it reset when it reaches midnight 00.00 everyday?

kemraj 10-09-2014 01:06 PM

How to make it reset when it reaches midnight 00.00 everyday?

CheS06 11-12-2014 07:25 AM

Counting Wrong Always ..

3star 11-12-2014 07:55 PM

why it not show all my user group

tommyxv 12-24-2014 07:54 PM

This is showing military time on mouse over the usernames when my forum is set to AM/PM. Any ideas?

EDIT: Thanks Alan!

Quote:

Originally Posted by Allan (Post 1986734)
Fix time problem:
  • Find:
Code:

$vilxh_lastactivity = vbdate($vbulletin->options['dateformat'], $vilxh_visitor[lastactivity], 1).', '.vbdate('H\hi', $vilxh_visitor[lastactivity]);
  • Replace with:
Code:

$vilxh_lastactivity = vbdate($vbulletin->options['dateformat'], $vilxh_visitor[lastactivity], 1).', '.vbdate($vbulletin->options['timeformat'], $vilxh_visitor[lastactivity]);


kemraj 12-26-2014 11:11 PM

How to make it reset when it reaches midnight 00.00 everyday?

ozzy47 12-26-2014 11:19 PM

Quote:

Originally Posted by kemraj (Post 2528928)
How to make it reset when it reaches midnight 00.00 everyday?

You can't, the mod is a rolling X hour display, not in the last 24 hours.

ozzy47 12-26-2014 11:23 PM

Quote:

Originally Posted by sandrose (Post 2497174)
How can I modify this plugin to make it work on vbulletin 5.1.1?

I installed it as on vbulletin 5.1.1. It is installed correctly but I can see 24 visitor under the online in the forum.

Can you help please?

This will not work on vb5, no matter how you try to modify it.

Stratis 03-04-2016 07:06 PM

Did any one made a change some how to exclude unregister users from shown them as visited.?

Thanks

t3h3th32 04-29-2017 10:42 AM

Hi,

any idea, if this could work on vB 4.2.4?

Thanks for the info.

Regards,
~t3h'Pâr4d0x

MarkFL 04-29-2017 10:57 AM

Quote:

Originally Posted by t3h3th32 (Post 2585993)
Hi,

any idea, if this could work on vB 4.2.4?

Thanks for the info.

Regards,
~t3h'P?r4d0x

It should, since it is said to be working for other vB 4.2.x versions. :)


All times are GMT. The time now is 11:07 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.01503 seconds
  • Memory Usage 1,791KB
  • 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
  • (6)bbcode_code_printable
  • (9)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