The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I was wondering if there was a way to code this out in HTML or PHP. I am making a clan website from HTML but I wanted to have a login box for VB3. But if you manage to get the code for VB3, if you can tell me how to convert it to VB4 if I decide to upgrade, that would be helpful!
- Login Box and redirects you to the forum directly once you successfully logged in. - Logout. - A remember me box. - Once you log in, if you go back to the HTML page, it would say "Welcome (Your username)". - Also a php code for pulling out combat arm's clan page information. If you could make this code for free or for a payment/donation, I would greatly appreciate it! Thank you, AWantedHero (Oh and by the way, this is for vBulletin.) (I did manage to find this code but it doesn't redirect you to the forum homepage.) Code:
Form: <form action="login.php?do=login" method="post"> Username: <input type="text" name="vb_login_username" /> Password: <input type="password" name="vb_login_password" /> Inputs to add: Remember Me (optional): <input type="checkbox" name="cookieuser" /> Required Hidden inputs: <input type="hidden" name="s" value="" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" value="" /> <input type="hidden" name="vb_login_md5password_utf" value="" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|