vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Track Guest Visits (https://vborg.vbsupport.ru/showthread.php?t=201214)

MnTom 01-03-2011 08:03 PM

Quote:

Originally Posted by Paul M (Post 2143225)
No, its not possible for it to do that.

I thought so......... Even vBulletin.com says the host is crap.....
Quote:

Originally Posted by Steve Machol
Yes, you need to find a better host. The connection limit is ridiculous.


Alfa1 01-05-2011 05:00 PM

Is this addon very server intensive when used on high traffic boards?
I recently had to uninstall 'Who's online spider display' due to some mega-queries.

Paul M 01-05-2011 07:43 PM

Shouldnt be, the display query uses an index.

orillia 01-06-2011 02:56 PM

Installed, works just fine. Thanks!

Phobos49 01-23-2011 08:13 PM

When wachting guest tracking list, I was just wondering what "Called with DO =" mean? Any idea?

mbc100 01-23-2011 08:58 PM

i great i will install later

MnTom 02-06-2011 03:09 AM

I moved to a different host and re-installed Guest Tracking. It was working fine one min. and when I refreshed the screen it was gone! Any ideas? No settings have been changed.
Tom

MnTom 02-06-2011 03:22 AM

OK, Now this is really strange.:confused: I am the only administrator on my site and the Mod does not have permission to change the settings, BUT in the Usergroup Manager ALL settings were set to NO!! How in the world would or could they change by themselves????

Paul M 02-06-2011 08:20 PM

Did you uninstall it ?

SamirDarji 02-28-2011 03:59 AM

I have created a vba module that combines the information from this plugin and Paul's Members Who Have Visited Today plugin. The only problem is that I'm not a programmer and I couldn't find a way around just incorporating a chunk of Paul's code into the php file for the vba module. :(

If anyone knows how to pull out the $gueststoday variable by using code similar to this that was used in the vba php file for the Members Today module, I could revise my php to just pull the information vs regenerating it and release the vba module.
Code:

($hook = vBulletinHook::fetch_hook('forumhome_start')) ? eval($hook) : false;

$whotoday = str_replace( "member.php", $vbulletin->options['bburl'] . "/member.php", $whotoday);

eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_todaysOnline') . '";');

(This code is from this module created by Tom M
http://www.vbadvanced.com/forum/showthread.php?t=33815)

Paul if you have any suggestions, I'm open to that as well. :)

Thank you for your plugin! Now my users will see how many hundreds of guests are reading their posts.


All times are GMT. The time now is 09:35 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.01390 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_code_printable
  • (2)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
  • (10)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