vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Problems with 'who is online' (https://vborg.vbsupport.ru/showthread.php?t=70688)

MrNase 10-17-2004 02:26 PM

Problems with 'who is online'
 
Hello,

Iam using a cms.php which acts like a content managment system.
On top of that file I have:

Code:

define('THIS_SCRIPT', 'cms');
But Iam using mod_rewrite to make nice urls like:
http://www.pagodentreff.de/artikel/blaa.html

The normal url would be (without mod_rewrite):
http://www.pagodentreff.de/diskussio....php?view=blaa

Now everytime a user is on one of the cms' sites ?Who's online? tells me ?unknown location?.

Here's what I tried in functions_online.php
Code:

case 'cms.php':
                $userinfo['activity'] = 'cms';
                break;

and
Code:

case '/artikel':
                $userinfo['activity'] = 'cms';
                break;

But none of that worked :(

Please help me :)

The following now works if a user is on the cms' frontpage (http://www.pagodentreff.de/artikel) but it doesn't work if he's on http://www.pagodentreff.de/artikel/blaa.html :(
Code:

        case 'artikel':
                $userinfo['activity'] = 'cms';
                break;


MrNase 10-18-2004 03:55 PM

Hello,

I guess it's the wrong forum. Can anyone please move it to https://vborg.vbsupport.ru/forumdisplay.php?f=10? Thanks :)

Xenon 10-18-2004 05:08 PM

Dein wille geschehe ^^

Andreas 10-18-2004 08:49 PM

Quote:

Originally Posted by Xenon
Dein wille geschehe ^^

... wie im Himmel so auch auf Erden.

What does table session show in field location when a user just visited http://www.pagodentreff.de/artikel/blaa.html?

VodkaFish 10-19-2004 02:17 PM

I'd also like to be able to modify the functions_online.php to include the pages on the front of my site so they appear properly in "Who's Online" - can someone give a few pointers?

MrNase 10-24-2004 08:05 AM

Unser tägliches Brot gib uns heute.. ^^

It shows:

Aufenthaltsort unbekannt
/artikel/kaufberatung280sl.html


All times are GMT. The time now is 10:00 AM.

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.01159 seconds
  • Memory Usage 1,724KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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