Add a login box. (Website related)

Results 1 to 4 of 4
  1. #1
    Account Upgraded | Title Enabled! crucifix is offline
    MemberRank
    Jan 2012 Join Date
    204Posts

    Add a login box. (Website related)

    Ok I am in the process of revamping my registration page its more in the getting it functional stage now as I am still making images but http://ks369868.kimsufi.com/register/ but its getting there. My question is say I wanted to add a login box to my header so users can login on the page can I just copy the code form one of the other pages login's or is there anything special I have to do?

    I am trying to get this right the first time as I will be releasing a tutorial on how to do this once its done.


  2. #2

    Re: Add a login box.

    i made a login script based off the change password script, if you want to make a login for the website and make it easier on yourself before making your server public, you can do something like,
    $Repass = md5($Repass);
    MySQL_Query("call adduser('$Login', $Salt, '0', '0', '0', '0', '$Email', '0', '0', '0', '0', '0', '0', '0', '', '', $Repass)") or die ("Can't execute query.");

    since $Pass == $Repass it has to be the same password so the second password is sent to the second password in the table.

    if you dont wanna do it that way you can refrence a login page from bash's change password script. what i did with it,
    use the compare login/password to send a cookie to the control panel page, if you want ill share the source i plan to make a much simpler login page/control panel for newer pw owners.

    also if you want to use the method i used, i believe you need the fn_varbin function in your database its located on bashs change password page.
    as always
    credit goes to bash
    http://forum.ragezone.com/f694/chang...script-679347/

  3. #3
    Account Upgraded | Title Enabled! crucifix is offline
    MemberRank
    Jan 2012 Join Date
    204Posts

    Re: Add a login box.

    Thanks a lot thats exactly what I needed.

  4. #4
    PW Dev <3 Ozuru is offline
    MemberRank
    Feb 2011 Join Date
    737Posts

    Re: Add a login box.

    Quote Originally Posted by crucifix View Post
    Thanks a lot thats exactly what I needed.
    Make sure to spend some time with it, just keep persevering, these are a pain to work with.



Advertisement