-- MySQL dump 10.11 -- -- Host: mysql1052.servage.net Database: zzosDB -- ------------------------------------------------------ -- Server version 5.0.85-log /*!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 `ats_bad_words` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_bad_words` ( `id` int(10) unsigned NOT NULL, `word` varchar(255) default NULL, `replacement` varchar(255) default NULL, `matching` tinyint(1) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_bad_words` -- -- -- Table structure for table `ats_ban` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_ban` ( `id` int(10) unsigned NOT NULL, `string` varchar(255) NOT NULL, `field` varchar(255) NOT NULL, `matching` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_ban` -- -- -- Table structure for table `ats_categories` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_categories` ( `category` varchar(255) NOT NULL default '', `skin` varchar(255) default '', PRIMARY KEY (`category`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_categories` -- INSERT INTO `ats_categories` VALUES ('Category',''); -- -- Table structure for table `ats_custom_pages` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_custom_pages` ( `id` varchar(255) NOT NULL default '', `title` varchar(255) default '', `content` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_custom_pages` -- -- -- Table structure for table `ats_etc` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_etc` ( `admin_password` varchar(32) default '', `last_new_day` tinyint(4) default '0', `last_new_week` tinyint(4) default '0', `last_new_month` tinyint(4) default '0', `version` varchar(255) default '0', `original_version` varchar(255) default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_etc` -- INSERT INTO `ats_etc` VALUES ('f6dfc4e30f58b75ff4bc6c69b4204689',20,25,6,'5.2.0','5.2.0'); -- -- Table structure for table `ats_ip_log` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_ip_log` ( `ip_address` varchar(78) NOT NULL default '', `username` varchar(255) NOT NULL default '', `unq_pv` tinyint(1) default '0', `unq_in` tinyint(1) default '0', `unq_out` tinyint(1) default '0', `rate` tinyint(1) default '0', PRIMARY KEY (`ip_address`,`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_ip_log` -- -- -- Table structure for table `ats_reviews` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_reviews` ( `username` varchar(255) default '', `id` bigint(20) unsigned NOT NULL default '0', `date` datetime default '0000-00-00 00:00:00', `review` text, `active` tinyint(1) default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_reviews` -- -- -- Table structure for table `ats_sessions` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_sessions` ( `type` varchar(7) default '', `sid` varchar(32) NOT NULL default '', `time` int(10) unsigned default '0', `data` varchar(255) default '', PRIMARY KEY (`sid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_sessions` -- INSERT INTO `ats_sessions` VALUES ('captcha','99RZ3RanDwVt0iGkq3WheVMAx9F7j6mg',1308148583,'66.249.66.140|36a54b75d8b08e21182ca4aeb1f72a878ae0ba11'); -- -- Table structure for table `ats_settings` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_settings` ( `list_name` varchar(255) default 'My Topsites List', `list_url` varchar(255) default '', `default_language` varchar(255) default '', `default_skin` varchar(255) default 'fusion', `your_email` varchar(255) default '', `num_list` int(5) default '10', `ranking_period` varchar(7) default 'daily', `ranking_method` varchar(255) default 'pv', `ranking_average` tinyint(1) default '1', `featured_member` tinyint(1) default '0', `top_skin_num` int(5) default '2', `ad_breaks` varchar(255) default '', `fill_blank_rows` tinyint(1) default '1', `active_default` tinyint(1) default '0', `active_default_review` tinyint(1) default '1', `delete_after` int(5) default '14', `email_admin_on_join` tinyint(1) default '0', `email_admin_on_review` tinyint(1) default '0', `max_banner_width` int(4) default '0', `max_banner_height` int(4) default '0', `default_banner` varchar(255) default '', `ranks_on_buttons` tinyint(1) default '1', `button_url` varchar(255) default '', `button_dir` varchar(255) default '', `button_ext` varchar(255) default 'png', `button_num` int(3) default '5', `google_friendly_links` tinyint(1) default '1', `search` tinyint(1) default '1', `time_offset` int(2) default '0', `gateway` tinyint(1) default '1', `captcha` tinyint(1) default '1', `security_question` text, `security_answer` varchar(255) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_settings` -- INSERT INTO `ats_settings` VALUES ('ZZOS','http://www.zzos.com','english','mybb','labrocca@gmail.com',25,'daily','pv',1,0,25,'3,10',0,0,0,7,1,1,468,60,'http://www.zzos.com/images/button.png',0,'http://www.zzos.com/images/button.png','http://www.zzos.com/images','png',5,1,1,0,1,1,'What is the sum of 5 and 4?','9'); -- -- Table structure for table `ats_sites` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_sites` ( `username` varchar(255) NOT NULL default '', `password` varchar(32) default '', `url` varchar(255) default '', `short_url` varchar(255) default '', `title` varchar(255) default '', `description` varchar(255) default '', `category` varchar(255) default '', `banner_url` varchar(255) default '', `email` varchar(255) default '', `join_date` date default '0000-00-00', `active` tinyint(1) default '1', `openid` tinyint(1) default '0', `user_ip` varchar(255) default '', PRIMARY KEY (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_sites` -- INSERT INTO `ats_sites` VALUES ('discusmedia','e18a6733a07baa445bf499b719aa5e83','http://www.discusmedia.com','http://discusmedia.com','Map collection ','The Age of Silver Europe historical maps has about 2,500 maps from which majority is online.','Category','http://www.zzos.com/images/button.png','ir4995@yahoo.fr','2007-12-25',0,0,'212.98.186.5'); INSERT INTO `ats_sites` VALUES ('profreelancejob','02ffc9e62fe8be02fa70c66e851b678f','http://www.profreelancejob.com','http://profreelancejob.com','Freelance','Find freelance writing jobs. Learn how to freelance.','Category','http://www.zzos.com/images/button.png','kos5995@yahoo.fr','2007-12-25',0,0,'212.98.186.5'); INSERT INTO `ats_sites` VALUES ('starrr','2774a36dbf88397f3f2a9c1c4c4e2753','http://www.studiostar.ru/','http://studiostar.ru','Создание сайта Москва. В срок. По договору','Создание сайта в Москве. Веб студия Звезда &#','Category','http://www.zzos.com/images/button.png','studiostar@studiostar.ru','2008-01-23',0,0,'91.77.100.50'); INSERT INTO `ats_sites` VALUES ('studiostar','31c13f47ad87dd7baa2d558a91e0fbb9','http://www.studiostar.ru/','http://studiostar.ru','Èçãîòîâëåíèå ñàéòà è äèçàéí ñàéòà îò ñòóäèè Çâåçäà','Ýôôåêòèâíûé âåá-äèçàéí, ðàñêðóòêà ñàéòà â ñåòè, àóäèò ñàéòà è äðóãèå óñëóãè. Îïåðàòèâíîå ñîçäàíèå ñàéòà Ìîñêâà.','Category','http://www.zzos.com/images/button.png','studiostar_design@studiostar.ru','2008-02-04',0,0,'86.110.176.41'); INSERT INTO `ats_sites` VALUES ('antech','2774a36dbf88397f3f2a9c1c4c4e2753','http://www.antech.ru/','http://antech.ru','Êàðòîí, ãîôðîÿùèê èç âûñîêîñîðòíîãî ñûðüÿ','Âçàèìîâûãîäíîå ñîòðóäíè÷åñòâî Âàì ïðåäëàãàåò êîìïàíèÿ Àíòýê. Êà÷åñòâåííîå èçãîòîâëåíèå óïàêîâêè - ãîôðîÿùèê, ãîôðîêîðîáà, ãîôðîêàðòîí, êàðòîí, ãîôðîóïàêîâêà.','Category','http://www.zzos.com/images/button.png','antech@studiostar.ru','2008-03-13',0,0,'86.110.176.41'); -- -- Table structure for table `ats_sites_edited` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_sites_edited` ( `username` varchar(255) NOT NULL default '', `url` varchar(255) default '', `title` varchar(255) default '', PRIMARY KEY (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_sites_edited` -- -- -- Table structure for table `ats_stats` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ats_stats` ( `username` varchar(255) NOT NULL default '', `rank_cache` bigint(20) unsigned default '0', `rank_cache_time` int(10) unsigned default '0', `old_rank` bigint(20) unsigned default '0', `days_inactive` int(10) unsigned default '0', `total_rating` bigint(20) unsigned default '0', `num_ratings` bigint(20) unsigned default '0', `unq_pv_overall` bigint(20) unsigned default '0', `tot_pv_overall` bigint(20) unsigned default '0', `unq_in_overall` bigint(20) unsigned default '0', `tot_in_overall` bigint(20) unsigned default '0', `unq_out_overall` bigint(20) unsigned default '0', `tot_out_overall` bigint(20) unsigned default '0', `unq_pv_0_daily` bigint(20) unsigned default '0', `unq_pv_1_daily` bigint(20) unsigned default '0', `unq_pv_2_daily` bigint(20) unsigned default '0', `unq_pv_3_daily` bigint(20) unsigned default '0', `unq_pv_4_daily` bigint(20) unsigned default '0', `unq_pv_5_daily` bigint(20) unsigned default '0', `unq_pv_6_daily` bigint(20) unsigned default '0', `unq_pv_7_daily` bigint(20) unsigned default '0', `unq_pv_8_daily` bigint(20) unsigned default '0', `unq_pv_9_daily` bigint(20) unsigned default '0', `unq_pv_max_daily` bigint(20) unsigned default '0', `tot_pv_0_daily` bigint(20) unsigned default '0', `tot_pv_1_daily` bigint(20) unsigned default '0', `tot_pv_2_daily` bigint(20) unsigned default '0', `tot_pv_3_daily` bigint(20) unsigned default '0', `tot_pv_4_daily` bigint(20) unsigned default '0', `tot_pv_5_daily` bigint(20) unsigned default '0', `tot_pv_6_daily` bigint(20) unsigned default '0', `tot_pv_7_daily` bigint(20) unsigned default '0', `tot_pv_8_daily` bigint(20) unsigned default '0', `tot_pv_9_daily` bigint(20) unsigned default '0', `tot_pv_max_daily` bigint(20) unsigned default '0', `unq_in_0_daily` bigint(20) unsigned default '0', `unq_in_1_daily` bigint(20) unsigned default '0', `unq_in_2_daily` bigint(20) unsigned default '0', `unq_in_3_daily` bigint(20) unsigned default '0', `unq_in_4_daily` bigint(20) unsigned default '0', `unq_in_5_daily` bigint(20) unsigned default '0', `unq_in_6_daily` bigint(20) unsigned default '0', `unq_in_7_daily` bigint(20) unsigned default '0', `unq_in_8_daily` bigint(20) unsigned default '0', `unq_in_9_daily` bigint(20) unsigned default '0', `unq_in_max_daily` bigint(20) unsigned default '0', `tot_in_0_daily` bigint(20) unsigned default '0', `tot_in_1_daily` bigint(20) unsigned default '0', `tot_in_2_daily` bigint(20) unsigned default '0', `tot_in_3_daily` bigint(20) unsigned default '0', `tot_in_4_daily` bigint(20) unsigned default '0', `tot_in_5_daily` bigint(20) unsigned default '0', `tot_in_6_daily` bigint(20) unsigned default '0', `tot_in_7_daily` bigint(20) unsigned default '0', `tot_in_8_daily` bigint(20) unsigned default '0', `tot_in_9_daily` bigint(20) unsigned default '0', `tot_in_max_daily` bigint(20) unsigned default '0', `unq_out_0_daily` bigint(20) unsigned default '0', `unq_out_1_daily` bigint(20) unsigned default '0', `unq_out_2_daily` bigint(20) unsigned default '0', `unq_out_3_daily` bigint(20) unsigned default '0', `unq_out_4_daily` bigint(20) unsigned default '0', `unq_out_5_daily` bigint(20) unsigned default '0', `unq_out_6_daily` bigint(20) unsigned default '0', `unq_out_7_daily` bigint(20) unsigned default '0', `unq_out_8_daily` bigint(20) unsigned default '0', `unq_out_9_daily` bigint(20) unsigned default '0', `unq_out_max_daily` bigint(20) unsigned default '0', `tot_out_0_daily` bigint(20) unsigned default '0', `tot_out_1_daily` bigint(20) unsigned default '0', `tot_out_2_daily` bigint(20) unsigned default '0', `tot_out_3_daily` bigint(20) unsigned default '0', `tot_out_4_daily` bigint(20) unsigned default '0', `tot_out_5_daily` bigint(20) unsigned default '0', `tot_out_6_daily` bigint(20) unsigned default '0', `tot_out_7_daily` bigint(20) unsigned default '0', `tot_out_8_daily` bigint(20) unsigned default '0', `tot_out_9_daily` bigint(20) unsigned default '0', `tot_out_max_daily` bigint(20) unsigned default '0', `unq_pv_0_weekly` bigint(20) unsigned default '0', `unq_pv_1_weekly` bigint(20) unsigned default '0', `unq_pv_2_weekly` bigint(20) unsigned default '0', `unq_pv_3_weekly` bigint(20) unsigned default '0', `unq_pv_4_weekly` bigint(20) unsigned default '0', `unq_pv_5_weekly` bigint(20) unsigned default '0', `unq_pv_6_weekly` bigint(20) unsigned default '0', `unq_pv_7_weekly` bigint(20) unsigned default '0', `unq_pv_8_weekly` bigint(20) unsigned default '0', `unq_pv_9_weekly` bigint(20) unsigned default '0', `unq_pv_max_weekly` bigint(20) unsigned default '0', `tot_pv_0_weekly` bigint(20) unsigned default '0', `tot_pv_1_weekly` bigint(20) unsigned default '0', `tot_pv_2_weekly` bigint(20) unsigned default '0', `tot_pv_3_weekly` bigint(20) unsigned default '0', `tot_pv_4_weekly` bigint(20) unsigned default '0', `tot_pv_5_weekly` bigint(20) unsigned default '0', `tot_pv_6_weekly` bigint(20) unsigned default '0', `tot_pv_7_weekly` bigint(20) unsigned default '0', `tot_pv_8_weekly` bigint(20) unsigned default '0', `tot_pv_9_weekly` bigint(20) unsigned default '0', `tot_pv_max_weekly` bigint(20) unsigned default '0', `unq_in_0_weekly` bigint(20) unsigned default '0', `unq_in_1_weekly` bigint(20) unsigned default '0', `unq_in_2_weekly` bigint(20) unsigned default '0', `unq_in_3_weekly` bigint(20) unsigned default '0', `unq_in_4_weekly` bigint(20) unsigned default '0', `unq_in_5_weekly` bigint(20) unsigned default '0', `unq_in_6_weekly` bigint(20) unsigned default '0', `unq_in_7_weekly` bigint(20) unsigned default '0', `unq_in_8_weekly` bigint(20) unsigned default '0', `unq_in_9_weekly` bigint(20) unsigned default '0', `unq_in_max_weekly` bigint(20) unsigned default '0', `tot_in_0_weekly` bigint(20) unsigned default '0', `tot_in_1_weekly` bigint(20) unsigned default '0', `tot_in_2_weekly` bigint(20) unsigned default '0', `tot_in_3_weekly` bigint(20) unsigned default '0', `tot_in_4_weekly` bigint(20) unsigned default '0', `tot_in_5_weekly` bigint(20) unsigned default '0', `tot_in_6_weekly` bigint(20) unsigned default '0', `tot_in_7_weekly` bigint(20) unsigned default '0', `tot_in_8_weekly` bigint(20) unsigned default '0', `tot_in_9_weekly` bigint(20) unsigned default '0', `tot_in_max_weekly` bigint(20) unsigned default '0', `unq_out_0_weekly` bigint(20) unsigned default '0', `unq_out_1_weekly` bigint(20) unsigned default '0', `unq_out_2_weekly` bigint(20) unsigned default '0', `unq_out_3_weekly` bigint(20) unsigned default '0', `unq_out_4_weekly` bigint(20) unsigned default '0', `unq_out_5_weekly` bigint(20) unsigned default '0', `unq_out_6_weekly` bigint(20) unsigned default '0', `unq_out_7_weekly` bigint(20) unsigned default '0', `unq_out_8_weekly` bigint(20) unsigned default '0', `unq_out_9_weekly` bigint(20) unsigned default '0', `unq_out_max_weekly` bigint(20) unsigned default '0', `tot_out_0_weekly` bigint(20) unsigned default '0', `tot_out_1_weekly` bigint(20) unsigned default '0', `tot_out_2_weekly` bigint(20) unsigned default '0', `tot_out_3_weekly` bigint(20) unsigned default '0', `tot_out_4_weekly` bigint(20) unsigned default '0', `tot_out_5_weekly` bigint(20) unsigned default '0', `tot_out_6_weekly` bigint(20) unsigned default '0', `tot_out_7_weekly` bigint(20) unsigned default '0', `tot_out_8_weekly` bigint(20) unsigned default '0', `tot_out_9_weekly` bigint(20) unsigned default '0', `tot_out_max_weekly` bigint(20) unsigned default '0', `unq_pv_0_monthly` bigint(20) unsigned default '0', `unq_pv_1_monthly` bigint(20) unsigned default '0', `unq_pv_2_monthly` bigint(20) unsigned default '0', `unq_pv_3_monthly` bigint(20) unsigned default '0', `unq_pv_4_monthly` bigint(20) unsigned default '0', `unq_pv_5_monthly` bigint(20) unsigned default '0', `unq_pv_6_monthly` bigint(20) unsigned default '0', `unq_pv_7_monthly` bigint(20) unsigned default '0', `unq_pv_8_monthly` bigint(20) unsigned default '0', `unq_pv_9_monthly` bigint(20) unsigned default '0', `unq_pv_max_monthly` bigint(20) unsigned default '0', `tot_pv_0_monthly` bigint(20) unsigned default '0', `tot_pv_1_monthly` bigint(20) unsigned default '0', `tot_pv_2_monthly` bigint(20) unsigned default '0', `tot_pv_3_monthly` bigint(20) unsigned default '0', `tot_pv_4_monthly` bigint(20) unsigned default '0', `tot_pv_5_monthly` bigint(20) unsigned default '0', `tot_pv_6_monthly` bigint(20) unsigned default '0', `tot_pv_7_monthly` bigint(20) unsigned default '0', `tot_pv_8_monthly` bigint(20) unsigned default '0', `tot_pv_9_monthly` bigint(20) unsigned default '0', `tot_pv_max_monthly` bigint(20) unsigned default '0', `unq_in_0_monthly` bigint(20) unsigned default '0', `unq_in_1_monthly` bigint(20) unsigned default '0', `unq_in_2_monthly` bigint(20) unsigned default '0', `unq_in_3_monthly` bigint(20) unsigned default '0', `unq_in_4_monthly` bigint(20) unsigned default '0', `unq_in_5_monthly` bigint(20) unsigned default '0', `unq_in_6_monthly` bigint(20) unsigned default '0', `unq_in_7_monthly` bigint(20) unsigned default '0', `unq_in_8_monthly` bigint(20) unsigned default '0', `unq_in_9_monthly` bigint(20) unsigned default '0', `unq_in_max_monthly` bigint(20) unsigned default '0', `tot_in_0_monthly` bigint(20) unsigned default '0', `tot_in_1_monthly` bigint(20) unsigned default '0', `tot_in_2_monthly` bigint(20) unsigned default '0', `tot_in_3_monthly` bigint(20) unsigned default '0', `tot_in_4_monthly` bigint(20) unsigned default '0', `tot_in_5_monthly` bigint(20) unsigned default '0', `tot_in_6_monthly` bigint(20) unsigned default '0', `tot_in_7_monthly` bigint(20) unsigned default '0', `tot_in_8_monthly` bigint(20) unsigned default '0', `tot_in_9_monthly` bigint(20) unsigned default '0', `tot_in_max_monthly` bigint(20) unsigned default '0', `unq_out_0_monthly` bigint(20) unsigned default '0', `unq_out_1_monthly` bigint(20) unsigned default '0', `unq_out_2_monthly` bigint(20) unsigned default '0', `unq_out_3_monthly` bigint(20) unsigned default '0', `unq_out_4_monthly` bigint(20) unsigned default '0', `unq_out_5_monthly` bigint(20) unsigned default '0', `unq_out_6_monthly` bigint(20) unsigned default '0', `unq_out_7_monthly` bigint(20) unsigned default '0', `unq_out_8_monthly` bigint(20) unsigned default '0', `unq_out_9_monthly` bigint(20) unsigned default '0', `unq_out_max_monthly` bigint(20) unsigned default '0', `tot_out_0_monthly` bigint(20) unsigned default '0', `tot_out_1_monthly` bigint(20) unsigned default '0', `tot_out_2_monthly` bigint(20) unsigned default '0', `tot_out_3_monthly` bigint(20) unsigned default '0', `tot_out_4_monthly` bigint(20) unsigned default '0', `tot_out_5_monthly` bigint(20) unsigned default '0', `tot_out_6_monthly` bigint(20) unsigned default '0', `tot_out_7_monthly` bigint(20) unsigned default '0', `tot_out_8_monthly` bigint(20) unsigned default '0', `tot_out_9_monthly` bigint(20) unsigned default '0', `tot_out_max_monthly` bigint(20) unsigned default '0', PRIMARY KEY (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ats_stats` -- INSERT INTO `ats_stats` VALUES ('discusmedia',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); INSERT INTO `ats_stats` VALUES ('profreelancejob',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); INSERT INTO `ats_stats` VALUES ('starrr',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); INSERT INTO `ats_stats` VALUES ('studiostar',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); INSERT INTO `ats_stats` VALUES ('antech',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); /*!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 */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-01-01 16:28:16