How to change md5_encrypt to pwdcompare

Results 1 to 12 of 12
  1. #1
    Account Upgraded | Title Enabled! JemCanoy is offline
    MemberRank
    Nov 2012 Join Date
    CabalLocation
    282Posts

    How to change md5_encrypt to pwdcompare

    Hi guyz...can u help me on how to change md5_encrypt to pwdcompare to login in cabaltoolz

    Code:
    $user_auth = new securelogin;
    $user_auth->handler['checklogin'] = 'admin_checklogin';
    $user_auth->handler['encode'] = 'md5_encrypt';
    $user_auth->post_index = array(    'user' => 'user' ,'pass' => 'pass' );
    $user_auth->use_cookie = true;
    $user_auth->use_session = false;


  2. #2
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: How to change md5_encrypt to pwdcompare

    Quote Originally Posted by JemCanoy View Post
    Hi guyz...can u help me on how to change md5_encrypt to pwdcompare to login in cabaltoolz

    Code:
    $user_auth = new securelogin;
    $user_auth->handler['checklogin'] = 'admin_checklogin';
    $user_auth->handler['encode'] = 'md5_encrypt';
    $user_auth->post_index = array(    'user' => 'user' ,'pass' => 'pass' );
    $user_auth->use_cookie = true;
    $user_auth->use_session = false;
    I Think EMI Knows About This... Coz' I Think They Are Using It... MMOWEBZ Cabal Online: Episode 8 :: Register

    Or He Just Integrated Chumps Simple Reg. Page To Cabaltoolz?...

  3. #3
    Account Upgraded | Title Enabled! JemCanoy is offline
    MemberRank
    Nov 2012 Join Date
    CabalLocation
    282Posts

    Re: How to change md5_encrypt to pwdcompare

    Quote Originally Posted by 4pLay View Post
    I Think EMI Knows About This... Coz' I Think They Are Using It... MMOWEBZ Cabal Online: Episode 8 :: Register

    Or He Just Integrated Chumps Simple Reg. Page To Cabaltoolz?...
    well thats only a reg page and its easy to make.....

  4. #4
    ┌П┐(•_•)┌П┐ allocen is offline
    MemberRank
    Dec 2009 Join Date
    Deep AbyssLocation
    1,003Posts

    Re: How to change md5_encrypt to pwdcompare

    Take look in procedures of account. You will see something like check login by id. Check it and you'll see that you can make an easy register page and so and editing the controlpanel of cabaltoolz.

  5. #5
    Account Upgraded | Title Enabled! JemCanoy is offline
    MemberRank
    Nov 2012 Join Date
    CabalLocation
    282Posts

    Re: How to change md5_encrypt to pwdcompare

    Quote Originally Posted by allocen View Post
    Take look in procedures of account. You will see something like check login by id. Check it and you'll see that you can make an easy register page and so and editing the controlpanel of cabaltoolz.
    hey bro..... do u know how to change the md5_encrypt to pwdcompare?

  6. #6
    ┌П┐(•_•)┌П┐ allocen is offline
    MemberRank
    Dec 2009 Join Date
    Deep AbyssLocation
    1,003Posts

    Re: How to change md5_encrypt to pwdcompare

    god i just told you early.... What you see there 'md5_encrypt' is a function in cabaltoolz which checks the md5 of the password from your account. You have to create a new function or edit the current one 'md5_encrypt' to be able to get the binary pw from db. And you can do that if you use a procedure called check login pwd by id, something like that from database account. Just take a look and you'll see what is about. Is simple, oh and if you dont know php, im afraid you have to learn.

  7. #7
    Account Upgraded | Title Enabled! JemCanoy is offline
    MemberRank
    Nov 2012 Join Date
    CabalLocation
    282Posts

    Re: How to change md5_encrypt to pwdcompare

    Quote Originally Posted by allocen View Post
    god i just told you early.... What you see there 'md5_encrypt' is a function in cabaltoolz which checks the md5 of the password from your account. You have to create a new function or edit the current one 'md5_encrypt' to be able to get the binary pw from db. And you can do that if you use a procedure called check login pwd by id, something like that from database account. Just take a look and you'll see what is about. Is simple, oh and if you dont know php, im afraid you have to learn.
    Im learning....

  8. #8
    Member MhieYhang is offline
    MemberRank
    Feb 2013 Join Date
    Japan, TokyoLocation
    81Posts

    Re: How to change md5_encrypt to pwdcompare

    Quote Originally Posted by JemCanoy View Post
    Hi guyz...can u help me on how to change md5_encrypt to pwdcompare to login in cabaltoolz

    Code:
    $user_auth = new securelogin;
    $user_auth->handler['checklogin'] = 'admin_checklogin';
    $user_auth->handler['encode'] = 'md5_encrypt';
    $user_auth->post_index = array(    'user' => 'user' ,'pass' => 'pass' );
    $user_auth->use_cookie = true;
    $user_auth->use_session = false;

    well, emi know's about this problem ..

  9. #9
    ┌П┐(•_•)┌П┐ allocen is offline
    MemberRank
    Dec 2009 Join Date
    Deep AbyssLocation
    1,003Posts

    Re: How to change md5_encrypt to pwdcompare

    God, its that hard to make another function to check the pwd binary from db using that procedure that i told you guys early? :O

  10. #10
    Account Upgraded | Title Enabled! JemCanoy is offline
    MemberRank
    Nov 2012 Join Date
    CabalLocation
    282Posts

    Re: How to change md5_encrypt to pwdcompare

    Quote Originally Posted by allocen View Post
    God, its that hard to make another function to check the pwd binary from db using that procedure that i told you guys early? :O
    well..... mybe u can share the procedures....

  11. #11
    ┌П┐(•_•)┌П┐ allocen is offline
    MemberRank
    Dec 2009 Join Date
    Deep AbyssLocation
    1,003Posts

    Re: How to change md5_encrypt to pwdcompare

    God, do you even understood what i said at least?

  12. #12
    Account Upgraded | Title Enabled! DWBaHu0 is offline
    MemberRank
    Jun 2006 Join Date
    226Posts

    Re: How to change md5_encrypt to pwdcompare

    Actually is not so hard, but first you need to thinking from where exactly is this md5 checker? are u sure that is the correct files to make it with pwdcompare? Check first MSSQL procedures about logins, then try to edit your web :)



Advertisement