gmtimage.php needs to be where your vbulletin folders are...which looks like you installed it in the forum root....is there where vbulletin is?
eidt sure is.....okay well let me know how it goes.
make sure you find Member Info Template
and replace:
Code:
<tr>
<td class="tcat" width="50%">$vbphrase[timezone_image]</td>
</tr>
<tr valign="top">
<td class="panelsurround" align="center">
<div class="panel">
<div align="$stylevar[center]">
<img src="gmtimage.php?gmt=$userinfo[timezoneoffset]&localtime=$userinfo[localtime]&localdate=$userinfo[localdate]#gif.gif" alt="$vbphrase[timezone_image]"/>
</div>
</div>
</td>
</tr>
</table>
$footer