Alt Domainlerde Ayni Datebass Calistirma

Begonnen von Eren Aslan, 03 April 2013, 11:22:18

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 2 Gäste betrachten dieses Thema.

Eren Aslan

Merhaba;

Öncelik Yapmayı Düşündüğüm Olay Şu

www.erenalan.com sitesinde
pragmamx.erenaslan.com
forum.erenaslan.com
indir.erenslan.com

alt domainleri hepsi pragmamx yüklü olacak.
Beni istediğim şimdi örneğin
indir.erenaslan.com  blank_Home yerine dowland  modulü aynı şekilde forum.erenaslan.com ansayfadki modul smf olacak. birde bloklar da aynı şekilde alt domainler ortak olanda oalcak ayrı ayrı olanda olacak bunu  yapabilmek için
sizinlerden fikir isityorum. yada yapabileceğim dosyaları..

Saygılarımla...

Eren Aslan



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

CREATE TABLE IF NOT EXISTS `mx4421_modules` (
  `mid` int(10) NOT NULL auto_increment,
  `title` varchar(255) NOT NULL default '',
  `custom_title` varchar(255) NOT NULL default '',
  `active` int(1) NOT NULL default '0',
  `view` int(1) NOT NULL default '0',
  `main_id` varchar(20) NOT NULL default '',
  PRIMARY KEY  (`mid`),
  UNIQUE KEY `title` (`title`),
  KEY `active` (`active`),
  KEY `view` (`view`),
  KEY `main_id` (`main_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=37 ;

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

INSERT INTO `mxxxxx_modules` (`mid`, `title`, `custom_title`, `active`, `view`, `main_id`) VALUES
(1, 'Downloads', 'Dosyalar', 1, 0, 'hided'),
(2, 'User_Registration', 'Kullanýcý Kaydý', 1, 3, 'Modules_three'),
(3, 'FAQ', 'S.S.S.', 1, 0, 'Modules_two'),
(4, 'Web_News', 'Ýnternet Haberleri', 1, 0, 'Modules_one'),
(5, 'Submit_News', 'Haber yaz', 1, 1, 'Modules_two'),
(6, 'Top', 'En Ýyi On', 1, 1, 'Modules_two'),
(7, 'Userinfo', 'Kimlik Bilgisi', 1, 1, 'hided'),
(8, 'Surveys', 'Anketler', 1, 0, 'Modules_one'),
(9, 'Sections', 'Konu Bölümleri', 1, 0, 'Modules_one'),
(10, 'Banners', 'Reklamlar', 0, 1, 'Modules_three'),
(11, 'blank_Home', 'Ana Sayfa', 1, 0, 'Modules_one'),
(12, 'Reviews', 'Ýncelemeler', 1, 0, 'Modules_one'),
(13, 'Your_Account', 'Üye Hesabý', 1, 0, 'Modules_three'),
(14, 'Guestbook', 'Ziyaretçi Defteri', 1, 0, 'Modules_three'),
(15, 'Content', 'Ýçerikler', 1, 0, 'Modules_one'),
(16, 'Search', 'Arama', 1, 0, 'Modules_one'),
(17, 'Encyclopedia', 'Ansiklopedi', 1, 0, 'Modules_one'),
(18, 'UserGuest', 'Kiþisel Ziyaretçi Defteri', 0, 1, 'Modules_three'),
(19, 'legal', 'Kullaným Koþullarý', 1, 0, 'Modules_two'),
(20, 'Members_List', 'Üye Listesi', 1, 1, 'Modules_three'),
(21, 'Private_Messages', 'Özel Mesajlar', 1, 1, 'Modules_three'),
(22, 'Topics', 'Konular', 1, 0, 'Modules_one'),
(23, 'Siteupdate', 'Site Yenilikleri', 0, 0, 'Modules_two'),
(24, 'Impressum', 'Künye', 1, 0, 'Modules_two'),
(25, 'Feedback', 'Ýletiþim', 1, 0, 'Modules_two'),
(26, 'News', 'Haberler', 1, 0, 'Modules_one'),
(27, 'Stories_Archive', 'Haberler', 1, 0, 'Modules_one'),
(28, 'Newsletter', 'Bülten', 1, 1, 'Modules_two'),
(29, 'Statistics', 'Ýstatistik', 1, 1, 'Modules_two'),
(30, 'My_eGallery', 'Medya Galerisi', 1, 0, 'Modules_one'),
(31, 'Recommend_Us', 'Bizi Önerin', 1, 0, 'Modules_two'),
(32, 'Web_Links', 'Baðlantýlar', 1, 0, 'Modules_one'),
(33, 'Themetest', 'Temalar', 0, 1, 'Modules_three'),
(36, 'Siirler', 'Siirler', 1, 0, '');


Block tablosu



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

CREATE TABLE IF NOT EXISTS `mx4421_blocks` (
  `bid` int(10) NOT NULL auto_increment,
  `bkey` varchar(15) NOT NULL default '',
  `title` varchar(60) NOT NULL default '',
  `content` text,
  `url` varchar(200) NOT NULL default '',
  `position` char(1) NOT NULL default 'l',
  `weight` int(10) NOT NULL default '1',
  `active` int(1) NOT NULL default '1',
  `refresh` int(10) NOT NULL default '0',
  `time` int(10) NOT NULL default '0',
  `blanguage` varchar(30) NOT NULL default '',
  `blockfile` varchar(255) NOT NULL default '',
  `view` int(1) NOT NULL default '0',
  PRIMARY KEY  (`bid`),
  KEY `blanguage` (`blanguage`),
  KEY `active` (`active`),
  KEY `view` (`view`),
  KEY `posweight` (`position`,`weight`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;

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

INSERT INTO `mxxxxx_blocks` (`bid`, `bkey`, `title`, `content`, `url`, `position`, `weight`, `active`, `refresh`, `time`, `blanguage`, `blockfile`, `view`) VALUES
(2, '', 'Yönetim Menüsü', '', '', 'l', 1, 1, 0, 0, '', 'block-AdminNews.php', 2),
(4, '', 'Giriþ', '', '', 'r', 1, 1, 0, 0, '', 'block-Login.php', 3),
(5, '', 'Kullanýcý Menüsü', 'Kiþisel Sayfanýz', '', 'r', 2, 1, 0, 0, '', 'block-Userblock.php', 1),
(6, '', 'Kimler Çevrimiçi', '', '', 'r', 3, 1, 0, 0, '', 'block-Who_is_Online.php', 1),
(21, '', '', '<img border="0" alt="" src="/media/images/RN-logo-FB464B6403-seeklogo.com.gif" />', '', 'c', 3, 1, 0, 0, '', '', 0),
(22, '', '', '<!-- Facebook Badge START --><a target="_TOP" title="Êrên Aslan" style="font-family: ''lucida grande'', tahoma, verdana, arial, sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: rgb(59, 89, 152); text-decoration: none; " href="http://www.facebook.com/ErenAslan44">Êrên Aslan</a><span style="font-family: ''lucida grande'', tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; font-variant: normal; font-style: normal; font-weight: normal; color: rgb(85, 85, 85); text-decoration: none; ">&nbsp;|&nbsp;</span><a target="_TOP" title="Kendi kartýný hazýrla!" style="font-family: ''lucida grande'', tahoma, verdana, arial, sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: rgb(59, 89, 152); text-decoration: none; " href="http://www.facebook.com/badges/">Kartýnýzý Oluþturun</a><br /><a target="_TOP" title="Êrên Aslan" href="http://www.facebook.com/ErenAslan44"><img style="border: 0px; " src="http://badge.facebook.com/badge/1323383628.327.253597027.png" /></a><!-- Facebook Badge END -->', '', 'c', 1, 1, 0, 0, '', '', 0),
(13, '', 'Last Articles', NULL, '', 'r', 4, 1, 0, 0, '', 'block-vkp_News_Lastarticles.php', 0),
(14, '', 'Login', NULL, '', 'r', 5, 1, 0, 0, '', 'block-vkp_News_Login.php', 0),
(15, '', 'Options', NULL, '', 'r', 6, 1, 0, 0, '', 'block-vkp_News_Options.php', 0),
(16, '', 'Survey', NULL, '', 'r', 7, 1, 0, 0, '', 'block-vkp_News_Poll.php', 0),
(17, '', 'Article Rating', NULL, '', 'r', 8, 1, 0, 0, '', 'block-vkp_News_Rating.php', 0),
(18, '', 'Related Links', NULL, '', 'r', 9, 1, 0, 0, '', 'block-vkp_News_Related.php', 0),
(20, '', 'Ana Menü', '', '', 'l', 2, 1, 0, 0, '', 'block-Menu.php', 0),
(23, '', 'Siirlerim', '', '', 'c', 2, 1, 0, 0, '', 'block-Siirler_scroll.php', 0),
(25, '', 'rr', '', '', 'l', 1, 0, 0, 0, '', 'block-Menu.php', 0);


araştırmalarıma sonuçu bana lazim  olan  modules ve block db den veri çağıran prefix değiştirme yani $prefix değeri sub domainlerde direk vermek acaba block prefix adresi nerede ve bir modules..

Saygılarımla..