Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.117.94.180
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dialektologia /
web /
mambots /
editors-xtd /
[ HOME SHELL ]
Name
Size
Permission
Action
mosimage.btn.php
1.16
KB
-rw-r--r--
mosimage.btn.polish.xml
851
B
-rw-r--r--
mosimage.btn.xml
661
B
-rw-r--r--
mosimage.gif
1.22
KB
-rw-r--r--
mosimage.polish.gif
479
B
-rw-r--r--
mospage.btn.php
1.16
KB
-rw-r--r--
mospage.btn.polish.xml
891
B
-rw-r--r--
mospage.btn.xml
662
B
-rw-r--r--
mospage.gif
1.23
KB
-rw-r--r--
mospage.polish.gif
499
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mospage.btn.php
<?php /** * @version $Id: mospage.btn.php 87 2005-09-15 23:12:03Z eddieajau $ * @package Joomla * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // no direct access defined( '_VALID_MOS' ) or die( 'Restricted access' ); $_MAMBOTS->registerFunction( 'onCustomEditorButton', 'botMosPageButton' ); /** * mospage button * @return array A two element array of ( imageName, textToInsert ) */ function botMosPageButton() { global $option; // button is not active in specific content components switch ( $option ) { case 'com_sections': case 'com_categories': case 'com_modules': $button = array( '', '' ); break; default: $button = array( 'mospage.gif', '{mospagebreak}' ); break; } return $button; } ?>
Close