The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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 ........ |
|
#2
|
||||
|
||||
|
Do you know what hack you installed that affected this, or when this error began?
|
|
#3
|
||||
|
||||
|
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 |
|
#4
|
||||
|
||||
|
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 ] -->
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|