ok, Um, As par my sig I use VBB as my forum,
so its quite a complex system that mixes the two,
Code:
$curdir = getcwd ();
chdir('forum');
require_once('forum/global.php');
chdir ($curdir);
?>
Image Here ??
<table cellpadding="0" cellspacing="0" align="left" style="margin-top:5px;">
<tr>
<td>
<?php
echo '<img src="http://www.soulquestrpg.com/forum/image.php?u='.$vbulletin->userinfo[userid].'" alt="Your avatar" border="0" /></a>
</td>
</tr>
</table>';
Thats pretty much everything needed.