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....
Code:
<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