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);
}![[Image: 4vJZK0f.png]](https://i.imgur.com/4vJZK0f.png)
![[Image: 2021-01-05-1-36-25.jpg]](https://i.ibb.co/W0cd4rZ/2021-01-05-1-36-25.jpg)