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

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/nesbot/carbon/src/Carbon/Lang/   drwxr-xr-x
Free 13.31 GB of 57.97 GB (22.96%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     sd.php (2.02 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.
 */
$months = [
    
'جنوري',
    
'فيبروري',
    
'مارچ',
    
'اپريل',
    
'مئي',
    
'جون',
    
'جولاءِ',
    
'آگسٽ',
    
'سيپٽمبر',
    
'آڪٽوبر',
    
'نومبر',
    
'ڊسمبر',
];

$weekdays = [
    
'آچر',
    
'سومر',
    
'اڱارو',
    
'اربع',
    
'خميس',
    
'جمع',
    
'ڇنڇر',
];

/*
 * Authors:
 * - Narain Sagar
 * - Sawood Alam
 * - Narain Sagar
 */
return [
    
'year' => '{1}'.'هڪ سال'.'|:count '.'سال',
    
'month' => '{1}'.'هڪ مهينو'.'|:count '.'مهينا',
    
'week' => '{1}'.'ھڪ ھفتو'.'|:count '.'هفتا',
    
'day' => '{1}'.'هڪ ڏينهن'.'|:count '.'ڏينهن',
    
'hour' => '{1}'.'هڪ ڪلاڪ'.'|:count '.'ڪلاڪ',
    
'minute' => '{1}'.'هڪ منٽ'.'|:count '.'منٽ',
    
'second' => '{1}'.'چند سيڪنڊ'.'|:count '.'سيڪنڊ',
    
'ago' => ':time اڳ',
    
'from_now' => ':time پوء',
    
'diff_yesterday' => 'ڪالهه',
    
'diff_today' => 'اڄ',
    
'diff_tomorrow' => 'سڀاڻي',
    
'formats' => [
        
'LT' => 'HH:mm',
        
'LTS' => 'HH:mm:ss',
        
'L' => 'DD/MM/YYYY',
        
'LL' => 'D MMMM YYYY',
        
'LLL' => 'D MMMM YYYY HH:mm',
        
'LLLL' => 'dddd، D MMMM YYYY HH:mm',
    ],
    
'calendar' => [
        
'sameDay' => '[اڄ] LT',
        
'nextDay' => '[سڀاڻي] LT',
        
'nextWeek' => 'dddd [اڳين هفتي تي] LT',
        
'lastDay' => '[ڪالهه] LT',
        
'lastWeek' => '[گزريل هفتي] dddd [تي] LT',
        
'sameElse' => 'L',
    ],
    
'meridiem' => ['صبح''شام'],
    
'months' => $months,
    
'months_short' => $months,
    
'weekdays' => $weekdays,
    
'weekdays_short' => $weekdays,
    
'weekdays_min' => $weekdays,
    
'first_day_of_week' => 1,
    
'day_of_first_week_of_year' => 4,
    
'list' => ['، '' ۽ '],
];

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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