Themes, Templates and Scripts

Codecanyon Mighty URL Shortener v2.0.1 - Short URL Script NULLED

Submitted by saif0506, , Thread ID: 32288

Thread Closed

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

brass9
Closed Account
Level:
0
Reputation:
0
Posts:
4
Likes:
0
Credits:
6
27-03-2018, 10:35 AM
#11
I can null this easily. This should be a cinch.

need Mighty URL Shortener license key? were can i find this

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

Teddy6
Lurker
Level:
0
Reputation:
0
Posts:
4
Likes:
0
Credits:
4
27-03-2018, 11:25 PM
#12
Merci beaucoup pour cet partage!
Je vais le tester.

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

Zenternal
Member
Level:
0
Reputation:
9
Posts:
110
Likes:
15
Credits:
6
03-04-2018, 09:53 AM
#13
18-04-2017, 10:05 PM
n0stix Wrote:
In case anyone else was having the same problem - I think I got it working fine now. I won't post the whole "how to" here (PM if you want?) but just take a look in your AppAdminController.php file. Near the bottom....

Since n0stix doesn't want to explain the fix, here you go.
/src/Controller/Admin/AppAdminController.php

find:
Code:
protected function redirect_for_license_activate()
  {
    if (require_database_upgrade()) {
      return false;
    }

    $Activation = TableRegistry::get('Activation');
    if ($Activation->checkLicense() === false && $this->request->params['controller'] !== 'Activation') {
      return true;
    }
    return false;
  }

And change it to:
Code:
protected function redirect_for_license_activate()
  {
    if (require_database_upgrade()) {
      return false;
    }

    $Activation = TableRegistry::get('Activation');
    if ($Activation->checkLicense() === false && $this->request->params['controller'] !== 'Activation') {
      return false;
    }
    return false;
  }

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

Furzer
Novice
Level:
0
Reputation:
0
Posts:
21
Likes:
3
Credits:
26
19-08-2018, 02:29 PM
#14
Very nice, I wanted something like this to look at the code and review it for my personal development.

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

er0in412
Novice
Level:
0
Reputation:
0
Posts:
21
Likes:
0
Credits:
5
31-08-2018, 09:07 PM
#15
Very Very Nice bro. Thank you bro thankkk you good perfect.

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

OziTR
Lurker
Level:
0
Reputation:
0
Posts:
1
Likes:
0
Credits:
1
19-11-2018, 07:28 AM
#16
hello this is script settings not update database.What is the solution to this?

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

Guest
Level:
0
Posts:
N/A
Likes:
0
Credits:
0
04-01-2019, 10:38 PM
#17
But now you can not save options page... Any solutions for this ?

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

HeinHtetKyaw
Novice
Level:
0
Reputation:
0
Posts:
27
Likes:
1
Credits:
11
27-02-2020, 12:48 PM
#18
03-04-2018, 09:53 AM
Zenternal Wrote:
Since n0stix doesn't want to explain the fix, here you go.
/src/Controller/Admin/AppAdminController.php

find:
Code:
protected function redirect_for_license_activate()
  {
    if (require_database_upgrade()) {
      return false;
    }

    $Activation = TableRegistry::get('Activation');
    if ($Activation->checkLicense() === false && $this->request->params['controller'] !== 'Activation') {
      return true;
    }
    return false;
  }

And change it to:
Code:
protected function redirect_for_license_activate()
  {
    if (require_database_upgrade()) {
      return false;
    }

    $Activation = TableRegistry::get('Activation');
    if ($Activation->checkLicense() === false && $this->request->params['controller'] !== 'Activation') {
      return false;
    }
    return false;
  }

what if everything I click on save is blank page? :( I wanna know about fix.

Users browsing this thread: 1 Guest(s)