Installing Your Custom Mailertizer Plugins

Thank you for purchasing a custom Mailertizer plugin! To ensure security and performance, Mailertizer plugins are encrypted using SourceGuardian, which requires the correct loader for your PHP version. Follow the steps below to install your plugin successfully.

Step 1: Download Your Plugin

Once you’ve completed your purchase, you will receive a download link. Please note that the link is valid for 2 days. If you need a new link, contact our support team.

Step 2: Extract and Upload

1. Extract the downloaded .zip file.
2. Upload the extracted plugin folder to your Mautic plugins directory (/path/to/mautic/plugins/).

Step 3: Install SourceGuardian Loader

Since our plugins are encoded with SourceGuardian, you must install the appropriate loader for your PHP version. Use the guide below to download and install the correct loader:

You can downlaod the latest loaders from SourceGaurdian here.

Each version of php stores it’s extenstions in different locations

PHP Version Common Directory Path
PHP 7.4 /usr/lib/php/20190902/
PHP 8.0 /usr/lib/php/20200930/
PHP 8.1 /usr/lib/php/20210902/
PHP 8.2 /usr/lib/php/20220829/
PHP 8.3 /usr/lib/php/20230902/

Below is an example of how to install the loaders.  It is the same for each version of php
1. Download the loader: SourceGuardian PHP 7.4
2. Extract the .tar.gz or .zip file and locate the loader file (e.g., ixed.7.4.lin for Linux or ixed.7.4.dll for Windows).
3. Move the loader file to your PHP extension directory (/usr/lib/php/20200930/ for Linux).
4. Add the following line to your php.ini file: extension=ixed.8.0.lin

in order to do this you will need to update both your fpm and cli directory (if you are running a Linux server)

You can use an editor of your choice (we recommend either nano or vim)

The files that need to be updated are:

/etc/php/{your_version}/fpm/php.ini and

/etc/php/{your_version}/cli/php.ini

Once you have updated the files you will need to restart your webserver and if you are running fpm, then systemctl restart php8.1-fpm