⚝
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
/
turkish
/
View File Name :
restore_lang.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // restore_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['restoreerror'] = 'There was some error while unzipping the backup files'; $l['restoredatadir'] = 'Unable to restore data directory'; $l['restorewww'] = 'Unable to restore Web directory'; $l['res_err_selectmy'] = 'Could not select the database to restore'; $l['err_myconn'] = 'Could not connect to the database'; $l['err_db_create'] = 'Error occured while creating Database'; $l['off_backup_restore'] = 'Backup/Restore feature has been disabled by admin'; $l['no_backupinfo_file'] = 'Backup info file not found'; $l['no_backup_time'] = 'Backup time not found'; $l['instime_higher_than_btime'] = 'Installation time is higher than the Backup time'; //Theme Strings $l['<title>'] = APP.' - Restore'; $l['restorefile'] = 'Restore from Backup'; $l['restore_dir'] = 'Restore Directory'; $l['restore_dir_exp'] = 'If you check this the entire folder will be restored'; $l['restore_datadir'] = 'Restore Data Directory'; $l['restore_datadir_exp'] = 'If checked the Data directory will be restored'; $l['restore_db'] = 'Restore Database'; $l['restore_db_exp'] = 'If checked the database will also be restored'; $l['restore_ins'] = 'Restore Installation'; $l['restore'] = 'Your Backup has been restored successfully'; $l['confirm_restore'] = 'Are you sure you want to restore the installation ?'; $l['return'] = 'Return to Overview'; $l['return_to_wpm'] = 'Return to WordPress Management'; $l['restore_wwwdir'] = 'Restore Web Directory'; $l['restore_wwwdir_exp'] = 'If checked the Web directory will be restored'; $l['checking_data'] = 'Checking the submitted data'; $l['res_db'] = 'Restoring the Database'; $l['res_dir'] = 'Restoring the Directory'; $l['res_datadir'] = 'Restoring the Data Directory'; $l['finishing_process'] = 'Backup Restored'; $l['wait_note'] = '<b>NOTE:</b> This may take 3-4 minutes. Please do not leave this page until the progress bar reaches 100%'; $l['restoring'] = 'Yedeklemeniz arka planda geri yükleniyor. Tamamlandığında e-posta ile bilgilendirileceksiniz. Geri yükleme işlemini, <a href="'.$globals['index'].'act=eu_tasklist"> Görev Listesi </a> sayfasından takip edebilirsiniz.'; $l['prog_restoring'] = 'Restoring '; // Dont remove the trailing space $l['prog_restore_complete'] = 'Restore Completed.'; $l['no_restore_functions'] = 'The RESTORE FUNCTIONS file could not be found! Please report this to the server administrator.'; $l['backup_file_empty'] = 'Backup file is empty'; $l['db_not_exist'] = 'Database file does not exist'; $l['db_empty'] = 'The database file is empty'; $l['read_archive'] = 'Reading the archive'; $l['no_backup_file'] = 'Backup file not present'; $l['wpc_return'] = 'Return to Backups'; $l['ampps_notify_premium'] = 'This feature is available in the premium version of AMPPS. Please purchase <b><a href="https://ampps.com/clients">AMPPS Premium</a></b>'; $l['restore_delete_files'] = 'Delete existing files/folders'; $l['restore_delete_files_exp'] = 'If checked existing files/folders will be deleted and then the backup files will be restored. <br /><b>Note</b>: Please make sure that you chose Full Backup while creating this backup.'; $l['no_restore_file_param'] = 'Backup file name was not passed. It is required to start the restore process.';