⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
softaculous
/
enduser
/
languages
/
dutch
/
View File Name :
aefer_adddomain_lang.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // adddomain_lang.php //=========================================================== // SOFTACULOUS // Version : 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'); } $l['no_domain'] = 'U heeft geen domeinnaam opgegeven'; $l['alreay_exists'] = 'Het opgegeven domein is reeds aanwezig in uw account'; $l['no_ftp_user'] = 'U heeft geen FTP gebruikersnaam opgegeven'; $l['no_ftp_pass'] = 'U heeft geen FTP wachtwoord opgegeven'; $l['no_ftp_path'] = 'U heeft geen FTP path opgegeven'; $l['no_backup_path'] = 'U heeft geen backup path opgegeven'; $l['no_data_dir'] = 'No Data Directory was specified'; $l['wrong_ftp_path'] = 'U heeft een ongeldig backup path opgegeven'; $l['ftp_error-1'] = 'Fout bij het resolven van de domeinnaam'; $l['ftp_error-2'] = 'Fout bij het inloggen via FTP'; $l['ftp_error-3'] = 'Het FTP path bestaat niet'; $l['no_port'] = 'U heeft geen poort opgegeven'; $l['no_pub_allowed'] = 'U hoeft geen public key op te geven wanneer authenticatie via wachtwoord gebruikt wordt'; $l['no_public_key'] = 'Path naar public key is niet gevonden'; $l['no_private_key'] = 'Path naar private key niet gevonden'; $l['err_sftp_only'] = 'SFTP is alleen mogelijk via key authenticatie'; $l['no_pub_pri'] = 'Public of private key niet gevonden'; $l['no_protocol'] = 'Invalid Protocol'; $l['not_allowed'] = 'You are not allowed to add a domain'; $l['ftp_error'] = 'Could not connect to the FTP server'; $l['err_upload_remote'] = 'Unable to upload file to the FTP path'; $l['err_fetch_file'] = 'Unable to access the file uploaded to the domain'; $l['err_fetch_path'] = 'Unable to fetch path from the data received'; //Theme Strings $l['<title>'] = 'Domein toevoegen'; $l['add_domain'] = 'Domein toevoegen'; $l['domain'] = 'Domeinnaam'; $l['domain_exp'] = 'Vul een geldige domeinnaam in, zondr http://www.'; $l['ftp_user'] = 'gebruikersnaam'; $l['ftp_user_exp'] = 'De gebruikersnaam van uw FTP account'; $l['ftp_pass'] = 'wachtwoord'; $l['ftp_pass_exp'] = 'Het wachtwoord van uw FTP account'; $l['ftp_path'] = 'path'; $l['ftp_path_exp'] = 'Het FTP path naar uw domein, bijvoorbeeld /public_html'; $l['backup_path'] = 'Backup path'; $l['backup_path_exp'] = 'Het path waar de backups worden opgeslagen, bijvoorbeeld /backups'; $l['data_dir'] = 'Data Directory'; $l['data_dir_exp'] = 'Full Path to Data Directory e.g. /home/USER/datadir<br/>Some scripts like Elgg, Moodle, etc need a non web accessible folder.<br/>This will be used for that purpose.'; $l['ins_email_exp'] = 'Stuur een e-mail na de installatie van een script met de gegevens van de installatie'; $l['submit_add'] = 'Test instellingen en sla deze daarna op'; $l['settings_saved'] = 'Instellingen succesvol opgeslagen'; $l['show_all_dom'] = 'Overzicht domeinen'; $l['port'] = 'Poort'; $l['port_exp'] = 'Vul de poort in waarmee verbinding moet worden gemaakt'; $l['protocol'] = 'Protocol'; $l['protocol_exp'] = 'Selecteer het protocol dat door Softaculous gebruikt zal worden voor de communicatie'; $l['auth_password'] = 'Verificatiemethode'; $l['auth_password_exp'] = 'Selecteer de authenticatiemethode'; $l['private_key'] = 'Private Key'; $l['private_key_exp'] = 'Plak hier de privésleutel'; $l['passphrase'] = 'Wachtwoord'; $l['passphrase_exp'] = 'Wachtwoord voor een encrypted private key (optioneel)'; $l['sftp_path'] = 'Web directory'; $l['sftp_path_exp'] = 'Absoluut path naar de web directory van de gebruiker, bijvoorbeeld /home/USERNAME/public_html'; $l['sbackup_path_exp'] = 'Absoluut path naar de backup directory, bijvoorbeeld /home/USERNAME/backups'; $l['server_host'] = 'Server Host (Optional)'; $l['server_host_exp2'] = 'Enter your server host name'; $l['server_host_exp'] = '<b>IF</b> your domain name and server host are not the same enter the server host e.g. ftp.mydomain.com'; $l['auth_method_pass'] = 'Password'; $l['auth_method_key'] = 'SSH Key'; $l['no_pass_pri'] = 'Please provide either a password or private key'; $l['err_reconnect'] = 'Could not reconnect to database';