[Đồ Án PHP] Mã nguồn Website Quản lý bất động sản Đà Nẵng
1. Mô tả : Mã nguồn Website Quản lý bất động sản đà nẵng gồm các chức năng sau : phân quyền thành viên, duyệt tin tức, quản lý giao dịch, rao bán nhà đất, phân loại dịch vụ, thống kê...Rất hữu ích cho các bạn đang làm đồ án tốt nghiệp ngành công nghệ thông tin.
2. Ngôn Ngữ : PHP
3. Database : Microsoft SQL
-- phpMyAdmin SQL Dump -- version 3.4.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jan 02, 2012 at 11:35 AM -- Server version: 5.5.16 -- PHP Version: 5.3.8 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; 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 utf8 */; -- -- Database: `tqvbds` -- -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdsadmin` -- CREATE TABLE IF NOT EXISTS `tqv_bdsadmin` ( `tqvadmin_id` int(11) NOT NULL AUTO_INCREMENT, `tqvgroup_id` int(11) NOT NULL, `tqvadmin_tendn` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `tqvadmin_matkhau` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `tqvadmin_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `tqvadmin_email` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `tqvadmin_mobile` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `tqvadmin_content` text COLLATE utf8_unicode_ci NOT NULL, `tqvadmin_couterdb` int(11) NOT NULL, `tqvadmin_active` int(1) NOT NULL DEFAULT '0', `tqvadmin_dayres` varchar(255) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`tqvadmin_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=11 ; -- -- Dumping data for table `tqv_bdsadmin` -- INSERT INTO `tqv_bdsadmin` (`tqvadmin_id`, `tqvgroup_id`, `tqvadmin_tendn`, `tqvadmin_matkhau`, `tqvadmin_name`, `tqvadmin_email`, `tqvadmin_mobile`, `tqvadmin_content`, `tqvadmin_couterdb`, `tqvadmin_active`, `tqvadmin_dayres`) VALUES (1, 1, 'adminbds', 'c1b7b0f187fb907e3836081a0800fab9', 'Trần Quang Vinh', 'designwebvn@gmail.com', '0905246855 - 0905557507', '<p><img title="Cool" src="jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif" border="0" alt="Cool" /> Trần Quang Vinh</p>', 50, 1, '01/06/2010'), (10, 2, 'admintqv', '14e1b600b1fd579f47433b88e8d85291', 'Trần Quang Vinh', 'designwebvn@gmail.com', '0905246855', '<p><img title="Tongue out" src="../jscripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif" border="0" alt="Tongue out" /></p>', 0, 1, '02/01/2012'); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdscategorynews` -- CREATE TABLE IF NOT EXISTS `tqv_bdscategorynews` ( `tqvcat_id` int(11) NOT NULL AUTO_INCREMENT, `tqvcat_name` varchar(150) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`tqvcat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ; -- -- Dumping data for table `tqv_bdscategorynews` -- INSERT INTO `tqv_bdscategorynews` (`tqvcat_id`, `tqvcat_name`) VALUES (1, 'Nhà đất'), (2, 'Pháp luáºt'), (3, 'Giá»›i thiệu dá»± án'); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdscategorynewseng` -- CREATE TABLE IF NOT EXISTS `tqv_bdscategorynewseng` ( `tqvcateng_id` int(11) NOT NULL AUTO_INCREMENT, `tqvcateng_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`tqvcateng_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ; -- -- Dumping data for table `tqv_bdscategorynewseng` -- INSERT INTO `tqv_bdscategorynewseng` (`tqvcateng_id`, `tqvcateng_name`) VALUES (1, 'Renting'), (2, 'Law'), (3, 'Project introduction'); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdscategorynewsgt` -- CREATE TABLE IF NOT EXISTS `tqv_bdscategorynewsgt` ( `tqvcatgt_id` int(11) NOT NULL AUTO_INCREMENT, `tqvcatgt_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`tqvcatgt_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ; -- -- Dumping data for table `tqv_bdscategorynewsgt` -- INSERT INTO `tqv_bdscategorynewsgt` (`tqvcatgt_id`, `tqvcatgt_name`) VALUES (1, 'Ký gá»i đăng ký'), (2, 'Deposit and register'), (3, 'Liên hệ thuê nhà '), (4, 'Contact Rentals'), (5, 'Giá»›i thiệu dịch vụ danang renting'), (6, 'About danang renting service'); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdschapter` -- CREATE TABLE IF NOT EXISTS `tqv_bdschapter` ( `chapterkt_id` int(11) NOT NULL AUTO_INCREMENT, `chapterkt_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `chapterkt_order` int(11) NOT NULL, `chapterkt_status` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`chapterkt_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `tqv_bdschapter` -- INSERT INTO `tqv_bdschapter` (`chapterkt_id`, `chapterkt_name`, `chapterkt_order`, `chapterkt_status`) VALUES (1, 'Tin tức', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdscontact` -- CREATE TABLE IF NOT EXISTS `tqv_bdscontact` ( `contact_id` int(11) NOT NULL AUTO_INCREMENT, `contact_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `contact_address` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `contact_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `contact_phone` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `contact_heading` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `contact_content` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`contact_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ; -- -- Dumping data for table `tqv_bdscontact` -- INSERT INTO `tqv_bdscontact` (`contact_id`, `contact_name`, `contact_address`, `contact_email`, `contact_phone`, `contact_heading`, `contact_content`) VALUES (1, 'chao', 'chao', 'designwebvn@ctnvietnam.com', '0905345678', 'chao', ''), (2, 'chao1', 'chao1', 'designwebvn@ctnvietnam.com', 'chao1', 'chao1', ''), (3, 'chao2', 'chao2', 'designwebvn@ctnvietnam.com', 'chao2', 'chao2', '<p>chao2</p>'); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdscontactrenting` -- CREATE TABLE IF NOT EXISTS `tqv_bdscontactrenting` ( `contact_id` int(11) NOT NULL AUTO_INCREMENT, `contact_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `contact_address` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `contact_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `contact_phone` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `contact_heading` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `contact_content` text COLLATE utf8_unicode_ci NOT NULL, `tqvnewsbds_id` int(11) NOT NULL, `tqv_catebdsid` int(11) NOT NULL, `tqv_language` varchar(50) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`contact_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ; -- -- Dumping data for table `tqv_bdscontactrenting` -- INSERT INTO `tqv_bdscontactrenting` (`contact_id`, `contact_name`, `contact_address`, `contact_email`, `contact_phone`, `contact_heading`, `contact_content`, `tqvnewsbds_id`, `tqv_catebdsid`, `tqv_language`) VALUES (4, 'Trần quang Vinh', 'Trần quang Vinh', 'tranquangvinh@gmail.com', '0905246855', 'hẹn Ä‘i xem nhà ', '<p>chào bạn</p>', 7, 1, 'Việt Nam'), (5, 'Trần Quang Vinh', 'Trần Quang Vinh', 'vinh@c.m', '0905246855', 'Trần Quang Vinh', '<p>Trần Quang Vinh</p>', 17, 13, 'Việt Nam'); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdsgroup` -- CREATE TABLE IF NOT EXISTS `tqv_bdsgroup` ( `tqvgroup_id` int(11) NOT NULL AUTO_INCREMENT, `tqvgroup_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`tqvgroup_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ; -- -- Dumping data for table `tqv_bdsgroup` -- INSERT INTO `tqv_bdsgroup` (`tqvgroup_id`, `tqvgroup_name`) VALUES (1, 'tqvadmin'), (2, 'tqvuser'); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdsimageshearder` -- CREATE TABLE IF NOT EXISTS `tqv_bdsimageshearder` ( `tqvimg_id` int(11) NOT NULL AUTO_INCREMENT, `tqvimg_imges` varchar(150) COLLATE utf8_unicode_ci NOT NULL, `tqvadmin_id` int(11) NOT NULL, `tqvimg_status` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`tqvimg_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ; -- -- Dumping data for table `tqv_bdsimageshearder` -- INSERT INTO `tqv_bdsimageshearder` (`tqvimg_id`, `tqvimg_imges`, `tqvadmin_id`, `tqvimg_status`) VALUES (3, 'thv_batdongsan_green_01.png', 1, 1), (4, 'tqv_batdongsan_green_02.png', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdslink` -- CREATE TABLE IF NOT EXISTS `tqv_bdslink` ( `linkkt_id` int(11) NOT NULL AUTO_INCREMENT, `chapterkt_id` int(11) NOT NULL, `linkkt_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `linkkt_link` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `linkkt_status` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`linkkt_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `tqv_bdslink` -- INSERT INTO `tqv_bdslink` (`linkkt_id`, `chapterkt_id`, `linkkt_name`, `linkkt_link`, `linkkt_status`) VALUES (1, 1, 'Công Ty Cổ Phần Äầu TÆ° CTN Việt Nam', 'http://ctnvietnam.com', 1); -- -------------------------------------------------------- -- -- Table structure for table `tqv_bdsnews` -- CREATE TABLE IF NOT EXISTS `tqv_bdsnews` ( `tqvnews_id` int(11) NOT NULL AUTO_INCREMENT, `tqvcat_id` int(11) NOT NULL, `tqvnews_heading` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `tqvnews_tomtat` text COLLATE utf8_unicode_ci NOT NULL, `tqvnews_anhmh` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `tqvnews_content` text COLLATE utf8_unicode_ci NOT NULL, `tqvnews_source` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `tqvnews_datec` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `tqvadmin_id` int(11) NOT NULL, `tqvnews_status` int(1) NOT NULL DEFAULT '0', `tqvnews_counter` int(11) NOT NULL, PRIMARY KEY (`tqvnews_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=10 ; -- -- Dumping data for table `tqv_bdsnews` --
Download mã nguồn
Thời gian: 2014-08-24T13:45:00-07:00
Bài viết:[Đồ Án PHP] Mã nguồn Website Quản lý bất động sản Đà Nẵng
Rating:
Thời gian: 2014-08-24T13:45:00-07:00
Bài viết:[Đồ Án PHP] Mã nguồn Website Quản lý bất động sản Đà Nẵng
Rating:
No comments:
Post a Comment