Innovating solutions for your Business.
 
 

Spinning with Content and URL rotator


With spinner addon you will be able to rotate all the Interspire Email Marketer fields:
- Subject
- Campaign HTML Content
- Campaign Text Content
- Send From This Name
- Send From This Email Address
- Send Reply Emails to
- Send Bounced Emails to
- Company Address
- Default HTML Email Footer
- Default Text Email Footer
The syntax to Spin the content is called SPINTAG.
Example:
  • RAW Content:
    Hello dear {Customer|Client} have a nice {day|night|weekend}
    
  • Processed Content:
    Subscriber 1:
    Hello dear Customer have a nice night
    
    Subscriber 2:
    Hello dear Client have a nice weekend
    
With content spinned you will generate unique and dynamic content in your Email Campaigns.

Campaign URL Rotator

With URL Rotator you will be able to replace all the Local Domain with a Remote Domain in your Email Campaigns without losing your Tracking Data:
Links replaced:
- Open Links
- URL Links
- Image Links
- Unsubscribe Links
- View Online Links
- Message-ID Domains
Example:
  • Local Domain:  update.iem.maborak.net
    Remote Domain: remote.maborak.net
    
    RAW Campaign:
    Hello dear Client,
    
    Our <a href="http://update.iem.maborak.net/link.php?L=1&N=88&etc">download link</a> etc
    
    Thanks
    
    Click here to <a href="http://update.iem.maborak.net/unsubscribe.php?L=1&N=88">unsubscribe</a>
    
    
  • URL Rotated:
    Hello dear Client,
    
    Our <a href="http://remote.maborak.net/link.php?L=1&N=88&etc">download link</a> etc
    
    Thanks
    
    Click here to <a href="http://remote.maborak.net/unsubscribe.php?L=1&N=88">unsubscribe</a>
    
    
Remote Domain configuration requires extra configuration in the server and you can request the guide after Product Purchase.
The principal advantage of Campaign URL Rotator is avoid losing your Subscribers opens/clicks/links due to Server overload or Internal server Error.

With the remote URL, the Overload of your server will be distributed between your Remote Domains.

Multiple URL Rotator

In your registered Remote Domains you can use the RANDOM URL option in your Email Campaign, this option will use all your Domains assigned to the user and rotate in each subscriber.

SEO Links

This feature will convert all your Normal Links in SEO Links like Wordpress or Other CMS.

SEO Links modifications
http://domain.net/link.php?M=1&N=88&L=5&F=H => http://domain.net/L1-88-5-H.html
http://domain.net/link.php?M=1&N=88&L=5&F=H => http://domain.net/L1/88/5/H.html
http://domain.net/link.php?M=1&N=88&L=5&F=H => http://domain.net/L1_88_5_H.html
http://domain.net/link.php?M=1&N=88&L=5&F=H => http://domain.net/L1.88.5.H.html
http://domain.net/link.php?M=1&N=88&L=5&F=H => http://domain.net/L1|88|5|H.html
http://domain.net/link.php?M=1&N=88&L=5&F=H => http://domain.net/L1/88/5.H.html (Combined)
The SEO links is very important in the impact of your Email Campaigns.

SMTP Mail FROM match with URL Rotator

If you want encapsulate the entire Email Campaign with the same Domain Name in:
- Mail FROM Domain
- Mail REPLY Domain
- Mail BOUNCE Domain
- Domain Links
- Message-ID Domains
- Headers Domain
You can use the 'Use Mail FROM as URL' option in the Email Campaign step and the addon will automatically match all the Links in the Campaign to the Mail FROM domain.
If you have 'Multiple MTA + IP Monitor' Addon you can match each MTA account ( Mail From ) Domain.
* SPINTAG to rotate Interspire Email Marketer Fields
* Campaign URL Rotator
* Multiple URL Rotator
* SEO Links
* SMTP Mail FROM match with URL Rotator

Interspire Email Marketer Addons Installation

In this document we will explain step by step the requirements to install Maborak Addons for Interspire Email Marketer


Requirements

Before to install the addons please check the next requirements:
  • PHP 7.3
  • IONCUBE Loader ( http://www.ioncube.com/loaders.php )
  • Interspire Email Marketer: 6.1.3 to 6.2.1
  • Web Server: Apache, IIS
  • Database: MySQL
  • Operating System: GNU/Linux, Windows, Solaris, FreeBSD
  • Addon License

Demo

Actually we have a demo site with all addons installed:
URL : https://iem.maborak.com/
User: admin
Pass: d3m0

Download

You can download the addons from your Client Area after you purchase the addons.

Installation

  1. Create a IEM Files backup
  2. Create a IEM Database backup
  3. Upload the Addons to: /path/to/iem/admin/addons/ folder
  4. Upload the Addon Licenses to: /path/to/iem/admin/addons/ADDON-NAME/api/ADDON-NAME.license.txt" file
  5. Install/Uninstall the Addons from: IEM > Configuration > Addons
  6. Enjoy!

Notes:

  • You can run the Addon License registration automatically if you run in Shell ( SSH )
    php /path/to/iem/admin/addons/installer/api/cli.php --register
    Output for "iem.maborak.com" Interspire Installation:
    INFO[Register Domain Addons]: iem.maborak.com
    SUCCESS[Status]: Domain Licenses Found!
    SUCCESS[mta]: Licensed
    SUCCESS[multithread]: Licensed
    SUCCESS[geostats]: Licensed
    SUCCESS[backup]: Licensed
    SUCCESS[spins]: Licensed
    SUCCESS[fbl]: Licensed
    WARNING[isp]: Not-licensed
    SUCCESS[social]: Licensed
    WARNING[sms]: Not-licensed
    WARNING[multilanguage]: Not-licensed
    
  • INSTALLER addon is necessary to install the addons
  • INSTALLER addon is FREE and don't require a License
  • If you are using WHM/Cpanel Control Panel you need to change the PHP crontab, you can do this via Sheel ( SSH ) or Cpanel Account. From:
    /usr/bin/php -f /path/to/iem/admin/cron/cron.php
    To:
    /usr/local/bin/php -f /path/to/iem/admin/cron/cron.php

License Demo Request

You can request a License Demo at: maborak [at] maborak [dot] com or direct Live Support.

Please visit our Community Forum for more details.
  1. What is the SPINTAG format?
    {content1|content1|contentX}
    
  2. Can i rotate MAIL FROM, Mail Reply, Mail Bounce with the SPINTAG?
    YES
    
  3. What is the .htaccess used to use SEO Links?
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]H\.html$ link.php?M=$1&N=$2&L=$3&F=H [QSA,L]
    
    RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]T\.txt$ link.php?M=$1&N=$2&L=$3&F=T [QSA,L]
    RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]T\.html$ link.php?M=$1&N=$2&L=$3&F=T [QSA,L]
    
    
    RewriteRule ^O([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|](H|T)\.jpg$ open.php?M=$1&L=$2&N=$3&F=$4&image=.jpg [QSA,L]
    RewriteRule ^U([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)\.html$ unsubscribe.php?M=$1&C=$2&L=$3&N=$4 [QSA,L]
    RewriteRule ^U([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)\.html$ unsubscribe.php?&M=$1&L=$2&C=$3 [QSA,L]
    RewriteRule ^D([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)\.html$ display.php?M=$1&C=$2&S=$3&L=$4&N=$5 [QSA,L]
    RewriteRule ^D([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)\.html\&rs=(.*)$    display.php?M=$1&C=$2&S=$3&L=$4&N=$5&rs=$6 [QSA,L]
    RewriteRule ^F([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)\.html$    sendfriend.php?M=$1&C=$2&L=$3&N=$4&F=$5&i=$6 [QSA,L]
    #NORMAL
    
    RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]H\.html$ link.php?M=$1&N=$2&L=$3&F=H [QSA,L]
    
    RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]T\.txt$ link.php?M=$1&N=$2&L=$3&F=T [QSA,L]
    RewriteRule ^L([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]T\.html$ link.php?M=$1&N=$2&L=$3&F=T [QSA,L]
    
    
    RewriteRule ^O([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|](H|T)\.jpg$ open.php?M=$1&L=$2&N=$3&F=$4&image=.jpg [QSA,L]
    RewriteRule ^U([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)\.html$ unsubscribe.php?M=$1&C=$2&L=$3&N=$4 [QSA,L]
    RewriteRule ^U([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)\.html$ unsubscribe.php?&M=$1&L=$2&C=$3 [QSA,L]
    RewriteRule ^D([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)\.html$ display.php?M=$1&C=$2&S=$3&L=$4&N=$5 [QSA,L]
    RewriteRule ^D([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)\.html\&rs=(.*)$ display.php?M=$1&C=$2&S=$3&L=$4&N=$5&rs=$6 [QSA,L]
    
    RewriteRule ^F([0-9]+)[\/|\-|_|\.|\|]([a-z0-9]{32}+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)[\/|\-|_|\.|\|]([0-9]+)\.html$ sendfriend.php?M=$1&C=$2&L=$3&N=$4&F=$5&i=$6 [QSA,L]
    
    
    #SALT
    
    RewriteRule ^[a-zA-Z0-9]{4}L([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}H\.html$ link.php?M=$1&N=$2&L=$3&F=H [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}L([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}T\.txt$ link.php?M=$1&N=$2&L=$3&F=T [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}L([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}T\.html$ link.php?M=$1&N=$2&L=$3&F=T [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}O([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}(H|T)\.jpg$ open.php?M=$1&L=$2&N=$3&F=$4&image=.jpg [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}U([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html$ unsubscribe.php?M=$1&C=$2&L=$3&N=$4 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}U([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)\.html$ unsubscribe.php?&M=$1&L=$2&C=$3 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}D([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html$ display.php?M=$1&C=$2&S=$3&L=$4&N=$5 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}D([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html\&rs=(.*)$ display.php?M=$1&C=$2&S=$3&L=$4&N=$5&rs=$6 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}DC([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html$ display.php?M=$1&C=$2&L=$3 [QSA,L]        #Display CLEAN VERSION
    RewriteRule ^[a-zA-Z0-9]{4}F([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html$ sendfriend.php?M=$1&C=$2&L=$3&N=$4&F=$5&i=$6 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}C(.*?)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html$ confirm.php?E=$1&C=$2&L=$3 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}CF(.*?)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)\.html$ confirm.php?E=$1&C=$2 [QSA,L]
    
    RewriteRule ^form\-signup([0-9]+)\.html$ admin/index.php?Page=Forms&Action=View&id=$1 [QSA,L]
    
    #AUTORESPONDERS
    
    RewriteRule ^[a-zA-Z0-9]{4}LA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}H\.html$ link.php?M=$1&A=$2&L=$3&F=H [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}LA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}T\.txt$ link.php?M=$1&A=$2&L=$3&F=T [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}LA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}T\.html$ link.php?M=$1&A=$2&L=$3&F=T [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}OA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}(H|T)\.jpg$ open.php?M=$1&L=$2&A=$3&F=$4&image=.jpg [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}UA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html$ unsubscribe.php?M=$1&C=$2&L=$3&A=$4 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}UA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)\.html$ unsubscribe.php?&M=$1&L=$2&C=$3 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}DA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html$ display.php?M=$1&C=$2&S=$3&L=$4&A=$5 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}DA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html\&rs=(.*)$ display.php?M=$1&C=$2&S=$3&L=$4&A=$5&rs=$6 [QSA,L]
    RewriteRule ^[a-zA-Z0-9]{4}FA([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([a-z0-9]{32}+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)[\/|\-|_|\.|\|][a-zA-Z0-9]{4}([0-9]+)\.html$ sendfriend.php?M=$1&C=$2&L=$3&A=$4&F=$5&i=$6 [QSA,L]
    </IfModule>
    
  4. How to enable SEO LINKS?
    Open:
    /path/to/your/iem/admin/addons/spins/config/config.php
    
    <?php
    define("ADDON_SPINS_REMOVE_UNSUBSCRIBE_HEADER",false);
    define("ADDON_SPINS_URL_USER_SELECTION",true);
    /**
    
     -1 = RANDOM URL
     -2 = MAIL FROM DOMAIN as URL
    
    */
    define("ADDON_SPINS_URL_DEFAULT",-2);
    
    /**
    
    SEO links configuration
    
    */
    define("ADDON_SPINS_URL_SEO",false);
    define("ADDON_SPINS_URL_SEO_SEPARATOR","-");
    define("ADDON_SPINS_URL_SEO_TXT_LINK_EXTENSION",".html"); //can be .txt
    define("ADDON_SPINS_URL_SEO_HTML_LINK_EXTENSION",".html");
    
    
    define("ADDON_SPINS_URL_ALWAYS_HTTP",true);
    ?>
    
    Change the line: 'define("ADDON_SPINS_URL_SEO",false);' to true.
  5. When the SEO LINK is openned I'm receiving 404 Error.
    You need to upload the .htaccess file to recognize SEO URL's
  6. Where i need to put the .htaccess for SEO LINKS?
    /path/to/your/iem/.htaccess
    
  7. URL Rotator: I need extra license in Remote URL's?
    NO
    
  8. URL Rotator: I need Spins Addon in Remote URL's?
    NO
    
  9. What about the SPINS addon config file?
    You can modify the default values here:
    /path/to/your/iem/admin/addons/spins/config/config.php
    

Payment methods accepted:

Buy now with PayPal    Bitcoin Accepted