!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

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

Safe-mode: OFF (not secure)

/usr/share/phpmyadmin/libraries/classes/Properties/Options/   drwxr-xr-x
Free 83.23 GB of 96.73 GB (86.05%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     OptionsPropertyOneItem.php (2.42 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Superclass for the single Property Item classes.
 */

declare(strict_types=1);

namespace 
PhpMyAdmin\Properties\Options;

/**
 * Parents only single property items (not groups).
 * Defines possible options and getters and setters for them.
 */
abstract class OptionsPropertyOneItem extends OptionsPropertyItem
{
    
/**
     * Whether to force or not
     *
     * @var bool|string
     */
    
private $forceOne;
    
/**
     * Values
     *
     * @var array
     */
    
private $values;
    
/**
     * Doc
     *
     * @var string
     */
    
private $doc;
    
/**
     * Length
     *
     * @var int
     */
    
private $len;
    
/**
     * Size
     *
     * @var int
     */
    
private $size;
    
/* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */

    /**
     * Gets the force parameter
     *
     * @return bool|string
     */
    
public function getForce()
    {
        return 
$this->forceOne;
    }

    
/**
     * Sets the force parameter
     *
     * @param bool|string $force force parameter
     *
     * @return void
     */
    
public function setForce($force)
    {
        
$this->forceOne $force;
    }

    
/**
     * Gets the values
     *
     * @return array
     */
    
public function getValues()
    {
        return 
$this->values;
    }

    
/**
     * Sets the values
     *
     * @param array $values values
     *
     * @return void
     */
    
public function setValues(array $values)
    {
        
$this->values $values;
    }

    
/**
     * Gets MySQL documentation pointer
     *
     * @return string
     */
    
public function getDoc()
    {
        return 
$this->doc;
    }

    
/**
     * Sets the doc
     *
     * @param string $doc MySQL documentation pointer
     *
     * @return void
     */
    
public function setDoc($doc)
    {
        
$this->doc $doc;
    }

    
/**
     * Gets the length
     *
     * @return int
     */
    
public function getLen()
    {
        return 
$this->len;
    }

    
/**
     * Sets the length
     *
     * @param int $len length
     *
     * @return void
     */
    
public function setLen($len)
    {
        
$this->len $len;
    }

    
/**
     * Gets the size
     *
     * @return int
     */
    
public function getSize()
    {
        return 
$this->size;
    }

    
/**
     * Sets the size
     *
     * @param int $size size
     *
     * @return void
     */
    
public function setSize($size)
    {
        
$this->size $size;
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0041 ]--