MagicForm - WordPress Form Builder

MagicForm - WordPress Form Builder v1.6.2

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
74,537
111,573
120
Tomz 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

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,811
120
New Zealand

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
74,537
111,573
120
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
74,537
111,573
120
  • Love
Reactions: JRGWxRxZ

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,811
120
New Zealand
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 :)
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
74,537
111,573
120

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
74,537
111,573
120

Orhanozyalcin34

New member
Apr 18, 2021
25
13
3
Istanbul, Turkey
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!
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
74,537
111,573
120

JRGWxRxZ

Active member
Babiato Fan
Babiato Lover
Mar 22, 2020
460
245
43
@Tomz,

There is a new version out! v1.6.1. Could you update, please?

Thank you (y) :cool:
 

Latest posts

Forum statistics

Threads
68,452
Messages
903,930
Members
228,863
Latest member
mahdigolab

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu