» » MailWizz v1.3.8.6 - Email Marketing Application

MailWizz v1.3.8.6 - Email Marketing Application

MailWizz v1.3.8.6 - Email Marketing Application

MailWizz EMA is a simple to use, efficient and full-featured email marketing application with an impressive features set. With MailWizz not only that you will be able to properly handle email marketing for your own purposes but you can also become an Email Service Provider for your customers, since MailWizz integrates easily with payment gateways like Paypal and it offers all the needed tools to create pricing plans, promotional codes and to manage orders and transactions created by your customers.

Demo: https://codecanyon.net/item/mailwizz-email-marketing-application/6122150

http://hfiles.ro/download/mailwizz_1386.rar/1587729
http://www.mirrorcreator.com/files/MMC2BV9T/mailwizz-1386.rar_links
http://ul.to/b3luw5kc
http://www27.zippyshare.com/v/3RZgAIG1/file.html
https://www.sendspace.com/file/p6p982
http://www.megamirror.net/fvz2fuk77q9q
https://oload.stream/f/D-iKTnLYejU/mailwizz-1386.rar
http://userscloud.com/50smn2vy3ygm
https://www.solidfiles.com/v/2Zzkv634nDnB8
http://www.mediafire.com/file/1wltdht03bs6wud/mailwizz-1386.rar

This file has UNTOUCHED status - (original developer code without any tampering done)

Related Articles

Comments(5)

    1. dimuthu wrote:
      Getting code error
      1. ased2235 wrote:
        can you post the full error and tell me where your getting the error maybe i can help
    2. dantigun wrote:
      It is asking for a Purchase code. What should be done ?
    3. dazzy wrote:
      I got the solution.

      1. Check for the file : install/controllers/WelcomeController.php

      2. Delete all the code and replace it with this one below:


      <?php defined('MW_INSTALLER_PATH') || exit('No direct script access allowed');



      class WelcomeController extends Controller
      {
      public function actionIndex()
      {
      // start clean
      $_SESSION = array();

      $this->validateRequest();

      if (getSession('welcome')) {
      redirect('index.php?route=requirements');
      }

      $this->data['marketPlaces'] = $this->getMarketPlaces();

      $this->data['pageHeading'] = 'Welcome';
      $this->data['breadcrumbs'] = array(
      'Welcome' => 'index.php?route=welcome',
      );

      $this->render('welcome');
      }

      protected function validateRequest()
      {
      if (!getPost('next')) {
      return;
      }

      $licenseData = array(
      'first_name' => 'NULLED',
      'last_name' => 'NULLED',
      'email' => '[email protected]',
      'market_place' => 'envato',
      'purchase_code' => 'NULLED',
      );

      setSession('license_data', $licenseData);
      setSession('welcome', 1);
      }

      public function getMarketPlaces()
      {
      return array(
      'envato' => 'Envato Market Places',
      'mailwizz' => 'Mailwizz Website',
      );
      }

      }
      1. manisware wrote:
        Thank you so much for the code

Add a Comment / Request Re-upload / Post Mirror Links

Information
Guests are not allowed to comment. Please register for a free account.