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="" /> |
#2
|
||||
|
||||
![]() Quote:
https://vborg.vbsupport.ru/showthread.php?t=174073 https://vborg.vbsupport.ru/showthread.php?t=108026 *More if you use the search *cough *cough - Redirection after login/out: https://vborg.vbsupport.ru/showthread.php?t=242354 - Remember me box will be part of the code, make sure you add that or find a way to implement in one of the two links I pasted above should be easy ![]() - That will require some finesse and I'm not about to outline it ![]() ![]() - Pulling the code, it depends on what code and where, if it's a php file you can code up something to grab data and this is the same as above unfortunately. Hopefully some of this was helpful, will get you off to a good start or in the least lead you in a new direction. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|