• The default language of any content posted is English.
Mighty URL Shortener | Short URL System

Mighty URL Shortener | Short URL System 3.5.1 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,430
Reactions
62,753
raz0r submitted a new resource:

Mighty URL Shortener | Short URL Script - Short URL Script | Codecanyon Item Id 16503399

View attachment 6399

Mighty URL Shortener NULLED is a PHP script that takes long URLs and squeezes them into fewer characters like bit.ly and goo.gl. Our script has mighty features like Advanced Analytics, Smart targeting, Featured Administration Panel, Unlimited Members Plans, Custom Redirect Page, Password Protect, Social Media Counts, Bundles, Comments System, Edit Created Links, Unlimited Pages, Advanced API System and more…...

Read more about this resource...
 
hello raz0r!
after install , login admin panel , input any value to activation license , not work. please check ,thank you!

p.s: According to previous experience, after 1 month of activation, the activation license will still be returned.
 
Last edited:
hello raz0r!
after install , login admin panel , input any value to activation license , not work. please check ,thank you!

p.s: According to previous experience, after 1 month of activation, the activation license will still be returned.
Re-download.

Or open src\Model\Table\ActivationTable.php and find code
Code:
$result = Cache::read('license_response_result', '1month');

replace with
Code:
return true;
$result = Cache::read('license_response_result', '1month');

should not ask for a license anymore, you can modify this code to

Code:
return true;
Cache::write('license_response_result', '12month');
 
Re-download.

Or open src\Model\Table\ActivationTable.php and find code
Code:
$result = Cache::read('license_response_result', '1month');

replace with
Code:
return true;
$result = Cache::read('license_response_result', '1month');

should not ask for a license anymore, you can modify this code to

Code:
return true;
Cache::write('license_response_result', '12month');
thank you very much!
 
The Password on Signup and in members-area "Change Password" may only contain Numbers. Maybe you know how to change that to "Numbers, Letters, Special Chars" ?
Thats would help a Lot.

Best Regards and Thanks in Advance.
 
The Password on Signup and in members-area "Change Password" may only contain Numbers. Maybe you know how to change that to "Numbers, Letters, Special Chars" ?
Thats would help a Lot.

Best Regards and Thanks in Advance.
I tested, can use letters+numbers.
 
I tested, can use letters+numbers.
hmm. On Signup and in members area "change password" ?
For me it dosnt work. I can only use numbers.

Even in the installer (Create Admin user) the password can only be set as numbers. I just redownloaded the script and checked.
 
Last edited:
Top