shell bypass 403
function phSearchItemsMultiple(t,e,r,i,n){jQuery(t).select2({placeholder:"",minimumInputLength:1,multiple:i,ajax:{url:e,dataType:"json",data:function(t,e){return{q:t,page_limit:10,item_id:r}},results:function(t,e){return 0==t.status?{results:t.error}:{results:t.items}}},formatResult:formatResult,formatSelection:formatSelection,initSelection:function(t,e){var r=[];jQuery(t.val().split(""+n)).each(function(t){var e=this.split(":");r.push({id:e[0],title:e[1]})}),0==i?e(r[0]):(jQuery(t).val(""),e(r))}})}function formatResult(t){var e=Joomla.getOptions("phVars");return void 0!==t.image?'<div><img src="'+e.uriRoot+t.image+'" />'+t.title+"</div>":"<div>"+t.title+"</div>"}function formatSelection(t){return t.categories&&jQuery("#jform_request_catid").length&&(jQuery("#jform_request_catid option").remove(),jQuery(t.categories.split(",")).each(function(t){var e=this.split(":");jQuery("#jform_request_catid").append(jQuery("<option>",{value:e[0],text:e[1]}))}),jQuery("select").trigger("liszt:updated"),jQuery("select").trigger("chosen:updated")),t.title}!function(t){"use strict";var e=Joomla.getOptions("phLang");t.extend(t.fn.select2.defaults,{formatNoMatches:function(){return e.COM_PHOCAGALLERY_NO_MATCHES_FOUND},formatInputTooShort:function(t,r){var i=r-t.length;return e.COM_PHOCAGALLERY_PLEASE_ENTER+" "+i+" "+e.COM_PHOCAGALLERY_S_MORE_CHARACTER+(1==i?"":"s")},formatInputTooLong:function(t,r){var i=t.length-r;return e.COM_PHOCAGALLERY_PLEASE_DELETE+" "+i+" "+e.COM_PHOCAGALLERY_S_CHARACTER+(1==i?"":"s")},formatSelectionTooBig:function(t){return e.COM_PHOCAGALLERY_YOU_CAN_ONLY_SELECT+" "+t+" "+e.COM_PHOCAGALLERY_S_ITEM+(1==t?"":"s")},formatLoadMore:function(t){return e.COM_PHOCAGALLERY_LOADING_MORE_RESULTS+" ..."},formatSearching:function(){return e.COM_PHOCAGALLERY_SEARCHING+" ..."}})}(jQuery);