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 | : 52.15.71.146
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 /
profile /
[ HOME SHELL ]
Name
Size
Permission
Action
profile-block.tpl.php
1.33
KB
-rw-r--r--
profile-listing.tpl.php
1.61
KB
-rw-r--r--
profile-wrapper.tpl.php
819
B
-rw-r--r--
profile.admin.inc
17.7
KB
-rw-r--r--
profile.css
168
B
-rw-r--r--
profile.info
574
B
-rw-r--r--
profile.install
4.76
KB
-rw-r--r--
profile.js
2.63
KB
-rw-r--r--
profile.module
22.51
KB
-rw-r--r--
profile.pages.inc
4.41
KB
-rw-r--r--
profile.test
18.92
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : profile-wrapper.tpl.php
<?php /** * @file * Default theme implementation for wrapping member listings and their * profiles. * * This template is used when viewing a list of users. It can be a general * list for viewing all users with the URL of "example.com/profile" or when * viewing a set of users who share a specific value for a profile such * as "example.com/profile/country/belgium". * * Available variables: * - $content: User account profiles iterated through profile-listing.tpl.php. * - $current_field: The named field being browsed. Provided here for context. * The above example would result in "last_name". An alternate template name * is also based on this, e.g., "profile-wrapper-last_name.tpl.php". * * @see template_preprocess_profile_wrapper() */ ?> <div id="profile"> <?php print $content; ?> </div>
Close