Popular Post Laxmonster54♥ Posted May 22, 2009 Popular Post Report Posted May 22, 2009 Add the Following code to your Website Where you Want the Login Box to Appear. <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> 16
Slidell Posted August 20, 2011 Report Posted August 20, 2011 Greetings! Thorough stuff. coach outlet - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - -- - - -- -- - -- - - -- tag: coach handbags,coach outlet,coach handbag,coach outlet ,coach bag This guy seems legit.
Quinn Posted August 20, 2011 Report Posted August 20, 2011 This guy seems legit. What do you mean, I don't see anything
Rogue Modder Posted August 23, 2011 Report Posted August 23, 2011 Add the Following code to your Website Where you Want the Login Box to Appear. <snip>Don't you need any sort of API security. Also, does this just add the auth data to session cookies? How can we check if someone is logged in.
iBotPeaches Posted August 24, 2011 Report Posted August 24, 2011 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.
Rogue Modder Posted August 28, 2011 Report Posted August 28, 2011 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.Ah okay, thanks.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now