Jump to content
[MUST READ] Forum Rules ×

Xera Simple mailer not working


hello

Recommended Posts

  • Replies 119
  • Created
  • Last Reply

Top Posters In This Topic

@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

Link to comment
Share on other sites

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 by SpookyKipper
Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...