Log in

View Full Version : A Simple Question...


Slybone
01-03-2004, 09:33 PM
In Reply to my post over at
http://www.vbulletin.com/forum/showthread.php?t=90885

I want to make it so that using the forum located in the attachment I can allow my users to login...

But they removed the old /members.php?username=Username&password=Password way of logging in...
So I Have a Feeling I will need to edit some code...

my code for the login box is....


<form action="http://mysite.net/forum/members.php" method="post">
<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000"><img

src="Images/Buttons/Username.gif" width="134" height="18"></font><font face="Verdana, Arial, Helvetica, sans-serif" size="2"

color="#000000"><br>
<input type="text" name="username" size="18">
</font><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000"><br>
</font><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">
<img src="Images/Buttons/Password.gif" width="134" height="18"></font><font face="Verdana, Arial, Helvetica,

sans-serif" size="2" color="#000000"><br>
</font><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
<input type="password" name="password" size="18">
</font>
<center><input type="submit" name="submit" value="Login"></center></form>


Please Read http://www.vbulletin.com/forum/showthread.php?t=90885 For full details on this problem...

-Slybone

Slybone
01-04-2004, 06:27 PM
anyone at all?