<form action='http://yoursite.com/index.php?act=Login&CODE=01' method='post' name='theform'> <div align="left"><font size="1" face="Arial, Helvetica, sans-serif">Username <input type='text' class='text' name='UserName'> <br> Password</font> <input type='password' class='text' name='PassWord'> <br> <input name="submit" type='submit' class='submit' value='Login'> </div> </form>
iBotModz CBox
IPB Login On your Custom HomePage
#1
Posted 22 May 2009 - 07:39 AM
POPULAR
- eiusernamei45, heeledonild, DydayDayday and 13 others like this
#2
Posted 20 August 2011 - 07:19 AM
Greetings!
Thorough
stuff.
coach outlet
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - -- - - -- -- - -- - - --
tag: coach handbags,coach outlet,coach handbag,coach outlet ,coach bag
This guy seems legit.
#3
Posted 20 August 2011 - 07:44 AM
This guy seems legit.
What do you mean, I don't see anything
#4
Posted 23 August 2011 - 04:14 PM
Don't you need any sort of API security. Also, does this just add the auth data to session cookies?Add the Following code to your Website Where you Want the Login Box to Appear.
<snip>
How can we check if someone is logged in.
#5
Posted 23 August 2011 - 10:28 PM
#6
Posted 28 August 2011 - 07:25 AM
Ah okay, thanks.It just redirects the posted login information to the regular IPB URL for authentication. So the only cleaning you'd need to do is like urlencode before passing to the URL.