• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

MagicForm - WordPress Form Builder

MagicForm - WordPress Form Builder v1.6.2

No permission to download

Babak

Well-known member
Staff member
Administrator
May 24, 2018
80,955
149,960
120
32
Babak submitted a new resource:

MagicForm - WordPress Form Builder - Download MagicForm - WordPress Form Builder Nulled Free Premium 26795741

codecanyon-main.jpg
Download MagicForm - WordPress Form Builder Nulled Free Premium 26795741
You can create your dream form now! Take a check it out to make your visitors and yourself happy with Magic Form.

Drag & Drop Builder
The mythical drag and drop multi column form builder. Magic Form is the easiest WordPress plugin that allows building basic & complex forms with draggable layouts from elements spanning multiple columns.

Collect...

Read more about this resource...
 
  • Like
Reactions: Nabeel and JRGWxRxZ
  • Love
  • Like
Reactions: krupuk and Babak
  • Like
Reactions: JRGWxRxZ
  • Love
Reactions: JRGWxRxZ
NULLING Instructions - for those that want them!

1.
open \magicform\admin\class-magicform-dashboard.php
Go to line 168 (approx) which is:
PHP:
    public function check_license() {
Below that add the following:
PHP:
        $purchaseData = json_decode(get_option("magicform_purchase_code"));
        wp_send_json_success($purchaseData);
        return;
It will now look like:
PHP:
    public function check_license() {
        $purchaseData = json_decode(get_option("magicform_purchase_code"));
        wp_send_json_success($purchaseData);
        return;

Now go to line 119/120 (this will have changed after adding last code) but it is:
PHP:
    public function verify()
    {
After that add:
PHP:
        wp_send_json_success("");
        return;
So it looks like:
PHP:
    public function verify()
    {
        wp_send_json_success("");
        return;

2. Open \magicform\magic-form.php
Under line 15/16 (approx) which is:
PHP:
    die;
}
Add the following:
PHP:
update_option("magicform_purchase_code", json_encode(array("code" => "*****", "domain" => "*****")));
It will now look like:
PHP:
    die;
}

update_option("magicform_purchase_code", json_encode(array("code" => "*****", "domain" => "*****")));

/**

That's it. All done.

Enjoy!

TassieNZ :)
 
NULLING Instructions - for those that want them!

1.
open \magicform\admin\class-magicform-dashboard.php
Go to line 168 (approx) which is:
PHP:
    public function check_license() {
Below that add the following:
PHP:
        $purchaseData = json_decode(get_option("magicform_purchase_code"));
        wp_send_json_success($purchaseData);
        return;
It will now look like:
PHP:
    public function check_license() {
        $purchaseData = json_decode(get_option("magicform_purchase_code"));
        wp_send_json_success($purchaseData);
        return;

Now go to line 119/120 (this will have changed after adding last code) but it is:
PHP:
    public function verify()
    {
After that add:
PHP:
        wp_send_json_success("");
        return;
So it looks like:
PHP:
    public function verify()
    {
        wp_send_json_success("");
        return;

2. Open \magicform\magic-form.php
Under line 15/16 (approx) which is:
PHP:
    die;
}
Add the following:
PHP:
update_option("magicform_purchase_code", json_encode(array("code" => "*****", "domain" => "*****")));
It will now look like:
PHP:
    die;
}

update_option("magicform_purchase_code", json_encode(array("code" => "*****", "domain" => "*****")));

/**

That's it. All done.

Enjoy!

TassieNZ :)
It's worked. Thanks TassieNZ!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock