vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Blank name in Whos Online - Help ! (https://vborg.vbsupport.ru/showthread.php?t=66966)

teksigns 07-08-2004 01:01 PM

Blank name in Whos Online - Help !
 
Help !

one of the hack i install must have changed something it was not supposed to ....

i just noticed that my whos online is displaying a blank name for
all spiders that visit the forum .....

guest and members are showing fine .

any idea what php code could be causing this ....
help me track this down ........

Tony G 07-08-2004 01:33 PM

Do you know what hack you installed that affected this, or when this error began?

teksigns 07-08-2004 02:20 PM

actually it began about 4 days ago ...

i installed several hacks on or about that time
so actually im unsure which is the one affecting it

vB Pager 2.0.0

vbadvanced links

and the medals hack .....however i uninstalled the medals hack .......but not totaly sure that not the one that affected it .......

if i just knew where the script picks up the name for the spider ....
looks like we could trace back from there and find the bad code

teksigns 07-08-2004 08:18 PM

problem Has been FIXED .....

Problem was with the hack vbPager 2.0

the problem was with the code givin for whoonlinebit template.....


i used this code below instead of the code givin in the install
and all is working now .....


Code:

<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] -->
        <td class="alt1" width="35%">
                <span class="smallfont" style="float:$stylevar[right]"><span class="time">$userinfo[time]</span></span>
                <if condition="$show['loggedinuser']">
                        <a href="member.php?$session[sessionurl]u=$userinfo[userid]" target="_blank">$userinfo[musername]</a>$userinfo[hidden]<if condition="$show['buddy']">+</if>
<if condition="$vboptions[vbpager_canpager]">
<if condition="$bbuserinfo[userid]!=$userinfo[userid]">
<a href="#" onClick='window.open("pager.php?action=pager&do=newpager&touserid=$userinfo[userid]","pager","width=330,height=177");return false;'>
<img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a>
</if>
</if>
                <else />
                        <if condition="$show['spider']">$userinfo[spider] $vbphrase[spider]<else />$userinfo[musername]
<if condition="$vboptions[vbpager_canpager]">
<a href="#" onClick='window.open("pager.php?action=pager&do=newpager&guestid=$userinfo[sessionid]","pager","width=330,height=177");return false;'>
<img class="inlineimg" src="$stylevar[imgdir_button]/vbpager.gif" border="0" alt="$vbphrase[vbpager_send_pager_to] $userinfo[username]" /></a>
</if>
</if>
                </if> $show[pager]
        </td>
<!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.0' CHANGEID= 9 ] -->



All times are GMT. The time now is 11:51 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.00991 seconds
  • Memory Usage 1,717KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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