📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
📝
sitemap.php
← Geri Dön
<?php include ('yonetim/db.php'); include ('yonetim/system.php'); header('Content-Type: text/xml'); echo '<?xml version="1.0" encoding="UTF-8" ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">';?> <?php $url="https://".$_SERVER["HTTP_HOST"].dirname($_SERVER['PHP_SELF']); ?> <url> <loc><?php echo $url;?>/</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <url> <loc><?php echo $url;?>/uye-ol</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <url> <loc><?php echo $url;?>/banka-hesaplari</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <url> <loc><?php echo $url;?>/odeme-bildirimi</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <url> <loc><?php echo $url;?>/siparis-sorgulama</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <url> <loc><?php echo $url;?>/iletisim</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <url> <loc><?php echo $url;?>/index</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php $ss = $DB->query("select * from kurumsal where durum='1' order by id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($ss as $cc){?> <url> <loc><?php echo $url;?>/kurumsal/<?php echo $cc['seo']; ?></loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php } ?> <url> <loc><?php echo $url;?>/blog</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <url> <loc><?php echo $url;?>/sss</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <url> <loc><?php echo $url;?>/sepet</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php $hss = $DB->query("select * from haberler where durum='1' order by id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($hss as $hcc){?> <url> <loc><?php echo $url;?>/blog/<?php echo $hcc['seo']; ?></loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php } ?> <?php $hssk = $DB->query("select * from urunk where durum='1' order by id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($hssk as $hcck){?> <url> <loc><?php echo $url;?>/kategoriler/<?php echo $hcck['seo']; ?>-<?php echo $hcck['id']; ?></loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php } ?> <?php $ahssk = $DB->query("select * from aurunk where durum='1' order by id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($ahssk as $ahcck){?> <url> <loc><?php echo $url;?>/altkategoriler/<?php echo $ahcck['seo']; ?>-<?php echo $ahcck['id']; ?></loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php } ?> <?php $uahssk = $DB->query("select * from urunler where durum='1' order by urunid desc")->fetchAll(PDO::FETCH_ASSOC); foreach($uahssk as $uahcck){?> <url> <loc><?php echo $url;?>/urunler/<?php echo $uahcck['seo']; ?>-<?php echo $uahcck['urunid']; ?></loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php } ?> <?php $mahssk = $DB->query("select * from markalar where durum='1' order by id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($mahssk as $mahcck){?> <url> <loc><?php echo $url;?>/markalar/<?php echo $mahcck['seo']; ?></loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php } ?> <url> <loc><?php echo $url;?>/sifremi-unuttum</loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php $bg = $DB->query("select * from eksayfalar where durum='1' order by id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($bg as $bilgiler){?> <url> <loc><?php echo $url;?>/bilgiler/<?php echo $bilgiler['seo']; ?></loc> <priority>1.00</priority> <changefreq>always</changefreq> </url> <?php } ?> </urlset>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula