Recent content by lokeshB

  1. L

    Some problem in password encryption/description

    Hi Chris D, Could you please reply me the solution. I am waiting for positive reply. Thanks
  2. L

    Some problem in password encryption/description

    Ok let me explain again: I am using KAYAKO forum and xenforo forum. I need same login and registration for both the forum. When I am registering from xenforo, I have also inserted data into KAYAKO user table. It is working fine. But when I am registering from KAYAKO then need to insert user...
  3. L

    Some problem in password encryption/description

    Please help me for doing this How can I do this so I will process accordingly. Thanks
  4. L

    Some problem in password encryption/description

    Then how can I login without password?
  5. L

    Some problem in password encryption/description

    Hi Chris D, I have worked on it. And inserted data into xf_user, xf_user_authenticate table and you told me to leave blank 'remember_key' in the process of registration from my code not Xenforo. All is working fine but when I am going to login on Xenforo then I put the email ID onto login page...
  6. L

    Some problem in password encryption/description

    I have checked, if I will leave blank then remember_key field is blank. I am unable to login with only email. Thanks
  7. L

    Some problem in password encryption/description

    If I will leave this blank then how can I login into my xenforo??
  8. L

    Some problem in password encryption/description

    Chris D, Could you please let me know where I am wrong. So I will update me code. Thanks
  9. L

    Some problem in password encryption/description

    This is my whole code.. $passwordVariable = new XenForo_Authentication_Core12(); $passwordVariable->generate($_REQUEST['password']); $unserialize = unserialize($passwordVariable->generate($_REQUEST['password'])); //print_r($unserialize); echo $unserialize['hash']...
  10. L

    Some problem in password encryption/description

    this code is providing me password I think so. but unable to login.
  11. L

    Some problem in password encryption/description

    Hi, I am using this code for password encrypt: $startTime = microtime(true); $fileDir = dirname(__FILE__); require($fileDir . '/library/XenForo/Autoloader.php')...
  12. L

    Some problem in password encryption/description

    Could you please let me know how can I do this.
  13. L

    Some problem in password encryption/description

    Thanks Chris, Actually I am using this password outside of your classes and functions. That's why I want to know the script of password. Thanks
  14. L

    Some problem in password encryption/description

    Could anyone reply my query. I am on the way of code.
  15. L

    Some problem in password encryption/description

    Hi All, Could you please send me simple script for encryption/description for password same as XF. so I can save this password for my other table same as your xf_user_authenticate table. Thanks
Top Bottom