vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   "Who's Online" Including non vb pages? (https://vborg.vbsupport.ru/showthread.php?t=261374)

Bacon Butty 04-03-2011 10:43 AM

"Who's Online" Including non vb pages?
 
Hi all,

Just a quick one. This is my website and this is my forum.. I'm trying to make the entire website as community driven as possible and I'd like the forums who is online to display users also browsing the custom built cms.

Any ideas how I'd go about this?

I know it's been done for earlier versions;

https://vborg.vbsupport.ru/showthread.php?t=32995
https://vborg.vbsupport.ru/showthread.php?t=157329
https://vborg.vbsupport.ru/showthread.php?t=60019
https://vborg.vbsupport.ru/showthread.php?t=39978

From searching I know I need to include global.php - but how do i include global.php outside vbulletin dir?


Any assistance would be greatly appreciated.

Lynne 04-03-2011 04:18 PM

PHP Code:

// ######################### REQUIRE BACK-END ############################ 
// if your page is outside of your normal vb forums directory, you should change directories by uncommenting the next line 
// chdir ('/path/to/your/forums'); 
require_once('./global.php');


// added space so the lines show.... 


Bacon Butty 04-03-2011 05:38 PM

Thanks Lynne! Very kind.

I don't suppose theres anyway of testing it works? The spike traffic our news articles receive don't seem evident on the forum 'who's online' statistics?

This is the code I'm using;

Code:

// Boot up vBulletin
$curdir = getcwd ();
chdir('forum');
require_once('forum/global.php');
chdir ($curdir);
$forumpath = $CONF['site'].'forum';


Lynne 04-03-2011 06:16 PM

The page would show up in the session table for that user if the page is working correctly.

Bacon Butty 04-03-2011 06:54 PM

So on my 'Who's Online', I should be seeing some locations to the likes of this page?

Thanks again Lynne.

Lynne 04-03-2011 06:58 PM

Yes. And in your database, as I mentioned.

Bacon Butty 04-03-2011 07:03 PM

Hmm. Sadly doesn't appear to be the case. I'll have to do some tweaking to hopefully resolve.

Lynne 04-03-2011 07:08 PM

This line must be a full path:
PHP Code:

chdir('forum'); 



All times are GMT. The time now is 02:41 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.01090 seconds
  • Memory Usage 1,723KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete