It is currently Fri Mar 29, 2024 4:16 am

News Announcements

Site map of Maborak Technologies - Community Forum » Forum : Maborak Technologies - Community Forum

Community forums for product support and discussion.

.htaccess required by Spinning Addon

loading........

In this thread I will update the official .htaccess content required by Spinning Addon to work with the URL Masquerade (AKA: SEO Links):

.htaccess


<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 ...
Read more : .htaccess required by Spinning Addon | Views : 18685 | Replies : 7 | Forum : Spinning


How to change your mysql configuration

loading........

here is the simple steps to change your mysql configuration

  • Stop completelly your mysql instance:
    Code: Select all
    service mysqld stop
  • Create a temporary directory:
    Code: Select all
    mkdir /var/lib/mysql/old/
  • Move the next files to temporary directory:
    Code: Select all
    mv /etc/my.cnf /var/lib/mysql/old/old.cnf
    Code: Select all
    mv /var/lib/mysql/ib_logfile* /var/lib/mysql/old/
  • Upload your new Configuration:
    Code: Select all
    cp my.cnf /etc/my.cnf
  • Start mysql:
    Code: Select all
    service mysqld start

Thats all.

connection closed.
Read more : How to change your mysql configuration | Views : 11220 | Replies : 1 | Forum : Installation and Configuration


Addons Release for Interspire Email Marketer 6.1.4

loading......


Hello Folks, I just finished the Addons Upgrade to support Interspire Email Marketer 6.1.4

Please upgrade your Addons: From SVN or Manually

connection closed.
Read more : Addons Release for Interspire Email Marketer 6.1.4 | Views : 14479 | Replies : 0 | Forum : Installation and Configuration


Upgrade Addons Manually

loading..............

Before to Upgrade the addons you need to:

  1. Stop Your Email Campaigns
  2. Create a Database Backup
  3. Create a Interspire Email Marketer File System Backup

Upgrading
  1. Uninstall the Addon in: Interspire Email Marketer Control Panel > Settings > Addons
  2. Upload new Addon files
  3. Install the Addon in: Interspire Email Marketer Control Panel > Settings > Addons

Thats all.

PS: You can request your updated addons DOWNLOAD LINK opening a ticket in your Client Area

connection ...
Read more : Upgrade Addons Manually | Views : 22410 | Replies : 0 | Forum : Installation and Configuration


Upgrade Addons using Subversion

loading..............

Before to Upgrade the addons you need to:

  1. Stop Your Email Campaigns
  2. Create a Database Backup
  3. Create a Interspire Email Marketer File System Backup

Install Subversion

As root run:
Code: Select all
yum -y install subversion

Output:
# yum -y install subversion
Loaded plugins: aliases, auto-update-debuginfo, changelog, dellsysid, downloadonly, fastestmirror, filter-data, fs-snapshot, keys, list-data, local, merge-conf, post-transaction-actions, presto, priorities, protectbase, ps, remove-with-leaves, rpm-warm-cache,
: security, show-leaves, tmprepo, tsflags, upgrade-helper, verify, versionlock
Determining fastest mirrors
* base: mirror.atlanticmetro.net
* ...
Read more : Upgrade Addons using Subversion | Views : 24657 | Replies : 3 | Forum : Installation and Configuration


Using STARTTLS for Hotmail or Live ISP

loading..........

STARTTLS is not supported yet by Interspire Email Marketer, we are working in a patch to implement STARTTLS in SMTP LOGIN connections.

Thanks.

PS: TLS/SSL is different to STARTTLS, so there is no problem with: GMAIL and YAHOO

connection closed.
Read more : Using STARTTLS for Hotmail or Live ISP | Views : 6734 | Replies : 0 | Forum : Multiple MTA with IP Monitor


Installation Guide

loading........

For installation guide, please refer to: https://www.maborak.com/interspire/addo ... ation.html

If you think we need to cover other issues in the installation step, please let us know.

connection closed.
Read more : Installation Guide | Views : 11450 | Replies : 1 | Forum : Installation and Configuration


EV SSL

loading........

We are glad to announce our new EV SSL Certificate expedited by COMODO because the security of our clients is very important for us.

connection closed.
Read more : EV SSL | Views : 10465 | Replies : 0 | Forum : Announcements


 

Login


Statistics

Total posts 493 • Total topics 147 • Total members 68

cron