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
To null this script find below codes in function.php
Code:
    if (hash_equals($activationCode, $fingerprint)) {
        wp_enqueue_style('aiodl-default-style', get_stylesheet_uri(), array(), _S_VERSION);
    }

and replace it with

Code:
 wp_enqueue_style('aiodl-default-style', get_stylesheet_uri(), array(), _S_VERSION);
 
  • Like
Reactions: itsM and a7bab

shadyjeff110

Member
Nov 22, 2022
96
53
18
OMG! Finally I was able to fix this sh** script working after digging deep in codes
here are steps

First null the script with details in above comment of mine then open this file

/public_html/wp-content/plugins/aio-video-downloader/includes/lib/class-all-in-one-video-downloader-routes.php

find on line number 162
Code:
if ($downloader != null && hash_equals($activationCode, $fingerprint)) {

replace with

Code:
if ($downloader != null) {
 

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