-- phpMyAdmin SQL Dump -- version 3.2.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 17, 2010 at 07:06 AM -- Server version: 5.1.41 -- PHP Version: 5.3.1 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!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: `sastambile` -- -- -------------------------------------------------------- -- -- Table structure for table `flashdec_admins` -- CREATE TABLE IF NOT EXISTS `flashdec_admins` ( `id` int(10) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL DEFAULT '', `password` varchar(50) NOT NULL DEFAULT '', `last_name` varchar(50) NOT NULL DEFAULT '', `first_name` varchar(50) NOT NULL DEFAULT '', `email` varchar(50) NOT NULL DEFAULT '', `status` enum('main admin','admin') NOT NULL DEFAULT 'main admin', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `flashdec_admins` -- INSERT INTO `flashdec_admins` (`id`, `username`, `password`, `last_name`, `first_name`, `email`, `status`) VALUES (1, 'admin', 'admin', 'Leaders', 'Info Tech', 'webmediaworld2@gmail.com', 'main admin'); -- -------------------------------------------------------- -- -- Table structure for table `flashdec_image` -- CREATE TABLE IF NOT EXISTS `flashdec_image` ( `id` int(11) NOT NULL AUTO_INCREMENT, `filebig` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=53 ; -- -- Dumping data for table `flashdec_image` -- INSERT INTO `flashdec_image` (`id`, `filebig`) VALUES (1, '01.jpg'), (2, '02.jpg'), (3, '03.jpg'), (4, '04.jpg'), (5, '05.jpg'), (6, '06.jpg'), (7, '07.jpg'), (8, '08.jpg'), (9, '09.jpg'), (10, '010.jpg'), (11, '011.jpg'), (12, '012.jpg'), (13, '013.jpg'), (14, '014.jpg'), (15, '015.jpg'), (16, '016.jpg'), (17, '017.jpg'), (19, '019.jpg'), (20, '020.jpg'), (21, '021.jpg'), (22, '022.jpg'), (24, '024.jpg'), (25, '025.jpg'), (26, '026.jpg'), (27, '027.jpg'), (28, '028.jpg'), (30, '030.jpg'), (31, '031.jpg'), (32, '032.jpg'), (33, '033.jpg'), (34, '034.jpg'), (35, '035.jpg'), (36, '036.jpg'), (37, '037.jpg'), (38, '038.jpg'), (39, '039.jpg'), (40, '040.jpg'), (41, '041.jpg'), (42, '042.jpg'), (43, '043.jpg'), (44, '044.jpg'), (45, '045.jpg'), (46, '046.jpg'), (47, '047.jpg'); -- -------------------------------------------------------- -- -- Table structure for table `flashdec_menu` -- CREATE TABLE IF NOT EXISTS `flashdec_menu` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL DEFAULT '', `page_name` varchar(150) NOT NULL DEFAULT '', `is_menu_group` tinyint(1) NOT NULL DEFAULT '0', `is_removable` tinyint(1) NOT NULL DEFAULT '0', `is_hidden` tinyint(1) NOT NULL DEFAULT '0', `parent_id` int(11) NOT NULL DEFAULT '0', `order_index` tinyint(3) NOT NULL DEFAULT '0', `icon` varchar(30) DEFAULT NULL, `is_dashboard_icon` tinyint(1) DEFAULT '1', `is_menu_item` tinyint(1) NOT NULL DEFAULT '1', `file_type_id` tinyint(3) NOT NULL DEFAULT '2', PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), KEY `is_menu_name` (`is_menu_group`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=140 ; -- -- Dumping data for table `flashdec_menu` -- INSERT INTO `flashdec_menu` (`id`, `name`, `page_name`, `is_menu_group`, `is_removable`, `is_hidden`, `parent_id`, `order_index`, `icon`, `is_dashboard_icon`, `is_menu_item`, `file_type_id`) VALUES (1, 'General', '', 1, 0, 0, 0, 0, NULL, 1, 1, 2), (2, 'Account Manager', '', 1, 0, 0, 0, 5, NULL, 1, 1, 2), (3, 'Pages', '', 1, 0, 0, 0, 10, NULL, 1, 1, 2), (33, 'Menu Manager', 'menu_manager.php', 0, 0, 0, 1, 10, 'menu.png', 1, 1, 2), (37, 'Change Password', 'pages/admins.php', 0, 0, 0, 2, 0, 'chgpwd.png', 1, 1, 2), (39, 'Home', 'pages/static_pages.php?page=home&side=middle', 0, 0, 0, 3, 0, 'home.png', 1, 1, 2), (94, 'About Us', 'pages/static_pages.php?page=aboutus&side=middle', 0, 0, 0, 68, 0, 'aboutus.png', 1, 1, 2), (127, 'Main', 'home.php', 0, 0, 0, 1, 0, 'pages.png', 1, 1, 2), (128, 'About Us', 'pages/static_pages.php?page=aboutus&side=middle', 0, 0, 0, 3, 0, 'aboutus.png', 1, 1, 2), (129, 'Services', 'pages/static_pages.php?page=services&side=middle', 0, 0, 0, 3, 0, 'services.png', 1, 1, 2), (130, 'Our Philosophy', 'pages/static_pages.php?page=philosophy&side=middle', 0, 0, 0, 3, 0, 'designers.png', 1, 1, 2), (136, 'Portfolio', 'pages/images.php', 0, 0, 0, 135, 0, 'portfolio.png', 1, 1, 2), (135, 'Portfolio', '', 1, 0, 0, 0, 11, NULL, 1, 1, 2), (139, 'Change Email', 'pages/change_email.php', 0, 0, 0, 2, 0, NULL, 0, 1, 2); -- -------------------------------------------------------- -- -- Table structure for table `flashdec_pages` -- CREATE TABLE IF NOT EXISTS `flashdec_pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `page` varchar(50) NOT NULL, `side` varchar(50) NOT NULL, `description` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ; -- -- Dumping data for table `flashdec_pages` -- INSERT INTO `flashdec_pages` (`id`, `page`, `side`, `description`) VALUES (1, 'home', 'middle', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Welcome to Black Ants Constructions\r\n \r\n \r\n \r\n

Welcome to Black Ants Construction a progressive and innovative 100% Bahamian owned and operated construction company that indeed moves all the obstacles out of your way to ensure that you can live in the house of your dreams.

\r\n

We take the needed time to ensure that our homes are built correctly and that we use only high quality materials. In fact, materials that are optional by most contractors like Wooden Cabinets, Durable Windows, Marble Crete Masonry finish and 40 year Roofing Shingles are standard with us. This ensures that when our work is complete our clients can live comfortably and focus on turning their house into a home.

\r\n

We have years of experience in the business, so rest assured your most important investment is safe and secure. Browse our website and be sure to use the ‘Contact Us’ page so we can discuss with you the plans you may have for your building project.

\r\n

 

\r\n

 

\r\n

 

 
'), (2, 'aboutus', 'middle', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
About Us  
\r\n

\r\n Black Ants Construction founders have been in the construction industry since 1998. We specialize in residential construction and home renovation using experts in the industry with a proven track record for quality work and a commitment to excellence.
\r\n
\r\n We care about your investment and ensure that each house is built on time and on budget. The pride we take in our name is only surpassed by the passion we put in our work.
\r\n
\r\n
\r\n
 
\r\n
 
\r\n
\r\n
 
\r\n
  
 \r\n
 
\r\n
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n
 
'), (3, 'philosophy', 'middle', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Our Philosophy  

\r\n We treat each home as if it is our own and live by the motto that ‘you are only as good as your last job’. So at Black Ants Construction we ensure that we not only meet, but exceed the expectations of our clients.
  

\r\n We know that a quality home requires quality materials so we ensure that our clients understand that we will not compromise by using substandard materials.
\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

 
'), (4, 'services', 'middle', '\r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Services 
\r\n

Our team of professionals can perform a wide variety of projects including: Patio Enclosures, Car Ports and Garages, Kitchen Remodeling, First and Second Story Additions.

\r\n

We also specialize in Drywall repair, Tiling, Rockwork, Bathroom Remodeling, Room Additions, Family and Living Room Additions, Roofing, Plumbing, Electrical, Interior decorating and much more.
\r\n

\r\n
 
\r\n

 

\r\n

 

\r\n

 

\r\n

 

 
'); -- -------------------------------------------------------- -- -- Table structure for table `flashdec_settings` -- CREATE TABLE IF NOT EXISTS `flashdec_settings` ( `id` tinyint(3) NOT NULL AUTO_INCREMENT, `site_name` varchar(125) NOT NULL DEFAULT '', `site_address` varchar(125) NOT NULL DEFAULT '', `css_style` varchar(10) NOT NULL DEFAULT '', `header_text` varchar(125) NOT NULL DEFAULT '', `site_language` char(2) NOT NULL DEFAULT 'en', `datagrid_css_style` varchar(10) NOT NULL DEFAULT 'default', `menu_style` enum('left','top') NOT NULL DEFAULT 'left', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; -- -- Dumping data for table `flashdec_settings` -- INSERT INTO `flashdec_settings` (`id`, `site_name`, `site_address`, `css_style`, `header_text`, `site_language`, `datagrid_css_style`, `menu_style`) VALUES (1, 'Black Ant Constructions', 'www.blackant.com', 'blue', 'Administrator Panel', 'en', 'blue', 'top'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!4