vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Browser on Who's Online (https://vborg.vbsupport.ru/showthread.php?t=172190)

Mr saleki 03-04-2008 10:00 PM

Browser on Who's Online
 
This hack can be used with vBulletin v3.6.x.

Description: This hack will show each user's browser in the Who's Online Box beside their name. It supports IE, Firefox, Opera, Camino, Safari, Konqueror, and Netscape. If the user is using a browser that is unsupported with this hack, it will show a Question mark icon, which means its an Unknown browser.

Installation :
1. Do the following File Edits:
OPEN: index.php
FIND:
Code:

session.userid, session.inforum, session.lastactivity,
IN LINE FIND:
Code:

session.userid,
AFTER ADD:
Code:

session.browser,
IN index.php FIND:
Code:

                                'username'          =>& $vbulletin->userinfo['username'],
AFTER ADD:
Code:

                                'browser'          =>& $vbulletin->session->vars['browser'],
CLOSE AND SAVE: index.php

2. Do the following Template Edit:

OPEN: forumhome_loggedinuser

AT THE BEGINNING OF THE TEMPLATE ADD:
Code:

<!-- Start: Browser on Who's Online by derekivey - Version 1.0.3 -->
<if condition="$loggedin[browser] == internet_explorer">
<img src="$stylevar[imgdir_misc]/ie.gif" alt="$vbphrase[browser_internet_explorer]" />
</if>
<if condition="$loggedin[browser] == opera">
<img src="$stylevar[imgdir_misc]/opera.gif" alt="$vbphrase[browser_opera]" />
</if>
<if condition="$loggedin[browser] == firefox">
<img src="$stylevar[imgdir_misc]/ff.gif" alt="$vbphrase[browser_firefox]" />
</if>
<if condition="$loggedin[browser] == camino">
<img src="$stylevar[imgdir_misc]/camino.gif" alt="$vbphrase[browser_camino]" />
</if>
<if condition="$loggedin[browser] == konqueror">
<img src="$stylevar[imgdir_misc]/konqueror.gif" alt="$vbphrase[browser_konqueror]" />
</if>
<if condition="$loggedin[browser] == safari">
<img src="$stylevar[imgdir_misc]/safari.gif" alt="$vbphrase[browser_safari]" />
</if>
<if condition="$loggedin[browser] == netscape">
<img src="$stylevar[imgdir_misc]/netscape.gif" alt="$vbphrase[browser_netscape]" />
</if>
<if condition="!$loggedin[browser] OR $loggedin[browser] == unknown">
<img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$vbphrase[browser_unknown]" />
</if>
<!-- End: Browser on Who's Online by derekivey - Version 1.0.3 -->

SAVE: forumhome_loggedinuser

3. Upload the files in the upload folder.

4. Import product-browser_on_wol Under PRODUCTS (not plugins).

Finished!

SEOvB 03-05-2008 08:36 PM

how is it different then https://vborg.vbsupport.ru/showthread.php?t=133784?

Mr saleki 03-05-2008 08:53 PM

no different

SEOvB 03-05-2008 09:46 PM

you do realize its against the rules to take someones code, and release it as your own right?

Mr saleki 03-05-2008 10:02 PM

no no my friend ...
i gived this hack but this site ... *** Removed Warez link *** and i didn't know that this hack in this forums .
this is link this hack

*** Removed Warez link ***

i am excuse my friend ...
best kinds

SEOvB 03-06-2008 02:04 AM

lol, wow

Magnumutz 03-06-2008 03:11 AM

Dude, cut the crap... this is EXACTLY derekivey's release.

Dismounted 03-06-2008 04:15 AM

Mr saleki, do you have permission from the original author (derekivey) to re-release his work?


All times are GMT. The time now is 07: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.01752 seconds
  • Memory Usage 1,728KB
  • 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
  • (6)bbcode_code_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