PDA

View Full Version : Blank name in Whos Online - Help !


teksigns
07-08-2004, 01:01 PM
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 .....


<!-- [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 ] -->