<?
// Require the library
require ("main.inc.php");
require ("languages/$lang[THIS_FILE]/wwwthreads.php");
if ($user['U_Username']) {
echo "$lang[INTRO_SUB], $user[U_Username]";
}
else {
echo $lang['WEL_PRIV_NO'];
}
?>
echo "$lang[INTRO_SUB], $user[U_Username]"; does Welcome, Username
and
echo $lang['WEL_PRIV_NO']; is not reggistered, register a username here.
<font color=red>--------------</font color=red>
<a target="_blank" href=http://extremeforums.org/index>http://extremeforums.org/index</a>