

Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
07-11-2017, 01:32 AM
Post: #1
|
|||
|
|||
[PHP Script] MailWizz v1.4.3 - 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 Download VirusTotal |
|||
07-11-2017, 02:05 AM
Post: #2
|
|||
|
|||
RE: [PHP Script] MailWizz v1.4.3 - Email Marketing Application
ZIPPYYYYY!
Magic Button : ![]() |
|||
07-11-2017, 09:43 AM
Post: #3
|
|||
|
|||
RE: [PHP Script] MailWizz v1.4.3 - Email Marketing Application
appreciate it
|
|||
07-11-2017, 04:32 PM
Post: #4
|
|||
|
|||
RE: [PHP Script] MailWizz v1.4.3 - Email Marketing Application
I totally despise board spammers and spambots !!!
|
|||
07-12-2017, 02:13 PM
Post: #5
|
|||
|
|||
RE: [PHP Script] MailWizz v1.4.3 - Email Marketing Application | |||
08-01-2017, 04:55 PM
Post: #6
|
|||
|
|||
RE: [PHP Script] MailWizz v1.4.3 - Email Marketing Application
how to active ??? any help
https://openload .co/**********
remove Black space--- d .co finely is d.c |
|||
08-01-2017, 06:01 PM
Post: #7
|
|||
|
|||
RE: [PHP Script] MailWizz v1.4.3 - Email Marketing Application
I think its not nulled.
|
|||
09-16-2017, 06:30 AM
Post: #8
|
|||
|
|||
RE: [PHP Script] MailWizz v1.4.3 - Email Marketing Application
Got this from our forum .. thanks to fire2000
1. Look for the file : install/controllers/WelcomeController.php 2. Copy the below code Replace the complete content with existing: <?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' => 'mailwizz@nulledbyfire2000.com', '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', ); } } |
|||