friendica/friendica_test_data.sql

1759 lines
658 KiB
MySQL
Raw Normal View History

-- MySQL dump 10.13 Distrib 5.5.40, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: friendica
-- ------------------------------------------------------
-- Server version 5.5.40-0ubuntu0.12.04.1
/*!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 */;
--
-- Current Database: `friendica`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `friendica` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `friendica`;
--
-- Table structure for table `addon`
--
DROP TABLE IF EXISTS `addon`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `addon` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`version` varchar(255) NOT NULL DEFAULT '',
`installed` tinyint(1) NOT NULL DEFAULT '0',
`hidden` tinyint(1) NOT NULL DEFAULT '0',
`timestamp` bigint(20) NOT NULL DEFAULT '0',
`plugin_admin` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `addon`
--
LOCK TABLES `addon` WRITE;
/*!40000 ALTER TABLE `addon` DISABLE KEYS */;
/*!40000 ALTER TABLE `addon` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `attach`
--
DROP TABLE IF EXISTS `attach`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `attach` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`hash` varchar(64) NOT NULL DEFAULT '',
`filename` varchar(255) NOT NULL DEFAULT '',
`filetype` varchar(64) NOT NULL DEFAULT '',
`filesize` int(11) NOT NULL DEFAULT '0',
`data` longblob NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`allow_cid` mediumtext NOT NULL,
`allow_gid` mediumtext NOT NULL,
`deny_cid` mediumtext NOT NULL,
`deny_gid` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `attach`
--
LOCK TABLES `attach` WRITE;
/*!40000 ALTER TABLE `attach` DISABLE KEYS */;
/*!40000 ALTER TABLE `attach` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `auth_codes`
--
DROP TABLE IF EXISTS `auth_codes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `auth_codes` (
`id` varchar(40) NOT NULL,
`client_id` varchar(20) NOT NULL DEFAULT '',
`redirect_uri` varchar(200) NOT NULL DEFAULT '',
`expires` int(11) NOT NULL DEFAULT '0',
`scope` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `auth_codes`
--
LOCK TABLES `auth_codes` WRITE;
/*!40000 ALTER TABLE `auth_codes` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_codes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cache`
--
DROP TABLE IF EXISTS `cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cache` (
`k` varchar(255) NOT NULL,
`v` text NOT NULL,
`updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`k`),
KEY `updated` (`updated`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cache`
--
LOCK TABLES `cache` WRITE;
/*!40000 ALTER TABLE `cache` DISABLE KEYS */;
INSERT INTO `cache` VALUES ('probe_url:0:friendica1@friendica.dev','a:15:{s:4:\"name\";s:10:\"friendica1\";s:4:\"nick\";s:10:\"friendica1\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica1\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica1\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica1\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica1\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica1\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica1\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:30:00'),('probe_url:0:friendica4@friendica.dev','a:15:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica4\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica4\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica4\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica4\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica4\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica4\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/6.jpg?rev=2015-02-02+12%3A04%3A29\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:32:24'),('probe_url:0:http://192.168.22.10/profile/friendica1','a:15:{s:4:\"name\";s:10:\"friendica1\";s:4:\"nick\";s:10:\"friendica1\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica1\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica1\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica1\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica1\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica1\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica1\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:49:11'),('probe_url:0:http://192.168.22.10/profile/friendica2','a:15:{s:4:\"name\";s:10:\"friendica2\";s:4:\"nick\";s:10:\"friendica2\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica2\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica2\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica2\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica2\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica2\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica2\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/3.jpg?rev=2015-02-02+12%3A02%3A40\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:40:43'),('probe_url:0:http://192.168.22.10/profile/friendica4','a:15:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica4\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica4\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica4\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica4\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica4\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica4\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/6.jpg?rev=2015-02-02+12%3A04%3A29\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:45:05'),('probe_url:0:http://192.168.22.10/profile/friendica5','a:15:{s:4:\"name\";s:10:\"friendica5\";s:4:\"nick\";s:10:\"friendica5\";s:3:\"url\";s:39:\"http://192.168.22.10/profile/friendica5\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";s:43:\"http://192.168.22.10/dfrn_notify/friendica5\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica
/*!40000 ALTER TABLE `cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `challenge`
--
DROP TABLE IF EXISTS `challenge`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `challenge` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`challenge` varchar(255) NOT NULL DEFAULT '',
`dfrn-id` varchar(255) NOT NULL DEFAULT '',
`expire` int(11) NOT NULL DEFAULT '0',
`type` varchar(255) NOT NULL DEFAULT '',
`last_update` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `challenge`
--
LOCK TABLES `challenge` WRITE;
/*!40000 ALTER TABLE `challenge` DISABLE KEYS */;
/*!40000 ALTER TABLE `challenge` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `clients`
--
DROP TABLE IF EXISTS `clients`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `clients` (
`client_id` varchar(20) NOT NULL,
`pw` varchar(20) NOT NULL DEFAULT '',
`redirect_uri` varchar(200) NOT NULL DEFAULT '',
`name` text,
`icon` text,
`uid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`client_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `clients`
--
LOCK TABLES `clients` WRITE;
/*!40000 ALTER TABLE `clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `clients` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `config`
--
DROP TABLE IF EXISTS `config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `config` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`cat` varchar(255) NOT NULL DEFAULT '',
`k` varchar(255) NOT NULL DEFAULT '',
`v` text NOT NULL,
PRIMARY KEY (`id`),
KEY `cat_k` (`cat`(30),`k`(30))
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `config`
--
LOCK TABLES `config` WRITE;
/*!40000 ALTER TABLE `config` DISABLE KEYS */;
INSERT INTO `config` VALUES (1,'system','url','http://192.168.22.10'),(2,'system','build','1178'),(3,'system','temppath','/tmp'),(4,'system','itemcache','/tmp/itemcache'),(5,'system','lockpath','/tmp/lock'),(6,'system','ostatus_last_poll','1422903602'),(7,'system','last_expire_day','2'),(8,'system','cache_last_cleared','1422901802'),(9,'system','site_prvkey','-----BEGIN PRIVATE KEY-----\nMIICeQIBADANBgkqhkiG9w0BAQEFAASCAmMwggJfAgEAAoGBAL0EwaczRvO+Cgts\nHUCJde+q53ynJmuc8bHYhBRJ5hYQA/20Gnf6LP5KFXgezl1x8AmcGe0UYUT/0jjW\naL6m20aEAEXXdCk33BubHkU+N6drb0fDa5mO4TQ5dwiL+9njvwoepAe8vzfV6bL7\nMNiLTMRyOZZQ8amT2z9/IP1b69BbAgMBAAECgYEAti1obDtKzk/CpKGuS+5w4e9J\nr2X27M9WUAALxPY4sdj7z8GPpUVVqj1DFgQzB/Nx1AFFJ7B106fxOODGEcMGIPe6\nfcP36DzgW83htO73olosOq1qhKOiElqMbHHUQ7hyNxjKZPgAAN9TfRGhjGevGl8r\nfc5qDsLGu+d8o7j5ArkCQQDd4HEkBr0N5DiGR0J4eNVbnq/meHTDRCfUS4wjmMh1\nP7RD3R7hkiP92AIySVOnSWTWiniZ8mdfNyKEwtWMvK3VAkEA2hamKv4hMdczrhTH\nBa5ovpa3/uh1yqAwf/CldVVDAvuhgGRLw9kLsT23IpmjjLyIcqhGYLMh+UjgSQcj\nrlYtbwJBAKAS902YlvjYuHcYHjqwYq3RFPLf4M2n9FxTjO15otYEedekRk1TlCfl\nmeARywqcBuZJzKy0mCO3sW266zq4PWkCQQC8iB3oRr7Nhlt/3yhaKfcU49h1/eFu\nZGLpB1ESCL4ggwWPp6SzzxtDgrWhrK3tSUKv0/bbO6BgD3cMyqY23PrzAkEAtdlU\npnK0A8CRKYgSl5hq6YRVdrTc37/2up0nVP7Mm/zTsPQaEpeNh8JXPk6nO/s9Zgyt\nTSuUPQy0zj/RY8u8vw==\n-----END PRIVATE KEY-----\n'),(10,'system','site_pubkey','-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9BMGnM0bzvgoLbB1AiXXvqud8\npyZrnPGx2IQUSeYWEAP9tBp3+iz+ShV4Hs5dcfAJnBntFGFE/9I41mi+pttGhABF\n13QpN9wbmx5FPjena29Hw2uZjuE0OXcIi/vZ478KHqQHvL831emy+zDYi0zEcjmW\nUPGpk9s/fyD9W+vQWwIDAQAB\n-----END PUBLIC KEY-----\n');
/*!40000 ALTER TABLE `config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `contact`
--
DROP TABLE IF EXISTS `contact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `contact` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`self` tinyint(1) NOT NULL DEFAULT '0',
`remote_self` tinyint(1) NOT NULL DEFAULT '0',
`rel` tinyint(1) NOT NULL DEFAULT '0',
`duplex` tinyint(1) NOT NULL DEFAULT '0',
`network` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`nick` varchar(255) NOT NULL DEFAULT '',
`location` varchar(255) NOT NULL DEFAULT '',
`about` text NOT NULL,
`keywords` text NOT NULL,
`gender` varchar(32) NOT NULL DEFAULT '',
`attag` varchar(255) NOT NULL DEFAULT '',
`photo` text NOT NULL,
`thumb` text NOT NULL,
`micro` text NOT NULL,
`site-pubkey` text NOT NULL,
`issued-id` varchar(255) NOT NULL DEFAULT '',
`dfrn-id` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`nurl` varchar(255) NOT NULL DEFAULT '',
`addr` varchar(255) NOT NULL DEFAULT '',
`alias` varchar(255) NOT NULL DEFAULT '',
`pubkey` text NOT NULL,
`prvkey` text NOT NULL,
`batch` varchar(255) NOT NULL DEFAULT '',
`request` text NOT NULL,
`notify` text NOT NULL,
`poll` text NOT NULL,
`confirm` text NOT NULL,
`poco` text NOT NULL,
`aes_allow` tinyint(1) NOT NULL DEFAULT '0',
`ret-aes` tinyint(1) NOT NULL DEFAULT '0',
`usehub` tinyint(1) NOT NULL DEFAULT '0',
`subhub` tinyint(1) NOT NULL DEFAULT '0',
`hub-verify` varchar(255) NOT NULL DEFAULT '',
`last-update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`success_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`name-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`avatar-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`term-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`priority` tinyint(3) NOT NULL DEFAULT '0',
`blocked` tinyint(1) NOT NULL DEFAULT '1',
`readonly` tinyint(1) NOT NULL DEFAULT '0',
`writable` tinyint(1) NOT NULL DEFAULT '0',
`forum` tinyint(1) NOT NULL DEFAULT '0',
`prv` tinyint(1) NOT NULL DEFAULT '0',
`hidden` tinyint(1) NOT NULL DEFAULT '0',
`archive` tinyint(1) NOT NULL DEFAULT '0',
`pending` tinyint(1) NOT NULL DEFAULT '1',
`rating` tinyint(1) NOT NULL DEFAULT '0',
`reason` text NOT NULL,
`closeness` tinyint(2) NOT NULL DEFAULT '99',
`info` mediumtext NOT NULL,
`profile-id` int(11) NOT NULL DEFAULT '0',
`bdyear` varchar(4) NOT NULL DEFAULT '',
`bd` date NOT NULL DEFAULT '0000-00-00',
`notify_new_posts` tinyint(1) NOT NULL DEFAULT '0',
`fetch_further_information` tinyint(1) NOT NULL DEFAULT '0',
`ffi_keyword_blacklist` mediumtext NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `contact`
--
LOCK TABLES `contact` WRITE;
/*!40000 ALTER TABLE `contact` DISABLE KEYS */;
INSERT INTO `contact` VALUES (1,1,'2015-02-02 11:24:17',1,0,0,0,'','admin','admin','','','','','','http://192.168.22.10/photo/profile/1.jpg','http://192.168.22.10/photo/avatar/1.jpg','http://192.168.22.10/photo/micro/1.jpg','','','','http://192.168.22.10/profile/admin','http://192.168.22.10/profile/admin','','','','','','http://192.168.22.10/dfrn_request/admin','http://192.168.22.10/dfrn_notify/admin','http://192.168.22.10/dfrn_poll/admin','http://192.168.22.10/dfrn_confirm/admin','http://192.168.22.10/poco/admin',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 11:24:17','2015-02-02 11:24:17','2015-02-02 11:24:17','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(2,2,'2015-02-02 12:02:11',1,0,0,0,'','friendica1','friendica1','','','','','','http://192.168.22.10/photo/profile/2.jpg','http://192.168.22.10/photo/avatar/2.jpg','http://192.168.22.10/photo/micro/2.jpg','','','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','','','http://192.168.22.10/dfrn_request/friendica1','http://192.168.22.10/dfrn_notify/friendica1','http://192.168.22.10/dfrn_poll/friendica1','http://192.168.22.10/dfrn_confirm/friendica1','http://192.168.22.10/poco/friendica1',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:02:11','2015-02-02 12:02:11','2015-02-02 12:02:11','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(3,3,'2015-02-02 12:02:40',1,0,0,0,'','friendica2','friendica2','','','','','','http://192.168.22.10/photo/profile/3.jpg','http://192.168.22.10/photo/avatar/3.jpg','http://192.168.22.10/photo/micro/3.jpg','','','','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','','','','','','http://192.168.22.10/dfrn_request/friendica2','http://192.168.22.10/dfrn_notify/friendica2','http://192.168.22.10/dfrn_poll/friendica2','http://192.168.22.10/dfrn_confirm/friendica2','http://192.168.22.10/poco/friendica2',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:02:40','2015-02-02 12:02:40','2015-02-02 12:02:40','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(4,4,'2015-02-02 12:03:07',1,0,0,0,'','friendica3','friendica3','','','','','','http://192.168.22.10/photo/profile/4.jpg','http://192.168.22.10/photo/avatar/4.jpg','http://192.168.22.10/photo/micro/4.jpg','','','','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','','','','','','http://192.168.22.10/dfrn_request/friendica3','http://192.168.22.10/dfrn_notify/friendica3','http://192.168.22.10/dfrn_poll/friendica3','http://192.168.22.10/dfrn_confirm/friendica3','http://192.168.22.10/poco/friendica3',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:03:07','2015-02-02 12:03:07','2015-02-02 12:03:07','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(5,5,'2015-02-02 12:04:06',1,0,0,0,'','friendica5','friendica5','','','','','','http://192.168.22.10/photo/profile/5.jpg','http://192.168.22.10/photo/avatar/5.jpg','http://192.168.22.10/photo/micro/5.jpg','','','','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','','','','','','http://192.168.22.10/dfrn_request/friendica5','http://192.168.22.10/dfrn_notify/friendica5','http://192.168.22.10/dfrn_poll/friendica5','http://192.168.22.10/dfrn_confirm/friendica5','http://192.168.22.10/poco/friendica5',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:04:06','2015-02-02 12:04:06','2015-02-02 12:04:06','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(6,6,'2015-02-02 12:04:29',1,0,0,0,'','friendica4','friendica4','','','','','','http://192.168.22.10/photo/profile/6.jpg','http://192.168.22.10/photo/avatar/6.jpg','http://192.168.22.10/photo/micro/6.jpg','','','','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','','','','','','http://192.168.22.10/dfrn_request/friendica4','http://192.168.22.10/dfrn_notify/friendica4','http://192.168.22.10/dfrn_poll/friendic
/*!40000 ALTER TABLE `contact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `conv`
--
DROP TABLE IF EXISTS `conv`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `conv` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`guid` varchar(64) NOT NULL DEFAULT '',
`recips` mediumtext NOT NULL,
`uid` int(11) NOT NULL DEFAULT '0',
`creator` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`subject` mediumtext NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `conv`
--
LOCK TABLES `conv` WRITE;
/*!40000 ALTER TABLE `conv` DISABLE KEYS */;
/*!40000 ALTER TABLE `conv` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `deliverq`
--
DROP TABLE IF EXISTS `deliverq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `deliverq` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`cmd` varchar(32) NOT NULL DEFAULT '',
`item` int(11) NOT NULL DEFAULT '0',
`contact` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `deliverq`
--
LOCK TABLES `deliverq` WRITE;
/*!40000 ALTER TABLE `deliverq` DISABLE KEYS */;
/*!40000 ALTER TABLE `deliverq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dsprphotoq`
--
DROP TABLE IF EXISTS `dsprphotoq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dsprphotoq` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`msg` mediumtext NOT NULL,
`attempt` tinyint(4) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dsprphotoq`
--
LOCK TABLES `dsprphotoq` WRITE;
/*!40000 ALTER TABLE `dsprphotoq` DISABLE KEYS */;
/*!40000 ALTER TABLE `dsprphotoq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `event`
--
DROP TABLE IF EXISTS `event`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `event` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`cid` int(11) NOT NULL DEFAULT '0',
`uri` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`start` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`finish` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`summary` text NOT NULL,
`desc` text NOT NULL,
`location` text NOT NULL,
`type` varchar(255) NOT NULL DEFAULT '',
`nofinish` tinyint(1) NOT NULL DEFAULT '0',
`adjust` tinyint(1) NOT NULL DEFAULT '1',
`ignore` tinyint(1) unsigned NOT NULL DEFAULT '0',
`allow_cid` mediumtext NOT NULL,
`allow_gid` mediumtext NOT NULL,
`deny_cid` mediumtext NOT NULL,
`deny_gid` mediumtext NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `event`
--
LOCK TABLES `event` WRITE;
/*!40000 ALTER TABLE `event` DISABLE KEYS */;
/*!40000 ALTER TABLE `event` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fcontact`
--
DROP TABLE IF EXISTS `fcontact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fcontact` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) NOT NULL DEFAULT '',
`name` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`request` varchar(255) NOT NULL DEFAULT '',
`nick` varchar(255) NOT NULL DEFAULT '',
`addr` varchar(255) NOT NULL DEFAULT '',
`batch` varchar(255) NOT NULL DEFAULT '',
`notify` varchar(255) NOT NULL DEFAULT '',
`poll` varchar(255) NOT NULL DEFAULT '',
`confirm` varchar(255) NOT NULL DEFAULT '',
`priority` tinyint(1) NOT NULL DEFAULT '0',
`network` varchar(32) NOT NULL DEFAULT '',
`alias` varchar(255) NOT NULL DEFAULT '',
`pubkey` text NOT NULL,
`updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `addr` (`addr`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `fcontact`
--
LOCK TABLES `fcontact` WRITE;
/*!40000 ALTER TABLE `fcontact` DISABLE KEYS */;
/*!40000 ALTER TABLE `fcontact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ffinder`
--
DROP TABLE IF EXISTS `ffinder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ffinder` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`cid` int(10) unsigned NOT NULL DEFAULT '0',
`fid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ffinder`
--
LOCK TABLES `ffinder` WRITE;
/*!40000 ALTER TABLE `ffinder` DISABLE KEYS */;
/*!40000 ALTER TABLE `ffinder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fserver`
--
DROP TABLE IF EXISTS `fserver`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fserver` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`server` varchar(255) NOT NULL DEFAULT '',
`posturl` varchar(255) NOT NULL DEFAULT '',
`key` text NOT NULL,
PRIMARY KEY (`id`),
KEY `server` (`server`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `fserver`
--
LOCK TABLES `fserver` WRITE;
/*!40000 ALTER TABLE `fserver` DISABLE KEYS */;
/*!40000 ALTER TABLE `fserver` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `fsuggest`
--
DROP TABLE IF EXISTS `fsuggest`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fsuggest` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`cid` int(11) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`request` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`note` text NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `fsuggest`
--
LOCK TABLES `fsuggest` WRITE;
/*!40000 ALTER TABLE `fsuggest` DISABLE KEYS */;
/*!40000 ALTER TABLE `fsuggest` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gcign`
--
DROP TABLE IF EXISTS `gcign`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gcign` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`gcid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `gcid` (`gcid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gcign`
--
LOCK TABLES `gcign` WRITE;
/*!40000 ALTER TABLE `gcign` DISABLE KEYS */;
/*!40000 ALTER TABLE `gcign` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `gcontact`
--
DROP TABLE IF EXISTS `gcontact`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gcontact` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`nurl` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`connect` varchar(255) NOT NULL DEFAULT '',
`updated` datetime DEFAULT '0000-00-00 00:00:00',
`location` varchar(255) NOT NULL DEFAULT '',
`about` text NOT NULL,
`keywords` text NOT NULL,
`gender` varchar(32) NOT NULL DEFAULT '',
`network` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `nurl` (`nurl`)
) ENGINE=InnoDB AUTO_INCREMENT=157 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `gcontact`
--
LOCK TABLES `gcontact` WRITE;
/*!40000 ALTER TABLE `gcontact` DISABLE KEYS */;
INSERT INTO `gcontact` VALUES (1,'Keith','https://friendika.me4.it/profile/keith','http://friendika.me4.it/profile/keith','https://friendika.me4.it/photo/custom/300/1.jpg?rev=2014-07-27+19%3A34%3A36','','0000-00-00 00:00:00','','','','','dspr'),(2,'Manuel Freiria','https://friendika.me4.it/profile/manolofreiria','http://friendika.me4.it/profile/manolofreiria','https://friendika.me4.it/photo/custom/300/254.jpg?rev=2014-09-06+23%3A58%3A50','','0000-00-00 00:00:00','','','','','dspr'),(3,'José Manuel Goig','https://friendika.me4.it/profile/jmgoig','http://friendika.me4.it/profile/jmgoig','https://friendika.me4.it/photo/custom/300/283.jpg?rev=2014-12-16+10%3A11%3A40','','0000-00-00 00:00:00','','','','','dspr'),(4,'Keith','https://friendica.eu/profile/support','http://friendica.eu/profile/support','https://friendica.eu/photo/custom/300/1.jpg?rev=2011-12-21+14%3A41%3A44','','0000-00-00 00:00:00','','','','','dspr'),(5,'Henrike Van Mortis','https://friendica.eu/profile/hvm','http://friendica.eu/profile/hvm','https://friendica.eu/photo/custom/300/250.jpg','','0000-00-00 00:00:00','','','','','dspr'),(6,'offene Ablage: nothing to hide','https://friendica.eu/profile/o2myfrdca01','http://friendica.eu/profile/o2myfrdca01','https://friendica.eu/photo/custom/300/259.jpg?rev=2012-02-16+16%3A49%3A37','','0000-00-00 00:00:00','','','','','dspr'),(7,'Friendica Theme Developers','https://friendica.eu/profile/ftdevs','http://friendica.eu/profile/ftdevs','https://friendica.eu/photo/custom/300/366.jpg?rev=2012-03-01+11%3A58%3A18','','0000-00-00 00:00:00','','','','','dspr'),(8,'Nepesh Hacker','https://friendica.eu/profile/arescorpio','http://friendica.eu/profile/arescorpio','https://friendica.eu/photo/custom/300/516.jpg?rev=2012-11-07+22%3A39%3A38','','0000-00-00 00:00:00','','','','','dspr'),(9,'Rolf Rupp','https://friendica.eu/profile/rcr','http://friendica.eu/profile/rcr','https://friendica.eu/photo/custom/300/841.jpg?rev=2014-01-09+22%3A15%3A09','','0000-00-00 00:00:00','','','','','dspr'),(10,'Daniel Steinbacher','https://friendica.eu/profile/damez','http://friendica.eu/profile/damez','https://friendica.eu/photo/custom/300/1791.jpg?rev=2015-01-15+16%3A49%3A29','','0000-00-00 00:00:00','','','','','dspr'),(11,'Pirate Times','https://friendica.eu/profile/piratetimes','http://friendica.eu/profile/piratetimes','https://friendica.eu/photo/custom/300/885.jpg?rev=2014-01-21+11%3A09%3A35','','0000-00-00 00:00:00','','','','','dspr'),(12,'Jacques','https://friendica.eu/profile/jacques','http://friendica.eu/profile/jacques','https://friendica.eu/photo/custom/300/907.jpg?rev=2015-01-15+14%3A37%3A37','','0000-00-00 00:00:00','','','','','dspr'),(13,'Montse Freire','https://friendica.eu/profile/auga09','http://friendica.eu/profile/auga09','https://friendica.eu/photo/custom/300/934.jpg?rev=2014-02-16+14%3A17%3A30','','0000-00-00 00:00:00','','','','','dspr'),(14,'oremus','https://friendica.eu/profile/oremus','http://friendica.eu/profile/oremus','https://friendica.eu/photo/custom/300/1073.jpg?rev=2014-04-29+15%3A09%3A50','','0000-00-00 00:00:00','','','','','dspr'),(15,'ppp','https://friendica.eu/profile/ppp','http://friendica.eu/profile/ppp','https://friendica.eu/photo/custom/300/1134.jpg?rev=2014-06-01+12%3A58%3A28','','0000-00-00 00:00:00','','','','','dspr'),(16,'Krin Bouch','https://friendica.eu/profile/krinbouch','http://friendica.eu/profile/krinbouch','https://friendica.eu/photo/custom/300/1471.jpg?rev=2014-09-20+14%3A18%3A24','','0000-00-00 00:00:00','','','','','dspr'),(17,'Miguel Menéndez','https://friendica.eu/profile/miguelmenendez','http://friendica.eu/profile/miguelmenendez','https://friendica.eu/photo/custom/300/1508.jpg?rev=2014-10-26+15%3A21%3A28','','0000-00-00 00:00:00','','','','','dspr'),(18,'Alexandre Pólvora','https://friendica.eu/profile/discomplex','http://friendica.eu/profile/discomplex','https://friendica.eu/photo/custom/300/1522.jpg?rev=2014-11-05+23%3A54%3A57','','0000-00-00 00:00:00','','','','','dspr'),(19,'Chak\'pur','https://friendica.eu/profile/murokka','http://friendica.eu/profile/murokka','https://friendic
/*!40000 ALTER TABLE `gcontact` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `glink`
--
DROP TABLE IF EXISTS `glink`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `glink` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`cid` int(11) NOT NULL DEFAULT '0',
`uid` int(11) NOT NULL DEFAULT '0',
`gcid` int(11) NOT NULL DEFAULT '0',
`zcid` int(11) NOT NULL DEFAULT '0',
`updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `cid_uid_gcid_zcid` (`cid`,`uid`,`gcid`,`zcid`),
KEY `gcid` (`gcid`),
KEY `zcid` (`zcid`)
) ENGINE=InnoDB AUTO_INCREMENT=189 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `glink`
--
LOCK TABLES `glink` WRITE;
/*!40000 ALTER TABLE `glink` DISABLE KEYS */;
INSERT INTO `glink` VALUES (1,0,0,1,0,'2015-02-02 11:31:20'),(2,0,0,2,0,'2015-02-02 11:31:21'),(3,0,0,3,0,'2015-02-02 11:31:22'),(4,0,0,4,0,'2015-02-02 11:31:23'),(5,0,0,5,0,'2015-02-02 11:31:24'),(6,0,0,6,0,'2015-02-02 11:31:25'),(7,0,0,7,0,'2015-02-02 11:31:26'),(8,0,0,8,0,'2015-02-02 11:31:27'),(9,0,0,9,0,'2015-02-02 11:31:28'),(10,0,0,10,0,'2015-02-02 11:31:28'),(11,0,0,11,0,'2015-02-02 11:31:29'),(12,0,0,12,0,'2015-02-02 11:31:30'),(13,0,0,13,0,'2015-02-02 11:31:31'),(14,0,0,14,0,'2015-02-02 11:31:32'),(15,0,0,15,0,'2015-02-02 11:31:33'),(16,0,0,16,0,'2015-02-02 11:31:34'),(17,0,0,17,0,'2015-02-02 11:31:35'),(18,0,0,18,0,'2015-02-02 11:31:35'),(19,0,0,19,0,'2015-02-02 11:31:36'),(20,0,0,20,0,'2015-02-02 11:31:37'),(21,0,0,21,0,'2015-02-02 11:31:38'),(22,0,0,22,0,'2015-02-02 11:31:39'),(23,0,0,23,0,'2015-02-02 11:31:40'),(24,0,0,24,0,'2015-02-02 11:31:41'),(25,0,0,25,0,'2015-02-02 11:31:41'),(26,0,0,26,0,'2015-02-02 11:31:42'),(27,0,0,27,0,'2015-02-02 11:31:43'),(28,0,0,28,0,'2015-02-02 11:31:44'),(29,0,0,29,0,'2015-02-02 11:31:44'),(30,0,0,30,0,'2015-02-02 11:31:45'),(31,0,0,31,0,'2015-02-02 11:31:45'),(32,0,0,32,0,'2015-02-02 11:31:45'),(33,0,0,33,0,'2015-02-02 11:31:46'),(34,0,0,34,0,'2015-02-02 11:31:47'),(35,0,0,35,0,'2015-02-02 11:32:53'),(36,0,0,36,0,'2015-02-02 11:32:54'),(37,0,0,37,0,'2015-02-02 11:32:55'),(38,0,0,38,0,'2015-02-02 11:32:56'),(39,0,0,39,0,'2015-02-02 11:32:57'),(40,0,0,40,0,'2015-02-02 11:32:57'),(41,0,0,41,0,'2015-02-02 11:32:58'),(42,0,0,42,0,'2015-02-02 11:32:59'),(43,0,0,43,0,'2015-02-02 11:33:00'),(44,0,0,44,0,'2015-02-02 11:33:01'),(45,0,0,45,0,'2015-02-02 11:33:02'),(46,0,0,46,0,'2015-02-02 11:33:02'),(47,0,0,47,0,'2015-02-02 11:33:03'),(48,0,0,48,0,'2015-02-02 11:33:05'),(49,0,0,49,0,'2015-02-02 11:33:06'),(50,0,0,50,0,'2015-02-02 11:33:07'),(51,0,0,51,0,'2015-02-02 11:33:08'),(52,0,0,52,0,'2015-02-02 11:33:10'),(53,0,0,53,0,'2015-02-02 11:33:11'),(54,0,0,54,0,'2015-02-02 11:33:12'),(55,0,0,55,0,'2015-02-02 11:33:13'),(56,0,0,56,0,'2015-02-02 11:33:14'),(57,0,0,57,0,'2015-02-02 11:33:15'),(58,0,0,58,0,'2015-02-02 11:33:16'),(59,0,0,59,0,'2015-02-02 11:33:17'),(60,0,0,60,0,'2015-02-02 11:33:18'),(61,0,0,61,0,'2015-02-02 11:33:19'),(62,0,0,62,0,'2015-02-02 11:33:21'),(63,0,0,63,0,'2015-02-02 11:33:22'),(64,0,0,64,0,'2015-02-02 11:33:23'),(65,0,0,65,0,'2015-02-02 11:33:24'),(66,0,0,66,0,'2015-02-02 11:33:25'),(67,0,0,67,0,'2015-02-02 11:33:26'),(68,0,0,68,0,'2015-02-02 11:33:29'),(69,0,0,69,0,'2015-02-02 11:33:32'),(70,0,0,70,0,'2015-02-02 11:33:33'),(71,0,0,71,0,'2015-02-02 11:33:34'),(72,0,0,72,0,'2015-02-02 11:34:38'),(73,0,0,73,0,'2015-02-02 11:34:38'),(74,0,0,74,0,'2015-02-02 11:34:38'),(75,0,0,75,0,'2015-02-02 11:34:38'),(76,0,0,76,0,'2015-02-02 11:34:38'),(77,0,0,77,0,'2015-02-02 11:34:38'),(78,0,0,78,0,'2015-02-02 11:34:38'),(79,0,0,79,0,'2015-02-02 11:34:38'),(80,0,0,80,0,'2015-02-02 11:34:38'),(81,0,0,81,0,'2015-02-02 11:34:38'),(82,0,0,82,0,'2015-02-02 11:34:38'),(83,0,0,83,0,'2015-02-02 11:34:38'),(84,0,0,84,0,'2015-02-02 11:34:41'),(85,0,0,85,0,'2015-02-02 11:34:42'),(86,0,0,86,0,'2015-02-02 11:34:43'),(87,0,0,87,0,'2015-02-02 11:34:44'),(88,0,0,88,0,'2015-02-02 11:34:45'),(89,0,0,89,0,'2015-02-02 11:34:46'),(90,0,0,90,0,'2015-02-02 11:34:46'),(91,0,0,91,0,'2015-02-02 11:34:47'),(92,0,0,92,0,'2015-02-02 11:34:48'),(93,0,0,93,0,'2015-02-02 11:34:49'),(94,0,0,94,0,'2015-02-02 11:34:49'),(95,0,0,95,0,'2015-02-02 11:34:50'),(96,0,0,96,0,'2015-02-02 11:34:51'),(97,0,0,97,0,'2015-02-02 11:34:51'),(98,0,0,98,0,'2015-02-02 11:34:52'),(99,0,0,99,0,'2015-02-02 11:34:53'),(100,0,0,100,0,'2015-02-02 11:34:54'),(101,0,0,101,0,'2015-02-02 11:34:55'),(102,0,0,102,0,'2015-02-02 11:34:55'),(103,0,0,103,0,'2015-02-02 11:34:56'),(104,0,0,104,0,'2015-02-02 11:34:57'),(105,0,0,105,0,'2015-02-02 11:34:58'),(106,0,0,106,0,'2015-02-02 11:34:58'),(107,0,0,107,0,'2015-02-02 11:34:59'),(108,0,0,108,0,'2015-02-02 11:35:00'),(109,0,0,109,0,'2015-02-02 11:35:01'),(110,0,0,110,0,'2015-02-02 11:35:02'),(111,0,0,111,0,'2015-02-02 11:35:02'),(112,0,0,112,0,'2015-02-02 11:35:03'),(113,0,0,113,0,'2015-02-02 1
/*!40000 ALTER TABLE `glink` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `group`
--
DROP TABLE IF EXISTS `group`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `group` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`visible` tinyint(1) NOT NULL DEFAULT '0',
`deleted` tinyint(1) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `group`
--
LOCK TABLES `group` WRITE;
/*!40000 ALTER TABLE `group` DISABLE KEYS */;
INSERT INTO `group` VALUES (1,1,0,0,'Friends'),(2,2,0,0,'Friends'),(3,3,0,0,'Friends'),(4,4,0,0,'Friends'),(5,5,0,0,'Friends'),(6,6,0,0,'Friends'),(7,2,0,0,'group1'),(8,2,0,0,'group2');
/*!40000 ALTER TABLE `group` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `group_member`
--
DROP TABLE IF EXISTS `group_member`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `group_member` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`gid` int(10) unsigned NOT NULL DEFAULT '0',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `uid_gid_contactid` (`uid`,`gid`,`contact-id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `group_member`
--
LOCK TABLES `group_member` WRITE;
/*!40000 ALTER TABLE `group_member` DISABLE KEYS */;
INSERT INTO `group_member` VALUES (4,2,2,12),(5,2,2,14),(6,2,2,16),(9,2,2,18),(12,2,7,12),(13,2,7,18),(14,2,8,14),(15,2,8,16),(1,3,3,8),(8,3,3,11),(2,4,4,7),(10,4,4,13),(3,5,5,10),(7,5,5,15),(11,6,6,17);
/*!40000 ALTER TABLE `group_member` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `guid`
--
DROP TABLE IF EXISTS `guid`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `guid` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`guid` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `guid` (`guid`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `guid`
--
LOCK TABLES `guid` WRITE;
/*!40000 ALTER TABLE `guid` DISABLE KEYS */;
INSERT INTO `guid` VALUES (2,'043683592163744406954cf601a6ea7c'),(4,'06554cf6760d7bd9'),(26,'115265984886425346054cfc8cd2b30d'),(16,'134524908174756698954cfc6f6af694'),(3,'14654cf674381248'),(27,'147164917208927777754cfc90495ae1'),(25,'173326339068575320654cfc86b794cc'),(1,'19754cf5e616d58b'),(20,'21254cfc73701af6'),(18,'27554cfc71bcb2e8'),(12,'32554cfc4ecad9ed'),(10,'384434952122597196054cfc3e54fb70'),(11,'43554cfc4ec523d0'),(9,'480886065162043563354cfc37dd52a5'),(23,'48654cfc78f98728'),(17,'49454cfc71b75a4e'),(8,'513563952202228973954cfc33761f0c'),(6,'51854cf67b60ceec'),(24,'52754cfc79010af9'),(15,'57054cfc5cac8e5c'),(19,'58354cfc7369ebdb'),(22,'69454cfc7686a537'),(5,'75354cf677be64c1'),(14,'79554cfc5ca68cdc'),(21,'83254cfc7681d1da'),(7,'84554cf67cd393c4'),(13,'855416271212197658654cfc567bcd52'),(28,'962929709188110261054cfc93d1c583');
/*!40000 ALTER TABLE `guid` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `hook`
--
DROP TABLE IF EXISTS `hook`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `hook` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`hook` varchar(255) NOT NULL DEFAULT '',
`file` varchar(255) NOT NULL DEFAULT '',
`function` varchar(255) NOT NULL DEFAULT '',
`priority` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `hook_file_function` (`hook`(30),`file`(60),`function`(30))
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `hook`
--
LOCK TABLES `hook` WRITE;
/*!40000 ALTER TABLE `hook` DISABLE KEYS */;
/*!40000 ALTER TABLE `hook` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `intro`
--
DROP TABLE IF EXISTS `intro`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `intro` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`fid` int(11) NOT NULL DEFAULT '0',
`contact-id` int(11) NOT NULL DEFAULT '0',
`knowyou` tinyint(1) NOT NULL DEFAULT '0',
`duplex` tinyint(1) NOT NULL DEFAULT '0',
`note` text NOT NULL,
`hash` varchar(255) NOT NULL DEFAULT '',
`datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`blocked` tinyint(1) NOT NULL DEFAULT '1',
`ignore` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `intro`
--
LOCK TABLES `intro` WRITE;
/*!40000 ALTER TABLE `intro` DISABLE KEYS */;
INSERT INTO `intro` VALUES (2,6,0,9,1,0,'','4142285f3a13a4470e6e8bca48f18f9452574c9f608050678d82b5156ba9272e1422902647','2015-02-02 18:44:07',1,0);
/*!40000 ALTER TABLE `intro` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `item`
--
DROP TABLE IF EXISTS `item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`guid` varchar(255) NOT NULL DEFAULT '',
`uri` varchar(255) NOT NULL DEFAULT '',
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`contact-id` int(11) NOT NULL DEFAULT '0',
`type` varchar(255) NOT NULL DEFAULT '',
`wall` tinyint(1) NOT NULL DEFAULT '0',
`gravity` tinyint(1) NOT NULL DEFAULT '0',
`parent` int(10) unsigned NOT NULL DEFAULT '0',
`parent-uri` varchar(255) NOT NULL DEFAULT '',
`extid` varchar(255) NOT NULL DEFAULT '',
`thr-parent` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`changed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`owner-name` varchar(255) NOT NULL DEFAULT '',
`owner-link` varchar(255) NOT NULL DEFAULT '',
`owner-avatar` varchar(255) NOT NULL DEFAULT '',
`author-name` varchar(255) NOT NULL DEFAULT '',
`author-link` varchar(255) NOT NULL DEFAULT '',
`author-avatar` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`body` mediumtext NOT NULL,
`app` varchar(255) NOT NULL DEFAULT '',
`verb` varchar(255) NOT NULL DEFAULT '',
`object-type` varchar(255) NOT NULL DEFAULT '',
`object` text NOT NULL,
`target-type` varchar(255) NOT NULL DEFAULT '',
`target` text NOT NULL,
`postopts` text NOT NULL,
`plink` varchar(255) NOT NULL DEFAULT '',
`resource-id` varchar(255) NOT NULL DEFAULT '',
`event-id` int(11) NOT NULL DEFAULT '0',
`tag` mediumtext NOT NULL,
`attach` mediumtext NOT NULL,
`inform` mediumtext NOT NULL,
`file` mediumtext NOT NULL,
`location` varchar(255) NOT NULL DEFAULT '',
`coord` varchar(255) NOT NULL DEFAULT '',
`allow_cid` mediumtext NOT NULL,
`allow_gid` mediumtext NOT NULL,
`deny_cid` mediumtext NOT NULL,
`deny_gid` mediumtext NOT NULL,
`private` tinyint(1) NOT NULL DEFAULT '0',
`pubmail` tinyint(1) NOT NULL DEFAULT '0',
`moderated` tinyint(1) NOT NULL DEFAULT '0',
`visible` tinyint(1) NOT NULL DEFAULT '0',
`spam` tinyint(1) NOT NULL DEFAULT '0',
`starred` tinyint(1) NOT NULL DEFAULT '0',
`bookmark` tinyint(1) NOT NULL DEFAULT '0',
`unseen` tinyint(1) NOT NULL DEFAULT '1',
`deleted` tinyint(1) NOT NULL DEFAULT '0',
`origin` tinyint(1) NOT NULL DEFAULT '0',
`forum_mode` tinyint(1) NOT NULL DEFAULT '0',
`last-child` tinyint(1) unsigned NOT NULL DEFAULT '1',
`mention` tinyint(1) NOT NULL DEFAULT '0',
`network` varchar(32) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `guid` (`guid`),
KEY `uri` (`uri`),
KEY `parent` (`parent`),
KEY `parent-uri` (`parent-uri`),
KEY `extid` (`extid`),
KEY `uid_id` (`uid`,`id`),
KEY `uid_created` (`uid`,`created`),
KEY `uid_unseen` (`uid`,`unseen`),
KEY `uid_network_received` (`uid`,`network`,`received`),
KEY `uid_received` (`uid`,`received`),
KEY `uid_network_commented` (`uid`,`network`,`commented`),
KEY `uid_commented` (`uid`,`commented`),
KEY `uid_title` (`uid`,`title`),
KEY `uid_thrparent` (`uid`,`thr-parent`),
KEY `uid_parenturi` (`uid`,`parent-uri`),
KEY `uid_contactid_created` (`uid`,`contact-id`,`created`),
KEY `wall_body` (`wall`,`body`(6)),
KEY `uid_visible_moderated_created` (`uid`,`visible`,`moderated`,`created`),
KEY `uid_uri` (`uid`,`uri`),
KEY `uid_wall_created` (`uid`,`wall`,`created`),
KEY `resource-id` (`resource-id`),
KEY `uid_type` (`uid`,`type`),
KEY `uid_starred` (`uid`,`starred`),
KEY `contactid_allowcid_allowpid_denycid_denygid` (`contact-id`,`allow_cid`(10),`allow_gid`(10),`deny_cid`(10),`deny_gid`(10)),
KEY `uid_wall_parent_created` (`uid`,`wall`,`parent`,`created`),
KEY `uid_type_changed` (`uid`,`type`,`changed`),
KEY `contactid_verb` (`contact-id`,`verb`),
KEY `deleted_changed` (`deleted`,`changed`),
KEY `uid_wall_changed` (`uid`,`wall`,`changed`),
KEY `uid_eventid` (`uid`,`event-id`),
KEY `uid_authorlink` (`uid`,`author-link`),
KEY `uid_ownerlink` (`uid`,`owner-link`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `item`
--
LOCK TABLES `item` WRITE;
/*!40000 ALTER TABLE `item` DISABLE KEYS */;
INSERT INTO `item` VALUES (1,'043683592163744406954cf601a6ea7c','urn:X-dfrn:192.168.22.10:1:d2aa595d1d0a1dcd796ffa5adf071f2d9a6f8e5ca39c6d5b024f5ddacdc9d2bb',1,1,'wall',1,0,1,'urn:X-dfrn:192.168.22.10:1:d2aa595d1d0a1dcd796ffa5adf071f2d9a6f8e5ca39c6d5b024f5ddacdc9d2bb','','urn:X-dfrn:192.168.22.10:1:d2aa595d1d0a1dcd796ffa5adf071f2d9a6f8e5ca39c6d5b024f5ddacdc9d2bb','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','admin','http://192.168.22.10/profile/admin','http://192.168.22.10/photo/avatar/1.jpg','admin','http://192.168.22.10/profile/admin','http://192.168.22.10/photo/avatar/1.jpg','Initial admin post','Hello world!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=pidgin;0.25363636363636:english;0.20848484848485:hawaiian;0.1730303030303','http://192.168.22.10/display/043683592163744406954cf601a6ea7c','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(2,'513563952202228973954cfc33761f0c','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65',3,3,'wall',1,0,2,'urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65','','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','Friendica2 is here!','Hi, this is my first post!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=latin;0.27460317460317:english;0.26285714285714:french;0.15936507936508','http://192.168.22.10/display/513563952202228973954cfc33761f0c','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(3,'480886065162043563354cfc37dd52a5','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b',4,4,'wall',1,0,3,'urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b','','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/avatar/4.jpg','friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/avatar/4.jpg','Friendica3 says hi','Here I am!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=danish;0.54814814814815:english;0.48925925925926:italian;0.43','http://192.168.22.10/display/480886065162043563354cfc37dd52a5','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(4,'384434952122597196054cfc3e54fb70','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7',6,6,'wall',1,0,4,'urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7','','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','Friendica4 check-in','Hey ho!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=hawaiian;0.42722222222222:english;0.41388888888889:vietnamese;0.25333333333333','http://192.168.22.10/display/384434952122597196054cfc3e54fb70','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(5,'855416271212197658654cfc567bcd52','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87
/*!40000 ALTER TABLE `item` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `item_id`
--
DROP TABLE IF EXISTS `item_id`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `item_id` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`iid` int(11) NOT NULL DEFAULT '0',
`uid` int(11) NOT NULL DEFAULT '0',
`sid` varchar(255) NOT NULL DEFAULT '',
`service` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `sid` (`sid`),
KEY `service` (`service`),
KEY `iid` (`iid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `item_id`
--
LOCK TABLES `item_id` WRITE;
/*!40000 ALTER TABLE `item_id` DISABLE KEYS */;
/*!40000 ALTER TABLE `item_id` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `locks`
--
DROP TABLE IF EXISTS `locks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `locks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(128) NOT NULL DEFAULT '',
`locked` tinyint(1) NOT NULL DEFAULT '0',
`created` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `locks`
--
LOCK TABLES `locks` WRITE;
/*!40000 ALTER TABLE `locks` DISABLE KEYS */;
/*!40000 ALTER TABLE `locks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mail`
--
DROP TABLE IF EXISTS `mail`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mail` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`guid` varchar(64) NOT NULL DEFAULT '',
`from-name` varchar(255) NOT NULL DEFAULT '',
`from-photo` varchar(255) NOT NULL DEFAULT '',
`from-url` varchar(255) NOT NULL DEFAULT '',
`contact-id` varchar(255) NOT NULL DEFAULT '',
`convid` int(11) unsigned NOT NULL DEFAULT '0',
`title` varchar(255) NOT NULL DEFAULT '',
`body` mediumtext NOT NULL,
`seen` tinyint(1) NOT NULL DEFAULT '0',
`reply` tinyint(1) NOT NULL DEFAULT '0',
`replied` tinyint(1) NOT NULL DEFAULT '0',
`unknown` tinyint(1) NOT NULL DEFAULT '0',
`uri` varchar(255) NOT NULL DEFAULT '',
`parent-uri` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `guid` (`guid`),
KEY `convid` (`convid`),
KEY `reply` (`reply`),
KEY `uri` (`uri`),
KEY `parent-uri` (`parent-uri`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mail`
--
LOCK TABLES `mail` WRITE;
/*!40000 ALTER TABLE `mail` DISABLE KEYS */;
/*!40000 ALTER TABLE `mail` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `mailacct`
--
DROP TABLE IF EXISTS `mailacct`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mailacct` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`server` varchar(255) NOT NULL DEFAULT '',
`port` int(11) NOT NULL DEFAULT '0',
`ssltype` varchar(16) NOT NULL DEFAULT '',
`mailbox` varchar(255) NOT NULL DEFAULT '',
`user` varchar(255) NOT NULL DEFAULT '',
`pass` text NOT NULL,
`reply_to` varchar(255) NOT NULL DEFAULT '',
`action` int(11) NOT NULL DEFAULT '0',
`movetofolder` varchar(255) NOT NULL DEFAULT '',
`pubmail` tinyint(1) NOT NULL DEFAULT '0',
`last_check` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `mailacct`
--
LOCK TABLES `mailacct` WRITE;
/*!40000 ALTER TABLE `mailacct` DISABLE KEYS */;
/*!40000 ALTER TABLE `mailacct` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `manage`
--
DROP TABLE IF EXISTS `manage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `manage` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`mid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `uid_mid` (`uid`,`mid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `manage`
--
LOCK TABLES `manage` WRITE;
/*!40000 ALTER TABLE `manage` DISABLE KEYS */;
/*!40000 ALTER TABLE `manage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify`
--
DROP TABLE IF EXISTS `notify`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notify` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`hash` varchar(64) NOT NULL DEFAULT '',
`type` int(11) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`msg` mediumtext NOT NULL,
`uid` int(11) NOT NULL DEFAULT '0',
`link` varchar(255) NOT NULL DEFAULT '',
`parent` int(11) NOT NULL DEFAULT '0',
`seen` tinyint(1) NOT NULL DEFAULT '0',
`verb` varchar(255) NOT NULL DEFAULT '',
`otype` varchar(16) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notify`
--
LOCK TABLES `notify` WRITE;
/*!40000 ALTER TABLE `notify` DISABLE KEYS */;
INSERT INTO `notify` VALUES (1,'3d5423a2cc45d4b8c8b290c660e2c6b8e57b9e88b671e4c579a559be08b27561',1,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/profile/3.jpg?rev=2015-02-02+12%3A02%3A40','2015-02-02 18:41:22','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica2]friendica2[/url].',4,'http://192.168.22.10/notifications/intros',0,1,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(2,'fbda244c49b754cb9f025d492d75dd0117a3124a5be71aa8ec92b97f9d49ee56',2,'friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/1f4766db71f0f2d503287947c1d67dcd-4.jpg','2015-02-02 18:41:48','[url=http://192.168.22.10/profile/friendica3]friendica3[/url] has accepted your [url=]connection request[/url].',3,'http://192.168.22.10/contacts/8',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(3,'cfe0cdc5cc637ec14db44138a3763b8e837891649081f3537ed45ff900415468',1,'friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/profile/6.jpg?rev=2015-02-02+12%3A04%3A29','2015-02-02 18:45:15','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica4]friendica4[/url].',5,'http://192.168.22.10/notifications/intros',0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(4,'babf1684421dae503abe820f19e2f4714e61b1813cef84bc79fb743992cc56d4',2,'friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/75b60a2a1e6b2cdf2eb3637955a7a5c2-4.jpg','2015-02-02 18:45:30','[url=http://192.168.22.10/profile/friendica5]friendica5[/url] has accepted your [url=]connection request[/url].',6,'http://192.168.22.10/contacts/9',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(5,'7d70a57209f952be69671134ea646cdd180308ecfbc11608cbc938a12b2b3a00',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11','2015-02-02 18:49:41','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',3,'http://192.168.22.10/notifications/intros',0,1,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(6,'44f69e938a6125af6e7487da7b7933966f6f3bfc69da02989105e74110e4a061',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11','2015-02-02 18:50:09','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',4,'http://192.168.22.10/notifications/intros',0,1,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(7,'f3f9b580032f30d6bc0832b66bbaaab56769d3aca16d1d790c256139eebee1b4',1,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11','2015-02-02 18:50:55','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',5,'http://192.168.22.10/notifications/intros',0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(8,'7c94e6c1e7ca90e651b8c0cea37d1f1466562b6e3248863336d32280d908c1fc',2,'friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/01072618a17425401fafdeb40fcd79ac-4.jpg','2015-02-02 18:51:07','[url=http://192.168.22.10/profile/friendica5]friendica5[/url] has accepted your [url=]connection request[/url].',2,'http://192.168.22.10/contacts/16',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(9,'31c4206b3a7dae13c8e9932d496dbab0b8a74b6230eb2656926523e85634d561',2,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-4.jpg','2015-02-02 18:51:34','[url=http://192.168.22.10/profile/friendica2]friendica2[/url] has accepted your [url=]connection request[/url].',2,'http://192.168.22.10/contacts/12',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(10,'d644bd370f1171b59135aa13f1fad8ac50f3043866b3d46315088f378018c35e',1,'friendica1','http://192.168.22.10/profile/fri
/*!40000 ALTER TABLE `notify` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `notify-threads`
--
DROP TABLE IF EXISTS `notify-threads`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `notify-threads` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`notify-id` int(11) NOT NULL DEFAULT '0',
`master-parent-item` int(10) unsigned NOT NULL DEFAULT '0',
`parent-item` int(10) unsigned NOT NULL DEFAULT '0',
`receiver-uid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `master-parent-item` (`master-parent-item`),
KEY `receiver-uid` (`receiver-uid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `notify-threads`
--
LOCK TABLES `notify-threads` WRITE;
/*!40000 ALTER TABLE `notify-threads` DISABLE KEYS */;
INSERT INTO `notify-threads` VALUES (1,13,11,0,2),(2,15,13,0,6);
/*!40000 ALTER TABLE `notify-threads` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pconfig`
--
DROP TABLE IF EXISTS `pconfig`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pconfig` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`cat` varchar(255) NOT NULL DEFAULT '',
`k` varchar(255) NOT NULL DEFAULT '',
`v` mediumtext NOT NULL,
PRIMARY KEY (`id`),
KEY `uid_cat_k` (`uid`,`cat`(30),`k`(30))
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pconfig`
--
LOCK TABLES `pconfig` WRITE;
/*!40000 ALTER TABLE `pconfig` DISABLE KEYS */;
INSERT INTO `pconfig` VALUES (1,1,'expire','items','1'),(2,1,'expire','notes','1'),(3,1,'expire','starred','1'),(4,1,'expire','photos','0'),(5,1,'expire','network_only','0'),(6,1,'system','suggestme','0'),(7,1,'system','post_newfriend','0'),(8,1,'system','post_joingroup','0'),(9,1,'system','post_profilechange','0'),(10,1,'system','email_textonly','0'),(11,1,'network.view','group.selected','0'),(12,1,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(13,1,'network.view','net.selected','all'),(14,2,'expire','items','1'),(15,2,'expire','notes','1'),(16,2,'expire','starred','1'),(17,2,'expire','photos','0'),(18,2,'expire','network_only','0'),(19,2,'system','suggestme','0'),(20,2,'system','post_newfriend','0'),(21,2,'system','post_joingroup','0'),(22,2,'system','post_profilechange','0'),(23,2,'system','email_textonly','0'),(24,3,'expire','items','1'),(25,3,'expire','notes','1'),(26,3,'expire','starred','1'),(27,3,'expire','photos','0'),(28,3,'expire','network_only','0'),(29,3,'system','suggestme','0'),(30,3,'system','post_newfriend','0'),(31,3,'system','post_joingroup','0'),(32,3,'system','post_profilechange','0'),(33,3,'system','email_textonly','0'),(34,4,'expire','items','1'),(35,4,'expire','notes','1'),(36,4,'expire','starred','1'),(37,4,'expire','photos','0'),(38,4,'expire','network_only','0'),(39,4,'system','suggestme','0'),(40,4,'system','post_newfriend','0'),(41,4,'system','post_joingroup','0'),(42,4,'system','post_profilechange','0'),(43,4,'system','email_textonly','0'),(44,4,'network.view','group.selected','0'),(45,4,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(46,4,'network.view','net.selected','all'),(47,6,'expire','items','1'),(48,6,'expire','notes','1'),(49,6,'expire','starred','1'),(50,6,'expire','photos','0'),(51,6,'expire','network_only','0'),(52,6,'system','suggestme','0'),(53,6,'system','post_newfriend','0'),(54,6,'system','post_joingroup','0'),(55,6,'system','post_profilechange','0'),(56,6,'system','email_textonly','0'),(57,5,'expire','items','1'),(58,5,'expire','notes','1'),(59,5,'expire','starred','1'),(60,5,'expire','photos','0'),(61,5,'expire','network_only','0'),(62,5,'system','suggestme','0'),(63,5,'system','post_newfriend','0'),(64,5,'system','post_joingroup','0'),(65,5,'system','post_profilechange','0'),(66,5,'system','email_textonly','0'),(67,3,'network.view','group.selected','0'),(68,3,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(69,3,'network.view','net.selected','all'),(70,6,'network.view','group.selected','0'),(71,6,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(72,6,'network.view','net.selected','all'),(73,5,'network.view','group.selected','0'),(74,5,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(75,5,'network.view','net.selected','all'),(76,2,'network.view','group.selected','0'),(77,2,'network.view','tab.selected','a:7:{i:0;s:6:\"active\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}'),(78,2,'network.view','net.selected','all');
/*!40000 ALTER TABLE `pconfig` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `photo`
--
DROP TABLE IF EXISTS `photo`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `photo` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
`guid` varchar(64) NOT NULL DEFAULT '',
`resource-id` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`title` varchar(255) NOT NULL DEFAULT '',
`desc` text NOT NULL,
`album` varchar(255) NOT NULL DEFAULT '',
`filename` varchar(255) NOT NULL DEFAULT '',
`type` varchar(128) NOT NULL DEFAULT 'image/jpeg',
`height` smallint(6) NOT NULL DEFAULT '0',
`width` smallint(6) NOT NULL DEFAULT '0',
`datasize` int(10) unsigned NOT NULL DEFAULT '0',
`data` mediumblob NOT NULL,
`scale` tinyint(3) NOT NULL DEFAULT '0',
`profile` tinyint(1) NOT NULL DEFAULT '0',
`allow_cid` mediumtext NOT NULL,
`allow_gid` mediumtext NOT NULL,
`deny_cid` mediumtext NOT NULL,
`deny_gid` mediumtext NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `resource-id` (`resource-id`),
KEY `guid` (`guid`)
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `photo`
--
LOCK TABLES `photo` WRITE;
/*!40000 ALTER TABLE `photo` DISABLE KEYS */;
INSERT INTO `photo` VALUES (1,1,0,'19754cf5e616d58b','29cf28c92e2f9327de1fd8f3772ff6eb','2015-02-02 11:24:17','2015-02-02 11:24:17','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'<EFBFBD><EFBFBD><EFBFBD><EFBFBD>\0JFIF\0\0\0\0\0\0<><30>\0<CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 100\n<><6E>\0C\0<01><>\0C<01><>\0\0<>\0<>\"\0<01><>\0\0\0\0\0\0\0\0\0\0\0\0\0 \n<05><>\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0<><30>\0 \0\0\0<01><>\0\0\0\0\0\0\0\0\0\0\"<22>޸<EFBFBD><DEB8><EFBFBD>n$RY<52>WoG<6F>\0\0\0\0\0\ZuN<75>[<5B>7\\Z5<5A><35>u<EFBFBD><19>L<EFBFBD><4C>d<EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD>&<26><>\0\0\0\nYk<06><><EFBFBD><EFBFBD><EFBFBD><\0F<30><46><EFBFBD><EFBFBD><EFBFBD><EFBFBD>R<>Z,\0\0\0\0Vzn]M<><4D>ޮ*<2A>H<EFBFBD>.<2E>N<EFBFBD>f<EFBFBD><66>?<3F>dr<64>\0\0\0<>F)(<28><><EFBFBD><EFBFBD>ت<EFBFBD><D8AA><EFBFBD><EFBFBD>}<7D><><71>T<EFBFBD>//<2F><>g<EFBFBD>\0\0\0W<>W`<60>r<EFBFBD><72><EFBFBD><EFBFBD>qr<71>\0qׂ<71>%~l<01><><EFBFBD>dZ<13> mu<6D> \0yz<79>Y&/I<><49>\0\0\0\08<30>\nPx<50>-<2D>*<2A>Z <0C>\0\Z٣<5A>M<EFBFBD>$<24><>\0\0\0\0 ~\"R[O<>q<EFBFBD><07><><EFBFBD><EFBFBD>b30\0\0\0\0\04sx<73><78>`\0<01><>\0\0\0\0\0<0E>`\0<><30>\0&\0\0\0\0\0\0\0\00 @AP<><50>\0\0<02>\0<><30>}<7D>ب<1C><><EFBFBD>K<EFBFBD><1E><>H<EFBFBD><48><EFBFBD>rˊ<72>ў<EFBFBD>qi<71><11>9<18>+sJG#Hq<48>!<21><19>I<EFBFBD><18><><EFBFBD>ZYs<19>Y<EFBFBD><59>a<EFBFBD><61>G<EFBFBD><47>__<14><>=<3D>\r<>J<EFBFBD>\0,{.1<EFBFBD><EFBFBD><14><><EFBFBD><EFBFBD>wd.<2E>\0<><30>0p<30>j|<7C>Z<EFBFBD><5A><EFBFBD>fx<66><78>R<EFBFBD> p<>x<EFBFBD>)(<28><><EFBFBD><EFBFBD><EFBFBD>z<EFBFBD><7A>Kx<4B><78>-<2D>\0X<30>\r<>M<EFBFBD>fbtEu昸2<E698B8><EFBFBD>N<EFBFBD><4E>/4<><34>#<23><>N<EFBFBD>\nG5有̲O<CCB2>܆~A<>dJ<64>F<EFBFBD>A,<05>mS<6D>Z3<5A><<3C>X<EFBFBD><1C>6Gd<47><1E><><18><07><14>T<EFBFBD><54><EFBFBD><11><><EFBFBD><EFBFBD>[<5B><><EFBFBD><08><><EFBFBD>ոE)<29>R<EFBFBD>;<3B><>L\\t_!<21><>ݠˤp<07><>e<EFBFBD><65>B<EFBFBD>q_<71>+DV<>_<EFBFBD>&\\xl~m\\x<><78><EFBFBD>z섑őɧ Tڹ <0B>ȕ2t<32>>&Ǝw<C68E>a<EFBFBD>-<2D>U*<2A><>n<EFBFBD><6E>G<EFBFBD>+<2B><><EFBFBD><EFBFBD><EFBFBD>/<2F>aX<61>|R<><52><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Du<44>w)<1D>R<EFBFBD>t<EFBFBD>ܥ<EFBFBD>a-`<60><>3<EFBFBD><33>x<EFBFBD><78> <20>^<5E>@<40>\Z<><5A><EFBFBD><EFBFBD>p<16>v<EFBFBD>)\"<22><>K<EFBFBD><4B>(G<08><>#{<<3C>4<EFBFBD><34>[N<>y<><79><EFBFBD>)<16>ˋ <09><><EFBFBD>R<EFBFBD><52><EFBFBD><EFBFBD>L<0E>$<24><>;<3B>V5ڟ礼<DA9F><E7A4BC>F\Zj<5A><6A>Ž<EFBFBD>/<2F><>w<EFBFBD><77>ܓ<EFBFBD><DC93>5=\'׆{<EFBFBD>1<EFBFBD>S?S<EFBFBD>U<EFBFBD>P<EFBFBD>_<EFBFBD>\0<EFBFBD>w?F<EFBFBD>T<EFBFBD><EFBFBD>Zy<EFBFBD>eC5{<EFBFBD><EFBFBD>.ojS<EFBFBD>}m<EFBFBD>k<EFBFBD>?<EFBFBD><EFBFBD>\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`<EFBFBD><EFBFBD>\0?s<EFBFBD><EFBFBD>\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`<EFBFBD><EFBFBD>\0?s<EFBFBD><EFBFBD>\0P\0 \0\0\0\0\0\0#!$0 \"1234BCScd%ADQRTaqst<73><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@Ubru<72><75><EFBFBD>EP<45><50><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\0\0?<02>\04<30><34><EFBFBD><EFBFBD>1 U<17>3<59>h<EFBFBD>X<EFBFBD>y<EFBFBD>\r<><72>kZ<6B>s4J<34>R<EFBFBD>I<EFBFBD>a<EFBFBD><61>(!N><3E><>W@<40><><EFBFBD>`NW <0B>n<EFBFBD>j<EFBFBD>|<7C><><EFBFBD>c<EFBFBD>;|<7C><>6<>sw<73>6<><05>Y<EFBFBD><59>/D<>?<3F><>.j/<2F><>m<EFBFBD>-<2D>iM<69>oC X<><58>[;xe<1E><><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD><57>c<EFBFBD><63>N<EFBFBD>w<EFBFBD>6f<36><66>K<EFBFBD>J<EFBFBD><4A><EFBFBD>r<EFBFBD>c<EFBFBD>x\\<5C>W<EFBFBD><57><16>TLj\0<><30><EFBFBD>JFB<0E>d,<2C><>M<EFBFBD>I*<2A>-<2D>q<EFBFBD><71><EFBFBD><EFBFBD><EFBFBD>o6X<36>r<EFBFBD>Xc<58>tr<74><72>L#;<3B>P<EFBFBD>_\\/P3I<33>_<EFBFBD><5F>/<2F><><EFBFBD><EFBFBD>7<EFBFBD>_h<5F>ПO\'QSU<><55><06>𲎆\\<5C>\Z<15><><EFBFBD>;.<<3C><><<3C><>pg<70><0F>G/<1D>V<EFBFBD><56>8)3JR<4A>ߵH<DFB5>R<16>S<EFBFBD>#j<>˦<EFBFBD>4<16><><EFBFBD>\\\\Al\nէ<>ɩ<EFBFBD><C9A9>х<>\0ނf<DE82>5Q<35>׺<EFBFBD><D7BA> <0C><> <0B>R<EFBFBD>ǭ<EFBFBD>5<EFBFBD>KF<4B><46><EFBFBD>)<29>V<EFBFBD><56><EFBFBD>}Νs<>r<EFBFBD>j^<5E>--1<>1<EFBFBD><1F>jH<6A><48>?<3F>tKi<4B><69><EFBFBD><EFBFBD>)<29>,v<>n<EFBFBD><6E>hy<68><79><EFBFBD><EFBFBD>6<EFBFBD>@<40>;<3B>M<EFBFBD>R<EFBFBD><52>NZP<>!<1F>b<EFBFBD>f<EFBFBD><><0F>l<EFBFBD><6C>o<EFBFBD><6F>ek<65><6B>SV,z<>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD><1~<7E><><EFBFBD>/A<><41><EFBFBD><14><>ʵ<EFBFBD><CAB5>R<EFBFBD><52>$yr<79><72><EFBFBD><EFBFBD>!(\"ֿ6<>#<23>~<7E><>o\'<18>Z<EFBFBD><01><><13><>3bҙ<62>pb<>o<EFBFBD>z<>\Z <20><>!<21>$<24>-<2D>^<5E><><EFBFBD><EFBFBD>E<EFBFBD><45><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><0E><><EFBFBD><EFBFBD>4<EFBFBD><34>zh<7A>&Aڻn<DABB>Bʝ<7F><CA9D>׋F<D78B>5<EFBFBD>4<>[\r<><72>}<7D>d<02>o<EFBFBD>O P<><50>ߵ<EFBFBD>7;<3B><11>\\uny<16><>8<EFBFBD>lb<6C><62>i<EFBFBD><06>UJZ<4A>4<EFBFBD><34><EFBFBD>˥<EFBFBD>oH<><48><EFBFBD>Gu=<3D><>6<10>O<EFBFBD>6i<36>Yi\n5<><35><EFBFBD><EFBFBD><EFBFBD>$<24><><EFBFBD>p<EFBFBD>e<EFBFBD><65>; J<><4A>fBjު<6A><DEAA><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD>BP<42><50>;<3B>x@<02>T<EFBFBD><54>o\'<27><><EFBFBD>eH<65><48>ޖ<EFBFBD><DE96><EFBFBD><EFBFBD>=<10>~<7E><><1E><><EFBFBD><EFBFBD>2=\'\\<5C><><EFBFBD><EFBFBD><EFBFBD>z<64>m?YU<59>fH<15>@<40><><><CB9D>>GrG!<21><>%;<3B>JDn<44><6E>8bV<62>`}\Z<>Glj廑<6A><E5BB91>KB<4B>H<EFBFBD>f<EFBFBD><66><EFBFBD>JG4<47>n<EFBFBD><6E> <03><>8<EFBFBD>\0ؽ+<2B>!<16><><EFBFBD><EFBFBD>Ж<EFBFBD>J<EFBFBD><4A><EFBFBD>iw?#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\nu<6E><75><EFBFBD><EFBFBD><EFBFBD><19><>m<EFBFBD>^<04><>38<33><04><>d<EFBFBD><64>|/6Z<36>7;)o`<60>I<EFBFBD><49>\'\n<>s.<2E>7\'<27><><EFBFBD><EFBFBD>%n<>͍<EFBFBD><CD8D><EFBFBD>6@j<><6A><EFBFBD><EFBFBD><EFBFBD>c\'P͜<08>Et\r<><72><EFBFBD><E9ACBD><EFBFBD>\nV<6E><56><EFBFBD><EFBFBD>D<EFBFBD><44><EFBFBD><02><><EFBFBD>\0<06>|t<>s<EFBFBD>E<EFBFBD>c<10>ċ<EFBFBD>{<7B><><07>_<EFBFBD><5F><EFBFBD><EFBFBD>,<2C><>$VDT~<7E><>\"<22><>Bգ<10><>Z<EFBFBD><5A><EFBFBD><EFBFBD><EFBFBD><EFBFBD>u<EFBFBD><75><EFBFBD>xG<78>[P<><50>j<><6A> <0C><><EFBFBD><EFBFBD> <09><>t>:\r<><72><EFBFBD><03>WA?<3F><><EFBFBD>9<EFBFBD><12><><EFBFBD><EFBFBD><EFBFBD>S\\<5C><><EFBFBD>S<EFBFBD>9X<39><58><EFBFBD><EFBFBD><EFBFBD>x:<3A><>j/7<><37>.h<>,<2C>&<26>a<EFBFBD><61><EFBFBD>(<28>ו<EFBFBD>/<2F><>N\Z<><5A>΄\r\"g<18>ua1<1C>Q<EFBFBD>H<EFBFBD>E<EFBFBD><45>\rD<72>9<EFBFBD><39><EFBFBD><EFBFBD>-?<3F>?F<><46>1F<31><46><11><>N<EFBFBD>g,<2C>B<EFBFBD><42>r?<3F><>\n8<6E>U i<>] -<2D><>MC<>0`-T<>Y-<2D>\"<22><>pl<70><6C><EFBFBD>y<EFBFBD><10>B<04><>(<28>V<EFBFBD><12>\r <0C><17><><EFBFBD><EFBFBD><EFBFBD>D<EFBFBD>h<EFBFBD><<3C><><EFBFBD>&<26>\0Nn<4E><6E><EFBFBD>/bm<62>_<EFBFBD><5F>|<7C>P$n<16><>>(|cV<63>>q<><71><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>x[<5B><><EFBFBD><EFBFBD>d<EFBFBD>yR-!#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><14>n<EFBFBD><6E>F8<46>z%<25><><EFBFBD>\\<5C>j%kr<6B><72><EFBFBD>\r*-<2D>{<7B>\Z<>\0٨<30>\0\0i<30>@PA<18><><EFBFBD>.*z7tAf<41>4v<34>4<>e<12>2M<0F>5i<35><69>6<EFBFBD>.<11><>]Z<><5A>\"f%g)<1C><>R\'<27><03><>0<EFBFBD><17>{-,<2C>,#<23><>G/8V<38><1B>C<EFBFBD>)K<>h<EFBFBD>><3E><14>m<EFBFBD>o<12>:%<25><>d<EFBFBD>\"W<><57>W\'\rχ<72>;<3B><>z<EFBFBD>Ѵ<D698><D1B4><16>׍R<D78D> IS<49>O<14>&<26>-x<><78><EFBFBD><EFBFBD><EFBFBD><EFBFBD>wK<77><4B>O!~XQ<58>z<EFBFBD><7A>H<EFBFBD>v<EFBFBD>f<<3C>mz<><7A>P<05><>8<EFBFBD><38><EFBFBD><16><>j<EFBFBD>><3E>1g\\\Z<><5A>{<7B><><EFBFBD>Q<EFBFBD>;jY<6A><59>\0!\'3<><33><EFBFBD><1B>vC<76><43><EFBFBD>O{iJҸҼи2<D0B8>sD<73><44><EFBFBD>r<7F>j<EFBFBD><6A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><13><>ǃ)<29><><EFBFBD>.<2E><0E>[h <0B>y<EFBFBD>ku<6B>-<2D>Vh:w<><77><EFBFBD><EFBFBD>B<16><><EFBFBD>pp<70>Ͳ\Z{<7B><>[<5B><>΋x<CE8B><78><EFBFBD><EFBFBD>RX<52>\"<22><><EFBFBD>a<EFBFBD><61>7<EFBFBD>WJ0<4A><30><>N<EFBFBD>.t<>`l?ѭ<> <09><><EFBFBD><EFBFBD>v<EFBFBD>ВvM<76>o<EFBFBD>@u<>n<EFBFBD>p<EFBFBD><70><EFBFBD><EFBFBD><EFBFBD>5<EFBFBD><35><kw<6B><77><EFBFBD>C)<29>m~<10><>aO<61><4F><08>D<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD>SW<53>v<EFBFBD><76><16>ҩ<EFBFBD>T<EFBFBD>\'<27><><EFBFBD>%\\WѬ<>>p<>r<06>)<29><>Z!<21><>*除<><E999A4><EFBFBD>\ZUՍm<02>k<EFBFBD>I<EFBFBD><1C>+F66<36>R<EFBFBD><52>?g<><67><EFBFBD><EFBFBD><EFBFBD>\n<><02><><EFBFBD><10>H<EFBFBD><48>y<><79><EFBFBD><EFBFBD>u<EFBFBD>n><14>$<24><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B<EFBFBD>gp<67>Y<1C>lG6Ç\n<>lm+<2B><><EFBFBD><EFBFBD>n<EFBFBD>i<EFBFBD>6<EFBFBD>\Z<><5A>f<EFBFBD>7NZ<>i<EFBFBD>e<04>\'Λd~n<><6E>ʴo <0C>.<11>=<3D><>#<v?<3F>4<EFBFBD>.~(Ѩ<>k#uAʶ<18><>l<EFBFBD>9D <0B>M<>|1״\'<27><><EFBFBD>01+I<15>˾MTW<54>XD<07>sy<73><08>DŽ<EFBFBD><C784>4<EFBFBD>W<EFBFBD>.ן<><D79F>\\<5C><><EFBFBD><EFBFBD><EFBFBD>~a<><61><EFBFBD><EFBFBD><EFBFBD><16><><EFBFBD>\r<>Nqҿk<D2BF><6B><EFBFBD><EFBFBD>^<>#<23><>:<3A>Oc<4F><63><EFBFBD><EFBFBD><EFBFBD>ޙ<EFBFBD><DE99>Mj<16><><EFBFBD><1E><>J<EFBFBD><4A><EFBFBD>E(U%^VvH<76><48>\0<01>kJr<17><>{<7B><><EFBFBD><EFBFBD>~O\rTU<6A>W{ʌ_<CA8C><5F><EFBFBD><EFBFBD><EFBFBD>S<EFBFBD><53><13><><EFBFBD>9<EFBFBD><39><EFBFBD>s<EFBFBD><73>iLS<4C><53><EFBFBD><EFBFBD><EFBFBD>\0)\0\0\0\0\0\0\0\0!1A 0Qaq<61><71><10><><EFBFBD>@P<><50><EFBFBD><EFBFBD><EFBFBD>\0\0?!<21><><EFBFBD><EFBFBD>\Z<05>G(<28>M<EFBFBD><4D><EFBFBD>(M<><4D>lxSS<53>/<2F>މ<EFBFBD>j޽[<>|<7C><><1B>%g; I<><49>j<EFBFBD>}<7D>e\0<><10>Z!<17>`<60><18>+p<>H<>̬<>\"<22><>~\r<><17>Y <09>ل$<24> N<><4E>Y<EFBFBD>*c<><08><><EFBFBD><16>t$<24>6<EFBFBD><36>p<EFBFBD><70><EFBFBD>y@<40><>W<EFBFBD><57>i<19><><EFBFBD><EFBFBD><13><><EFBFBD><EFBFBD>ÙݹA
/*!40000 ALTER TABLE `photo` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `poll`
--
DROP TABLE IF EXISTS `poll`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `poll` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`q0` mediumtext NOT NULL,
`q1` mediumtext NOT NULL,
`q2` mediumtext NOT NULL,
`q3` mediumtext NOT NULL,
`q4` mediumtext NOT NULL,
`q5` mediumtext NOT NULL,
`q6` mediumtext NOT NULL,
`q7` mediumtext NOT NULL,
`q8` mediumtext NOT NULL,
`q9` mediumtext NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `poll`
--
LOCK TABLES `poll` WRITE;
/*!40000 ALTER TABLE `poll` DISABLE KEYS */;
/*!40000 ALTER TABLE `poll` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `poll_result`
--
DROP TABLE IF EXISTS `poll_result`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `poll_result` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`poll_id` int(11) NOT NULL DEFAULT '0',
`choice` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `poll_id` (`poll_id`),
KEY `choice` (`choice`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `poll_result`
--
LOCK TABLES `poll_result` WRITE;
/*!40000 ALTER TABLE `poll_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `poll_result` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `profile`
--
DROP TABLE IF EXISTS `profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `profile` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`profile-name` varchar(255) NOT NULL DEFAULT '',
`is-default` tinyint(1) NOT NULL DEFAULT '0',
`hide-friends` tinyint(1) NOT NULL DEFAULT '0',
`name` varchar(255) NOT NULL DEFAULT '',
`pdesc` varchar(255) NOT NULL DEFAULT '',
`dob` varchar(32) NOT NULL DEFAULT '0000-00-00',
`address` varchar(255) NOT NULL DEFAULT '',
`locality` varchar(255) NOT NULL DEFAULT '',
`region` varchar(255) NOT NULL DEFAULT '',
`postal-code` varchar(32) NOT NULL DEFAULT '',
`country-name` varchar(255) NOT NULL DEFAULT '',
`hometown` varchar(255) NOT NULL DEFAULT '',
`gender` varchar(32) NOT NULL DEFAULT '',
`marital` varchar(255) NOT NULL DEFAULT '',
`with` text NOT NULL,
`howlong` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`sexual` varchar(255) NOT NULL DEFAULT '',
`politic` varchar(255) NOT NULL DEFAULT '',
`religion` varchar(255) NOT NULL DEFAULT '',
`pub_keywords` text NOT NULL,
`prv_keywords` text NOT NULL,
`likes` text NOT NULL,
`dislikes` text NOT NULL,
`about` text NOT NULL,
`summary` varchar(255) NOT NULL DEFAULT '',
`music` text NOT NULL,
`book` text NOT NULL,
`tv` text NOT NULL,
`film` text NOT NULL,
`interest` text NOT NULL,
`romance` text NOT NULL,
`work` text NOT NULL,
`education` text NOT NULL,
`contact` text NOT NULL,
`homepage` varchar(255) NOT NULL DEFAULT '',
`photo` varchar(255) NOT NULL DEFAULT '',
`thumb` varchar(255) NOT NULL DEFAULT '',
`publish` tinyint(1) NOT NULL DEFAULT '0',
`net-publish` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `hometown` (`hometown`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `profile`
--
LOCK TABLES `profile` WRITE;
/*!40000 ALTER TABLE `profile` DISABLE KEYS */;
INSERT INTO `profile` VALUES (1,1,'default',1,0,'admin','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/1.jpg','http://192.168.22.10/photo/avatar/1.jpg',0,0),(2,2,'default',1,0,'friendica1','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/2.jpg','http://192.168.22.10/photo/avatar/2.jpg',0,0),(3,3,'default',1,0,'friendica2','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/3.jpg','http://192.168.22.10/photo/avatar/3.jpg',0,0),(4,4,'default',1,0,'friendica3','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/4.jpg','http://192.168.22.10/photo/avatar/4.jpg',0,0),(5,5,'default',1,0,'friendica5','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/5.jpg','http://192.168.22.10/photo/avatar/5.jpg',0,0),(6,6,'default',1,0,'friendica4','','0000-00-00','','','','','','','','','','0000-00-00 00:00:00','','','','','','','','','','','','','','','','','','','','http://192.168.22.10/photo/profile/6.jpg','http://192.168.22.10/photo/avatar/6.jpg',0,0);
/*!40000 ALTER TABLE `profile` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `profile_check`
--
DROP TABLE IF EXISTS `profile_check`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `profile_check` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`cid` int(10) unsigned NOT NULL DEFAULT '0',
`dfrn_id` varchar(255) NOT NULL DEFAULT '',
`sec` varchar(255) NOT NULL DEFAULT '',
`expire` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `profile_check`
--
LOCK TABLES `profile_check` WRITE;
/*!40000 ALTER TABLE `profile_check` DISABLE KEYS */;
/*!40000 ALTER TABLE `profile_check` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `push_subscriber`
--
DROP TABLE IF EXISTS `push_subscriber`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `push_subscriber` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`callback_url` varchar(255) NOT NULL DEFAULT '',
`topic` varchar(255) NOT NULL DEFAULT '',
`nickname` varchar(255) NOT NULL DEFAULT '',
`push` int(11) NOT NULL DEFAULT '0',
`last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`secret` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `push_subscriber`
--
LOCK TABLES `push_subscriber` WRITE;
/*!40000 ALTER TABLE `push_subscriber` DISABLE KEYS */;
/*!40000 ALTER TABLE `push_subscriber` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `queue`
--
DROP TABLE IF EXISTS `queue`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `queue` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`cid` int(11) NOT NULL DEFAULT '0',
`network` varchar(32) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`content` mediumtext NOT NULL,
`batch` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `cid` (`cid`),
KEY `created` (`created`),
KEY `last` (`last`),
KEY `network` (`network`),
KEY `batch` (`batch`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `queue`
--
LOCK TABLES `queue` WRITE;
/*!40000 ALTER TABLE `queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `queue` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `register`
--
DROP TABLE IF EXISTS `register`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `register` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`hash` varchar(255) NOT NULL DEFAULT '',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`uid` int(11) unsigned NOT NULL DEFAULT '0',
`password` varchar(255) NOT NULL DEFAULT '',
`language` varchar(16) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `register`
--
LOCK TABLES `register` WRITE;
/*!40000 ALTER TABLE `register` DISABLE KEYS */;
/*!40000 ALTER TABLE `register` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `search`
--
DROP TABLE IF EXISTS `search`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `search` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`term` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `term` (`term`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `search`
--
LOCK TABLES `search` WRITE;
/*!40000 ALTER TABLE `search` DISABLE KEYS */;
/*!40000 ALTER TABLE `search` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `session`
--
DROP TABLE IF EXISTS `session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `session` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`sid` varchar(255) NOT NULL DEFAULT '',
`data` text NOT NULL,
`expire` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `sid` (`sid`),
KEY `expire` (`expire`)
) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `session`
--
LOCK TABLES `session` WRITE;
/*!40000 ALTER TABLE `session` DISABLE KEYS */;
INSERT INTO `session` VALUES (1,'e5uo85hrg47l37eitmp1603f55','last_login_date|s:19:\"2015-02-02 18:52:53\";new_member|b:1;post-random|s:12:\"677482169573\";sysmsg|a:0:{}uid|s:1:\"6\";theme|s:0:\"\";mobile-theme|b:0;authenticated|i:1;page_flags|s:1:\"0\";my_url|s:39:\"http://192.168.22.10/profile/friendica4\";my_address|s:24:\"friendica4@192.168.22.10\";addr|s:12:\"192.168.22.1\";cid|s:1:\"6\";return_url|s:7:\"network\";sysmsg_info|a:0:{}',1423084041),(2,'1eer3br92tt8r1bg3ru6sci2u5','sysmsg|a:0:{}return_url|s:0:\"\";sysmsg_info|a:0:{}',1423069427),(6,'msfi6i2c9pb1ru7o27m19ibve7','last_login_date|s:19:\"2015-02-02 18:59:46\";new_member|b:1;sysmsg|a:0:{}post-random|s:12:\"997226815254\";return_url|s:0:\"\";',1423083643),(10,'ijeq5r2aikdklvn958lvjpg0g2','sysmsg|a:0:{}last_login_date|s:19:\"2015-02-02 18:48:19\";new_member|b:1;post-random|s:12:\"475784340921\";return_url|s:0:\"\";',1423083738),(103,'qp6tfioltietrj8mvj2nadp3c2','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903903),(104,'k1lmm7fs2tsn6oe4g49ursv365','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903903),(105,'cnj2j5coti8bfvid93mkg55m83','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903903),(106,'v1cti2smq40h8j2flpfvobq765','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903905),(107,'cej2cukgbn8uahkt9i9ju82q90','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903906),(108,'uqrh60tnl04d07tt96lbv1va56','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903906),(109,'t0svkrr59ghr6gln091icjsss1','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903908),(110,'gqqf2ddltfc8unfhu6q3v9ldj6','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903909),(111,'a65jg21e2urroebfg14c6ucvj7','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903909),(112,'ervddehh0rneh1svmmkss0ai32','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903911),(113,'13qmbsjvq2gn5tgcieu954bdf1','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903912),(114,'ehhlnovkjl34mart97ipl5or24','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903914),(115,'oijspnp9vbama2fv95e17g5be5','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903915),(116,'vk8smnnp185mm4f4ka56tokan4','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903915),(117,'darku8a6m7renp4p1umva24g15','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903917),(118,'3rktto33uq0rf1c0ukpmi572a6','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903918),(119,'bnh0ctaih79fjm42skdr451ef2','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903920),(120,'pq6hs2qjs1kntlb8v35quqlem0','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903921),(121,'fmmck608369tjsqq7eidojs532','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903923),(122,'hc6c408uofhm2le3knfim1cha2','sysmsg|a:0:{}sysmsg_info|a:0:{}',1422903924);
/*!40000 ALTER TABLE `session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sign`
--
DROP TABLE IF EXISTS `sign`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sign` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`iid` int(10) unsigned NOT NULL DEFAULT '0',
`retract_iid` int(10) unsigned NOT NULL DEFAULT '0',
`signed_text` mediumtext NOT NULL,
`signature` text NOT NULL,
`signer` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `iid` (`iid`),
KEY `retract_iid` (`retract_iid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sign`
--
LOCK TABLES `sign` WRITE;
/*!40000 ALTER TABLE `sign` DISABLE KEYS */;
/*!40000 ALTER TABLE `sign` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `spam`
--
DROP TABLE IF EXISTS `spam`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `spam` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`spam` int(11) NOT NULL DEFAULT '0',
`ham` int(11) NOT NULL DEFAULT '0',
`term` varchar(255) NOT NULL DEFAULT '',
`date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `spam` (`spam`),
KEY `ham` (`ham`),
KEY `term` (`term`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `spam`
--
LOCK TABLES `spam` WRITE;
/*!40000 ALTER TABLE `spam` DISABLE KEYS */;
/*!40000 ALTER TABLE `spam` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `term`
--
DROP TABLE IF EXISTS `term`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `term` (
`tid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`oid` int(10) unsigned NOT NULL DEFAULT '0',
`otype` tinyint(3) unsigned NOT NULL DEFAULT '0',
`type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`term` varchar(255) NOT NULL DEFAULT '',
`url` varchar(255) NOT NULL DEFAULT '',
`aid` int(10) unsigned NOT NULL DEFAULT '0',
`uid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`tid`),
KEY `oid_otype_type_term` (`oid`,`otype`,`type`,`term`),
KEY `uid_term_tid` (`uid`,`term`,`tid`),
KEY `type_term` (`type`,`term`),
KEY `uid_otype_type_term_tid` (`uid`,`otype`,`type`,`term`,`tid`),
KEY `otype_type_term_tid` (`otype`,`type`,`term`,`tid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `term`
--
LOCK TABLES `term` WRITE;
/*!40000 ALTER TABLE `term` DISABLE KEYS */;
/*!40000 ALTER TABLE `term` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `thread`
--
DROP TABLE IF EXISTS `thread`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `thread` (
`iid` int(10) unsigned NOT NULL DEFAULT '0',
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`contact-id` int(11) unsigned NOT NULL DEFAULT '0',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`commented` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`changed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`wall` tinyint(1) NOT NULL DEFAULT '0',
`private` tinyint(1) NOT NULL DEFAULT '0',
`pubmail` tinyint(1) NOT NULL DEFAULT '0',
`moderated` tinyint(1) NOT NULL DEFAULT '0',
`visible` tinyint(1) NOT NULL DEFAULT '0',
`spam` tinyint(1) NOT NULL DEFAULT '0',
`starred` tinyint(1) NOT NULL DEFAULT '0',
`ignored` tinyint(1) NOT NULL DEFAULT '0',
`bookmark` tinyint(1) NOT NULL DEFAULT '0',
`unseen` tinyint(1) NOT NULL DEFAULT '1',
`deleted` tinyint(1) NOT NULL DEFAULT '0',
`origin` tinyint(1) NOT NULL DEFAULT '0',
`forum_mode` tinyint(1) NOT NULL DEFAULT '0',
`mention` tinyint(1) NOT NULL DEFAULT '0',
`network` varchar(32) NOT NULL DEFAULT '',
PRIMARY KEY (`iid`),
KEY `created` (`created`),
KEY `commented` (`commented`),
KEY `uid_network_commented` (`uid`,`network`,`commented`),
KEY `uid_network_created` (`uid`,`network`,`created`),
KEY `uid_contactid_commented` (`uid`,`contact-id`,`commented`),
KEY `uid_contactid_created` (`uid`,`contact-id`,`created`),
KEY `wall_private_received` (`wall`,`private`,`received`),
KEY `uid_created` (`uid`,`created`),
KEY `uid_commented` (`uid`,`commented`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `thread`
--
LOCK TABLES `thread` WRITE;
/*!40000 ALTER TABLE `thread` DISABLE KEYS */;
INSERT INTO `thread` VALUES (1,1,1,'2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38','2015-02-02 11:31:38',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(2,3,3,'2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:34:31',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(3,4,4,'2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:35:41',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(4,6,6,'2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:37:25',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(5,5,5,'2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:43:51',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(6,3,8,'2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 18:50:03','2015-02-02 18:50:03','2015-02-02 18:50:03',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(7,6,9,'2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 18:50:05','2015-02-02 18:50:05','2015-02-02 18:50:05',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(8,4,7,'2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 18:50:08','2015-02-02 18:50:08','2015-02-02 18:50:08',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(9,5,10,'2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 18:50:11','2015-02-02 18:50:11','2015-02-02 18:50:11',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(10,2,2,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 18:50:30',1,0,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(11,2,2,'2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:13','2015-02-02 18:56:43','2015-02-02 19:00:13',1,1,0,0,1,0,0,0,0,1,0,1,0,1,'dfrn'),(12,3,11,'2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:13','2015-02-02 18:56:44','2015-02-02 19:00:13',0,1,0,0,1,0,0,0,0,1,0,0,0,1,'dfrn'),(13,6,17,'2015-02-02 18:56:43','2015-02-02 18:56:43','2015-02-02 19:00:16','2015-02-02 18:56:46','2015-02-02 19:00:16',0,1,0,0,1,0,0,0,0,1,0,0,0,1,'dfrn'),(14,2,2,'2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:21',1,1,0,0,1,0,0,0,0,1,0,1,0,0,'dfrn'),(15,4,13,'2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:22','2015-02-02 18:58:22','2015-02-02 18:58:22',0,1,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(16,5,15,'2015-02-02 18:58:21','2015-02-02 18:58:21','2015-02-02 18:58:24','2015-02-02 18:58:24','2015-02-02 18:58:24',0,1,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(17,6,6,'2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:16',0,1,0,0,0,0,0,0,0,1,0,1,0,0,'dfrn'),(20,6,17,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:03','2015-02-02 19:00:03','2015-02-02 19:00:03',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(21,5,15,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:06','2015-02-02 19:00:06','2015-02-02 19:00:06',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(22,3,11,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:09','2015-02-02 19:00:09','2015-02-02 19:00:09',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(23,2,14,'2015-02-02 18:35:41','2015-02-02 18:35:41','2015-02-02 19:00:12','2015-02-02 19:00:12','2015-02-02 19:00:12',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(24,3,3,'2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:13',0,1,0,0,0,0,0,0,0,1,0,1,0,0,'dfrn'),(26,4,13,'2015-02-02 18:50:30','2015-02-02 18:50:30','2015-02-02 19:00:15','2015-02-02 19:00:15','2015-02-02 19:00:15',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(28,2,16,'2015-02-02 18:43:51','2015-02-02 18:43:51','2015-02-02 19:00:18','2015-02-02 19:00:18','2015-02-02 19:00:18',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(29,2,12,'2015-02-02 18:34:31','2015-02-02 18:34:31','2015-02-02 19:00:21','2015-02-02 19:00:21','2015-02-02 19:00:21',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn'),(30,2,18,'2015-02-02 18:37:25','2015-02-02 18:37:25','2015-02-02 19:00:24','2015-02-02 19:00:24','2015-02-02 19:00:24',0,0,0,0,1,0,0,0,0,1,0,0,0,0,'dfrn');
/*!40000 ALTER TABLE `thread` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `tokens`
--
DROP TABLE IF EXISTS `tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tokens` (
`id` varchar(40) NOT NULL,
`secret` text NOT NULL,
`client_id` varchar(20) NOT NULL DEFAULT '',
`expires` int(11) NOT NULL DEFAULT '0',
`scope` varchar(200) NOT NULL DEFAULT '',
`uid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `tokens`
--
LOCK TABLES `tokens` WRITE;
/*!40000 ALTER TABLE `tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user`
--
DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user` (
`uid` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(64) NOT NULL DEFAULT '',
`username` varchar(255) NOT NULL DEFAULT '',
`password` varchar(255) NOT NULL DEFAULT '',
`nickname` varchar(255) NOT NULL DEFAULT '',
`email` varchar(255) NOT NULL DEFAULT '',
`openid` varchar(255) NOT NULL DEFAULT '',
`timezone` varchar(128) NOT NULL DEFAULT '',
`language` varchar(32) NOT NULL DEFAULT 'en',
`register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`default-location` varchar(255) NOT NULL DEFAULT '',
`allow_location` tinyint(1) NOT NULL DEFAULT '0',
`theme` varchar(255) NOT NULL DEFAULT '',
`pubkey` text NOT NULL,
`prvkey` text NOT NULL,
`spubkey` text NOT NULL,
`sprvkey` text NOT NULL,
`verified` tinyint(1) unsigned NOT NULL DEFAULT '0',
`blocked` tinyint(1) unsigned NOT NULL DEFAULT '0',
`blockwall` tinyint(1) unsigned NOT NULL DEFAULT '0',
`hidewall` tinyint(1) unsigned NOT NULL DEFAULT '0',
`blocktags` tinyint(1) unsigned NOT NULL DEFAULT '0',
`unkmail` tinyint(1) NOT NULL DEFAULT '0',
`cntunkmail` int(11) NOT NULL DEFAULT '10',
`notify-flags` int(11) unsigned NOT NULL DEFAULT '65535',
`page-flags` int(11) unsigned NOT NULL DEFAULT '0',
`prvnets` tinyint(1) NOT NULL DEFAULT '0',
`pwdreset` varchar(255) NOT NULL DEFAULT '',
`maxreq` int(11) NOT NULL DEFAULT '10',
`expire` int(11) unsigned NOT NULL DEFAULT '0',
`account_removed` tinyint(1) NOT NULL DEFAULT '0',
`account_expired` tinyint(1) NOT NULL DEFAULT '0',
`account_expires_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expire_notification_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`service_class` varchar(32) NOT NULL DEFAULT '',
`def_gid` int(11) NOT NULL DEFAULT '0',
`allow_cid` mediumtext NOT NULL,
`allow_gid` mediumtext NOT NULL,
`deny_cid` mediumtext NOT NULL,
`deny_gid` mediumtext NOT NULL,
`openidserver` text NOT NULL,
PRIMARY KEY (`uid`),
KEY `nickname` (`nickname`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user`
--
LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` VALUES (1,'a76680835da79303','admin','6a4e012bd9583858a5a6fa15f58bd86a25af266d3a4344f1ec2018b778f29ba83be86eb45e6dc204e11276f4a99eff4e2144fbe15e756c2c88e999649aae7d94','admin','vagrant@friendica.dev','','UTC','en','2015-02-02 11:24:17','2015-02-02 11:26:23','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAoPnn8yXCAdkLCgHLlA7I\nMZZH4XnzS93NgpoaFWpGgdX9hbHjmHpbY+0rD1Q0FsOC9W+R3qsDypkstJ4CqPZ9\nSHDs2QupZHVa6LrZFYAZaAd8ViR2KJVFl3Ssb4voGnmexkVQfKJnOZRbMxDJylUD\n1xYwnQRRRH89MMAA8m2gMnHzE/wMbIOiDBO9hbZZVYVmcV7G1YPPp250Tsn+O5c8\nWrIG7Wcq4+gWzzXNJiJdqZinD8FrpHEnmxypRzrvuTnZ71zDhRKFiXBRdBL05fMk\nKsyImSwGQMwzRNnVGlpYRVROuJSS2UEPi/VK6k73srNKteD5TN1tJoZyRKCiyOx6\nnohglwzuj69aCsONf+FezF1jpjtTqvqRAJ4PQgMIVW5UMYXLXYt5Ukk4WQi1OI1x\nrj65v1vnpyYRpdULOe7yyizZNxMmlrzom6TaJyBQjg9lyLwQzbIdBPOmC7KViV/h\nwhYVo14m1aCmL/dM8Cn2USdL0cKyxwhBrdgFX+Amm2JD1Umu1IBPxzAIT8++s8JY\nlre707vkZENvGErINnokQp9uZlQHm03NgiPAIHcp7PURyVvnDeT7B9bZ4WQXrIXR\njhiYau/pZ976IRpKw1E8jVdI/Q+JvWzX4vS+jbwikd9pqQ/q7EoG5OMhYf2xkI7m\nmQj4WxHDsvNm37bilj3zAZECAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJRAIBADANBgkqhkiG9w0BAQEFAASCCS4wggkqAgEAAoICAQCg+efzJcIB2QsK\nAcuUDsgxlkfhefNL3c2CmhoVakaB1f2FseOYeltj7SsPVDQWw4L1b5HeqwPKmSy0\nngKo9n1IcOzZC6lkdVroutkVgBloB3xWJHYolUWXdKxvi+gaeZ7GRVB8omc5lFsz\nEMnKVQPXFjCdBFFEfz0wwADybaAycfMT/Axsg6IME72FtllVhWZxXsbVg8+nbnRO\nyf47lzxasgbtZyrj6BbPNc0mIl2pmKcPwWukcSebHKlHOu+5OdnvXMOFEoWJcFF0\nEvTl8yQqzIiZLAZAzDNE2dUaWlhFVE64lJLZQQ+L9UrqTveys0q14PlM3W0mhnJE\noKLI7HqeiGCXDO6Pr1oKw41/4V7MXWOmO1Oq+pEAng9CAwhVblQxhctdi3lSSThZ\nCLU4jXGuPrm/W+enJhGl1Qs57vLKLNk3EyaWvOibpNonIFCOD2XIvBDNsh0E86YL\nspWJX+HCFhWjXibVoKYv90zwKfZRJ0vRwrLHCEGt2AVf4CabYkPVSa7UgE/HMAhP\nz76zwliWt7vTu+RkQ28YSsg2eiRCn25mVAebTc2CI8Agdyns9RHJW+cN5PsH1tnh\nZBeshdGOGJhq7+ln3vohGkrDUTyNV0j9D4m9bNfi9L6NvCKR32mpD+rsSgbk4yFh\n/bGQjuaZCPhbEcOy82bftuKWPfMBkQIDAQABAoICAQCfhulxkeKQmDoTYbIQ+RE1\n6vszHPqaHaYTHopo3JghBSMoQiENs3wsLBY3K7gvMvPuLPH/G7U3KtMd71UtgpCn\noJlnguIM1ywPZVPKtdb3vCtg5uNd1ohPzuUv6hNLYWmSjZB04zCu5DH5ClMfu16B\n4dCtWmD7I6lNTYnitfdC5qABFxBs3YpSs6FnCE3BreDWyxj68ZRxFcoXZqAXCApc\nyv6IeGwNzawFDwlOGFJ/xvMQbxswrJ6WXjH3kBWPlyA90M1GbBOAH5npEPw3gdw+\nudFJElLkFjlcqw8//XZqxmD5FOvud0Zj6eOjDjz0kC+izN/iZ7FKs4Q8NID94zSj\nojaEc3/wkrj1+Yi03dLZAmYUjk6o65R0v8ZesE2RguaAD4KHkVXT/B2UGFHHn02+\nzJbj1H+gok3yMs5kpty19yeH2HpVUApprH5vEwjqq1CRcJR44DK41B5IfzJN+won\n7lfjdk+X+3uOQR0e176IKeaPckVe1k7iZrocCGgU+ls7ARBTXCjSb6CD0dJX0HnK\n/3xrS2KvLcz9ZXY4u0ucBM9W6jn4bdNxIVsrbRaUeqeXjhZJ6gdCQw6cVoMGl0xe\nL0+V5RtvQp5L6/2QQ6Q6S0zS87z65eeADw1ZyZiH18Xr2Lg1zbw71S2hYfrvnQLZ\nxh1qJmdYKdz1PkeH0uA4AQKCAQEA1H9z0vrOO2vxaimP3totO63a9GZyY5D0QWMv\nleiTKQezdxGgTY96b3lfzq+Jpcmh7YaN5ID6Uhj3NAU4dj06UuqsUwZzVsFEZ1mp\nzvnP47EQkA1JykRgkPGROCy9V8QwQLzYjeGvJyJ6eaLDI+HxRoX5ZAC3SHpPtt8o\nSkDE9OnIY2k96ohzkozosGL1P68zAhsQwLc9/C11NZpLOTJy5kiQc80p4zx38BuS\n38EjtLRmpw1dtPvgTpEnqdX9Yw3EAkYqa/p6hH99sDzxAF8wxt0tjmm7mtXvl7Nt\nlu4QXSDxrjKma3oxL5HsyQxitQ9U7+DFxRGgqxNjUCaBq6ImgQKCAQEAwe5Q4fr1\n9RGvh20s3P+VNKA5spe4pWPHffyaPvE/cdPutuodd3DODD+a+EKA5bg5bqpMFD4T\nSMTT0da6PI7N2baK6HrONsmi7r8u/qqKRA1/reNqmPKD4xfCSSSlDRXeJGrlqdiw\no1JcNpZEQq1sGXWLRHfm0/MN7wZhk/9Zvgp9fQUYx9hWJ+DfIiP7lFl6YIB88jya\nRKNx652sLk+ZMUPXL61aJDhRHP8mQGOQq/PZrukt07+9VqOhfFvoXh5kDuVl3CmX\n9vcfSMO+oFvEde/B1RtMWZmFIN1BxaBICcCiq2zLsH6z7KlfRI96U9mEfkk4PMLq\neIU/ygrKkKLzEQKCAQEAjXTmup0BKqdZxw0x2+0rTV4Xsrh8D3HQV7LaW5W+WQLq\nYioWp2sK2yhWMfXC0N1f8QmwbVu6x2odLcEH7BYoPEhCPOa/YxI3IgGbO9Aqpu0Z\nFHv0EjTgf7x/qoCF7uYIJSBRnGmPOqMGGvDRrJJdFlBbS0n6uMHLTPZTENL7CfqS\nzjKh5/27yeQJhlnp3uIXN6Ciz1dsaPIt42f6CXJe8JN/rcb2ynFXejww0sj0pves\nmioYpkFB+atBVxq/me/w+n6RAN52LrvcBLUczd2QT+Gu0O3r2E/wNfFY069Yr1Yd\n7JOFG2j1UzB2CwQ2tUcmiKT9oolwhlHau+FWUtYXgQKCAQEArs/oUQwsElFy7JzZ\nSA2LrfiQihCB/XRIK6U8VWiaTD1Cfdfj3/rrgdcEFq28C1dZTgxssAKU14+1cP4i\nutvva0VFSfMJWBHCsXvdHOsV3+pbIaBSQrS5dkfAdrZ1oaoIqMNDaytNbqubPAmQ\nVpqFSx3OAFYk2QHLmZ8i7onLl6dVHxEtGVhFsYTfHqNY8I0H511rQ+ClHyJGWqGy\nx7ww11vT6cJV8zhgxcap8HjPvHD/1M+U479/KU4vDy65871pbJQUkbVcqt5wcOMi\nPuL54WXSUAtfc5UTkGBiHYcx6Lig6e4UXnCYN8kle2PqXRNCf6P48ayyNxnGOpYn\nquF4QQKCAQAjlYJvGcWRxpYrmydnp5ZxkDQhHe+yGjRkarvYv6N78u8hi5m
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `userd`
--
DROP TABLE IF EXISTS `userd`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `userd` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
KEY `username` (`username`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `userd`
--
LOCK TABLES `userd` WRITE;
/*!40000 ALTER TABLE `userd` DISABLE KEYS */;
/*!40000 ALTER TABLE `userd` ENABLE KEYS */;
UNLOCK TABLES;
/*!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-02-02 19:07:24