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

www-data@216.73.216.148: ~ $
<?php

declare(strict_types=1);

namespace ZipStream;

use DateInterval;
use DateTimeImmutable;
use DateTimeInterface;
use ZipStream\Exception\DosTimeOverflowException;

/**
 * @internal
 */
abstract class Time
{
    private const DOS_MINIMUM_DATE = '1980-01-01 00:00:00Z';

    public static function dateTimeToDosTime(DateTimeInterface $dateTime): int
    {
        $dosMinimumDate = new DateTimeImmutable(self::DOS_MINIMUM_DATE);

        if ($dateTime->getTimestamp() < $dosMinimumDate->getTimestamp()) {
            throw new DosTimeOverflowException(dateTime: $dateTime);
        }

        $dateTime = DateTimeImmutable::createFromInterface($dateTime)->sub(new DateInterval('P1980Y'));

        [$year, $month, $day, $hour, $minute, $second] = explode(' ', $dateTime->format('Y n j G i s'));

        return
            ((int) $year << 25) |
            ((int) $month << 21) |
            ((int) $day << 16) |
            ((int) $hour << 11) |
            ((int) $minute << 5) |
            ((int) $second >> 1);
    }
}

Filemanager

Name Type Size Permission Actions
Exception Folder 0755
Zip64 Folder 0755
Zs Folder 0755
CentralDirectoryFileHeader.php File 1.91 KB 0644
CompressionMethod.php File 2.09 KB 0644
DataDescriptor.php File 616 B 0644
EndOfCentralDirectory.php File 1.22 KB 0644
Exception.php File 102 B 0644
File.php File 13.48 KB 0644
GeneralPurposeBitFlag.php File 2.39 KB 0644
LocalFileHeader.php File 1.31 KB 0644
OperationMode.php File 803 B 0644
PackField.php File 1.43 KB 0644
Time.php File 1 KB 0644
Version.php File 178 B 0644
ZipStream.php File 27.28 KB 0644
Filemanager