PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: index.php Size: 35.92 KB
/home/ankaservis/servis.ankaservis.com/muhasebe/index.php

<?php
// Output buffering'i en başta başlat
ob_start();

// ÖNEMLİ: Session cookie ayarları için ayarlar.php'yi session başlatmadan ÖNCE yükle
require_once("sistem/ayarlar.php");

// Modern Session Manager kullan
require_once("sistem/SessionManager.php");
$sessionManager = SessionManager::getInstance();
$sessionManager->start(); // Güvenli session başlatma (IP/User Agent kontrolü dahil)

// Session kontrolü - SessionManager ile
if (!$sessionManager->isLoggedIn()) {
    // Loglama
    require_once("sistem/session_helper.php");
    $reason = !isset($_SESSION["giris"]) ? "Session giris değişkeni yok" : "Session giris değeri geçersiz: " . ($_SESSION["giris"] ?? "null");
    log_session_redirect(__FILE__, $reason);
    
    echo "<meta http-equiv='refresh' content='0;URL=giris.php'>";
    return;
} else {
    ?>
    <?php require_once("sistem/fonksiyon.php"); ?>
    <!DOCTYPE html>
    <html lang="tr">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
        <meta name="description" content="">
        <meta name="author" content="">

        <!-- Bootstrap 3 CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css" rel="stylesheet">
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap-theme.min.css" rel="stylesheet">
        <!-- Font Awesome -->
        <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
        
        <!-- Mevcut CSS dosyaları -->
        <link href="css/style.default.css" rel="stylesheet">
        <link href="css/jquery.tagsinput.css" rel="stylesheet"/>
        <link href="css/toggles.css" rel="stylesheet"/>
        <link href="css/bootstrap-timepicker.min.css" rel="stylesheet"/>
        <link href="css/select2.css" rel="stylesheet"/>
        <link href="css/colorpicker.css" rel="stylesheet"/>
        <link href="css/dropzone.css" rel="stylesheet"/>
        <link href="css/prettyPhoto.css" rel="stylesheet">
        <link href="css/morris.css" rel="stylesheet">

        <!-- jQuery (Bootstrap 3 için uyumlu versiyon) -->
        <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
        <script type="text/javascript" src="jquery-ui-1.10.0.custom.js"></script>
        <link rel="stylesheet" href="jquery-ui-1.10.0.custom.min.css"/>

        <script type="text/javascript">
            $(function () {
                $("#sorgu1").datepicker({
                    dateFormat: "dd.mm.yy",
                    changeMonth: true,
                    changeYear: true,
                    dayNames: ["pazar", "pazartesi", "salı", "çarşamba", "perşembe", "cuma", "cumartesi"],
                    dayNamesMin: ["pa", "pzt", "sa", "çar", "per", "cum", "cmt"],
                    defaultDate: 0,
                    maxDate: "+2y+1m +2w",
                    minDate: "-1y-1m -2w",
                    monthNamesShort: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"],
                    nextText: "İleri",
                    prevText: "Geri",
                    showAnim: "slide",
                });
                
                $("#sorgu2").datepicker({
                    dateFormat: "dd.mm.yy",
                    changeMonth: true,
                    changeYear: true,
                    dayNames: ["pazar", "pazartesi", "salı", "çarşamba", "perşembe", "cuma", "cumartesi"],
                    dayNamesMin: ["pa", "pzt", "sa", "çar", "per", "cum", "cmt"],
                    defaultDate: 0,
                    maxDate: "+2y+1m +2w",
                    minDate: "-1y-1m -2w",
                    monthNamesShort: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"],
                    nextText: "İleri",
                    prevText: "Geri",
                    showAnim: "slide",
                });
            });
        </script>
        <?php require_once("blok/ustic.php"); ?>
        <section>
            <div class="mainwrapper">
                <!--Sol -->
                <?php require_once("blok/sol.php"); ?>
                <!-- sol bitiş -->
                
                <div class="mainpanel">
                    <div class="contentpanel">
                        
                        <!-- TEKNİK PERSONEL -->
                        <?php
                        $gorsunwer = $_SESSION["durum"] ?? null;
if ($gorsunwer == "6") {
                            ?>
                            <div class="panel panel-primary-head">
                                <div class="panel-heading">
                                    <h4 class="panel-title">
                                        Sonlandırlmayan Servislerim
                                    </h4>
                                    <p>Tablo araması büyük/küçük harfe duyarlıdır.</p>
                                </div><!-- panel-heading -->
                                <table id="basicTable" class="table table-striped table-bordered responsive">
                                    <thead class="">
                                    <tr>
                                        <th>Takip No</th>
                                        <th>Müşteri Adı</th>
                                        <th>Telefon</th>
                                        <th>Giriş Tarihi</th>
                                        <th>Başlangıç Tarihi</th>
                                        <th>Adres</th>
                                        <th>Şikayeti</th>
                                        <th>CİNS / MARKA / MODEL</th>
                                        <th>Durum</th>
                                    </tr>
                                    </thead>
                                    <tbody>
                                    <?php
                                    // Optimizasyon: Tüm verileri JOIN ile tek sorguda çek
                                    $sql = "SELECT g.*, 
                                            m.ID as mID, m.Ad_Soyad, m.Tel, m.Adres,
                                            ma.id as marka_id, ma.marka,
                                            ut.id as tur_id, ut.turu,
                                            sd.id as durum_id, sd.servisdurum, sd.renk
                                            FROM girisler g
                                            LEFT JOIN musteriler m ON g.MID = m.ID
                                            LEFT JOIN marka ma ON g.marka = ma.id
                                            LEFT JOIN urunturu ut ON g.turu = ut.id
                                            LEFT JOIN servisDurumu sd ON g.Gdurum = sd.id
                                            WHERE g.yeni_personel='" . $_SESSION["kulid"] . "' AND g.sonlandir='0' 
                                            ORDER BY g.GID DESC";
                                    $giris = mysql_query($sql, $baglanti) or die(mysql_error());
                                    
                                    // Durum bilgilerini önceden çek
                                    $durumlar = array();
                                    $durum_sql = "SELECT id, servisdurum FROM servisDurumu";
                                    $durum_result = mysql_query($durum_sql, $baglanti);
                                    while ($durum_row = mysql_fetch_array($durum_result)) {
                                        $durumlar[$durum_row['id']] = $durum_row['servisdurum'];
                                    }
                                    
                                    while ($girisler = mysql_fetch_array($giris)) {
                                        $durumyaz = $girisler['servisdurum'] ?? '';
                                        $dd = $girisler['Gdurum'] ?? '';
                                        ?>
                                        <tr>
                                            <td>
                                                <a href="ServisDuzenpersonel.php?GiT=<?php echo $girisler['mID']; ?>&G=<?php echo $girisler['GID']; ?>&Kim=<?php echo dosya($girisler['Ad_Soyad'] ?? '') ?>"><?php echo $girisler['GID']; ?></a>
                                            </td>
                                            <td>
                                                <a href="ServisDuzenpersonel.php?GiT=<?php echo $girisler['mID']; ?>&G=<?php echo $girisler['GID']; ?>&Kim=<?php echo dosya($girisler['Ad_Soyad'] ?? '') ?>"><?php echo htmlspecialchars($girisler['Ad_Soyad'] ?? ''); ?> </a>
                                            </td>
                                            <td>
                                                <a href="ServisDuzenpersonel.php?GiT=<?php echo $girisler['mID']; ?>&G=<?php echo $girisler['GID']; ?>&Kim=<?php echo dosya($girisler['Ad_Soyad'] ?? '') ?>"><?php echo htmlspecialchars($girisler['Tel'] ?? ''); ?> </a>
                                            </td>
                                            <td><?php echo htmlspecialchars($girisler['GTarih'] ?? ''); ?></td>
                                            <td><?php echo htmlspecialchars($girisler['baslama_t'] ?? ''); ?></td>
                                            <td><?php echo htmlspecialchars($girisler['Adres'] ?? ''); ?></td>
                                            <td><?php echo htmlspecialchars($girisler['HSikayet'] ?? ''); ?></td>
                                            <td class="center">
                                                <?php 
                                                echo htmlspecialchars(($girisler['turu'] ?? '') . " / " . ($girisler['marka'] ?? '') . " / " . ($girisler['uruncinsi'] ?? ''));
                                                ?>
                                            </td>
                                            <td class="center">
                                                <?php 
                                                if ($dd == "1" || $dd == "3" || $dd == "29") {
                                                    echo '<span class="label label-success">' . htmlspecialchars($durumyaz) . '</span>';
} else {
                                                    echo '<span class="label label-danger">' . htmlspecialchars($durumyaz) . '</span>';
                                                }
                                                ?>
                                            </td>
                                        </tr>
                                    <?php } ?>
                                    </tbody>
                                </table>
                            </div><!-- panel -->
                            <br/>
                            <div class="col-sm-6 col-md-12">
                                <div class="panel panel-dark-head widget-slider">
                                    <div class="panel-heading">
                                        <h5 class="panel-title">Hatırlatmalar</h5>
                                    </div>
                                    <div class="panel-body">
                                        <div id="carousel-example-generic2" class="carousel slide" data-ride="carousel">
                                            <div class="carousel-inner">
                                                <div class="item active">
                                                    <div class="media">
                                                        <div class="media-body">
                                                            <?php
                                                            date_default_timezone_set("Europe/Istanbul");
                                                            $bugun = date("d.m.Y");
                                                            $kullanici_id = $_SESSION["kulid"] ?? 0;
                                                            $hatirlatw = mysql_num_rows(mysql_query("select * from servis where mtarih='$bugun' and durum='0' and kullanici='$kullanici_id' "));
                                                            if ($hatirlatw == "0") {
                                                                ?>
                                                                <h4 class="media-heading">Bugün için hatırlatmanız bulunmuyor. <a href="hatirlatmalar.php">Hatırlatmalara git</a></h4>
                                                            <?php } else {
                                                                ?>
                                                                <h4 class="media-heading">
                                                                    <a class="alert-link" href="hatirlatmalar.php"><strong><?php echo $bugun ?> Bugün için " <?php echo $hatirlatw ?> " HATIRLATMANIZ VAR!</strong> Tümünü görmek için Tıklayın.</a></h4>
                                                            <?php } ?>
                                                        </div>
                                                    </div><!-- media -->
                                                </div><!-- item -->
                                                        <?php
                                                        // Optimizasyon: Hatırlatmaları tek sorguda çek (tekrar kullan)
                                                        if (!isset($hatirlatmalar)) {
                                                            date_default_timezone_set("Europe/Istanbul");
                                                            $bugun = date("d.m.Y");
                                                            $sql = "SELECT * FROM servis WHERE durum='0' AND kullanici='" . $_SESSION["kulid"] . "' ";
                                                            $giris = mysql_query($sql, $baglanti) or die(mysql_error());
                                                            $hatirlatmalar = array();
                                                            
                                                            while ($girisler = mysql_fetch_array($giris)) {
                                                                $tarih1 = $girisler['mtarih'];
                                                                $tarih2 = $bugun;
                                                                if (!tarihkarsilastir($tarih1, $tarih2)) {
                                                                    $hatirlatmalar[] = $girisler;
                                                                }
                                                            }
                                                        }
                                                        
                                                        foreach ($hatirlatmalar as $girisler) {
                                                            ?>
                                                            <div class="item">
                                                                <div class="media">
                                                                    <div class="media-body">
                                                                        <h4 class="media-heading"><a class="alert-link" style="color:red" href="hatirlatma_duzen.php?GiT=<?php echo $girisler['id']; ?>"><strong><?php echo htmlspecialchars($girisler['mtarih']); ?> tarihli " <?php echo htmlspecialchars($girisler['adsoyad']); ?> " HATIRLATMANIZIN günü geçti!</strong> </a></h4>
                                                                    </div>
                                                                </div>
                                                            </div><!-- item -->
                                                        <?php } ?>
                                                    </div><!-- carousel-inner -->
                                                    <ol class="carousel-indicators">
                                                        <li data-target="#carousel-example-generic2" data-slide-to="0" class="active"></li>
                                                        <?php
                                                        $slideart = 1;
                                                        foreach ($hatirlatmalar as $girisler2) {
                                                            ?>
                                                            <li data-target="#carousel-example-generic2" data-slide-to="<?php echo $slideart++; ?>"></li>
                                                        <?php } ?>
                                            </ol>
                                        </div><!-- carousel -->
                                    </div><!-- panel-body -->
                                </div><!-- panel -->
                            </div><!-- col-sm-6 -->
                            <!--Menü Grafik -->
                            <?php require_once("blok/menu_grafikpersonel.php"); ?>
                            <!-- Menü Grafik bitiş -->
                            <!-- TEKNİK PERSONEL BİT -->
                        <?php } else { ?>
                            <div class="col-sm-6 col-md-12">
                                <div class="row">
                                    <ul class="nav nav-tabs nav-justified">
                                        <li class="active"><a data-toggle="tab" href="#mara">Müşteri</a></li>
                                        <li><a data-toggle="tab" href="#telile">Telefon</a></li>
                                        <li><a data-toggle="tab" href="#adresile">Adres</a></li>
                                        <li><a data-toggle="tab" href="#bara">Takip No</a></li>
                                        <li><a data-toggle="tab" href="#sara">Seri No</a></li>
                                        <li><a data-toggle="tab" href="#fatura">Fatura No</a></li>
                                    </ul>
                                    <div class="tab-content">
                                        <div id="mara" class="tab-pane active">
                                            <div class="media">
                                                <div class="media-body">
                                                    <input type="text" class="form-control" id="araindex" placeholder="Müşteri adı yada firma adı ile ara"/>
                                                    <div class="kelimelerindex" style="z-index:99999999"></div>
                                                </div>
                                            </div><!-- media -->
                                        </div><!-- tab-pane -->
                                        <div id="telile" class="widget-bloglist tab-pane">
                                            <div class="media">
                                                <div class="media-body">
                                                    <input type="text" class="form-control aratel" id="sabittel" placeholder="Telefon No İle Ara"/>
                                                    <div class="aratelindexler" style="z-index:99999999"></div>
                                                </div>
                                            </div><!-- media -->
                                        </div><!-- tab-pane -->
                                        <div id="adresile" class="widget-bloglist tab-pane">
                                            <div class="media">
                                                <div class="media-body">
                                                    <input type="text" class="form-control araadres" placeholder="Adres İle Ara"/>
                                                    <div class="araadresindexler" style="z-index:99999999"></div>
                                                </div>
                                            </div><!-- media -->
                                        </div><!-- tab-pane -->
                                        <div id="bara" class="widget-bloglist tab-pane">
                                            <div class="media">
                                                <div class="media-body">
                                                    <input type="text" class="form-control" id="aratakip" placeholder="Barkod Kodu Ara"/>
                                                    <div class="takipnoindexler" style="z-index:99999999"></div>
                                                </div>
                                            </div><!-- media -->
                                        </div><!-- tab-pane -->
                                        <div id="sara" class="widget-bloglist tab-pane">
                                            <div class="media">
                                                <div class="media-body">
                                                    <input type="text" class="form-control" id="araseri" placeholder="Serino Ara"/>
                                                    <div class="serinoindexler" style="z-index:99999999"></div>
                                                </div>
                                            </div><!-- media -->
                                        </div><!-- tab-pane -->
                                        <div id="fatura" class="widget-bloglist tab-pane">
                                            <div class="media">
                                                <div class="media-body">
                                                    <input type="text" class="form-control aratel" id="faturai" placeholder="Fatura No İle Ara"/>
                                                    <div class="arafaturalar" style="z-index:99999999"></div>
                                                </div>
                                            </div><!-- media -->
                                        </div><!-- tab-pane -->
                                    </div><!-- tab-content -->
                                </div>
                            </div><!-- col-sm-6 -->
                            <?php
                            $gorsunwer = $_SESSION["durum"] ?? null;
                            if ($gorsunwer == "1" or $gorsunwer == "2" or $gorsunwer == "3" or $gorsunwer == "5") {
                                ?>
                                <div class="col-sm-6 col-md-6">
                                    <div class="row">
                                        <div class="panel panel-dark-head widget-slider">
                                            <div class="panel-heading">
                                                <h5 class="panel-title">Hatırlatmalar</h5>
                                            </div>
                                            <div class="panel-body">
                                                <div id="carousel-example-generic2" class="carousel slide" data-ride="carousel">
                                                    <div class="carousel-inner">
                                                        <div class="item active">
                                                            <div class="media">
                                                                <div class="media-body">
                                                                    <?php
                                                                    date_default_timezone_set("Europe/Istanbul");
                                                                    $bugun = date("d.m.Y");
                                                                    $kullanici_id = $_SESSION["kulid"] ?? 0;
                                                                    $hatirlatw = mysql_num_rows(mysql_query("select * from servis where mtarih='$bugun' and durum='0' and kullanici='$kullanici_id' "));
                                                                    if ($hatirlatw == "0") {
                                                                        ?>
                                                                        <h4 class="media-heading">Bugün için hatırlatmanız bulunmuyor. <a href="hatirlatmalar.php">Hatırlatmalara git</a></h4>
                                                                    <?php } else {
                                                                        ?>
                                                                        <h4 class="media-heading">
                                                                            <a class="alert-link" href="hatirlatmalar.php"><strong><?php echo $bugun ?> Bugün için " <?php echo $hatirlatw ?> " HATIRLATMANIZ VAR!</strong> Tümünü görmek için Tıklayın.</a></h4>
                                                                    <?php } ?>
                                                                </div>
                                                            </div><!-- media -->
                                                        </div><!-- item -->
                                                        <?php
                                                        // Optimizasyon: Hatırlatmaları tek sorguda çek
                                                        date_default_timezone_set("Europe/Istanbul");
                                                        $bugun = date("d.m.Y");
                                                        $sql = "SELECT * FROM servis WHERE durum='0' AND kullanici='" . $_SESSION["kulid"] . "' ";
                                                        $giris = mysql_query($sql, $baglanti) or die(mysql_error());
                                                        $hatirlatmalar = array();
                                                        $slide_count = 0;
                                                        
                                                        while ($girisler = mysql_fetch_array($giris)) {
                                                            $tarih1 = $girisler['mtarih'];
                                                            $tarih2 = $bugun;
                                                            if (!tarihkarsilastir($tarih1, $tarih2)) {
                                                                $hatirlatmalar[] = $girisler;
                                                            }
                                                        }
                                                        
                                                        foreach ($hatirlatmalar as $girisler) {
                                                            ?>
                                                            <div class="item">
                                                                <div class="media">
                                                                    <div class="media-body">
                                                                        <h4 class="media-heading"><a class="alert-link" style="color:red" href="hatirlatma_duzen.php?GiT=<?php echo $girisler['id']; ?>"><strong><?php echo htmlspecialchars($girisler['mtarih']); ?> tarihli " <?php echo htmlspecialchars($girisler['adsoyad']); ?> " HATIRLATMANIZIN günü geçti!</strong> </a></h4>
                                                                    </div>
                                                                </div>
                                                            </div><!-- item -->
                                                        <?php } ?>
                                                    </div><!-- carousel-inner -->
                                                    <ol class="carousel-indicators">
                                                        <li data-target="#carousel-example-generic2" data-slide-to="0" class="active"></li>
                                                        <?php
                                                        $slideart = 1;
                                                        foreach ($hatirlatmalar as $girisler2) {
                                                            ?>
                                                            <li data-target="#carousel-example-generic2" data-slide-to="<?php echo $slideart++; ?>"></li>
                                                        <?php } ?>
                                                    </ol>
                                                </div><!-- carousel -->
                                            </div><!-- panel-body -->
                                        </div><!-- panel -->
                                    </div>
                                </div><!-- col-sm-6 -->
                            <?php } else { ?>
                                <div class="col-sm-6 col-md-12"></div>
                            <?php } ?>
                            <div class="col-md-6">
                                <div class="row">
                                    <div class="panel panel-warning">
                                        <div class="panel-heading">
                                            <h4 class="panel-title"><b>İki tarih arası servis hareketi sorgula</b></h4>
                                        </div><!-- panel-heading -->
                                        <div class="panel-body">
                                            <div class="row">
                                                <form id="basicForm" method="GET" action="girisler_sorgu.php">
                                                    <div class="col-sm-3">
                                                        <input type="text" id="sorgu1" name="gun" placeholder="İlk Tarih" class="form-control" required>
                                                    </div>
                                                    <div class="col-sm-3">
                                                        <input type="text" id="sorgu2" name="ile" placeholder="Son Tarih" class="form-control" required>
                                                    </div>
                                                    <div class="col-sm-2">
                                                        <button class="btn btn-warning mr5">Sorgula</button>
                                                    </div>
                                                </form>
                                            </div><!-- row -->
                                        </div><!-- panel-body -->
                                    </div><!-- panel -->
                                </div>
                            </div><!-- col-md-6 -->
                            <?php require_once("blok/menu_grafik.php"); ?>
                            <hr>
                        <?php } ?>
                    </div><!-- contentpanel -->
                </div><!-- mainpanel -->
            </div><!-- mainwrapper -->
        </section>
        <!-- jQuery Migrate (eski jQuery kodları için) -->
        <script src="https://code.jquery.com/jquery-migrate-1.4.1.min.js"></script>
        <script src="js/jquery-ui-1.10.3.min.js"></script>
        <!-- Bootstrap 3 JS -->
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/js/bootstrap.min.js"></script>
        <script src="js/modernizr.min.js"></script>
        <script src="js/pace.min.js"></script>
        <script src="js/retina.min.js"></script>
        <script src="js/jquery.cookies.js"></script>
        <script src="js/jquery.tagsinput.min.js"></script>
        <script src="js/select2.min.js"></script>
        <script src="js/jquery.validate.min.js"></script>
        <script src="js/jquery.maskedinput.min.js"></script>
        <script src="js/custom.js"></script>
        <script src="js/jquery.autogrow-textarea.js"></script>
        <script src="js/jquery.mousewheel.js"></script>
        <script src="js/toggles.min.js"></script>
        <script src="js/bootstrap-timepicker.min.js"></script>
        <script src="js/colorpicker.js"></script>
        <script src="js/dropzone.min.js"></script>
        <script src="js/jquery.dataTables.min.js"></script>
        <script src="js/dataTables.bootstrap.js"></script>
        <script src="js/dataTables.responsive.js"></script>
        <script src="js/select2.min.js"></script>

        <script>
            jQuery(document).ready(function () {
                // Basic Form
                jQuery("#basicForm").validate({
                    highlight: function (element) {
                        jQuery(element).closest('.form-group').removeClass('has-success').addClass('has-error');
                    },
                    success: function (element) {
                        jQuery(element).closest('.form-group').removeClass('has-error');
                    }
                });

                // Input Masks
                jQuery("#date").mask("99/99/9999");
                jQuery("#gsm").mask("9999999999");
                jQuery("#fax").mask("9999999999");
                jQuery("#sabittel").mask("9999999999");
                jQuery("#ssn").mask("999-99-9999");
                jQuery("#vergino").mask("9999999999");

                // Select2
                jQuery("#flowers, #fruits").select2({
                    minimumResultsForSearch: -1
                });

                // DataTables
                jQuery('#basicTable').DataTable({
                    responsive: true
                });
            });
        </script>

        <script>
            jQuery(document).ready(function () {
                // Tags Input
                jQuery('#tags').tagsInput({width: 'auto'});
                jQuery('#tags2').tagsInput({width: 'auto'});
                jQuery('#tags3').tagsInput({width: 'auto'});

                // Textarea Autogrow
                jQuery('#autoResizeTA').autogrow();

                // Form Toggles
                jQuery('.toggle').toggles({on: true});

                // Time Picker
                jQuery('#timepicker').timepicker({defaultTIme: false});
                jQuery('#timepicker2').timepicker({showMeridian: false});
                jQuery('#timepicker3').timepicker({minuteStep: 15});

                // Select2
                jQuery("#select-basic, #select-multi").select2();
                jQuery('#select-search-hide').select2({
                    minimumResultsForSearch: -1
                });

                // Color Picker
                if (jQuery('#colorpicker').length > 0) {
                    jQuery('#colorSelector').ColorPicker({
                        onShow: function (colpkr) {
                            jQuery(colpkr).fadeIn(500);
                            return false;
                        },
                        onHide: function (colpkr) {
                            jQuery(colpkr).fadeOut(500);
                            return false;
                        },
                        onChange: function (hsb, hex, rgb) {
                            jQuery('#colorSelector span').css('backgroundColor', '#' + hex);
                            jQuery('#colorpicker').val('#' + hex);
                        }
                    });
                }

                // Color Picker Flat Mode
                jQuery('#colorpickerholder').ColorPicker({
                    flat: true,
                    onChange: function (hsb, hex, rgb) {
                        jQuery('#colorpicker3').val('#' + hex);
                    }
                });
            });
        </script>

    </body>
    </html>
<?php } ?>

