0byt3m1n1
Path:
/
data
/
11
/
0
/
140
/
152
/
955804
/
meta
/
986312
/
mysql.backup
/
[
Home
]
File: form4310.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: form4310 -- ------------------------------------------------------ -- 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 `codersess` -- DROP TABLE IF EXISTS `codersess`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `codersess` ( `id` varchar(255) NOT NULL default '', `page_id` int(16) default NULL, `tm` int(16) default NULL, `user_id` int(16) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `codersess` -- LOCK TABLES `codersess` WRITE; /*!40000 ALTER TABLE `codersess` DISABLE KEYS */; /*!40000 ALTER TABLE `codersess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codertmp` -- DROP TABLE IF EXISTS `codertmp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `codertmp` ( `sid` varchar(255) default NULL, `id` varchar(8) NOT NULL default '', `title` varchar(255) default NULL, `name` text, `type` int(2) default NULL, `size` int(3) default NULL, `pos` int(8) default NULL, `vals` text, `req` int(1) default NULL, `valid` int(1) default NULL, `page_id` int(16) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `codertmp` -- LOCK TABLES `codertmp` WRITE; /*!40000 ALTER TABLE `codertmp` DISABLE KEYS */; /*!40000 ALTER TABLE `codertmp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dbs` -- DROP TABLE IF EXISTS `dbs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dbs` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, `tbl` varchar(255) default NULL, `flds` blob, `display` blob, `form_id` int(16) default NULL, `show_ip` tinyint(1) default '0', `show_ref` tinyint(1) default '0', `show_date` tinyint(1) default '0', `show_time` tinyint(1) default '0', `csv_delimiter` varchar(5) default ';', `use_template` tinyint(1) default '0', `template` longtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dbs` -- LOCK TABLES `dbs` WRITE; /*!40000 ALTER TABLE `dbs` DISABLE KEYS */; /*!40000 ALTER TABLE `dbs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `emails` -- DROP TABLE IF EXISTS `emails`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `emails` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, `komu` varchar(255) default NULL, `cc` varchar(255) default NULL, `bcc` varchar(255) default NULL, `ot` varchar(255) default NULL, `subject` varchar(255) default NULL, `attach` varchar(255) default NULL, `format` int(1) default NULL, `body` text, `form_id` int(16) default NULL, `preset` int(2) default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `emails` -- LOCK TABLES `emails` WRITE; /*!40000 ALTER TABLE `emails` DISABLE KEYS */; /*!40000 ALTER TABLE `emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `flds` -- DROP TABLE IF EXISTS `flds`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `flds` ( `id` varchar(8) NOT NULL default '', `title` varchar(255) default NULL, `name` text, `type` int(2) default NULL, `size` int(3) default NULL, `pos` int(8) default NULL, `vals` text, `req` int(1) default NULL, `valid` int(1) default NULL, `page_id` int(16) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `flds` -- LOCK TABLES `flds` WRITE; /*!40000 ALTER TABLE `flds` DISABLE KEYS */; /*!40000 ALTER TABLE `flds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `forms` -- DROP TABLE IF EXISTS `forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `forms` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, `dir` varchar(255) default NULL, `site_id` int(16) default NULL, `redirect` varchar(255) default NULL, `stoptime` int(16) default '0', `us` tinyint(1) unsigned default '0', `style` blob, `uid` int(16) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `forms` -- LOCK TABLES `forms` WRITE; /*!40000 ALTER TABLE `forms` DISABLE KEYS */; /*!40000 ALTER TABLE `forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `help_addresses` -- DROP TABLE IF EXISTS `help_addresses`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `help_addresses` ( `id` int(8) NOT NULL auto_increment, `email` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `help_addresses` -- LOCK TABLES `help_addresses` WRITE; /*!40000 ALTER TABLE `help_addresses` DISABLE KEYS */; INSERT INTO `help_addresses` VALUES (1,'support@web-site-scripts.com'); /*!40000 ALTER TABLE `help_addresses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages` -- DROP TABLE IF EXISTS `pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `pages` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, `url` text, `pos` int(8) default NULL, `form_id` int(16) default NULL, `thx` int(1) default '0', `preview` tinyint(1) unsigned default '0', `subtext` varchar(255) default 'Send', `subtext_reset` varchar(255) default 'Reset', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `pages` -- LOCK TABLES `pages` WRITE; /*!40000 ALTER TABLE `pages` DISABLE KEYS */; /*!40000 ALTER TABLE `pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `preset_dbs` -- DROP TABLE IF EXISTS `preset_dbs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `preset_dbs` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, `flds` blob, `display` blob, `form_id` int(16) default NULL, `show_ip` tinyint(1) unsigned default '0', `show_ref` tinyint(1) unsigned default '0', `show_date` tinyint(1) unsigned default '0', `show_time` tinyint(1) unsigned default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `preset_dbs` -- LOCK TABLES `preset_dbs` WRITE; /*!40000 ALTER TABLE `preset_dbs` DISABLE KEYS */; INSERT INTO `preset_dbs` VALUES (1,'Log','5|6|9|14|16','5|6|9|14|16',2,1,0,1,1); /*!40000 ALTER TABLE `preset_dbs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `preset_emails` -- DROP TABLE IF EXISTS `preset_emails`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `preset_emails` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, `komu` varchar(255) default NULL, `cc` varchar(255) default NULL, `bcc` varchar(255) default NULL, `ot` varchar(255) default NULL, `subject` varchar(255) default NULL, `attach` varchar(255) default NULL, `format` int(1) default NULL, `body` text, `form_id` int(16) default NULL, `preset` int(2) unsigned default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `preset_emails` -- LOCK TABLES `preset_emails` WRITE; /*!40000 ALTER TABLE `preset_emails` DISABLE KEYS */; INSERT INTO `preset_emails` VALUES (1,'Autoresponder','[re_Email]',NULL,NULL,NULL,'Thank you',NULL,0,'You filled in next information:\r\n<!-- BEGIN AUTOGENERATING DATA -->\r\nName [r_Name]\r\nEmail [re_Email]\r\nComment [r_Comment]\r\n<!-- END AUTOGENERATING DATA -->\r\nThank you!',1,2),(2,'Notification','info@form-maker-pro.com',NULL,NULL,NULL,'\"FeedbackForm\" was submitted on [%DATE_GMT]',NULL,NULL,'<!-- BEGIN AUTOGENERATING DATA -->\r\nName [r_Name]\r\nEmail [re_Email]\r\nComment [r_Comment]\r\n<!-- END AUTOGENERATING DATA -->',1,1),(3,'Autoresponder','[re_Contact_Email]','','','info@web-site-scripts.com','Thank you','',0,'You filled in next information:\r\n<!-- BEGIN AUTOGENERATING DATA -->\nFirst Name: [r_First_Name]\r\nLast Name: [Last_Name]\r\nContact Email: [re_Contact_Email]\r\nSubject: [r_Subject]\r\nComment: [r_Com]\r\n<!-- END AUTOGENERATING DATA -->\r\nThank you!',4,2),(4,'Autoresponder','[re_Contact_Email]','','','info@web-site-scripts.com','Thank you','',0,'You filled in next information:\r\n<!-- BEGIN AUTOGENERATING DATA -->\nFirst Name: [r_First_Name]\r\nLast Name: [Last_Name]\r\nContact Email: [re_Contact_Email]\r\nSubject: [r_Subject]\r\nComment: [r_Com]\r\n<!-- END AUTOGENERATING DATA -->\r\nThank you!',5,2),(5,'Autoresponder','[re_Email]','','','','Thank you','',0,'You filled in next information:\r\n<!-- BEGIN AUTOGENERATING DATA -->\nName: [r_Name]\r\nEmail: [re_Email]\r\nComment: [r_Comment]\r\n<!-- END AUTOGENERATING DATA -->\r\nThank you!',6,2),(6,'Notification','info@form-maker-pro.com','','','','\"FeedbackForm\" was submitted on [%DATE_GMT]','',0,'<!-- BEGIN AUTOGENERATING DATA -->\nName: [r_Name]\r\nEmail: [re_Email]\r\nComment: [r_Comment]\r\n<!-- END AUTOGENERATING DATA -->',6,1); /*!40000 ALTER TABLE `preset_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `preset_flds` -- DROP TABLE IF EXISTS `preset_flds`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `preset_flds` ( `id` int(16) NOT NULL auto_increment, `title` varchar(255) default NULL, `name` text, `type` int(2) default NULL, `size` int(3) default NULL, `pos` int(8) default NULL, `vals` text, `req` int(1) default NULL, `valid` int(1) default NULL, `page_id` int(16) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `preset_flds` -- LOCK TABLES `preset_flds` WRITE; /*!40000 ALTER TABLE `preset_flds` DISABLE KEYS */; INSERT INTO `preset_flds` VALUES (1,'Name','Name',0,25,1,NULL,1,0,1),(2,'Email','Email',0,25,2,NULL,1,1,1),(3,'Comment','Comment',3,25,3,NULL,1,0,1),(4,'','',7,0,1,'<h1 align=\"center\">Thank you for your submission</h1>',0,0,3),(5,'Card Number','Card_Number',0,25,1,NULL,1,0,4),(6,'Card Expiration Month','Card_Expiration_Month',1,1,2,'January::January\r\nFebruary::February\r\nMarch::March\r\nApril::April\r\nMay::May\r\nJune::June\r\nJuly::July\r\nAugust::August\r\nSeptember::September\r\nOctober::October\r\nNovember::November\r\nDecember::December',1,0,4),(7,'Card Expiration Year','Card_Expiration_Year',1,1,3,'2004::2004\r\n2005::2005\r\n2006::2006\r\n2007::2007\r\n2008::2008\r\n2009::2009\r\n2010::2010',1,0,4),(8,'3 or 4 Digit Code After Card # on Back of Card','3_or_4_Digit_Code_After_Card # on Back of Card',0,25,4,NULL,1,0,4),(9,'Name Exactly as it Appers on Card','Name_Exactly_as_it_Appers_on_Card',0,25,5,NULL,1,0,4),(10,'Card Holder Address','Card_Holder_Address',0,25,6,NULL,1,0,4),(11,'City','City',0,25,7,NULL,1,0,4),(12,'State or Province','State_or_Province',0,25,8,NULL,1,0,4),(13,'Postal Code','Postal_Code',0,25,9,NULL,1,0,4),(14,'Country','Country',0,25,10,NULL,1,0,4),(15,'Phone','Phone',0,25,11,NULL,1,0,4),(16,'Email Address (Avoid Free Email Accounts)','Email',0,25,12,NULL,1,1,4),(17,NULL,NULL,7,0,1,'<h1 align=\"center\">Thank you for your submission</h1>',0,0,6),(18,NULL,NULL,7,0,1,'<b>Item name</b><br><i>Studded Patent Ankle Boot</i> by Versace Black, 35,5',0,0,7),(19,'Quantity','Quantity',0,25,2,NULL,0,2,7),(20,'Price','Price',0,25,3,NULL,0,2,7),(21,NULL,NULL,7,0,4,'<b>Item name</b><br><i>Veg Tan Soft Satchel</i> by Marc Jacobs collection Dark Olive',0,2,7),(25,'Total','[d_Quantity]*[d_Price]+[d_Quantity1]*[d_Price1]',8,0,0,'||19||*||20||+||22||*||23||',0,0,7),(22,'Quantity','Quantity1',0,25,5,NULL,0,2,7),(23,'Price','Price1',0,25,6,NULL,0,2,7),(26,NULL,NULL,7,0,1,'<h1 align=\"center\">Thank you for your submission</h1>',0,0,9),(27,'','',7,0,1,'<h1 align=\"center\">Thank you for your submission</h1>',0,0,11),(28,'First Name','First_Name',0,25,1,'',1,0,12),(29,'Last Name','Last_Name',0,25,2,'',0,0,12),(30,'Contact Email','Contact_Email',0,25,3,'',1,1,12),(31,'Subject','Subject',0,25,4,'',1,0,12),(32,'Comment','Com',3,25,5,'',1,0,12),(33,'','captcha',10,0,6,'0',1,0,12),(34,'First Name','First_Name',0,25,1,'',1,0,13),(35,'Last Name','Last_Name',0,25,2,'',0,0,13),(36,'Contact Email','Contact_Email',0,25,3,'',1,1,13),(37,'Subject','Subject',0,25,4,'',1,0,13),(38,'Comment','Com',3,25,5,'',1,0,13),(39,'','captcha',10,0,6,'0',1,0,13),(40,'','',7,0,1,'<h1 align=\"center\">Thank you for your submission</h1>',0,0,15),(41,'Name','Name',0,25,1,'',1,0,16),(42,'Email','Email',0,25,2,'',1,1,16),(43,'Comment','Comment',3,25,3,'',1,0,16); /*!40000 ALTER TABLE `preset_flds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `preset_forms` -- DROP TABLE IF EXISTS `preset_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `preset_forms` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `preset_forms` -- LOCK TABLES `preset_forms` WRITE; /*!40000 ALTER TABLE `preset_forms` DISABLE KEYS */; INSERT INTO `preset_forms` VALUES (1,'FeedbackForm'),(2,'OrderForm'),(3,'Shopping Cart'),(4,'Contact Form with CAPTCHA'),(5,'Unique submissions form'),(6,'Form with redirect'); /*!40000 ALTER TABLE `preset_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `preset_pages` -- DROP TABLE IF EXISTS `preset_pages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `preset_pages` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, `pos` int(8) default NULL, `form_id` int(16) default NULL, `thx` int(1) default '0', `preview` tinyint(1) unsigned default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `preset_pages` -- LOCK TABLES `preset_pages` WRITE; /*!40000 ALTER TABLE `preset_pages` DISABLE KEYS */; INSERT INTO `preset_pages` VALUES (1,'FeedbackFormPage',1,1,0,0),(2,'Preview',2,1,0,1),(3,'Thanks',3,1,1,0),(4,'OrderPage',1,2,0,0),(5,'Preview',2,2,0,1),(6,'Thanks',3,2,1,0),(7,'CalculationForm',1,3,0,0),(8,'Preview',2,3,0,1),(9,'Thanks',3,3,1,0),(10,'Preview',2,4,0,1),(11,'Thanks',3,4,1,0),(12,'CAPTCHAFormPage',1,4,0,0),(13,'UniqueSubmissionsFormPage',1,5,0,0),(14,'Preview',2,5,0,1),(15,'Thanks',3,5,1,0),(16,'RedirectFormPage',1,6,0,0); /*!40000 ALTER TABLE `preset_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requests` -- DROP TABLE IF EXISTS `requests`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `requests` ( `id` int(16) NOT NULL auto_increment, `date` int(16) default NULL, `login` varchar(255) default NULL, `email` varchar(255) default NULL, `type` int(2) NOT NULL default '0', `body` text, `hash` varchar(255) NOT NULL default '', `status` tinyint(1) unsigned NOT NULL default '0', `uid` int(16) default NULL, `responce` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `requests` -- LOCK TABLES `requests` WRITE; /*!40000 ALTER TABLE `requests` DISABLE KEYS */; /*!40000 ALTER TABLE `requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sites` -- DROP TABLE IF EXISTS `sites`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sites` ( `id` int(16) NOT NULL auto_increment, `name` varchar(255) default NULL, `smtp` varchar(255) default NULL, `refs` text, `uid` int(16) default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sites` -- LOCK TABLES `sites` WRITE; /*!40000 ALTER TABLE `sites` DISABLE KEYS */; /*!40000 ALTER TABLE `sites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `submittions` -- DROP TABLE IF EXISTS `submittions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `submittions` ( `form_id` int(16) default NULL, `ip` varchar(255) default NULL, `host` varchar(255) default NULL, `x_forward` varchar(255) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `submittions` -- LOCK TABLES `submittions` WRITE; /*!40000 ALTER TABLE `submittions` DISABLE KEYS */; INSERT INTO `submittions` VALUES (2,'50.202.77.193','50.202.77.193','50.202.77.193'); /*!40000 ALTER TABLE `submittions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `users` ( `id` int(8) NOT NULL auto_increment, `login` varchar(255) default NULL, `password` varchar(255) default NULL, `email` varchar(255) default NULL, `tips` tinyint(1) unsigned default '1', `date_format` varchar(255) default 'd.m.Y', `time_format` varchar(255) default 'H:i:s', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'CliveQ','1441','cwq@tidelandsignal.com',1,'d.m.Y','H:i:s'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'form4310' -- 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 2015-09-08 16:43:13