All in One Video Downloader Script

All in One Video Downloader Script V2.20.0

No permission to download

shadyjeff110

Member
Nov 22, 2022
96
53
18
I don't know how, maybe by mistake to change something?
Or your domain changed.
Like before www and no without www or vice versa

Somehow script triggered deactivation API
Do this
In plugin go to
aio-video-downloader/includes/lib/class-all-in-one-video-downloader-routes.php

find and delete these codes and activate again

PHP:
        $code = 'PHNjcmlwdD5hbGVydCgiSW52YWxpZCBsaWNlbnNlIGNvZGUiKTtzZXRUaW1lb3V0KGZ1bmN0aW9uKCl7d2luZG93LmxvY2F0aW9uLmhyZWY9Imh0dHBzOi8vYWlvdmlkZW9kbC5tbC9idXktdmlkZW8tZG93bmxvYWRlci1zY3JpcHQvIn0sMUUzKTs8L3NjcmlwdD4=';
        $code = base64_decode($code);
        update_option('aiodl_ad_area_1', $code);
        update_option('aiodl_ad_area_2', $code);
        update_option('aiodl_ad_area_3', $code);
        update_option('aiodl_ad_area_4', $code);
        update_option('aiodl_license_fingerprint', '');
 

shadyjeff110

Member
Nov 22, 2022
96
53
18
PHP:
        delete_option('aiodl_ad_area_1');

        delete_option('aiodl_ad_area_2');

        delete_option('aiodl_ad_area_3');

        delete_option('aiodl_ad_area_4');

        delete_option('aiodl_license_fingerprint')

Put this in function.php run once and delete the codes again, then activate and you won't get this error again
 

regulcsun368

Active member
Jul 7, 2022
103
26
28
PHP:
        delete_option('aiodl_ad_area_1');

        delete_option('aiodl_ad_area_2');

        delete_option('aiodl_ad_area_3');

        delete_option('aiodl_ad_area_4');

        delete_option('aiodl_license_fingerprint')

Put this in function.php run once and delete the codes again, then activate and you won't get this error again
ok brother, let me try
 

regulcsun368

Active member
Jul 7, 2022
103
26
28
PHP:
        delete_option('aiodl_ad_area_1');

        delete_option('aiodl_ad_area_2');

        delete_option('aiodl_ad_area_3');

        delete_option('aiodl_ad_area_4');

        delete_option('aiodl_license_fingerprint')

Put this in function.php run once and delete the codes again, then activate and you won't get this error again
where to add this bro
 

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