Jump to content

  •  

  • iBotModz CBox


    Photo

    IPB Login On your Custom HomePage


    • Please log in to reply
    5 replies to this topic

    #1 Laxmonster54♥

    Laxmonster54♥

      Im one hell of a sexy man...

    • Retired Staff

    • 1,053 posts
    • Joined: 25-August 07
    • Gender:Male
    • Location:MO

    Posted 22 May 2009 - 07:39 AM

    *
    POPULAR

    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>


    #2 Slidell

    Slidell

      IBM Life Support

    • VIP

    • 2,863 posts
    • Joined: 18-July 08
    • Gender:Male
    • Location:New Orleans

    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 Quinn

    Quinn

      Colonel Grade 3

    • Global Mods

    • 2,323 posts
    • Joined: 29-August 07
    • Gender:Male
    • Location:Canada

    Posted 20 August 2011 - 07:44 AM

    This guy seems legit.


    What do you mean, I don't see anything ;)

    #4 Rogue Modder

    Rogue Modder

      Class of 2008

    • VIP

    • 1,328 posts
    • Joined: 02-January 09
    • Gender:Male
    • Location:London, UK

    Posted 23 August 2011 - 04:14 PM

    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.

    #5 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    Posted 23 August 2011 - 10:28 PM

    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.

    #6 Rogue Modder

    Rogue Modder

      Class of 2008

    • VIP

    • 1,328 posts
    • Joined: 02-January 09
    • Gender:Male
    • Location:London, UK

    Posted 28 August 2011 - 07:25 AM

    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.