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?
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?