⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
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 :
import_lang.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // import_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_info_file'] = 'Het bestand info.xml is niet gevonden! Neem contact op met de server administrator.';//The INFO.XML file could not be found! Please report this to the Server Admin. $l['incompatible'] = 'Dit script vereist een nieuwere versie van '.APP.'! Neem contact op met de server administrator.';//The software requires a higher version of Softaculous! Please report this to the Server Admin. $l['no_functions'] = 'Het bestand install functions is niet gevonden! Neem contact op met de server administrator.';//The INSTALL FUNCTIONS file could not be found! Please report this to the Server Admin. $l['no_softdomain'] = 'U heeft geen domein geselecteerd waarop u het script wilt importeren.'; $l['disable_import'] = 'Import feature has been disabled by admin'; $l['invalid_script'] = 'Invalid Script ID'; //Theme Strings $l['<title>'] = $globals['sn'].' - '.APP.' - '; $l['import_soft'] = 'Importeer script'; $l['choose_domain'] = 'Domein'; $l['choose_domain_exp'] = 'Vul de domeinnaam in waar het script geïnstalleerd is.'; $l['in_directory'] = 'Folder'; $l['in_directory_exp'] = 'De folder is relatief ten opzichte van het domein en <b> mag geen bestaande folder zijn</b>! <br />Indien u bijvoorbeeld een script wilt laten zien via http://domeinnaam.nl/folder/ vul dan <b> folder </b> in. <br />Indien u het script wilt laten zien via http://domeinnaam.nl/ laat dit veld dan leeg.'; $l['softsubmit'] = 'Importeer'; $l['congrats'] = 'Het script is voor u geïnstalleerd'; $l['succesful'] = 'met succes geïmporteerd'; $l['admin_url'] = 'Admin URL'; $l['enjoy'] = 'We hopen dat u de tevreden bent over de importeer procedure.'; $l['import_notes'] = 'Het onderstaande is belangrijk: '; $l['please_note'] = '<b> Let op </b>: '.APP.' is alleen een installer voor diverse scripts. Bezoek de webiste van de fabrikant van het script indien u ondersteuning nodig heeft voor een script!'; $l['regards'] = 'Groeten'; $l['softinstaller'] = APP.' auto installer'; $l['return'] = 'Terug naar het overzicht'; $l['return_to_wpm'] = 'Return to WordPress Management'; $l['choose_protocol'] = 'Choose Protocol'; $l['choose_protocol_exp'] = 'If your site has SSL, then please choose the HTTPS protocol.'; $l['no_https'] = 'A trusted SSL Certificate was not found'; $l['wrong_softdomain'] = 'The path of the domain you selected could not be found.'; //remote import $l['server_host'] = 'Server Host (Optional)'; $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['protocol'] = 'Protocol'; $l['protocol_exp'] = 'Select the protocol by which Softaculous will communicate'; $l['port'] = 'Port'; $l['port_exp'] = 'Enter the port to connect'; $l['domain'] = 'Domain Name'; $l['domain_exp'] = 'Enter a valid domain name. e.g. mydomain.com'; $l['ftp_user'] = 'Username'; $l['ftp_user_exp'] = 'The username of your FTP Account'; $l['ftp_pass'] = 'Password'; $l['ftp_pass_exp'] = 'The Password of your FTP account'; $l['ftp_path'] = 'Path'; $l['ftp_path_exp'] = 'Relative path to web accessible directory of user. e.g. /public_html'; $l['Installed_path'] = 'Installation Directory (Optional)'; $l['Installed_path_exp'] = 'Installation directory e.g. blog if you have installed the script at /public_html/blog'; $l['wrong_ftp_path'] = 'Specified FTP Path does not exist'; $l['ftp_error-1'] = 'Could not Resolve Domain Name'; $l['ftp_error-2'] = 'Could not login with specified FTP details'; $l['ftp_error-3'] = 'Specified FTP Path does not exist'; $l['imp_err'] = 'There were some errors while importing the software installed at &soft-1;'; $l['remote_import'] = 'The import process of your installation has started in the background. You will receive an email notification about the status once the import process is completed.'; $l['db_err'] = 'Could not connect to the database'; $l['remote_dir_err'] = 'Remote installation directory does not exist'; $l['err_db_create'] = 'Error occured while creating the database'; $l['dest_dir_err'] = 'Destination directory already exists'; $l['source'] = 'Source'; $l['destination'] = 'Destination'; $l['auth_password'] = 'Authentication method'; $l['auth_password_exp'] = 'Select the authentication method'; $l['private_key'] = 'Private Key'; $l['private_key_exp'] = 'Paste the private key here'; $l['passphrase'] = 'Passphrase'; $l['passphrase_exp'] = 'Passphrase for encrypted private key(optional)'; $l['database_name'] = 'Database Name'; $l['database_name_exp'] = 'Type the name of the database to be created for the installation'; $l['database_exists'] = 'The database already exists. Please choose a different name'; $l['databaseuser_exists'] = 'Database user already exists'; $l['db_limit_crossed'] = 'The maximum number of databases you can create has been reached, so import cannot proceed'; $l['empty_db'] = 'Database name field is empty. Please enter database name'; $l['adv_option'] = 'Advanced Options'; $l['database_name'] = 'Database Name'; $l['database_name_exp'] = 'Type the name of the database to be created for the installation'; $l['db_name_long'] = 'The database name cannot be greater than 7 letters. Please choose a shorter database name'; $l['db_alpha_num'] = 'Only alpha numeric characters are allowed for the Database name'; $l['remote_btn'] = 'Import From Remote Server'; $l['local_btn'] = 'Import Existing Installation from this Server'; $l['checking_data'] = 'Checking the submitted data'; $l['fetching_remote_db'] = 'Fetching database details from remote server'; $l['create_db'] = 'Creating the database'; $l['fetching_remote_files'] = 'Importing files from remote server'; $l['import_complete'] = 'Import completed'; $l['import_script'] = 'Importing'; $l['no_remote_import'] = 'Remote Import is not supported for this script'; $l['overwrite'] = 'Overwrite Files'; $l['some_files_exist'] = 'Installation cannot proceed because the following files already exist in the target folder : '; $l['delete_files'] = 'Please delete these files or choose another folder.'; $l['overwrite_exist'] = '<b>OR</b> <br /><input type="checkbox" name="overwrite_existing" id="overwrite_existing" /> <b><span style="color:#000;">Select the checkbox to overwrite all files and continue</span></b>'; $l['sftp_path'] = 'SFTP Path'; $l['sftp_path_exp'] = 'Absolute path to web directory of user. e.g. /home/USERNAME/public_html'; $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'; $l['dbusername'] = 'Database Username'; $l['dbusername_exp'] = 'The MySQL username'; $l['dbuserpass'] = 'Database Password'; $l['dbuserpass_exp'] = 'The password of the MySQL user'; $l['database_name_exp_aefer'] = 'Type the name of the database to be used for the installation'; $l['hostname'] = 'Database Hostname'; $l['hostname_exp'] = 'The MySQL hostname (mainly <b>localhost</b>)'; $l['no_hostname'] = 'Please enter your Database Hostname'; $l['no_dbusername'] = 'Please enter your Database Username'; $l['no_dbuserpass'] = 'Please enter your Database Password'; $l['no_db'] = 'Please enter your Database Name'; $l['auth_method_pass'] = 'Password'; $l['auth_method_key'] = 'SSH Key'; $l['no_pass_pri'] = 'Please provide either a password or private key'; $l['finishing_process'] = 'Finishing Import'; $l['wait_note'] = '<b>NOTE:</b> This may take 3-4 minutes. You can leave this page if you wish !'; $l['import_push_bg'] = 'Import has been pushed in background'; $l['local_import'] = 'Auto Detect all installations'; $l['choose_domain_import_exp'] = 'Please choose the domain to import the software.'; $l['enter_domain_exp'] = 'Please enter the domain where the software is already installed.';