|
Simple Login from Non-Vb pages
This modification is in the archives.
Just copy-paste the following code to the place you wish to put your login
Replace "your forum URL" as per your setting Code:
<TABLE><TR>
<TD width="246"><form action="http://Your forum url/login.php" method="post"
onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<input name="vb_login_md5password" type="hidden" />
<input name="s" type="hidden" value="" />
<input type="hidden" name="url" value="http://your forum url" />
<input name="do" type="hidden" value="login" />
Login to Forum <br>
<span class="style5">User Name</span>
<input class="bginput" name="vb_login_username" size="18"
type="text" />
<br />
<span class="style5">Password</span>
<input class="bginput" name="vb_login_password" size="18"
type="password" />
<br />
<input checked="checked" class="bginput" name="cookieuser"
id="cb_cookieuser" type="checkbox" value="1" />
<span
class="smallfont">Remember Me</span>
<input class="button" type="submit" value="Login" />
<a href="http://Your forum url/register.php?">Register</a> </form></TD>
</TR></TABLE>
Download No files for download. |
|||||||||
Similar Mods
| Integration with vBulletin Simple login page/box/code for external pages | vBulletin 3.7 Add-ons |
| Integration with vBulletin Simple vB User login and access control on non vB pages | vBulletin 3.6 Add-ons |
| Integration with vBulletin Simple vB User login and access control on non vB pages | vBulletin 3.7 Add-ons |
| Simple vB User login and access control on non vB pages | vBulletin 3.5 Add-ons |
| Integration with vBulletin Simple login page/box/code for external pages | vBulletin 3.6 Add-ons |