!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/lampp/lib/php/test/HTTP/tests/   drwxr-xr-x
Free 11.51 GB of 61.93 GB (18.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     absoluteURI.inc (1.52 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * Generates the output for absoluteURI-related tests
 *
 * This file is called by other phpt files to run the same tests on
 * different $_ENV settings.
 *
 * @category HTTP
 * @package  HTTP
 * @author   Philippe Jausions <jausions@php.net>
 * @version  $Id: absoluteURI.inc,v 1.2 2008/02/09 07:46:32 jausions Exp $
 */
require_once 'HTTP.php';

// For 4th argument of HTTP::absoluteURI() method
if (!defined('HTTP_RELATIVETOSCRIPT')) {
    
define('HTTP_RELATIVETOSCRIPT'true);
}

$tests = array(
    
// page, protocol, port
    
array(nullnullnull),           // Current full URI
    
array('?new=value'nullnull),   // Append/replace query string
    
array('#anchor'nullnull),      // Anchor target to URI
    
array('/page.html'nullnull),   // Web root
    
array('page.html'nullnull),    // Relative
    
array('page.html''http'null),  // Force HTTP
    
array('page.html''http'80),    // Force HTTP / default port
    
array('page.html''http'8080),  // Force HTTP / port 8080
    
array('page.html''https'null), // Force HTTPS
    
array('page.html''https'443),  // Force HTTPS / default port
    
array('page.html'null8080),    // Switch port (same protocol)
    
array('page.html''https'8888), // Force HTTPS / port 8888
    
);

foreach (
$tests as $test) {
    list(
$page$protocol$port) = $test;

    echo 
sprintf('%-20s'implode('|'$test)).' => '
         
.HTTP::absoluteURI($page$protocol$portHTTP_RELATIVETOSCRIPT)
         .
"\n";
}

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.2772 ]--