⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
softaculous
/
enduser
/
languages
/
italian
/
View File Name :
signin_lang.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // login_lang.php //=========================================================== // SOFTACULOUS // Versione : 1.1 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } global $softpanel; $l['user_data_missing'] = 'Campo della CHIAVE API o della PASSWORD API vuoto'; $l['invalid_username'] = 'Nome utente o password non corretta'; $l['invalid_password'] = 'Nome utente o password non corretta'; $l['no_username'] = 'Il campo Nome Utente è vuoto.'; $l['no_password'] = 'Il campo Password è vuoto.'; $l['<title>'] = 'Login'; $l['sign_in'] = 'Accedi'; $l['log_user'] = 'CHIAVE API'; $l['log_pass'] = 'PASSWORD API'; $l['sub_but'] = 'Login'; $l['<title_fpass>'] = 'Password dimenticata'; $l['pass_nomatch'] = 'Nome utente o password non corretta.'; $l['forgotpass'] = 'Password dimenticata'; $l['emailuser'] = 'Indirizzo email'; $l['enteremail'] = 'Inserisci il tuo indirizzo email'; $l['sub_email'] = 'Inviare'; $l['no_email'] = 'Non hai fornito il tuo indirizzo email'; $l['invalidemail'] = 'L\'indirizzo email indicato non è valido'; $l['mail_sub'] = 'Reimpostare password'; $l['mail_body'] = 'Hi, A request to reset your password has been made. If you did not request the password reset, then please ignore this email. If you would like to reset your password, then please click the URL below : http://'.(($globals['softpanel'] == 'webuzo') ? $softpanel->getConf('WU_PRIMARY_DOMAIN').':2002' : '127.0.0.1').'/index.php?act=login&sa=resetpass&key=&soft-1; Riconoscimenti, '.$globals['sn']; $l['mail_done'] = 'Una mail è stata inviata con i dettagli per reimpostare la tua password'; $l['back_to_login'] = 'Torna a Login'; $l['<title_reset>'] = 'Reimpostare password'; $l['resetpass'] = 'Reimpostare password'; $l['log_new_pass'] = 'Nuova password'; $l['log_reppass'] = 'Confermare password'; $l['changepass'] = 'Cambiare password'; $l['no_key'] = 'Non è stata registrata alcuna chiave di ripristino'; $l['invalidkey'] = 'Hai specificato una chiave non valida'; $l['no_new'] = 'Ti preghiamo di inserire una password valida'; $l['no_reppass'] = 'Ti preghiamo di inserire la password di conferma'; $l['no_match'] = 'Le password indicate non coincidono.'; $l['keyexpire'] = 'La chiave non è più valida'; $l['passchanged'] = 'La password è stata cambiata con successo. Please proceed to <a href="'.$globals['index'].'act=login">Login</a>'; $l['forgot_pass'] = 'Password dimenticata';