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)
-   -   Signature stats (https://vborg.vbsupport.ru/showthread.php?t=74692)

Murphinator 01-19-2005 10:00 PM

Signature stats
 
This is sortof like my modification with the jukebox 'cept its for the signature stats. What ive found out is taht if you have your banner in your signature on other forums and people see it, they will show up as a guest in your whos online, so i just did the same thing i did for the jukebox

the signature stats hack can be found here

step one:
open ROOT/includes/functions_online.php

Find:
Code:

                case 'online':
                        $userinfo['action'] = $vbphrase['viewing_whos_online'];
                        break;

after add:
Code:

                case 'Viewing remote banner':
                        $userinfo['action'] = $vbphrase['banner'];
                        break;

find:
Code:

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

after add
Code:


        case 'signature.php':
                $userinfo['activity'] = 'Viewing remote banner';
                break;


now go into your acp and go to languages and phrases-->phrase manager-->at the bottom of the page click add new phrase

varname: banner
text: Viewing banner


done!
please click install

Polo 01-20-2005 12:50 AM

I dont seem to understand... can you post some screenshots...?

Murphinator 01-20-2005 02:13 AM

see how it says viewing banner instead of unknown loacation?

Polo 01-20-2005 12:16 PM

oh I see.. thanks for clarifiing that :)

Murphinator 01-20-2005 09:53 PM

no problem, basically a cave man can make this modificaton, which pretty much fits my personality, except for the grunting part

yoyoyoyo 01-20-2005 10:08 PM

Good work- but the title of the mod should be changed to "signature stats 'who's online'" or something clearer

Murphinator 01-21-2005 12:54 AM

well its not whos online, to tell you the truth i think i really shouldntve posted this here, its stupid, the guests show up because there viewing your stat banner somewhere else but maybe ill release another that wont show up!

moethelawn 01-21-2005 01:14 AM

Quote:

Originally Posted by Murphinator
...the guests show up because there viewing your stat banner somewhere else but maybe ill release another that wont show up!

That right there is exactly what I was looking for... but it's still an improvement from "User Location Unknown" or whatever. Thanks Murphinator :)

Murphinator 01-21-2005 01:26 AM

ill try to think of a way, i already know it, but i dont know how to code it

MaTtY PiMpZ 01-21-2005 01:27 AM

Quote:

Originally Posted by moethelawn
That right there is exactly what I was looking for... but it's still an improvement from "User Location Unknown" or whatever. Thanks Murphinator :)

cool hack

how do u get a sig pic with ur sites name and members and that stuff?


All times are GMT. The time now is 09:40 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.01218 seconds
  • Memory Usage 1,737KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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