0byt3m1n1
Path:
/
data
/
0
/
0
/
103
/
89
/
103415
/
meta
/
104870
/
mysql.backup
/
[
Home
]
File: bauer_db.mysqlv102.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv102 Database: bauer_db -- ------------------------------------------------------ -- Server version 5.0.91 /*!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 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `tbl_access_control` -- DROP TABLE IF EXISTS `tbl_access_control`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_access_control` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `title` varchar(255) default NULL, `description` text, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_access_control` -- LOCK TABLES `tbl_access_control` WRITE; /*!40000 ALTER TABLE `tbl_access_control` DISABLE KEYS */; INSERT INTO `tbl_access_control` VALUES (1,'../img/access_control/thumbnail_1382608175.jpg','image 1','<br />','../img/access_control/resize_1382608175.jpg',1,0),(2,'../img/access_control/thumbnail_1382614526.jpg','image 2','<br />','../img/access_control/resize_1382614526.jpg',1,0); /*!40000 ALTER TABLE `tbl_access_control` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_access_ctrl_imgs` -- DROP TABLE IF EXISTS `tbl_access_ctrl_imgs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_access_ctrl_imgs` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_access_ctrl_imgs` -- LOCK TABLES `tbl_access_ctrl_imgs` WRITE; /*!40000 ALTER TABLE `tbl_access_ctrl_imgs` DISABLE KEYS */; INSERT INTO `tbl_access_ctrl_imgs` VALUES (1,'../img/access_control//thumbnail_1390805912.jpg','../img/access_control//resize_1390805912.jpg',1,0),(2,'../img/access_control//thumbnail_1390811158.jpg','../img/access_control//resize_1390811158.jpg',1,0),(3,'../img/access_control//thumbnail_1390811173.jpg','../img/access_control//resize_1390811173.jpg',1,0),(4,'../img/access_control//thumbnail_1390811182.jpg','../img/access_control//resize_1390811182.jpg',1,0),(5,'../img/access_control//thumbnail_1390811191.jpg','../img/access_control//resize_1390811191.jpg',1,0),(6,'../img/access_control//thumbnail_1390811202.jpg','../img/access_control//resize_1390811202.jpg',1,0),(7,'../img/access_control//thumbnail_1390811211.jpg','../img/access_control//resize_1390811211.jpg',1,0); /*!40000 ALTER TABLE `tbl_access_ctrl_imgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_admin` -- DROP TABLE IF EXISTS `tbl_admin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_admin` ( `autoid` int(11) NOT NULL auto_increment, `username` varchar(255) default '', `password` varchar(255) default NULL, `s_description` text, `f_description` text, PRIMARY KEY (`autoid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_admin` -- LOCK TABLES `tbl_admin` WRITE; /*!40000 ALTER TABLE `tbl_admin` DISABLE KEYS */; INSERT INTO `tbl_admin` VALUES (1,'admin','b935e45a4d8bb317d754aa92c891b7c8','Copyright ©2011 Advantage Aviation - Last Updated July 28, 2011\r\n1903 Embarcadero Road - Palo Alto, California 94303 - Phone 650.494.7248','<table cellspacing=\\\"0\\\" cellpadding=\\\"0\\\" border=\\\"0\\\" width=\\\"732\\\">\r\n <tbody>\r\n <tr>\r\n <td width=\\\"612\\\">\r\n <h1>(650) 49-FLY-US (650) 493-5987</h1>\r\n <h2>"Setting the Standard...."</h2>\r\n </td>\r\n <td width=\\\"120\\\"><a target=\\\"_blank\\\" href=\\\"http://www.facebook.com/group.php?gid=60184472757&ref=ts#/group.php?gid=60184472757&ref=ts\\\"><img height=\\\"30\\\" width=\\\"30\\\" alt=\\\"\\\" src=\\\"/testingsites/advantage_aviation/assets/media/image/ico_fb.png\\\" /></a><a target=\\\"_blank\\\" href=\\\"http://www.yelp.com/biz/advantage-aviation-palo-alto\\\"><img height=\\\"30\\\" width=\\\"60\\\" alt=\\\"\\\" src=\\\"/testingsites/advantage_aviation/assets/media/image/ico_yelp.png\\\" /></a></td>\r\n </tr>\r\n </tbody>\r\n</table>'); /*!40000 ALTER TABLE `tbl_admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_admin_email` -- DROP TABLE IF EXISTS `tbl_admin_email`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_admin_email` ( `autoid` int(11) NOT NULL default '0', `admin_email` varchar(200) default NULL, `supportEmail` varchar(200) default NULL, PRIMARY KEY (`autoid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_admin_email` -- LOCK TABLES `tbl_admin_email` WRITE; /*!40000 ALTER TABLE `tbl_admin_email` DISABLE KEYS */; INSERT INTO `tbl_admin_email` VALUES (1,'newbiz@voice-data-video.net','newbiz@voice-data-video.net'); /*!40000 ALTER TABLE `tbl_admin_email` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_contact` -- DROP TABLE IF EXISTS `tbl_contact`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_contact` ( `autoid` int(11) NOT NULL, `section` varchar(255) default NULL, `content` blob ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_contact` -- LOCK TABLES `tbl_contact` WRITE; /*!40000 ALTER TABLE `tbl_contact` DISABLE KEYS */; INSERT INTO `tbl_contact` VALUES (1,'main','<br />'),(2,'phone','3150 Almaden Expwy., Suite 237 San Jose, California 95118<br /><br />T: 235-856-8542<br />E: info@rfoptics.com<br />\r\n'),(3,'email','For general inquiries about West Valley Community Services please contact us at \r\n<strong>wvcs@wvcommunityservices.org.</strong>'); /*!40000 ALTER TABLE `tbl_contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_contact_details` -- DROP TABLE IF EXISTS `tbl_contact_details`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_contact_details` ( `id` int(11) NOT NULL auto_increment, `address` varchar(2000) default NULL, `phone` varchar(600) default NULL, `fax` varchar(255) default NULL, `email` varchar(600) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COMMENT='InnoDB free: 8192 kB'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_contact_details` -- LOCK TABLES `tbl_contact_details` WRITE; /*!40000 ALTER TABLE `tbl_contact_details` DISABLE KEYS */; INSERT INTO `tbl_contact_details` VALUES (1,'<p>938 S. Amphlett Blvd Suite A</p> <p>San Mateo</p> <p>CA 94402.</p>','650 372 0653','','newbiz@voice-data-video.net'); /*!40000 ALTER TABLE `tbl_contact_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_fiber` -- DROP TABLE IF EXISTS `tbl_fiber`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_fiber` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_fiber` -- LOCK TABLES `tbl_fiber` WRITE; /*!40000 ALTER TABLE `tbl_fiber` DISABLE KEYS */; INSERT INTO `tbl_fiber` VALUES (1,'../img/fiber//thumbnail_1388480987.jpg','../img/fiber//resize_1388480987.jpg',1,1),(2,'../img/fiber//thumbnail_1388483963.jpg','../img/fiber//resize_1388483963.jpg',1,2),(3,'../img/fiber//thumbnail_1388483984.jpg','../img/fiber//resize_1388483984.jpg',1,3),(4,'../img/fiber//thumbnail_1388484001.jpg','../img/fiber//resize_1388484001.jpg',1,4),(5,'../img/fiber//thumbnail_1388484015.jpg','../img/fiber//resize_1388484015.jpg',1,5),(6,'../img/fiber//thumbnail_1388484061.jpg','../img/fiber//resize_1388484061.jpg',1,6),(7,'../img/fiber//thumbnail_1388484078.jpg','../img/fiber//resize_1388484078.jpg',1,7); /*!40000 ALTER TABLE `tbl_fiber` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_general_content` -- DROP TABLE IF EXISTS `tbl_general_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_general_content` ( `autoid` int(11) NOT NULL auto_increment, `section` varchar(255) default NULL, `content` blob, PRIMARY KEY (`autoid`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_general_content` -- LOCK TABLES `tbl_general_content` WRITE; /*!40000 ALTER TABLE `tbl_general_content` DISABLE KEYS */; INSERT INTO `tbl_general_content` VALUES (1,'footer','Bauer Cabling solutions inc.'),(2,'about_left','<p>Bauer Cabling Solutions can deliver on cutting-edge 10 Gigabit Ethernet installations or a few simple 110 cross-connects. Bauer is the reliable, friendly installation specialist you need.</p><ul><li>High quality network services</li><li>Data centers</li><li>Voice & data installation</li><li>Intercom systems</li><li>CCTV cameras</li><li>Surveillance & security wiring</li></ul><h3>Project Management</h3><ul><li>Represent customer in construction meetings</li><li>Provide status reports</li><li>Customer liaison with the other trades</li></ul><h3>Site Surveys</h3><ul><li>Inventory of existing systems, circuits, lines and equipment</li><li>Provide status reports</li><li>Customer liason with the other trades</li></ul>\r\n<h3>Office Relocation</h3><ul><li>New office build-out</li><li>Equipment relocation & installation</li></ul>\r\n'),(3,'about_right','<h3>Design / Layout</h3><ul><li>Work closely with architects and building trades</li><li>Design cabling networks</li><li>Design and build-out server rooms & telco closets</li></ul>\r\n<h3>Cabling</h3><ul><li>Data, fiber & voice cabling (TIA-EIA Standards)</li><li>Home offices to multi-floor installations</li><li>Commercial, industrial & residential - remodels and new construction</li><li>CCTV and entry systems</li><li>Ceiling plenum clean up</li></ul>\r\n<h3>Voice Services</h3><ul><li>Phone system installations & service</li><li>Riser closet management & clean up</li></ul>\r\n<h3>Computer Services</h3><ul><li>Workstation installation (moves, adds or changes)</li><li>Company-wide equipment upgrades</li><li>Equipment removal & replacement services for facilities related projects</li></ul>\r\n'),(4,'projects','<p>With more than 63 years of business experience, St. Francis Electric has completed a vast array of projects ranging from $10,000 to $15,000,000 for both private as well as public works agencies including residential, commercial, freeways, airports, ports, and telecommunication.</p><br /><p>Here are just a few selected projects completed by St. Francis Electric:</p>'),(5,'home',' <div class=\'home_bottom_right_content_1\'> My ultimate goal for each</div><div class=\'home_bottom_right_content_2\'>project is to generate plans reflecting the dreams and ideas of the individual for whom I am designing.</div>'),(6,'contact','<div class=\'contact_address\'>JB Design and Drafting<br />\r\n231 Old Bernal<br />\r\nPleasanton, CA 94566</div>'),(7,'video_left','<h3>Analog System solutions</h3><p>Analog imaging technology is still evolving - and getting better. Bauer Cabling Solutions continues to support the multitude of analog systems deployed. Aside from the superior image acquisition and recording performance that analog video products deliver, they also provide versatile inter-connectivity capabilities with IP infrastructure for system control and remote monitoring. Chances are when you travel around, there is a Bauer Cabling Solutions installed analog video device watching over you.</p><p>High performance DVRs that can be configured for any size system  </p><ul><li>DVD back-up recording and archiving</li><li>Scalable on-board storage</li><li>Dual stream viewing and playback</li><li>Network interfaces</li><li>Powerful management control software  </li></ul>'),(8,'video_right','<h3>IP System Solutions</h3><p>The world of networked connectivity has quickly pervaded the professional security industry which is of no surprise to Bauer Cabling Solutions.  We installed our first professional IP video surveillance cameras over a decade ago, and have been implementing networked solutions for the broadcast, professional video, computer, and consumer product categories even longer. With imaging and networked solutions as proven areas of core expertise, Bauer Cabling Solutions continues to deliver innovative video surveillance and security solutions with more performance and functionality plus all the quality and reliability that have made Bauer a leader in technology. </p>'),(9,'access_control_left','<h1>Bauer Cabling Solutions can help provide state-of-the-art access control that integrates the most advanced security technologies with innovative networking capabilities to bring you full-featured security solutions serving any size facility.</h1>\r\n'),(10,'access_control_right','<p>Bauer Cabling Solutions has an experienced team of business security experts who work with small to large businesses and offer the following solutions: IP Cameras, CCTV, Access Control Systems, Video Surveillance, Reader Badge Systems, Door Security, Megapixel Cameras, and complete Security Systems.</p><p>The design and installation of your business\\\' access control system is crucial to effectively serve its purpose of protecting your building or office space. Bauer Cabling Solutions will work with you to understand your property\\\'s needs in designing and installing the right access control system.</p>'),(11,'fiber','<p>Bauer Cabling Solutions offers extensive experience on fiber optics installation.  We understand fiber optic technologies and standards and know the key factors of a successful fiber network installation.  Together we can deliver the solution that best meets your application needs, now and long term.</p><ul><li>Design and Installation of Fiber Optic Cabling</li><li>Fiber Optic Termination</li><li>Light Interconnection Units and Fiber Shelves</li><li>Testing and Certifications</li><li>Fiber Tray and Raceway</li><li>Fiber Innerduct</li><li>Wall-mount and Freestanding Cabinets and Racks</li><li>Fiber Optic Fusion and Mechanical Splicing</li></ul>'),(12,'rackstack1','<h1>With Bauer Cabling Solutions Rack & Stack service, your staff will save time, maintain focus on the core IT mission, and eliminate unpredictability. Save time, expense and hassle with our professional installation services.</h1>'),(13,'rackstack2','<h3>Rack & Stack Features</h3><ul><li>Rack design and layout</li><li>Receiving and unpacking hardware</li><li>Inventory check, labeling, and serial number recording</li><li>Professional assembly and rack mounting</li><li>Power and network cables provided</li><li>Intra-cabinet cabling as specified</li><li>Fully-documented cable list</li><li>Final documentation of layout and cable runs</li><li>Visio diagrams and digital picture documentation</li></ul>\r\n'),(14,'rackstack3','<p>Bauer Cabling Solutions specialize in helping new clients sort out their existing telecom closet cabling nightmares and excel at testing and labeling of existing telecom closet space. This service is an invaluable asset for new Facility Managers or IT Managers charged with cleaning up a predecessor\\\'s existing network closet.</p>'); /*!40000 ALTER TABLE `tbl_general_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_home_bottom` -- DROP TABLE IF EXISTS `tbl_home_bottom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_home_bottom` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `title` varchar(255) default NULL, `description` varchar(255) default NULL, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_home_bottom` -- LOCK TABLES `tbl_home_bottom` WRITE; /*!40000 ALTER TABLE `tbl_home_bottom` DISABLE KEYS */; INSERT INTO `tbl_home_bottom` VALUES (1,'../images/home_bottom/thumbnail_1377764382.jpg','HISTORY','Lorem ipsum dolor sit amet, teturiscing elit. At nunc a neque suada, neced at pretis','../images/home_bottom/resize_1377764382.jpg',1,0),(2,'../images/home_bottom/thumbnail_1377765782.jpg','SERVICES','Lorem ipsum dolor sit amet, teturiscing elit. At nunc a neque suada, neced at pretis','../images/home_bottom/resize_1377765782.jpg',1,0),(3,'../images/home_bottom/thumbnail_1377765889.jpg','PROJECTS','Lorem ipsum dolor sit amet, teturiscing elit. At nunc a neque suada, neced at pretis','../images/home_bottom/resize_1377765889.jpg',1,0),(4,'../images/home_bottom/thumbnail_1377765912.jpg','AWARDS','Lorem ipsum dolor sit amet, teturiscing elit. At nunc a neque suada, neced at pretis','../images/home_bottom/resize_1377765912.jpg',1,0); /*!40000 ALTER TABLE `tbl_home_bottom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_home_column` -- DROP TABLE IF EXISTS `tbl_home_column`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_home_column` ( `id` int(11) NOT NULL auto_increment, `cid` int(11) default NULL, `image` varchar(50) default NULL, `title` varchar(255) default NULL, `image_order` int(11) default NULL, `target` varchar(255) default NULL, `status` int(1) default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_home_column` -- LOCK TABLES `tbl_home_column` WRITE; /*!40000 ALTER TABLE `tbl_home_column` DISABLE KEYS */; INSERT INTO `tbl_home_column` VALUES (1,NULL,'../images/bottom/images/thumbnail_1325738052.jpg',NULL,2,'http://www.utube.com',0),(2,NULL,'../images/bottom/images/thumbnail_1325740173.jpg',NULL,1,'http://www.',0),(4,NULL,'../images/bottom/images/thumbnail_1325759516.jpg',NULL,4,'salmal',0),(5,NULL,'../images/bottom/images/thumbnail_1325761883.jpg',NULL,1,'244gdfgd',0),(6,NULL,'../images/bottom/images/thumbnail_1325763764.jpg',NULL,2,'http://www.utube.com',0),(7,NULL,'../images1/uploads/thumbnail_1327061973.jpg',NULL,NULL,'ninjiknjknj',0),(8,NULL,'../images1/uploads/thumbnail_1327299323.jpg',NULL,NULL,'',0),(9,NULL,'../images1/uploads/thumbnail_1327299323.jpg',NULL,NULL,'',0),(10,NULL,'../images1/uploads/thumbnail_1327300121.jpg',NULL,NULL,'',0),(11,NULL,'../images1/uploads/thumbnail_1327302285.jpg',NULL,NULL,'',0); /*!40000 ALTER TABLE `tbl_home_column` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_main_pages` -- DROP TABLE IF EXISTS `tbl_main_pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_main_pages` ( `autoid` int(11) NOT NULL auto_increment, `page_name` varchar(100) default NULL, `sku` varchar(100) default NULL, `page_url` varchar(50) default NULL, `title` varchar(255) default NULL, `s_description` text, `f_description` longtext, `image` varchar(255) default NULL, `video` varchar(255) default NULL, `footer_advertise` text, `page_order` int(11) default NULL, `status` int(2) default NULL, PRIMARY KEY (`autoid`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_main_pages` -- LOCK TABLES `tbl_main_pages` WRITE; /*!40000 ALTER TABLE `tbl_main_pages` DISABLE KEYS */; INSERT INTO `tbl_main_pages` VALUES (1,'Home','Home','index.php',NULL,NULL,NULL,NULL,NULL,NULL,1,1),(2,'Voice Data Video','Voice Data Video','voice_data_video.php','',NULL,'','',NULL,'',2,1),(3,'Fiber','Fiber','fiber.php','','',NULL,'',NULL,'',3,1),(4,'Rack & Stack','Rack & Stack','rack_and_stack.php','','',NULL,'','','',4,1),(5,'Video Surveillance','Video Surveillance','video_surveillance.php',NULL,NULL,NULL,NULL,NULL,NULL,5,1),(6,'Access Control','Access Control','access_control.php','','','','',NULL,'',6,1),(7,'Contact Us','Contact Us','contact_us.php',NULL,NULL,NULL,NULL,NULL,NULL,7,1); /*!40000 ALTER TABLE `tbl_main_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_rack_and_stack` -- DROP TABLE IF EXISTS `tbl_rack_and_stack`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_rack_and_stack` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `title` varchar(255) default NULL, `description` text, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_rack_and_stack` -- LOCK TABLES `tbl_rack_and_stack` WRITE; /*!40000 ALTER TABLE `tbl_rack_and_stack` DISABLE KEYS */; INSERT INTO `tbl_rack_and_stack` VALUES (1,'../img/fiber/thumbnail_1378887701.jpg','image 1','<h1>With Bauer Cabling Solutions Rack & Stack service, your staff will save time, maintain focus on the core IT mission, and eliminate unpredictability. Save time, expense and hassle with our professional installation services.</h1>','../img/fiber/resize_1378887701.jpg',1,1),(2,'../img/rack_and_stack/thumbnail_1382960735.jpg','image 2','<h3>Rack & Stack Features</h3><ul><li>Rack design and layout</li><li>Receiving and unpacking hardware</li><li>Inventory check, labeling, and serial number recording</li><li>Professional assembly and rack mounting</li><li>Power and network cables provided</li><li>Intra-cabinet cabling as specified</li><li>Fully-documented cable list</li><li>Final documentation of layout and cable runs</li><li>Visio diagrams and digital picture documentation</li></ul>\r\n','../img/rack_and_stack/resize_1382960735.jpg',1,2),(3,'../img/fiber/thumbnail_1378896566.jpg','image 3','<p>Bauer CablingSolutions specialize in helping new clients sort out their existing telecom closet cabling nightmares and excel at testing and labeling of existing telecom closet space. This service is an invaluable asset for new facility managers or IT managers charged with cleaning up a predecessor\'s existing network closet.</p>\r\n<span>Contact Bauer Solutions regarding your Home System needs. </span>','../img/fiber/resize_1378896566.jpg',1,3); /*!40000 ALTER TABLE `tbl_rack_and_stack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_rackstack_imgs` -- DROP TABLE IF EXISTS `tbl_rackstack_imgs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_rackstack_imgs` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_rackstack_imgs` -- LOCK TABLES `tbl_rackstack_imgs` WRITE; /*!40000 ALTER TABLE `tbl_rackstack_imgs` DISABLE KEYS */; INSERT INTO `tbl_rackstack_imgs` VALUES (1,'../img/rack_and_stack//thumbnail_1389863405.jpg','../img/rack_and_stack//resize_1389863405.jpg',1,0),(2,'../img/rack_and_stack//thumbnail_1389863512.jpg','../img/rack_and_stack//resize_1389863512.jpg',1,0),(3,'../img/rack_and_stack//thumbnail_1389863532.jpg','../img/rack_and_stack//resize_1389863532.jpg',1,0),(4,'../img/rack_and_stack//thumbnail_1389863554.jpg','../img/rack_and_stack//resize_1389863554.jpg',1,0),(5,'../img/rack_and_stack//thumbnail_1389863578.jpg','../img/rack_and_stack//resize_1389863578.jpg',1,0),(6,'../img/rack_and_stack//thumbnail_1389863603.jpg','../img/rack_and_stack//resize_1389863603.jpg',1,0),(7,'../img/rack_and_stack//thumbnail_1389863676.jpg','../img/rack_and_stack//resize_1389863676.jpg',1,0); /*!40000 ALTER TABLE `tbl_rackstack_imgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_slider` -- DROP TABLE IF EXISTS `tbl_slider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_slider` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_slider` -- LOCK TABLES `tbl_slider` WRITE; /*!40000 ALTER TABLE `tbl_slider` DISABLE KEYS */; INSERT INTO `tbl_slider` VALUES (1,'../img/slider//thumbnail_1388652878.jpg','../img/slider//resize_1388652878.jpg',1,1),(2,'../img/slider//thumbnail_1378887648.jpg','../img/slider//resize_1378887648.jpg',0,2),(3,'../img/slider//thumbnail_1378886862.jpg','../img/slider//resize_1378886862.jpg',0,3),(4,'../img/slider//thumbnail_1379406619.jpg','../img/slider//resize_1379406619.jpg',0,4),(5,'../img/slider//thumbnail_1389609686.jpg','../img/slider//resize_1389609686.jpg',1,2),(6,'../img/slider//thumbnail_1389609731.jpg','../img/slider//resize_1389609731.jpg',1,3),(7,'../img/slider//thumbnail_1388652819.jpg','../img/slider//resize_1388652819.jpg',1,4),(8,'../img/slider//thumbnail_1388652847.jpg','../img/slider//resize_1388652847.jpg',1,5),(9,'../img/slider//thumbnail_1389609800.jpg','../img/slider//resize_1389609800.jpg',1,6),(10,'../img/slider//thumbnail_1389609843.jpg','../img/slider//resize_1389609843.jpg',1,7),(11,'../img/slider//thumbnail_1425593470.png','../img/slider//resize_1425593470.png',0,0); /*!40000 ALTER TABLE `tbl_slider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_sub_pages` -- DROP TABLE IF EXISTS `tbl_sub_pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_sub_pages` ( `autoid` int(11) NOT NULL auto_increment, `mp_id` int(11) default NULL, `os_id` int(11) default NULL, `page_name` varchar(255) default NULL, `page_title` varchar(255) default NULL, `image` varchar(255) default NULL, `title` varchar(255) default NULL, `f_description` text, `page_url` varchar(255) default NULL, `url_target` varchar(10) default NULL, `sub_page_order` int(11) default NULL, `status` varchar(255) default NULL, PRIMARY KEY (`autoid`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1 COMMENT='InnoDB free: 6144 kB; InnoDB free: 6144 kB'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_sub_pages` -- LOCK TABLES `tbl_sub_pages` WRITE; /*!40000 ALTER TABLE `tbl_sub_pages` DISABLE KEYS */; INSERT INTO `tbl_sub_pages` VALUES (1,3,NULL,'Training Learn to Fly','Training Learn to Fly',NULL,NULL,NULL,'training_learn_to_fly.php','_self',1,NULL),(2,3,NULL,'Cirrus Training','Cirrus Training','cirrus_training.jpeg','Cirrus Training','<h4>Cirrus SR-22 Flight Training and Rentals</h4>\r\n<p>For five consecutive years, the Cirrus has been the world\'s best selling single-engine, four-passenger airplane. Today, the SR22 defines the new standard of the impressive Cirrus fleet. It\'s simple to fly, yet sophisticated enough to rival more expensive airplanes and leave those owners questioning their choice of aircraft. The Cirrus is the ultimate in refined elegance and engineering excellence.</p>\r\n<p>The Cirrus is the ideal training platform for your high-performance endorsement, instrument rating or glass cockpit transition. Advantage Aviation has two late model all glass Cirrus training aircraft for rent. Both are well equipped and offer skywatch for optimum safety.</p>\r\n<p>We offer the SR22 for high performance, instrument training and cross country flying. In addition, Advantage is an authorized cirrus maintenance facility and all maintenance is done on premises.</p>\r\n<table width=\"950\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td width=\"425\" valign=\"top\">\r\n <h1>Basic Avionics</h1>\r\n <ul>\r\n <li>GPS/NAV/COM: Dual Garmin 430\'s w/TAWS</li>\r\n <li>PFD: Avidyne Flight Max Integra</li>\r\n <li>MFD: Avidyne Flight Max EX5000</li>\r\n <li>AUDIO PANEL: Garmin GMA 340 - 4 place IC</li>\r\n <li>TRANSPONDER: Garmin GTX 327</li>\r\n <li>AUTOPILOT: S-TEC 55X w/ Flight Director</li>\r\n <li>STORMSCOPE: BF Goodrich WX5000</li>\r\n <li>TAS: Skywatch SKY497</li>\r\n </ul>\r\n </td>\r\n <td width=\"525\" valign=\"top\"><img height=\"267\" width=\"482\" alt=\"\" src=\"/testingsites/advantage_aviation/assets/media/image/cirrus_training_1.jpg\" /></td>\r\n </tr>\r\n <tr>\r\n <td> </td>\r\n <td>\r\n <h3>SR22 - N8174A</h3>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>','cirrus_training.php','_self',2,'Yes'),(3,3,NULL,'Flight Simulators','Flight Simulators','flight_simulators.jpeg','Flight Simulators','<h3>Advantage Aviation Simulator Products</h3>\r\n<h2>Most Advanced Simulators Available in Northern California!</h2>\r\n<p>Advantage Aviation has four of the most advanced flight simulators available for flight training in Northern California The all new Redbird FMX full motion G1000 cockpit simulator, the Precision Flight Controls MFD model with fully functional Garmin G1000 cockpit, the Precision Flight Controls CR-12 desktop simulator with single engine and multi engine throttle quadrants and the Elite PI-135 Desktop simulator. Simulators ranging from the most sophisticated full motion capabilities to a cost effective desktop model, Advantage Aviation has a simulator to meet your training needs.</p>','flight_simulators.php','_self',3,'Yes'),(4,3,NULL,'G1000 Training','G1000 Training','g1000_training.jpeg','G1000 Training','<h4>Garmin G1000 Glass Cockpit Flight Training</h4>\r\n<h3>Most Advanced, Integrated Flightdeck Available!</h3>\r\n<p>Advantage Aviation has eight Garmin G1000 equipped aircraft in our fleet. Four Cessna 172SP\'s, three Cessna 182\'s and one Beechcraft Baron G58. The G1000\'s revolutionary design brings new levels of situational awareness, simplicity and safety to the cockpit. It puts a wealth of flight-critical data at your fingertips. The G1000 flightdeck presents flight instrumentation, navigation, weather, terrain, traffic and engine data on large-format, high-resolution displays. For the more advanced pilot we offer a 2008 Turbo Cessna T-182T. This is the most advanced G1000 yet. The WAAS capable GPS allows you to shoot a LPV approach. It has the new integrated autopilot, TAWS B, XM weather link, chart view and recently added Synthetic Vision (SVT).</p>\r\n<p>Garmin\'s SVT brings an unprecedented level of integration and awareness to pilots of G1000-equipped aircraft. SVT transforms the cockpit by accurately displaying synthetic terrain, flight hazards, flight path marker and highway-in-the-sky on the PFD so that the pilot maintains excellent airborne situational awareness even when flying in conditions of reduced visibility or darkness. This results in reduced pilot workload and safer flying.</p>\r\n<h3>Garmin G1000 Glass Cockpit Flight Simulator</h3>\r\n<table width=\"950\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td valign=\"top\"><img height=\"267\" width=\"475\" src=\"/testingsites/advantage_aviation/assets/media/image/g1000_training_1.jpg\" alt=\"\" /></td>\r\n <td valign=\"top\"><img height=\"267\" width=\"475\" src=\"/testingsites/advantage_aviation/assets/media/image/g1000_training_2.jpg\" alt=\"\" /></td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\">\r\n <h3>Cessna 172 G1000 Configuration Flight Simulator</h3>\r\n <p>Our full featured desktop flight training simulator is the ideal solution for your flight training needs. The MFD-MD replicates a technically advanced aircraft (TAA) and comes equipped with Garmin\'s G1000 avionics suite, including the GFC700 Autopilot and GMA1347 Com Panel. Our simulator will provide you with a true "hands on" training experience when transitioning to (or maintaining currency in) a G1000 equipped aircraft. It is an ideal and cost effective way to help you accomplish your instrument rating. Simply put, our G1000 simulator is the perfect solution for your flight training requirements.</p>\r\n </td>\r\n <td valign=\"top\">\r\n <h3>Precision Flight Controls Flight Simulator</h3>\r\n <h2 style=\"padding-left: 15px;\"><strong>FAA-approved for:</strong></h2>\r\n <ul>\r\n <li>Logged Flight Experience - 61.51(b)(3)</li>\r\n <li>Instrument Experience - 61.57(c)(1)</li>\r\n <li>Instrument Proficiency Check - 61.57(d)(1)(ii)</li>\r\n <li>Instrument Rating: Practical Test - 61.65(a)(8)</li>\r\n <li>Instrument Rating: maximum 20 hours - 61.65(e)(2)</li>\r\n <li>Private Pilot Certificate: maximum 2.5 hours - 61.109(k)(1)</li>\r\n <li>Commercial Certificate: maximum 50 hours - 61.129(i)(1)</li>\r\n <li>Airline Transport Pilot Certificate: maximum 25 hours - 61.159(a)(3)(i)</li>\r\n <li>Approved For Use as Limited by Part 141 Appendices - 141.41(b) (c)</li>\r\n </ul>\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>','g1000_training.php','_self',4,'Yes'),(5,3,NULL,'Instructors','Instructors','instructors.jpeg','Full Time Flight Instructors','','instructors.php','_self',5,'Yes'),(6,2,NULL,'Members','Members',NULL,NULL,NULL,'members.php','_self',1,NULL),(7,2,NULL,'Accomplishments','Accomplishments','accomplishments.jpeg','Member Accomplishments','','accomplishments.php','_self',2,'No'),(8,2,NULL,'Weather Links','Weather Links','weather_links.jpeg','Flight Planning and Weather Links','<table width=\"950\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" class=\"weather\">\r\n <tbody>\r\n <tr class=\"mainTitle\">\r\n <td width=\"250\" valign=\"top\">Flight Planning</td>\r\n <td width=\"375\" valign=\"top\"> </td>\r\n <td width=\"325\" valign=\"top\"> </td>\r\n </tr>\r\n <tr class=\"title\">\r\n <td width=\"250\" valign=\"top\" class=\"top\"> </td>\r\n <td width=\"375\" valign=\"top\" class=\"top\">URL</td>\r\n <td width=\"325\" valign=\"top\" class=\"top\">Description</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">AOPA</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.aopa.org\">http://www.aopa.org</a></td>\r\n <td width=\"325\" valign=\"top\">Member site with flight planning, weather, and news</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">DUAT</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.duat.com\">http://www.duat.com</a></td>\r\n <td width=\"325\" valign=\"top\">Weather and flight planning</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">DUATS</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.duats.com\">http://www.duats.com</a></td>\r\n <td width=\"325\" valign=\"top\">Free weather and flight planning</td>\r\n </tr>\r\n <tr class=\"mainTitle\">\r\n <td width=\"250\" valign=\"top\">Weather</td>\r\n <td width=\"375\" valign=\"top\"> </td>\r\n <td width=\"325\" valign=\"top\"> </td>\r\n </tr>\r\n <tr class=\"title\">\r\n <td width=\"250\" valign=\"top\" class=\"top\"> </td>\r\n <td width=\"375\" valign=\"top\" class=\"top\">URL</td>\r\n <td width=\"325\" valign=\"top\" class=\"top\">Description</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">METAR</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://weather.noaa.gov/weather/metar.shtml\">http://weather.noaa.gov/weather/metar.shtml</a></td>\r\n <td width=\"325\" valign=\"top\">Encoded METAR data from the National Weather Service</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">TAF</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://weather.noaa.gov/weather/taf.shtml\">http://weather.noaa.gov/weather/taf.shtml</a></td>\r\n <td width=\"325\" valign=\"top\">Encoded TAF data from the National Weather Service</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">Area Forecast (FA)</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://aviationweather.gov/products/fa/\">http://aviationweather.gov/products/fa/</a></td>\r\n <td width=\"325\" valign=\"top\">Domestic Area Forecasts</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">Winds & Temps Aloft (FD)</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://aviationweather.gov/products/nws/winds/\">http://aviationweather.gov/products/nws/winds/</a></td>\r\n <td width=\"325\" valign=\"top\">Forecast Winds and Temps Aloft</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">WA/WS/WST</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://adds.aviationweather.gov/airmets/\">http://adds.aviationweather.gov/airmets/</a></td>\r\n <td width=\"325\" valign=\"top\">AIRMETs and SIGMETs</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">PIREPs</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://adds.aviationweather.gov/pireps/\">http://adds.aviationweather.gov/pireps/</a></td>\r\n <td width=\"325\" valign=\"top\">PIREPs</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">Doppler Radar</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://weather.noaa.gov/radar/national.html\">http://weather.noaa.gov/radar/national.html</a></td>\r\n <td width=\"325\" valign=\"top\">National Doppler Radar Sites</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">Low Level Sig Wx Prog</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://aviationweather.gov/products/swl/\">http://aviationweather.gov/products/swl/</a></td>\r\n <td width=\"325\" valign=\"top\">Low Level SIGWX Charts</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">Satellite</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://adds.aviationweather.gov/satellite/\">http://adds.aviationweather.gov/satellite/</a></td>\r\n <td width=\"325\" valign=\"top\">Domestic and International Satellite Imagery</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">Sunrise/Sunset</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://aa.usno.navy.mil/data/docs/RS_OneDay.html\">http://aa.usno.navy.mil/data/docs/RS_OneDay.html</a></td>\r\n <td width=\"325\" valign=\"top\">Complete Sun and Moon Data for One Day</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">Aviation Digital Data Services</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://aviationweather.noaa.gov\">http://aviationweather.noaa.gov</a></td>\r\n <td width=\"325\" valign=\"top\">Weather reports from the National Weather Service</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">Current Radar</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.intellicast.com\">http://www.intellicast.com</a></td>\r\n <td width=\"325\" valign=\"top\">National and Regional Nexrad Radar Images</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">Weather Underground</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.weatherunderground.com\">http://www.weatherunderground.com</a></td>\r\n <td width=\"325\" valign=\"top\">Weather and Forecasts from around the World</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">WxUSA Weather Hub</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.wxusa.com\">http://www.wxusa.com</a></td>\r\n <td width=\"325\" valign=\"top\">National Weather and forecast</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">National Weather Service</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.weather.gov\">http://www.weather.gov</a></td>\r\n <td width=\"325\" valign=\"top\">National Weather Service\'s Official Website</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">NWS Aviation Weather</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.aviationweather.gov\">http://www.aviationweather.gov</a></td>\r\n <td width=\"325\" valign=\"top\">Aviation Weather from the National Weather Service</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">The Weather Channel</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.weather.com\">http://www.weather.com</a></td>\r\n <td width=\"325\" valign=\"top\">The official site of the Weather Channel</td>\r\n </tr>\r\n <tr class=\"mainTitle\">\r\n <td width=\"250\" valign=\"top\">Other Resources</td>\r\n <td width=\"375\" valign=\"top\"> </td>\r\n <td width=\"325\" valign=\"top\"> </td>\r\n </tr>\r\n <tr class=\"title\">\r\n <td width=\"250\" valign=\"top\" class=\"top\"> </td>\r\n <td width=\"375\" valign=\"top\" class=\"top\">URL</td>\r\n <td width=\"325\" valign=\"top\" class=\"top\">Description</td>\r\n </tr>\r\n <tr class=\"ash\">\r\n <td width=\"250\" valign=\"top\">AirNav</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.airnav.com\">http://www.airnav.com</a></td>\r\n <td width=\"325\" valign=\"top\">Airport and Nav Aid Information</td>\r\n </tr>\r\n <tr class=\"gray\">\r\n <td width=\"250\" valign=\"top\">FAR\'s</td>\r\n <td width=\"375\" valign=\"top\"><a href=\"http://www.airnav.com\">http://www.faa.gov</a></td>\r\n <td width=\"325\" valign=\"top\">The FAA\'s official website</td>\r\n </tr>\r\n </tbody>\r\n</table>','weather_links.php','_self',3,'Yes'),(9,2,NULL,'Resource Scheduler','Resource Scheduler','resource_scheduler.jpeg','Resource Scheduler','','http://advantage.selfip.info:13161/fcms1.aspx','_blank',4,'Yes'),(10,2,NULL,'Online Courses','Online Courses','online_courses.jpeg','Online Courses','<p><strong>Lorem Ipsum</strong> 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.</p>\r\n<p><strong>Lorem Ipsum</strong> 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.</p>','online_courses.php','_self',5,'Yes'),(11,2,NULL,'Forms / Downloads','Forms / Downloads','forms_downloads.jpeg','Member Form Downloads','<p><a target=\"_blank\" href=\"/testingsites/advantage_aviation/assets/media/file/Membership%20Application%202011-FCMS.pdf\">Membership Application</a></p>\r\n<p><a target=\"_blank\" href=\"/testingsites/advantage_aviation/assets/media/file/Pre_Solo_Written.pdf\">Pre-Solo Written</a></p>\r\n<p><a target=\"_blank\" href=\"/testingsites/advantage_aviation/assets/media/file/Single_Engine_Checkout.pdf\">Single Engine Checkout Form</a></p>\r\n<p><a target=\"_blank\" href=\"/testingsites/advantage_aviation/assets/media/file/Multi_Engine_Checkout.pdf\">Multi Engine Checkout Form</a></p>\r\n<p><a target=\"_blank\" href=\"/testingsites/advantage_aviation/assets/media/file/Mountain_Checkout.pdf\">Mountain Checkout Form</a></p>\r\n<p><a target=\"_blank\" href=\"/testingsites/advantage_aviation/assets/media/file/Advantage_Aviation_Inc.pdf\">Advantage Aviation By-Laws and General Rules Form</a></p>','forms_downloads.php','_self',6,'Yes'),(12,0,NULL,'Charter Flights','Charter Flights','charter_flights.jpeg','Charter Flights','<h4>Call The Charter Department Direct 888-850-7634</h4>\r\n<h3>Air Charter Serving the Western US</h3>\r\n<p>Based in Palo Alto, Advantage Aviation Charter offers maximum flexibility to the business and elite traveler! Our aircraft charter services give clients a variety of options for safe, comfortable, and hassle-free air travel between California, Arizona, Utah, Montana, New Mexico, Nevada, Oregon and Washington. Trips are available last minute and scheduling is fast and easy.</p>\r\n<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"900\">\r\n <tbody>\r\n <tr>\r\n <td width=\"45\" valign=\"top\"> </td>\r\n <td width=\"427\" valign=\"top\"><h3>King Air C90</h3></td>\r\n <td width=\"427\" valign=\"top\"> </td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\"> </td>\r\n <td valign=\"top\"><img height=\"267\" width=\"427\" src=\"/testingsites/advantage_aviation/assets/media/image/charter_flights_1.jpg\" alt=\"\" /></td>\r\n <td valign=\"top\"><img height=\"267\" width=\"427\" src=\"/testingsites/advantage_aviation/assets/media/image/charter_flights_2.jpg\" alt=\"\" /></td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\"> </td>\r\n <td valign=\"top\"><h3>Certificated 2007<br />\r\nFAA Certificate #16AA979L</h3></td>\r\n <td valign=\"top\"> </td>\r\n </tr>\r\n </tbody>\r\n</table>','charter_flights.php','_self',7,NULL),(13,3,NULL,'Helicopter Training','Helicopter Training',NULL,'Helicopter Training','Helicopter Training','http://www.siriusflying.com/','_blank',6,NULL),(14,3,NULL,'Request Information','Request Information','request_information.jpeg',NULL,'','request_information.php','_self',7,'Yes'); /*!40000 ALTER TABLE `tbl_sub_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_top_banners` -- DROP TABLE IF EXISTS `tbl_top_banners`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_top_banners` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `page` text NOT NULL, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_top_banners` -- LOCK TABLES `tbl_top_banners` WRITE; /*!40000 ALTER TABLE `tbl_top_banners` DISABLE KEYS */; INSERT INTO `tbl_top_banners` VALUES (1,'../img/banner/thumbnail_1389858232.jpg','Voice Data Video','../img/banner/resize_1389858232.jpg',1,0),(2,'../img/banner/thumbnail_1389860059.jpg','Fiber','../img/banner/resize_1389860059.jpg',1,0),(3,'../img/banner/thumbnail_1390285679.jpg','Rack & Stack','../img/banner/resize_1390285679.jpg',1,0),(4,'../img/banner/thumbnail_1389860083.jpg','Video Surveillance','../img/banner/resize_1389860083.jpg',1,0),(5,'../img/banner/thumbnail_1389860273.jpg','Access Control','../img/banner/resize_1389860273.jpg',1,0),(6,'../img/banner/thumbnail_1378898935.jpg','Contact Us','../img/banner/resize_1378898935.jpg',1,0); /*!40000 ALTER TABLE `tbl_top_banners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_video` -- DROP TABLE IF EXISTS `tbl_video`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_video` ( `id` int(11) NOT NULL auto_increment, `link` varchar(255) default NULL, `description` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_video` -- LOCK TABLES `tbl_video` WRITE; /*!40000 ALTER TABLE `tbl_video` DISABLE KEYS */; INSERT INTO `tbl_video` VALUES (1,'',''); /*!40000 ALTER TABLE `tbl_video` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_video_surveillance` -- DROP TABLE IF EXISTS `tbl_video_surveillance`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_video_surveillance` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `title` varchar(255) default NULL, `description` text, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_video_surveillance` -- LOCK TABLES `tbl_video_surveillance` WRITE; /*!40000 ALTER TABLE `tbl_video_surveillance` DISABLE KEYS */; INSERT INTO `tbl_video_surveillance` VALUES (1,'../img/video_surveillance/thumbnail_1382675504.jpg','image 1','','../img/video_surveillance/resize_1382675504.jpg',1,0); /*!40000 ALTER TABLE `tbl_video_surveillance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_video_surveillance_imgs` -- DROP TABLE IF EXISTS `tbl_video_surveillance_imgs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_video_surveillance_imgs` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_video_surveillance_imgs` -- LOCK TABLES `tbl_video_surveillance_imgs` WRITE; /*!40000 ALTER TABLE `tbl_video_surveillance_imgs` DISABLE KEYS */; INSERT INTO `tbl_video_surveillance_imgs` VALUES (1,'../img/video_surveillance//thumbnail_1388484097.jpg','../img/video_surveillance//resize_1388484097.jpg',1,1),(2,'../img/video_surveillance//thumbnail_1388486370.jpg','../img/video_surveillance//resize_1388486370.jpg',1,2),(3,'../img/video_surveillance//thumbnail_1388486389.jpg','../img/video_surveillance//resize_1388486389.jpg',1,3),(4,'../img/video_surveillance//thumbnail_1388486417.jpg','../img/video_surveillance//resize_1388486417.jpg',1,4),(5,'../img/video_surveillance//thumbnail_1388486437.jpg','../img/video_surveillance//resize_1388486437.jpg',1,5),(6,'../img/video_surveillance//thumbnail_1388486452.jpg','../img/video_surveillance//resize_1388486452.jpg',1,6),(7,'../img/video_surveillance//thumbnail_1388486463.jpg','../img/video_surveillance//resize_1388486463.jpg',1,7); /*!40000 ALTER TABLE `tbl_video_surveillance_imgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_voice_data_video` -- DROP TABLE IF EXISTS `tbl_voice_data_video`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_voice_data_video` ( `id` int(11) NOT NULL auto_increment, `image` varchar(255) default NULL, `large_image` varchar(255) default NULL, `status` int(1) default '1', `image_order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_voice_data_video` -- LOCK TABLES `tbl_voice_data_video` WRITE; /*!40000 ALTER TABLE `tbl_voice_data_video` DISABLE KEYS */; INSERT INTO `tbl_voice_data_video` VALUES (1,'../img/voice_data_video//thumbnail_1388477502.jpg','../img/voice_data_video//resize_1388477502.jpg',1,1),(2,'../img/voice_data_video//thumbnail_1388480837.jpg','../img/voice_data_video//resize_1388480837.jpg',1,2),(3,'../img/voice_data_video//thumbnail_1388480857.jpg','../img/voice_data_video//resize_1388480857.jpg',1,3),(4,'../img/voice_data_video//thumbnail_1388480917.jpg','../img/voice_data_video//resize_1388480917.jpg',1,4),(5,'../img/voice_data_video//thumbnail_1388480934.jpg','../img/voice_data_video//resize_1388480934.jpg',1,5),(6,'../img/voice_data_video//thumbnail_1388480953.jpg','../img/voice_data_video//resize_1388480953.jpg',1,6),(7,'../img/voice_data_video//thumbnail_1388480973.jpg','../img/voice_data_video//resize_1388480973.jpg',1,7); /*!40000 ALTER TABLE `tbl_voice_data_video` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'bauer_db' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!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 */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-11-26 11:25:40