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.149.27.153
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-view.tpl.php
<?php /** * @file * Main view template. * * Variables available: * - $classes_array: An array of classes determined in * template_preprocess_views_view(). Default classes are: * .view * .view-[css_name] * .view-id-[view_name] * .view-display-id-[display_name] * .view-dom-id-[dom_id] * - $classes: A string version of $classes_array for use in the class attribute * - $css_name: A css-safe version of the view name. * - $css_class: The user-specified classes names, if any * - $header: The view header * - $footer: The view footer * - $rows: The results of the view query, if any * - $empty: The empty text to display if the view is empty * - $pager: The pager next/prev links to display, if any * - $exposed: Exposed widget form/info to display * - $feed_icon: Feed icon to display, if any * - $more: A link to view more, if any * * @ingroup views_templates */ ?> <div class="<?php print $classes; ?>"> <?php print render($title_prefix); ?> <?php if ($title): ?> <?php print $title; ?> <?php endif; ?> <?php print render($title_suffix); ?> <?php if ($header): ?> <div class="view-header"> <?php print $header; ?> </div> <?php endif; ?> <?php if ($exposed): ?> <div class="view-filters"> <?php print $exposed; ?> </div> <?php endif; ?> <?php if ($attachment_before): ?> <div class="attachment attachment-before"> <?php print $attachment_before; ?> </div> <?php endif; ?> <?php if ($rows): ?> <div class="view-content"> <?php print $rows; ?> </div> <?php elseif ($empty): ?> <div class="view-empty"> <?php print $empty; ?> </div> <?php endif; ?> <?php if ($pager): ?> <?php print $pager; ?> <?php endif; ?> <?php if ($attachment_after): ?> <div class="attachment attachment-after"> <?php print $attachment_after; ?> </div> <?php endif; ?> <?php if ($more): ?> <?php print $more; ?> <?php endif; ?> <?php if ($footer): ?> <div class="view-footer"> <?php print $footer; ?> </div> <?php endif; ?> <?php if ($feed_icon): ?> <div class="feed-icon"> <?php print $feed_icon; ?> </div> <?php endif; ?> </div><?php /* class view */ ?>
Close