!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/es/acp/   drwxrwxr-x
Free 83.32 GB of 96.73 GB (86.14%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     language.php (6.24 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
    *
    * This program is the full and free Spanish (of Spain) phpBB 3.0 Translation.
    * Copyright (c) 2007 Huan Manwe for phpbb-es.com
    *
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    * This program is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    * GNU General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License along
    * with this program; if not, write to the Free Software Foundation, Inc.,
    * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    *
    */
    
// ’ » " " …

/**
*
* This program is the full and free Spanish (of Spain) phpBB 3.0 Translation.
* Copyright (c) 2007 Huan Manwe for phpbb-es.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
**/

/** 
*
* acp_language.php [Spanish [Es]]
*
* @package language
* @copyright (c) 2007 phpBB Group. Modified by Huan Manwe for phpbb-es.com in 2007 
* @author 2007-11-26 - Traducido por Huan Manwe junto con phpbb-es.com (http://www.phpbb-es.com) basado en la version argentina hecha por larveando.com.ar ).
* @author - ImagePack made by Xoom (webmaster of http://www.muchografico.com and colaborator of http://www.phpbb-es.com) 
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License 
*
*/

/**
* 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(
    
'ACP_FILES'                            => 'Archivos de Admin',
    
'ACP_LANGUAGE_PACKS_EXPLAIN'        => 'Aquí puede instalar/desinstalar paquetes de idiomas',

    
'EMAIL_FILES'                        => 'Plantillas de emails',

    
'FILE_CONTENTS'                        => 'Contenido de archivos',
    
'FILE_FROM_STORAGE'                    => 'Archivo de carpeta storage',

    
'HELP_FILES'                        => 'Archivos de ayuda',

    
'INSTALLED_LANGUAGE_PACKS'            => 'Paquetes de idiomas instalados',
    
'INVALID_LANGUAGE_PACK'                => 'El paquete de idioma seleccionado parece no ser válido. Por favor verifíquelo y súbalo de nuevo si es necesario.',
    
'INVALID_UPLOAD_METHOD'                => 'El método seleccionado no es válido, por favor elija otro.',

    
'LANGUAGE_DETAILS_UPDATED'            => 'Detalles del idioma actualizados correctamente.',
    
'LANGUAGE_ENTRIES'                    => 'Entradas',
    
'LANGUAGE_ENTRIES_EXPLAIN'            => 'Aquí puede editar entradas ya existentes o aún no traducidas.<br /><strong>Nota:</strong> Una vez editado un archivo de idioma, los cambios serán guardados en una carpeta aparte para poder descargarlos. Los cambios no serán visibles para los usuarios hasta que reemplace el archivo original en el servidor (subiéndolo).',
    
'LANGUAGE_FILES'                    => 'Archivos de idioma',
    
'LANGUAGE_KEY'                        => 'Código',
    
'LANGUAGE_PACK_ALREADY_INSTALLED'    => 'Este paquete de idioma ya está instalado.',
    
'LANGUAGE_PACK_DELETED'                => 'El paquete de idioma <strong>%1$s</strong> ha sido deshabilitado. Todos los usuarios de este idioma han sido reasignados al idioma por defecto del Sitio.',
    
'LANGUAGE_PACK_DETAILS'                => 'Detalles',
    
'LANGUAGE_PACK_INSTALLED'            => 'El paquete de idioma <strong>%1$s</strong> ha sido instalado correctamente.',
    
'LANGUAGE_PACK_ISO'                    => 'ISO',
    
'LANGUAGE_PACK_LOCALNAME'            => 'Nombre local',
    
'LANGUAGE_PACK_NAME'                => 'Nombre',
    
'LANGUAGE_PACK_NOT_EXIST'            => 'El paquete de idioma seleccionado no existe.',
    
'LANGUAGE_PACK_USED_BY'                => 'Usado por (incluyendo robots)',
    
'LANGUAGE_VARIABLE'                    => 'Idioma variable',
    
'LANG_AUTHOR'                        => 'Autor',
    
'LANG_ENGLISH_NAME'                    => 'Nombre en inglés',
    
'LANG_ISO_CODE'                        => 'Código ISO',
    
'LANG_LOCAL_NAME'                    => 'Nombre local',

    
'MISSING_LANGUAGE_FILE'                => 'Archivo de idioma perdido: <strong style="color:red">%1$s</strong>',
    
'MISSING_LANG_VARIABLES'            => 'Variables de idioma perdidas',
    
'MODS_FILES'                        => 'Archivos de idioma de MODs',

    
'NO_FILE_SELECTED'                    => 'No ha especificado un archivo.',
    
'NO_LANG_ID'                        => 'No ha especificado un idioma.',
    
'NO_REMOVE_DEFAULT_LANG'            => 'No puede deshabilitar el paquete de idioma por defecto.<br />Cambie el idioma por defecto del Sitio antes.',
    
'NO_UNINSTALLED_LANGUAGE_PACKS'        => 'Ho hay paquetes desinstalados',

    
'REMOVE_FROM_STORAGE_FOLDER'        => 'Borrar de la carpeta storage',

    
'SELECT_DOWNLOAD_FORMAT'            => 'Seleccione formato de descarga',
    
'SUBMIT_AND_DOWNLOAD'                => 'Enviar y descargar',
    
'SUBMIT_AND_UPLOAD'                    => 'Enviar y subir',

    
'THOSE_MISSING_LANG_FILES'            => 'Los siguientes archivos no se encuentran en la carpeta de idioma  %1$s',
    
'THOSE_MISSING_LANG_VARIABLES'        => 'Las siguientes variables no se encuentran en el paquete <strong>%1$s</strong>',

    
'UNINSTALLED_LANGUAGE_PACKS'        => 'Paquetes desinstalados',

    
'UNABLE_TO_WRITE_FILE'                => 'No se puede escribir en el archivo %1$s.',
    
'UPLOAD_COMPLETED'                    => 'La subida se completó correctamente.',
    
'UPLOAD_FAILED'                        => 'La subida falló por razones desconocidas. Tendrá que reemplazar el archivo manualmente.',
    
'UPLOAD_METHOD'                        => 'Método de subida',
    
'UPLOAD_SETTINGS'                    => 'Configuración de subida',

    
'WRONG_LANGUAGE_FILE'                => 'El archivo de idioma seleccionado no es válido.',
));

?>

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