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.218.119.140
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 /
user /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
user-picture.tpl.php
595
B
-rw-r--r--
user-profile-category.tpl.php
1001
B
-rw-r--r--
user-profile-item.tpl.php
918
B
-rw-r--r--
user-profile.tpl.php
1.65
KB
-rw-r--r--
user-rtl.css
510
B
-rw-r--r--
user.admin.inc
38.52
KB
-rw-r--r--
user.api.php
14.79
KB
-rw-r--r--
user.css
1.78
KB
-rw-r--r--
user.info
366
B
-rw-r--r--
user.install
28.94
KB
-rw-r--r--
user.js
6.41
KB
-rw-r--r--
user.module
140.39
KB
-rw-r--r--
user.pages.inc
21.56
KB
-rw-r--r--
user.permissions.js
2.66
KB
-rw-r--r--
user.test
101.92
KB
-rw-r--r--
user.tokens.inc
4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : user-profile.tpl.php
<?php /** * @file * Default theme implementation to present all user profile data. * * This template is used when viewing a registered member's profile page, * e.g., example.com/user/123. 123 being the users ID. * * Use render($user_profile) to print all profile items, or print a subset * such as render($user_profile['user_picture']). Always call * render($user_profile) at the end in order to print all remaining items. If * the item is a category, it will contain all its profile items. By default, * $user_profile['summary'] is provided, which contains data on the user's * history. Other data can be included by modules. $user_profile['user_picture'] * is available for showing the account picture. * * Available variables: * - $user_profile: An array of profile items. Use render() to print them. * - Field variables: for each field instance attached to the user a * corresponding variable is defined; e.g., $account->field_example has a * variable $field_example defined. When needing to access a field's raw * values, developers/themers are strongly encouraged to use these * variables. Otherwise they will have to explicitly specify the desired * field language, e.g. $account->field_example['en'], thus overriding any * language negotiation rule that was previously applied. * * @see user-profile-category.tpl.php * Where the html is handled for the group. * @see user-profile-item.tpl.php * Where the html is handled for each item in the group. * @see template_preprocess_user_profile() * * @ingroup themeable */ ?> <div class="profile"<?php print $attributes; ?>> <?php print render($user_profile); ?> </div>
Close