Directory Contents

Dirs: 23 × Files: 138

Name Size Perms Modified Actions
ajax DIR
- drwxr-xr-x 2025-11-13 03:55:32
Edit Download
barkod DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
blok DIR
- drwxr-xr-x 2025-11-13 17:05:02
Edit Download
config DIR
- drwxr-xr-x 2025-11-14 06:08:36
Edit Download
css DIR
- drwxr-xr-x 2025-11-13 09:56:00
Edit Download
db DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
docs DIR
- drwxr-xr-x 2025-11-14 08:05:06
Edit Download
Excel DIR
- drwxr-xr-x 2022-08-10 21:02:54
Edit Download
font DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
fonts DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
giris DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
holder.js DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
images DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
img DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
js DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
logs DIR
- drwxr-xr-x 2025-11-14 06:20:50
Edit Download
Pager DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
scopbin DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
sf DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
sistem DIR
- drwxr-xr-x 2025-11-14 03:27:46
Edit Download
Sorgula DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
- drwxr-xr-x 2025-11-14 06:31:08
Edit Download
yuklenen DIR
- drwxr-xr-x 2022-08-10 21:02:56
Edit Download
1.50 KB lrw-r--r-- 2025-11-13 16:26:02
Edit Download
9.45 KB lrw-r--r-- 2025-11-13 12:19:02
Edit Download
3.41 KB lrw-r--r-- 2016-07-25 10:53:34
Edit Download
4.29 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.03 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
18.59 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
18.63 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.02 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.04 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
9.44 KB lrw-r--r-- 2025-11-13 12:19:02
Edit Download
17.47 KB lrw-r--r-- 2025-11-13 04:32:24
Edit Download
17.37 KB lrw-r--r-- 2025-08-30 03:25:02
Edit Download
6.53 KB lrw-r--r-- 2025-08-30 03:35:16
Edit Download
9.58 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
11.44 KB lrw-r--r-- 2025-11-13 07:58:26
Edit Download
88.86 KB lrw-r--r-- 2025-11-14 06:59:02
Edit Download
30.45 KB lrw-r--r-- 2025-11-14 06:59:02
Edit Download
539 B lrw-r--r-- 2025-11-14 06:08:44
Edit Download
4.85 KB lrw-r--r-- 2025-08-30 02:05:10
Edit Download
12.24 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
16.04 KB lrw-r--r-- 2025-08-30 03:21:46
Edit Download
3.66 KB lrw-r--r-- 2025-11-14 06:34:56
Edit Download
27.48 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
28.79 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
12.89 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
12.90 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
22.67 KB lrw-r--r-- 2025-11-13 14:41:24
Edit Download
23.73 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
22.58 KB lrw-r--r-- 2025-11-13 14:41:24
Edit Download
23.21 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
2.67 KB lrw-r--r-- 2025-11-16 13:10:55
Edit Download
22.77 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
5.08 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.06 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
4.96 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.02 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
3.52 KB lrw-r--r-- 2025-11-13 07:13:06
Edit Download
4.05 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
4.30 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
22.70 KB lrw-r--r-- 2025-11-14 05:39:58
Edit Download
25.04 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.02 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
12.08 KB lrw-r--r-- 2025-11-13 15:46:24
Edit Download
9.44 KB lrw-r--r-- 2025-11-13 12:19:02
Edit Download
16.80 KB lrw-r--r-- 2025-11-14 08:05:36
Edit Download
14.29 KB lrw-r--r-- 2025-11-14 08:05:30
Edit Download
2.79 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
2.88 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
35.92 KB lrw-r--r-- 2025-11-14 04:55:04
Edit Download
46.63 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
576 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
256 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
261.05 KB lrw-r--r-- 2016-07-25 10:53:52
Edit Download
422.49 KB lrw-r--r-- 2016-07-25 10:53:58
Edit Download
26.42 KB lrw-r--r-- 2016-07-25 10:53:54
Edit Download
8.21 KB lrw-r--r-- 2016-07-25 10:53:54
Edit Download
27.95 KB lrw-r--r-- 2016-07-25 10:53:56
Edit Download
27.06 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
7.09 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
28.29 KB lrw-r--r-- 2025-11-13 05:59:52
Edit Download
32.32 KB lrw-r--r-- 2025-11-13 13:57:56
Edit Download
31.08 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
466 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
15.21 KB lrw-r--r-- 2025-11-14 04:53:00
Edit Download
11.28 KB lrw-r--r-- 2025-11-13 06:16:28
Edit Download
6.78 KB lrw-r--r-- 2025-11-14 08:05:30
Edit Download
7.28 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.94 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
89.72 KB lrw-r--r-- 2025-11-14 06:46:04
Edit Download
23.22 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
17.24 KB lrw-r--r-- 2025-11-14 05:39:58
Edit Download
18.05 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
18.07 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
17.65 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
1.01 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
375 B lrw-r--r-- 2020-06-16 03:54:24
Edit Download
7.19 KB lrw-r--r-- 2025-11-14 05:26:10
Edit Download
19.50 KB lrw-r--r-- 2016-07-25 10:54:06
Edit Download
19.00 KB lrw-r--r-- 2016-07-25 10:54:06
Edit Download
55.54 KB lrw-r--r-- 2025-11-13 08:16:22
Edit Download
10.67 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
12.47 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
8.96 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
30.11 KB lrw-r--r-- 2025-11-14 07:21:30
Edit Download
17.58 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
34.28 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
17.23 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
39.90 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
33.82 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
11.28 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
18.78 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
8.43 KB lrw-r--r-- 2025-11-14 05:05:32
Edit Download
26.05 KB lrw-r--r-- 2025-11-13 14:24:40
Edit Download
26.07 KB lrw-r--r-- 2025-11-13 14:24:40
Edit Download
29.31 KB lrw-r--r-- 2025-11-13 14:08:28
Edit Download
29.63 KB lrw-r--r-- 2025-11-13 14:15:10
Edit Download
832 B lrw-r--r-- 2016-07-25 10:54:10
Edit Download
19.26 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
18.43 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
3.56 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
3.57 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
910 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.15 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
7.91 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
9.59 KB lrw-r--r-- 2025-11-13 15:41:42
Edit Download
22.15 KB lrw-r--r-- 2025-11-14 05:39:58
Edit Download
14.32 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
12.47 KB lrw-r--r-- 2025-11-14 07:11:36
Edit Download
8.26 KB lrw-r--r-- 2025-11-14 05:05:32
Edit Download
187.39 KB lrw-r--r-- 2016-07-25 10:54:16
Edit Download
20.10 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
23.85 KB lrw-r--r-- 2025-11-13 13:31:58
Edit Download
22.65 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
12.91 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
56.75 KB lrw-r--r-- 2025-11-13 05:05:10
Edit Download
28.72 KB lrw-r--r-- 2025-11-13 15:00:32
Edit Download
22.19 KB lrw-r--r-- 2025-11-13 14:52:04
Edit Download
21.66 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
21.39 KB lrw-r--r-- 2025-11-13 14:52:04
Edit Download
21.39 KB lrw-r--r-- 2025-11-13 14:41:24
Edit Download
21.09 KB lrw-r--r-- 2025-11-14 08:02:42
Edit Download
19.79 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
3.01 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
23.49 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
26.85 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
26.10 KB lrw-r--r-- 2025-11-14 07:27:20
Edit Download
25.13 KB lrw-r--r-- 2025-11-13 14:52:04
Edit Download
26.53 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
24.88 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
19.79 KB lrw-r--r-- 2025-11-14 06:45:44
Edit Download
31.08 KB lrw-r--r-- 2025-11-13 06:52:38
Edit Download
11.21 KB lrw-r--r-- 2025-11-13 06:19:58
Edit Download
242 B lrw-r--r-- 2025-08-29 14:25:52
Edit Download
11.29 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
17.99 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
16.99 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
6.41 KB lrw-r--r-- 2025-08-29 14:25:52
Edit Download
1.77 KB lrw-r--r-- 2025-11-14 06:10:32
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI