[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.222.168.73: ~ $
/*
* SiteSEO
* https://siteseo.io/
* (c) SiteSEO Team <support@siteseo.io>
*/

/*
Copyright 2016 - 2024 - Benjamin Denis  (email : contact@seopress.org)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

jQuery(document).ready(function ($) {
    
	//Clear the previous image if a user paste / edit the URL
    $(document).on('paste change', "#siteseo_social_fb_img_meta", function () {
        $("#siteseo_social_fb_img_attachment_id").val('');
        $("#siteseo_social_fb_img_width").val('');
        $("#siteseo_social_fb_img_height").val('');
    });
    
	$(document).on('paste change', "#siteseo_social_twitter_img_meta", function () {
        $("#siteseo_social_twitter_img_attachment_id").val('');
        $("#siteseo_social_twitter_img_width").val('');
        $("#siteseo_social_twitter_img_height").val('');
    });

    var mediaUploader;
    $(document).on( 'click', ".button.siteseo_social_facebook_img_cpt", function (e) {
        e.preventDefault();

        var url_field = $(this).parent().find("input[type=text]");
        // Extend the wp.media object
        mediaUploader = wp.media.frames.file_frame = wp.media({
            multiple: false,
        });

        // When a file is selected, grab the URL and set it as the text field's value
        mediaUploader.on("select", function () {
            attachment = mediaUploader
                .state()
                .get("selection")
                .first()
                .toJSON();
            $(url_field).val(attachment.url);
        });
        // Open the uploader dialog
        mediaUploader.open();
    });

    const array = [
        "#siteseo_social_knowledge_img",
        "#knowledge_img",
        "#siteseo_social_fb_img",
        ".siteseo_social_fb_img",
        "#siteseo_social_twitter_img",
        ".siteseo_social_twitter_img"
    ];

    array.forEach(function (item){
        var mediaUploader;
        $(document).on('click', item + "_upload", function (e) {
            e.preventDefault();
            // If the uploader object has already been created, reopen the dialog
            if (mediaUploader) {
                mediaUploader.open();
                return;
            }
            // Extend the wp.media object
            mediaUploader = wp.media.frames.file_frame = wp.media({
                multiple: false,
            });

            // When a file is selected, grab the URL and set it as the text field's value
            mediaUploader.on("select", function () {
                attachment = mediaUploader
                    .state()
                    .get("selection")
                    .first()
                    .toJSON();
                $(item + "_meta").val(attachment.url);
                if (
                    (item == "#siteseo_social_fb_img" || item == ".siteseo_social_fb_img") &&
                    typeof siteseo_social_img != "undefined"
                ) {
          					$(item + "_meta").trigger('paste', true);
                    siteseo_social_img("fb");
                }
                if (
                    (item == "#siteseo_social_twitter_img" || item == ".siteseo_social_twitter_img") &&
                    typeof siteseo_social_img != "undefined"
                ) {
					          $(item + "_meta").trigger('paste', true);
                    siteseo_social_img("twitter");
                }

                if ($(item + "_attachment_id").length != 0) {
                    $(item + "_attachment_id").val(attachment.id);
                    $(item + "_width").val(attachment.width);
                    $(item + "_height").val(attachment.height);
                }
            });

            // Open the uploader dialog
            mediaUploader.open();
        });
    });

    $(document).on('click', ".siteseo-btn-upload-media", function (e) {
        e.preventDefault();

        var mediaUploader;

        // If the uploader object has already been created, reopen the dialog
        if (mediaUploader) {
            mediaUploader.open();
            return;
        }
        // Extend the wp.media object
        mediaUploader = wp.media.frames.file_frame = wp.media({
            multiple: false,
        });

        var _self = $(this);

        mediaUploader.on("select", function () {
            attachment = mediaUploader
                .state()
                .get("selection")
                .first()
                .toJSON();

            $(_self.data("input-value")).val(attachment.url);
        });

        // Open the uploader dialog
        mediaUploader.open();
    });
});

Filemanager

Name Type Size Permission Actions
admin.js File 18.36 KB 0644
siteseo-analytics.js File 1.3 KB 0644
siteseo-analytics.min.js File 1.11 KB 0644
siteseo-block-editor.js File 10.35 KB 0644
siteseo-block-editor.min.js File 6.79 KB 0644
siteseo-classic-editor.js File 3.64 KB 0644
siteseo-classic-editor.min.js File 3.64 KB 0644
siteseo-cookies-ajax.js File 2.96 KB 0644
siteseo-cookies-ajax.min.js File 2.45 KB 0644
siteseo-cookies.js File 3.86 KB 0644
siteseo-cookies.min.js File 2.41 KB 0644
siteseo-counters.js File 16.44 KB 0644
siteseo-counters.min.js File 9.94 KB 0644
siteseo-dashboard.js File 15.57 KB 0644
siteseo-dashboard.min.js File 8.92 KB 0644
siteseo-media-uploader.js File 5.03 KB 0644
siteseo-media-uploader.min.js File 2.75 KB 0644
siteseo-metabox.js File 13.82 KB 0644
siteseo-metabox.min.js File 9.24 KB 0644
siteseo-migrate.js File 13.38 KB 0644
siteseo-migrate.min.js File 7.41 KB 0644
siteseo-network-tabs.js File 4.01 KB 0644
siteseo-network-tabs.min.js File 3.13 KB 0644
siteseo-quick-edit.js File 4.04 KB 0644
siteseo-quick-edit.min.js File 3.01 KB 0644
siteseo-sitemap-ajax.js File 1.38 KB 0644
siteseo-sitemap-ajax.min.js File 1.28 KB 0644
siteseo-sitemap-video.js File 5.91 KB 0644
siteseo-sitemap-video.min.js File 2.83 KB 0644
siteseo-tabs.js File 16.85 KB 0644
siteseo-tabs.min.js File 9.53 KB 0644
tagify.min.js File 46.94 KB 0644
wp-color-picker-alpha.min.js File 6.93 KB 0644