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 /
asiafood.bdcloud.fr /
theme /
eldy /
Delete
Unzip
Name
Size
Permission
Date
Action
ckeditor
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
doc
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
img
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
tpl
[ DIR ]
drwxr-xr-x
2025-11-08 11:16
AUTHOR
59
B
-rwxr-xr-x
2022-11-20 12:01
badges.inc.php
7.49
KB
-rwxr-xr-x
2022-11-20 12:01
btn.inc.php
9.34
KB
-rwxr-xr-x
2022-11-20 12:01
dropdown.inc.php
8.5
KB
-rwxr-xr-x
2022-11-20 12:01
global.inc.php
160.52
KB
-rwxr-xr-x
2022-12-08 12:18
index.html
0
B
-rwxr-xr-x
2022-11-20 12:01
info-box.inc.php
7.23
KB
-rwxr-xr-x
2022-11-20 12:01
main_menu_fa_icons.inc.php
2.56
KB
-rwxr-xr-x
2022-11-20 12:01
manifest.json
515
B
-rwxr-xr-x
2022-11-20 12:01
manifest.json.php
2.24
KB
-rwxr-xr-x
2022-11-20 12:01
progress.inc.php
6.42
KB
-rwxr-xr-x
2022-11-20 12:01
style.css.php
17.29
KB
-rwxr-xr-x
2022-11-20 12:01
theme_vars.inc.php
5.81
KB
-rwxr-xr-x
2022-11-20 12:01
thumb.png
13.3
KB
-rwxr-xr-x
2022-11-20 12:01
timeline.inc.php
4.15
KB
-rwxr-xr-x
2022-11-20 12:01
Save
Rename
<?php if (! defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?> /* <style type="text/css" > */ .mainmenu::before{ /* font part */ font-family: "Font Awesome 5 Free"; font-weight: 900; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 26px; font-size: <?php echo $topMenuFontSize; ?>; -webkit-font-smoothing: antialiased; text-align:center; text-decoration:none; color: #<?php echo $colortextbackhmenu; ?>; } div.mainmenu.menu { background-image: none; } div.mainmenu.menu::before { content: "\f0c9"; } div.mainmenu.home::before{ content: "\f015"; } div.mainmenu.billing::before { content: "\f51e"; } div.mainmenu.accountancy::before { content: "\f53d"; } div.mainmenu.agenda::before { content: "\f073"; } div.mainmenu.bank::before { content: "\f19c"; } <?php if ($conf->global->MAIN_FEATURES_LEVEL == 2) { ?> /* TESTING USAGE OF SVG WITHOUT FONT */ div.mainmenu.cashdesk { line-height: 26px; } div.mainmenu.cashdesk .tmenuimage { line-height: 26px; display: inline-block; vertical-align: middle; height: <?php echo $topMenuFontSize; ?>; background-color: #<?php echo $colortextbackhmenu; ?>; width: 100%; -webkit-mask: url(<?php echo DOL_URL_ROOT.'/theme/common/fontawesome-5/svgs/solid/cash-register.svg' ?>) no-repeat 50% 50%; /* for old webkit browser */ mask: url(<?php echo DOL_URL_ROOT.'/theme/common/fontawesome-5/svgs/solid/cash-register.svg' ?>) no-repeat 50% 50%; } <?php } else { ?> div.mainmenu.cashdesk::before { content: "\f788"; } <?php } ?> div.mainmenu.takepos::before { content: "\f788"; } div.mainmenu.companies::before { content: "\f1ad"; } div.mainmenu.commercial::before { content: "\f0f2"; } div.mainmenu.ecm::before { content: "\f07c"; } div.mainmenu.externalsite::before { content: "\f360"; } div.mainmenu.ftp::before { content: "\f362"; } div.mainmenu.hrm::before { content: "\f508"; } div.mainmenu.members::before { content: "\f0c0"; } div.mainmenu.products::before { content: "\f1b2"; } div.mainmenu.mrp::before { content: "\f1b3"; } div.mainmenu.project::before { content: "\f0e8"; } div.mainmenu.ticket::before { content: "\f3ff"; } div.mainmenu.tools::before { content: "\f0ad"; } div.mainmenu.website::before { content: "\f542"; } div.mainmenu.generic1::before { content: "\f249"; } div.mainmenu.generic2::before { content: "\f249"; } div.mainmenu.generic3::before { content: "\f249"; } div.mainmenu.generic4::before { content: "\f249"; }