thanks all. I'm in the process of moving to 3.71 but I need the old site running till then.
it's sorta working but certain pages won't. first issue i've found is online.php. it two locations it uses show() which doesn't work. for example.
Code:
while ( list($key,$val)=each($guests) ) {
$numberguests++;
$onlinebits .= show($val);
}
if I comment out the show($val) line in both locations the page will load. it's not right but it loads. if i leave them in, I get an internal server error. private messages & the user CP are havign the same issue.
--------------- Added [DATE]1213028700[/DATE] at [TIME]1213028700[/TIME] ---------------
I've narrowed the show() issue down to 1 line. it's the call to get whosonlinebit. ?!?! so I edited the template and if I remove all 3 vars $userinfo[where], $onlinebit_email, & $onlinebit_ip the page will load.
I'm throughly confused now
Code:
<tr align="center">
<td bgcolor="{firstaltcolor}" align="left"><normalfont>$linkedname $userinfo[hidden]</normalfont></td>
<td bgcolor="{secondaltcolor}" align="left" width=300><smallfont>$userinfo[where]</smallfont></td>
<td bgcolor="{firstaltcolor}" nowrap><smallfont>$userinfo[time]</smallfont></td>
$onlinebit_pm
$onlinebit_email
$onlinebit_ip
</tr>
made a thread at vb.com as suggested
--------------- Added [DATE]1213031195[/DATE] at [TIME]1213031195[/TIME] ---------------
the host did soemthing and now it works. not sure what it was.