Linux server19.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 46.209.20.154 & Your IP : 216.73.217.55
Domains :
Cant Read [ /etc/named.conf ]
User : emadteam
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
emadteam /
public_html /
hosting2 /
lang /
Delete
Unzip
Name
Size
Permission
Date
Action
overrides
[ DIR ]
drwxr-xr-x
2026-08-05 09:47
.htaccess
237
B
-r-xr-xr-x
2026-08-05 09:47
README.txt
2.69
KB
-rw-r--r--
2023-10-08 20:23
arabic.php
399.77
KB
-rw-r--r--
2023-10-08 20:23
azerbaijani.php
389.38
KB
-rw-r--r--
2023-10-08 20:23
catalan.php
371.78
KB
-rw-r--r--
2023-10-08 20:23
chinese.php
364.88
KB
-rw-r--r--
2023-10-08 20:23
croatian.php
367.59
KB
-rw-r--r--
2023-10-08 20:23
czech.php
369.16
KB
-rw-r--r--
2023-10-08 20:23
danish.php
366.79
KB
-rw-r--r--
2023-10-08 20:23
dutch.php
379.72
KB
-rw-r--r--
2023-10-08 20:23
english.php
365.62
KB
-rw-r--r--
2023-10-08 20:23
estonian.php
364.74
KB
-rw-r--r--
2023-10-08 20:23
farsi.php
486.86
KB
-rwxr-xr-x
2024-09-28 11:59
french.php
396.26
KB
-rw-r--r--
2023-10-08 20:23
german.php
376.09
KB
-rw-r--r--
2023-10-08 20:23
hebrew.php
446.31
KB
-rw-r--r--
2023-10-08 20:23
hungarian.php
389.29
KB
-rw-r--r--
2023-10-08 20:23
index.php
40
B
-rw-r--r--
2023-10-08 20:23
italian.php
373.75
KB
-rw-r--r--
2023-10-08 20:23
macedonian.php
417.99
KB
-rw-r--r--
2023-10-08 20:23
norwegian.php
368.89
KB
-rw-r--r--
2023-10-08 20:23
persian.php
428.27
KB
-rw-r--r--
2023-10-10 18:53
portuguese-br.php
378.38
KB
-rw-r--r--
2023-10-08 20:23
portuguese-pt.php
373.41
KB
-rw-r--r--
2023-10-08 20:23
romanian.php
381.88
KB
-rw-r--r--
2023-10-08 20:23
russian.php
409.9
KB
-rw-r--r--
2023-10-08 20:23
spanish.php
381.49
KB
-rw-r--r--
2023-10-08 20:23
swedish.php
368.31
KB
-rw-r--r--
2023-10-08 20:23
turkish.php
378.59
KB
-rw-r--r--
2023-10-08 20:23
ukranian.php
409.71
KB
-rw-r--r--
2023-10-08 20:23
Save
Rename
=============================================================================== WHMCS - The Complete Client Management, Billing & Support Solution =============================================================================== Managing Language Files with Overrides Documentation: https://docs.whmcs.com/Language_Files =============================================================================== [ CONTENTS ] =============================================================================== 1. Overview 2. Usage Instructions =============================================================================== [ OVERVIEW ] =============================================================================== These language files are provided unencoded to allow you to view the language strings that WHMCS uses. We do not recommend editing these files directly. They are often overwritten during software upgrades to introduce new and updated text. Instead we recommend that you use overrides which allow you to customise the default variables with your own in a way which can be safely preserved through the upgrade process. =============================================================================== [ USAGE INSTRUCTIONS ] =============================================================================== Steps for customising language strings via overrides are as follows: 1. Create the folder 'overrides' within the 'lang' folder. 2. Create or copy the language file you want to override. For example, to create an override for the English language you create ./lang/overrides/english.php 3. Open the newly created file in your preferred editor. 4. Start the file with a PHP tag '<?php' indicating PHP code is to be used. 5. Enter the variable(s) you wish to override. For example, if you wanted to change "Welcome to our members area" you would locate the proper variable within ./lang/english.php and place it into the overrides english file with your preferred change: ./lang/english.php $_LANG['headertext'] = "Welcome to our members area."; ./lang/overrides/english.php $_LANG['headertext'] = "Welcome home!"; 6. For each variable you wish you change, repeat step #5. For example, a completed overrides file should look something like this: ./lang/overrides/english.php <?php $_LANG['headertext'] = "Welcome home!"; $_LANG['addtocart'] = "Add to Basket"; $_LANG['cartproductaddons'] = "Product Extras"; 7. Save, and you're done! For further help, please visit https://docs.whmcs.com/Language_Overrides =============================================================================== Thank you for choosing WHMCS WHMCompleteSolution www.whmcs.com