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.141.12.236
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-bar.tpl.php
<?php /** * @file * Default theme implementation to display the bar for a single choice in a * poll. * * Variables available: * - $title: The title of the poll. * - $votes: The number of votes for this choice * - $total_votes: The number of votes for this choice * - $percentage: The percentage of votes for this choice. * - $vote: The choice number of the current user's vote. * - $voted: Set to TRUE if the user voted for this choice. * * @see template_preprocess_poll_bar() */ ?> <div class="text"><?php print $title; ?></div> <div class="bar"> <div style="width: <?php print $percentage; ?>%;" class="foreground"></div> </div> <div class="percent"> <?php print $percentage; ?>% (<?php print format_plural($votes, '1 vote', '@count votes'); ?>) </div>
Close