Best Blackhat Forum

Full Version: [GET] MailWizz 1.4.3 Email Marketing Application
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Sale page
Magic Button :
Code:
https://codecanyon.net/item/mailwizz-email-marketing-application/6122150


Link:
Magic Button :
Code:
http://www73.zippyshare.com/v/ahNdeeHp/file.html
Thanks for the share... Can someone null this Please?
Timing is essential.
Thx
Does anyone have a purchase code for this? Installed this on my server and realized it need on, kinda useless without it!!!
if it is not CRACKED not good to be here!!
I installed on server and put an arbitrary number in for the activation code and it seemed to install anyway. I do not know what is different...
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',
);
}

}
(08-31-2017 05:58 AM)imexl Wrote: [ -> ]I installed on server and put an arbitrary number in for the activation code and it seemed to install anyway. I do not know what is different...

it has been nulled
Never mind, I got it. Great share! repped
no redirect option when a person optin, can u fix this?
Pages: 1 2
Reference URL's