on this all iget is
http://www.globalvibez.com/test.html
code is
PHP Code:
<?php
chdir('./forum');
require_once('./vBExternal.php');
?>
<?php
output_NewestMembers(5);
?>
<table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td width='1%' style='white-space:nowrap'><b>Username:</b> <a href='/forum/member.php?u={userid}'>{username}</a></td>
<td width='1%' style='white-space:nowrap'><b>Posts:</b> {posts}</td>
</tr>
</table>
<?php
output_NewestMembers(5);
?>