Mini Shell

Direktori : /home/eymajans/public_html/
Upload File :
Current File : /home/eymajans/public_html/tindayo_kurumsalpro.sql

-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Anamakine: localhost:3306
-- Üretim Zamanı: 16 Şub 2024, 00:34:24
-- Sunucu sürümü: 10.3.39-MariaDB
-- PHP Sürümü: 8.1.26

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Veritabanı: `tindayo_kurumsalpro`
--

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `abone`
--

CREATE TABLE `abone` (
  `id` int(11) NOT NULL,
  `email` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ayarlar`
--

CREATE TABLE `ayarlar` (
  `id` int(11) NOT NULL,
  `site_title` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `site_description` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `site_keyword` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `site_meta` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `site_author` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `logo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `footer_logo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `favicon` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `footer_copyright` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `renk` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `renk2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `header` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `footer` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `ayarlar`
--

INSERT INTO `ayarlar` (`id`, `site_title`, `site_description`, `site_keyword`, `site_meta`, `site_author`, `logo`, `footer_logo`, `favicon`, `footer_copyright`, `renk`, `renk2`, `header`, `footer`) VALUES
(1, 'Kurumsal Script', 'Masana79 Kurumsal Script', 'Masana79 Kurumsal Script', NULL, 'Masana79 Kurumsal Script', '890041081-ofisto-kurumsal-script.png', '734403730-kurumsal-script.png', '74587275-kurumsal-script.png', 'Masana79 Kurumsal Script', '#7e47ff', '#eeeded', '', '');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `banka`
--

CREATE TABLE `banka` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `banka`
--

INSERT INTO `banka` (`id`, `adi`, `sira`, `aciklama`, `linki`, `durum`, `resim`, `dil`) VALUES
(21, 'enpara', '1', '<ul>\r\n	<li><strong>Ad Soyad :</strong>&nbsp;UMUT TAMİRCİ</li>\r\n	<li><strong>Para Birimi :</strong>&nbsp;TL</li>\r\n	<li><strong>Hesap No :</strong>&nbsp;0000000000000</li>\r\n	<li><strong>IBAN :&nbsp;</strong>TR00000000000000000000</li>\r\n</ul>\r\n', '#', '0', '968-.png', 21),
(22, 'Papara', '2', '<ul>\r\n	<li><strong>Ad Soyad :</strong>&nbsp;UMUT TAMİRCİ</li>\r\n	<li><strong>Para Birimi :</strong>&nbsp;TL</li>\r\n	<li><strong>Hesap No :</strong>&nbsp;44444444444</li>\r\n	<li><strong>IBAN : TR</strong>44444444444444444444444</li>\r\n</ul>\r\n', '#', '0', '140-.png', 23);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `beadcrumb`
--

CREATE TABLE `beadcrumb` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `beadcrumb`
--

INSERT INTO `beadcrumb` (`id`, `adi`, `resim`, `durum`) VALUES
(1, 'NEDEN BİZz', '599-neden-bizz.webp', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `blog_yorum`
--

CREATE TABLE `blog_yorum` (
  `id` int(11) NOT NULL,
  `yorum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `uye` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urun_id` int(11) DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `email` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `blog_yorum`
--

INSERT INTO `blog_yorum` (`id`, `yorum`, `uye`, `tarih`, `urun_id`, `durum`, `email`) VALUES
(8, 'harika bir yazı', 'umut tamirci', '27.11.2022', 71, '0', 'umut@gmail.com'),
(9, 'harika bir yazı', '', '27.11.2022', 72, '0', 'umuttamirci37@gmail.com'),
(7, 'harika bir  yazı olmuş, teşekkürler', 'umut tamirci', '27.11.2022', 70, '0', 'umuttamirci@gmail.com'),
(10, 'harika bir yazı olmuş', 'umut tamirci', '19.12.2022', 77, '1', 'umut@gmail.com');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `bolge_kategori`
--

CREATE TABLE `bolge_kategori` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `bolge_kategori`
--

INSERT INTO `bolge_kategori` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`) VALUES
(1, 'Anadolu Yakası', '1', '679-.jpg', '0', '', 'on', '', 'anadolu-yakasi', 'bolge_kategori', '24.09.2021', '24.09.2021');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `bolge_yorum`
--

CREATE TABLE `bolge_yorum` (
  `id` int(11) NOT NULL,
  `adi` text DEFAULT NULL,
  `email` text DEFAULT NULL,
  `mesaj` text DEFAULT NULL,
  `bid` int(11) DEFAULT NULL,
  `durum` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_turkish_ci;

--
-- Tablo döküm verisi `bolge_yorum`
--

INSERT INTO `bolge_yorum` (`id`, `adi`, `email`, `mesaj`, `bid`, `durum`) VALUES
(3, 'wqewqeqewq', 'demo@demo.com', 'wqewqewqeqwewqeq', 17, 0),
(4, 'test', 'demo@demo.com', 'Apple today named eight app and game developers receiving an Apple Design Award, each one selected for being thoughtful and creative. Apple Design Award winners bring distinctive new ideas to life and demonstrate deep mastery of Apple technology. The apps spring up from developers large and small, in every part of the world and provide users with new ways of working, creating, and playing.\r\n\r\n', 17, 0),
(5, 'test', 'demo@demo.com', 'Apple today named eight app and game developers receiving an Apple Design Award, each one selected for being thoughtful and creative. Apple Design Award winners bring distinctive new ideas to life and demonstrate deep mastery of Apple technology. The apps spring up from developers large and small, in every part of the world and provide users with new ways of working, creating, and playing.\r\n\r\n', 17, 1),
(6, 'test', 'demo@demo.com', 'Apple today named eight app and game developers receiving an Apple Design Award, each one selected for being thoughtful and creative. Apple Design Award winners bring distinctive new ideas to life and demonstrate deep mastery of Apple technology. The apps spring up from developers large and small, in every part of the world and provide users with new ways of working, creating, and playing.\r\n\r\n', 17, 1);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `destek`
--

CREATE TABLE `destek` (
  `yid` int(11) DEFAULT NULL,
  `uye` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `konu` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `mesaj` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `cevap` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `id` int(11) NOT NULL,
  `ctarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `destek`
--

INSERT INTO `destek` (`yid`, `uye`, `konu`, `mesaj`, `tarih`, `cevap`, `id`, `ctarih`) VALUES
(NULL, '64', 'script aldım indirme linki bozuk', 'merhabalar pastane scriptini aldım ve indirme linki bozuk yardımcı olurmusunuz', '21.09.2022', ' link düzeltildi', 5, '21.09.2022');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `dil`
--

CREATE TABLE `dil` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `inceleyin` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `iletisim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tumunuokuyun` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tumunugor` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hizmetler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ekibimiz` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `projeler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tumu` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sikcasorulansorular` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `istatikler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `gonder` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `blog` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `yorumlar` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `banner` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `bizimle` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `medya` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urunbilgileri` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `satinal` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sepeteekle` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sepetim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urunresmi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urunadi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urunadet` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urunfiyat` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `islem` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `siparisbilgileri` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `siparisitamamla` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `bankahesaplari` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `referanslar` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kataloglar` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kurumsal` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `galeri` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `video` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `iletisimbilgileri` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sosyalmedya` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urunler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `anasayfa` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hizliiletisim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adsoyad` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `email` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `telefon` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `konu` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `mesaj` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `alan` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `anadil` int(11) DEFAULT NULL,
  `digerbloglar` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `etiketler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `blogyorumlari` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `yorumatabilirsiniz` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `subeler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `teklifal` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kariyer` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `calismak` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `departman` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `muhasebe` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `satis` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `pazarlama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `operasyon` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onyazi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kariyer_aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aboneol` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ekipmanlar` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `fiyatteklif` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hizliteklif` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ozgecmis` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `abone_a` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `footer_h` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `neden` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adres` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `digerhizmetler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `v_baslik` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `v_link` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `a_madde` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `b_madde` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `c_madde` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `d_madde` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim1` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `dil`
--

INSERT INTO `dil` (`id`, `adi`, `sira`, `aciklama`, `linki`, `durum`, `resim`, `inceleyin`, `iletisim`, `tumunuokuyun`, `tumunugor`, `hizmetler`, `ekibimiz`, `projeler`, `tumu`, `sikcasorulansorular`, `istatikler`, `gonder`, `blog`, `yorumlar`, `banner`, `bizimle`, `medya`, `urunbilgileri`, `satinal`, `sepeteekle`, `sepetim`, `urunresmi`, `urunadi`, `urunadet`, `urunfiyat`, `islem`, `siparisbilgileri`, `siparisitamamla`, `bankahesaplari`, `referanslar`, `kataloglar`, `kurumsal`, `galeri`, `video`, `iletisimbilgileri`, `sosyalmedya`, `urunler`, `anasayfa`, `hizliiletisim`, `adsoyad`, `email`, `telefon`, `konu`, `mesaj`, `alan`, `anadil`, `digerbloglar`, `etiketler`, `blogyorumlari`, `yorumatabilirsiniz`, `subeler`, `teklifal`, `kariyer`, `calismak`, `departman`, `muhasebe`, `satis`, `pazarlama`, `operasyon`, `onyazi`, `kariyer_aciklama`, `aboneol`, `ekipmanlar`, `fiyatteklif`, `hizliteklif`, `ozgecmis`, `abone_a`, `footer_h`, `neden`, `adres`, `digerhizmetler`, `v_baslik`, `v_link`, `a_madde`, `b_madde`, `c_madde`, `d_madde`, `resim1`, `resim2`) VALUES
(21, 'TR', '1', NULL, NULL, '0', '25-.png', 'İnceleyin', 'İletişim', 'Tümünü Okuyun', 'Tümünü Gör', 'Hizmetler', 'Ekibimiz', 'Projeler', 'Tümü', 'Sıkça Sorulan Sorular', NULL, 'Gönder', 'Blog', 'Müşteri Yorumları', 'Yardıma mı ihtiyacın var?', 'Bizimle İletişime Geçebilirsiniz', 'Medya', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Banka Hesapları', 'Referanslar', 'Kataloglar', 'Kurumsal', 'Galeri', 'Video', 'İletişim Bilgileri', 'Sosyal Medya', 'Ürünler', 'Anasayfa', 'Hızlı İletişim', 'Ad soyad', 'Email', 'Telefon', 'Konu', 'Mesaj', 'Lütfen bütün alanları doldurun.', 0, 'Diğer Bloglar', 'Etiketler', 'Blog Yorumları', 'Yorum Atabilirsiniz', NULL, 'Teklif Al', NULL, 'Bizimle Çalışmak İster Misiniz?', NULL, NULL, NULL, NULL, NULL, NULL, '<p style=\"text-align:justify\">Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'Abone Ol', NULL, 'Fiyat Teklifi İste', 'Hızlı Teklif', NULL, 'Bildirimlerden Haberdar Olmak İçin Abone Olabilirsiniz', 'Buraya Kısa Bir Açıklama Metni Gelecek', 'Neden Bizi Seçmelisiniz?', 'Adres', 'Diğer Hizmetler', 'Tanıtım Videomuzu İzleyin', 'https://www.youtube.com/embed/XxrnEYGTDDY', 'It was popularised with release sheet containing passages.', 'It was popularised with release sheet containing passages.', 'It was popularised with release sheet containing passages.', 'It was popularised with release sheet containing passages.', '798-.jpg', '552-.jpg');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `ekibimiz`
--

CREATE TABLE `ekibimiz` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `ekibimiz`
--

INSERT INTO `ekibimiz` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `dil`) VALUES
(22, 'Masana 79', '3', '256-ofisto.webp', NULL, 'Web Master ', '0', '<p>&nbsp;</p>\r\n\r\n<p><img src=\"https://umutweb.com/hastanev3/resimler/745-umut-tamirci.webp\" /></p>\r\n\r\n<p><strong>Losdsdsdrem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'masana-79', 'ekibimiz', '22.12.2022', '15.02.2024', NULL),
(23, 'Masana 79', '4', '126-umut-tamirci.webp', NULL, 'PHP editör \r\n', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'masana-79', 'ekibimiz', '22.12.2022', '15.02.2024', NULL),
(24, 'Masana 79', '3', '461-umut-tamirci.webp', NULL, 'web', '0', '', 'masana-79', 'ekibimiz', '28.08.2023', '15.02.2024', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `galeri`
--

CREATE TABLE `galeri` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `galeri`
--

INSERT INTO `galeri` (`id`, `adi`, `sira`, `aciklama`, `linki`, `durum`, `resim`, `dil`) VALUES
(18, 'Galeri 1', '1', NULL, NULL, '0', '662-galeri-1.webp', NULL),
(21, '', '4', NULL, NULL, '0', '464-.webp', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `haberler`
--

CREATE TABLE `haberler` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hit` int(11) DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `etiket` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `title` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `haberler`
--

INSERT INTO `haberler` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `hit`, `dil`, `etiket`, `title`, `description`) VALUES
(77, 'Örnek Blog 1', '3', '391-ornek-blog-1.webp', NULL, 'Lorem Ipsum is simply dummy text of the printing and type', '0', '<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'ornek-blog-1', 'haberler', '14.12.2022', '14.02.2024', NULL, NULL, NULL, NULL, NULL),
(78, 'Örnek Blog 2', '4', '128-ornek-blog-2.webp', NULL, '   Lorem Ipsum is simply dummy text of the printing and typesetting industry.', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'ornek-blog-2', 'haberler', '14.12.2022', '09.12.2023', NULL, NULL, NULL, NULL, NULL),
(79, 'Örnek Blog 3', '5', '229-ornek-blog-3.webp', NULL, '   Lorem Ipsum is simply dummy text of the printing and typesetting industry.', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'ornek-blog-3', 'haberler', '14.12.2022', '09.12.2023', NULL, NULL, NULL, NULL, NULL),
(81, 'Örnek Blog 3', '5', '229-ornek-blog-3.webp', NULL, '   Lorem Ipsum is simply dummy text of the printing and typesetting industry.', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'ornek-blog-3', 'haberler', '14.12.2022', '09.12.2023', NULL, NULL, NULL, NULL, NULL),
(82, 'Örnek Blog 3', '5', '229-ornek-blog-3.webp', NULL, '   Lorem Ipsum is simply dummy text of the printing and typesetting industry.', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'ornek-blog-3', 'haberler', '14.12.2022', '09.12.2023', NULL, NULL, NULL, NULL, NULL),
(83, 'Örnek Blog 1', '3', '391-ornek-blog-1.webp', NULL, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', '0', '<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'ornek-blog-1', 'haberler', '14.12.2022', '09.12.2023', NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `hakkimizda`
--

CREATE TABLE `hakkimizda` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `video` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `footer` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `hakkimizda`
--

INSERT INTO `hakkimizda` (`id`, `adi`, `resim`, `durum`, `video`, `aciklama`, `footer`) VALUES
(1, 'NEDEN BİZz', '13-.png', NULL, '<b>30+</b> Deneyim', 'Lorem mmmipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minimLorem mmmipsum dolor sit amet, \r\n\r\n', 'FOOTER AÇIKLAMA GELECEKTİR');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `hizmetbolgeleri`
--

CREATE TABLE `hizmetbolgeleri` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `hizmetbolgeleri`
--

INSERT INTO `hizmetbolgeleri` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`) VALUES
(17, 'Umut tamirci', '2', '694-.jpg', '1', 'There are many variations of passages of Lorem Ipsum available, but majority have suffered alteration.\r\n\r\n', 'on', '<p>Apple today named eight app and game developers receiving an Apple Design Award, each one selected for being thoughtful and creative. Apple Design Award winners bring distinctive new ideas to life and demonstrate deep mastery of Apple technology. The apps spring up from developers large and small, in every part of the world and provide users with new ways of working, creating, and playing.</p>\r\n', 'umut-tamirci', 'hizmetbolgeleri', '27.08.2021', '24.09.2021'),
(18, 'Photoshop', '3', '248-.jpg', '1', 'There are many variations of passages of Lorem Ipsum available, but majority have suffered alteration.\r\n\r\n', 'on', '<p>Apple today named eight app and game developers receiving an Apple Design Award, each one selected for being thoughtful and creative. Apple Design Award winners bring distinctive new ideas to life and demonstrate deep mastery of Apple technology. The apps spring up from developers large and small, in every part of the world and provide users with new ways of working, creating, and playing.</p>\r\n', 'photoshop', 'hizmetbolgeleri', '27.08.2021', '24.09.2021');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `hizmetler`
--

CREATE TABLE `hizmetler` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hit` int(11) DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `title` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `etiket` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `icon` text CHARACTER SET utf8mb4 COLLATE utf8mb4_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `hizmetler`
--

INSERT INTO `hizmetler` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `hit`, `dil`, `title`, `description`, `etiket`, `icon`) VALUES
(40, 'Web Tasarım  ve Dijital Pazarlama ', '1', '396-web-tasarim-ve-dijital-pazarlama.webp', NULL, 'Web dizayn işleminin önemini anlamanız için, internetin dünya üzerinde bulunan en büyük ve en canlı pazar olduğunu bilmeniz gerekmektedir. Webajansı olarak, sizleri bu canlı pazara girerken yalnız bırakmıyor ve sizler için gerek kurumsal, gerekse kişisel siteler tasarlıyoruz. Web tasarım için bizlerle iletişime geçebilirsiniz. Web sitesi tasarımı yapılırken özellikle SEO dostu yazılımlar yapmaya dikkat ediyoruz. Aynı zamanda yaptığımız web siteleri tamamen mobil ile sorunsuz bir biçimde çalışacak şekilde web yazılım uzmanlarımız tarafından tasarlanmakta olup, mobilden de sorunsuz kullanıcı girişi web siteniz için mümkün kılınıyor.', '0', '<h3>Web Tasarım da Bizleri Tercih Etmeniz İ&ccedil;in 10 Sebep</h3>\r\n\r\n<p>Webajansı olarak orijinal ve &ouml;zg&uuml;n&nbsp; tasarımlarımız sayesinde sizlere kaliteli tasarımın &ouml;zg&uuml;rl&uuml;ğ&uuml;n&uuml; sunuyoruz.&nbsp;<strong>Web tasarım hizmeti&nbsp;</strong>i&ccedil;in bizleri tercih etmeniz i&ccedil;in sizler i&ccedil;in bazı nedenler sıraladık;</p>\r\n\r\n<ul>\r\n	<li>Tamamen &ouml;zg&uuml;n web siteleri. Tasarımsal a&ccedil;ıdan birbirine benzemeyen, &ouml;rneği olmayan, sizler i&ccedil;in dizayn edilmiş web siteleri tasarlıyoruz.</li>\r\n	<li>Mobil i&ccedil;in uygun aray&uuml;ze sahip internet siteleri oluşturuyoruz. Tasarladığımız&nbsp;<strong>web sitesinin</strong>&nbsp; telefon tablet gibi cihzlarda bozulma yapmaması i&ccedil;in responsive (duyarlı olarak )tasarlamaktayız. Web sayfanızı oluştururken, arka planda oluşabilecek muhtemel problemleri daha ortaya &ccedil;ıkmadan &ccedil;&ouml;z&uuml;mlemeyi hedefliyoruz.</li>\r\n	<li>S&uuml;rekli destek almak bizleri se&ccedil;meniz i&ccedil;in bir diğer unsurdur. Sayfanızın tasarımı yapılırken sizlerle iletişim halinde kalarak, dilediğiniz tasarımsal değişiklikleri anında uygulayabiliyoruz. Bu sayede d&uuml;şlediğiniz en iyi<strong>&nbsp;web tasarım</strong>&nbsp;işini ortaya koyuyoruz.</li>\r\n	<li>Hedeflediğiniz kitleye uygun dokunuşları tasarımımızla birleştiriyoruz. Kitle analizi sonrasında, kitlenizin ilgisini &ccedil;ekebilecek modern yapıları sitenizin tasarımına ekliyoruz.</li>\r\n	<li>Olay sadece tasarımdan ibaret değil. İnternet sayfanızın arka planında bulunan kod par&ccedil;acıkları zaman i&ccedil;erisinde g&uuml;ncelliğini yitirebilmektedir. Tasarımınız bittikten sonra, g&uuml;ncellemek istediğiniz yazılım olursa sizlere yardım i&ccedil;in burada olacağız.</li>\r\n	<li>7/24 saat sorunsuz &ccedil;alışan projeler. Sitenizin ulaşımının sorunsuz olması i&ccedil;in bizleri tercih edin.</li>\r\n	<li>Arama motoruna optimize yazılım. Google, Bing, Yandex gibi arama motorlarında &ccedil;ıkmanız i&ccedil;in uyguladığımız &ouml;zel yazılımlarımız sayesinde, d&uuml;şlediğiniz kullanıcılara ulaşmanız artık hayal olmaktan &ccedil;ıkıyor.</li>\r\n	<li>Dizayn teslim edilmeden &ouml;nce gerekli t&uuml;m testlerin yapılması. Tasarımını yaptığımız sitenizin sizlere teslim edilmeden &ouml;nce sorunsuz &ccedil;alıştığından emin olmadan teslimatı yapmıyoruz. Bu sayede elinize site ge&ccedil;er ge&ccedil;mez sorunsuz kullanımı aktif olmuş oluyor.</li>\r\n	<li>Karşılıklı g&uuml;ven ortamının sağlanması. Yılları aşan tecr&uuml;bemiz ve se&ccedil;kin referanslarımız sayesinde g&uuml;venli tasarım almanıza olanak sağlıyoruz.</li>\r\n	<li>Siz beğenene kadar devam. Tasarımımıza sizler uygundur demeden son vermiyoruz.&nbsp;<strong>Web tasarım</strong>&nbsp;yaparken sizlerin g&ouml;r&uuml;şlerini &ouml;nemsiyoruz.</li>\r\n</ul>\r\n\r\n<h3>Neden Bir Web Siteniz olmalı?</h3>\r\n\r\n<p>D&uuml;nya&rsquo;da ve T&uuml;rkiye&rsquo;de internet &uuml;zerinden satışlar her ge&ccedil;en g&uuml;n artıyor. Ge&ccedil;tiğimiz yıla oranla T&uuml;rkiye&rsquo;de e-ticaret hacmi %66 artarak 226 milyar liraya ulaştı. Bir web sitenizin olmaması her ge&ccedil;en g&uuml;n artan e-ticaret hacminden payınızın olmaması anlamına geliyor. Burada yapmanız gereken kişisel/kurumsal &ouml;zg&uuml;n bir web sitesi a&ccedil;maktır. Sizin sitenizi internette diğer markalardan ayıracak olan&nbsp;<strong>Web Tasarım</strong>&nbsp;&ouml;zg&uuml;nl&uuml;ğ&uuml;d&uuml;r. Bu alan da Web Ajansı olarak size &ouml;zg&uuml;n siteler oluşturuyoruz. Şirketinizin internette olması m&uuml;şterilerinizle daha yakın bir ilişki sağlayacak, bu sayede satışlarınız artacaktır. Burada alanında uzman &ccedil;alışanlarımızla, m&uuml;şterilerinizin isteklerine g&ouml;re bir&nbsp;<strong>Web Tasarım</strong>&nbsp;yapıyoruz. Bu sayede kullanıcı dostu web siteniz marka bilinirliğini ve satışlarınızı arttırıyor.</p>\r\n', 'web-tasarim-ve-dijital-pazarlama', 'hizmetler', '14.02.2024', '14.02.2024', NULL, NULL, NULL, NULL, NULL, '202-.png'),
(41, 'Sosyal Medya Yönetimi', '2', '127-sosyal-medya-yonetimi.webp', NULL, 'Sosyal medya hesaplarının organik bir şekilde büyümesini hedefleyen sosyal medya yönetimi hizmetlerinin; profesyonel bir destek olduğunu söylemek mümkün olmaktadır. Firmaların pazarlama stratejileri çerçevesinde oluşturulan sosyal medya hesaplarının hedef kitleye uygun bir şekilde iletilmesinde sosyal medya hesaplarının son derece etkili oldukları bilinmektedir. Bundan dolayı son zamanlarda pek çok büyük firma sosyal medyada var olmak amacıyla farklı çalışmalar yürütmektedir.\r\nFirmaların kimliklerini ön plana çıkartarak; markalarını tanıtmaları noktasında sosyal medya hesaplarının son derece etkili oldukları bilinmektedir. Bununla birlikte sosyal medya kanalları üzerinden ürün ve hizmetlerini tanıtarak; pazarlama stratejileri geliştiren firmaların sayısı da her geçen gün artış göstermektedir. Bütün bu kazanımlar; sosyal medya yönetimi konusunun önemini gözler önüne sermektedir.', '0', '<h3>Sosyal Medya Y&ouml;netiminde Dikkat Edilecekler</h3>\r\n\r\n<p>Sosyal medyada yer alan firmaların ve markaların; tanıtımını doğru bir şekilde yaparak; bu firma ve markaların değerlerinin artmasını m&uuml;mk&uuml;n kılan&nbsp;<a href=\"https://www.webajansi.com/sosyal-medya-yonetimi/\"><strong>sosyal medya y&ouml;netimi</strong></a>; profesyonel bir ekip tarafından sunulmalıdır. Bu aşamada ilk &ouml;nce hedef kitlenin belirlenmesi hayati derecede &ouml;nem teşkil etmektedir. Ayrıca yaş, cinsiyet ve coğrafi b&ouml;lge gibi temel kriterlerin g&ouml;z &ouml;n&uuml;nde bulundurularak geliştirilen sosyal medya y&ouml;netimi hizmetlerinin &ccedil;ok daha başarılı olacağı kesindir.<br />\r\nSosyal medya y&ouml;netimi s&ouml;z konusu olduğunda firmanın, kurumun ya da &uuml;r&uuml;n&uuml;n doğru ve isabetli bir şekilde &ouml;n plana &ccedil;ıkartılması şart olmaktadır. Bu aşamada s&ouml;z konusu sosyal medya hesabının tanıtımının hedef kitleye doğru bir şekilde yapılabilmesi ancak alanında uzman olan bir ekip tarafından yapılabilmesi m&uuml;mk&uuml;n olacaktır.</p>\r\n\r\n<h3>Neden Sosyal Medyada Olmalısınız?</h3>\r\n\r\n<p>Markanızın internette a&ccedil;tınız fakat<strong>&nbsp;sosyal medyada</strong>&nbsp;yoksunuz. Markanızı internete a&ccedil;mışsanız sosyal medyada da yer almak zorundasınız. Sosyal medyada olma zorunluğunuzun, s&uuml;rekli değişen internet aleminde marka olarak akılda kalmanızı sağlamaktır. İnternetle birlikte hızlı t&uuml;ketim git gide arttı. M&uuml;şteri grubunuz her g&uuml;n binlerce reklama ve tanıtıma maruz kalıyor. Marka olarak&nbsp;<strong>sosyal medya y&ouml;netimi</strong>&nbsp;i&ccedil;in bir destek almazsanız, m&uuml;şterilerinizin marka hafızasından kısa s&uuml;rede silinebilirsiniz. Facebook, Twitter, Youtube ve Instagram gibi sosyal platformlarda kurgulayacağımız reklamlar, postlar, videolar ve yarışmalar sayesinde m&uuml;şterilerinizle etkileşim halinde olmanızı sağlayacağız. Webajansı olarak size sunacağımız&nbsp;<strong>sosyal medya y&ouml;netimi</strong>&nbsp;desteğimiz sayesinde m&uuml;şterilerinizin hafızasında her zaman canlı kalacaksınız.</p>\r\n', 'sosyal-medya-yonetimi', 'hizmetler', '14.02.2024', NULL, NULL, NULL, NULL, NULL, NULL, '296-sosyal-medya-yonetimi.png'),
(42, 'Kurumsal Kimlik Tasarımı', '3', '338-kurumsal-kimlik-tasarimi.webp', NULL, 'Günümüz itibariyle firmaların kurumsal kimlik geliştirmek noktasında oldukça kapsamlı çalışmalar yürüttüğü biliniyor. Bu durum esasında kurumsal kimliğin ne kadar önemli olduğunun kavranmış olmasında da kaynaklanıyor. Kurumsal kimliğinin hedef kitleyle etkili bir iletişim kurulması noktasında hayati derecede önemli olması; firmaların bu alana etkili bir şekilde ilgi göstermesini de mümkün kılmaktadır.\r\nKurumsal kimlik tasarımı oluşturmuş firmalar; kendilerini doğru ve isabetli bir şekilde anlatabilecekleri için ürün ve hizmetlerini de hedef kitleye isabetli bir şekilde sunabileceklerdir. Bu sayede kurumsal kimlik oluşturmuş firmaların; sert rekabet ortamlarında dahi başarılı olabileceklerini söylemek mümkün olmaktadır.', '0', '<h3>Kurumsal Kimliğin Oluşmasına Etki Eden Unsurlar</h3>\r\n\r\n<p>Bir firmanın&nbsp;<strong>kurumsal kimlik &ccedil;alışmaları</strong>&nbsp;s&ouml;z konusu olduğunda aşağıda sıralanan unsurlar ilk akla gelenlerdir. İşte kurumsal kimliğin oluşmasına etki eden en temel unsurlar:</p>\r\n\r\n<ul>\r\n	<li>Kurumsal renk ve fontlar</li>\r\n	<li>Logo ve kuruma ait bir slogan oluşturmak</li>\r\n	<li>Kurumsal kimlik kitapları ya da kartvizitleri</li>\r\n	<li>E-mail tasarım ve web sayfası tasarımı</li>\r\n	<li>Kurumsal kimliğin tanıtım &ccedil;alışmaları</li>\r\n</ul>\r\n\r\n<p>Kurumların kendilerini doğru ifade etmelerinde olmazsa olmaz unsurlar arasında yer alan &ouml;zellikleri kapsayan bir&nbsp;<strong>kurumsal kimlik &ccedil;alışması</strong>&nbsp;ancak alanında uzman olan bir ekip sayesinde m&uuml;mk&uuml;n olabilir.</p>\r\n\r\n<h3>Kurumsal Kimlik Firmanızı Nasıl Değiştirebilir?</h3>\r\n\r\n<p><strong>Kurumsal kimlik</strong>&nbsp;firmanızın renginden tutun logo, kurum sloganı kartvizitler gibi bir&ccedil;ok alanda kullanılır.&nbsp;<strong>Kurumsal kimliğin &ouml;nemi</strong>&nbsp;sizi rakiplerinizden ayırt edilebilmesini sağlamaktır. Kurumunuzu yansıtacak bir renk se&ccedil;imi yapmak ve buna yoğunlaşmak, m&uuml;şterilerinizin o rengi g&ouml;rd&uuml;ğ&uuml;nde sizi anımsamasını sağlar. Bu sayede m&uuml;şterilerinizin hafızasına ve satın alma alışkanlarına tesir etmiş olursunuz.&nbsp;<strong>Kurumsal kimlik</strong>&nbsp;&ouml;nemlidir &ccedil;&uuml;nk&uuml;; kuruma olan algıyı g&uuml;&ccedil;lendirir, m&uuml;şterilerinizle duygusal bağ kurmanızı sağlar. Bunların dışında &ccedil;alışanlarınızın bağlarını sağlamlaştırır, bir kurum k&uuml;lt&uuml;r&uuml; inşa eder. Size sunacağımız bu ve sizin isteğinize g&ouml;re şekillenecek hizmetlerimiz rakiplerinizden birka&ccedil; adım &ouml;nde olmanızı sağlayacaktır.</p>\r\n', 'kurumsal-kimlik-tasarimi', 'hizmetler', '14.02.2024', NULL, NULL, NULL, NULL, NULL, NULL, '258-kurumsal-kimlik-tasarimi.png');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `iletisimbilgileri`
--

CREATE TABLE `iletisimbilgileri` (
  `id` int(11) NOT NULL,
  `telefon1` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `telefon2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `email1` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `email2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adres1` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adres2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `google_maps` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `whatsapp` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `wp_text` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `wp_renk` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `iletisimbilgileri`
--

INSERT INTO `iletisimbilgileri` (`id`, `telefon1`, `telefon2`, `email1`, `email2`, `adres1`, `adres2`, `google_maps`, `whatsapp`, `wp_text`, `wp_renk`) VALUES
(1, '0541 937 69 16', '0541 937 69 16', 'info@elibolajans.com', 'info@elibolajans.com', 'İstanbul / Avrupa', 'İstanbul / Avrupa', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d123312.18477338902!2d30.602227400905928!3d36.942432429732776!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14c38609ce7b71bb%3A0x72b76ecab61aa788!2zRMO8ZGVuIMWeZWxhbGVzaQ!5e0!3m2!1str!2str!4v1707747011013!5m2!1str!2str\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', '905419376916', NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `iletisimler`
--

CREATE TABLE `iletisimler` (
  `id` int(11) NOT NULL,
  `adsoyad` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `konu` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `telefon` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `email` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `mesaj` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `pdf` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `iletisimler`
--

INSERT INTO `iletisimler` (`id`, `adsoyad`, `konu`, `telefon`, `email`, `mesaj`, `resim`, `pdf`, `tarih`) VALUES
(45, 'sadasdasdas', 'asdasdas', '05154455454', 'mehmetemre0770@gmail.com', 'Mesajınızds', 'Adsız tasarım - 2024-02-14T223629.595.png', 'FUBRA LOGO.pdf', '15.02.2024'),
(44, 'deneme', '65', '05154455454', 'mehmet@gmail.com', 'sas', 'FUBRA LOGO.pdf', 'osman.jpg', '15.02.2024'),
(43, 'Mehmet Kartal', 'asd', '05154455454', 'mehmetemre0770@gmail.com', 'Mesajınız', 'Adsız tasarım - 2024-02-14T224023.647.png', 'imalat ve mühendislik-sunum türkçe.pdf', '15.02.2024');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `istatik`
--

CREATE TABLE `istatik` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `istatik`
--

INSERT INTO `istatik` (`id`, `adi`, `sira`, `aciklama`, `linki`, `durum`, `resim`, `dil`) VALUES
(17, 'Aktif Proje', '1', '1500', NULL, '0', '670-8500plus.png', NULL),
(18, 'Aktif Proje', '1', '2500', NULL, '0', '670-8500plus.png', NULL),
(19, 'Aktif Proje', '1', '522', NULL, '0', '670-8500plus.png', NULL),
(20, 'Aktif Proje', '1', '454', NULL, '0', '670-8500plus.png', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `izinler`
--

CREATE TABLE `izinler` (
  `id` int(11) NOT NULL,
  `urun_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `istatik_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ref_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hizmet_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `haber_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sayfa_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `slider_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sss_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `galeri_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `video_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ekip_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `yorum_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `iletisim_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `en` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `bresim_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `siparis_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `musteri_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `destek_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onecikan_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `banner_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `paytr_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `banka_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `proje_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `proje_kategori_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `katalog_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sube_durum` int(11) DEFAULT NULL,
  `paket_durum` int(11) DEFAULT NULL,
  `modal_durum` int(11) DEFAULT NULL,
  `abone_durum` int(11) DEFAULT NULL,
  `paymax_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `shopier_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `netgsm_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `iyzico_durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `izinler`
--

INSERT INTO `izinler` (`id`, `urun_durum`, `kategori_durum`, `istatik_durum`, `ref_durum`, `hizmet_durum`, `haber_durum`, `sayfa_durum`, `slider_durum`, `sss_durum`, `galeri_durum`, `video_durum`, `ekip_durum`, `yorum_durum`, `iletisim_durum`, `en`, `bresim_durum`, `siparis_durum`, `musteri_durum`, `destek_durum`, `onecikan_durum`, `banner_durum`, `paytr_durum`, `banka_durum`, `proje_durum`, `proje_kategori_durum`, `katalog_durum`, `sube_durum`, `paket_durum`, `modal_durum`, `abone_durum`, `paymax_durum`, `shopier_durum`, `netgsm_durum`, `iyzico_durum`) VALUES
(1, 'Pasif', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `katalog`
--

CREATE TABLE `katalog` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `pdf` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `katalog`
--

INSERT INTO `katalog` (`id`, `adi`, `sira`, `aciklama`, `linki`, `durum`, `resim`, `pdf`, `dil`) VALUES
(21, 'Katalog 1', '1', '', '#', '0', '419-.jpg', '90-.pdf', NULL),
(22, 'Katalog 2', '2', '', '#', '0', '5-.jpg', '450-.pdf', NULL),
(23, 'deneme', '2', NULL, NULL, NULL, 'resim-yok', 'FUBRA LOGO.pdf', NULL),
(24, 'deneme', '2', NULL, NULL, NULL, 'resim-yok', 'FUBRA LOGO.pdf', NULL),
(25, 'asdasdas', '2', NULL, NULL, NULL, 'resim-yok', 'FUBRA LOGO.pdf', NULL),
(26, 'asdasdas', '2', NULL, NULL, NULL, 'resim-yok', 'FUBRA LOGO.pdf', NULL),
(27, 'deneme', '1', 'sa', 'as', '0', '490-deneme.pdf', NULL, NULL),
(28, 'asdasdas', '1', 'tg', '567', '1', 'resim-yok', NULL, NULL),
(29, 'aaaaaaaaaaa', '3', 'sa', 'aaaaaaaaaaaaaa', '0', '346-aaaaaaaaaaa.png', NULL, NULL),
(30, '490-deneme.pdf', '490-deneme.pdf', '', '490-deneme.pdf', '0', '924-490-deneme.pdf.pdf', NULL, NULL),
(31, '2', '1', '', '21', '0', '976-2.pdf', NULL, NULL),
(32, '', '3', '', '', '0', '190-.pdf', NULL, NULL),
(33, '', '', '', '', '0', '575-.pdf', NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `mail`
--

CREATE TABLE `mail` (
  `id` int(11) NOT NULL,
  `site_mail` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `site_mail_sifre` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `site_mail_host` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `site_mail_port` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `gonderen_mail` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `mail`
--

INSERT INTO `mail` (`id`, `site_mail`, `site_mail_sifre`, `site_mail_host`, `site_mail_port`, `gonderen_mail`) VALUES
(1, '#', '#', '#', '#', '#');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `mail_dogrula`
--

CREATE TABLE `mail_dogrula` (
  `id` int(11) NOT NULL,
  `email` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kod` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `mail_dogrula`
--

INSERT INTO `mail_dogrula` (`id`, `email`, `kod`, `durum`) VALUES
(1, 'hilelicocuk5@gmail.com', '3614681', '0'),
(2, 'hilelicocuk5@gmail.com', '3268034', '1'),
(3, 'hilelicocuk5@gmail.com', '2660658', '1'),
(4, 'gfddfgf@hgfhfghfghfgh.com', '1943492', '1'),
(5, 'asdasas@gasd.com', '278121', '1'),
(6, 'hilelicocuk5@gmail.com', '3282518', '0'),
(7, 'info.ugurcm@gmail.com', '2564768', '0'),
(8, 'umutcanva@gmail.com', '3077226', '1'),
(9, 'gbozbuga', '1309054', '1'),
(10, 'gbozbuga@gmail.com', '854931', '0'),
(11, 'ozarpamehmetakif42@gmail.com', '695421', '1'),
(12, 'klarendon1@gmail.com', '1241274', '0'),
(13, 'mutaokut4774@gmail.com', '3618813', '1'),
(14, 'mutaokut@gmail.com', '1880339', '1'),
(15, 'sungurbeyy97@gmail.com', '2013649', '0'),
(16, 'fakenomemo@gmail.com', '2237392', '1'),
(17, 'Ahmetdemir50125012@gmail.com', '1310092', '0'),
(18, 'test.1234@gmail.com', '751794', '1'),
(19, 'asda@dsad.com', '3313542', '1'),
(20, 'n0th1ng@rape.lol', '2982932', '1'),
(21, 'p3rd1t10n@protonmail.com', '3880559', '1'),
(22, 'fdasfasdas@gmail.com', '1591638', '1'),
(23, 'addndata@gmail.com', '2713732', '0'),
(24, 'adobestockhesab52@gmail.com', '2709960', '0'),
(25, 'hakanuralss@gmail.com', '870857', '1'),
(26, 'enesakcaren@gmail.com', '3659674', '1'),
(27, 'omerryuksel63@gmail.com', '1714378', '0'),
(28, 'mehmetmasa123@gmail.com', '3499543', '0'),
(29, 'roxgrup@gmail.com', '3503463', '0'),
(30, 'cresitc@gmail.com', '1321429', '1'),
(31, 'apocalipsee@hotmail.com', '3807425', '0'),
(32, 'aaa@gmail.com', '1273300', '1'),
(33, 'xxx@gmail.com', '339070', '1'),
(34, 'enes.kucuktas@edittasarim.com', '2539931', '1');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `menu`
--

CREATE TABLE `menu` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `url` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` int(11) DEFAULT NULL,
  `acilir` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sekme` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `menu`
--

INSERT INTO `menu` (`id`, `adi`, `sira`, `url`, `durum`, `acilir`, `kategori`, `sekme`) VALUES
(1, 'Anasayfa', '1', './', 0, '1', '0', 0),
(28, 'Kurumsal', '2', '', 0, '0', '0', 0),
(22, 'Galeri', '4', 'galeri', 0, '1', '0', 0),
(38, 'Ürünler', '5', 'kategori-3', 0, '1', '0', 0),
(16, 'Hizmetler', '3', '#', 0, '0', '0', 0),
(36, 'Hakkimizda', '02', 'hakkimizda', 0, '1', '28', 0),
(39, 'İletişim', '8', 'iletisim', 0, '1', '0', 0),
(40, 'Projeler', '7', 'projeler', 0, '1', '0', 0);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `modal`
--

CREATE TABLE `modal` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `modal`
--

INSERT INTO `modal` (`id`, `adi`, `resim`, `durum`) VALUES
(1, '       ', '794-modal.webp', '0');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `modül`
--

CREATE TABLE `modül` (
  `id` int(11) NOT NULL,
  `slider` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `about` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ozellikler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urunler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sss` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sayac` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `musteriyorum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `referans` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `blog` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `modül`
--

INSERT INTO `modül` (`id`, `slider`, `about`, `ozellikler`, `urunler`, `sss`, `sayac`, `musteriyorum`, `referans`, `blog`) VALUES
(1, 'Aktif', 'Aktif', 'Aktif', 'Aktif', 'Aktif', 'Aktif', 'Aktif', 'Aktif', 'Aktif');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `netgsm`
--

CREATE TABLE `netgsm` (
  `id` int(11) NOT NULL,
  `no` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sifre` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `gonderici` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `mesaj` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `netgsm`
--

INSERT INTO `netgsm` (`id`, `no`, `sifre`, `gonderici`, `mesaj`, `durum`) VALUES
(1, '', '', '', 'Tema başarıyla satın alındı, hesabım bölümünden indirebilirsiniz.', 1);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `odeme_secenek`
--

CREATE TABLE `odeme_secenek` (
  `id` int(11) NOT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `odeme_secenek`
--

INSERT INTO `odeme_secenek` (`id`, `tur`) VALUES
(1, 'paymax');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `onecikan`
--

CREATE TABLE `onecikan` (
  `id` int(11) NOT NULL,
  `urunler` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `onecikan`
--

INSERT INTO `onecikan` (`id`, `urunler`) VALUES
(1, '117,116,115,111');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `paketler`
--

CREATE TABLE `paketler` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `fiyat` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `videolinki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hit` int(11) DEFAULT NULL,
  `panel` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `indir` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `stok` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `kur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `paketler`
--

INSERT INTO `paketler` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `fiyat`, `linki`, `videolinki`, `hit`, `panel`, `indir`, `stok`, `dil`, `kur`) VALUES
(111, 'Ürün1', '1', '572-urun1.webp', '14', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'urun1', 'urunler', '27.08.2022', '22.12.2022', '249', NULL, NULL, NULL, NULL, NULL, NULL, 21, 'tl'),
(115, 'Ürün 2', '2', '895-urun-2.webp', '16', '    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'urun-2', 'urunler', '19.09.2022', '22.12.2022', '350', NULL, NULL, NULL, NULL, NULL, NULL, 21, 'tl'),
(116, 'Ürün 3', '3', '350-urun-3.webp', '16', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'urun-3', 'urunler', '19.09.2022', '22.12.2022', '450', NULL, NULL, NULL, NULL, NULL, NULL, 21, 'tl'),
(117, 'Ürün 4', '4', '484-urun-4.webp', '17', '    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'urun-4', 'urunler', '19.09.2022', '22.12.2022', '450', NULL, NULL, NULL, NULL, NULL, NULL, 21, 'tl'),
(118, 'Ürün 5', '5', '8894240-urun-5.webp', '14', ' Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'urun-5', 'urunler', '22.12.2022', NULL, '150', NULL, NULL, NULL, NULL, NULL, NULL, 21, 'tl'),
(120, 'Ürün 6', '6', '9556453-urun-6.webp', '14', ' Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'urun-6', 'urunler', '22.12.2022', NULL, '562', NULL, NULL, NULL, NULL, NULL, NULL, 21, 'tl');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `paymax`
--

CREATE TABLE `paymax` (
  `id` int(11) NOT NULL,
  `api_user` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `api_key` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `api_magaza` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `api_hash` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `paymax`
--

INSERT INTO `paymax` (`id`, `api_user`, `api_key`, `api_magaza`, `api_hash`) VALUES
(1, '', '', '', '');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `paytr`
--

CREATE TABLE `paytr` (
  `id` int(11) NOT NULL,
  `merchand_id` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `merchand_key` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `merchand_salt` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `paytr`
--

INSERT INTO `paytr` (`id`, `merchand_id`, `merchand_key`, `merchand_salt`) VALUES
(1, '', '', '');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `projeler`
--

CREATE TABLE `projeler` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `fiyat` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `videolinki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hit` int(11) DEFAULT NULL,
  `panel` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `indir` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `stok` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `title` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `etiket` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `projeler`
--

INSERT INTO `projeler` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `fiyat`, `linki`, `videolinki`, `hit`, `panel`, `indir`, `stok`, `dil`, `title`, `etiket`, `description`) VALUES
(136, 'Örnek Proje 01', '1', '206-ornek-proje-01.webp', 'Tamamlandı', 'Örnek Proje 01 Kurumsal Pro v1', '0', '<p>&Ouml;rnek Proje 01 Kurumsal Pro v1</p>\r\n', 'ornek-proje-01', 'projeler', '14.02.2024', '14.02.2024', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(137, 'Örnek Proje 01', '1', '206-ornek-proje-01.webp', 'Tamamlandı', 'Örnek Proje 01 Kurumsal Pro v1', '0', '<p>&Ouml;rnek Proje 01 Kurumsal Pro v1</p>\r\n', 'ornek-proje-01', 'projeler', '14.02.2024', '14.02.2024', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(138, 'Örnek Proje 01', '1', '206-ornek-proje-01.webp', 'Tamamlandı', 'Örnek Proje 01 Kurumsal Pro v1', '0', '<p>&Ouml;rnek Proje 01 Kurumsal Pro v1</p>\r\n', 'ornek-proje-01', 'projeler', '14.02.2024', '14.02.2024', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `proje_kategori`
--

CREATE TABLE `proje_kategori` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hit` int(11) DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `aciklama2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `title` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `etiket` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `proje_kategori`
--

INSERT INTO `proje_kategori` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `hit`, `dil`, `aciklama2`, `resim2`, `title`, `etiket`, `description`) VALUES
(32, 'Proje Kategori 1', '1', '478-proje-kategori-1.jpg', '0', NULL, '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'proje-kategori-1', 'proje_kategori', '22.12.2022', '22.12.2022', NULL, 21, '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'resim-yok', NULL, NULL, NULL),
(33, 'Proje Kategori 2', '2', '954-proje-kategori-2.jpg', '0', NULL, '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'proje-kategori-2', 'proje_kategori', '22.12.2022', '22.12.2022', NULL, 21, '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'resim-yok', NULL, NULL, NULL),
(34, 'Proje Kategori 3 ', '3', '129-proje-kategori-3.jpg', '0', NULL, '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'proje-kategori-3', 'proje_kategori', '22.12.2022', '22.12.2022', NULL, 21, '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'resim-yok', NULL, NULL, NULL),
(35, 'Proje Kategori 4', '4', '690-proje-kategori-4.jpg', '0', NULL, '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'proje-kategori-4', 'proje_kategori', '22.12.2022', '22.12.2022', NULL, 21, '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'resim-yok', NULL, NULL, NULL),
(36, 'Proje Kategori 5', '5', '8039108-proje-kategori-5.jpg', '0', NULL, '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'proje-kategori-5', 'proje_kategori', '22.12.2022', NULL, NULL, 21, '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'resim-yok', NULL, NULL, NULL),
(37, 'Proje Kategori 6', '6', '13319-proje-kategori-6.jpg', '0', NULL, '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'proje-kategori-6', 'proje_kategori', '22.12.2022', NULL, NULL, 21, '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'resim-yok', NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `randevular`
--

CREATE TABLE `randevular` (
  `id` int(11) NOT NULL,
  `adi` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `telefon` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `eposta` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `tarih` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `saat` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `olusturulma` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `randevular`
--

INSERT INTO `randevular` (`id`, `adi`, `telefon`, `eposta`, `tarih`, `saat`, `olusturulma`) VALUES
(27, 'iletisim.php', '324', 'admin', '2024-02-12', '19:30', '12-02-2024'),
(28, 'durum', '541 937 69 16', 'demo@hotmail.com', '2024-02-14', '08:00', '14-02-2024'),
(29, 'ali aslan', '05346237734', 'asdas dasdas', '2024-02-15', '18:00', '15-02-2024');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `randevu_ayarlari`
--

CREATE TABLE `randevu_ayarlari` (
  `id` int(11) NOT NULL,
  `baslangic` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `bitis` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `dakika` varchar(225) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `randevu_ayarlari`
--

INSERT INTO `randevu_ayarlari` (`id`, `baslangic`, `bitis`, `dakika`) VALUES
(1, '08:00', '22:00', '30');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `rapor`
--

CREATE TABLE `rapor` (
  `id` int(11) NOT NULL,
  `mesaj` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urun` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `rapor`
--

INSERT INTO `rapor` (`id`, `mesaj`, `urun`, `tarih`) VALUES
(1, 'sitenin demosu çalışmıyor.', 'Teknoloji Scripti V2', '13.07.2022'),
(2, 'Demo Sürümü Çalışmıyor.\r\n', 'Kamera Sistemleri Scripti V1', '27.07.2022'),
(3, '', 'Eticaret Scripti 12 (Mağaza Açma)', '28.07.2022'),
(4, '', 'Kişisel Script V8', '07.08.2022'),
(5, 'yönetim panelleri çalışmıyor.', 'Nakliye Scripti V5', '12.08.2022');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `referanslar`
--

CREATE TABLE `referanslar` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `referanslar`
--

INSERT INTO `referanslar` (`id`, `adi`, `sira`, `aciklama`, `linki`, `durum`, `resim`, `dil`) VALUES
(24, 'UT Web Tasarım', '2', NULL, NULL, '0', '415-.png', 21),
(27, '', '', NULL, NULL, '0', '657-.png', NULL),
(28, '', '', NULL, NULL, '0', '195-.png', NULL),
(29, '', '', NULL, NULL, '0', '327-.png', NULL),
(30, '', '', NULL, NULL, '0', '786-.png', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `sayfalar`
--

CREATE TABLE `sayfalar` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hit` int(11) DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `title` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `etiket` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `sayfalar`
--

INSERT INTO `sayfalar` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `hit`, `dil`, `title`, `description`, `etiket`) VALUES
(9, 'Hakkımızda', '1', '27-hakkimizda.webp', NULL, 'ulus mus. In mollis magna eu consectetur gravida. Proin augue eros, fermentum sed lorem sed, vulputate ultrices velit. Sed condimentum purus enim, id blandit leo luctus in. Duis luctus vulputate neque ac congue. Integer sit amet augue vel erat interdum tincidunt. Etiam sollicitudin posuere dui vitae facilisis. Duis et dignissim ', NULL, '<p><strong>ulus mus. In mollis magna eu consectetur gravida. Proin augue eros, fermentum sed lorem sed, vulputate ultrices velit. Sed condimentum purus enim, id blandit leo luctus in. Duis luctus vulputate neque ac congue. Integer sit amet augue vel erat interdum tincidunt. Etiam sollicitudin posuere dui vitae facilisis. Duis et dignissim&nbsp;ulus mus. In mollis magna eu consectetur gravida. Proin augue eros, fermentum sed lorem sed, vulputate ultrices velit. Sed condimentum purus enim, id blandit leo luctus in. Duis luctus vulputate neque ac congue. Integer sit amet augue vel erat interdum tincidunt. Etiam sollicitudin posuere dui vitae facilisis. Duis et dignissim&nbsp;</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>ulus mus. In mollis magna eu consectetur gravida. Proin augue eros, fermentum sed lorem sed, vulputate ultrices velit. Sed condimentum purus enim, id blandit leo luctus in. Duis luctus vulputate neque ac congue. Integer sit amet augue vel erat interdum tincidunt. Etiam sollicitudin posuere dui vitae facilisis. Duis et dignissim&nbsp;</strong></p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>ulus mus. In mollis magna eu consectetur gravida. Proin augue eros, fermentum sed lorem sed, vulputate ultrices velit. Sed condimentum purus enim, id blandit leo luctus in. Duis luctus vulputate neque ac congue. Integer sit amet augue vel erat interdum tincidunt. Etiam sollicitudin posuere dui vitae facilisis. Duis et dignissim&nbsp;</strong></p>\r\n', 'hakkimizda', 'sayfalar', '15.07.2021', '14.02.2024', 3517, 21, NULL, NULL, NULL),
(18, 'KVKK', '3', 'resim-yok', NULL, '  Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'kvkk', 'sayfalar', '19.09.2022', '14.12.2022', NULL, 21, NULL, NULL, NULL),
(20, 'Biz Kimiz?', '3', '136-biz-kimiz.webp', NULL, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n', '0', '<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n', 'biz-kimiz', 'sayfalar', '22.12.2022', '27.01.2023', NULL, 21, '', ' ', '');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `sepet`
--

CREATE TABLE `sepet` (
  `id` int(11) NOT NULL,
  `urun_id` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ip` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `uye` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `fiyat` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adet` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `sepet`
--

INSERT INTO `sepet` (`id`, `urun_id`, `ip`, `tarih`, `uye`, `fiyat`, `adet`) VALUES
(263, '111', '31.223.58.11', NULL, NULL, '249', 1),
(262, '116', '176.88.120.243', NULL, NULL, '450', 1),
(261, '117', '176.235.166.218', NULL, NULL, '450', 1),
(260, '117', '176.235.166.218', NULL, NULL, '450', 1),
(259, '111', '176.88.120.243', NULL, NULL, '249', 1);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `shopier`
--

CREATE TABLE `shopier` (
  `id` int(11) NOT NULL,
  `kullanici` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sifre` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `shopier`
--

INSERT INTO `shopier` (`id`, `kullanici`, `sifre`) VALUES
(1, '', '');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `siparisler`
--

CREATE TABLE `siparisler` (
  `id` int(11) NOT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urun` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eposta` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `telefon` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adsoyad` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `fiyat` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `uye` int(11) DEFAULT NULL,
  `paytr` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sepetid` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adres` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `siparisler`
--

INSERT INTO `siparisler` (`id`, `tarih`, `urun`, `eposta`, `telefon`, `adsoyad`, `durum`, `fiyat`, `uye`, `paytr`, `sepetid`, `adres`) VALUES
(146, '19.09.2022', '111', 'umuttamirci37@gmail.com', '052312312', 'umut tamirci', '1', '249', 64, '931285184', '251', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `slider`
--

CREATE TABLE `slider` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `icon` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `slider`
--

INSERT INTO `slider` (`id`, `adi`, `sira`, `aciklama`, `linki`, `durum`, `resim`, `dil`, `icon`) VALUES
(25, 'Çok Amaçlı Sektörel Yazılım', '3', 'Kurumsal yazılımız her sektöre göre düzenlenebilir ve ayarlanabilmektedir, ', '', '0', '820-asdasdas.webp', NULL, 'resim-yok');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `sosyalmedya`
--

CREATE TABLE `sosyalmedya` (
  `id` int(11) NOT NULL,
  `instagram` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `facebook` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `youtube` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linkedin` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `pinterest` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `telegram` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `twitter` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `sosyalmedya`
--

INSERT INTO `sosyalmedya` (`id`, `instagram`, `facebook`, `youtube`, `linkedin`, `pinterest`, `telegram`, `twitter`) VALUES
(1, 'https://instagram.com/', 'https://facebook.com/', 'https://youtube.com/', 'https://linkedin.com/', 'https://pinteres.com/', 'https://t.me/', 'https://twitter.com/');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `sss`
--

CREATE TABLE `sss` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `sss`
--

INSERT INTO `sss` (`id`, `adi`, `sira`, `aciklama`, `durum`, `dil`) VALUES
(25, 'Soru 1', '01', '<p>sdsdsdLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis augue ex, sed convallis ligula lobortis sed. Sed quis malesuada ex, eget ultrices eros. Proin ullamcorper aliquam nulla, quis sodales sem blandit eget. Nunc mauris metus, ullamcorper at erat nec, sollicitudin dignissim ex. Nulla quam justo, fringilla in felis eget, sagittis commodo nulla. Etiam feugiat iaculis quam eget dictum. Maecenas vel diam blandit, vestibulum justo a, suscipit risus. Nam faucibus posuere lacus. Etiam dignissim tempor elit quis eleifend. Donec at mi neque. Aenean cursus efficitur odio eu porttitor. Aliquam varius pulvinar lectus, quis gravida odio scelerisque at. Sed posuere ipsum pellentesque, facilisis ligula blandit, ultricies lacus.</p>\r\n\r\n<p>Vivamus at dui sed libero elementum posuere et porttitor leo. Suspendisse vitae tellus a lacus efficitur ornare et non erat. Aenean rutrum in risus nec eleifend. Aliquam dictum dui ante, et tincidunt turpis lobortis vel. In euismod eros vel porta tempor. Pellentesque id tincidunt urna. Fusce eleifend finibus felis eget rhoncus. In hac habitasse platea dictumst. In aliquam, lorem non ultrices pellentesque, tellus turpis convallis purus, id varius metus augue ac nisi.</p>\r\n', '0', NULL),
(26, 'Soru 2', '2', '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam venenatis augue ex, sed convallis ligula lobortis sed. Sed quis malesuada ex, eget ultrices eros. Proin ullamcorper aliquam nulla, quis sodales sem blandit eget. Nunc mauris metus, ullamcorper at erat nec, sollicitudin dignissim ex. Nulla quam justo, fringilla in felis eget, sagittis commodo nulla. Etiam feugiat iaculis quam eget dictum. Maecenas vel diam blandit, vestibulum justo a, suscipit risus. Nam faucibus posuere lacus. Etiam dignissim tempor elit quis eleifend. Donec at mi neque. Aenean cursus efficitur odio eu porttitor. Aliquam varius pulvinar lectus, quis gravida odio scelerisque at. Sed posuere ipsum pellentesque, facilisis ligula blandit, ultricies lacus.</p>\r\n\r\n<p>Vivamus at dui sed libero elementum posuere et porttitor leo. Suspendisse vitae tellus a lacus efficitur ornare et non erat. Aenean rutrum in risus nec eleifend. Aliquam dictum dui ante, et tincidunt turpis lobortis vel. In euismod eros vel porta tempor. Pellentesque id tincidunt urna. Fusce eleifend finibus felis eget rhoncus. In hac habitasse platea dictumst. In aliquam, lorem non ultrices pellentesque, tellus turpis convallis purus, id varius metus augue ac nisi.</p>\r\n', '0', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `subeler`
--

CREATE TABLE `subeler` (
  `id` int(11) NOT NULL,
  `telefon1` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `telefon2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `email1` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `email2` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adres` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `maps` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `durum` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `subeler`
--

INSERT INTO `subeler` (`id`, `telefon1`, `telefon2`, `email1`, `email2`, `adres`, `maps`, `adi`, `dil`, `durum`) VALUES
(1, '90 212 663 0 444', '', 'istanbul@compasslog.com', '', 'Yeşilköy Mh. Atatürk Cd. EGS Business Park B2 Blok Kat:2 No:139-140 Bakırköy İstanbul', 'https://goo.gl/maps/imu3Bn99ERzfpo7Y6', 'İstanbul', 21, 0),
(2, '90 232 404 7 555', '', 'izmir@compasslog.com', '', 'Akdeniz Mh. Şehit Fethi Bey Cd. 99 Basamak İş Merkezi No:43/109 Konak İzmir', 'https://goo.gl/maps/eYn9bFSphS3S6P416', 'İzmir', 21, 0),
(3, '90 212 663 0 444', '', 'sakarya@compasslog.com', '', 'Arabacıalanı Mh. Mehmet Akif Ersoy Cd. Work Inn İş Merkezi No:33/210 Serdivan Sakarya', 'https://goo.gl/maps/xj8KyHrUWZNDTdPf6', 'Sakarya', 21, 0);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `urunler`
--

CREATE TABLE `urunler` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `fiyat` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `videolinki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hit` int(11) DEFAULT NULL,
  `panel` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `indir` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `stok` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `kur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `title` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `etiket` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `urunler`
--

INSERT INTO `urunler` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `fiyat`, `linki`, `videolinki`, `hit`, `panel`, `indir`, `stok`, `dil`, `kur`, `title`, `description`, `etiket`) VALUES
(121, 'AnaOkulu Hazır Web Site', '1', '4323324-anaokulu-hazir-web-site.webp', '17', 'Siteniz için uygun Seo içerikleri eklenir. Seo uyumlu içerikler ile siteniz çok kısa sürede yükselecektir.', '0', '<ul>\r\n	<li>Php 7.4 s&uuml;r&uuml;m ile kodlanmıştır</li>\r\n	<li>Gelişmiş PHP ile kodlanmıştır</li>\r\n	<li>%100 mobil ve t&uuml;m cihazlarda uyumluluk</li>\r\n	<li>Gelişmiş Seo Y&ouml;netimi</li>\r\n	<li>Gelişmiş Banner y&ouml;netimi</li>\r\n	<li>Y&ouml;netim Paneli</li>\r\n	<li>Slider Y&ouml;netimi&nbsp;</li>\r\n	<li>Hizmetler Y&ouml;netimi</li>\r\n	<li>M&uuml;şteri Yorum Y&ouml;netimi</li>\r\n</ul>\r\n', 'anaokulu-hazir-web-site', 'urunler', '14.02.2024', NULL, '1500', NULL, NULL, NULL, NULL, '890', NULL, NULL, NULL, NULL, NULL, NULL),
(122, 'AnaOkulu Hazır Web Site', '1', '4323324-anaokulu-hazir-web-site.webp', '17', 'Siteniz için uygun Seo içerikleri eklenir. Seo uyumlu içerikler ile siteniz çok kısa sürede yükselecektir.', '0', '<ul>\r\n	<li>Php 7.4 s&uuml;r&uuml;m ile kodlanmıştır</li>\r\n	<li>Gelişmiş PHP ile kodlanmıştır</li>\r\n	<li>%100 mobil ve t&uuml;m cihazlarda uyumluluk</li>\r\n	<li>Gelişmiş Seo Y&ouml;netimi</li>\r\n	<li>Gelişmiş Banner y&ouml;netimi</li>\r\n	<li>Y&ouml;netim Paneli</li>\r\n	<li>Slider Y&ouml;netimi&nbsp;</li>\r\n	<li>Hizmetler Y&ouml;netimi</li>\r\n	<li>M&uuml;şteri Yorum Y&ouml;netimi</li>\r\n</ul>\r\n', 'anaokulu-hazir-web-site', 'urunler', '14.02.2024', NULL, '1500', NULL, NULL, NULL, NULL, '890', NULL, NULL, NULL, NULL, NULL, NULL),
(123, 'AnaOkulu Hazır Web Site', '1', '4323324-anaokulu-hazir-web-site.webp', '17', 'Siteniz için uygun Seo içerikleri eklenir. Seo uyumlu içerikler ile siteniz çok kısa sürede yükselecektir.', '0', '<ul>\r\n	<li>Php 7.4 s&uuml;r&uuml;m ile kodlanmıştır</li>\r\n	<li>Gelişmiş PHP ile kodlanmıştır</li>\r\n	<li>%100 mobil ve t&uuml;m cihazlarda uyumluluk</li>\r\n	<li>Gelişmiş Seo Y&ouml;netimi</li>\r\n	<li>Gelişmiş Banner y&ouml;netimi</li>\r\n	<li>Y&ouml;netim Paneli</li>\r\n	<li>Slider Y&ouml;netimi&nbsp;</li>\r\n	<li>Hizmetler Y&ouml;netimi</li>\r\n	<li>M&uuml;şteri Yorum Y&ouml;netimi</li>\r\n</ul>\r\n', 'anaokulu-hazir-web-site', 'urunler', '14.02.2024', NULL, '1500', NULL, NULL, NULL, NULL, '890', NULL, NULL, NULL, NULL, NULL, NULL),
(124, 'AnaOkulu Hazır Web Site', '1', '4323324-anaokulu-hazir-web-site.webp', '17', 'Siteniz için uygun Seo içerikleri eklenir. Seo uyumlu içerikler ile siteniz çok kısa sürede yükselecektir.', '0', '<ul>\r\n	<li>Php 7.4 s&uuml;r&uuml;m ile kodlanmıştır</li>\r\n	<li>Gelişmiş PHP ile kodlanmıştır</li>\r\n	<li>%100 mobil ve t&uuml;m cihazlarda uyumluluk</li>\r\n	<li>Gelişmiş Seo Y&ouml;netimi</li>\r\n	<li>Gelişmiş Banner y&ouml;netimi</li>\r\n	<li>Y&ouml;netim Paneli</li>\r\n	<li>Slider Y&ouml;netimi&nbsp;</li>\r\n	<li>Hizmetler Y&ouml;netimi</li>\r\n	<li>M&uuml;şteri Yorum Y&ouml;netimi</li>\r\n</ul>\r\n', 'anaokulu-hazir-web-site', 'urunler', '14.02.2024', NULL, '1500', NULL, NULL, NULL, NULL, '890', NULL, NULL, NULL, NULL, NULL, NULL),
(125, 'AnaOkulu Hazır Web Site', '1', '4323324-anaokulu-hazir-web-site.webp', '17', 'Siteniz için uygun Seo içerikleri eklenir. Seo uyumlu içerikler ile siteniz çok kısa sürede yükselecektir.', '0', '<ul>\r\n	<li>Php 7.4 s&uuml;r&uuml;m ile kodlanmıştır</li>\r\n	<li>Gelişmiş PHP ile kodlanmıştır</li>\r\n	<li>%100 mobil ve t&uuml;m cihazlarda uyumluluk</li>\r\n	<li>Gelişmiş Seo Y&ouml;netimi</li>\r\n	<li>Gelişmiş Banner y&ouml;netimi</li>\r\n	<li>Y&ouml;netim Paneli</li>\r\n	<li>Slider Y&ouml;netimi&nbsp;</li>\r\n	<li>Hizmetler Y&ouml;netimi</li>\r\n	<li>M&uuml;şteri Yorum Y&ouml;netimi</li>\r\n</ul>\r\n', 'anaokulu-hazir-web-site', 'urunler', '14.02.2024', NULL, '1500', NULL, NULL, NULL, NULL, '890', NULL, NULL, NULL, NULL, NULL, NULL),
(126, 'AnaOkulu Hazır Web Site', '1', '4323324-anaokulu-hazir-web-site.webp', '17', 'Siteniz için uygun Seo içerikleri eklenir. Seo uyumlu içerikler ile siteniz çok kısa sürede yükselecektir.', '0', '<ul>\r\n	<li>Php 7.4 s&uuml;r&uuml;m ile kodlanmıştır</li>\r\n	<li>Gelişmiş PHP ile kodlanmıştır</li>\r\n	<li>%100 mobil ve t&uuml;m cihazlarda uyumluluk</li>\r\n	<li>Gelişmiş Seo Y&ouml;netimi</li>\r\n	<li>Gelişmiş Banner y&ouml;netimi</li>\r\n	<li>Y&ouml;netim Paneli</li>\r\n	<li>Slider Y&ouml;netimi&nbsp;</li>\r\n	<li>Hizmetler Y&ouml;netimi</li>\r\n	<li>M&uuml;şteri Yorum Y&ouml;netimi</li>\r\n</ul>\r\n', 'anaokulu-hazir-web-site', 'urunler', '14.02.2024', NULL, '1500', NULL, NULL, NULL, NULL, '890', NULL, NULL, NULL, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `urun_img`
--

CREATE TABLE `urun_img` (
  `id` int(11) NOT NULL,
  `urun_id` int(11) DEFAULT NULL,
  `img` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `urun_img`
--

INSERT INTO `urun_img` (`id`, `urun_id`, `img`, `tur`) VALUES
(60, 7, '1626350494-60f0239e1527a.jpg', 'urun_kategori'),
(248, 28, '1662042808-6310c2b8e4cec.jpg', 'sayfalar'),
(309, 70, '1670987372-63993e6c6738d.jpg', 'haberler'),
(310, 70, '1670987395-63993e837b3fd.jpg', 'haberler'),
(311, 70, '1670987458-63993ec20ac3f.jpg', 'haberler'),
(312, 70, '1670989553-639946f1319f3.jpg', 'haberler'),
(317, 76, '1671039420-639a09bc3aa40.jpg', 'haberler'),
(318, 76, '1671039420-639a09bc3c9ba.jpg', 'haberler'),
(319, 76, '1671039420-639a09bc3fe78.jpg', 'haberler'),
(320, 76, '1671039420-639a09bc4979d.jpg', 'haberler'),
(356, 29, '1693300049-64edb551d12b7.png', 'hizmetler'),
(357, 117, '1702134521-657482f9d9084.jpg', 'urunler'),
(370, 111, '1707918389-65ccc43558167.png', 'urunler'),
(371, 111, '1707918391-65ccc4370b9e3.png', 'urunler'),
(372, 111, '1707918392-65ccc43861f86.png', 'urunler'),
(373, 30, '1707912818-65ccae724f166.png', 'hizmetler'),
(374, 30, '1707912822-65ccae760b6b2.png', 'hizmetler');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `urun_kategori`
--

CREATE TABLE `urun_kategori` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `hit` int(11) DEFAULT NULL,
  `dil` int(11) DEFAULT NULL,
  `title` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `etiket` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `urun_kategori`
--

INSERT INTO `urun_kategori` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `hit`, `dil`, `title`, `etiket`, `description`) VALUES
(14, 'kategori 1', '1', '472-.webp', '0', NULL, '0', '         Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', 'kategori-1', 'urun_kategori', '16.04.2022', '22.12.2022', 822, 21, NULL, NULL, NULL),
(16, 'Kategori 2', '2', '603-kurumsal-scriptler.webp', '0', NULL, '0', '   Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', 'kategori-2', 'urun_kategori', '19.09.2022', '22.12.2022', NULL, 21, NULL, NULL, NULL),
(17, 'Kategori 3', '3', '627-kisisel-scriptler.webp', '0', NULL, '0', '    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', 'kategori-3', 'urun_kategori', '19.09.2022', '22.12.2022', NULL, 21, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `urun_yorum`
--

CREATE TABLE `urun_yorum` (
  `id` int(11) NOT NULL,
  `yorum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `uye` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `urun_id` int(11) DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `urun_yorum`
--

INSERT INTO `urun_yorum` (`id`, `yorum`, `uye`, `tarih`, `urun_id`, `durum`) VALUES
(5, 'harika bir script', '64', NULL, 111, '1');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `uyeler`
--

CREATE TABLE `uyeler` (
  `id` int(11) NOT NULL,
  `adsoyad` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `email` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `telefon` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sifre` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `normalsifre` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tarih` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `uyeler`
--

INSERT INTO `uyeler` (`id`, `adsoyad`, `email`, `telefon`, `sifre`, `normalsifre`, `tarih`, `durum`) VALUES
(64, 'umut tamirci', 'umuttamirci37@gmail.com', '05395965387', 'umutbaba123', NULL, '05/05/2002', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `video`
--

CREATE TABLE `video` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `linki` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `video`
--

INSERT INTO `video` (`id`, `adi`, `sira`, `aciklama`, `linki`, `durum`, `resim`, `dil`) VALUES
(6, 'Video 3', '3', NULL, NULL, '0', '852-video-3.webp', NULL),
(7, 'Video 2', '2', NULL, NULL, '0', '869-video-2.webp', NULL),
(8, 'Video 1', '1', NULL, NULL, '0', '642-video-1.webp', NULL);

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `yonetici`
--

CREATE TABLE `yonetici` (
  `id` int(11) NOT NULL,
  `ad_soyad` varchar(555) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eposta` varchar(555) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sifre` varchar(555) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ilk_giris` varchar(555) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `son_giris` varchar(555) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `logo` varchar(555) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kapak_foto` varchar(555) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `admin` int(11) DEFAULT NULL,
  `normalsifre` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `ip` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `yonetici`
--

INSERT INTO `yonetici` (`id`, `ad_soyad`, `eposta`, `sifre`, `ilk_giris`, `son_giris`, `logo`, `kapak_foto`, `admin`, `normalsifre`, `ip`) VALUES
(9, 'demo', 'demo@demo.com', 'demo', '15.09.2020', '15.02.2024', '100.png', '991-.jpg', 1, NULL, '95.12.117.20');

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `yorumlar`
--

CREATE TABLE `yorumlar` (
  `id` int(11) NOT NULL,
  `adi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `sira` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `resim` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `kategori` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `onaciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `durum` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `aciklama` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `seo` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `tur` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `eklenme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `guncelleme_tarihi` text CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL,
  `dil` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Tablo döküm verisi `yorumlar`
--

INSERT INTO `yorumlar` (`id`, `adi`, `sira`, `resim`, `kategori`, `onaciklama`, `durum`, `aciklama`, `seo`, `tur`, `eklenme_tarihi`, `guncelleme_tarihi`, `dil`) VALUES
(2, 'Ofisto', '2', '28-umut-tamirci.webp', NULL, ' Web Developer', '0', '<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry.</p>\r\n', 'ofisto', 'yorumlar', '22.09.2022', '12.02.2024', NULL),
(3, 'Ofisto', '3', '577-umut-tamirci.webp', NULL, ' Developer', '0', '<p>Lorem Ipsum&nbsp;is simply dummy text of the printing and typesetting industry.</p>\r\n', 'ofisto', 'yorumlar', '22.09.2022', '12.02.2024', NULL);

--
-- Dökümü yapılmış tablolar için indeksler
--

--
-- Tablo için indeksler `abone`
--
ALTER TABLE `abone`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ayarlar`
--
ALTER TABLE `ayarlar`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `banka`
--
ALTER TABLE `banka`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `beadcrumb`
--
ALTER TABLE `beadcrumb`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `blog_yorum`
--
ALTER TABLE `blog_yorum`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `bolge_kategori`
--
ALTER TABLE `bolge_kategori`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `bolge_yorum`
--
ALTER TABLE `bolge_yorum`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `destek`
--
ALTER TABLE `destek`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `dil`
--
ALTER TABLE `dil`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `ekibimiz`
--
ALTER TABLE `ekibimiz`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `galeri`
--
ALTER TABLE `galeri`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `haberler`
--
ALTER TABLE `haberler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `hakkimizda`
--
ALTER TABLE `hakkimizda`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `hizmetbolgeleri`
--
ALTER TABLE `hizmetbolgeleri`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `hizmetler`
--
ALTER TABLE `hizmetler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `iletisimbilgileri`
--
ALTER TABLE `iletisimbilgileri`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `iletisimler`
--
ALTER TABLE `iletisimler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `istatik`
--
ALTER TABLE `istatik`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `izinler`
--
ALTER TABLE `izinler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `katalog`
--
ALTER TABLE `katalog`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `mail`
--
ALTER TABLE `mail`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `mail_dogrula`
--
ALTER TABLE `mail_dogrula`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `menu`
--
ALTER TABLE `menu`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `modal`
--
ALTER TABLE `modal`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `modül`
--
ALTER TABLE `modül`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `netgsm`
--
ALTER TABLE `netgsm`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `odeme_secenek`
--
ALTER TABLE `odeme_secenek`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `onecikan`
--
ALTER TABLE `onecikan`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `paketler`
--
ALTER TABLE `paketler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `paymax`
--
ALTER TABLE `paymax`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `paytr`
--
ALTER TABLE `paytr`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `projeler`
--
ALTER TABLE `projeler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `proje_kategori`
--
ALTER TABLE `proje_kategori`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `randevular`
--
ALTER TABLE `randevular`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `randevu_ayarlari`
--
ALTER TABLE `randevu_ayarlari`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `rapor`
--
ALTER TABLE `rapor`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `referanslar`
--
ALTER TABLE `referanslar`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `sayfalar`
--
ALTER TABLE `sayfalar`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `sepet`
--
ALTER TABLE `sepet`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `shopier`
--
ALTER TABLE `shopier`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `siparisler`
--
ALTER TABLE `siparisler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `slider`
--
ALTER TABLE `slider`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `sosyalmedya`
--
ALTER TABLE `sosyalmedya`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `sss`
--
ALTER TABLE `sss`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `subeler`
--
ALTER TABLE `subeler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `urunler`
--
ALTER TABLE `urunler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `urun_img`
--
ALTER TABLE `urun_img`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `urun_kategori`
--
ALTER TABLE `urun_kategori`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `urun_yorum`
--
ALTER TABLE `urun_yorum`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `uyeler`
--
ALTER TABLE `uyeler`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `video`
--
ALTER TABLE `video`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `yonetici`
--
ALTER TABLE `yonetici`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `yorumlar`
--
ALTER TABLE `yorumlar`
  ADD PRIMARY KEY (`id`);

--
-- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri
--

--
-- Tablo için AUTO_INCREMENT değeri `abone`
--
ALTER TABLE `abone`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `ayarlar`
--
ALTER TABLE `ayarlar`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `banka`
--
ALTER TABLE `banka`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;

--
-- Tablo için AUTO_INCREMENT değeri `beadcrumb`
--
ALTER TABLE `beadcrumb`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `blog_yorum`
--
ALTER TABLE `blog_yorum`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- Tablo için AUTO_INCREMENT değeri `bolge_kategori`
--
ALTER TABLE `bolge_kategori`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `bolge_yorum`
--
ALTER TABLE `bolge_yorum`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- Tablo için AUTO_INCREMENT değeri `destek`
--
ALTER TABLE `destek`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Tablo için AUTO_INCREMENT değeri `dil`
--
ALTER TABLE `dil`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- Tablo için AUTO_INCREMENT değeri `ekibimiz`
--
ALTER TABLE `ekibimiz`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- Tablo için AUTO_INCREMENT değeri `galeri`
--
ALTER TABLE `galeri`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- Tablo için AUTO_INCREMENT değeri `haberler`
--
ALTER TABLE `haberler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=84;

--
-- Tablo için AUTO_INCREMENT değeri `hakkimizda`
--
ALTER TABLE `hakkimizda`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `hizmetbolgeleri`
--
ALTER TABLE `hizmetbolgeleri`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- Tablo için AUTO_INCREMENT değeri `hizmetler`
--
ALTER TABLE `hizmetler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43;

--
-- Tablo için AUTO_INCREMENT değeri `iletisimbilgileri`
--
ALTER TABLE `iletisimbilgileri`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `iletisimler`
--
ALTER TABLE `iletisimler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;

--
-- Tablo için AUTO_INCREMENT değeri `istatik`
--
ALTER TABLE `istatik`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- Tablo için AUTO_INCREMENT değeri `izinler`
--
ALTER TABLE `izinler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `katalog`
--
ALTER TABLE `katalog`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

--
-- Tablo için AUTO_INCREMENT değeri `mail`
--
ALTER TABLE `mail`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `mail_dogrula`
--
ALTER TABLE `mail_dogrula`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;

--
-- Tablo için AUTO_INCREMENT değeri `menu`
--
ALTER TABLE `menu`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- Tablo için AUTO_INCREMENT değeri `modal`
--
ALTER TABLE `modal`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `modül`
--
ALTER TABLE `modül`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `netgsm`
--
ALTER TABLE `netgsm`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `odeme_secenek`
--
ALTER TABLE `odeme_secenek`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `onecikan`
--
ALTER TABLE `onecikan`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `paketler`
--
ALTER TABLE `paketler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=121;

--
-- Tablo için AUTO_INCREMENT değeri `paymax`
--
ALTER TABLE `paymax`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `paytr`
--
ALTER TABLE `paytr`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `projeler`
--
ALTER TABLE `projeler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139;

--
-- Tablo için AUTO_INCREMENT değeri `proje_kategori`
--
ALTER TABLE `proje_kategori`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38;

--
-- Tablo için AUTO_INCREMENT değeri `randevular`
--
ALTER TABLE `randevular`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;

--
-- Tablo için AUTO_INCREMENT değeri `randevu_ayarlari`
--
ALTER TABLE `randevu_ayarlari`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `rapor`
--
ALTER TABLE `rapor`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Tablo için AUTO_INCREMENT değeri `referanslar`
--
ALTER TABLE `referanslar`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;

--
-- Tablo için AUTO_INCREMENT değeri `sayfalar`
--
ALTER TABLE `sayfalar`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- Tablo için AUTO_INCREMENT değeri `sepet`
--
ALTER TABLE `sepet`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=264;

--
-- Tablo için AUTO_INCREMENT değeri `shopier`
--
ALTER TABLE `shopier`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `siparisler`
--
ALTER TABLE `siparisler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=147;

--
-- Tablo için AUTO_INCREMENT değeri `slider`
--
ALTER TABLE `slider`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- Tablo için AUTO_INCREMENT değeri `sosyalmedya`
--
ALTER TABLE `sosyalmedya`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `sss`
--
ALTER TABLE `sss`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- Tablo için AUTO_INCREMENT değeri `subeler`
--
ALTER TABLE `subeler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Tablo için AUTO_INCREMENT değeri `urunler`
--
ALTER TABLE `urunler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127;

--
-- Tablo için AUTO_INCREMENT değeri `urun_img`
--
ALTER TABLE `urun_img`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=375;

--
-- Tablo için AUTO_INCREMENT değeri `urun_kategori`
--
ALTER TABLE `urun_kategori`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- Tablo için AUTO_INCREMENT değeri `urun_yorum`
--
ALTER TABLE `urun_yorum`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Tablo için AUTO_INCREMENT değeri `uyeler`
--
ALTER TABLE `uyeler`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;

--
-- Tablo için AUTO_INCREMENT değeri `video`
--
ALTER TABLE `video`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- Tablo için AUTO_INCREMENT değeri `yonetici`
--
ALTER TABLE `yonetici`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- Tablo için AUTO_INCREMENT değeri `yorumlar`
--
ALTER TABLE `yorumlar`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;