Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
speed.bdcloud.fr /
langs /
es_CO /
Delete
Unzip
Name
Size
Permission
Date
Action
accountancy.lang
16.09
KB
-rw-r--r--
2020-09-02 15:35
admin.lang
93.21
KB
-rw-r--r--
2020-09-02 15:35
agenda.lang
97
B
-rw-r--r--
2020-09-02 15:35
banks.lang
368
B
-rw-r--r--
2020-09-02 15:35
bills.lang
22.8
KB
-rw-r--r--
2020-09-02 15:35
blockedlog.lang
107
B
-rw-r--r--
2020-09-02 15:35
boxes.lang
122
B
-rw-r--r--
2020-09-02 15:35
cashdesk.lang
131
B
-rw-r--r--
2020-09-02 15:35
categories.lang
143
B
-rw-r--r--
2020-09-02 15:35
commercial.lang
246
B
-rw-r--r--
2020-09-02 15:35
companies.lang
1
KB
-rw-r--r--
2020-09-02 15:35
compta.lang
14.47
KB
-rw-r--r--
2020-09-02 15:35
contracts.lang
195
B
-rw-r--r--
2020-09-02 15:35
cron.lang
147
B
-rw-r--r--
2020-09-02 15:35
deliveries.lang
111
B
-rw-r--r--
2020-09-02 15:35
donations.lang
186
B
-rw-r--r--
2020-09-02 15:35
ecm.lang
89
B
-rw-r--r--
2020-09-02 15:35
exports.lang
112
B
-rw-r--r--
2020-09-02 15:35
externalsite.lang
105
B
-rw-r--r--
2020-09-02 15:35
holiday.lang
226
B
-rw-r--r--
2020-09-02 15:35
install.lang
18.02
KB
-rw-r--r--
2020-09-02 15:35
ldap.lang
78
B
-rw-r--r--
2020-09-02 15:35
main.lang
12.15
KB
-rw-r--r--
2020-09-02 15:35
members.lang
134
B
-rw-r--r--
2020-09-02 15:35
multicurrency.lang
125
B
-rw-r--r--
2020-09-02 15:35
orders.lang
556
B
-rw-r--r--
2020-09-02 15:35
other.lang
8.78
KB
-rw-r--r--
2020-09-02 15:35
paybox.lang
76
B
-rw-r--r--
2020-09-02 15:35
productbatch.lang
1.27
KB
-rw-r--r--
2020-09-02 15:35
products.lang
12.21
KB
-rw-r--r--
2020-09-02 15:35
projects.lang
9.7
KB
-rw-r--r--
2020-09-02 15:35
propal.lang
290
B
-rw-r--r--
2020-09-02 15:35
receptions.lang
95
B
-rw-r--r--
2020-09-02 15:35
salaries.lang
483
B
-rw-r--r--
2020-09-02 15:35
sendings.lang
91
B
-rw-r--r--
2020-09-02 15:35
sms.lang
91
B
-rw-r--r--
2020-09-02 15:35
stocks.lang
148
B
-rw-r--r--
2020-09-02 15:35
supplier_proposal.lang
222
B
-rw-r--r--
2020-09-02 15:35
suppliers.lang
123
B
-rw-r--r--
2020-09-02 15:35
ticket.lang
150
B
-rw-r--r--
2020-09-02 15:35
trips.lang
1.83
KB
-rw-r--r--
2020-09-02 15:35
users.lang
93
B
-rw-r--r--
2020-09-02 15:35
website.lang
2.15
KB
-rw-r--r--
2020-09-02 15:35
withdrawals.lang
247
B
-rw-r--r--
2020-09-02 15:35
workflow.lang
2.77
KB
-rw-r--r--
2020-09-02 15:35
zapier.lang
114
B
-rw-r--r--
2020-09-02 15:35
Save
Rename
# Dolibarr language file - Source file is en_US - website YouCanEditHtmlSource=<br><span class="fa fa-bug"></span> You can include PHP code into this source using tags <strong><?php ?></strong>. The following global variables are available: $conf, $db, $mysoc, $user, $website, $websitepage, $weblangs, $pagelangs.<br><br><span class="fa fa-bug"></span> You can also include content of another Page/Container with the following syntax:<br><strong><?php includeContainer('alias_of_container_to_include'); ?></strong><br><br><span class="fa fa-bug"></span> You can make a redirect to another Page/Container with the following syntax (Note: do not output any content before a redirect):<br><strong><?php redirectToContainer('alias_of_container_to_redirect_to'); ?></strong><br><br><span class="fa fa-link"></span> To add a link to another page, use the syntax:<br><strong><a href="alias_of_page_to_link_to.php">mylink<a></strong><br><br><span class="fa fa-download"></span> To include a <strong>link to download</strong> a file stored into the <strong>documents</strong> directory, use the <strong>document.php</strong> wrapper:<br>Example, for a file into documents/ecm (need to be logged), syntax is:<br><strong><a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext"></strong><br>For a file into documents/medias (open directory for public access), syntax is:<br><strong><a href="/document.php?modulepart=medias&file=[relative_dir/]filename.ext"></strong><br>For a file shared with a share link (open access using the sharing hash key of file), syntax is:<br><strong><a href="/document.php?hashp=publicsharekeyoffile"></strong><br><br><span class="fa fa-picture-o"></span> To include an <strong>image</strong> stored into the <strong>documents</strong> directory, use the <strong>viewimage.php</strong> wrapper:<br>Example, for an image into documents/medias (open directory for public access), syntax is:<br><strong><img src="/viewimage.php?modulepart=medias&file=[relative_dir/]filename.ext"></strong><br><br>More examples of HTML or dynamic code available on <a href="%s" target="_blank">the wiki documentation</a><br>.