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.