hi i was wondering if its possible to make my login, and password info on my main paid, to say a welcome message when a user is logged in, and not to display the login and password boxes... this is the code i am using to log into my vbulletin from and outside page.. please try to be as easy to explain as you can this is tough for me.. lol Thank you so much
Code:
<form action="./FORUM/login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<input type="hidden" name="do" value="login" />
<input type="hidden" name="url" value="/test" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<strong>User Login</strong> <input type="text" name="vb_login_username" id="login" tabindex="1" class="form" accesskey="u" value="username" onfocus="this.value=''"/> <input type="password" name="vb_login_password" id="password" tabindex="1" class="form" value="password" onfocus="this.value=''"/> <input type="submit" name="login" id="submit" tabindex="1" value="" accesskey="s" class="login_button" /> <input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" /> Remember me? <a href="index.php?page=register">Register</a> | <a href="index.php?page=forgot">Lost Password</a>
</form>
--------------- Added [DATE]1228437234[/DATE] at [TIME]1228437234[/TIME] ---------------
does anyone read these forums? geez