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.107.50
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 /
baltic /
web /
modules /
contextual /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
contextual-rtl.css
408
B
-rw-r--r--
contextual.api.php
1.03
KB
-rw-r--r--
contextual.css
2.29
KB
-rw-r--r--
contextual.info
312
B
-rw-r--r--
contextual.js
1.76
KB
-rw-r--r--
contextual.module
5.55
KB
-rw-r--r--
contextual.test
1.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contextual.api.php
<?php /** * @file * Hooks provided by Contextual module. */ /** * @addtogroup hooks * @{ */ /** * Alter a contextual links element before it is rendered. * * This hook is invoked by contextual_pre_render_links(). The renderable array * of #type 'contextual_links', containing the entire contextual links data that * is passed in by reference. Further links may be added or existing links can * be altered. * * @param $element * A renderable array representing the contextual links. * @param $items * An associative array containing the original contextual link items, as * generated by menu_contextual_links(), which were used to build * $element['#links']. * * @see hook_menu_contextual_links_alter() * @see contextual_pre_render_links() * @see contextual_element_info() */ function hook_contextual_links_view_alter(&$element, $items) { // Add another class to all contextual link lists to facilitate custom // styling. $element['#attributes']['class'][] = 'custom-class'; } /** * @} End of "addtogroup hooks". */
Close