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.142.197.111
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 /
views /
theme /
[ HOME SHELL ]
Name
Size
Permission
Action
theme.inc
38.53
KB
-rw-r--r--
views-exposed-form.tpl.php
2.8
KB
-rw-r--r--
views-more.tpl.php
310
B
-rw-r--r--
views-ui-display-tab-bucket.tp...
391
B
-rw-r--r--
views-ui-display-tab-setting.t...
428
B
-rw-r--r--
views-ui-edit-item.tpl.php
1.12
KB
-rw-r--r--
views-ui-edit-view.tpl.php
1.47
KB
-rw-r--r--
views-view-field.tpl.php
796
B
-rw-r--r--
views-view-fields.tpl.php
1.44
KB
-rw-r--r--
views-view-grid.tpl.php
980
B
-rw-r--r--
views-view-grouping.tpl.php
786
B
-rw-r--r--
views-view-list.tpl.php
599
B
-rw-r--r--
views-view-row-comment.tpl.php
602
B
-rw-r--r--
views-view-row-rss.tpl.php
312
B
-rw-r--r--
views-view-rss.tpl.php
565
B
-rw-r--r--
views-view-summary-unformatted...
771
B
-rw-r--r--
views-view-summary.tpl.php
533
B
-rw-r--r--
views-view-table.tpl.php
1.99
KB
-rw-r--r--
views-view-unformatted.tpl.php
384
B
-rw-r--r--
views-view.tpl.php
2.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : views-ui-edit-view.tpl.php
<?php /** * @file * Template for the primary view editing window. */ ?> <div class="views-edit-view"> <?php if ($locked): ?> <div class="view-locked"> <?php print t('This view is being edited by user !user, and is therefore locked from editing by others. This lock is !age old. Click here to <a href="!break">break this lock</a>.', array('!user' => $locked, '!age' => $lock_age, '!break' => $break)); ?> </div> <?php endif; ?> <div class="views-basic-info clearfix<?php if (!empty($view->changed)) { print " changed"; }?>"> <?php if (!is_numeric($view->vid)): ?> <div class="view-changed view-new"><?php print t('New view'); ?></div> <?php else: ?> <div class="view-changed"><?php print t('Changed view'); ?></div> <?php endif; ?> <div class="views-quick-links"> <?php print $quick_links ?> </div> <?php print t('View %name, displaying items of type <strong>@base</strong>.', array('%name' => $view->name, '@base' => $base_table)); ?> </div> <?php print $tabs; ?> <div id="views-ajax-form"> <div id="views-ajax-title"> <?php // This is initially empty ?> </div> <div id="views-ajax-pad"> <?php /* This is sent in because it is also sent out through settings and needs to be consistent. */ ?> <?php print $message; ?> </div> </div> <?php print $save_button ?> <h2><?php print t('Live preview'); ?></h2> <div id='views-live-preview'> <?php print $preview ?> </div> </div>
Close