Best Blackhat Forum

Full Version: [REQ] [NULLING] MailWizz 1.9.18
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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);
    }
Try this ...

https://www.mediafire.com/file/v7e5koyed...8.zip/file


script does not check the license on install

Enjoy
Try this

https://www.mediafire.com/file/v7e5koyed...8.zip/file

The script does not check the license on install
Hi. thank you but the same notification.
[Image: 4vJZK0f.png]
[Image: 2021-01-05-1-36-25.jpg]
Thank you @laly100.

The problem was from my VPS.
when I installed the script not all database was imported.
I installed on another hosting and everything was fine.
Thanks again.
Reference URL's