hello Posted February 11, 2023 Author Share Posted February 11, 2023 @Mahtab HassanHello, can you confirm, how do I make the password hash on MOFH-R work on Xera? Because I moved back to Xera. The hash outcome seems a lot different. Many thanks Quote Link to comment Share on other sites More sharing options...
Mahtab Hassan Posted February 11, 2023 Share Posted February 11, 2023 8 hours ago, ChippyTech said: Gave up on MOFH-R or Xera? coding Quote Link to comment Share on other sites More sharing options...
Mahtab Hassan Posted February 11, 2023 Share Posted February 11, 2023 4 hours ago, hello said: @Mahtab HassanHello, can you confirm, how do I make the password hash on MOFH-R work on Xera? Because I moved back to Xera. The hash outcome seems a lot different. Many thanks copy hash_salt from constant.php Quote Link to comment Share on other sites More sharing options...
Anyx Posted February 11, 2023 Share Posted February 11, 2023 4 hours ago, Mahtab Hassan said: coding That's very sad; hopefully you'll be able to get back to coding some day, regardless of where it's going to be (doesn't have to be MOFH coding, for example). Quote Link to comment Share on other sites More sharing options...
hello Posted February 12, 2023 Author Share Posted February 12, 2023 @Mahtab HassanDon't give up coding, you are very talented. The future is full of coding. On 2/11/2023 at 12:44 AM, Mahtab Hassan said: copy hash_salt from constant.php Where is that in Xera? Quote Link to comment Share on other sites More sharing options...
Mahtab Hassan Posted February 12, 2023 Share Posted February 12, 2023 2 hours ago, hello said: Where is that in Xera? in same file where you get hash_salt from Quote Link to comment Share on other sites More sharing options...
hello Posted February 13, 2023 Author Share Posted February 13, 2023 @Mahtab Hassan defined('EXIT_SUCCESS') or define('EXIT_SUCCESS', 0); // no errors defined('EXIT_ERROR') or define('EXIT_ERROR', 1); // generic error defined('EXIT_CONFIG') or define('EXIT_CONFIG', 3); // configuration error defined('EXIT_UNKNOWN_FILE') or define('EXIT_UNKNOWN_FILE', 4); // file not found defined('EXIT_UNKNOWN_CLASS') or define('EXIT_UNKNOWN_CLASS', 5); // unknown class defined('EXIT_UNKNOWN_METHOD') or define('EXIT_UNKNOWN_METHOD', 6); // unknown class member defined('EXIT_USER_INPUT') or define('EXIT_USER_INPUT', 7); // invalid user input defined('EXIT_DATABASE') or define('EXIT_DATABASE', 8); // database error defined('EXIT__AUTO_MIN') or define('EXIT__AUTO_MIN', 9); // lowest automatically-assigned error code defined('EXIT__AUTO_MAX') or define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code /* |-------------------------------------------------------------------------- | Build Information |-------------------------------------------------------------------------- | | These constants define the build information of Xera | */ defined('XERA_VERSION') or define('XERA_VERSION', '1.2.8'); // build version defined('XERA_TAG') or define('XERA_TAG', 'Hollow'); // build tag defined('XERA_DATE') or define('XERA_DATE', '23-08-2022'); // build date defined('XERA_AFFL') or define('XERA_AFFL', 123456); // iFastNet affiliate id /* |-------------------------------------------------------------------------- | Hashing Algorithum |-------------------------------------------------------------------------- | | These constants define the hashing algos fors Xera | */ defined("HASH_ALGO_64") or define('HASH_ALGO_64', 'sha256'); // 64 charatchers hashing algo defined("HASH_ALGO_32") or define('HASH_ALGO_32', 'haval128,3'); // 32 charatchers hashing algo defined("HASH_ALGO_16") or define('HASH_ALGO_16', 'fnv1a64'); // 16 charatchers hashing algo defined("HASH_ALGO_8") or define('HASH_ALGO_8', 'crc32'); // 8 charatchers hashing algo I don't see hash_salt here but I can find it in MOFH-R Quote Link to comment Share on other sites More sharing options...
Mahtab Hassan Posted February 13, 2023 Share Posted February 13, 2023 you can find it in app/helpers/custom_helper.php Quote Link to comment Share on other sites More sharing options...
hello Posted February 16, 2023 Author Share Posted February 16, 2023 @Mahtab HassanFound it! Thank you so much. All my web projects depend on your software! Quote Link to comment Share on other sites More sharing options...
hello Posted February 16, 2023 Author Share Posted February 16, 2023 @Mahtab HassanIt seems like that there is a new bug that mofhr and xera is having issues with creating web hosting accounts. They are all stuck on pending. Is this issue Byet side? Quote Link to comment Share on other sites More sharing options...
Mahtab Hassan Posted February 17, 2023 Share Posted February 17, 2023 21 hours ago, hello said: @Mahtab HassanIt seems like that there is a new bug that mofhr and xera is having issues with creating web hosting accounts. They are all stuck on pending. Is this issue Byet side? callback issue Quote Link to comment Share on other sites More sharing options...
hello Posted February 18, 2023 Author Share Posted February 18, 2023 Where in the source code of Xera may I find the call back code. Like where it requests the data. Cause I remember there is one file C.php that requests callback.json or something but Im not sure if it correct Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted February 18, 2023 Share Posted February 18, 2023 (edited) 9 hours ago, hello said: Where in the source code of Xera may I find the call back code. Like where it requests the data. Cause I remember there is one file C.php that requests callback.json or something but Im not sure if it correct Admin API Settings add the callback url in the mofh panel the default files already work. Edited February 18, 2023 by SpookyKipper Quote Link to comment Share on other sites More sharing options...
hello Posted February 19, 2023 Author Share Posted February 19, 2023 @SpookyKipperWhen I pressed the test connection button it says that the API is working. But Mahtab says it is the callback problem. Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted February 19, 2023 Share Posted February 19, 2023 (edited) 2 hours ago, hello said: @SpookyKipperWhen I pressed the test connection button it says that the API is working. But Mahtab says it is the callback problem. did you add the callback url in the mofh panel and api is working means ok Edited February 19, 2023 by SpookyKipper Quote Link to comment Share on other sites More sharing options...
hello Posted February 20, 2023 Author Share Posted February 20, 2023 @SpookyKipperWhen I create new web hosting account it is stuck on pending. That is why I changed back to Xera. Now Xera isnt working as well Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted February 20, 2023 Share Posted February 20, 2023 18 hours ago, hello said: @SpookyKipperWhen I create new web hosting account it is stuck on pending. That is why I changed back to Xera. Now Xera isnt working as well add the callback url in mofh panel Quote Link to comment Share on other sites More sharing options...
Saurav Phuyal Posted April 6 Share Posted April 6 Took me one whole day to fix this, I wrote article in my website. Article: https://ekg.com.np/email-issues-in-xera-and-mofh-r/ Quote Link to comment Share on other sites More sharing options...
Burke Knight Posted April 6 Share Posted April 6 Please do not reply to old posts, in the future. However, since this does seem to be a fix for the issue, until I'm told that it's invalid (I don't use Xera, so don't know) I'm going to let this post stand. Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted April 6 Share Posted April 6 @Saurav Phuyal - You can create a pull request in GitHub with these changes so the issue does not effect others in te future Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.