The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Simple login page/box/code for external pages Details »» | |||||||||||||||||||||||||||
Simple login page/box/code for external pages
Developer Last Online: Mar 2012
Ever wondered how you could add your own login box or fully customized login page outside your VB forums?
Ever had problems with other solutions that require a lot of files, PHP coding that in the end need a lot of tweaks or can give you a big headache? Well, the problem is now solved. 100% Reliable 100% Bug Free* No Uneeded codes running No PHP knowledge required *if you use the code properly By just using the same piece of code used in every Vbulletin pages I've managed to create login pages, boxes in any page I wanted outside my forums. Works 100% and by just following the instructions (2 simple steps) you'll be able to add and customize your login page wherever you want. There is a screenshot of an example page built with this code that it's fully customized and logins to the forums on another domain. Just an example of what you can do. The ZIP file contain the code instructions and 2 HTML pages with the code inside. There are two versions of the code: With or Without "Remember me?" checkbox. Hope it helps. If you've found this useful, had problems with other methods of external login, etc, consider donating a small amount, I'd appreciate Show Your Support
|
Comments |
#2
|
||||
|
||||
To-do list (what to expect in future releases):
Currently the login box when you log will redirect you to your main boards page, if you go back to where the login page, you'll see the login box again. I plan soon to upgrade the code and show a logged in stat. Can you put a register button? You can do it yourself by just adding the following line on the code wherever you want the register line to be: Code:
<a href="pathtoyourforums/register.php">Not a member? Register now</a> |
#3
|
|||
|
|||
Interesting.
My site is primarily cold fusion, with a vB forum. Can i use this in a CF page? |
#4
|
||||
|
||||
I don't have experience with cold fusion, but being this code only HTML tags, I don't think you'll have problems implemnenting it on your page.
|
#5
|
||||
|
||||
Quite a bit different to the other mod like this, in that it doesnt need to connect to your site, it just posts the values. It's a bit easier to use in that sense, and as described this will work on a html page, doesnt have to be php.
Nice one. Works good. |
#6
|
|||
|
|||
i faced a problem with it
after logging in the code return me to another addres end with /path for example www.dm3ty.net/path this addrese appears after logging in note i change the path in the page as http://www.dm3ty.net/vb |
#7
|
|||
|
|||
Very Very Thanks
|
#8
|
|||
|
|||
wow! thank you soo much!
|
#9
|
|||
|
|||
I know you're probably working on other things aswell, but do you think you could ad the ability to display a persons username? so like - say they log in - once they do - it says their username at the top with thier avatar next to it? That'd be absolutely awesome!
|
#10
|
||||
|
||||
Quote:
*the places to modify the code are highlighted Code:
<form action="vb/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="/vb" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <label>Username:<input name="vb_login_username" type="text" id="login" tabindex="1" class="bginput" accesskey="u"/></label> <label>Password:<input name="vb_login_password" type="password" id="password" tabindex="1" class="bginput" /></label> <label>Remember me?<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" /></label> <input name="submit" type="submit" id="submit" tabindex="1" value="Login" accesskey="s" class="button" /> </form> Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|