[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.135.207.193: ~ $
// Check if the method includes is defined
if ( ! String.prototype.includes ){
	// Otherwise, define it
    String.prototype.includes = function( search, start ){
        if ( typeof start !== 'number' ){
            start = 0;
        }

        if ( start + search.length > this.length ){
            return false;
        } else {
            return this.indexOf(search, start) !== -1;
        }
    };
}

// Define function to get parameters from the URL
function getParameterByName(name, url) {
    if (!url) url = window.location.href;
    name = name.replace(/[\[\]]/g, "\$&");
    var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
        results = regex.exec(url);
    if (!results) return null;
    if (!results[2]) return '';
    return decodeURIComponent(results[2].replace(/\+/g, " "));
}

var actor = JSON.parse(getParameterByName('actor'));
var baseUrl = getParameterByName('base_url');
var nonce = getParameterByName('nonce');
var email = actor.mbox[0].replace('mailto:', '');
var postId = getParameterByName('auth').replace('LearnDashId', '');
/* Tin Can configuration */

//
// ActivityID that is sent for the statement's object
//
TC_COURSE_ID = "http://Course_ID1";

//
// CourseName for the activity
//
TC_COURSE_NAME = {
    "en-US": "Reflective Perspective xAPI"
};

//
// CourseDesc for the activity
//
TC_COURSE_DESC = {
    "en-US": "Course Description."
};

//
// Pre-configured LRSes that should receive data, added to what is included
// in the URL and/or passed to the constructor function.
//
// An array of objects where each object may have the following properties:
//
//    endpoint: (including trailing slash '/')
//    auth:
//    allowFail: (boolean, default true)
//    version: (string, defaults to high version supported by TinCanJS)
//
TC_RECORD_STORES = [
];

Filemanager

Name Type Size Permission Actions
ar Folder 0777
assets Folder 0777
dr Folder 0777
vr Folder 0777
Utilities.js File 1.04 KB 0644
browsersniff.js File 10.54 KB 0644
goodbye.html File 153 B 0644
index_TINCAN.html File 7.58 KB 0644
scormdriver.js File 429.55 KB 0644
tc-config.js File 1.8 KB 0644
tincan.xml File 400 B 0644