vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Add Who's Online Locations From Admin CP (https://vborg.vbsupport.ru/showthread.php?t=66569)

roundhost 08-27-2004 08:44 PM

i donloaded this expecting problems...none so far, thums up

/me clicks install

y2krazy 08-29-2004 10:38 PM

/me clicks install!

Zelda-King 08-29-2004 11:14 PM

How about extending this so it covers member.php as well?

W4arab 09-01-2004 01:47 AM

thanx a lot

very nice and helpful :up:

thank's y2krazy

Oblivion Knight 09-17-2004 07:33 PM

Quote:

Originally Posted by Zelda-King
How about extending this so it covers member.php as well?

Yeah, I just noticed this.. Any locations added through this hack do not get pulled for member.php and is shown as an unknown location (see attachments).

58sniper 09-17-2004 08:03 PM

Quote:

Originally Posted by Oblivion Knight
Yeah, I just noticed this.. Any locations added through this hack do not get pulled for member.php and is shown as an unknown location (see attachments).


Wow - good point. I never noticed that before. And I've certainly got a couple of pages that users don't need to try and access.

Oblivion Knight 09-17-2004 09:56 PM

You can fix the member.php issue by doing the following..

Find:
Code:

        'rankphp'
Replace it with:
Code:

        'rankphp',
        'custom_online'

Find:
Code:

if (!($permissions['forumpermissions'] & CANVIEW) OR !($permissions['genericpermissions'] & CANVIEWMEMBERS))
{
        print_no_permission();
}

Add below:
Code:

// Custom Whos Online Hack
$custom_online = @unserialize($datastore['custom_online']);


TruckMuddr 09-25-2004 03:14 AM

**Installed

and awaiting for the photopost fix hopeing it will fix my other problem also. any link that have stuff after the .php won't work.

TruckMuddr 09-25-2004 08:32 AM

I got it to work, you just can't us a link if it has something behind it like "/gallery/showphoto.php?photo=151" you can do:

FileName: showphoto.php
Location: Viewing Gallery

and it'll work you just can't use a link.

teksigns 09-25-2004 01:11 PM

Quote:

Originally Posted by TruckMuddr
I got it to work, you just can't us a link if it has something behind it like "/gallery/showphoto.php?photo=151" you can do:

FileName: showphoto.php
Location: Viewing Gallery

and it'll work you just can't use a link.


use this and the link in the whos online will include everything after the .php
that way you can see the excact photo , etc that they are viewing .


https://vborg.vbsupport.ru/showpost....4&postcount=32


when adding a new one just dont include anything after the .php .
it will do this on its own .....


All times are GMT. The time now is 03:32 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.01189 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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