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 /
de_AT /
Delete
Unzip
Name
Size
Permission
Date
Action
accountancy.lang
92
B
-rw-r--r--
2020-09-02 15:35
admin.lang
9.43
KB
-rw-r--r--
2020-09-02 15:35
agenda.lang
1.44
KB
-rw-r--r--
2020-09-02 15:35
assets.lang
77
B
-rw-r--r--
2020-09-02 15:35
banks.lang
902
B
-rw-r--r--
2020-09-02 15:35
bills.lang
1.55
KB
-rw-r--r--
2020-09-02 15:35
bookmarks.lang
725
B
-rw-r--r--
2020-09-02 15:36
boxes.lang
91
B
-rw-r--r--
2020-09-02 15:35
cashdesk.lang
98
B
-rw-r--r--
2020-09-02 15:35
categories.lang
136
B
-rw-r--r--
2020-09-02 15:35
commercial.lang
258
B
-rw-r--r--
2020-09-02 15:35
companies.lang
429
B
-rw-r--r--
2020-09-02 15:35
compta.lang
1.29
KB
-rw-r--r--
2020-09-02 15:35
contracts.lang
1.15
KB
-rw-r--r--
2020-09-02 15:35
deliveries.lang
174
B
-rw-r--r--
2020-09-02 15:35
dict.lang
847
B
-rw-r--r--
2020-09-02 15:36
donations.lang
107
B
-rw-r--r--
2020-09-02 15:35
ecm.lang
446
B
-rw-r--r--
2020-09-02 15:35
errors.lang
322
B
-rw-r--r--
2020-09-02 15:35
exports.lang
132
B
-rw-r--r--
2020-09-02 15:35
externalsite.lang
198
B
-rw-r--r--
2020-09-02 15:35
holiday.lang
118
B
-rw-r--r--
2020-09-02 15:35
install.lang
250
B
-rw-r--r--
2020-09-02 15:35
interventions.lang
157
B
-rw-r--r--
2020-09-02 15:35
languages.lang
89
B
-rw-r--r--
2020-09-02 15:35
ldap.lang
109
B
-rw-r--r--
2020-09-02 15:35
mails.lang
677
B
-rw-r--r--
2020-09-02 15:35
main.lang
2.46
KB
-rw-r--r--
2020-09-02 15:36
members.lang
719
B
-rw-r--r--
2020-09-02 15:35
orders.lang
668
B
-rw-r--r--
2020-09-02 15:35
other.lang
1.08
KB
-rw-r--r--
2020-09-02 15:35
paybox.lang
192
B
-rw-r--r--
2020-09-02 15:36
paypal.lang
418
B
-rw-r--r--
2020-09-02 15:35
products.lang
1.33
KB
-rw-r--r--
2020-09-02 15:35
projects.lang
933
B
-rw-r--r--
2020-09-02 15:35
propal.lang
679
B
-rw-r--r--
2020-09-02 15:35
sendings.lang
173
B
-rw-r--r--
2020-09-02 15:35
sms.lang
76
B
-rw-r--r--
2020-09-02 15:36
stocks.lang
89
B
-rw-r--r--
2020-09-02 15:35
supplier_proposal.lang
660
B
-rw-r--r--
2020-09-02 15:35
ticket.lang
98
B
-rw-r--r--
2020-09-02 15:35
trips.lang
77
B
-rw-r--r--
2020-09-02 15:35
users.lang
373
B
-rw-r--r--
2020-09-02 15:35
website.lang
2.15
KB
-rw-r--r--
2020-09-02 15:35
withdrawals.lang
273
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>.