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

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/php/Twig/Sandbox/   drwxr-xr-x
Free 13.2 GB of 57.97 GB (22.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

/*
 * This file is part of Twig.
 *
 * (c) Fabien Potencier
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Twig\Sandbox;

/**
 * Exception thrown when a not allowed class property is used in a template.
 *
 * @author Kit Burton-Senior <mail@kitbs.com>
 *
 * @final
 */
class SecurityNotAllowedPropertyError extends SecurityError
{
    private 
$className;
    private 
$propertyName;

    public function 
__construct(string $messagestring $classNamestring $propertyNameint $lineno = -1string $filename null\Exception $previous null)
    {
        if (-
!== $lineno) {
            @
trigger_error(sprintf('Passing $lineno as a 3th argument of the %s constructor is deprecated since Twig 2.8.1.'__CLASS__), E_USER_DEPRECATED);
        }
        if (
null !== $filename) {
            @
trigger_error(sprintf('Passing $filename as a 4th argument of the %s constructor is deprecated since Twig 2.8.1.'__CLASS__), E_USER_DEPRECATED);
        }
        if (
null !== $previous) {
            @
trigger_error(sprintf('Passing $previous as a 5th argument of the %s constructor is deprecated since Twig 2.8.1.'__CLASS__), E_USER_DEPRECATED);
        }
        
parent::__construct($message$lineno$filename$previous);
        
$this->className $className;
        
$this->propertyName $propertyName;
    }

    public function 
getClassName()
    {
        return 
$this->className;
    }

    public function 
getPropertyName()
    {
        return 
$this->propertyName;
    }
}

class_alias('Twig\Sandbox\SecurityNotAllowedPropertyError''Twig_Sandbox_SecurityNotAllowedPropertyError');

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