![]() |
...Form from another page, that would use the user's database from VBB for authentication?
i.e: You have a password autherntication on your site, and the users and passwords have to be registered on the board, it must be easy to do this, but I can't :( Any help would be appreciated! Thanks in Advance! |
Yes I would love something like this for my site
with an option of letting them in only if they are in a certain group such as admin or super mod... would this be possible? |
I think I know how to do this now, thanks to the hear me chat hack, the hack uses a code like this, on a php stand alone file:
Code:
<? |
in member.php find:
if ($action=="login") { above this add if ($action=="memberlogin") { eval("\$logincode = \"".gettemplate("logincode")."\";"); eval("echo dovars(\"".gettemplate("memberlogin")."\");"); } then create a new template called memberlogin and paste this code in it {htmldoctype} <HTML> <HEAD><TITLE>$bbtitle - powered by vBulletin</title> $cssinclude </head> <body> $header <center> $logincode <br><br> </center> $footer </body> </html> then create a link to it I think that was all I did here is my link http://www.clubbers.ws/vb/member.php?action=memberlogin back up your member.php file before trying this. |
All times are GMT. The time now is 07:11 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|