01-04-2021, 06:42 PM
please help null MailWizz 1.9.18
https://www68.zippyshare.com/v/hFmzo8cJ/file.html
I changed "validateRequest()" function on line 37 and install the script.
but the script checks the license every time and get warned.
\latest\install\controllers\WelcomeController.php
https://www68.zippyshare.com/v/hFmzo8cJ/file.html
I changed "validateRequest()" function on line 37 and install the script.
but the script checks the license every time and get warned.
\latest\install\controllers\WelcomeController.php
Code:
protected function validateRequest()
{
if (!getPost('next')) {
return;
}
$licenseData = array(
'first_name' => 'nulled',
'last_name' => 'nulled',
'email' => 'nu@ll.ed',
'market_place' => 'envato',
'purchase_code' => 'nulled',
);
setSession('license_data', $licenseData);
setSession('welcome', 1);
}