Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
phpMyAdmin /
templates /
console /
[ HOME SHELL ]
Name
Size
Permission
Action
bookmark_content.phtml
1.44
KB
-rwxrwxr-x
display.phtml
10.84
KB
-rwxrwxr-x
query_action.phtml
407
B
-rwxrwxr-x
toolbar.phtml
371
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bookmark_content.phtml
<div class="message welcome"> <span> <?= $welcomeMessage ; ?> </span> </div> <?php /* @var $bookmark PMA\libraries\Bookmark */ foreach ($bookmarks as $bookmark): ?> <div class="message collapsed bookmark" bookmarkid="<?= $bookmark->getId() ?>" targetdb="<?= htmlspecialchars($bookmark->getDatabase()) ?>"> <?= PMA\libraries\Template::get('console/query_action') ->render( array( 'parentDivClasses' => 'action_content', 'contentArray' => [ ['action collapse', __('Collapse')], ['action expand', __('Expand')], ['action requery', __('Requery')], ['action edit_bookmark', __('Edit')], ['action delete_bookmark', __('Delete')], ['text targetdb', __('Database'), 'extraSpan' => htmlspecialchars($bookmark->getDatabase())], ] ) ); ?> <span class="bookmark_label <?= (empty($bookmark->getUser()) ? 'shared' : ''); ?>"> <?= htmlspecialchars($bookmark->getLabel()) ; ?> </span> <span class="query"> <?= htmlspecialchars($bookmark->getQuery()) ; ?> </span> </div> <?php endforeach; ?>
Close