diff --git a/.gitignore b/.gitignore index 06dc807bd5..3c0570c67d 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,11 @@ report/ #ignore cache folders /privacy_image_cache/ /photo/ +/proxy/ nbproject #ignore vagrant dir .vagrant/ + +#ignore local folder +/local/ diff --git a/CHANGELOG b/CHANGELOG index 165695f8f6..0aab0fe960 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,77 @@ +Version 3.4 + + Optionally, "like" and "dislike" activities don't update thread timestamp (annando) + Updated markdown libraries (annando) + Updated jQuery (StefOfficiel) + Cache zrl verification requests to prevent DSoS (issue #1453) (annando) + "Verify SSL" options affects also VERIFYHOST (annando) + Better handling of hashtags (annando) + Updated translations (translation teams, tobias) + Access a contact directly from the contact-manager-page (FlxAlbroscheit) + Reworked GUID generation, remove db store (annando) + Improve search for tags and terms (annando) + Fix OAuth signature (thorsten23) + Fix utf8 characters in items (issue #1307) (hauke) + Ignore tag-likes char sequences in code blocks (issue #1041) (fabrixxm) + Fix sending email to CC recipients (issue #1437) (fabrixxm) + Fix signature check of likes from diaspora (issue #905) (mike, annando) + Fix pagination urls (issue #1341) (fabrixxm) + Add scheme if missing in "web link" dialog (issue #1362) (fabrixxm) + Don't detect Facebook and App.net RSS feeds as contacts (issue #1432) (annando) + Add cli command to generate database.sql from scheme description (issue #1370) (fabrixxm) + Fix warning trying to creating already existing itemcache dir (pztrn) + Send update to directory when account is removed (issue #1038) (annando) + Fix settings page's aside menu visibility (issue #1459) (fabrixxm) + Don't show past events in event reminder in profile page (issue #1306) (annando) + Add help text to explain the options for approving contacts (issue #1349) (silke) + API set as unseen only posts returned by the call (issue #1063) (annando) + +Version 3.3.3 + + More separation between php and html in photo album (issue #1258) (rabuzarus) + Enhanced community page shows public posts from public contacts of public profiles (annando) + Support for IndieAuth/Web-sign-in (hauke) + New hooks "emailer_send_prepare" and "emailer_send" (fabrixxm) + New hook "oembed_fetch_url" (annando) + Add un/ignore function to quattro theme (tobiasd) + Enhanced POCO data (annando) + Use HTML5 features to validate inputs in install wizard and in some settings fields (tobiasd) + Option to receive text-only notification emails (fabrixxm) + Better OStatus support (annando) + Share-it button support (annando) + More reliable reshare from Diaspora (annando) + Load more images via proxy (annando) + util/typo.php uses "php -l" insead of "eval()" to validate code (fabrixxm) + Use $_SERVER array in cli script instead of $argv/$argc (issue #1218) (annando) + Updated vagrant setup script (silke) + API: support to star/unstar items (fabrixxm) + API: attachments for better AndStatus support (annando) + Fix missing spaces in photo URLs (issue #920) (annando) + Fix avatar for "remote-self" items (annando) + Fix encodings issues with scrape functionality (annando) + Fix site info scraping when URL points to big file (annando) + Fix tools for translations (ddorian1) + Fix API login via LDAP (issue #1286) (fabrixxm) + Fix to link URL in tabs, pager (issues #1341, #1190) (ddorian1) + Fix poke activities translation (fabrixxm) + Fix html escaping in templates (fabrixxm) + Fix Friendica contacts shown as Diaspora contacts via Poco (annando) + Fix shared contacts wrong linking (issue #1388) (annando) + Fix email validation (ddorian1) + Better documentation for developers (silke) + +Version 3.3.2 + + Set default value for all not-null fields (fixes SQL warinigs) (annando) + Fix item filters in network page (issue #1222) (fabrixxm) + Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd) + API throttling (annando) + Use a san-serif font in breathe style of vier theme (silke) + Prevent BBCode parsing problems with URLs (annando) + Add back tags to posts to Diaspora (annando) + Better display of pictures in posts (annando) + Fix out of control gprobe process (annando) + Version 3.3.1 JSONP support for API (fabrixxm) @@ -18,12 +92,97 @@ Version 3.3.1 Version 3.3 - See http://friendica.com/node/64 + API + added support in the API to allow image uploads from Twidere + support for the diaspora app in Firefox + + Themes + Stopped support of unmaintained themes. They will continue to work if enabled but are no longer displayed in the list of themes. + Merged all "zero" themes into a theme with variations. + new default avatar by Andi Stadler + + Usability + network page as default page after login + sections on users' settings page are now collapsable + automatic updating the network stream was improved + + Interaction + ignoring of threads + for selected contects one can now get notifications when they post something, useful e.g. for forums + After a new friendica contact is added, the user is directed to the contact page of the new contact. (Instead of the remote profile) + many improvement on all connectors, new app.net connector + the algorithm for shortening postings when posting to limited platforms was improved + improvements for the remote_self functionality for RSS/Atom feeds were done + + System stuff + no more apc support due problems with PHP 5.5 + privacy image cache moved from an addon into the core + updated the following libraries: smarty 3.1.19, fullcalendar 1.6.4, jquery 1.11, jgrowl 1.3.0 + added modernizer 2.8.3, better browser support + updates to the DB structure for better performance + preperations to use PDO in a later release + new notification system + web interface translations updated, addon translations now also possible separately from the main UI and done for CS, IT, RO, DE + vagrant support added for developers + some bugs were fixed for the profile import function + BBCode handling and reformatting to e.g. markdown was improved + Internal PusH server for communication with OStatus contacts + + Addons + translation now done at transifex as well + "newmemberwidget" adds widget with help links + welcome message to sidebar of network tab for new members + new statistics addon to take part in the Diaspora* survey + new bidirectional connector for app.net + new relay connector for Diaspora* + new connector for the buffer service + improvements for the connectors with Twitter, StatusNet/GNU Social, pump.io, google+ and facebook + improvements to the cal and jappix-mini addons + + Change in the structure of the git repo + The "master" branch will now contain stable stuff and hotfixes. + The new "develop" branch will contain the latest changes. Version 3.2 - See http://friendica.com/node/61 + LICENSE change from Friendica uses now the AGPL + Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL + new languages: BG + added a README.translate and updates to the translation utils + addons are now translated separately + Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro + Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728 + sample nginx and lighttpd config + new default templating engine: smarty3 + new share element + maintenance mode for longer running upgrade tasks + small fixed + edit profile photo link + better caching of pictures + threadening for outgoing emails + mail import + oembed thumbnails + SN subscriptions & more SN like behaviour if snautofollow addon is used + collect content of SN discussion threads + communication with Diaspora* + usage of the API + search improvements + MIME types for attachments + support Open Graph and Dublin Core when showing single items + better use of APC if present + use https versions of videos from youtube and vimeo to make firefox happy + fixes to the documentation + if a home.html is there, home.css is used as well + update included TinyMCE to version 3.5.8, fancybox + made more options available in the admin panel that were hidden before + show the admin information about when accounts expire in the admin panel + improving the install.php script + addons now can be members only + item object now contains the "edited" information left for the theme designers to show this info in a pretty way + improvments to the user-import from exported account files + It's now possible to authenticate an ejabberd server against friendica. + bugtracker moved to github + improvements to MySQL queries Version 3.1 - See http://friendica.com/node/58 \ No newline at end of file + See http://friendica.com/node/58 diff --git a/README.translate.md b/README.translate.md index 5575d51760..f434063614 100644 --- a/README.translate.md +++ b/README.translate.md @@ -18,7 +18,7 @@ others can use them. We do not include every translation from transifex in the source tree to avoid a scattered and disturbed overall experience. As an uneducated guess we have a lower limit of 50% translated strings before we include the language (for the -core message.po file, addont translation will be included once all strings of +core message.po file, addon translation will be included once all strings of an addon are translated. This limit is judging only by the amount of translated strings under the assumption that the most prominent strings for the UI will be translated first by a translation team. If you feel your translation useable @@ -47,10 +47,10 @@ view/de/message.po you would do the following. 2. Execute the po2php script, which will place the translation in the strings.php file that is used by friendica. - $> php util/po2php.php view/de/message.po + $> php util/po2php.php view/de/messages.po The output of the script will be placed at view/de/strings.php where - froemdoca os expecting it, so you can test your translation mmediately. + friendica is expecting it, so you can test your translation immediately. 3. Visit your friendica page to check if it still works in the language you just translated. If not try to find the error, most likely PHP will give @@ -71,7 +71,7 @@ Utilities Additional to the po2php script there are some more utilities for translation in the "util" directory of the friendica source tree. If you only want to -translate friendica into another language you wont need any of these tools most +translate friendica into another language you won't need any of these tools most likely but it gives you an idea how the translation process of friendica works. diff --git a/boot.php b/boot.php index 44d72bb3cb..5994b2030a 100644 --- a/boot.php +++ b/boot.php @@ -15,10 +15,10 @@ require_once('update.php'); require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_CODENAME', 'Ginger'); -define ( 'FRIENDICA_VERSION', '3.3.1' ); +define ( 'FRIENDICA_CODENAME', 'Lily of the valley'); +define ( 'FRIENDICA_VERSION', '3.4.0' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1175 ); +define ( 'DB_UPDATE_VERSION', 1184 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -127,6 +127,11 @@ define ( 'PAGE_FREELOVE', 3 ); define ( 'PAGE_BLOG', 4 ); define ( 'PAGE_PRVGROUP', 5 ); +// Type of the community page +define ( 'CP_NO_COMMUNITY_PAGE', -1 ); +define ( 'CP_USERS_ON_SERVER', 0 ); +define ( 'CP_GLOBAL_COMMUNITY', 1 ); + /** * Network and protocol family types */ @@ -435,7 +440,7 @@ if(! class_exists('App')) { function __construct() { - global $default_timezone, $argv, $argc; + global $default_timezone; $hostname = ""; @@ -504,9 +509,9 @@ if(! class_exists('App')) { if ($hostname != "") $this->hostname = $hostname; - if (is_array($argv) && $argc>1 && substr(end($argv), 0, 4)=="http" ) { - $this->set_baseurl(array_pop($argv) ); - $argc --; + if (is_array($_SERVER["argv"]) && $_SERVER["argc"]>1 && substr(end($_SERVER["argv"]), 0, 4)=="http" ) { + $this->set_baseurl(array_pop($_SERVER["argv"]) ); + $_SERVER["argc"] --; } #set_include_path("include/$this->hostname" . PATH_SEPARATOR . get_include_path()); @@ -1191,36 +1196,25 @@ if(! function_exists('check_plugins')) { } } -function get_guid($size=16) { - $exists = true; // assume by default that we don't have a unique guid - do { - $prefix = ""; - while (strlen($prefix) < ($size - 13)) - $prefix .= mt_rand(); +function get_guid($size=16, $prefix = "") { - $s = substr(uniqid($prefix), -$size); + if ($prefix == "") { + $a = get_app(); + $prefix = hash("crc32", $a->get_hostname()); + } - $r = q("select id from guid where guid = '%s' limit 1", dbesc($s)); - if(! count($r)) - $exists = false; - } while($exists); - q("insert into guid (guid) values ('%s') ", dbesc($s)); - return $s; + while (strlen($prefix) < ($size - 13)) + $prefix .= mt_rand(); + + if ($size >= 24) { + $prefix = substr($prefix, 0, $size - 22); + return(str_replace(".", "", uniqid($prefix, true))); + } else { + $prefix = substr($prefix, 0, $size - 13); + return(uniqid($prefix)); + } } -/*function get_guid($size=16) { - $exists = true; // assume by default that we don't have a unique guid - do { - $s = random_string($size); - $r = q("select id from guid where guid = '%s' limit 1", dbesc($s)); - if(! count($r)) - $exists = false; - } while($exists); - q("insert into guid ( guid ) values ( '%s' ) ", dbesc($s)); - return $s; -}*/ - - // wrapper for adding a login box. If $register == true provide a registration // link. This will most always depend on the value of $a->config['register_policy']. // returns the complete html for inserting into the page @@ -1405,11 +1399,11 @@ if(! function_exists('get_max_import_size')) { if(! function_exists('profile_load')) { function profile_load(&$a, $nickname, $profile = 0, $profiledata = array()) { - $user = q("select uid from user where nickname = '%s' limit 1", + $user = q("SELECT `uid` FROM `user` WHERE `nickname` = '%s' LIMIT 1", dbesc($nickname) ); - if(! ($user && count($user))) { + if(!$user && count($user) && !count($profiledata)) { logger('profile error: ' . $a->query_string, LOGGER_DEBUG); notice( t('Requested account is not available.') . EOL ); $a->error = 404; @@ -1440,7 +1434,7 @@ if(! function_exists('profile_load')) { intval($profile_int) ); } - if((! $r) && (! count($r))) { + if((!$r) && (!count($r))) { $r = q("SELECT `profile`.`uid` AS `profile_uid`, `profile`.* , `contact`.`avatar-date` AS picdate, `user`.* FROM `profile` INNER JOIN `contact` on `contact`.`uid` = `profile`.`uid` INNER JOIN `user` ON `profile`.`uid` = `user`.`uid` WHERE `user`.`nickname` = '%s' AND `profile`.`is-default` = 1 and `contact`.`self` = 1 LIMIT 1", @@ -1448,7 +1442,7 @@ if(! function_exists('profile_load')) { ); } - if(($r === false) || (! count($r))) { + if(($r === false) || (!count($r)) && !count($profiledata)) { logger('profile error: ' . $a->query_string, LOGGER_DEBUG); notice( t('Requested profile is not available.') . EOL ); $a->error = 404; @@ -1457,7 +1451,7 @@ if(! function_exists('profile_load')) { // fetch user tags if this isn't the default profile - if(! $r[0]['is-default']) { + if(!$r[0]['is-default']) { $x = q("select `pub_keywords` from `profile` where uid = %d and `is-default` = 1 limit 1", intval($r[0]['profile_uid']) ); @@ -1649,8 +1643,10 @@ if(! function_exists('profile_sidebar')) { $homepage = ((x($profile,'homepage') == 1) ? t('Homepage:') : False); + $about = ((x($profile,'about') == 1) ? t('About:') : False); + if(($profile['hidewall'] || $block) && (! local_user()) && (! remote_user())) { - $location = $pdesc = $gender = $marital = $homepage = False; + $location = $pdesc = $gender = $marital = $homepage = $about = False; } $firstname = ((strpos($profile['name'],' ')) @@ -1671,8 +1667,24 @@ if(! function_exists('profile_sidebar')) { if (!$block){ $contact_block = contact_block(); - } + if(is_array($a->profile) AND !$a->profile['hide-friends']) { + $r = q("SELECT `gcontact`.`updated` FROM `contact` INNER JOIN `gcontact` WHERE `gcontact`.`nurl` = `contact`.`nurl` AND `self` AND `uid` = %d LIMIT 1", + intval($a->profile['uid'])); + if(count($r)) + $updated = date("c", strtotime($r[0]['updated'])); + + $r = q("SELECT COUNT(*) AS `total` FROM `contact` WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 and `pending` = 0 AND `hidden` = 0 AND `archive` = 0 + AND `network` IN ('%s', '%s', '%s', '')", + intval($profile['uid']), + dbesc(NETWORK_DFRN), + dbesc(NETWORK_DIASPORA), + dbesc(NETWORK_OSTATUS) + ); + if(count($r)) + $contacts = intval($r[0]['total']); + } + } $p = array(); foreach($profile as $k => $v) { @@ -1683,7 +1695,6 @@ if(! function_exists('profile_sidebar')) { if($a->theme['template_engine'] === 'internal') $location = template_escape($location); - $tpl = get_markup_template('profile_vcard.tpl'); $o .= replace_macros($tpl, array( '$profile' => $p, @@ -1695,7 +1706,10 @@ if(! function_exists('profile_sidebar')) { '$pdesc' => $pdesc, '$marital' => $marital, '$homepage' => $homepage, + '$about' => $about, '$network' => t('Network:'), + '$contacts' => $contacts, + '$updated' => $updated, '$diaspora' => $diaspora, '$contact_block' => $contact_block, )); @@ -1815,10 +1829,10 @@ if(! function_exists('get_events')) { $bd_short = t('F d'); $r = q("SELECT `event`.* FROM `event` - WHERE `event`.`uid` = %d AND `type` != 'birthday' AND `start` < '%s' AND `start` > '%s' + WHERE `event`.`uid` = %d AND `type` != 'birthday' AND `start` < '%s' AND `start` >= '%s' ORDER BY `start` ASC ", intval(local_user()), - dbesc(datetime_convert('UTC','UTC','now + 6 days')), + dbesc(datetime_convert('UTC','UTC','now + 7 days')), dbesc(datetime_convert('UTC','UTC','now - 1 days')) ); @@ -1835,6 +1849,7 @@ if(! function_exists('get_events')) { } $classtoday = (($istoday) ? 'event-today' : ''); + $skip = 0; foreach($r as &$rr) { if($rr['adjust']) @@ -1848,6 +1863,12 @@ if(! function_exists('get_events')) { $title = t('[No description]'); $strt = datetime_convert('UTC',$rr['convert'] ? $a->timezone : 'UTC',$rr['start']); + + if(substr($strt,0,10) < datetime_convert('UTC',$a->timezone,'now','Y-m-d')) { + $skip++; + continue; + } + $today = ((substr($strt,0,10) === datetime_convert('UTC',$a->timezone,'now','Y-m-d')) ? true : false); $rr['link'] = $md; @@ -1862,7 +1883,7 @@ if(! function_exists('get_events')) { return replace_macros($tpl, array( '$baseurl' => $a->get_baseurl(), '$classtoday' => $classtoday, - '$count' => count($r), + '$count' => count($r) - $skip, '$event_reminders' => t('Event Reminders'), '$event_title' => t('Events this week:'), '$events' => $r, @@ -2071,7 +2092,7 @@ if(! function_exists('load_contact_links')) { if(! $uid || x($a->contacts,'empty')) return; - $r = q("SELECT `id`,`network`,`url`,`thumb` FROM `contact` WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 ", + $r = q("SELECT `id`,`network`,`url`,`thumb` FROM `contact` WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 AND `thumb` != ''", intval($uid) ); if(count($r)) { @@ -2166,6 +2187,20 @@ function get_my_url() { function zrl_init(&$a) { $tmp_str = get_my_url(); if(validate_url($tmp_str)) { + + // Is it a DDoS attempt? + // The check fetches the cached value from gprobe to reduce the load for this system + $urlparts = parse_url($tmp_str); + + $result = Cache::get("gprobe:".$urlparts["host"]); + if (!is_null($result)) { + $result = unserialize($result); + if ($result["network"] == NETWORK_FEED) { + logger("DDoS attempt detected for ".$urlparts["host"]." by ".$_SERVER["REMOTE_ADDR"].". server data: ".print_r($_SERVER, true), LOGGER_DEBUG); + return; + } + } + proc_run('php','include/gprobe.php',bin2hex($tmp_str)); $arr = array('zrl' => $tmp_str, 'url' => $a->cmd); call_hooks('zrl_init',$arr); @@ -2332,7 +2367,9 @@ function get_itemcachepath() { if ($temppath != "") { $itemcache = $temppath."/itemcache"; - mkdir($itemcache); + if(!file_exists($itemcache) && !is_dir($itemcache)) { + mkdir($itemcache); + } if (is_dir($itemcache) AND is_writable($itemcache)) { set_config("system", "itemcache", $itemcache); diff --git a/changelist.txt b/changelist.txt deleted file mode 100644 index 95c5abd270..0000000000 --- a/changelist.txt +++ /dev/null @@ -1,42 +0,0 @@ -Friendica 3.2 ------------- - -* LICENSE change from Friendica uses now the AGPL -* Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL -* new languages: BG -* added a README.translate and updates to the translation utils -* addons are now translated separately -* Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro -* Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728 -* sample nginx and lighttpd config -* new default templating engine: smarty3 -* new share element -* maintenance mode for longer running upgrade tasks -* small fixed - * edit profile photo link - * better caching of pictures - * threadening for outgoing emails - * mail import - * oembed thumbnails - * SN subscriptions & more SN like behaviour if snautofollow addon is used - * collect content of SN discussion threads - * communication with Diaspora* - * usage of the API - * search improvements - * MIME types for attachments - * support Open Graph and Dublin Core when showing single items - * better use of APC if present - * use https versions of videos from youtube and vimeo to make firefox happy -* fixes to the documentation -* if a home.html is there, home.css is used as well -* update included TinyMCE to version 3.5.8, fancybox -* made more options available in the admin panel that were hidden before -* show the admin information about when accounts expire in the admin panel -* improving the install.php script -* addons now can be members only -* item object now contains the "edited" information left for the theme designers to show this info in a pretty way -* improvments to the user-import from exported account files -* It's now possible to authenticate an ejabberd server against friendica. -* bugtracker moved to github -* improvements to MySQL queries - diff --git a/database.sql b/database.sql index cbf8933f3d..ab597825cd 100644 --- a/database.sql +++ b/database.sql @@ -1,1235 +1,985 @@ --- phpMyAdmin SQL Dump --- version 3.3.10.4 --- http://www.phpmyadmin.net --- +-- ------------------------------------------ +-- Friendica 3.4.0 (Lily of the valley) +-- DB_UPDATE_VERSION 1183 +-- ------------------------------------------ -SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; - --- -------------------------------------------------------- -- --- Table structure for table `addon` +-- TABLE addon -- - CREATE TABLE IF NOT EXISTS `addon` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `name` char(255) NOT NULL, - `version` char(255) NOT NULL, - `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`), - KEY `hidden` (`hidden`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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 +) DEFAULT CHARSET=utf8; -- --- Table structure for table `attach` +-- TABLE attach -- - CREATE TABLE IF NOT EXISTS `attach` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `hash` char(64) NOT NULL, - `filename` char(255) NOT NULL, - `filetype` char(64) NOT NULL, - `filesize` int(11) NOT NULL, - `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=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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 +) DEFAULT CHARSET=utf8; -- --- Table structure for table `auth_codes` +-- TABLE auth_codes -- - CREATE TABLE IF NOT EXISTS `auth_codes` ( - `id` varchar(40) NOT NULL, - `client_id` varchar(20) NOT NULL, - `redirect_uri` varchar(200) NOT NULL, - `expires` int(11) NOT NULL, - `scope` varchar(250) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` varchar(40) NOT NULL PRIMARY KEY, + `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 '' +) DEFAULT CHARSET=utf8; -- --- Table structure for table `cache` +-- TABLE cache -- - CREATE TABLE IF NOT EXISTS `cache` ( - `k` char(255) NOT NULL, - `v` text NOT NULL, - `updated` datetime NOT NULL, - PRIMARY KEY (`k`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `k` varchar(255) NOT NULL PRIMARY KEY, + `v` text NOT NULL, + `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + INDEX `updated` (`updated`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `challenge` +-- TABLE challenge -- - CREATE TABLE IF NOT EXISTS `challenge` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `challenge` char(255) NOT NULL, - `dfrn-id` char(255) NOT NULL, - `expire` int(11) NOT NULL, - `type` char(255) NOT NULL, - `last_update` char(255) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 '' +) DEFAULT CHARSET=utf8; -- --- Table structure for table `clients` +-- TABLE clients -- - CREATE TABLE IF NOT EXISTS `clients` ( - `client_id` varchar(20) NOT NULL, - `pw` varchar(20) NOT NULL, - `redirect_uri` varchar(200) NOT NULL, - `name` text, - `icon` text, - `uid` int(11) NOT NULL DEFAULT '0', - PRIMARY KEY (`client_id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `client_id` varchar(20) NOT NULL PRIMARY KEY, + `pw` varchar(20) NOT NULL DEFAULT '', + `redirect_uri` varchar(200) NOT NULL DEFAULT '', + `name` text, + `icon` text, + `uid` int(11) NOT NULL DEFAULT 0 +) DEFAULT CHARSET=utf8; -- --- Table structure for table `config` +-- TABLE config -- - CREATE TABLE IF NOT EXISTS `config` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `cat` char(255) CHARACTER SET ascii NOT NULL, - `k` char(255) CHARACTER SET ascii NOT NULL, - `v` text NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `access` (`cat`,`k`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `cat` varchar(255) NOT NULL DEFAULT '', + `k` varchar(255) NOT NULL DEFAULT '', + `v` text NOT NULL, + INDEX `cat_k` (`cat`(30),`k`(30)) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `contact` +-- TABLE contact -- - CREATE TABLE IF NOT EXISTS `contact` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL COMMENT 'owner uid', - `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `self` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'boolean 1 == info for local UID, primarily name and photo to use in item displays.', - `remote_self` tinyint(1) NOT NULL DEFAULT '0', - `rel` tinyint(1) NOT NULL DEFAULT '0', - `duplex` tinyint(1) NOT NULL DEFAULT '0', - `network` char(255) NOT NULL, - `name` char(255) NOT NULL, - `nick` char(255) NOT NULL, - `attag` char(255) NOT NULL, - `photo` text NOT NULL COMMENT 'remote photo URL initially until approved', - `thumb` text NOT NULL, - `micro` text NOT NULL, - `site-pubkey` text NOT NULL, - `issued-id` char(255) NOT NULL, - `dfrn-id` char(255) NOT NULL, - `url` char(255) NOT NULL, - `nurl` char(255) NOT NULL, - `addr` char(255) NOT NULL, - `alias` char(255) NOT NULL, - `pubkey` text NOT NULL, - `prvkey` text NOT NULL, - `batch` char(255) NOT NULL, - `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` char(255) NOT NULL, - `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, - `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' COMMENT '0-5 reputation, 0 unknown, 1 call police, 5 inscrutable', - `reason` text NOT NULL COMMENT 'why a rating was given - will help friends decide to make friends or not', - `closeness` tinyint(2) NOT NULL DEFAULT '99', - `info` mediumtext NOT NULL, - `profile-id` int(11) NOT NULL DEFAULT '0' COMMENT 'which profile to display - 0 is public default', - `bdyear` char(4) NOT NULL COMMENT 'birthday notify flag', - `bd` date NOT NULL, - `notify_new_posts` TINYINT(1) NOT NULL DEFAULT '0', - `fetch_further_information` TINYINT(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `uid` (`uid`), - KEY `self` (`self`), - KEY `issued-id` (`issued-id`), - KEY `dfrn-id` (`dfrn-id`), - KEY `blocked` (`blocked`), - KEY `readonly` (`readonly`), - KEY `network` (`network`), - KEY `name` (`name`), - KEY `nick` (`nick`), - KEY `attag` (`attag`), - KEY `addr` (`addr`), - KEY `url` (`url`), - KEY `batch` (`batch`), - KEY `nurl` (`nurl`), - KEY `pending` (`pending`), - KEY `hidden` (`hidden`), - KEY `archive` (`archive`), - KEY `forum` (`forum`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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', + `last-item` 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, + INDEX `uid` (`uid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `conv` +-- TABLE conv -- - CREATE TABLE IF NOT EXISTS `conv` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `guid` char(64) NOT NULL, - `recips` mediumtext NOT NULL, - `uid` int(11) NOT NULL, - `creator` char(255) NOT NULL, - `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 `created` (`created`), - KEY `updated` (`updated`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `uid` (`uid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `deliverq` +-- TABLE deliverq -- - CREATE TABLE IF NOT EXISTS `deliverq` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `cmd` char(32) NOT NULL, - `item` int(11) NOT NULL, - `contact` int(11) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `cmd` varchar(32) NOT NULL DEFAULT '', + `item` int(11) NOT NULL DEFAULT 0, + `contact` int(11) NOT NULL DEFAULT 0 +) DEFAULT CHARSET=utf8; -- --- Table structure for table `dsprphotoq` +-- TABLE dsprphotoq -- - -CREATE TABLE `dsprphotoq` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `msg` mediumtext NOT NULL, - `attempt` tinyint(4) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- +CREATE TABLE IF NOT EXISTS `dsprphotoq` ( + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `uid` int(11) NOT NULL DEFAULT 0, + `msg` mediumtext NOT NULL, + `attempt` tinyint(4) NOT NULL DEFAULT 0 +) DEFAULT CHARSET=utf8; -- --- Table structure for table `event` +-- TABLE event -- - CREATE TABLE IF NOT EXISTS `event` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `cid` int(11) NOT NULL, - `uri` char(255) NOT NULL, - `created` datetime NOT NULL, - `edited` datetime NOT NULL, - `start` datetime NOT NULL, - `finish` datetime NOT NULL, - `summary` text NOT NULL, - `desc` text NOT NULL, - `location` text NOT NULL, - `type` char(255) NOT NULL, - `nofinish` tinyint(1) NOT NULL DEFAULT '0', - `adjust` tinyint(1) NOT NULL DEFAULT '1', - `ignore` 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 `cid` ( `cid` ), - KEY `uri` ( `uri` ), - KEY `type` ( `type` ), - KEY `start` ( `start` ), - KEY `finish` ( `finish` ), - KEY `adjust` ( `adjust` ), - KEY `ignore` ( `ignore` ) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `uid` (`uid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `fcontact` +-- TABLE fcontact -- - CREATE TABLE IF NOT EXISTS `fcontact` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `url` char(255) NOT NULL, - `name` char(255) NOT NULL, - `photo` char(255) NOT NULL, - `request` char(255) NOT NULL, - `nick` char(255) NOT NULL, - `addr` char(255) NOT NULL, - `batch` char(255) NOT NULL, - `notify` char(255) NOT NULL, - `poll` char(255) NOT NULL, - `confirm` char(255) NOT NULL, - `priority` tinyint(1) NOT NULL, - `network` char(32) NOT NULL, - `alias` char(255) NOT NULL, - `pubkey` text NOT NULL, - `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`), - KEY `addr` (`addr`), - KEY `network` (`network`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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', + INDEX `addr` (`addr`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `ffinder` +-- TABLE ffinder -- - CREATE TABLE IF NOT EXISTS `ffinder` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `uid` int(10) unsigned NOT NULL, - `cid` int(10) unsigned NOT NULL, - `fid` int(10) unsigned NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `uid` int(10) unsigned NOT NULL DEFAULT 0, + `cid` int(10) unsigned NOT NULL DEFAULT 0, + `fid` int(10) unsigned NOT NULL DEFAULT 0 +) DEFAULT CHARSET=utf8; -- --- Table structure for table `fserver` +-- TABLE fserver -- - CREATE TABLE IF NOT EXISTS `fserver` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `server` char(255) NOT NULL, - `posturl` char(255) NOT NULL, - `key` text NOT NULL, - PRIMARY KEY (`id`), - KEY `server` (`server`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `server` varchar(255) NOT NULL DEFAULT '', + `posturl` varchar(255) NOT NULL DEFAULT '', + `key` text NOT NULL, + INDEX `server` (`server`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `fsuggest` +-- TABLE fsuggest -- - CREATE TABLE IF NOT EXISTS `fsuggest` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `cid` int(11) NOT NULL, - `name` char(255) NOT NULL, - `url` char(255) NOT NULL, - `request` char(255) NOT NULL, - `photo` char(255) NOT NULL, - `note` text NOT NULL, - `created` datetime NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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' +) DEFAULT CHARSET=utf8; -- --- Table structure for table `gcign` +-- TABLE gcign -- - CREATE TABLE IF NOT EXISTS `gcign` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `gcid` int(11) NOT NULL, - PRIMARY KEY (`id`), - KEY `uid` (`uid`), - KEY `gcid` (`gcid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `uid` int(11) NOT NULL DEFAULT 0, + `gcid` int(11) NOT NULL DEFAULT 0, + INDEX `uid` (`uid`), + INDEX `gcid` (`gcid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `gcontact` +-- TABLE gcontact -- - CREATE TABLE IF NOT EXISTS `gcontact` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` char(255) NOT NULL, - `url` char(255) NOT NULL, - `nurl` char(255) NOT NULL, - `photo` char(255) NOT NULL, - `connect` char(255) NOT NULL, - PRIMARY KEY (`id`), - KEY `nurl` (`nurl`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 '', + `generation` tinyint(3) NOT NULL DEFAULT 0, + INDEX `nurl` (`nurl`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `glink` +-- TABLE glink -- - CREATE TABLE IF NOT EXISTS `glink` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `cid` int(11) NOT NULL, - `uid` int(11) NOT NULL, - `gcid` int(11) NOT NULL, - `zcid` int(11) NOT NULL, - `updated` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `cid` (`cid`), - KEY `uid` (`uid`), - KEY `gcid` (`gcid`), - KEY `zcid` (`zcid`), - KEY `updated` (`updated`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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', + INDEX `cid_uid_gcid_zcid` (`cid`,`uid`,`gcid`,`zcid`), + INDEX `gcid` (`gcid`), + INDEX `zcid` (`zcid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `group` +-- TABLE group -- - CREATE TABLE IF NOT EXISTS `group` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `uid` int(10) unsigned NOT NULL, - `visible` tinyint(1) NOT NULL DEFAULT '0', - `deleted` tinyint(1) NOT NULL DEFAULT '0', - `name` char(255) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 '', + INDEX `uid` (`uid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `group_member` +-- TABLE group_member -- - CREATE TABLE IF NOT EXISTS `group_member` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `uid` int(10) unsigned NOT NULL, - `gid` int(10) unsigned NOT NULL, - `contact-id` int(10) unsigned NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `uid_gid_contactid` (`uid`,`gid`,`contact-id`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `guid` +-- TABLE guid -- - CREATE TABLE IF NOT EXISTS `guid` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `guid` char(64) NOT NULL, - PRIMARY KEY (`id`), - KEY `guid` (`guid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `guid` varchar(255) NOT NULL DEFAULT '', + INDEX `guid` (`guid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `hook` +-- TABLE hook -- - CREATE TABLE IF NOT EXISTS `hook` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `hook` char(255) NOT NULL, - `file` char(255) NOT NULL, - `function` char(255) NOT NULL, - `priority` int(11) UNSIGNED NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `hook_file_function` (`hook`(30),`file`(60),`function`(30)) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `intro` +-- TABLE intro -- - CREATE TABLE IF NOT EXISTS `intro` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `uid` int(10) unsigned NOT NULL, - `fid` int(11) NOT NULL DEFAULT '0', - `contact-id` int(11) NOT NULL, - `knowyou` tinyint(1) NOT NULL, - `duplex` tinyint(1) NOT NULL DEFAULT '0', - `note` text NOT NULL, - `hash` char(255) NOT NULL, - `datetime` datetime NOT NULL, - `blocked` tinyint(1) NOT NULL DEFAULT '1', - `ignore` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 +) DEFAULT CHARSET=utf8; -- --- Table structure for table `item` +-- TABLE item -- - CREATE TABLE IF NOT EXISTS `item` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `guid` char(255) NOT NULL, - `uri` char(255) CHARACTER SET ascii NOT NULL, - `uid` int(10) unsigned NOT NULL DEFAULT '0', - `contact-id` int(10) unsigned NOT NULL DEFAULT '0', - `type` char(255) NOT NULL, - `wall` tinyint(1) NOT NULL DEFAULT '0', - `gravity` tinyint(1) NOT NULL DEFAULT '0', - `parent` int(10) unsigned NOT NULL DEFAULT '0', - `parent-uri` char(255) CHARACTER SET ascii NOT NULL, - `extid` char(255) NOT NULL, - `thr-parent` char(255) NOT NULL, - `created` datetime NOT NULL, - `edited` datetime NOT NULL, - `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` char(255) NOT NULL, - `owner-link` char(255) NOT NULL, - `owner-avatar` char(255) NOT NULL, - `author-name` char(255) NOT NULL, - `author-link` char(255) NOT NULL, - `author-avatar` char(255) NOT NULL, - `title` char(255) NOT NULL, - `body` mediumtext NOT NULL, - `app` char(255) NOT NULL, - `verb` char(255) NOT NULL, - `object-type` char(255) NOT NULL, - `object` text NOT NULL, - `target-type` char(255) NOT NULL, - `target` text NOT NULL, - `postopts` text NOT NULL, - `plink` char(255) NOT NULL, - `resource-id` char(255) NOT NULL, - `event-id` int(11) NOT NULL, - `tag` mediumtext NOT NULL, - `attach` mediumtext NOT NULL, - `inform` mediumtext NOT NULL, - `file` mediumtext NOT NULL, - `location` char(255) NOT NULL, - `coord` char(255) NOT NULL, - `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', - `mention` tinyint(1) NOT NULL DEFAULT '0', - `last-child` tinyint(1) unsigned NOT NULL DEFAULT '1', - `network` char(32) NOT NULL, - PRIMARY KEY (`id`), - KEY `uri` (`uri`), - KEY `uid` (`uid`), - KEY `contact-id` (`contact-id`), - KEY `type` (`type`), - KEY `parent` (`parent`), - KEY `parent-uri` (`parent-uri`), - KEY `created` (`created`), - KEY `edited` (`edited`), - KEY `visible` (`visible`), - KEY `deleted` (`deleted`), - KEY `last-child` (`last-child`), - KEY `unseen` (`unseen`), - KEY `extid` (`extid`), - KEY `received` (`received`), - KEY `starred` (`starred`), - KEY `guid` (`guid`), - KEY `origin` (`origin`), - KEY `wall` (`wall`), - KEY `forum_mode` (`forum_mode`), - KEY `author-link` (`author-link`), - KEY `bookmark` (`bookmark`), - KEY `moderated` (`moderated`), - KEY `spam` (`spam`), - KEY `author-name` (`author-name`), - KEY `uid_commented` (`uid`, `commented`), - KEY `uid_created` (`uid`, `created`), - KEY `uid_unseen` (`uid`, `unseen`), - KEY `mention` (`mention`), - KEY `resource-id` (`resource-id`), - KEY `event_id` (`event-id`), - KEY `network` (`network`), - FULLTEXT KEY `title` (`title`), - FULLTEXT KEY `body` (`body`), - FULLTEXT KEY `allow_cid` (`allow_cid`), - FULLTEXT KEY `allow_gid` (`allow_gid`), - FULLTEXT KEY `deny_cid` (`deny_cid`), - FULLTEXT KEY `deny_gid` (`deny_gid`), - FULLTEXT KEY `tag` (`tag`), - FULLTEXT KEY `file` (`file`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 '', + `rendered-hash` varchar(32) NOT NULL DEFAULT '', + `rendered-html` mediumtext NOT NULL, + `global` tinyint(1) NOT NULL DEFAULT 0, + INDEX `guid` (`guid`), + INDEX `uri` (`uri`), + INDEX `parent` (`parent`), + INDEX `parent-uri` (`parent-uri`), + INDEX `extid` (`extid`), + INDEX `uid_id` (`uid`,`id`), + INDEX `uid_created` (`uid`,`created`), + INDEX `uid_unseen` (`uid`,`unseen`), + INDEX `uid_network_received` (`uid`,`network`,`received`), + INDEX `uid_received` (`uid`,`received`), + INDEX `uid_network_commented` (`uid`,`network`,`commented`), + INDEX `uid_commented` (`uid`,`commented`), + INDEX `uid_title` (`uid`,`title`), + INDEX `uid_thrparent` (`uid`,`thr-parent`), + INDEX `uid_parenturi` (`uid`,`parent-uri`), + INDEX `uid_contactid_created` (`uid`,`contact-id`,`created`), + INDEX `wall_body` (`wall`,`body`(6)), + INDEX `uid_visible_moderated_created` (`uid`,`visible`,`moderated`,`created`), + INDEX `uid_uri` (`uid`,`uri`), + INDEX `uid_wall_created` (`uid`,`wall`,`created`), + INDEX `resource-id` (`resource-id`), + INDEX `uid_type` (`uid`,`type`), + INDEX `uid_starred` (`uid`,`starred`), + INDEX `contactid_allowcid_allowpid_denycid_denygid` (`contact-id`,`allow_cid`(10),`allow_gid`(10),`deny_cid`(10),`deny_gid`(10)), + INDEX `uid_wall_parent_created` (`uid`,`wall`,`parent`,`created`), + INDEX `uid_type_changed` (`uid`,`type`,`changed`), + INDEX `contactid_verb` (`contact-id`,`verb`), + INDEX `deleted_changed` (`deleted`,`changed`), + INDEX `uid_wall_changed` (`uid`,`wall`,`changed`), + INDEX `uid_eventid` (`uid`,`event-id`), + INDEX `uid_authorlink` (`uid`,`author-link`), + INDEX `uid_ownerlink` (`uid`,`owner-link`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `item_id` +-- TABLE item_id -- - CREATE TABLE IF NOT EXISTS `item_id` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `iid` int(11) NOT NULL, - `uid` int(11) NOT NULL, - `sid` char(255) NOT NULL, - `service` char(255) NOT NULL, - PRIMARY KEY (`id`), - KEY `iid` (`iid`), - KEY `uid` (`uid`), - KEY `sid` (`sid`), - KEY `service` (`service`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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 '', + INDEX `uid` (`uid`), + INDEX `sid` (`sid`), + INDEX `service` (`service`), + INDEX `iid` (`iid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `locks` +-- TABLE locks -- - CREATE TABLE IF NOT EXISTS `locks` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `name` char(128) NOT NULL, - `locked` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `name` varchar(128) NOT NULL DEFAULT '', + `locked` tinyint(1) NOT NULL DEFAULT 0, + `created` datetime DEFAULT '0000-00-00 00:00:00' +) DEFAULT CHARSET=utf8; -- --- Table structure for table `mail` +-- TABLE mail -- - CREATE TABLE IF NOT EXISTS `mail` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `uid` int(10) unsigned NOT NULL, - `guid` char(64) NOT NULL, - `from-name` char(255) NOT NULL, - `from-photo` char(255) NOT NULL, - `from-url` char(255) NOT NULL, - `contact-id` char(255) NOT NULL, - `convid` int(11) NOT NULL, - `title` char(255) NOT NULL, - `body` mediumtext NOT NULL, - `seen` tinyint(1) NOT NULL, - `reply` tinyint(1) NOT NULL DEFAULT '0', - `replied` tinyint(1) NOT NULL, - `unknown` tinyint(1) NOT NULL DEFAULT '0', - `uri` char(255) NOT NULL, - `parent-uri` char(255) NOT NULL, - `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`), - KEY `reply` (`reply`), - KEY `uid` (`uid`), - KEY `guid` (`guid`), - KEY `seen` (`seen`), - KEY `uri` (`uri`), - KEY `parent-uri` (`parent-uri`), - KEY `created` (`created`), - KEY `convid` (`convid`), - KEY `unknown` (`unknown`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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', + INDEX `uid` (`uid`), + INDEX `guid` (`guid`), + INDEX `convid` (`convid`), + INDEX `reply` (`reply`), + INDEX `uri` (`uri`), + INDEX `parent-uri` (`parent-uri`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `mailacct` +-- TABLE mailacct -- - CREATE TABLE IF NOT EXISTS `mailacct` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `server` char(255) NOT NULL, - `port` int(11) NOT NULL, - `ssltype` char(16) NOT NULL, - `mailbox` char(255) NOT NULL, - `user` char(255) NOT NULL, - `pass` text NOT NULL, - `action` int(11) NOT NULL, - `movetofolder` char(255) NOT NULL, - `reply_to` char(255) NOT NULL, - `pubmail` tinyint(1) NOT NULL DEFAULT '0', - `last_check` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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' +) DEFAULT CHARSET=utf8; -- --- Table structure for table `manage` +-- TABLE manage -- - CREATE TABLE IF NOT EXISTS `manage` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `mid` int(11) NOT NULL, - PRIMARY KEY (`id`), - KEY `uid` (`uid`), - KEY `mid` (`mid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `uid` int(11) NOT NULL DEFAULT 0, + `mid` int(11) NOT NULL DEFAULT 0, + INDEX `uid_mid` (`uid`,`mid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `notify` +-- TABLE notify -- - CREATE TABLE IF NOT EXISTS `notify` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `hash` char(64) NOT NULL, - `name` char(255) NOT NULL, - `url` char(255) NOT NULL, - `photo` char(255) NOT NULL, - `date` datetime NOT NULL, - `msg` mediumtext NOT NULL, - `uid` int(11) NOT NULL, - `link` char(255) NOT NULL, - `parent` int(11) NOT NULL, - `seen` tinyint(1) NOT NULL DEFAULT '0', - `type` int(11) NOT NULL, - `verb` char(255) NOT NULL, - `otype` char(16) NOT NULL, - PRIMARY KEY (`id`), - KEY `type` (`type`), - KEY `seen` (`seen`), - KEY `uid` (`uid`), - KEY `date` (`date`), - KEY `hash` (`hash`), - KEY `parent` (`parent`), - KEY `link` (`link`), - KEY `otype` (`otype`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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 '', + INDEX `uid` (`uid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `notify-threads` +-- TABLE notify-threads -- - CREATE TABLE IF NOT EXISTS `notify-threads` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `notify-id` int(11) NOT NULL, - `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, - PRIMARY KEY (`id`), - KEY `master-parent-item` (`master-parent-item`), - KEY `receiver-uid` (`receiver-uid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `master-parent-item` (`master-parent-item`), + INDEX `receiver-uid` (`receiver-uid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `pconfig` +-- TABLE pconfig -- - CREATE TABLE IF NOT EXISTS `pconfig` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL DEFAULT '0', - `cat` char(255) CHARACTER SET ascii NOT NULL, - `k` char(255) CHARACTER SET ascii NOT NULL, - `v` mediumtext NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `access` (`uid`,`cat`,`k`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `uid` int(11) NOT NULL DEFAULT 0, + `cat` varchar(255) NOT NULL DEFAULT '', + `k` varchar(255) NOT NULL DEFAULT '', + `v` mediumtext NOT NULL, + INDEX `uid_cat_k` (`uid`,`cat`(30),`k`(30)) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `photo` +-- TABLE photo -- - CREATE TABLE IF NOT EXISTS `photo` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `uid` int(10) unsigned NOT NULL, - `contact-id` int(10) unsigned NOT NULL DEFAULT '0', - `guid` char(64) NOT NULL, - `resource-id` char(255) NOT NULL, - `created` datetime NOT NULL, - `edited` datetime NOT NULL, - `title` char(255) NOT NULL, - `desc` text NOT NULL, - `album` char(255) NOT NULL, - `filename` char(255) NOT NULL, - `type` CHAR(128) NOT NULL DEFAULT 'image/jpeg', - `height` smallint(6) NOT NULL, - `width` smallint(6) NOT NULL, - `datasize` int(10) unsigned NOT NULL DEFAULT '0', - `data` mediumblob NOT NULL, - `scale` tinyint(3) NOT NULL, - `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 `album` (`album`), - KEY `scale` (`scale`), - KEY `datasize` (`datasize`), - KEY `profile` (`profile`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `uid` (`uid`), + INDEX `resource-id` (`resource-id`), + INDEX `guid` (`guid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `poll` +-- TABLE poll -- - CREATE TABLE IF NOT EXISTS `poll` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `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=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `uid` (`uid`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `poll_result` +-- TABLE poll_result -- - CREATE TABLE IF NOT EXISTS `poll_result` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `poll_id` int(11) NOT NULL, - `choice` int(11) NOT NULL, - PRIMARY KEY (`id`), - KEY `poll_id` (`poll_id`), - KEY `choice` (`choice`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `poll_id` int(11) NOT NULL DEFAULT 0, + `choice` int(11) NOT NULL DEFAULT 0, + INDEX `poll_id` (`poll_id`), + INDEX `choice` (`choice`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `profile` +-- TABLE profile -- - CREATE TABLE IF NOT EXISTS `profile` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `profile-name` char(255) NOT NULL, - `is-default` tinyint(1) NOT NULL DEFAULT '0', - `hide-friends` tinyint(1) NOT NULL DEFAULT '0', - `name` char(255) NOT NULL, - `pdesc` char(255) NOT NULL, - `dob` char(32) NOT NULL DEFAULT '0000-00-00', - `address` char(255) NOT NULL, - `locality` char(255) NOT NULL, - `region` char(255) NOT NULL, - `postal-code` char(32) NOT NULL, - `country-name` char(255) NOT NULL, - `hometown` char(255) NOT NULL, - `gender` char(32) NOT NULL, - `marital` char(255) NOT NULL, - `with` text NOT NULL, - `howlong` datetime NOT NULL default '0000-00-00 00:00:00', - `sexual` char(255) NOT NULL, - `politic` char(255) NOT NULL, - `religion` char(255) NOT NULL, - `pub_keywords` text NOT NULL, - `prv_keywords` text NOT NULL, - `likes` text NOT NULL, - `dislikes` text NOT NULL, - `about` text NOT NULL, - `summary` char(255) NOT NULL, - `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` char(255) NOT NULL, - `photo` char(255) NOT NULL, - `thumb` char(255) NOT NULL, - `publish` tinyint(1) NOT NULL DEFAULT '0', - `net-publish` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - FULLTEXT KEY `pub_keywords` (`pub_keywords`), - FULLTEXT KEY `prv_keywords` (`prv_keywords`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `hometown` (`hometown`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `profile_check` +-- TABLE profile_check -- - CREATE TABLE IF NOT EXISTS `profile_check` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `uid` int(10) unsigned NOT NULL, - `cid` int(10) unsigned NOT NULL DEFAULT '0', - `dfrn_id` char(255) NOT NULL, - `sec` char(255) NOT NULL, - `expire` int(11) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 +) DEFAULT CHARSET=utf8; -- --- Table structure for table `queue` +-- TABLE push_subscriber -- - -CREATE TABLE IF NOT EXISTS `queue` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `cid` int(11) NOT NULL, - `network` char(32) NOT NULL, - `created` datetime NOT NULL, - `last` datetime NOT NULL, - `content` mediumtext NOT NULL, - `batch` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `cid` (`cid`), - KEY `network` (`network`), - KEY `created` (`created`), - KEY `last` (`last`), - KEY `batch` (`batch`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `register` --- - -CREATE TABLE IF NOT EXISTS `register` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `hash` char(255) NOT NULL, - `created` datetime NOT NULL, - `uid` int(10) unsigned NOT NULL, - `password` char(255) NOT NULL, - `language` char(16) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `search` --- - -CREATE TABLE IF NOT EXISTS `search` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `term` char(255) NOT NULL, - PRIMARY KEY (`id`), - KEY `uid` (`uid`), - KEY `term` (`term`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `session` --- - -CREATE TABLE IF NOT EXISTS `session` ( - `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `sid` char(255) NOT NULL, - `data` text NOT NULL, - `expire` int(10) unsigned NOT NULL, - PRIMARY KEY (`id`), - KEY `sid` (`sid`), - KEY `expire` (`expire`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `sign` --- - -CREATE TABLE IF NOT EXISTS `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` char(255) NOT NULL, - PRIMARY KEY (`id`), - KEY `iid` (`iid`), - KEY `retract_iid` (`retract_iid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `spam` --- - -CREATE TABLE IF NOT EXISTS `spam` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `spam` int(11) NOT NULL DEFAULT '0', - `ham` int(11) NOT NULL DEFAULT '0', - `term` char(255) NOT NULL, - `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=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `term` --- - -CREATE TABLE IF NOT EXISTS `term` ( - `tid` int(10) unsigned NOT NULL AUTO_INCREMENT, - `aid` int(10) unsigned NOT NULL DEFAULT '0', - `uid` int(10) unsigned NOT NULL DEFAULT '0', - `oid` int(10) unsigned NOT NULL, - `otype` tinyint(3) unsigned NOT NULL, - `type` tinyint(3) unsigned NOT NULL, - `term` char(255) NOT NULL, - `url` char(255) NOT NULL, - PRIMARY KEY (`tid`), - KEY `oid` (`oid`), - KEY `otype` (`otype`), - KEY `type` (`type`), - KEY `term` (`term`), - KEY `uid` (`uid`), - KEY `aid` (`aid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `tokens` --- - -CREATE TABLE IF NOT EXISTS `tokens` ( - `id` varchar(40) NOT NULL, - `secret` text NOT NULL, - `client_id` varchar(20) NOT NULL, - `expires` int(11) NOT NULL, - `scope` varchar(200) NOT NULL, - `uid` int(11) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `user` --- - -CREATE TABLE IF NOT EXISTS `user` ( - `uid` int(11) NOT NULL AUTO_INCREMENT, - `guid` char(16) NOT NULL, - `username` char(255) NOT NULL, - `password` char(255) NOT NULL, - `nickname` char(255) NOT NULL, - `email` char(255) NOT NULL, - `openid` char(255) NOT NULL, - `timezone` char(128) NOT NULL, - `language` char(16) 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` char(255) NOT NULL, - `allow_location` tinyint(1) NOT NULL DEFAULT '0', - `theme` char(255) NOT NULL, - `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) NOT NULL DEFAULT '0', - `hidewall` tinyint(1) NOT NULL DEFAULT '0', - `blocktags` tinyint(1) 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) NOT NULL DEFAULT '0', - `prvnets` tinyint(1) NOT NULL DEFAULT '0', - `pwdreset` char(255) NOT NULL, - `maxreq` int(11) NOT NULL DEFAULT '10', - `expire` int(10) 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` char(32) NOT NULL, - `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`), - KEY `login_date` (`login_date`), - KEY `account_expired` (`account_expired`), - KEY `hidewall` (`hidewall`), - KEY `blockwall` (`blockwall`), - KEY `blocked` (`blocked`), - KEY `verified` (`verified`), - KEY `unkmail` (`unkmail`), - KEY `cntunkmail` (`cntunkmail`), - KEY `account_removed` (`account_removed`), - KEY `service_class` (`service_class`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `userd` --- - -CREATE TABLE IF NOT EXISTS `userd` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `username` char(255) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `tag` --- - -CREATE TABLE IF NOT EXISTS `tag` ( - `iid` int(11) NOT NULL, - `tag` char(255) NOT NULL, - `link` char(255) NOT NULL, - PRIMARY KEY (`iid`, `tag`), - KEY `tag` (`tag`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - --- --- Table structure for table `push_subscriber` --- - CREATE TABLE IF NOT EXISTS `push_subscriber` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `uid` int(11) NOT NULL, - `callback_url` char(255) NOT NULL, - `topic` char(255) NOT NULL, - `nickname` char(255) NOT NULL, - `push` int(11) NOT NULL, - `last_update` datetime NOT NULL, - `secret` char(255) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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 '' +) DEFAULT CHARSET=utf8; -- --- Table structure for table `unique_contacts` +-- TABLE queue -- - -CREATE TABLE IF NOT EXISTS `unique_contacts` ( - `id` INT NOT NULL AUTO_INCREMENT, - `url` CHAR(255) NOT NULL, - `nick` CHAR(255) NOT NULL, - `name` CHAR(255) NOT NULL, - `avatar` CHAR(255) NOT NULL, - PRIMARY KEY (`id`), - KEY `url` (`url`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- +CREATE TABLE IF NOT EXISTS `queue` ( + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `cid` (`cid`), + INDEX `created` (`created`), + INDEX `last` (`last`), + INDEX `network` (`network`), + INDEX `batch` (`batch`) +) DEFAULT CHARSET=utf8; -- --- Table structure for table `thread` +-- TABLE register -- +CREATE TABLE IF NOT EXISTS `register` ( + `id` int(11) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 '' +) DEFAULT CHARSET=utf8; +-- +-- TABLE search +-- +CREATE TABLE IF NOT EXISTS `search` ( + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `uid` int(11) NOT NULL DEFAULT 0, + `term` varchar(255) NOT NULL DEFAULT '', + INDEX `uid` (`uid`), + INDEX `term` (`term`) +) DEFAULT CHARSET=utf8; + +-- +-- TABLE session +-- +CREATE TABLE IF NOT EXISTS `session` ( + `id` bigint(20) unsigned NOT NULL auto_increment PRIMARY KEY, + `sid` varchar(255) NOT NULL DEFAULT '', + `data` text NOT NULL, + `expire` int(10) unsigned NOT NULL DEFAULT 0, + INDEX `sid` (`sid`), + INDEX `expire` (`expire`) +) DEFAULT CHARSET=utf8; + +-- +-- TABLE sign +-- +CREATE TABLE IF NOT EXISTS `sign` ( + `id` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 '', + INDEX `iid` (`iid`), + INDEX `retract_iid` (`retract_iid`) +) DEFAULT CHARSET=utf8; + +-- +-- TABLE spam +-- +CREATE TABLE IF NOT EXISTS `spam` ( + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `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', + INDEX `uid` (`uid`), + INDEX `spam` (`spam`), + INDEX `ham` (`ham`), + INDEX `term` (`term`) +) DEFAULT CHARSET=utf8; + +-- +-- TABLE term +-- +CREATE TABLE IF NOT EXISTS `term` ( + `tid` int(10) unsigned NOT NULL auto_increment PRIMARY KEY, + `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 '', + `guid` varchar(255) NOT NULL DEFAULT '', + `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `received` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `global` tinyint(1) NOT NULL DEFAULT 0, + `aid` int(10) unsigned NOT NULL DEFAULT 0, + `uid` int(10) unsigned NOT NULL DEFAULT 0, + INDEX `oid_otype_type_term` (`oid`,`otype`,`type`,`term`), + INDEX `uid_term_tid` (`uid`,`term`,`tid`), + INDEX `type_term` (`type`,`term`), + INDEX `uid_otype_type_term_global_created` (`uid`,`otype`,`type`,`term`,`global`,`created`), + INDEX `otype_type_term_tid` (`otype`,`type`,`term`,`tid`), + INDEX `guid` (`guid`) +) DEFAULT CHARSET=utf8; + +-- +-- TABLE thread +-- CREATE TABLE IF NOT EXISTS `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', - `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` char(32) NOT NULL, - 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=MyISAM DEFAULT CHARSET=utf8; + `iid` int(10) unsigned NOT NULL DEFAULT 0 PRIMARY KEY, + `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 '', + INDEX `created` (`created`), + INDEX `commented` (`commented`), + INDEX `uid_network_commented` (`uid`,`network`,`commented`), + INDEX `uid_network_created` (`uid`,`network`,`created`), + INDEX `uid_contactid_commented` (`uid`,`contact-id`,`commented`), + INDEX `uid_contactid_created` (`uid`,`contact-id`,`created`), + INDEX `wall_private_received` (`wall`,`private`,`received`), + INDEX `uid_created` (`uid`,`created`), + INDEX `uid_commented` (`uid`,`commented`) +) DEFAULT CHARSET=utf8; + +-- +-- TABLE tokens +-- +CREATE TABLE IF NOT EXISTS `tokens` ( + `id` varchar(40) NOT NULL PRIMARY KEY, + `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 +) DEFAULT CHARSET=utf8; + +-- +-- TABLE unique_contacts +-- +CREATE TABLE IF NOT EXISTS `unique_contacts` ( + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `url` varchar(255) NOT NULL DEFAULT '', + `nick` varchar(255) NOT NULL DEFAULT '', + `name` varchar(255) NOT NULL DEFAULT '', + `avatar` varchar(255) NOT NULL DEFAULT '', + `location` varchar(255) NOT NULL DEFAULT '', + `about` text NOT NULL, + INDEX `url` (`url`) +) DEFAULT CHARSET=utf8; + +-- +-- TABLE user +-- +CREATE TABLE IF NOT EXISTS `user` ( + `uid` int(11) NOT NULL auto_increment PRIMARY KEY, + `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, + INDEX `nickname` (`nickname`) +) DEFAULT CHARSET=utf8; + +-- +-- TABLE userd +-- +CREATE TABLE IF NOT EXISTS `userd` ( + `id` int(11) NOT NULL auto_increment PRIMARY KEY, + `username` varchar(255) NOT NULL, + INDEX `username` (`username`) +) DEFAULT CHARSET=utf8; + diff --git a/doc/Account-Basics.md b/doc/Account-Basics.md index 2c3c05e8bf..ef6a13f222 100644 --- a/doc/Account-Basics.md +++ b/doc/Account-Basics.md @@ -3,71 +3,96 @@ Account Basics * [Home](help) +Registration +--- -**Registration** +Not all Friendica sites allow open registration. +If registration is allowed, you will see a "Register" link immediately below the login prompt on the site home page. +Following this link will take you to the site registration page. +The strength of our network is that lots of different sites are all completely compatible with each other. +If the site you're visting doesn't allow registration, or you think you might prefer another one, you can find a [list of public servers here](http://dir.friendica.com/siteinfo), and find one that meets your needs. -Not all Friendica sites allow open registration. If registration is allowed, you will see a "Register" link immediately below the login prompts on the site home page. Following this link will take you to the site registration page. The strength of our network is that lots of different sites are all completely compatible with each other. If the site you're visting doesn't allow registration, or you think you might prefer another one, you can find a list of public servers here, and find one that meets your needs. +If you'd like to have your own server, you can do that too. +Visit [the Friendica website](http://friendica.com/download) to download the code with setup instructions. +It's a very simple installation process that anybody experienced in hosting websites, or with basic Linux experience can handle easily. -If you'd like to have your own server, you can do that too. Visit the Friendica website to download the code with setup instructions. It's a very simple install process that anybody experienced in hosting websites, or with basic Linux experience can handle easily. +###OpenID + +The first field on the Registration page is for an OpenID address. +If you do not have an OpenID address or do not wish to use OpenID, leave this field blank. +If you have an OpenID account elsewhere and wish to use it, enter the address into this field and click 'Register'. +Friendica will attempt to extract as much information as possible from your OpenID provider and return to this page with those items already filled in. + +###Your Full Name + +Please provide your full name **as you would like it to be displayed on this system**. +Most people use their real name for this, but you're under no obligation to do so yourself. + +###Email Address + +Please provide a valid email address. +Your email address is **never** published. +We need this to send you account information and your login details. +You may also occasionally receive notifications of incoming messages or items requiring your attention, but you have the possibility to completely disable these from your Settings page once you have logged in. +This doesn't have to be your primary email address, but it does need to be a real email address. +You can't get your initial password, or reset a lost password later without it. +This is the only bit of personal information that has to be accurate. + +###Nickname + +A nickname is used to generate web addresses for many of your personal pages, and is also treated like an email address when establishing communications with others. +Due to the way that the nickname is used, it has some limitations. +It must contain only US-ASCII text characters and numbers, and must also start with a text character. +It also must be unique on this system. +This is used in many places to identify your account, and once set - cannot be changed. -*OpenID* +###Directory Publishing -The first field on the Registration page is for an OpenID address. If you do not have an OpenID address or do not wish to use OpenID, leave this field blank. If you have an OpenID account elsewhere and wish to use it, enter the address into this field and click 'Register'. Friendica will attempt to extract as much information as possible from your OpenID provider and return to this page with those items already filled in. +The registration form also allows you to choose whether or not to list your account in the online directory. +This is like a "phone book" and you may choose to be unlisted. +We recommend that you select 'Yes' so that other people (friends, family, etc.) will be able to find you. +If you choose 'No', you will essentially be invisible and have few opportunities for interaction. +Whichever you choose, this can be changed any time from your Settings page after you login. +###Register -*Your Full Name* +Once you have provided the necessary details, click the 'Register' button. +An email will be sent to you providing your account login details. +Please watch your email (including spam folders) for your registration details and initial password. -Please provide your full name **as you would like it to be displayed on this system**. Most people use their real name for this, but you're under no obligation to do so yourself. +Login Page +--- +On the 'Login' page, please enter your login information that was provided during registration. +You may use either your nickname or email address as a Login Name. -*Email Address* +If you use your account to manage multiple '[Pages](help/Pages)' and these all have the same email address, please enter the nickname for the account you wish to manage. -Please provide a valid email address. Your email address is **never** published. We need this to send you account information and your login details. You may also occasionally receive notifications of incoming messages or items requiring your attention, but you have the ability to completely disable these from your Settings page once you have logged in. This doesn't have to be your primary email address, but it does need to be a real email address. You can't get your initial password, or reset a lost password later without it. This is the only bit of personal information that has to be accurate. +*If* your account has been OpenID enabled, you may use your OpenID address as a login name and leave the password blank. +You will be redirected to your OpenID provider to complete your authorisation. +Otherwise, enter your password. +This will have been initially provided in your registration email message. +Your password is case-sensitive, so please check your 'Caps Lock' key if you are having difficulty logging in. -*Nickname* - -A nickname is used to generate web addresses for many of your personal pages, and is also treated like an email address when establishing communications with others. Due to the way that the nickname is used, it has some limitations. It must contain only US-ASCII text characters and numbers, and must also start with a text character. It also must be unique on this system. This is used in many places to identify your account, and once set - cannot be changed. - - -*Directory Publishing* - -The Registration form also allows you to choose whether or not to list your account in the online directory. This is like a "phone book" and you may choose to be unlisted. We recommend that you select 'Yes' so that other people (friends, family, etc.) will be able to find you. If you choose 'No', you will essentially be invisible and have few opportunities for interaction. Whichever you choose, this can be changed any time from your Settings page after you login. - - -*Register* - -Once you have provided the necessary details, click the 'Register' button. An email will be sent to you providing your account login details. Please watch your email (including spam folders) for your registration details and initial password. - - -**Login Page** - -On the 'Login' page, please enter your login information that was provided during registration. You may use either your nickname or email address as a Login Name. - -If you use your account to manage multiple '[Pages](help/Pages)' and these all have the same email address, please enter the nickname for the account you wish to manage. - -*If* your account has been OpenID enabled, you may use your OpenID address as a login name and leave the password blank. You will be redirected to your OpenID provider to complete your authorisation. - -Otherwise, enter your password. This will have been initially provided in your registration email message. Your password is case-sensitive, so please check your 'Caps Lock' key if you are having difficulty logging in. - - -**Changing Your Password** +Changing Your Password +--- After your first login, please visit the 'Settings' page from the top menu bar and change your password to something that you will remember. +Getting Started +--- -**Getting Started** +A ['Tips for New Members'](newmember) link will show up on your network and home pages for two weeks to provide some important Getting Started information. -A ['Tips for New Members'](newmember) link will show up on your home page for two weeks to provide some important Getting Started information. +Retrieving Personal Data +--- +You can export a copy of your personal data in XML format from the "Export personal data" link at the top of your settings page. -**Retrieving Personal Data** - -You can export a copy of your personal data in XML format from the "Export personal data" link at the top of your settings page. - - -**See Also** +See Also +--- * [Profiles](help/Profiles) diff --git a/doc/Bugs-and-Issues.md b/doc/Bugs-and-Issues.md index 251f91e936..366b2ed662 100644 --- a/doc/Bugs-and-Issues.md +++ b/doc/Bugs-and-Issues.md @@ -3,29 +3,16 @@ Bugs and Issues * [Home](help) +If your server has a support page, you should report any bugs/issues you encounter there first. +Reporting to your support page before reporting to the developers makes their job easier, as they don't have to deal with bug reports that might not have anything to do with them. +This helps us get new features faster. -If your server has a support page, you should report any bugs/issues you encounter there first. Reporting to your support page before reporting to the developers makes their job easier, as they don't have to deal with bug reports that might not have anything to do with them, and that helps us get new features faster. +If you're a technical user, or your site doesn't have a support page, you'll need to use the [Bug Tracker](http://bugs.friendica.com/). +Please perform a search to see if there's already an open bug that matches yours before submitting anything. -If you're a technical user, or your site doesn't have a support page, you'll need to use the Bug Tracker. Please perform a search to see if there's already an open bug that matches yours before submitting anything. +Try to provide as much information as you can about the bug, including the **full** text of any error messages or notices, and any steps required to replicate the problem in as much detail as possible. +It's generally better to provide too much information than not enough. -Try to provide as much information as you can about the bug, including the **full** text of any error messages or notices, and any steps required to replicate the problem in as much detail as possible. It's generally better to provide too much information than not enough. - -See this article to learn more about submitting **good** bug reports. - - -**Bug Sponsorship** - -If you find a bug, and it is caused by a problem in main branch (ie, is not specific to our site), you may sponsor it. - -The bug/issue database allows you to sponsor issues. This provides an incentive for developers to work on your issue. This isn't necessary - we don't like bugs and will try to fix them. This has more importance for future development projects and feature requests. - -Bug sponsorship works on the honour system. If you agree to pay $10 to fix a bug, when the fix has been checked in and verified you should send a paypal payment to the developer assigned to the bug. Don't ever think you can get away with not paying a developer for work performed. Some of these guys could hack into your credit card account if you make them mad. - -At the present time, one has to be approved as a "developer" to be able to assign themselves to a sponsored bug. This requires the developer to have some history fixing Friendica bugs. This is for everybody's assurance that the bug fix will work well with Friendica. If you wish to become approved as a developer, work on and check in some non-sponsored issues or your own projects and we will move you up the ladder. - -If you truly feel you have the solution to a sponsored bug but aren't an approved developer, you risk a sponsored developer assigning the bug to themselves before you check it in, but if they haven't done so - include a short note with your pull request. Assuming that it meets our code standards, we'll see that you get credit. - -If you sponsor a project at greater than a $50 level, you may be requested by the developer for payment up front before work has begun (typically half). Again this is on the honour system - and is mostly to avoid payment issues and disagreements later. You should also expect to see some progress updates or demonstrations if the work takes more than a week or two. If the work is not completed within a reasonable time (as decided by those involved), you are entitled to get your money back. - -Friendica is not involved in these transactions. It is purely a personal agreement between sponsors and developers. If there are any issues, the parties will need to work it out between themselves. We're just providing some guidelines to help avoid potential problems. +See [this article](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) to learn more about submitting **good** bug reports. +And last but not least: Better report an issue you encountered even if you don't write the perfect bug report! diff --git a/doc/Chats.md b/doc/Chats.md index ba5a64bd88..fefc14f910 100644 --- a/doc/Chats.md +++ b/doc/Chats.md @@ -8,45 +8,64 @@ There are two possibilities to use a chat on your friendica site * IRC Chat * Jappix -##IRC-Chat Plugin +IRC-Chat Plugin +--- -After activating the plugin, you can find the chat at [yoursite.com/irc](../irc). Note: you can use this chat without any login at your site so that everyone could use it. +After activating the plugin, you can find the chat at [yoursite.com/irc](../irc). +Note: you can use this chat without any login at your site so that everyone could use it. -If you follow the link, you will see the login page of the IR chat. Now choose a nickname and a chatroom. You can choose every name for the room, even something like #superchatwhosenameisonlyknownbyme. At last, solve the captchas and click the connect button. +If you follow the link, you will see the login page of the IR chat. +Now choose a nickname and a chatroom. +You can choose every name for the room, even something like #superchatwhosenameisonlyknownbyme. +At last, solve the captchas and click the connect button. -The following window shows some text while connecting. This text isn't importend for you, just wait for the next window. The first line shows your name and your current IP address. The right part of the window shows all user. The lower part of the window contains an input field. +The following window shows some text while connecting. +This text isn't importend for you, just wait for the next window. +The first line shows your name and your current IP address. +The right part of the window shows all users. +The lower part of the window contains an input field. -##Jappix Mini +Jappix Mini +--- -The Jappix Mini Plugin creates a chatbox for jabber- and XMPP-contacts. You should already have a jabber/XMPP-account before setting up the plugin. You can find more information at http://www.jabber.org/ +The Jappix Mini Plugin creates a chatbox for jabber- and XMPP-contacts. +You should already have a jabber/XMPP-account before setting up the plugin. +You can find more information at [jabber.org](http://www.jabber.org/). -You can use several server to create an account: +You can use several servers to create an account: * [https://jappix.com](https://jappix.com) * [http://xmpp.net](http://xmpp.net) -**1. Basics** +###1. Basics -At first you have to get the current version (via github): +At first you have to get the current version. You can either pull it from [Github](https://github.com) like so: -cd /var/www/virtual/YOURSPACE/html/addon; git pull + $> cd /var/www/virtual/YOURSPACE/html/addon; git pull -or as a normal download via: https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz (click at „view raw“). +Or you can download a tar archive here: [jappixmini.tgz](https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz) (click at „view raw“). -Just unpack the file and rename the directory to „jappixmini“. Next, upload this directory and the .tgz-file into your addon directory of your friendica installation. +Just unpack the file and rename the directory to „jappixmini“. +Next, upload this directory and the .tgz-file into your addon directory of your friendica installation. -Now you can activate the plugin at the admin pages. Now you can find an entry of jappix at the plugin sidebar (where you can also find twitter, statusnet and other ones). The following page shows the settings of this plugin. +Now you can activate the plugin globally on the admin pages. +In the plugin sidebar, you will find an entry of jappix now (where you can also find twitter, statusnet and others). +The following page shows the settings of this plugin. -Now you can activate the BOSH proxy. -Next, go to the setting page of your account. +Activate the BOSH proxy. -**2. Settings** +###2. Settings -Go to the account settings and choose the plugin page. Scroll down until you find the Jappix Mini addon settings +Go to your user account settings next and choose the plugin page. +Scroll down until you find the Jappix Mini addon settings. At first you have to activate the addon. -Now add your Jabber/XMPP name, the domain/server (without "http"; just "jappix.com"). For „Jabber BOSH Host“ you could use "https://bind.jappix.com/". You can find further information in the „Configuration Help“-section below this fields. -At last you have enter your password (there are some more optional options, you can choose). Finish these steps with "send" to save the entries. Now, you should find the chatbox at the lower right corner of your browser window. +Now add your Jabber/XMPP name, the domain/server (without "http"; just "jappix.com"). +For „Jabber BOSH Host“ you could use "https://bind.jappix.com/". +You can find further information in the „Configuration Help“-section below this fields. +At last you have enter your password (there are some more optional options, you can choose). +Finish these steps with "send" to save the entries. +Now, you should find the chatbox at the lower right corner of your browser window. -If you want to add contacts manually, you can click "add contact". \ No newline at end of file +If you want to add contacts manually, you can click "add contact". diff --git a/doc/Connectors.md b/doc/Connectors.md index 08b4c135e6..2b46b49c69 100644 --- a/doc/Connectors.md +++ b/doc/Connectors.md @@ -3,7 +3,9 @@ Connectors * [Home](help) -Connectors allow you to connect with external social networks and services. Connectors are only required for posting to existing accounts on Facebook, Twitter, and StatusNet. There is also a connector for accessing your email INBOX. +Connectors allow you to connect with external social networks and services. +They are only required for posting to existing accounts on Facebook, Twitter, and StatusNet. +There is also a connector for accessing your email INBOX. If the following network connectors are installed on your system, select the following links to visit the appropriate settings page and configure them for your account: @@ -15,53 +17,75 @@ If the following network connectors are installed on your system, select the fol Instructions For Connecting To People On Specific Services ========================================================== -**Friendica** +Friendica +--- + +You can either connect to others by providing your Identity Address on the 'Connect' page of any Friendica member. +Or you can put their Identity Address into the Connect box on your [Contacts](contacts) page. -You may connect by providing your Identity Address on the 'Connect' page of any Friendica member. You may also put their Identity Address into the Connect box on your [Contacts](contacts) page. - - -**Diaspora** +Diaspora +--- Add the Diaspora 'handle' to the 'Connect/Follow' text box on your [Contacts](contacts) page. -**Identi.ca/StatusNet/GNU-Social** +Identi.ca/StatusNet/GNU-Social +--- These are described as the "federated social web" or OStatus contacts. -Please note that there are **no** privacy provisions on the OStatus network. Any message which is delivered to **any** OStatus member is visible to anybody in the world and will negate any privacy settings that you have in effect. These messages will also turn up in public searches. +Please note that there are **no** privacy provisions on the OStatus network. +Any message which is delivered to **any** OStatus member is visible to anybody in the world and will negate any privacy settings that you have in effect. +These messages will also turn up in public searches. Since OStatus communications do not use authentication, if you select the profile privacy option to hide your profile and messages from unknown viewers, OStatus members will **not** be able to receive your communications. To connect with an OStatus member insert their profile URL or Identity address into the Connect box on your [Contacts](contacts) page. The StatusNet connector may be used if you wish posts to appear on an OStatus site using an existing OStatus account. - It is not necessary to do this, as you may 'follow' OStatus members from Friendica and they may follow you (by placing their own Identity Address into your 'Connect' page). -**Blogger, Wordpress, RSS feeds, arbitrary web pages** +Blogger, Wordpress, RSS feeds, arbitrary web pages +--- -Put the URL into the Connect box on your [Contacts](contacts) page. You will not be able to reply to these contacts. +Put the URL into the Connect box on your [Contacts](contacts) page. +PLease note that you will not be able to reply to these contacts. -This will allow you to _connect_ with millions of pages on the internet. All that we require to do this is that the page use a discoverable feed using either the RSS or Atom syndication format, and which provides an author name and a site image in a form which we can extract. +This feed reader feature will allow you to _connect_ with millions of pages on the internet. +All that the pages need to have is a discoverable feed using either the RSS or Atom syndication format, and which provides an author name and a site image in a form which we can extract. +Twitter +--- -**Twitter** +To follow a Twitter member, put the URL of the Twitter member's main page into the Connect box on your [Contacts](contacts) page. +To reply, you must have the Twitter connector installed, and reply using your own status editor. +Begin the message with @twitterperson replacing with the Twitter username. -To follow a Twitter member, put the URL of the Twitter member's main page into the Connect box on your [Contacts](contacts) page. To reply, you must have the Twitter connector installed, and reply using your own status editor. Begin the message with @twitterperson replacing with the Twitter username. +Email +--- -**Email** +Configure the email connector from your [Settings](settings) page. +Once this has been done, you may enter an email address to connect with using the Connect box on your [Contacts](contacts) page. +They must be the sender of a message which is currently in your INBOX for the connection to succeed. +You may include email contacts in private conversations. -Configure the email connector from your [Settings](settings) page. Once this has been done, you may enter an email addres to connect with using the Connect box on your [Contacts](contacts) page. They must be the sender of a message which is currently in your INBOX for the connect to succeed. You may include email contacts in private conversations. +Facebook +--- -**Facebook** +The Facebook connector is a plugin/addon which allows you to interact with friends on Facebook from within Friendica. +If enabled, your Facebook friend list will be imported, and you will see and be able to respond to Facebook posts. +Facebook members may also be added to private conversation groups. +You will not be able to connect with individual Facebook accounts - but will have your entire friend list imported and updated if new friends are added. -The Facebook connector is a plugin/addon which allows you to interact with friends on Facebook from within Friendica. If enabled, your Facebook friend list will be imported, and you will see and be able to respond to Facebook posts. Facebook members may also be added to private conversation groups. You will not be able to connect with individual Facebook accounts - but will have your entire friend list imported and updated if new friends are added. +Assuming the Facebook plugin/addon has been installed on your system, it can be enabled by going to your [Plugin Settings](settings/addon) page, and then selecting "Facebook Connector Settings" on that page. +This will only appear if the Facebook plugin/addon has been installed. +Follow the instruction to install or remove the Facebook connector. -Assuming the Facebook plugin/addon has been installed on your system, it can be enabled by going to your [Plugin Settings](settings/addon) page, and then select "Facebook Connector Settings" on that page. This will only appear if the Facebook plugin/addon has been installed. Follow the instruction to install or remove the Facebook connector. - -You may also choose whether your public postings are posted to Facebook by default. You may toggle this setting at any time from the Permissions settings of the status post editor (click the lock icon). This setting has no effect on private conversations - which will always be delivered to Facebook friends who are included in the permissions. - -(Note: At this time, Facebook contacts will not be able to view any private photos. This will be resolved in a future release. Facebook contacts may however see any public photos you have uploaded.) +You may also choose whether your public postings are posted to Facebook by default. +You may toggle this setting at any time from the Permissions settings of the status post editor (click the lock icon). +This setting has no effect on private conversations - which will always be delivered to Facebook friends who are included in the permissions. +(Note: At this time, Facebook contacts will not be able to view any private photos. +This will be resolved in a future release. +Facebook contacts may however see any public photos you have uploaded.) diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md new file mode 100644 index 0000000000..6ae5cb5cd0 --- /dev/null +++ b/doc/Developers-Intro.md @@ -0,0 +1,78 @@ +Where to get started to help improve Friendica? +=============================================== + +* [Home](help) + +Do you want to help us improve Friendica? +Here we have compiled some hints on how to get started and some tasks to help you choose. +A project like Friendica is the sum of many different contributions. +**Very different skills are required to make good software. +Some of them involve coding, others do not.** +We are looking for helpers in all areas, whether you write text or code, whether you spread the word to convince people or design new icons. +Whether you feel like an expert or like a newbie - join us with your ideas! + +Contact us +--- + +The discussion of Friendica development takes place in the following Friendica forums: + +* The main [forum for Friendica development](https://friendika.openmindspace.org/profile/friendicadevelopers) +* The [forum for Friendica theme development](https://friendica.eu/profile/ftdevs) + +Help other users +--- + +Remember the questions you had when you first tried Friendica? +A good place to start can be to help new people find their way around Friendica in the [general support forum](https://helpers.pyxis.uberspace.de/profile/helpers). +Welcome them, answer their questions, point them to documentation or ping other helpers directly if you can't help but think you know who can. + +Translation +--- + +The documentation contains help on how to translate Friendica in the [at Transifex](/help/translations) where the UI is translated. +If you don't want to translate the UI, or it is already done to your satisfaction, you might want to work on the translation of the /help files? + +Design +--- + +Are you good at designing things? +If you have seen Friendica you probably have ideas to improve it, haven't you? + +* If you would like to work with us on enhancing the user interface, please join the [UX Watchdogs forum](https://fc.oscp.info/profile/ux-watchdogs) +* Make plans for a better Friendica interface design and share them with us. +* Tell us if you are able to realize your ideas or what kind of help you need. +We can't promise we have the right skills in the group but we'll try. +* Choose a thing to start with, e.g. work on the icon set of your favourite theme + +Programming +--- + +###Issues + +Have a look at our [issue tracker](https://github.com/friendica/friendica) on github! + + * Try to reproduce a bug that needs more inquries and write down what you find out. + * If a bug looks fixed, ask the bug reporters for feedback to find out if the bug can be closed. + * Fix a bug if you can. Please make the pull request against the *develop* branch of the repository. + +###Web interface + +The thing many people want most is a better interface, preferably a responsive Friendica theme. +This is a piece of work! +If you want to get involved here: + +* Look at the first steps that were made (e.g. the clean theme). +Ask us to find out whom to talk to about their experiences. +* Talk to design people if you know any. +* Let us know about your plans [in the dev forum](https://friendika.openmindspace.org/profile/friendicadevelopers) and the [theme developer forum](https://friendica.eu/profile/ftdevs). +Do not worry about cross-posting. + +###Client software +There are free software clients that do somehow work with Friendica but most of them need love and maintenance. +Also, they were mostly made for other platforms using the StatusNet API. +This means they lack the features that are really specific to Friendica. +Popular clients you might want to have a look at are: + +* [Hotot (Linux)](http://hotot.org/) - abandoned +* [Friendica for Android](https://github.com/max-weller/friendica-for-android) - abandoned +* You can find more working client software in [Wikipedia](https://en.wikipedia.org/wiki/Friendica). diff --git a/doc/Developers.md b/doc/Developers.md deleted file mode 100644 index b0fce47b52..0000000000 --- a/doc/Developers.md +++ /dev/null @@ -1,23 +0,0 @@ -Friendica Developer Guide -=================== - -**Here is how you can join us.** - -First, get yourself a working git package on the system where you will be -doing development. - -Create your own github account. - -You may fork/clone the Friendica repository from [https://github.com/friendica/friendica.git](https://github.com/friendica/friendica.git). - -Follow the instructions provided here: [http://help.github.com/fork-a-repo/](http://help.github.com/fork-a-repo/) -to create and use your own tracking fork on github - -Then go to your github page and create a "Pull request" when you are ready -to notify us to merge your work. - -**Important** - -Please pull in any changes from the project repository and merge them with your work **before** issuing a pull request. We reserve the right to reject any patch which results in a large number of merge conflicts. This is especially true in the case of language translations - where we may not be able to understand the subtle differences between conflicting versions. - -Also - **test your changes**. Don't assume that a simple fix won't break something else. If possible get an experienced Friendica developer to review the code. \ No newline at end of file diff --git a/doc/FAQ.md b/doc/FAQ.md index 6fa852e0b0..fd2012c7ee 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -25,92 +25,109 @@ User ***** -**Why do I getting warnings about certificates?** +###Why do I get warnings about SSL certificates? -Sometimes you get a browser warning about a missing certificate. These warnings can have three reasons: +SSL (Secure Socket Layer) is a technology to encrypt data transfer between computers. +Sometimes your browser warns you about a missing or invalid certificate. +These warnings can have three reasons: -1. the server you are connected to doesn't have SSL; +1. The server you are connected to doesn't offer SSL encryption. +2. The server has a self-signed certificate (not recommended). +3. The certificate is expired. -2. the server has a self-signed certificate (not recommended) - -3. the certificate is expired. - -*(SSL (Secure Socket Layer) is a technology to encrypt data as it passes between two computers).* - -If you dont have a SSL cert yet, there are three ways to get one: buy one, get a free one (eg. via StartSSL) or create your own (not recommended). [You can find more information about setting up SSL and why it's a bad idea to use self-signed SSL here.](help/SSL) - -Be aware that a browser warning about security issues is something that can make new users feel insecure about the whole friendica project. - -Also you can have problems with the connection to diaspora because some pods require a SSL-certificated connection. - -If you are just using friendica for a specified group of people on a single server without a connection to the rest of the friendica network, there is no need to use SSL. If you exclusively use public posts, there is also no need for it. - -If you havn't set up a server yet, it's wise to compare the different provider and their SSL conditions. Some allow the usage of free certificates or give you the access to their certificate for free. Other ones only allow bought certificates from themselves or other providers. +We recommend to talk to the admin(s) of the affected friendica server. (Admins, please see the respective section of the [admin manual](help/SSL).) -**How can I upload images, files, links, videos and sound files to posts?** +###How can I upload images, files, links, videos and sound files to posts? -You can upload images from your computer by using the [editor](help/Text_editor). An overview of all uploaded images is listed at yourpage.com/photos/profilename. There you could also upload images directly and choose, if your contacts shall receive a message about this upload. +You can upload images from your computer by using the [editor](help/Text_editor). +An overview of all uploaded images is listed at *yourpage.com/photos/profilename*. +On that page, you can also upload images directly and choose, if your contacts shall receive a message about this upload. -Generally, you could attach every kind of file to a post. This is possible by using the "paper-clip"-symbol at the editor. These files will be linked to your post and can be downloaded by your contacts. But it's not possible to get a preview for these ones. Because of this, this upload method is recommended for office or zipped files. -If you want to use Dropbox, owncloud at your own server or any other [filehoster](http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services), you'll have use the "link"-button (chain-symbol). +Generally, you could attach every kind of file to a post. +This is possible by using the "paper-clip"-symbol in the editor. +These files will be linked to your post and can be downloaded by your contacts. +But it's not possible to get a preview for these ones. +Because of this, this upload method is recommended for office or zipped files. +If you want share content from Dropbox, Owncloud or any other [filehoster](http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services), use the "link"-button (chain-symbol). -When you're adding URLs of other webpages with the "link"-button, Friendica tries to create a small preview. If this doesn't work, try to add the link by typing: [url=http://example.com]self-chosen name[/url]. +When you're adding URLs of other webpages with the "link"-button, Friendica tries to create a small preview. +If this doesn't work, try to add the link by typing: [url=http://example.com]*self-chosen name*[/url]. -You can also add video and audio files to posts. But instead of a direct upload you have to use one of the following methods: +You can also add video and audio files to posts. +But instead of a direct upload you have to use one of the following methods: 1. Add the video or audio link of a hoster (Youtube, Vimeo, Soundcloud and everyone else with oembed/opengraph-support). Videos will be shown with a preview image you can click on to start it. SoundCloud directly inserts a player to your post. -2. If you have an own server, you can upload your multimedia files via FTP and insert the URL. Your video or sound file will be shown with their own player at your post. +2. If you have your own server, you can upload multimedia files via FTP and insert the URL. -Friendica is using HTML5 for embedding content. Therefore, the supported files are depending on your browser and operating system (OS). Some filetypes are WebM, MP4, MP3 and OGG. There are more examples at wikipedia ([video](http://en.wikipedia.org/wiki/HTML5_video), [audio](http://en.wikipedia.org/wiki/HTML5_audio)). +Friendica is using HTML5 for embedding content. +Therefore, the supported files are depending on your browser and operating system. +Some supported filetypes are WebM, MP4, MP3 and OGG. +See Wikipedia for more of them ([video](http://en.wikipedia.org/wiki/HTML5_video), [audio](http://en.wikipedia.org/wiki/HTML5_audio)). -**Is it possible to have different avatars per profile?** +###Is it possible to have different avatars per profile? -Yes. On your Edit/Manage Profiles page, you will find a "change profile photo" link. Clicking this will take you to a page where you can upload a photograph and select which profile it will be associated with. To avoid privacy leakage, we only display the photograph associated with your default profile as the avatar in your posts. +Yes. On your Edit/Manage Profiles page, you will find a "change profile photo" link. +Clicking this will take you to a page where you can upload a photograph and select which profile it will be associated with. +To avoid privacy leakage, we only display the photograph associated with your default profile as the avatar in your posts. -**What is the difference between blocked|ignored|archived|hidden contacts?** +###What is the difference between blocked|ignored|archived|hidden contacts? -We prevent direct communication with blocked contacts. They are not included in delivery, and their own posts to you are not imported; however their conversations with your friends will still be visible in your stream. If you remove a contact completely, they can send you another friend request. Blocked contacts cannot do this. They cannot communicate with you directly, only through friends. +We prevent direct communication with **blocked contacts**. +They are not included in delivery, and their own posts to you are not imported. +However their conversations with your friends will still be visible in your stream. +If you remove a contact completely, they can send you another friend request. +Blocked contacts cannot do this. They cannot communicate with you directly, only through friends. -Ignored contacts are included in delivery - they will receive your posts. However we do not import their posts to you. Like blocking, you will still see this person's comments to posts made by your friends. +**Ignored contacts** are included in delivery - they will receive your posts. +However we do not import their posts to you. +Like blocking, you will still see this person's comments to posts made by your friends. -[A plugin called "blockem" can be installed to collapse/hide all posts from a particular person in your stream if you desire complete blocking of an individual, including his/her conversations with your other friends.] +A plugin called "blockem" can be installed to collapse/hide all posts from a particular person in your stream if you desire complete blocking of an individual, including his/her conversations with your other friends. -An archived contact means that communication is not possible and will not be attempted (perhaps the person moved to a new site and removed the old profile); however unlike blocking, existing posts this person made before being archived will be visible in your stream. +An **archived contact** means that communication is not possible and will not be attempted. +(Perhaps the person moved to a new site and removed the old profile.) +However unlike blocking, existing posts this person made before being archived will be visible in your stream. -A hidden contact will not be displayed in any "friend list" (except to you). However a hidden contact will appear normally in conversations and this may expose his/her hidden status to anybody who can see the conversation. +A **hidden contact** will not be displayed in any "friend list" (except to you). +However a hidden contact will appear normally in conversations and this may expose his/her hidden status to anybody who can see the conversation. -**What happens when an account is removed? Is it truly deleted?** +###What happens when an account is removed? Is it truly deleted? -If you delete your account, we will immediately remove all your content on your server, and then issue requests to all your contacts to remove you. This will also remove you from the global directory. Doing this requires that your account and profile still be "partially" available for up to 24 hours in order to establish contact with all your friends. We can block it in several ways so that it appears empty and all profile information erased, but will then wait for 24 hours (or after all of your contacts have been notified) before we can physically remove it. +If you delete your account, we will immediately remove all your content on **your** server. + +Then Friendica issues requests to all your contacts to remove you. +This will also remove you from the global directory. +Doing this requires your account and profile still to be "partially" available for up to 24 hours in order to establish contact with all your friends. +We can block it in several ways so that it appears empty and all profile information erased, but will then wait for 24 hours (or after all of your contacts have been notified) before we can physically remove it. + +After that, your account is deleted. -**Can I follow a hashtag?** +###Can I follow a hashtag? No. The act of 'following' a hashtags is an interesting technology, but presents a few issues. -1.) Posts which have to be copied to all sites on the network that are "listening" to that tag, which increases the storage demands to the detriment of small sites, and making the use of shared hosting practically impossible, and +1. Posts would have to be copied to all sites on the network that are "listening" to that hashtag. This would increase the storage demands to the detriment of small sites. It would make the use of shared hosting practically impossible. -2.) Making spam easy (tag spam is quite a serious issue on identi.ca for instance) +2. Making spam easy (tag spam is quite a serious issue on identi.ca for instance) -but mostly - -3.) It creates a natural bias towards large sites which hold more tagged content - if your network uses tagging instead of other conversation federation mechanisms such as groups/forums. +3. It creates a natural bias towards large sites which hold more tagged content - if your network uses tagging instead of other conversation federation mechanisms such as groups/forums. Instead, we offer other mechanisms for wide-area conversations while retaining a 'level playing ground' for both large and small sites, such as forums and community pages and shared tags. -**How to create a RSS feed of the stream?** +###How to create a RSS feed of the stream? If you want to share your public page via rss you can use one of the following links: @@ -132,9 +149,10 @@ RSS feed of the conversations at your site -**Are there any clients for friendica I can use?** +###Are there any clients for friendica I can use? -Friendica is using a [Twitter/StatusNet compatible API](help/api), which means you can use any Twitter/StatusNet/GNU Social client for your plattform as long as you can change the API path in its settings. Here is a list of known working clients +Friendica is using a [Twitter/StatusNet compatible API](help/api), which means you can use any Twitter/StatusNet/GNU Social client for your plattform as long as you can change the API path in its settings. +Here is a list of known working clients: * Android * Friendica Client for Android @@ -153,9 +171,11 @@ Depending on the features of the client you might encounter some glitches in usa -**Where I can find help?** +###Where I can find help? -If you have problems with your Friendica page, you can ask the community at the [Friendica Support Group](https://helpers.pyxis.uberspace.de/profile/helpers). If you can't use your default profile you can either use a test account [test server](http://friendica.com/node/31) respectively an account at a public site [list](http://dir.friendica.com/siteinfo) or you can use the Librelist mailing list. If you want to use the mailing list, please just send a mail to friendica AT librelist DOT com. +If you have problems with your Friendica page, you can ask the community at the [Friendica Support Group](https://helpers.pyxis.uberspace.de/profile/helpers). +If you can't use your default profile you can either use a test account [test server](http://friendica.com/node/31) respectively an account at a public site [list](http://dir.friendica.com/siteinfo) or you can use the Librelist mailing list. +If you want to use the mailing list, please just send a mail to friendica AT librelist DOT com. If you are a theme developer, you will find help at this forum: [Friendica Theme Developers](https://friendica.eu/profile/ftdevs). @@ -164,15 +184,16 @@ Admin ***** -**Can I configure multiple domains with the same code instance?** +###Can I configure multiple domains with the same code instance? -This function is not supported anymore starting from Friendica 3.3 +No, this function is not supported anymore starting from Friendica 3.3. -**Where can I find the source code of friendica, addons and themes?** +###Where can I find the source code of friendica, addons and themes? -You can find the main respository [here](https://github.com/friendica/friendica). There you will always find the current stable version of friendica. +You can find the main respository [here](https://github.com/friendica/friendica). +There you will always find the current stable version of friendica. Addons are listed at [this page](https://github.com/friendica/friendica-addons). diff --git a/doc/Forums.md b/doc/Forums.md index 56f47b350b..2eac81a722 100644 --- a/doc/Forums.md +++ b/doc/Forums.md @@ -6,31 +6,56 @@ Forums Friendica also lets you create forums and/or celebrity accounts. -Every page in Friendica has a nickname and these must all be unique. This applies to all forums, whether they are normal profiles or forum profiles. +Every page in Friendica has a nickname and these must all be unique. +This applies to all forums, whether they are normal profiles or forum profiles. -Therefore the first thing you need to do to create a new forum is to register a new account for the forum. Please note that the site administrator can restrict and/or regulate the registration of new accounts. +Therefore the first thing you need to do to create a new forum is to register a new account for the forum. +Please note that the site administrator can restrict and/or regulate the registration of new accounts. -If you create a second account on a system and use the same email address or OpenID account as an existing account, you will no longer be able to use the email address (or OpenID) to login to the account. You should login using the account nickname instead. +If you create a second account on a system and use the same email address or OpenID account as an existing account, you will no longer be able to use the email address (or OpenID) to log in to the account. +You should log in using the account nickname instead. -On the new account, visit the 'Settings' page. Towards the end of the page are "Advanced Account/Page Type Settings". Typically you would use "Normal Account" for a normal personal account. This is the default selection. Community Forum/Celebrity Accounts provide the ability for people to become friends/fans of the forum without requiring approval. +On the new account, visit the 'Settings' page. +Towards the end of the page are "Advanced Account/Page Type Settings". +Typically you would use "Normal Account" for a normal personal account. +This is the default selection. +Community Forum/Celebrity Accounts provide the ability for people to become friends/fans of the forum without requiring approval. -The exact setting you would use depends on how you wish to interact with people who join the page. The "Soapbox" setting let's the page owner control all communications. Everything you post will go out to the forum members, but there will be no opportunity for interaction. This setting would typically be used for announcements or corporate communications. +The exact setting you would use depends on how you wish to interact with people who join the page. +The "Soapbox" setting let's the page owner control all communications. +Everything you post will go out to the forum members, but there will be no opportunity for interaction. +This setting would typically be used for announcements or corporate communications. -The most common setting is the "Community Forum". This creates a forum page where all members can freely interact. +The most common setting is the "Community Forum". +This creates a forum page where all members can freely interact. The "Automatic Friend Account" is typically used for personal profile forums where you wish to automatically approve any friendship/connection requests. -**Managing Multiple forums** +Managing Multiple forums +--- -We recommend that you create group forums with the same email address and password as your normal account. If you do this, you will find a new "Manage" tab on the menu bar which lets you toggle identities easily and manage your forums. You are not required to do this, but the alternative is to logout and log back into the other account to manage alternate forums - and this could get cumbersome if you manage several different forums/identities. +We recommend that you create group forums with the same email address and password as your normal account. +If you do this, you will find a new "Manage" tab on the menu bar which lets you toggle identities easily and manage your forums. +You are not required to do this, but the alternative is to log out and log back into the other account to manage alternate forums. +This could get cumbersome if you manage several different forums/identities. -You may also appoint a delegate to manage your forum. Do this by visiting the [Delegation Setup Page](delegate). This will provide you with a list of contacts on this system under "Potential Delegates". Selecting one or more persons will give them access to manage your forum. They will be able to edit contacts, profiles, and all content for this account/page. Please use this facility wisely. Delegated managers will not be able to alter basic account settings such as passwords or page types and/or remove the account. +You may also appoint a delegate to manage your forum. +Do this by visiting the [Delegation Setup Page](delegate). +This will provide you with a list of contacts on this system under "Potential Delegates". +Selecting one or more persons will give them access to manage your forum. +They will be able to edit contacts, profiles, and all content for this account/page. +Please use this facility wisely. +Delegated managers will not be able to alter basic account settings such as passwords or page types and/or remove the account. -**Posting to Community forums** +Posting to Community forums +--- -If you are a member of a community forum, you may post to the forum by including an @-tag in the post mentioning the forum. For example @bicycle would send my post to all members of the group "bicycle" in addition to the normal recipients. If your post is private you must also explicitly include the group in the post permissions (to allow the forum "contact" to see the post) **and** mention it in a tag (which redistributes the post to the forum members). +If you are a member of a community forum, you may post to the forum by including an @-tag in the post mentioning the forum. +For example @bicycle would send my post to all members of the group "bicycle" in addition to the normal recipients. +If your post is private you must also explicitly include the group in the post permissions (to allow the forum "contact" to see the post) **and** mention it in a tag (which redistributes the post to the forum members). You may also post to a community forum by posting a "wall-to-wall" post using secure cross-site authentication. -Comments which are relayed to community forums will be relayed back to the original post creator. Mentioning the forum with an @-tag in a comment does not relay the message, as distribution is controlled entirely by the original post creator. \ No newline at end of file +Comments which are relayed to community forums will be relayed back to the original post creator. +Mentioning the forum with an @-tag in a comment does not relay the message, as distribution is controlled entirely by the original post creator. diff --git a/doc/Github.md b/doc/Github.md new file mode 100644 index 0000000000..cfdb014764 --- /dev/null +++ b/doc/Github.md @@ -0,0 +1,70 @@ +Friendica on Github +=================== + +* [Home](help) + +Here is how you can work on the code with us. If you have any questions please write to the Friendica developers' forum. + +Introduction to the workflow with our Github repository +------------------------------------------------------- + +1. Install git on the system you will be developing on. +2. Create your own [github](https://github.com) account. +3. Fork the Friendica repository from [https://github.com/friendica/friendica.git](https://github.com/friendica/friendica.git). +4. Clone your fork from your Github account to your machine. +Follow the instructions provided here: [http://help.github.com/fork-a-repo/](http://help.github.com/fork-a-repo/) to create and use your own tracking fork on github +5. Commit your changes to your fork. +Then go to your github page and create a "Pull request" to notify us to merge your work. + +Our Git Branches +---------------- + +There are two relevant branches in the main repo on Github: + +1. master: This branch contains stable releases only. +2. develop: This branch contains the latest code. +This is what you want to work with. + +Fast-forwarding +--------------- + +Fast forwarding is enabled by default in git. +When you merge with fast-forwarding it does not add a new commit to mark when you've performed the merge and how. +This means in your commit history you can't know exactly what happened in terms of merges. +**It's best to turn off fast-forwarding.** +This is done by running "git merge --no-ff". +[Here](https://stackoverflow.com/questions/5519007/how-do-i-make-git-merges-default-be-no-ff-no-commit) is an explanation on how to configure git to turn off fast-forwarding by default. +You can find some more background reading [here](http://nvie.com/posts/a-successful-git-branching-model/). + +Release branches +---------------- + +A release branch is created when the develop branch contains all features it should have. +A release branch is used for a few things. + +1. It allows last-minute bug fixing before the release goes to master branch. +2. It allows meta-data changes (README, CHANGELOG, etc.) for version bumps and documentation changes. +3. It makes sure the develop branch can receive new features that are **not** part of this release. + +That last point is important because... +**The moment a release branch is created, develop is now intended for the version after this release**. +So please don't ever merge develop into a release! +An example: If a release branch "release-3.4" is created, "develop" becomes either 3.5 or 4.0. +If you were to merge develop into release-3.4 at this point, features and bug-fixes intended for 3.5 or 4.0 might leak into this release branch. +This might introduce new bugs, too. +Which defeats the purpose of the release branch. + +Some important reminders +------------------------ + +1. Please pull in any changes from the project repository and merge them with your work **before** issuing a pull request. +We reserve the right to reject any patch which results in a large number of merge conflicts. +This is especially true in the case of language translations - where we may not be able to understand the subtle differences between conflicting versions. + +2. **Test your changes**. +Don't assume that a simple fix won't break anything else. +If possible get an experienced Friendica developer to review the code. +Don't hesitate to ask us in case of doubt. + +Check out how to work with [our Vagrant](help/Vagrant) to save a lot of setup time! + diff --git a/doc/Home.md b/doc/Home.md index 6020f2c01c..0685236286 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -1,7 +1,7 @@ Friendica Documentation and Resources ===================================== -**Contents** +**User Manual** * General functions - first steps * [Account Basics](help/Account-Basics) @@ -10,7 +10,7 @@ Friendica Documentation and Resources * [BBCode tag reference](help/BBCode) * [Comment, sort and delete posts](help/Text_comment) * [Profiles](help/Profiles) -* You and other user +* You and other users * [Connectors](help/Connectors) * [Making Friends](help/Making-Friends) * [Groups and Privacy](help/Groups-and-Privacy) @@ -19,23 +19,28 @@ Friendica Documentation and Resources * [Chats](help/Chats) * Further information * [Improve Performance](help/Improve-Performance) - * [Move Account](help/Move-Account) - * [Remove Account](help/Remove-Account) - * [Bugs and Issues](help/Bugs-and-Issues) + * [Move your account](help/Move-Account) + * [Delete your account](help/Remove-Account) * [Frequently asked questions (FAQ)](help/FAQ) -**Technical Documentation** +**Admin Manual** * [Install](help/Install) * [Settings](help/Settings) -* [Plugins](help/Plugins) * [Installing Connectors (Facebook/Twitter/StatusNet)](help/Installing-Connectors) * [Message Flow](help/Message-Flow) * [Using SSL with Friendica](help/SSL) -* [Developers](help/Developers) * [Twitter/StatusNet API Functions](help/api) -* [Translation of Friendica](help/translations) +**Developer Manual** + +* [Where to get started?](help/Developers-Intro) +* [Help on Github](help/Github) +* [Help on Vagrant](help/Vagrant) +* [How to translate Friendica](help/translations) +* [Bugs and Issues](help/Bugs-and-Issues) +* [Plugin Development](help/Plugins) +* [Smarty 3 Templates](help/smarty3-templates) **External Resources** diff --git a/doc/Improve-Performance.md b/doc/Improve-Performance.md index d4c94d2d11..ced5901228 100644 --- a/doc/Improve-Performance.md +++ b/doc/Improve-Performance.md @@ -1,13 +1,9 @@ -How to: improve performance +How to improve the performance of a Friendica site ============== * [Home](help) -A little guide to increase the performance of a Friendica site - -**At first** - -Feel free to ask at Friendica support at https://helpers.pyxis.uberspace.de/profile/helpers if you need some clarification about the following instructions or if you need help in any other way. +Feel free to ask in the [Friendica support forum](https://helpers.pyxis.uberspace.de/profile/helpers) if you need some clarification about the following instructions or if you need help in any other way. System configuration -------- @@ -26,9 +22,11 @@ If you have many OStatus contacts then completing of conversations can be very t Lock files help avoid the possibility of several background processes running at the same time. -For example: It can happen that the poller.php takes longer than expected. When there is no lock file, it is possible for several instances of poller.php to run at the same time - which would slow down the system and affect the maximum numbers of processes and database connections. +For example: It can happen that the poller.php takes longer than expected. +When there is no lock file, it is possible for several instances of poller.php to run at the same time - which would slow down the system and affect the maximum numbers of processes and database connections. -Please define a full file path that is writeable by the web server process. If your site is located at "/var/www/sitename/htdocs/" you could maybe create a folder "/var/www/sitename/temp/". +Please define a full file path that is writeable by the web server process. +If your site is located at "/var/www/sitename/htdocs/" you could maybe create a folder "/var/www/sitename/temp/". Enable "Use MySQL full text engine" @@ -36,20 +34,17 @@ When using MyISAM (default) this speeds up search. Set "Path to item cache" to an empty value outside your web root. -Parsed BBCode and some external images will be put there. Parsing BBCode is a time wasting process that also makes heave use of the CPU. - +Parsed BBCode and some external images will be put there. +Parsing BBCode is a time wasting process that also makes heave use of the CPU. You can use the same folder you used for the lock file. **Warning!** -The folder for item cache is cleaned up regularly. Every file that exceeds the cache duration is deleted. **If you accidentally point the cache path to your web root then you will delete your web root!** - +The folder for item cache is cleaned up regularly. +Every file that exceeds the cache duration is deleted. **If you accidentally point the cache path to your web root then you will delete your web root!** So double check that the folder only contains temporary content that can be deleted at any time. - You have been warned. -P.S. It happened to me :) - Plugins -------- @@ -61,20 +56,18 @@ Active the following plugins: ###Alternate Pagination - -**Description** - -This plugin reduces the database load massively. Downside: You can't see the total number of pages available at each module, and have this replaced with "older" and "newer" links. - -**Administration** +This plugin reduces the database load massively. +Downside: You can't see the total number of pages available at each module, and have this replaced with "older" and "newer" links. Go to the admin settings of "altpager" and set it to "global". ###rendertime -This plugin doesn't speed up your system. It helps analyzing your bottlenecks. +This plugin doesn't speed up your system. +It helps to analyze your bottlenecks. -When enabled you see some values like the following at the bottom of every page: +When enabled you see some values at the bottom of every page. +They show your performance problems. Performance: Database: 0.244, Network: 0.002, Rendering: 0.044, Parser: 0.001, I/O: 0.021, Other: 0.237, Total: 0.548 @@ -86,50 +79,47 @@ When enabled you see some values like the following at the bottom of every page: Others: Everything else :) Total: The sum of all above values -These values show your performance problems. - -Webserver +Apache Webserver -------- -If you are using Apache please enable the following modules. +The following Apache modules are recommended: -**Cache-Control** +###Cache-Control This module tells the client to cache the content of static files so that they aren't fetched with every request. - Enable the module "mod_expires" by typing in "a2enmod expires" as root. - Please add the following lines to your site configuration in the "directory" context. -ExpiresActive on ExpiresDefault "access plus 1 week" + ExpiresActive on ExpiresDefault "access plus 1 week" -See also: http://httpd.apache.org/docs/2.2/mod/mod_expires.html +Also see the Apache [2.2](http://httpd.apache.org/docs/2.2/mod/mod_expires.html) / [2.4](https://httpd.apache.org/docs/2.4/mod/mod_expires.html) documentation. -**Compress content** +###Compress content This module compresses the traffic between the web server and the client. - Enable the module "mod_deflate" by typing in "a2enmod deflate" as root. -See also: http://httpd.apache.org/docs/2.2/mod/mod_deflate.html +Also see the Apache [2.2](http://httpd.apache.org/docs/2.2/mod/mod_deflate.html) / [2.4](https://httpd.apache.org/docs/2.4/mod/mod_deflate.html) documentation. PHP -------- -**FCGI** +###FCGI -When using apache think about using FCGI. When using a Debian based distribution you will need the packages named "php5-cgi" and "libapache2-mod-fcgid". +When using Apache think about using FCGI. +In a Debian-based distribution you will need to install the packages named "php5-cgi" and "libapache2-mod-fcgid". -Please refer to external documentations for a more detailed explanation how to set up a system based upon FCGI. +Please refer to external documentation for a more detailed explanation how to set up a system based upon FCGI. -**APC** +###APC -APC is an opcode cache. It speeds up the processing of PHP code. +APC is an opcode cache. +It speeds up the processing of PHP code. +When APC is enabled, Friendica uses it to store configuration data between different requests. +This helps speeding up the page creation time. -When APC is enabled, Friendica uses it to store configuration data between different requests. This helps speeding up the page creation time. +###Database -**Database** +There are scripts like [tuning-primer.sh](http://www.day32.com/MySQL/) and [mysqltuner.pl](http://mysqltuner.pl) that analyze your database server and give hints on values that could be changed. -There are scripts like [tuning-primer.sh](http://www.day32.com/MySQL/) and [mysqltuner.pl](http://mysqltuner.pl) that analyzes your database server and give hints on values that could be changed. - -Please enable the slow query log. This helps being aware of performance problems. +Please enable the slow query log. This helps to find performance problems. diff --git a/doc/Install.md b/doc/Install.md index 4ef1e40e53..cf58af66f7 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -1,118 +1,126 @@ Friendica Installation =============== -We've tried very hard to ensure that Friendica will run on commodity hosting platforms - such as those used to host Wordpress blogs and Drupal websites. But be aware that Friendica is more than a simple web application. It is a complex communications system which more closely resembles an email server than a web server. For reliability and performance, messages are delivered in the background and are queued for later delivery when sites are down. This kind of functionality requires a bit more of the host system than the typical blog. Not every PHP/MySQL hosting provider will be able to support Friendica. Many will. But **please** review the requirements and confirm these with your hosting provider prior to installation. +We've tried very hard to ensure that Friendica will run on commodity hosting platforms - such as those used to host Wordpress blogs and Drupal websites. +But be aware that Friendica is more than a simple web application. +It is a complex communications system which more closely resembles an email server than a web server. +For reliability and performance, messages are delivered in the background and are queued for later delivery when sites are down. +This kind of functionality requires a bit more of the host system than the typical blog. +Not every PHP/MySQL hosting provider will be able to support Friendica. +Many will. +But **please** review the requirements and confirm these with your hosting provider prior to installation. -Also if you encounter installation issues, please let us know via the forums at http://groups.google.com/group/friendica or file an issue at http://bugs.friendica.com . Please be as clear as you can about your operating environment and provide as much detail as possible about any error messages you may see, so that we can prevent it from happening in the future. Due to the large variety of operating systems and PHP platforms in existence we may have only limited ability to debug your PHP installation or acquire any missing modules - but we will do our best to solve any general code issues. +Also if you encounter installation issues, please let us know via the [helper]() or the [developer]() forum or [file an issue](https://github.com/friendica/friendica/issues). +Please be as clear as you can about your operating environment and provide as much detail as possible about any error messages you may see, so that we can prevent it from happening in the future. +Due to the large variety of operating systems and PHP platforms in existence we may have only limited ability to debug your PHP installation or acquire any missing modules - but we will do our best to solve any general code issues. -Before you begin: Choose a domain name or subdomain name for your server. Put some thought into this - because changing it after installation is currently not-supported. Things will break, and some of your friends may have difficulty communicating with you. We plan to address this limitation in a future release. +Before you begin: Choose a domain name or subdomain name for your server. +Put some thought into this. Changing it after installation is currently not supported. +Things will break, and some of your friends may have difficulty communicating with you. +We plan to address this limitation in a future release. -1. Requirements - - Apache with mod-rewrite enabled and "Options All" so you can use a -local .htaccess file +Requirements +--- - - PHP 5.2+. The later the better. You'll need 5.3 for encryption of key exchange conversations. On a Windows environment, 5.2+ might not work as the function dns_get_record() is only available with version 5.3. - - PHP *command line* access with register_argc_argv set to true in the -php.ini file - - curl, gd, mysql, hash and openssl extensions - - some form of email server or email gateway such that PHP mail() works - - mcrypt (optional; used for server-to-server message encryption) +* Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file +* PHP 5.2+. The later the better. You'll need 5.3 for encryption of key exchange conversations. On a Windows environment, 5.2+ might not work as the function dns_get_record() is only available with version 5.3. +* PHP *command line* access with register_argc_argv set to true in the php.ini file +* curl, gd, mysql, hash and openssl extensions +* some form of email server or email gateway such that PHP mail() works +* mcrypt (optional; used for server-to-server message encryption) +* Mysql 5.x +* the ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks (Windows) (Note: other options are presented in Section 7 of this document.) +* Installation into a top-level domain or sub-domain (without a directory/path component in the URL) is preferred. Directory paths will not be as convenient to use and have not been thoroughly tested. +* If your hosting provider doesn't allow Unix shell access, you might have trouble getting everything to work. - - Mysql 5.x +Installation procedure +--- - - ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks -(Windows) [Note: other options are presented in Section 7 of this document] +###Get Friendica - - Installation into a top-level domain or sub-domain (without a -directory/path component in the URL) is preferred. Directory paths will -not be as convenient to use and have not been thoroughly tested. +Unpack the Friendica files into the root of your web server document area. +If you are able to do so, we recommend using git to clone the source repository rather than to use a packaged tar or zip file. +This makes the software much easier to update. +The Linux command to clone the repository into a directory "mywebsite" would be - - [Dreamhost.com offers all of the necessary hosting features at a -reasonable price. If your hosting provider doesn't allow Unix shell access, -you might have trouble getting everything to work.] - -2. Unpack the Friendica files into the root of your web server document area. - - - If you are able to do so, we recommend using git to clone the source repository rather than to use a packaged tar or zip file. This makes the software much easier to update. The Linux command to clone the repository into a directory "mywebsite" would be - - `git clone https://github.com/friendica/friendica.git mywebsite` - - - and then you can pick up the latest changes at any time with - - `git pull` + git clone https://github.com/friendica/friendica.git mywebsite - - make sure folder *view/smarty3* exists and is writable by webserver +Make sure the folder *view/smarty3* exists and is writable by the webserver user - `mkdir view/smarty3` - - `chown 777 view/smarty3` + mkdir view/smarty3 + chmod 777 view/smarty3 - - For installing addons - - - First you should be **on** your website folder +Get the addons by going into your website folder. - `cd mywebsite` + cd mywebsite - - Then you should clone the addon repository (separtely) +Clone the addon repository (separately): - `git clone https://github.com/friendica/friendica-addons.git addon` + git clone https://github.com/friendica/friendica-addons.git addon - - For keeping the addon tree updated, you should be on you addon tree and issue a git pull - - `cd mywebsite/addon` - - `git pull` - - - If you copy the directory tree to your webserver, make sure - that you also copy .htaccess - as "dot" files are often hidden - and aren't normally copied. +If you copy the directory tree to your webserver, make sure that you also copy .htaccess - as "dot" files are often hidden and aren't normally copied. +###Create a database -3. Create an empty database and note the access details (hostname, username, password, database name). +Create an empty database and note the access details (hostname, username, password, database name). -4. Visit your website with a web browser and follow the instructions. Please note any error messages and correct these before continuing. +###Run the installer -5. *If* the automated installation fails for any reason, check the following: +Point your web browser to the new site and follow the instructions. +Please note any error messages and correct these before continuing. - - ".htconfig.php" exists ... If not, edit htconfig.php and change system settings. Rename -to .htconfig.php - - Database is populated. ... If not, import the contents of "database.sql" with phpmyadmin -or mysql command line +*If* the automated installation fails for any reason, check the following: -6. At this point visit your website again, and register your personal account. +* Does ".htconfig.php" exist? If not, edit htconfig.php and change the system settings. Rename to .htconfig.php +* Is the database is populated? If not, import the contents of "database.sql" with phpmyadmin or mysql command line. + +At this point visit your website again, and register your personal account. Registration errors should all be recoverable automatically. -If you get any *critical* failure at this point, it generally indicates the -database was not installed correctly. You might wish to move/rename -.htconfig.php to another name and empty (called 'dropping') the database -tables, so that you can start fresh. +If you get any *critical* failure at this point, it generally indicates the database was not installed correctly. +You might wish to move/rename .htconfig.php to another name and empty (called 'dropping') the database tables, so that you can start fresh. -7. Set up a cron job or scheduled task to run the poller once every 5-10 -minutes in order to perform background processing. Example: +###Set up the poller - `cd /base/directory; /path/to/php include/poller.php` +Set up a cron job or scheduled task to run the poller once every 5-10 minutes in order to perform background processing. +Example: + + cd /base/directory; /path/to/php include/poller.php Change "/base/directory", and "/path/to/php" as appropriate for your situation. If you are using a Linux server, run "crontab -e" and add a line like the one shown, substituting for your unique paths and settings: -`*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php include/poller.php` + */10 * * * * cd /home/myname/mywebsite; /usr/bin/php include/poller.php -You can generally find the location of PHP by executing "which php". If you -have troubles with this section please contact your hosting provider for -assistance. Friendica will not work correctly if you cannot perform this step. +You can generally find the location of PHP by executing "which php". +If you run into trouble with this section please contact your hosting provider for assistance. +Friendica will not work correctly if you cannot perform this step. -Alternative: You may be able to use the 'poormancron' plugin to perform this step -if you are using a recent Friendica release. To do this, edit the file ".htconfig.php" -and look for a line describing your plugins. On a fresh installation, it will look like +Alternative: You may be able to use the 'poormancron' plugin to perform this step. +To do this, edit the file ".htconfig.php" and look for a line describing your plugins. +On a fresh installation, it will look like this: -`$a->config['system']['addon'] = 'js_upload';` + $a->config['system']['addon'] = 'js_upload'; -This indicates the "js_upload" addon module is enabled. You may add additional -addons/plugins using this same line in the configuration file. Change it to read +It indicates the "js_upload" addon module is enabled. +You may add additional addons/plugins using this same line in the configuration file. +Change it to read -`$a->config['system']['addon'] = 'js_upload,poormancron';` + $a->config['system']['addon'] = 'js_upload,poormancron'; and save your changes. + +Updating your installation with git +--- + +You can get the latest changes at any time with + + cd mywebsite + git pull + +The addon tree has to be updated separately like so: + + cd mywebsite/addon + git pull diff --git a/doc/Installing-Connectors.md b/doc/Installing-Connectors.md index 83d6954e76..49f21608f7 100644 --- a/doc/Installing-Connectors.md +++ b/doc/Installing-Connectors.md @@ -6,66 +6,69 @@ Installing Connectors (Facebook/Twitter/StatusNet) Friendica uses plugins to provide connectivity to some networks, such as Facebook and Twitter. -There is also a plugin to post through to an existing account on a Status.Net service. You do not require this to communicate with Status.Net members from Friendica - only if you wish to post to an existing account. +There is also a plugin to post through to an existing account on a StatusNet service. +You only need this to post to an already existing StatusNet account, but not to communicate with StatusNet members in general. -All three of these plugins require an account on the target network. In addition you (or typically the server administrator) will need to obtain an API key to provide authenticated access to your Friendica server. +All three plugins require an account on the target network. +In addition you (or typically the server administrator) will need to obtain an API key to provide authenticated access to your Friendica server. -**Site Configuration** +Site Configuration +--- -Plugins must be installed by the site administrator before they can be used. This is accomplished through the site administration panel. +Plugins must be installed by the site administrator before they can be used. +This is accomplished through the site administration panel. +Each of the connectors also requires an "API key" from the service you wish to connect with. +Some plugins allow you to enter this information in the site administration pages, while others may require you to edit your configuration file (.htconfig.php). +The ways to obtain these keys vary between the services, but they all require an existing account on the target service. +Once installed, these API keys can usually be shared by all site members. -Each of the connectors also requires an "API key" from the service you wish to connect with. Some plugins allow you to enter this information in the site administration pages, while others may require you to edit your configuration file (.htconfig.php). The method for obtaining these keys varies greatly - but almost always requires an existing account on the target service. Once installed, these API keys can usually be shared by all site members. +The details of configuring each service follow (much of this information comes directly from the plugin source files): - -The details of configuring each service follows (much of this information comes directly from the plugin source files): - -**Twitter Plugin for Friendica** +Twitter Plugin for Friendica +--- * Author: Tobias Diekershoff * tobias.diekershoff@gmx.net +* License: 3-clause BSD license -* License:3-clause BSD license - -Configuration: -To use this plugin you need a OAuth Consumer key pair (key & secret) -you can get it from Twitter at https://twitter.com/apps +###Configuration +To use this plugin you need a OAuth Consumer key pair (key & secret). +You can get it from [Twitter](https://twitter.com/apps). Register your Friendica site as "Client" application with "Read & Write" access. -We do not need "Twitter as login". When you've registered the app you get the -OAuth Consumer key and secret pair for your application/site. +We do not need "Twitter as login". +When you've registered the app you get a key pair with an OAuth Consumer key and a secret key for your application/site. +Add this key pair to your global .htconfig.php: -Add this key pair to your global .htconfig.php + $a->config['twitter']['consumerkey'] = 'your consumer_key here'; + $a->config['twitter']['consumersecret'] = 'your consumer_secret here'; -``` -$a->config['twitter']['consumerkey'] = 'your consumer_key here'; -$a->config['twitter']['consumersecret'] = 'your consumer_secret here'; -``` +After this, your users can configure their Twitter account settings from "Settings -> Connector Settings". -After this, your user can configure their Twitter account settings -from "Settings -> Connector Settings". +###More documentation -Documentation: http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/Twitter_Plugin +Find the author's documentation here: [http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/Twitter_Plugin](http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/Twitter_Plugin) -**StatusNet Plugin for Friendica** +StatusNet Plugin for Friendica +--- * Author: Tobias Diekershoff * tobias.diekershoff@gmx.net +* License: 3-clause BSD license -* License:3-clause BSD license - -Configuration +###Configuration When the addon is activated the user has to aquire the following in order to connect to the StatusNet account of choice. * The base URL for the StatusNet API, for identi.ca this is https://identi.ca/api/ * OAuth Consumer key & secret -To get the OAuth Consumer key pair the user has to +To get the OAuth Consumer key pair the user has to -(a) ask her Friendica admin if a pair already exists or -(b) has to register the Friendica server as a client application on the StatusNet server. +1 ask her Friendica admin if a pair already exists or +2 has to register the Friendica server as a client application on the StatusNet server. This can be done from the account settings under "Settings -> Connections -> Register an OAuth client application -> Register a new application" on the StatusNet server. @@ -77,56 +80,57 @@ During the registration of the OAuth client remember the following: * with read & write access * the Source URL should be the URL of your Friendica server -After the required credentials for the application are stored in the configuration you have to actually connect your Friendica account with StatusNet. This is done from the Settings -> Connector Settings page. Follow the Sign in with StatusNet button, allow access and then copy the security code into the box provided. Friendica will then try to acquire the final OAuth credentials from the API. +After the required credentials for the application are stored in the configuration you have to actually connect your Friendica account with StatusNet. +This is done from the Settings -> Connector Settings page. +Follow the Sign in with StatusNet button, allow access and then copy the security code into the box provided. +Friendica will then try to acquire the final OAuth credentials from the API. -If successful the addon settings will allow you to select to post your public messages to your StatusNet account (have a look behind the little lock symbol beneath the status "editor" on your Home or Network pages). +If successful, the addon settings will allow you to select to post your public messages to your StatusNet account (have a look behind the little lock symbol beneath the status "editor" on your Home or Network pages). -Documentation: http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/StatusNet_Plugin +###More documentation +Find the author's documentation here: [http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/StatusNet_Plugin](http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/StatusNet_Plugin) +The Friendica/Facebook connector +--- -**Installing the Friendica/Facebook connector** +###Configuration -* register an API key for your site from developer.facebook.com +First, register an API key for your site on [Facebook](developer.facebook.com). +This requires a Facebook account, and may require additional authentication in the form of credit card or mobile phone verification. -This requires a Facebook account, and may require additional authentication in the form of credit card or mobile phone verification. +We'd be very happy if you include "Friendica" in the application name to increase name recognition. +The Friendica icons are also present in the images directory and may be uploaded as a Facebook app icon. +Use images/friendica-16.jpg for the Icon and images/friendica-128.jpg for the logo. -a. We'd be very happy if you include "Friendica" in the application name -to increase name recognition. The Friendica icons are also present -in the images directory and may be uploaded as a Facebook app icon. -Use images/friendica-16.jpg for the Icon and images/friendica-128.jpg for the Logo. - -b. The url should be your site URL with a trailing slash. +The url should be your site URL with a trailing slash. You **may** be required to provide a privacy and/or terms of service URL. -c. Navigate to Set Web->Site URL & Domain -> Website Settings. Set Site URL -to yoursubdomain.yourdomain.com. Set Site Domain to your yourdomain.com. +Navigate to Set Web->Site URL & Domain -> Website Settings. +Set Site URL to yoursubdomain.yourdomain.com. +Set Site Domain to your yourdomain.com. -d. Install the Facebook plugin on your Friendica site at 'admin/plugins'. You should then see a link for Facebook under 'Plugin Features' on the sidebar of the admin panel. Select that. - -e. Enter the App-ID and App Secret that Facebook gave you. Change any other settings as desired. +Install the Facebook plugin on your Friendica site at 'admin/plugins'. +You should then see a link for Facebook under 'Plugin Features' on the sidebar of the admin panel. +Select it. +Enter the App-ID and App Secret that Facebook gave you. +Change any other settings as desired. On Friendica, each member who wishes to use the Facebook connector should visit the Facebook Settings section of their "Settings->Connector Settings" page, and click 'Install Facebook Connector'. Choose the appropriate settings for your usage and privacy requirements. -This will ask you to login to Facebook and grant permission to the -plugin to do its stuff. Allow it to do so. +This will ask you to log into Facebook and grant permission to the plugin to do its stuff. +Allow it to do so. -You're done. To turn it off visit the Connector Settings page again and -'Remove Facebook posting'. +You're done. -Videos and embeds will not be posted if there is no other content. Links -and images will be converted to a format suitable for the Facebook API and -long posts truncated - with a link to view the full post. - -Facebook contacts will also not be able to view "private" photos, as they are not able to authenticate to your site to establish identity. We will address this in a future release. - - - - - +To turn it off visit the Connector Settings page again and 'Remove Facebook posting'. +Videos and embeds will not be posted if there is no other content. +Links and images will be converted to a format suitable for the Facebook API and long posts truncated - with a link to view the full post. +Facebook contacts will also not be able to view "private" photos, as they are not able to authenticate to your site. +We will address this in a future release. diff --git a/doc/Making-Friends.md b/doc/Making-Friends.md index e0b1a254e0..7355a10afa 100644 --- a/doc/Making-Friends.md +++ b/doc/Making-Friends.md @@ -3,55 +3,104 @@ Making Friends * [Home](help) -Friendship in Friendica can take on a great many different meanings. But let's keep it simple, you want to be friends with somebody. How do you do it? +Friendship in Friendica can take on a great many different meanings. +But let's keep it simple, you want to be friends with somebody. +How do you do it? -The first thing you can do is look at the Directory. The directory is split up into two parts. If you click the directory button, you will be presented with a list of all members (who chose to be listed) on your server. You'll also see a link to the Global Directory. If you click through to the global directory, you will be presented with a list of everybody who chose to be listed across all instances of Friendica. You will also see a "Show Community Forums" link, which will direct you to Groups, Forums and Fanpages. You connect to people, groups and forums in the same way, except groups and forums will automatically accept your introduction request, whereas a human will approve you manually. +The Directories +--- +Friendica has two different kinds of "addressbook": +The directory of the Friendica server you are registered on and the global directory that collects account information across all Friendica instances. -To connect with other Friendica users: +The first thing you can do is look at the **Directory**. +The directory is split up into two parts. +If you click the directory button, you will be presented with a list of all members (who chose to be listed) on your server. -Visit their profile. Just beneath their profile picture will be the word 'Connect' (we're assuming this is an English language profile). +You'll also see a link to the **Global Directory**. +If you click through to the global directory, you will be presented with a list of everybody who chose to be listed across all instances of Friendica. +You will also see a "Show Community Forums" link, which will direct you to Groups, Forums and Fanpages. +You connect to people, groups and forums in the same way, except groups and forums will automatically accept your introduction request, whereas a human will approve you manually. -Click that. It will take you to a "Connect" form. +Connect to other Friendica users +--- -This is going to ask you for your Identity Address. This is necessary so that this person's website can find yours. +Visit their profile. +Just beneath their profile picture will be the word 'Connect' (we're assuming this is an English language profile). +Click that 'Connect' button. +It will take you to a 'Connect' form. + +The form is going to ask you for your Identity Address. +This is necessary so that this person's website can find yours. What do you put in the box? If your Friendica site is called "demo.friendica.com" and your username/nickname on that site is "bob", you would put in "bob@demo.friendica.com". -Notice this looks just like an email address. It was meant to be that way. It's easy for people to remember. +Notice this looks just like an email address. +It was meant to be that way. +It's easy for people to remember. You *could* also put in the URL of your "home" page, such as "http://demo.friendica.com/profile/bob", but the email-style address is certainly easier. -When you've submitted the connection page, it will take you back to your own site where you must then login (if necessary) and verify the connection request on *your* site. Once you've done this, the two websites can communicate with each other to complete the process (after your new friend has approved the request). +When you've submitted the connection page, it will take you back to your own site where you must then login (if necessary) and verify the connection request on *your* site. +Once you've done this, the two websites can communicate with each other to complete the process (after your new friend has approved the request). -If you already know somebody's Identity Address, you can enter it in the "connect" box on your "Contacts" page. This will take you through a similar process. +If you already know somebody's Identity Address, you can enter it in the "connect" box on your "Contacts" page. +This will take you through a similar process. -**Alternate Networks** +Connect to users of alternate networks +--- +###StatusNet/GNUSocial, Google Plus, Twitter, Diaspora +You can also use your Identity Address or other people's Identity Addresses to become friends across networks. +The list of possible networks is growing all the time. +If you know (for instance) "bob" on identi.ca (a StatusNet site) you could put bob@identi.ca into your Contact page and become friends across networks. +(Or you can put in the URL to Bob's identi.ca page if you wish). -You can also use your Identity Address or other people's Identity Addresses to become friends across networks. The list of possible networks is growing all the time. If you know (for instance) "bob" on identi.ca (a Status.Net site) you could put bob@identi.ca into your Contact page and become friends across networks. (Or you can put in the URL to Bob's identi.ca page if you wish). You can also be "partial" friends with somebody on Google Buzz by putting in their gmail address. Google Buzz does not yet support all the protocols we need for direct messaging, but you should be able to follow status updates from within Friendica. You can do the same for Twitter accounts and Diaspora accounts. In fact you can "follow" most anybody or any website that produces a syndication feed (RSS/Atom,etc.). If we can find an information stream and a name to attach to the contact, we'll try to connect with them. +You can also be "partial" friends with somebody on Google Plus by putting in their gmail address. +Google Plus does not yet support all the protocols we need for direct messaging, but you should be able to follow status updates from within Friendica. -If you have supplied your mailbox connection information on your Settings page, you can enter the email address of anybody that has sent you a message recently and have their email messages show up in your social stream. You can also reply to them from within Friendica. +You can do the same for Twitter accounts and Diaspora accounts. -People can also become friends with you from other networks. If a friend of yours has an identi.ca account, they can become friends with you by putting your Friendica Identity Address into their identi.ca subscription dialog box. A similar mechanism is available for Diaspora members, by putting your iendtity address into their search bar. +In fact, you can "follow" almost anybody or any website that produces a syndication feed (RSS/Atom,etc.). +If we can find an information stream and a name to attach to the contact, we'll try to connect with them. + +###Email +If you have supplied your mailbox connection information on your Settings page, you can enter the email address of anybody that has sent you a message recently and have their email messages show up in your social stream. +You can also reply to them from within Friendica. + +People can also become friends with you from other networks. +If a friend of yours has an identi.ca account, they can become friends with you by putting your Friendica Identity Address into their identi.ca subscription dialog box. +A similar mechanism is available for Diaspora members, by putting your identity address into their search bar. Note: Some versions of StatusNet software may require the full URL to your profile and may not work with the identity address. -When somebody requests friendship you will receive a notification. You will need to approve this before the friendship is complete. +Notification +--- +When somebody requests friendship you will receive a notification. +You will need to approve this before the friendship is complete. -Some networks allow people to send you messages without being friends and without your approval. Friendica does not allow this by default, as it would open a gateway for spam. +Approval +--- +Some networks allow people to send you messages without being friends and without your approval. +Friendica does not allow this by default, as it would open a gateway for spam. -When you receive a friendship notification from another Friendica member, you will have the option of allowing them as a "fan" or as a "friend". If they are a fan, they can see what you have to say, including private communications that you send to them, but not vice versa. As a friend, you can both communicate with each other. +Unilateral or bilateral friendships +--- +When you receive a friendship notification from another Friendica member, you will have the option of allowing them as a "fan" or as a "friend". +If they are a fan, they can see what you have to say, including private communications that you send to them, but not vice versa. +As a friend, you can both communicate with each other. -Diaspora uses a different terminology, and you are given the option of allowing them to "share with you", or being full friends. +Diaspora uses a different terminology, and you are given the option of allowing them to "share with you", or being full friends. -Once you have become friends, if you find the person constantly sends you spam or worthless information, you can "Ignore" them - without breaking off the friendship or even alerting them to the fact that you aren't interested in anything they are saying. In many ways they are like a "fan" - but they don't know this. They think they are a friend. +Ignoring, blocking and deleting contacts +--- +Once you have become friends, if you find the person constantly sends you spam or worthless information, you can "Ignore" them - without breaking off the friendship or even alerting them to the fact that you aren't interested in anything they are saying. +In many ways they are like a "fan" - but they don't know this. +They think they are a friend. -You can also "block" a person. This completely blocks communications with that person. They may still be able to see your public posts, as can anybody in the world, but they cannot communicate with you directly. - -You can also delete a friend no matter what the friendship status - which complete removes everything relating to that person from your website. - - - +You can also "block" a person. +This completely blocks communications with that person. +They may still be able to see your public posts, as can anybody in the world, but they cannot communicate with you directly. +You can also delete a friend no matter what the friendship status - which completely removes everything relating to that person from your website. diff --git a/doc/Message-Flow.md b/doc/Message-Flow.md index bb1c063d33..ce0a4248ab 100644 --- a/doc/Message-Flow.md +++ b/doc/Message-Flow.md @@ -1,13 +1,15 @@ Friendica Message Flow +=== -This page attempts to document some of the details of how messages get from one person to another in the Friendica network. There are multiple paths, using multiple protocols and message formats. - -Those attempting to understand these message flows should become familiar with (at the minimum) the DFRN protocol document (http://dfrn.org/dfrn.pdf) and the message passing elements of the OStatus stack (salmon and Pubsubhubbub). +This page documents some of the details of how messages get from one person to another in the Friendica network. +There are multiple paths, using multiple protocols and message formats. +Those attempting to understand these message flows should become familiar with (at the minimum) the [DFRN protocol document](http://dfrn.org/dfrn.pdf) and the message passing elements of the OStatus stack (salmon and Pubsubhubbub). Most message passing involves the file include/items.php, which has functions for several feed-related import/export activities. -When a message is posted, all immediate deliveries to all networks are made using include/notifier.php, which chooses how (and to whom) to deliver the message. This file also invokes the local side of all deliveries including DFRN-notify. +When a message is posted, all immediate deliveries to all networks are made using include/notifier.php, which chooses how (and to whom) to deliver the message. +This file also invokes the local side of all deliveries including DFRN-notify. mod/dfrn_notify.php handles the remote side of DFRN-notify. @@ -19,36 +21,42 @@ Push (pubsubhubbub) feeds arrive via mod/pubsub.php DFRN-poll feed imports arrive via include/poller.php as a scheduled task, this implements the local side of the DFRN-poll protocol. - - - Scenario #1. Bob posts a public status message - -This is a public message with no conversation members so no private transport is used. There are two paths it can take - as a bbcode path to DFRN clients, and converted to HTML with the server's PuSH (pubsubhubbub) hubs notified. When a PuSH hub is operational, dfrn-poll clients prefer to receive their information through the PuSH channel. They will fall back on a daily poll in case the hub has delivery issues (this is quite common when using the default Google reference hub). If there is no specified hub or hubs, DFRN clients will poll at a configurable (per-contact) rate at up to 5-minute intervals. Feeds retrieved via dfrn-poll are bbcode and may also contain private conversations which the poller has permissions to see. +--- +This is a public message with no conversation members so no private transport is used. +There are two paths it can take - as a bbcode path to DFRN clients, and converted to HTML with the server's PuSH (pubsubhubbub) hubs notified. +When a PuSH hub is operational, dfrn-poll clients prefer to receive their information through the PuSH channel. +They will fall back on a daily poll in case the hub has delivery issues (this is quite common when using the default Google reference hub). +If there is no specified hub or hubs, DFRN clients will poll at a configurable (per-contact) rate at up to 5-minute intervals. +Feeds retrieved via dfrn-poll are bbcode and may also contain private conversations which the poller has permissions to see. Scenario #2. Jack replies to Bob's public message. Jack is on the Friendica/DFRN network. - -Jack uses dfrn-notify to send a direct reply to Bob. Bob then creates a feed of the conversation and sends it to everybody involved in the conversation using dfrn-notify. PuSH hubs are notified that new content is available. The hub or hubs will then retrieve the latest feed and transmit it to all hub subscribers (which may be on different networks). +--- +Jack uses dfrn-notify to send a direct reply to Bob. +Bob then creates a feed of the conversation and sends it to everybody involved in the conversation using dfrn-notify. +PuSH hubs are notified that new content is available. +The hub or hubs will then retrieve the latest feed and transmit it to all hub subscribers (which may be on different networks). Scenario #3. Mary replies to Bob's public message. Mary is on the Friendica/DFRN network. - -Mary uses dfrn-notify to send a direct reply to Bob. Bob then creates a feed of the conversation and sends it to everybody involved in the conversation (excluding himself, the conversation is now sent to both Jack and Mary). Messages are sent using dfrn-notify. Push hubs are also notified that new content is available. The hub or hubs will then retrieve the latest feed and transmit it to all hub subscribers (which may be on different networks). +--- +Mary uses dfrn-notify to send a direct reply to Bob. +Bob then creates a feed of the conversation and sends it to everybody involved in the conversation (excluding himself, the conversation is now sent to both Jack and Mary). +Messages are sent using dfrn-notify. +Push hubs are also notified that new content is available. +The hub or hubs will then retrieve the latest feed and transmit it to all hub subscribers (which may be on different networks). Scenario #4. William replies to Bob's public message. William is on the OStatus network. - -William uses salmon to notify Bob of the reply. Content is html embedded in salmon magic envelope. Bob then creates a feed of the conversation and sends it to all Friendica participants involved in the conversation using dfrn-notify (excluding himself, the conversation is sent to both Jack and Mary). Push hubs are notified that new content is available. The hub or hubs will then retrieve the latest feed and transmit it to all hub subscribers (which may be on different networks). +--- +William uses salmon to notify Bob of the reply. +Content is html embedded in salmon magic envelope. +Bob then creates a feed of the conversation and sends it to all Friendica participants involved in the conversation using dfrn-notify (excluding himself, the conversation is sent to both Jack and Mary). +Push hubs are notified that new content is available. +The hub or hubs will then retrieve the latest feed and transmit it to all hub subscribers (which may be on different networks). Scenario #5. Bob posts a private message to Mary and Jack. - -Message is delivered immediately to Mary and Jack using dfrn_notify. Public hubs are not notified. Requeueing is attempted in case of timeout. Replies follow the same flow as the public replies except that hubs are not notified and message is never made available in the public feed. The entire conversation is also made available to Mary and Jack (and nobody else) through their dfrn-poll personalised feed. - - - - - - - - - - - +--- +Message is delivered immediately to Mary and Jack using dfrn_notify. +Public hubs are not notified. +Requeueing is attempted in case of timeout. +Replies follow the same flow as the public replies except that hubs are not notified and message is never made available in the public feed. +The entire conversation is also made available to Mary and Jack (and nobody else) through their dfrn-poll personalised feed. diff --git a/doc/Move-Account.md b/doc/Move-Account.md index 35c50259e3..394d08fa37 100644 --- a/doc/Move-Account.md +++ b/doc/Move-Account.md @@ -1,35 +1,27 @@ -Move Account +How to move your account between servers ============ * [Home](help) -! **this is an experimental feature** +! **This is an experimental feature** -** How to move an account between servers ** +* Go to "Settings" -> "[Export personal data](uexport)" +* Click on "Export account" to save your account data. +* **Save the file in a secure place!** It contains your details, your contacts, groups, and personal settings. It also contains your secret keys to authenticate yourself to your contacts. +* Go to your new server, and open *http://newserver.com/uimport* (there is not a direct link to this page at the moment). +* Do NOT create a new account prior to importing your old settings - uimport should be used *instead* of register. +* Load your saved account file and click "Import". +* After the move, the account on the old server will not work reliably anymore, and should be not used. -Go to "Settings" -> "[Export personal data](uexport)" -Click on "Export account" to save your account data. -This file contains your details, your contacts, groups, and personal settings. -It also contains your secret keys to authenticate yourself to your contacts: -**save this file in a secure place**! - -Go to your new server, and open *http://newserver.com/uimport* (there is not a -direct link to this page at the moment). - -Do NOT create a new account prior to importing your old settings - uimport should be used *instead* of register. - -Load your saved account file and click "Import". +Friendica contacts +--- Friendica will recreate your account on the new server, with your contacts and groups. -A message is sent to Friendica contacts, to inform them about your move: if your -contacts are runnning on an updated server, your details on their -side will be automatically updated. -Contacts on Statusnet/Identi.ca or Diaspora will be archived, as we can't inform -them about your move. -You should ask them to remove your contact from their lists and re-add you, and you -should do the same with their contact. - -After the move, the account on the old server will not work reliably anymore, and -should be not used. +A message is sent to Friendica contacts, to inform them about your move: +If your contacts are runnning on an updated server, your details on their side will be automatically updated. +StatusNet/GNUSocial/Diaspora contacts +--- +Contacts on Statusnet/Identi.ca or Diaspora will be archived, as we can't inform them about your move. +You should ask them to remove your contact from their lists and re-add you, and you should do the same with their contact. diff --git a/doc/Plugins.md b/doc/Plugins.md index 2ae942eae5..8369e9fadc 100644 --- a/doc/Plugins.md +++ b/doc/Plugins.md @@ -1,10 +1,19 @@ Friendica Addon/Plugin development ========================== -Please see the sample addon 'randplace' for a working example of using some of these features. The facebook addon provides an example of integrating both "addon" and "module" functionality. Addons work by intercepting event hooks - which must be registered. Modules work by intercepting specific page requests (by URL path). +Please see the sample addon 'randplace' for a working example of using some of these features. +The facebook addon provides an example of integrating both "addon" and "module" functionality. +Addons work by intercepting event hooks - which must be registered. +Modules work by intercepting specific page requests (by URL path). - -Plugin names cannot contain spaces or other punctuation and are used as filenames and function names. You may supply a "friendly" name within the comment block. Each addon must contain both an install and an uninstall function based on the addon/plugin name. For instance "plugin1name_install()". These two functions take no arguments and are usually responsible for registering (and unregistering) event hooks that your plugin will require. The install and uninstall functions will also be called (i.e. re-installed) if the plugin changes after installation - therefore your uninstall should not destroy data and install should consider that data may already exist. Future extensions may provide for "setup" amd "remove". +Plugin names cannot contain spaces or other punctuation and are used as filenames and function names. +You may supply a "friendly" name within the comment block. +Each addon must contain both an install and an uninstall function based on the addon/plugin name. +For instance "plugin1name_install()". +These two functions take no arguments and are usually responsible for registering (and unregistering) event hooks that your plugin will require. +The install and uninstall functions will also be called (i.e. re-installed) if the plugin changes after installation. +Therefore your uninstall should not destroy data and install should consider that data may already exist. +Future extensions may provide for "setup" amd "remove". Plugins should contain a comment block with the four following parameters: @@ -15,63 +24,71 @@ Plugins should contain a comment block with the four following parameters: * Author: John Q. Public */ - - - Register your plugin hooks during installation. register_hook($hookname, $file, $function); $hookname is a string and corresponds to a known Friendica hook. -$file is a pathname relative to the top-level Friendica directory. This *should* be 'addon/plugin_name/plugin_name.php' in most cases. +$file is a pathname relative to the top-level Friendica directory. +This *should* be 'addon/plugin_name/plugin_name.php' in most cases. $function is a string and is the name of the function which will be executed when the hook is called. - +Arguments +--- Your hook callback functions will be called with at least one and possibly two arguments - function myhook_function(&$a, &$b) { - } -If you wish to make changes to the calling data, you must declare them as -reference variables (with '&') during function declaration. +If you wish to make changes to the calling data, you must declare them as reference variables (with '&') during function declaration. -$a is the Friendica 'App' class - which contains a wealth of information -about the current state of Friendica, such as which module has been called, -configuration info, the page contents at the point the hook was invoked, profile -and user information, etc. It is recommeded you call this '$a' to match its usage -elsewhere. +###$a +$a is the Friendica 'App' class. +It contains a wealth of information about the current state of Friendica: -$b can be called anything you like. This is information which is specific to the hook -currently being processed, and generally contains information that is being immediately -processed or acted on that you can use, display, or alter. Remember to declare it with -'&' if you wish to alter it. +* which module has been called, +* configuration information, +* the page contents at the point the hook was invoked, +* profile and user information, etc. + +It is recommeded you call this '$a' to match its usage elsewhere. + +###$b +$b can be called anything you like. +This is information specific to the hook currently being processed, and generally contains information that is being immediately processed or acted on that you can use, display, or alter. +Remember to declare it with '&' if you wish to alter it. Modules -------- -Plugins/addons may also act as "modules" and intercept all page requests for a given URL path. In order for a plugin to act as a module it needs to define a function "plugin_name_module()" which takes no arguments and need not do anything. +Plugins/addons may also act as "modules" and intercept all page requests for a given URL path. +In order for a plugin to act as a module it needs to define a function "plugin_name_module()" which takes no arguments and needs not do anything. + +If this function exists, you will now receive all page requests for "http://my.web.site/plugin_name" - with any number of URL components as additional arguments. +These are parsed into an array $a->argv, with a corresponding $a->argc indicating the number of URL components. +So http://my.web.site/plugin/arg1/arg2 would look for a module named "plugin" and pass its module functions the $a App structure (which is available to many components). +This will include: -If this function exists, you will now receive all page requests for "http://my.web.site/plugin_name" - with any number of URL components as additional arguments. These are parsed into an array $a->argv, with a corresponding $a->argc indicating the number of URL components. So http://my.web.site/plugin/arg1/arg2 would look for a module named "plugin" and pass its module functions the $a App structure (which is available to many components). This will include: $a->argc = 3 $a->argv = array(0 => 'plugin', 1 => 'arg1', 2 => 'arg2'); -Your module functions will often contain the function plugin_name_content(&$a), which defines and returns the page body content. They may also contain plugin_name_post(&$a) which is called before the _content function and typically handles the results of POST forms. You may also have plugin_name_init(&$a) which is called very early on and often does module initialisation. - +Your module functions will often contain the function plugin_name_content(&$a), which defines and returns the page body content. +They may also contain plugin_name_post(&$a) which is called before the _content function and typically handles the results of POST forms. +You may also have plugin_name_init(&$a) which is called very early on and often does module initialisation. Templates ---------- -If your plugin need some template, you can use Friendica template system. Friendica use [smarty3](http://www.smarty.net/) as template engine. +If your plugin needs some template, you can use the Friendica template system. +Friendica uses [smarty3](http://www.smarty.net/) as a template engine. -Put your tpl files in *templates/* subfolder of your plugin. +Put your tpl files in the *templates/* subfolder of your plugin. -In your code, like in function plugin_name_content(), load template file and execute it passing needed values: +In your code, like in the function plugin_name_content(), load the template file and execute it passing needed values: # load template file. first argument is the template name, # second is the plugin path relative to friendica top folder @@ -80,125 +97,181 @@ In your code, like in function plugin_name_content(), load template file and exe # apply template. first argument is the loaded template, # second an array of 'name'=>'values' to pass to template $output = replace_macros($tpl,array( - 'title' => 'My beautifull plugin', + 'title' => 'My beautiful plugin', )); -See also wiki page [Quick Template Guide](https://github.com/friendica/friendica/wiki/Quick-Template-Guide) +See also the wiki page [Quick Template Guide](https://github.com/friendica/friendica/wiki/Quick-Template-Guide). -Current hooks: --------------- +Current hooks +------------- -**'authenticate'** - called when a user attempts to login. - $b is an array - 'username' => the supplied username - 'password' => the supplied password - 'authenticated' => set this to non-zero to authenticate the user. - 'user_record' => successful authentication must also return a valid user record from the database +###'authenticate' +'authenticate' is called when a user attempts to login. +$b is an array containing: -**'logged_in'** - called after a user has successfully logged in. - $b contains the $a->user array + 'username' => the supplied username + 'password' => the supplied password + 'authenticated' => set this to non-zero to authenticate the user. + 'user_record' => successful authentication must also return a valid user record from the database +###'logged_in' +'logged_in' is called after a user has successfully logged in. +$b contains the $a->user array. -**'display_item'** - called when formatting a post for display. - $b is an array - 'item' => The item (array) details pulled from the database - 'output' => the (string) HTML representation of this item prior to adding it to the page +###'display_item' +'display_item' is called when formatting a post for display. +$b is an array: -**'post_local'** - called when a status post or comment is entered on the local system - $b is the item array of the information to be stored in the database - {Please note: body contents are bbcode - not HTML) + 'item' => The item (array) details pulled from the database + 'output' => the (string) HTML representation of this item prior to adding it to the page -**'post_local_end'** - called when a local status post or comment has been stored on the local system - $b is the item array of the information which has just been stored in the database - {Please note: body contents are bbcode - not HTML) +###'post_local' +* called when a status post or comment is entered on the local system +* $b is the item array of the information to be stored in the database +* Please note: body contents are bbcode - not HTML -**'post_remote'** - called when receiving a post from another source. This may also be used to post local activity or system generated messages. - $b is the item array of information to be stored in the database and the item - body is bbcode. +###'post_local_end' +* called when a local status post or comment has been stored on the local system +* $b is the item array of the information which has just been stored in the database +* Please note: body contents are bbcode - not HTML -**'settings_form'** - called when generating the HTML for the user Settings page - $b is the (string) HTML of the settings page before the final '' tag. +###'post_remote' +* called when receiving a post from another source. This may also be used to post local activity or system generated messages. +* $b is the item array of information to be stored in the database and the item body is bbcode. -**'settings_post'** - called when the Settings pages are submitted. - $b is the $_POST array +###'settings_form' +* called when generating the HTML for the user Settings page +* $b is the (string) HTML of the settings page before the final '' tag. -**'plugin_settings'** - called when generating the HTML for the addon settings page - $b is the (string) HTML of the addon settings page before the final '' tag. +###'settings_post' +* called when the Settings pages are submitted +* $b is the $_POST array -**'plugin_settings_post'** - called when the Addon Settings pages are submitted. - $b is the $_POST array +###'plugin_settings' +* called when generating the HTML for the addon settings page +* $b is the (string) HTML of the addon settings page before the final '' tag. -**'profile_post'** - called when posting a profile page. - $b is the $_POST array +###'plugin_settings_post' +* called when the Addon Settings pages are submitted +* $b is the $_POST array -**'profile_edit'** - called prior to output of profile edit page - $b is array - 'profile' => profile (array) record from the database - 'entry' => the (string) HTML of the generated entry +###'profile_post' +* called when posting a profile page +* $b is the $_POST array +###'profile_edit' +'profile_edit' is called prior to output of profile edit page. +$b is an array containing: -**'profile_advanced'** - called when the HTML is generated for the 'Advanced profile', corresponding to the 'Profile' tab within a person's profile page. - $b is the (string) HTML representation of the generated profile - (The profile array details are in $a->profile) + 'profile' => profile (array) record from the database + 'entry' => the (string) HTML of the generated entry -**'directory_item'** - called from the Directory page when formatting an item for display - $b is an array - 'contact' => contact (array) record for the person from the database - 'entry' => the (string) HTML of the generated entry +###'profile_advanced' +* called when the HTML is generated for the 'Advanced profile', corresponding to the 'Profile' tab within a person's profile page +* $b is the (string) HTML representation of the generated profile +* The profile array details are in $a->profile. -**'profile_sidebar_enter'** - called prior to generating the sidebar "short" profile for a page - $b is (array) the person's profile array +###'directory_item' +'directory_item' is called from the Directory page when formatting an item for display. +$b is an array: -**'profile_sidebar'** - called when generating the sidebar "short" profile for a page - $b is an array - 'profile' => profile (array) record for the person from the database - 'entry' => the (string) HTML of the generated entry + 'contact' => contact (array) record for the person from the database + 'entry' => the (string) HTML of the generated entry -**'contact_block_end'** - called when formatting the block of contacts/friends on a profile sidebar has completed - $b is an array - 'contacts' => array of contacts - 'output' => the (string) generated HTML of the contact block +###'profile_sidebar_enter' +* called prior to generating the sidebar "short" profile for a page +* $b is the person's profile array -**'bbcode'** - called during conversion of bbcode to html - $b is (string) converted text +###'profile_sidebar' +'profile_sidebar is called when generating the sidebar "short" profile for a page. +$b is an array: -**'html2bbcode'** - called during conversion of html to bbcode (e.g. remote message posting) - $b is (string) converted text + 'profile' => profile (array) record for the person from the database + 'entry' => the (string) HTML of the generated entry -**'page_header'** - called after building the page navigation section - $b is (string) HTML of nav region +###'contact_block_end' +is called when formatting the block of contacts/friends on a profile sidebar has completed. +$b is an array: -**'personal_xrd'** - called prior to output of personal XRD file. - $b is an array - 'user' => the user record for the person - 'xml' => the complete XML to be output + 'contacts' => array of contacts + 'output' => the (string) generated HTML of the contact block -**'home_content'** - called prior to output home page content, shown to unlogged users - $b is (string) HTML of section region +###'bbcode' +* called during conversion of bbcode to html +* $b is a string converted text -**'contact_edit'** - called when editing contact details on an individual from the Contacts page - $b is (array) - 'contact' => contact record (array) of target contact - 'output' => the (string) generated HTML of the contact edit page +###'html2bbcode' +* called during conversion of html to bbcode (e.g. remote message posting) +* $b is a string converted text -**'contact_edit_post'** - called when posting the contact edit page - $b is the $_POST array +###'page_header' +* called after building the page navigation section +* $b is a string HTML of nav region -**'init_1'** - called just after DB has been opened and before session start - $b is not used or passed +###'personal_xrd' +'personal_xrd' is called prior to output of personal XRD file. +$b is an array: -**'page_end'** - called after HTML content functions have completed - $b is (string) HTML of content div + 'user' => the user record for the person + 'xml' => the complete XML to be output -**'avatar_lookup'** - called when looking up the avatar - $b is (array) - 'size' => the size of the avatar that will be looked up - 'email' => email to look up the avatar for - 'url' => the (string) generated URL of the avatar +###'home_content' +* called prior to output home page content, shown to unlogged users +* $b is (string) HTML of section region +###'contact_edit' +is called when editing contact details on an individual from the Contacts page. +$b is an array: -A complete list of all hook callbacks with file locations (generated 14-Feb-2012): Please see the source for details of any hooks not documented above. + 'contact' => contact record (array) of target contact + 'output' => the (string) generated HTML of the contact edit page +###'contact_edit_post' +* called when posting the contact edit page. +* $b is the $_POST array + +###'init_1' +* called just after DB has been opened and before session start +* $b is not used or passed + +###'page_end' +* called after HTML content functions have completed +* $b is (string) HTML of content div + +###'avatar_lookup' +'avatar_lookup' is called when looking up the avatar. +$b is an array: + + 'size' => the size of the avatar that will be looked up + 'email' => email to look up the avatar for + 'url' => the (string) generated URL of the avatar + +###'emailer_send_prepare' +'emailer_send_prepare' called from Emailer::send() before building the mime message. +$b is an array, params to Emailer::send() + + 'fromName' => name of the sender + 'fromEmail' => email fo the sender + 'replyTo' => replyTo address to direct responses + 'toEmail' => destination email address + 'messageSubject' => subject of the message + 'htmlVersion' => html version of the message + 'textVersion' => text only version of the message + 'additionalMailHeader' => additions to the smtp mail header + +###'emailer_send' +is called before calling PHP's mail(). +$b is an array, params to mail() + + 'to' + 'subject' + 'body' + 'headers' + +Complete list of hook callbacks +--- + +Here is a complete list of all hook callbacks with file locations (as of 14-Feb-2012). Please see the source for details of any hooks not documented above. boot.php: call_hooks('login_hook',$o); diff --git a/doc/Profiles.md b/doc/Profiles.md index 716db908e2..715d27d957 100644 --- a/doc/Profiles.md +++ b/doc/Profiles.md @@ -3,49 +3,83 @@ Profiles * [Home](help) -Friendica has unlimited profiles. You may use different profiles to show different "sides of yourself" to different audiences. +Friendica has unlimited profiles. +You may use different profiles to show different "sides of yourself" to different audiences. -You always have a profile known as your "default" or "public" profile. This profile is always available to the general public and cannot be hidden (there may be rare exceptions on privately run or disconnected sites). You may, and probably should restrict the information you make available on your public profile. +Default / public profile +--- +You always have a profile known as your "default" or "public" profile. +This profile is always available to the general public and cannot be hidden (there may be rare exceptions on privately run or disconnected sites). +You may, and probably should restrict the information you make available on your public profile. -That said, if you want other friends to be able to find you, it helps to have the following information in your public profile... +That said, if you want other friends to be able to find you, it helps to have the following information in your public profile: * Your real name * A photo of **you** * Your location on the planet, at least to a country level. -Without this basic information, you could get very lonely here. Most people (even your best friends) will not try and connect with somebody that has a fake name or doesn't contain a real photo. +Without this basic information, you could get very lonely here. +Most people (even your best friends) will not try and connect with somebody that has a fake name or doesn't contain a real photo. -In addition, if you'd like to meet people that share some general interests with you, please take a moment and add some "Public Keywords" to your profile. Such as "music, linux, photography" or whatever. You can add as many keywords as you like. +In addition, if you'd like to meet people that share some general interests with you, please take a moment and add some "Public Keywords" to your profile. +Such as "music, linux, photography" or whatever. +You can add as many keywords as you like. +Your default or public profile is also shown to contacts on other networks, since they do not have the ability to view your private profiles. +Only members of the Friendica network can see alternate/private profiles. -Your default or public profile is also shown to contacts on other networks, since they do not have the ability to view your private profiles. Only members of the Friendica network can see alternate/private profiles. +Alternate profiles +--- +To create an alternate profile, select "Profiles" from the menu of your Friendica site. +You may edit an existing profile, change the profile photo, or create a new profile. +You may also create a "clone" of an existing profile if you only wish to change a few items but don't wish to enter all the information again. +To assign a profile to specific persons, select the person from your "Contacts" page and click the pencil "Edit" icon. +You will find a dropdown box listing the various profiles available. +If this box is not selectable, the person is not in a supported network and cannot be assigned a specific profile. -To create an alternate profile, select "Profiles" from the menu of your Friendica site. You may edit an existing profile, change the profile photo, or create a new profile. You may also create a "clone" of an existing profile if you only wish to change a few items but don't wish to enter all the information again. +Once a profile has been selected, when the person views your profile from one of the "magic profile links" on their site, they will see the private profile you have assigned. +If they are not logged into their site or view your profile from elsewhere, they will see your public profile. -To assign a profile to specific persons, select the person from your "Contacts" page and click the pencil "Edit" icon. You will find a dropdown box listing the various profiles available. If this box is not selectable, the person is not in a supported network and cannot be assigned a specific profile. +A magic profile link is indicated by a special cursor when hovering over a contact's name or photo. +Currently this cursor is a hand next to a small padlock. +These magic cursors indicate that by following the link, you are able to access special areas of the other person's pages which are only available to friends and may not be available to the general public. -Once a profile has been selected, when the person views your profile from one of the "magic profile links" on their site, they will see the private profile you have assigned. If they are not logged into their site or view your profile from elsewhere, they will see your public profile. +You may also discover that (assuming you have the proper permissions) you may be able to post directly on the other person's profile (often called a "wall-to-wall" post). +You may also be able to comment directly on posts from while visiting the other person's profile page. -A magic profile link is indicated by a special cursor when hovering over a contact's name or photo. Currently this cursor is a hand next to a small padlock. These magic cursors indicate that by following the link, you are able to access special areas of the other person's pages which are only available to friends and may not be available to the general public. - -You may also discover that (assuming you have the proper permissions) you may be able to post directly on the other person's profile (often called a "wall-to-wall" post). You may also be able to comment directly on posts from while visiting the other person's profile page. - -There are two settings which allow you to publish your profile to a directory and ensure that it can be found by others. You can change these through settings on the "Settings" page. One setting allows you to publish your profile in the site directory of this Friendica server. Another option (this may have been disabled by the site creator) allows you to publish your profile in the "Global Directory". This is a mega directory which contains people from many other Friendica installations world-wide. +There are two settings which allow you to publish your profile to a directory and ensure that it can be found by others. +You can change these through settings on the "Settings" page. +One setting allows you to publish your profile in the site directory of this Friendica server. +Another option (this may have been disabled by the site creator) allows you to publish your profile in the "Global Directory". +This is a mega directory which contains people from many other Friendica installations world-wide. If you do not wish to be visible to any of these sites, you may leave your profile unpublished. -Although you may have multiple profiles, you only have one profile photo. This is intentional. In early tests we experimented with different photos for each profile and found it was very confusing for people. They might see a different picture depending on what website they visited or what conversation they were in, and often alerted them to the fact that other people might be able to see different profiles of you than they could see. +Although you may have multiple profiles, you only have one profile photo. +This is intentional. +In early tests we experimented with different photos for each profile and found it was very confusing for people. +They might see a different picture depending on what website they visited or what conversation they were in, and often alerted them to the fact that other people might be able to see different profiles of you than they could see. (But you can use the rich-text information boxes within a profile such as "Tell us about yourself" and link other photos onto the page.) -**Keywords and Directory Search** +Keywords and Directory Search +--- +On the site Directory page, you may search for people with published profiles who are on this site. +The search is typically for your nickname or part of your full name. +However this search will also match against other profile fields - such as gender, location, "about", work, and education. +You may also include "Keywords" in your default profile - which may be used to search for common interests with other members. +You have two sets of keywords available - public and private. +Private keywords are *not* visible to anybody. +You could use these keywords to locate people who share membership in secret societies, or that share a love of fishing (for example) - without making this information visible on your public profile. +Public keywords are used in the friend suggestion tool and although they aren't readily visible, they may be seen by viewing the HTML of your profile page. -On the site Directory page, you may search for people with published profiles who are on this site. The search is typically for your nickname or part of your full name. However this search will also match against other profile fields - such as gender, location, "about", work, and education. You may also include "Keywords" in your default profile - which may be used to search for common interests with other members. You have two sets of keywords available - public and private. Private keywords are *not* visible to anybody. You could use these keywords to locate people who share membership in secret societies, or that share a love of fishing (for example) - without making this information visible on your public profile. Public keywords are used in the friend suggestion tool and although they aren't readily visible, they may be seen by viewing the HTML of your profile page. +Directory searches are also able to use "boolean" logic so that you can search for "+lesbian +Florida" and find those who's sexual preference (or keywords) contain the world "lesbian" and that live in Florida. +See the section on "Topical Tags" on the [Tags-and-Mentions](help/Tags-and-Mentions) page for more information on performing boolean searches. -Directory searches are also able to use "boolean" logic so that you can search for "+lesbian +Florida" and find those who's sexual preference (or keywords) contain the world "lesbian" and that live in Florida. See the section on "Topical Tags" on the [Tags-and-Mentions](help/Tags-and-Mentions) page for more information on performing boolean searches. - -On your Contacts page is a link to "Find People with Shared Interests" (unless your site administrator has disabled the global directory). This will combine both your public and private keywords, and find people in the global directory who have matching and/or similar keywords. (Your private keywords are not identified or stored on the global directory). The more keywords you provide, the more relevant the search results that are returned. These are sorted by relevance. You may discover that you are the first person on the list - because you are very likely the most relevant match for your keywords in the directory. - - - \ No newline at end of file +On your Contacts page is a link to "Find People with Shared Interests" (unless your site administrator has disabled the global directory). +This will combine both your public and private keywords, and find people in the global directory who have matching and/or similar keywords. +(Your private keywords are not identified or stored on the global directory). +The more keywords you provide, the more relevant the search results that are returned. +These are sorted by relevance. +You may discover that you are the first person on the list - because you are very likely the most relevant match for your keywords in the directory. diff --git a/doc/Remove-Account.md b/doc/Remove-Account.md index e33c2b06ec..4b4853b6b9 100644 --- a/doc/Remove-Account.md +++ b/doc/Remove-Account.md @@ -7,8 +7,16 @@ We don't like to see people leave Friendica, but if you need to remove your acco http://sitename/removeme -with your web browser. You will need to be logged in at the time. +with your web browser. +You will need to be logged in at the time. -You will be asked for your password to confirm the request. If this matches your stored password, your account will immediately be blocked to all probing. Unlike some social networks we do **not** hold onto it for a grace period in case you change your mind. All your content and user data, etc is instantly removed. For all intents and purposes, the account is gone in moments. +You will be asked for your password to confirm the request. +If this matches your stored password, your account will immediately be blocked to all probing. +Unlike some social networks we do **not** hold onto it for a grace period in case you change your mind. +All your content and user data, etc is instantly removed. For all intents and purposes, the account is gone in moments. -We then send out an "unfriend" signal to all of your contacts. This signal deletes all content on those networks. Unfortunately, due to limitations of the other networks, this only works well with Friendica contacts. We allow four days for this, in case some servers were down and the unfriend signal was queued. After this, we finish off deleting the account. +We then send out an "unfriend" signal to all of your contacts. +This signal deletes all content on those networks. +Unfortunately, due to limitations of the other networks, this only works well with Friendica contacts. +We allow four days for this, in case some servers were down and the unfriend signal was queued. +After this, we finish off deleting the account. diff --git a/doc/Settings.md b/doc/Settings.md index 574ce8dcc1..fee8ec1c53 100644 --- a/doc/Settings.md +++ b/doc/Settings.md @@ -1,227 +1,240 @@ -Here are some of the built-in features which don't have an exposed interface or are otherwise undocumented. Configuration settings are stored in the file ".htconfig.php". Edit this file with a text editor to make the desired changes. Several system settings are already documented in that file and will not be covered here. +Settings +=== +Here are some of the built-in features which don't have an exposed interface or are otherwise undocumented. +Configuration settings are stored in the file ".htconfig.php". +Edit this file with a text editor to make the desired changes. +Several system settings are already documented in that file and will not be covered here. -**Hot Keys** +Hot Keys +--- Friendica traps the following keyboard events: -* [Pause] - Pauses "Ajax" update activity. This is the process that provides updates without reloading the page. You may wish to pause it to reduce network usage and/or as a debugging aid for javascript developers. A pause indicator will appear at the lower right hand corner of the page. Hit the [pause] key once again to resume. - +* [Pause] - Pauses "Ajax" update activity. This is the process that provides updates without reloading the page. You may wish to pause it to reduce network usage and/or as a debugging aid for javascript developers. A pause indicator will appear at the lower right hand corner of the page. Hit the [pause] key once again to resume. * [F8] - Displays a language selector -**Birthday Notifications** +Birthday Notifications +--- -Birthday events are published on your Home page for any friends having a birthday in the coming 6 days. In order for your birthday to be discoverable by all of your friends, you must set your birthday (at least the month and day) in your default profile. You are not required to provide the year. +Birthday events are published on your Home page for any friends having a birthday in the coming 6 days. +In order for your birthday to be discoverable by all of your friends, you must set your birthday (at least the month and day) in your default profile. +You are not required to provide the year. -**Configuration settings** +System settings +--- - -**Language** - -System Setting +###Language Please see util/README for information on creating language translations. Config: -``` -$a->config['system']['language'] = 'name'; -``` + $a->config['system']['language'] = 'name'; -**System Theme** +###System Theme -System Setting - -Choose a named theme to be the default system theme (which may be over-ridden by user profiles). Default theme is "default". +Choose a theme to be the default system theme. This can be over-ridden by user profiles. +Default theme is "default". Config: -``` -$a->config['system']['theme'] = 'theme-name'; -``` + $a->config['system']['theme'] = 'theme-name'; -**Verify SSL Certitificates** +###Proxy Configuration Settings -Security setting - -By default Friendica allows SSL communication between websites that have "self-signed" SSL certificates. For the widest compatibility with browsers and other networks we do not recommend using self-signed certificates, but we will not prevent you from using them. SSL encrypts all the data transmitted between sites (and to your browser) and this allows you to have completely encrypted communications, and also protect your login session from hijacking. Self-signed certificates can be generated for free, without paying top-dollar for a website SSL certificate - however these aren't looked upon favourably in the security community because they can be subject to so-called "man-in-the-middle" attacks. If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites. +If your site uses a proxy to connect to the internet, you may use these settings to communicate with the outside world. +The outside world still needs to be able to see your website, or this will not be very useful. Config: -``` -$a->config['system']['verifyssl'] = true; -``` + $a->config['system']['proxy'] = "http://proxyserver.domain:port"; + $a->config['system']['proxyuser'] = "username:password"; -**Allowed Friend Domains** +###Network Timeout -Corporate/Edu enhancement - -Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. (Wildcard support on Windows platforms requires PHP5.3). By default, any (valid) domain may establish friendships with this site. +How long to wait on a network communication before timing out. +Value is in seconds. +Default is 60 seconds. +Set to 0 for unlimited (not recommended). Config: -``` -$a->config['system']['allowed_sites'] = "sitea.com, *siteb.com"; -``` + $a->config['system']['curl_timeout'] = 60; -**Allowed Email Domains** +###Banner/Logo -Corporate/Edu enhancement - -Comma separated list of domains which are allowed in email addresses for registrations to this site. This can lockout those who are not part of this organisation from registering here. Wildcards are accepted. (Wildcard support on Windows platforms requires PHP5.3). By default, any (valid) email address is allowed in registrations. +Set the content for the site banner. +The default logo is the Friendica logo and name. +You may wish to provide HTML/CSS to style and/or position this content, as it may not be themed by default. Config: -``` -$a->config['system']['allowed_email'] = "sitea.com, *siteb.com"; -``` -**Block Public** + $a->config['system']['banner'] = 'My Great Website'; -Corporate/Edu enhancement +###Maximum Image Size -Set to true to block public access to all otherwise public personal pages on this site unless you are currently logged in. This blocks the viewing of profiles, friends, photos, the site directory and search pages to unauthorised persons. A side effect is that entries from this site will not appear in the global directory. We recommend specifically disabling that also (setting is described elsewhere on this page). Note: this is specifically for sites that desire to be "standalone" and do not wish to be connected to any other Friendica sites. Unauthorised persons will also not be able to request friendship with site members. Default is false. Available in version 2.2 or greater. +Maximum size in bytes of uploaded images. +The default is set to 0, which means no limits. + +Config: + + $a->config['system']['maximagesize'] = 1000000; + +###UTF-8 Regular Expressions + +During registrations, full names are checked using UTF-8 regular expressions. +This requires PHP to have been compiled with a special setting to allow UTF-8 expressions. +If you are completely unable to register accounts, set no_utf to true. +The default is set to false (meaning UTF8 regular expressions are supported and working). Config: -``` -$a->config['system']['block_public'] = true; -``` + $a->config['system']['no_utf'] = true; -**Force Publish** +###Check Full Names -Corporate/Edu enhancement - -By default, each user can choose on their Settings page whether or not to have their profile published in the site directory. This setting forces all -profiles on this site to be listed in the site directory and there is no option provided to the user to change it. Default is false. +You may find a lot of spammers trying to register on your site. +During testing we discovered that since these registrations were automatic, the "Full Name" field was often set to just an account name with no space between first and last name. +If you would like to support people with only one name as their full name, you may change this setting to true. +Default is false. Config: -``` -$a->config['system']['publish_all'] = true; -``` + $a->config['system']['no_regfullname'] = true; -**Global Directory** +###OpenID -Corporate/Edu enhancement - -This configures the URL to update the global directory, and is supplied in the default configuration. The undocumented part is that if this is not set, the global directory is completely unavailable to the application. This allows a private community to be completely isolated from the global mistpark network. - -``` -$a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit'; -``` - - -**Proxy Configuration Settings** - -If your site uses a proxy to connect to the internet, you may use these settings to communicate with the outside world (the outside world still needs to be able to see your website, or this will not be very useful). +By default, OpenID may be used for both registration and logins. +If you do not wish to make OpenID facilities available on your system (at all), set 'no_openid' to true. +Default is false. Config: -``` -$a->config['system']['proxy'] = "http://proxyserver.domain:port"; -$a->config['system']['proxyuser'] = "username:password"; -``` + $a->config['system']['no_openid'] = true; -**Network Timeout** +###Multiple Registrations -How long to wait on a network communication before timing out. Value is in seconds. Default is 60 seconds. Set to 0 for unlimited (not recommended). - -Config: -``` -$a->config['system']['curl_timeout'] = 60; -``` - - -**Banner/Logo** - -Set the content for the site banner. Default is the Friendica logo and name. You may wish to provide HTML/CSS to style and/or position this content, as it may not be themed by default. - -Config: -``` -$a->config['system']['banner'] = 'My Great Website'; -``` - - -**Maximum Image Size** - -Maximum size in bytes of uploaded images. Default is 0, which means no limits. - -Config: -``` -$a->config['system']['maximagesize'] = 1000000; -``` - - -**UTF-8 Regular Expressions** - -During registrations, full names are checked using UTF-8 regular expressions. This requires PHP to have been compiled with a special setting to allow UTF-8 expressions. If you are completely unable to register accounts, set no_utf to true. Default is false (meaning UTF8 regular expressions are supported and working). +The ability to create "Pages" requires a person to register more than once. +Your site configuration can block registration (or require approval to register). +By default, logged in users can register additional accounts for use as pages. +These will still require approval if REGISTER_APPROVE is selected. +You may prohibit logged in users from creating additional accounts by setting 'block_extended_register' to true. +Default is false. Config: -``` -$a->config['system']['no_utf'] = true; -``` + $a->config['system']['block_extended_register'] = true; -**Check Full Names** +Security settings +--- -You may find a lot of spammers trying to register on your site. During testing we discovered that since these registrations were automatic, the "Full Name" field was often set to just an account name with no space between first and last name. If you would like to support people with only one name as their full name, you may change this setting to true. Default is false. +###Verify SSL Certitificates + +By default Friendica allows SSL communication between websites that have "self-signed" SSL certificates. +For the widest compatibility with browsers and other networks we do not recommend using self-signed certificates, but we will not prevent you from using them. +SSL encrypts all the data transmitted between sites (and to your browser). This allows you to have completely encrypted communications, and also protect your login session from hijacking. +Self-signed certificates can be generated for free, without paying top-dollar for a website SSL certificate. +However these aren't looked upon favourably in the security community because they can be subject to so-called "man-in-the-middle" attacks. +If you wish, you can turn on strict certificate checking. +This will mean you cannot connect (at all) to self-signed SSL sites. + +Config: + + $a->config['system']['verifyssl'] = true; + +Corporate/Edu enhancements +--- + +###Allowed Friend Domains + +Comma separated list of domains which are allowed to establish friendships with this site. +Wildcards are accepted. +(Wildcard support on Windows platforms requires PHP5.3). +By default, any (valid) domain may establish friendships with this site. + +Config: + + $a->config['system']['allowed_sites'] = "sitea.com, *siteb.com"; + +###Allowed Email Domains + +Comma separated list of domains which are allowed in email addresses for registrations to this site. +This can lockout those who are not part of this organisation from registering here. +Wildcards are accepted. +(Wildcard support on Windows platforms requires PHP5.3). +By default, any (valid) email address is allowed in registrations. + +Config: + + $a->config['system']['allowed_email'] = "sitea.com, *siteb.com"; + +###Block Public + +Set to true to block public access to all otherwise public personal pages on this site unless you are currently logged in. +This blocks the viewing of profiles, friends, photos, the site directory and search pages to unauthorised persons. +A side effect is that entries from this site will not appear in the global directory. +We recommend specifically disabling that also (setting is described elsewhere on this page). +Note: this is specifically for sites that desire to be "standalone" and do not wish to be connected to any other Friendica sites. +Unauthorised persons will also not be able to request friendship with site members. +Default is false. +Available in version 2.2 or greater. Config: -``` -$a->config['system']['no_regfullname'] = true; -``` + $a->config['system']['block_public'] = true; -**OpenID** +###Force Publish -By default, OpenID may be used for both registration and logins. If you do not wish to make OpenID facilities available on your system (at all), set 'no_openid' to true. Default is false. - -Config: -``` -$a->config['system']['no_openid'] = true; -``` - - -**Multiple Registrations** - -The ability to create "Pages" requires a person to register more than once. Your site configuration can block registration (or require approval to register). By default logged in users can register additional accounts for use as pages. These will still require approval if REGISTER_APPROVE is selected. You may prohibit logged in users from creating additional accounts by setting 'block_extended_register' to true. Default is false. +By default, each user can choose on their Settings page whether or not to have their profile published in the site directory. +This setting forces all profiles on this site to be listed in the site directory and there is no option provided to the user to change it. +Default is false. Config: -``` -$a->config['system']['block_extended_register'] = true; -``` + $a->config['system']['publish_all'] = true; -**Developer Settings** +###Global Directory +This configures the URL to update the global directory, and is supplied in the default configuration. +The undocumented part is that if this is not set, the global directory is completely unavailable to the application. +This allows a private community to be completely isolated from the global mistpark network. + + $a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit'; + +Developer Settings +--- + +### Debugging Most useful when debugging protocol exchanges and tracking down other communications issues. Config: -``` -$a->config['system']['debugging'] = true; -$a->config['system']['logfile'] = 'logfile.out'; -$a->config['system']['loglevel'] = LOGGER_DEBUG; -``` -Turns on detailed debugging logs which will be stored in 'logfile.out' (which must be writeable by the webserver). LOGGER_DEBUG will show a good deal of information about system activity but will not include detailed data. You may also select LOGGER_ALL but due to the volume of information we recommend only enabling this when you are tracking down a specific problem. Other log levels are possible but are not being used at the present time. + $a->config['system']['debugging'] = true; + $a->config['system']['logfile'] = 'logfile.out'; + $a->config['system']['loglevel'] = LOGGER_DEBUG; + +Turns on detailed debugging logs which will be stored in 'logfile.out' (which must be writeable by the webserver). +LOGGER_DEBUG will show a good deal of information about system activity but will not include detailed data. +You may also select LOGGER_ALL but due to the volume of information we recommend only enabling this when you are tracking down a specific problem. +Other log levels are possible but are not being used at the present time. -**PHP error logging** +###PHP error logging Use the following settings to redirect PHP errors to a file. Config: -``` -error_reporting(E_ERROR | E_WARNING | E_PARSE ); -ini_set('error_log','php.out'); -ini_set('log_errors','1'); -ini_set('display_errors', '0'); -``` + error_reporting(E_ERROR | E_WARNING | E_PARSE ); + ini_set('error_log','php.out'); + ini_set('log_errors','1'); + ini_set('display_errors', '0'); -This will put all PHP errors in the file php.out (which must be writeable by the webserver). Undeclared variables are occasionally referenced in the program and therefore we do not recommend using E_NOTICE or E_ALL. The vast majority of issues reported at these levels are completely harmless. Please report to the developers any errors you encounter in the logs using the recommended settings above. They generally indicate issues which need to be resolved. +This will put all PHP errors in the file php.out (which must be writeable by the webserver). +Undeclared variables are occasionally referenced in the program and therefore we do not recommend using E_NOTICE or E_ALL. +The vast majority of issues reported at these levels are completely harmless. +Please report to the developers any errors you encounter in the logs using the recommended settings above. +They generally indicate issues which need to be resolved. If you encounter a blank (white) page when using the application, view the PHP logs - as this almost always indicates an error has occurred. - - - diff --git a/doc/Vagrant.md b/doc/Vagrant.md new file mode 100644 index 0000000000..979c5c49b6 --- /dev/null +++ b/doc/Vagrant.md @@ -0,0 +1,48 @@ +Vagrant for Friendica Developers +=================== + +* [Home](help) + +Getting started +--------------- + +[Vagrant](https://www.vagrantup.com/) is a virtualization solution for developers. +No need to setup up a webserver, database etc. before actually starting. +Vagrant creates a virtual machine (an Ubuntu 12.04) for you that you can just run inside VirtualBox and start to work directly on Friendica. +What you need to do: + +1. Install VirtualBox and vagrant. +2. Git clone your Friendica repository. +Inside, you'll find a "Vagrantfile" and some scripts in the utils folder. +3. Run "vagrant up" from inside the friendica clone. +Be patient: When it runs for the first time, it downloads an Ubuntu Server image. +4. Run "vagrant ssh" to log into the virtual machine to log in to the VM. +5. Open 192.168.22.10 in a browser to finish the Friendica installation. +The mysql database is called "friendica", the mysql user and password both are "root". +6. Work on Friendica's code in your git clone on your machine (not in the VM). +7. Check the changes in your browser in the VM. +Debug via the "vagrant ssh" login. +8. Commit and push your changes directly back to Github. + +If you want to stop vagrant after finishing your work, run the following command + + $> vagrant halt + +in the development directory. + +Import test data +---------------- + +If you want some test data in your vagrant Friendica instance import the database dump friendica_test_data.sql like so (inside the VM): + + $> mysql -u root -p friendica < /vagrant/friendica_test_data.sql + +You will then have the following accounts to login: + + * admin, password admin + * friendica1, password friendica1 + * friendica2, password friendica2 and so on until friendica5 + * friendica1 is connected to all others. friendica1 has two groups: group1 with friendica2 and friendica4, group2 with friendica3 and friendica5. + * friendica2 and friendica3 are conntected. friendica4 and friendica5 are connected. + +For further documentation of vagrant, please see [the vagrant*docs*](https://docs.vagrantup.com/v2/). diff --git a/doc/api.md b/doc/api.md index f36a79a5eb..fa9df1245e 100644 --- a/doc/api.md +++ b/doc/api.md @@ -1,11 +1,13 @@ +Implemented API calls +=== The friendica API aims to be compatible to the [StatusNet API](http://status.net/wiki/Twitter-compatible_API) which aims to be compatible to the [Twitter API 1.0](https://dev.twitter.com/docs/api/1). Please refer to the linked documentation for further information. -## Implemented API calls +General +--- -### General -#### Unsupported parameters +### Unsupported parameters * cursor: Not implemented in StatusNet * trim_user: Not implemented in StatusNet * contributor_details: Not implemented in StatusNet @@ -14,21 +16,25 @@ Please refer to the linked documentation for further information. * include_rts: To-Do * include_my_retweet: Retweets in friendica are implemented in a different way -#### Different behaviour +### Different behaviour * screen_name: The nick name in friendica is only unique in each network but not for all networks. The users are searched in the following priority: Friendica, StatusNet/GNU Social, Diaspora, pump.io, Twitter. If no contact was found by this way, then the first contact is taken. * include_entities: Default is "false". If set to "true" then the plain text is formatted so that links are having descriptions. -#### Return values +### Return values * cid: Contact id of the user (important for "contact_allow" and "contact_deny") * network: network of the user -### account/verify_credentials -#### Parameters +account/verify_credentials +--- + +### Parameters * skip_status: Don't show the "status" field. (Default: false) * include_entities: "true" shows entities for pictures and links (Default: false) -### statuses/update, statuses/update_with_media -#### Parameters +statuses/update, statuses/update_with_media +--- + +### Parameters * title: Title of the status * status: Status in text format * htmlstatus: Status in HTML format @@ -44,28 +50,34 @@ Please refer to the linked documentation for further information. * network * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * trim_user * place_id * display_coordinates -### users/search -#### Parameters +users/search +--- + +### Parameters * q: name of the user -#### Unsupported parameters +### Unsupported parameters * page * count * include_entities -### users/show -#### Parameters +users/show +--- + +### Parameters * user_id: id of the user * screen_name: screen name (for technical reasons, this value is not unique!) * include_entities: "true" shows entities for pictures and links (Default: false) -### statuses/home_timeline -#### Parameters +statuses/home_timeline +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id @@ -74,13 +86,15 @@ Please refer to the linked documentation for further information. * conversation_id: Shows all statuses of a given conversation. * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * include_rts * trim_user * contributor_details -### statuses/friends_timeline -#### Parameters +statuses/friends_timeline +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id @@ -89,13 +103,15 @@ Please refer to the linked documentation for further information. * conversation_id: Shows all statuses of a given conversation. * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * include_rts * trim_user * contributor_details -### statuses/public_timeline -#### Parameters +statuses/public_timeline +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id @@ -104,63 +120,75 @@ Please refer to the linked documentation for further information. * conversation_id: Shows all statuses of a given conversation. * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * trim_user -### statuses/show -#### Parameters +statuses/show +--- + +### Parameters * id: message number * conversation: if set to "1" show all messages of the conversation with the given id * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * include_my_retweet * trim_user -### statuses/retweet -#### Parameters +statuses/retweet +--- + +### Parameters * id: message number * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * trim_user -### statuses/destroy -#### Parameters +statuses/destroy +--- + +### Parameters * id: message number * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * trim_user -### statuses/mentions -#### Parameters +statuses/mentions +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id * max_id: maximum id * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * include_rts * trim_user * contributor_details -### statuses/replies -#### Parameters +statuses/replies +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id * max_id: maximum id * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * include_rts * trim_user * contributor_details -### statuses/user_timeline -#### Parameters +statuses/user_timeline +--- + +### Parameters * user_id: id of the user * screen_name: screen name (for technical reasons, this value is not unique!) * count: Items per page (default: 20) @@ -171,15 +199,17 @@ Please refer to the linked documentation for further information. * conversation_id: Shows all statuses of a given conversation. * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * include_rts * trim_user * contributor_details -### conversation/show +conversation/show +--- + Unofficial Twitter command. It shows all direct answers (excluding the original post) to a given id. -#### Parameters +### Parameters * id: id of the post * count: Items per page (default: 20) * page: page number @@ -187,86 +217,105 @@ Unofficial Twitter command. It shows all direct answers (excluding the original * max_id: maximum id * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * include_rts * trim_user * contributor_details -### favorites -#### Parameters +favorites +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id * max_id: maximum id * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * user_id * screen_name Favorites aren't displayed to other users, so "user_id" and "screen_name". So setting this value will result in an empty array. -### account/rate_limit_status +account/rate_limit_status +--- -### help/test +help/test +--- -### statuses/friends +statuses/friends +--- * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * user_id * screen_name * cursor Friendica doesn't allow showing friends of other users. -### statuses/followers +statuses/followers +--- + * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * user_id * screen_name * cursor Friendica doesn't allow showing followers of other users. -### statusnet/config +statusnet/config +--- -### statusnet/version +statusnet/version +--- -### friends/ids -#### Parameters +friends/ids +--- + +### Parameters * stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) -#### Unsupported parameters +### Unsupported parameters * user_id * screen_name * cursor Friendica doesn't allow showing friends of other users. -### followers/ids -#### Parameters +followers/ids +--- + +Parameters +--- + * stringify_ids: Should the id numbers be sent as text (true) or number (false)? (default: false) -#### Unsupported parameters +### Unsupported parameters * user_id * screen_name * cursor Friendica doesn't allow showing followers of other users. -### direct_messages/new -#### Parameters +direct_messages/new +--- + +### Parameters * user_id: id of the user * screen_name: screen name (for technical reasons, this value is not unique!) * text: The message * replyto: ID of the replied direct message * title: Title of the direct message -### direct_messages/conversation +direct_messages/conversation +--- + Shows all direct messages of a conversation -#### Parameters +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id @@ -274,16 +323,20 @@ Shows all direct messages of a conversation * getText: Defines the format of the status field. Can be "html" or "plain" * uri: URI of the conversation -### direct_messages/all -#### Parameters +direct_messages/all +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id * max_id: maximum id * getText: Defines the format of the status field. Can be "html" or "plain" -### direct_messages/sent -#### Parameters +direct_messages/sent +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id @@ -291,8 +344,10 @@ Shows all direct messages of a conversation * getText: Defines the format of the status field. Can be "html" or "plain" * include_entities: "true" shows entities for pictures and links (Default: false) -### direct_messages -#### Parameters +direct_messages +--- + +### Parameters * count: Items per page (default: 20) * page: page number * since_id: minimal id @@ -300,26 +355,32 @@ Shows all direct messages of a conversation * getText: Defines the format of the status field. Can be "html" or "plain" * include_entities: "true" shows entities for pictures and links (Default: false) -#### Unsupported parameters +### Unsupported parameters * skip_status -### oauth/request_token -#### Parameters +oauth/request_token +--- + +### Parameters * oauth_callback -#### Unsupported parameters +### Unsupported parameters * x_auth_access_type -### oauth/access_token -#### Parameters +oauth/access_token +--- + +### Parameters * oauth_verifier -#### Unsupported parameters +### Unsupported parameters * x_auth_password * x_auth_username * x_auth_mode -## Not Implemented API calls +Not Implemented API calls +=== + The following list is extracted from the [API source file](https://github.com/friendica/friendica/blob/master/include/api.php) (at the very bottom): * favorites/create * favorites/destroy @@ -346,17 +407,24 @@ The following are things from the Twitter API also not implemented in StatusNet: * blocks/blocking * lists -## Usage Examples -### BASH / cURL +Usage Examples +=== + +BASH / cURL +--- + Betamax has documentated some example API usage from a [bash script](https://en.wikipedia.org/wiki/Bash_(Unix_shell) employing [curl](https://en.wikipedia.org/wiki/CURL) (see [his posting](https://betamax65.de/display/betamax65/43539)). /usr/bin/curl -u USER:PASS https://YOUR.FRIENDICA.TLD/api/statuses/update.xml -d source="some source id" -d status="the status you want to post" -### Python -The [RSStoFriedika](https://github.com/pafcu/RSStoFriendika) code can be used as an example of how to use the API with python. The lines for posting are located at [line 21](https://github.com/pafcu/RSStoFriendika/blob/master/RSStoFriendika.py#L21) and following. +Python +--- + +The [RSStoFriedika](https://github.com/pafcu/RSStoFriendika) code can be used as an example of how to use the API with python. +The lines for posting are located at [line 21](https://github.com/pafcu/RSStoFriendika/blob/master/RSStoFriendika.py#L21) and following. def tweet(server, message, group_allow=None): url = server + '/api/statuses/update' urllib2.urlopen(url, urllib.urlencode({'status': message,'group_allow[]':group_allow}, doseq=True)) -There is also a [module for python 3](https://bitbucket.org/tobiasd/python-friendica) for using the API. \ No newline at end of file +There is also a [module for python 3](https://bitbucket.org/tobiasd/python-friendica) for using the API. diff --git a/doc/de/Account-Basics.md b/doc/de/Account-Basics.md index 3319560e7f..dc834b1101 100644 --- a/doc/de/Account-Basics.md +++ b/doc/de/Account-Basics.md @@ -6,68 +6,98 @@ Account - Basics **Registrierung** -Nicht alle Friendica-Seiten bieten eine freie Registrierung. Wenn die Registrierung erlaubt ist, zeigt sich sofort ein "Registrieren"-Link unter dem Login-Feld auf der Startseite. Ein Klick auf diesen Link führt zur Registrierungsseite. Die Stärke unseres Netzwerks ist, dass viele verschiedene Seiten komplett kompatible zueinander sind. Wenn die Seite, die du besuchst, eine Registrierung nicht erlaubt oder wenn du glaubst, dass dir eine andere Seite möglicherweise besser gefällt, dann kannst du hier eine Liste von öffentlichen Servern finden und die Seite suchen, die zu deinen Anforderungen passt. +Nicht alle Friendica-Knoten bieten die Möglichkeit einer Registrierung. +Wenn eine Registrierung möglich ist, wird ein "Registrieren"-Link unter dem Login-Feld auf der Startseite angezeigt, der zur Registrierungsseite führt. +Die Stärke unseres Netzwerks liegt darin, dass die verschiedenen Knoten komplett kompatibel zueinander sind. +Wenn der Knoten, den Du besuchst, keine Registrierung anbietet, oder wenn Du glaubst, dass Dir eine andere Seite möglicherweise besser gefällt, dann kannst Du hier eine Liste von öffentlichen Servern (Knoten) finden und den Knoten heraus suchen, der am Besten zu Deinen Anforderungen passt. -Wenn du deinen eigenen Server aufsetzen willst, kannst du das ebenfalls machen. Besuche die Friendica-Webseite, um den Code mit den Installationsanleitungen herunterzuladen. Es ist ein einfacher Installationsprozess, den jeder mit ein wenig Erfahrungen im Webseiten-Hosting oder mit grundlegenden Linux-Erfahrungen einfach handhaben kann. +Wenn Du Deinen eigenen Server aufsetzen willst, kannst Du das ebenfalls machen. Besuche die Friendica-Webseite, um den Code mit den Installationsanleitungen herunterzuladen. +Es ist ein einfacher Installationsprozess, den jeder mit ein wenig Erfahrungen im Webseiten-Hosting oder mit grundlegenden Linux-Erfahrungen einfach handhaben kann. *OpenID* -Das erste Feld auf der Registrierungsseite ist für eine OpenID-Adresse. Wenn du keine OpenID-Adresse hast oder nicht wünschst, diese zu nutzen, dann lasse das Feld frei. Wenn du einen OpenID-Account hast und diesen nutzen willst, gib die Adresse in das Feld ein und klicke auf "Registrieren". Friendica wird versuchen, so viele Informationen wie möglich von deinem OpenID-Provider zu übernehmen, um diese in dein Profil auf dieser Seite einzutragen. +Das erste Feld auf der Registrierungsseite ist für eine OpenID-Adresse. +Wenn Du keine OpenID-Adresse hast oder diese nicht verwenden möchtest, dann lasse das Feld frei. +Wenn Du einen OpenID-Account hast und diesen nutzen willst, gib die Adresse in das Feld ein und klicke auf "Registrieren". +Friendica wird versuchen, so viele Informationen wie möglich von Deinem OpenID-Provider zu übernehmen, um diese in Dein Profil auf dieser Seite einzutragen. *Dein vollständiger Name* -Bitte trage deinen vollständigen Namen **so ein, wie du ihn im System anzeigen lassen willst**. Viele Leute nutzen ihren richtigen Namen hierfür, allerdings besteht für dich keine Pflicht, das auch so zu machen. +Bitte trage Deinen vollständigen Namen **so ein, wie Du ihn im System anzeigen lassen willst**. +Viele Leute nutzen ihren richtigen Namen hierfür, allerdings besteht für Dich dazu keine Verpflichtung. *Email-Adresse* -Bitte trage eine richtige Email-Adresse ein. Deine Email-Adresse wird **niemals** veröffentlicht. Wir benötigen diese, um dir Account-Informationen und die Login-Daten zu schicken. Du erhältst zudem von Zeit zu Zeit Benachrichtigungen über eingegangene Nachrichten oder Punkte, die deine Aufmerksamkeit benötigen. Du hast aber auch die Möglichkeit, diese Nachrichten in deinen Account-Einstellungen komplett abzuschalten. Du musst nicht deine Haupt-Email-Adresse sein, jedoch wird eine funktionierende Adresse benötigt. Ohne dieses kannst du weder dein Initialpasswort erhalten, noch dein Passwort zurücksetzen. Dies ist die einzige persönliche Information, die korrekt sein muss. +Bitte trage eine richtige Email-Adresse ein. +Deine Email-Adresse wird **niemals** veröffentlicht. +Wir benötigen diese, um Dir Account-Informationen und die Login-Daten zuzuschicken. +Du erhältst zudem von Zeit zu Zeit Benachrichtigungen über eingegangene Nachrichten oder Punkte, die Deine Aufmerksamkeit benötigen. +Du hast aber auch die Möglichkeit, diese Nachrichten in Deinen Account-Einstellungen komplett abzuschalten. + +Bei der Wahl der Email-Adresse bist Du völlig frei, sie sollte aber funktionieren, und Du musst Zugriff auf sie haben. +Ohne diese Adresse kannst Du weder Dein Initialpasswort erhalten, noch Dein Passwort zurücksetzen. +Dies ist die einzige persönliche Information, die korrekt sein muss. *Spitzname/Nickname* -Der Spitzname wird benötigt, um eine Webadresse für viele deiner persönlichen Seiten zu erstellen. Auch wird dieser wie eine Email-Adresse genutzt, wenn eine Verbindung zu anderen Personen hergestellt werden soll. Durch die Art, wie der Spitzname genutzt wird, gibt es bestimmte Einschränkungen. Er darf nur US-ASCII-Textzeichen und Nummern enthalten und er muss zudem mit einem Buchstaben beginnen. Er muss außerdem einzigartig im System sein. Dieser Spitzname wird an vielen Stellen genutzt, um deinen Account zu identifizieren, und kann daher später nicht mehr geändert werden. +Der Spitzname wird benötigt, um eine Webadresse für Deine persönlichen Seiten zu erstellen. +Auch wird dieser wie eine Email-Adresse genutzt, wenn eine Verbindung zu anderen Personen hergestellt werden soll. +Durch die Art, wie der Spitzname genutzt wird, ergeben sich bestimmte Einschränkungen: Er darf nur US-ASCII-Textzeichen und Ziffern enthalten und er muss zudem mit einem Buchstaben beginnen. +Außerdem muss er einzigartig im System sein. +Dieser Spitzname wird an vielen Stellen genutzt, um Deinen Account zu identifizieren, und kann daher **später nicht mehr geändert werden**. *Verzeichnis-Eintrag* -Das Registrierungsformular erlaubt es dir, direkt auszuwählen, ob du im Onlineverzeichnis aufgelistet wirst oder nicht. Das ist wie ein Telefonbuch und du kannst entscheiden, nicht aufgeführt zu werden. Wir bitten dich, "Ja" zu wählen, so dass dich andere Leute (Freunde, Familie etc.) finden können. Wenn du "Nein" wählst, wirst du hauptsächlich unsichtbar sein und nur wenige Möglichkeiten zur Interaktion haben. Was auch immer du wählst, kann jederzeit nach dem Login in deinen Account-Einstellungen geändert werden. +Das Registrierungsformular erlaubt es Dir, direkt zu bestimmen, ob Du in dem einem Telefonbuch vergleichbaren Onlineverzeichnis aufgelistet werden sollst oder nicht. +Wir bitten dich, "Ja" zu wählen, so dass Dich andere Leute (Freunde, Familie etc.) finden können. +Wenn Du "Nein" wählst, wirst Du gewissermaßen unsichtbar sein und nur wenige Möglichkeiten zur Interaktion haben. +Was auch immer Du wählst kann jederzeit nach dem Login in Deinen Account-Einstellungen geändert werden. *Registrierung* -Sobald du die nötigen Informationen eingegeben hast, klicke auf "Registrieren". Eine Email wird an die hinterlegte Email-Adresse geschickt. Bitte prüfe den Posteingang (inkl. dem Spam-Ordner) für die Registrierungsdetails und dein Initialpasswort. +Sobald Du die nötigen Informationen eingegeben hast, klicke auf "Registrieren". +Eine Email mit den Registrierungsdetails und Deinem Initialpasswort wird an die hinterlegte Email-Adresse geschickt. +Bitte prüfe den Posteingang (inkl. dem Spam-Ordner). **Login-Seite** -Gib auf der "Login"-Seite die Informationen ein, die du während der Registrierung erhalten hast. Du kannst entweder deinen Spitznamen oder die Email-Adresse als Login-Namen nutzen. +Gib auf der "Login"-Seite die Informationen ein, die Du mit der oben genannten Email erhalten hast. +Du kannst entweder Deinen Spitznamen oder die Email-Adresse als Login-Namen nutzen. -Wenn du deinen Account nutzt, um mehrfache '[Seiten](help/Pages)' zu verwalten, die die gleiche Email-Adresse benutzen, dann nutze bitte den Spitznamen des Accounts, der verwaltet werden soll. +Wenn Du Deinen Account nutzt, um unterschiedliche '[Seiten](help/Pages)' zu verwalten, die die gleiche Email-Adresse verwenden, dann nutze bitte den Spitznamen des Accounts, der verwaltet werden soll. -*Wenn* dein Account OpenID nutzt, dann kannst du deine OpenID-Adresse als Login-Name nutzen und das Passwort-Feld frei lassen. Du wirst zu deinem OpenID-Anbieter weitergeleitet, wo du deine Anmeldung abschließt. +*Wenn* Dein Account OpenID nutzt, dann kannst Du Deine OpenID-Adresse als Login-Name nutzen und das Passwort-Feld frei lassen. +Du wirst zu Deinem OpenID-Anbieter weitergeleitet, wo Du Deine Anmeldung abschließt. -Wenn OpenID nicht genutzt wird, gib dein Passwort ein. Dieses hast du zu Beginn in der Registrierungsmail erhalten. Dein Passwort ist zeichengenau; Groß- und Kleinschreibung wird beachtet. Prüfe bitte, ob deine Feststelltaste aktiv ist, falls du Schwierigkeiten beim Login hast. +Wenn Du OpenID nicht nutzt, dann gib Dein Passwort ein, das Du mit der Registrierungsmail erhalten hast. +Das Passwort muss genau so geschrieben werden, wie es in der Email steht; Groß- und Kleinschreibung wird beachtet. +Falls Du Schwierigkeiten beim Login hast, prüfe bitte, ob z. B. Deine Feststelltaste aktiv ist. **Passwort ändern** -Besuche nach deinem ersten Login bitte die Einstellungsseite und wechsle das Passwort in eines, dass du dir merken kannst. +Besuche nach Deinem ersten Login bitte die Einstellungsseite und wechsle das Passwort in eines, dass Du Dir merken kannst. **Der Anfang** -Ein ['Tipp für neue Mitglieder'](newmember)-Link zeigt sich in den ersten beiden Wochen auf deiner Startseite, um dir erste Informationen zum Start zu bieten. +Ein ['Tipp für neue Mitglieder'](newmember)-Link zeigt sich in den ersten beiden Wochen auf Deiner Startseite, um Dir erste Informationen zum Start zu bieten. **Persönliche Daten exportieren** -Du kannst eine Kopie deiner persönlichen Daten in einer XML-Datei exportieren. Gehe hierzu in deinen Einstellungen auf "Persönliche Daten exportieren". +Du kannst eine Kopie Deiner persönlichen Daten in einer XML-Datei exportieren. +Gehe hierzu in Deinen Einstellungen auf "Persönliche Daten exportieren". -**Schau dir ebenfalls folgende Seiten an** +**Schau Dir ebenfalls folgende Seiten an** * [Profile](help/Profiles) diff --git a/doc/de/BBCode.md b/doc/de/BBCode.md index 5c0518ce8d..4ce744df7e 100644 --- a/doc/de/BBCode.md +++ b/doc/de/BBCode.md @@ -118,7 +118,8 @@ Man kann viele Dinge, z.B. Video und Audio Dateine, in Nachrichten einbetten.
[video]url[/video]
[audio]url[/audio]
-Wobei die *url* von youtube, vimeo, soundcloud oder einer anderen Seite stammen kann die die oembed oder opengraph Spezifikationen unterstützt. Außerdem kann *url* die genaue url zu einer ogg Datei sein, die dann per HTML5 eingebunden wird. +Wobei die *url* von youtube, vimeo, soundcloud oder einer anderen Seite stammen kann die die oembed oder opengraph Spezifikationen unterstützt. +Außerdem kann *url* die genaue url zu einer ogg Datei sein, die dann per HTML5 eingebunden wird.
[url]*url*[/url]
diff --git a/doc/de/Bugs-and-Issues.md b/doc/de/Bugs-and-Issues.md index 7d8ea9348a..1323b4b9d3 100644 --- a/doc/de/Bugs-and-Issues.md +++ b/doc/de/Bugs-and-Issues.md @@ -3,26 +3,14 @@ Bugs und Probleme * [Zur Startseite der Hilfe](help) -Wenn dein Server eine Supportseite hat, solltest du jeden Bug und jedes Problem, den/das du findest, zunächst dort melden. Die Fehler zunächst dort zu melden, statt auf der allgemeinen Bug-Seite, erleichtert es den Entwicklern, neue Features zu entwickeln, wenn sie sich nicht mit Fehlern beschäftigen müssen, mit denen sie nichts zu tun haben. +Du solltest jeden Bug und jedes Problem, den/das Du findest, zunächst dem Administrator (oder gegebenenfalls der Support-Seite) Deines Servers melden, statt auf der allgemeinen Bug-Seite. +Das erleichtert den Entwicklern ihre Arbeit (z. B. neue Features zu entwickeln), da sie sich nicht mit Fehlern beschäftigen müssen, mit denen sie nichts zu tun haben. -Wenn du ein technisch verantwortlicher Nutzer bist oder wenn deine Seite keine Support-Seite hat, dann kannst du den Bug Tracker nutzen. Bitte nutze zunächst die Suche, ob es bereits einen offenen Bug gibt, der deiner Anfrage entspricht. +Wenn Du technisch versiert bist oder Dein Knoten keine Support-Seite hat, dann kannst Du den Bug Tracker nutzen. +Bitte durchsuche zunächst die Seite, ob es bereits einen offenen Bug gibt, der Deiner Anfrage entspricht. -Versuche, so viele Informationen wie möglich zum Bug zu bieten. Hierzu gehört auch die **komplette** Fehlermeldung oder Notiz und alle Schritte, die zu dem Fehler geführt haben. Es ist generell besser, zu viele Informationen zu liefern, als zu wenige. +Liefere so viele Informationen wie möglich zu dem Bug. +Hierzu gehört auch die **komplette** Fehlermeldung oder Notiz und alle Schritte, die zu dem Fehler geführt haben. +Es ist generell besser, zu viele Informationen zu liefern, als zu wenige. -Lies dir diesen Artikel (mehrsprachig) durch, um mehr über **gute** Bug-Reports zu erfahren. - -**Bug-Bearbeitung sponsern** - -Wenn du einen Bug findest, der seine Ursache im Hauptsystem hat (also wenn es sich nicht nur um deine Seite handelt), dann kannst du diesen sponsern. - -Die Bug/Fehler-Datenbank erlaubt es dir, Fehler zu sponsern. Das schafft einen Anreiz für die Entwickler, deinen Fehler zu bearbeiten. Das ist nicht zwingend notwendig, da wir keine Bugs mögen und versuchen, diese zu beheben. Wichtiger ist dieses für die zukünftige Projektentwicklung und für Feature-Anfragen. - -Bug-Sponsoring arbeitet nach dem System der Anerkennung. Wenn du 10€ spendest, um einen Bug zu beheben, dann sende die Zahlung per PayPal an den Entwickler, der den Bug behoben hat. Und denke nie daran, für geleistete Arbeit nicht zu bezahlen. Einige dieser Leute könnten deine Kreditkarte hacken, falls du sie verärgern solltest. - -Zur Zeit können nur Personen gesponserte Bugs bearbeiten, die als Entwickler bestätigt wurden. Hierfür muss der Entwickler bereits einige Friendica-Bugs bearbeitet haben. Das dient zur Absicherung, damit der behobene Bug auch gut mit Friendica läuft. Wenn du wünschst, als Entwickler bestätigt zu werden, dann arbeite dich ein und übernimm einige nicht-gesponserte Probleme oder dein eigenes Projekt und du wirst auf der Leiter nach oben klettern. - -Wenn du sicher glaubst, dass du einen gesponserten Bug beheben kannst, aber nicht als Entwickler bestätigt bist, kann es passieren, dass ein gesponserter Entwickler den Bug bearbeiten, bevor du ihn dir sichern kannst. Wenn das nicht der Fall ist, dann trage einen kleinen Vermerk in die Anfrage ein. Wenn du unsere Code-Standards erfüllst, versuchen wir, dir einen Bonus zukommen zu lassen. - -Wenn du ein Projekt mit mehr als 50€ sponserst, dann fragen dich die Entwickler gegebenenfalls, ob sie einen Teil der Zahlung vorab erhalten (normalerweise die Hälfte). Nochmals: es handelt sich um ein Anerkennungssystem - und hauptsächlich dient es dazu, Zahlungsprobleme und Streitigkeiten zu verhindern. Du solltest nach 1-2 Wochen einen gewissen Fortschritt oder Demonstrationen erwarten können. Wenn die Arbeit nicht in einer für dich annehmbaren Zeit gelöst ist, hast du das Recht, das Geld zurückzufordern. - -Friendica ist nicht in diese Transaktionen involviert. Es handelt sich ausschließlich um ein persönliches Abkommen zwischen dem Sponsor und dem Entwickler. Wenn es irgendwelche Probleme gibt, müssen die Parteien es untereinander klären. Wir erstellen gerade einige Richtlinien, um potentielle Probleme zu vermeiden. +Lies Dir diesen Artikel (mehrsprachig) durch, um mehr über **gute** Bug-Reports zu erfahren. diff --git a/doc/de/Chats.md b/doc/de/Chats.md index e538285d6a..6ae719f262 100644 --- a/doc/de/Chats.md +++ b/doc/de/Chats.md @@ -3,23 +3,36 @@ Chats * [Zur Startseite der Hilfe](help) -Du hast derzeit zwei Möglichkeiten, einen Chat auf deiner Friendica-Seite zu betreiben +Du hast derzeit zwei Möglichkeiten, einen Chat auf Deiner Friendica-Seite zu betreiben * IRC - Internet Relay Chat * Jappix ##IRC Plugin -Sobald das Plugin aktiviert ist, kannst du den Chat unter [deineSeite.de/irc](../irc) finden. Beachte aber, dass dieser Chat auch ohne Anmeldung auf deiner Seite zugänglich ist und somit auch Fremde diesen Chat mitnutzen können. +Sobald das Plugin aktiviert ist, kannst Du den Chat unter [DeineSeite.de/irc](../irc) finden. +Beachte aber, dass dieser Chat auch ohne Anmeldung auf Deiner Seite zugänglich ist und somit auch Fremde diesen Chat mitnutzen können. -Wenn du dem Link folgst, dann kommst du zum Anmeldefenster des IR-Chats. Wähle nun einen Spitznamen (Nickname) aus und wähle einen Raum aus, in dem du chatten willst. Hier kannst du jeden Namen eingeben. Es ist also auch #tollerChatdessenNamenurichkenne sein. Gib als nächstes nur noch die Captchas ein, um zu zeigen, dass es sich bei dir um einen Menschen handelt. Gehe nun auf "Connect". +Wenn Du dem Link folgst, dann kommst Du zum Anmeldefenster des IR-Chats. +Wähle nun einen Spitznamen (Nickname) und wähle einen Raum aus, in dem Du chatten willst. +Hier kannst Du jeden Namen eingeben. +Es kann also auch #tollerChatdessenNamenurichkenne sein. +Gib als nächstes noch die Captchas ein, um zu zeigen, dass es sich bei Dir um einen Menschen handelt und klicke dann auf "Connect". -Im nächsten Fenster siehst du zunächst viel Text beim Verbindungsaufbau, der allerdings für dich nicht weiter von Bedeutung ist. Anschließend öffnet sich das Chat-Fenster. In den ersten Zeilen wird dir dein Name und deine aktuelle IP-Adresse angezeigt. Rechts im Fenster siehst du alle Teilnehmer des Chats. Unten hast du ein Eingabefeld, um Beiträge zu schreiben. +Im nächsten Fenster siehst Du zunächst viel Text beim Verbindungsaufbau, der allerdings für Dich nicht weiter von Bedeutung ist. +Anschließend öffnet sich das Chat-Fenster. +In den ersten Zeilen wird Dir Dein Name und Deine aktuelle IP-Adresse angezeigt. +Rechts im Fenster siehst Du alle Teilnehmer des Chats. +Unten hast Du ein Eingabefeld, um Beiträge zu schreiben. + +Weiter Informationen zu IRC findest Du zum Beispiel auf ubuntuusers.de, in Wikipedia oder bei icrhelp.org (in Englisch). ##Jappix Mini -Das Jappix Mini Plugin erlaubt das Erstellen einer Chatbox für Jabber/XMPP-Kontakte. Ein Jabber/XMPP Account sollte vor der Installation bereits vorhanden sein. -Eine ausführliche Anleitung dazu und eine Kontrolle, ob man nicht sogar schon über seinen E-Mail Anbieter einen Jabber-Account hat, findet man unter http://einfachjabber.de. +Das Jappix Mini Plugin erlaubt das Erstellen einer Chatbox für Jabber/XMPP-Kontakte. +Ein Jabber/XMPP Account sollte vor der Installation bereits vorhanden sein. +Die ausführliche Anleitung dazu und eine Kontrolle, ob Du nicht sogar schon über Deinen E-Mail Anbieter einen Jabber-Account hast, findest Du unter einfachjabber.de. + Einige Server zum Anmelden eines neuen Accounts: * [https://jappix.com](https://jappix.com) @@ -29,25 +42,38 @@ Einige Server zum Anmelden eines neuen Accounts: **1. Grundsätzliches** -Als erstes muss die aktuellste Version heruntergeladen werden, per Git: +Als erstes musst Du die aktuellste Version herunterladen: -cd /var/www/virtual/DEINUBERSPACE/html/addon; git pull +Per Git: +

+cd /var/www/<Pfad zu Deiner friendica-Installation>/addon; git pull +

oder als normaler Download von hier: https://github.com/friendica/friendica-addons/blob/master/jappixmini.tgz (auf „view raw“ klicken) -Diese Datei wird entpackt, ggf. den entpackten Ordner in „jappixmini“ umbenennen und sowohl den kompletten entpackten Ordner als auch die .tgz Datei in den Addon Ordner deiner Friendica Installation hochladen. +Entpacke diese Datei (ggf. den entpackten Ordner in „jappixmini“ umbenennen) und lade sowohl den entpackten Ordner komplett als auch die .tgz Datei in den Addon Ordner Deiner Friendica Installation hoch. -Nach dem Upload gehts in den Friendica Adminbereich, dort zu den Plugins. Das Jappixmini Addon aktivieren und anschließend über die Plugins Seitenleiste (dort wo auch die Twitter-, Impressums-, StatusNet-, usw Einstellungen gemacht werden) zu den Jappix Grundeinstellungen gehen. +Nach dem Upload gehts in den Friendica Adminbereich und dort zu den Plugins. +Aktiviere das Jappixmini Addon und gehe anschließend über die Plugins Seitenleiste (dort wo auch die Twitter-, Impressums-, StatusNet-, usw. Einstellungen gemacht werden) zu den Jappix Grundeinstellungen. -Hier den Haken zur Aktivierung des BOSH Proxys setzen. -Weiter gehts in den Einstellungen deines Friendica Account. +Setze hier den Haken zur Aktivierung des BOSH Proxys. +Weiter gehts in den Einstellungen Deines Friendica Accounts. **2. Einstellungen** -In deinen Einstellungen (Account Settings), gehe bitte zu den Plugin-Einstellungen. Etwas scrollen bis zu Jappix Mini addon settings +Gehe bitte zu den Plugin-Einstellungen in Deinen Konto-Einstellungen (Account Settings). +Scrollen ein Stück hinunter bis zu den Jappix Mini addon settings. -Hier zuerst das Addon aktvieren. +Aktiviere hier zuerst das Addon. -Trage nun deinen Jabber/XMPP Namen ein, ebenfalls die entsprechende Domain bzw. den Server (ohne http, also zb einfach so: jappix.com). Bei „Jabber BOSH Host“ kannst du erstmal “https://bind.jappix.com/ “ eintragen. Siehe dazu auch die „Configuration Help“ weiter unten. Danach noch dein Passwort und damit ist eigentlich schon fast alles geschafft. Die weiteren Einstellmöglichkeiten bleiben dir überlassen, sind also optional. Jetzt noch auf „senden“ klicken und fertig. +Trage nun Deinen Jabber/XMPP Namen ein, ebenfalls die entsprechende Domain bzw. den Server (ohne http, also zb einfach so: jappix.com). +Bei „Jabber BOSH Host“ kannst Du erstmal “https://bind.jappix.com/ “ eintragen. +Siehe dazu auch die „Configuration Help“ weiter unten. +Gebe danach noch Dein Passwort an, und damit ist eigentlich schon fast alles geschafft. +Die weiteren Einstellmöglichkeiten bleiben Dir überlassen, sind also optional. +Jetzt noch auf „senden“ klicken und fertig. -Falls du manuell Kontakte hinzufügen möchtest, einfach den „Add Contact“ Knopf nutzen. Deine Chatbox sollte jetzt irgendwo unten rechts im Browserfenster „kleben“. Viel Spass beim Chatten! +Deine Chatbox sollte jetzt irgendwo unten rechts im Browserfenster „kleben“. +Falls Du manuell Kontakte hinzufügen möchtest, einfach den „Add Contact“ Knopf nutzen. + +Viel Spass beim Chatten! diff --git a/doc/de/Connectors.md b/doc/de/Connectors.md index 52f93c8830..5bb970a249 100644 --- a/doc/de/Connectors.md +++ b/doc/de/Connectors.md @@ -3,37 +3,41 @@ Konnektoren (Connectors) * [Zur Startseite der Hilfe](help) -Konnektoren erlauben es dir, dich mit anderen sozialen Netzwerken zu verbinden. Konnektoren werden nur bei bestehenden Facebook-, Twitter und StatusNet-Accounts benötigt. Außerdem gibt es einen Konnektor, um deinen Email-Posteingang zu nutzen. +Konnektoren erlauben es dir, dich mit anderen sozialen Netzwerken zu verbinden. +Konnektoren werden nur bei bestehenden Facebook-, Twitter und StatusNet-Accounts benötigt. +Außerdem gibt es einen Konnektor, um deinen Email-Posteingang zu nutzen. Wenn die folgenden Netzwerk-Konnektoren auf deinem System installiert sind, kannst du mit den folgenden Links die Einstellungsseiten besuchen und für deinen Account konfigurieren: -* [Facebook](/settings/addon) -* [Twitter](/settings/addon) -* [StatusNet](/settings/addon) -* [Email](/settings) +* [Facebook](/settings/connectors) +* [Twitter](/settings/connectors) +* [StatusNet / GNU Social](/settings/connectors) +* [Email](/settings/connectors) Anleitung, um sich mit Personen in bestimmten Netzwerken zu verbinden ========================================================== **Friendica** -Du kannst dich verbinden, indem du deine Identitäts-Adresse auf der "Verbinden"-Seite des Friendica-Nutzers eingibst. Ebenso kannst du deren Identitäts-Adresse in der "Verbinden"-Box auf deiner ["Kontakt"-Seite](contacts) eingeben. +Du kannst dich verbinden, indem du deine Identitäts-Adresse auf der "Verbinden"-Seite des Friendica-Nutzers eingibst. +Ebenso kannst du deren Identitäts-Adresse in der "Verbinden"-Box auf deiner ["Kontakt"-Seite](contacts) eingeben. **Diaspora** -Füge die Diaspore-Identitäts-Adresse (z.B. name@diasporapod.com)auf deiner ["Kontakte"-Seite](contacts) in das Feld "Neuen Kontakt hinzufügen" ein. +Füge die Diaspore-Identitäts-Adresse (z.B. name@diasporapod.com) auf deiner ["Kontakte"-Seite](contacts) in das Feld "Neuen Kontakt hinzufügen" ein. **Identi.ca/StatusNet/GNU-Social** Diese Netzwerke werden als "federated social web" bzw. "OStatus"-Kontakte bezeichnet. -Bitte beachte, dass es **keine** Einstellungen zur Privatssphäre im OStatus-Netzwerk gibt. **Jede** Nachricht, die an eines dieser OStatus-Mitglieder verschickt wird, ist für jeden auf der Welt sichtbar; alle Privatssphäreneinstellungen verlieren ihre Wirkung. Diese Nachrichten erscheinen ebenfalls in öffentlichen Suchergebnissen. +Bitte beachte, dass es **keine** Einstellungen zur Privatssphäre im OStatus-Netzwerk gibt. +**Jede** Nachricht, die an eines dieser OStatus-Mitglieder verschickt wird, ist für jeden auf der Welt sichtbar; alle Privatssphäreneinstellungen verlieren ihre Wirkung. Diese Nachrichten erscheinen ebenfalls in öffentlichen Suchergebnissen. Da die OStatus-Kommunikation keine Authentifizierung benutzt, können OStatus-Nutzer *keine* Nachrichten empfangen, wenn du in deinen Privatssphäreneinstellungen "Profil und Nachrichten vor Unbekannten verbergen" wählst. -Um dich mit einem OStatus-Mitglied zu verbinden, trage deren Profil-URL oder Identitäts-Adresse auf deiner ["Kontakte"-Seite](contacts) in das Feld "Neuen Kontakt hinzufügen" ein. +Um dich mit einem OStatus-Mitglied zu verbinden, trage deren Identitäts-Adresse auf deiner ["Kontakte"-Seite](contacts) in das Feld "Neuen Kontakt hinzufügen" ein. Der StatusNet-Konnektor kann genutzt werden, wenn du Beiträge schreiben willst, die auf einer OStatus-Seite über einen existierenden OStatus-Account erscheinen sollen. @@ -42,26 +46,40 @@ Das ist nicht notwendig, wenn du OStatus-Mitgliedern von Friendica aus folgst un **Blogger, Wordpress, RSS feeds, andere Webseiten** -Trage die URL auf deiner ["Kontakte"-Seite](contacts) in das Feld "Neuen Kontakt hinzufügen" ein. Du hast keine Möglichkeit, diesen Kontakten zu antworten. +Trage die URL auf deiner ["Kontakte"-Seite](contacts) in das Feld "Neuen Kontakt hinzufügen" ein. +Du hast keine Möglichkeit, diesen Kontakten zu antworten. -Das erlaubt dir, dich mit Millionen von Seiten im Internet zu _verbinden_. Alles, was dafür nötig ist, ist dass die Seite einen Feed im RSS- oder Atom Syndication-Format nutzt und welches einen Autoren und ein Bild zur Seite liefert. +Das erlaubt dir, dich mit Millionen von Seiten im Internet zu _verbinden_. +Alles, was dafür nötig ist, ist dass die Seite einen Feed im RSS- oder Atom Syndication-Format nutzt und welches einen Autoren und ein Bild zur Seite liefert. **Twitter** -Um einem Twitter-Nutzer zu folgen, trage die URL der Hauptseite des Twitter-Accounts auf deiner ["Kontakte"-Seite](contacts) in das Feld "Neuen Kontakt hinzufügen" ein. Um zu antworten, musst du den Twitter-Konnektor installieren und über deinen eigenen Status-Editor antworten. Beginne deine Nachricht mit @twitternutzer, ersetze das aber durch den richtigen Twitter-Namen. +Um einem Twitter-Nutzer zu folgen, muss der Twitter-Connektor installiert sein. +Trage die URL der Hauptseite des Twitter-Accounts auf deiner ["Kontakte"-Seite](contacts) in das Feld "Neuen Kontakt hinzufügen" ein. **Email** -Konfiguriere den Email-Konnektor auf deiner [Einstellungsseite](settings). Wenn du das gemacht hast, kannst du auf deiner ["Kontakte"-Seite](contacts) die Email-Adresse in das Feld "Neuen Kontakt hinzufügen" eintragen. Diese Email-Adresse muss jedoch bereits mit einer Nachricht in deinem Email-Posteingang auf dem Server liegen. Du hast die Möglichkeit, Email-Kontakte in deine privaten Unterhaltungen einzubeziehen. +Konfiguriere den Email-Konnektor auf deiner [Einstellungsseite](settings). +Wenn du das gemacht hast, kannst du auf deiner ["Kontakte"-Seite](contacts) die Email-Adresse in das Feld "Neuen Kontakt hinzufügen" eintragen. +Diese Email-Adresse muss jedoch bereits mit einer Nachricht in deinem Email-Posteingang auf dem Server liegen. +Du hast die Möglichkeit, Email-Kontakte in deine privaten Unterhaltungen einzubeziehen. **Facebook** -Der Facebook-Konnektor ist ein Plugin/Addon, dass es dir erlaubt, von Friendica aus mit Freunden auf Facebook zu interagieren. Wenn er aktiviert ist, wird deine Facebook-Freundesliste importiert und du wirst Facebook-Beiträge sehen und kommentieren können. Facebook-Freunde können außerdem zu privaten Gesprächen hinzugefügt werden. Du hast nicht die Möglichkeit, einzelne Facebook-Accounts hinzuzufügen, sondern nur deine gesamte Freundesliste, die aktualisiert wird, wenn neue Freunde hinzugefügt werden. +Der Facebook-Konnektor ist ein Plugin/Addon, dass es dir erlaubt, von Friendica aus mit Freunden auf Facebook zu interagieren. +Wenn er aktiviert ist, wird deine Facebook-Freundesliste importiert und du wirst Facebook-Beiträge sehen und kommentieren können. +Facebook-Freunde können außerdem zu privaten Gesprächen hinzugefügt werden. +Du hast nicht die Möglichkeit, einzelne Facebook-Accounts hinzuzufügen, sondern nur deine gesamte Freundesliste, die aktualisiert wird, wenn neue Freunde hinzugefügt werden. -Wenn das Facebook-Plugin/Addon installiert ist, kannst du diesen auf deiner Einstellungsseite unter ["Facebook Connector Settings"](settings/addon) einstellen. Dieser Eintrag erscheint nur, wenn das Plugin/Addon installiert ist. Folge den Vorgaben, um den Facebook-Konnektor zu installieren oder löschen. +Wenn das Facebook-Plugin/Addon installiert ist, kannst du diesen auf deiner Einstellungsseite unter ["Facebook Connector Settings"](/settings/connectors) einstellen. +Dieser Eintrag erscheint nur, wenn das Plugin/Addon installiert ist. +Folge den Vorgaben, um den Facebook-Konnektor zu installieren oder löschen. -Du kannst ebenfalls auswählen, ob deine öffentlichen Posts auch standardmäßig bei Facebook veröffentlicht werden sollen. Du kannst diese Einstellung jederzeit im aktuellen Beitrag beeinflussen, indem du auf das "Schloss"-Icon unter dem Beitragseditor gehst. Diese Einstellung hat keine Auswirkung auf private Unterhaltungen. Diese werden immer an Facebook-Freunde mit den entsprechenden Genehmigungen geschickt. +Du kannst ebenfalls auswählen, ob deine öffentlichen Posts auch standardmäßig bei Facebook veröffentlicht werden sollen. +Du kannst diese Einstellung jederzeit im aktuellen Beitrag beeinflussen, indem du auf das "Schloss"-Icon unter dem Beitragseditor gehst. +Diese Einstellung hat keine Auswirkung auf private Unterhaltungen. +Diese werden immer an Facebook-Freunde mit den entsprechenden Genehmigungen geschickt. (Beachte: Aktuell können Facebook-Kontakte keine privaten Fotos sehen. Das wird zukünftig gelöst. Facebook-Kontakte können aber trotzdem öffentliche Fotos sehen, die du hochgeladen hast.) diff --git a/doc/de/Developers.md b/doc/de/Developers.md index f5c90c489a..fce3ccc2dd 100644 --- a/doc/de/Developers.md +++ b/doc/de/Developers.md @@ -17,6 +17,9 @@ Gehe nun zu deiner Github-Seite und erstelle eine "Pull request", wenn du soweit **Wichtig** -Bitte hole dir alle Änderungen aus dem Projektverzeichnis und führe sie mit deiner Arbeit zusammen, **bevor** du deine "pull request" stellt. Wir behalten es uns vor, Patches abzulehnen, die eine große Anzahl an Fehlern hervorrufen. Dies gilt vor allem für Übersetzungen, da wir hier möglicherweise nicht alle feinen Unterschiede in konfliktären Versionen erkennen können. +Bitte hole dir alle Änderungen aus dem Projektverzeichnis und führe sie mit deiner Arbeit zusammen, **bevor** du deine "pull request" stellt. +Wir behalten es uns vor, Patches abzulehnen, die eine große Anzahl an Fehlern hervorrufen. +Dies gilt vor allem für Übersetzungen, da wir hier möglicherweise nicht alle feinen Unterschiede in konfliktären Versionen erkennen können. -Außerdem: **teste deine Änderungen!** Vergiss nicht, dass eine simple Fehlerlösung einen anderen Fehler auslösen kann. Lass deine Änderungen von einem erfahrenen Friendica-Entwickler gegenprüfen. +Außerdem: **teste deine Änderungen!** Vergiss nicht, dass eine simple Fehlerlösung einen anderen Fehler auslösen kann. +Lass deine Änderungen von einem erfahrenen Friendica-Entwickler gegenprüfen. diff --git a/doc/de/FAQ.md b/doc/de/FAQ.md index a1c5d0114a..bbd3b1f773 100644 --- a/doc/de/FAQ.md +++ b/doc/de/FAQ.md @@ -6,8 +6,7 @@ Häufig gestellte Fragen - FAQ Nutzer * **[Warum erhalte ich Warnungen über fehlende Zertifikate?](help/FAQ#ssl)** -* **[Wie kann ich Bilder, Dateien, Links, Video und Audio in Beiträge einfügen? -](help/FAQ#upload)** +* **[Wie kann ich Bilder, Dateien, Links, Video und Audio in Beiträge einfügen?](help/FAQ#upload)** * **[Ist es möglich, bei mehreren Profilen verschiedene Avatare (Nutzerbilder) zu haben?](help/FAQ#avatars)** * **[Was ist der Unterschied zwischen blockierten|ignorierten|archivierten|versteckten Kontakten?](help/FAQ#contacts)** * **[Was passiert, wenn ein Account gelöscht ist? Ist dieser richtig gelöscht?](help/FAQ#removed)** @@ -37,27 +36,39 @@ Manchmal erhältst du eine Browser-Warnung über fehlende Zertifikate. Diese War *(SSL (Secure Socket Layer) ist eine Technologie, die Daten auf ihrem Weg zwischen zwei Computern verschlüsselt.)* -Wenn du noch kein SSL-Zertifikat hast, dann gibt es drei Wege, eines zu erhalten: kauf dir eines, hole dir ein kostenloses (z.B. bei StartSSL) oder kreiere dein eigenes (nicht empfohlen). [Weitere Informationen über die Einrichtung von SSL und warum es schlecht ist, selbst-signierte Zertifikate zu nutzen, findest du hier.](help/SSL) +Wenn du noch kein SSL-Zertifikat hast, dann gibt es drei Wege, eines zu erhalten: kauf dir eines, hole dir ein kostenloses (z.B. bei StartSSL) oder kreiere dein eigenes (nicht empfohlen). +[Weitere Informationen über die Einrichtung von SSL und warum es schlecht ist, selbst-signierte Zertifikate zu nutzen, findest du hier.](help/SSL) -Sei dir bewusst, dass Browser-Warnungen über Sicherheitslücken etwas sind, wodurch neue Nutzer schnell das Vertrauen in das gesamte Friendica-Projekt verlieren können. Aus diesem Grund wird Friendica Red nur SSL-Zertifikate eines anerkannten Anbieters (CA, certificate authority) akzeptieren und nicht zu Seiten verbinden, die kein SSL nutzen. Unabhängig von den negativen Aspekten von SSL handelt es sich hierbei um eine notwendige Lösung, solange keine etablierte Alternative existiert. +Sei dir bewusst, dass Browser-Warnungen über Sicherheitslücken etwas sind, wodurch neue Nutzer schnell das Vertrauen in das gesamte Friendica-Projekt verlieren können. +Unabhängig von den negativen Aspekten von SSL handelt es sich hierbei um eine notwendige Lösung, solange keine etablierte Alternative existiert. Abgesehen davon kann es ohne SSL auch Probleme mit der Verbindung zu Diaspora geben, da einige Diaspora-Pods eine zertifizierte Verbindung benötigen. -Wenn du Friendica nur für eine bestimmte Gruppe von Leuten auf einem einzelnen Server nutzt, bei dem keine Verbindung zum restlichen Netzwerk besteht, dann benötigst du kein SSL. Ebenso benötigst du SSL nicht, wenn du ausschließlich öffentliche Beiträge auf deiner Seite veröffentlichst bzw. empfängst. +Wenn du Friendica nur für eine bestimmte Gruppe von Leuten auf einem einzelnen Server nutzt, bei dem keine Verbindung zum restlichen Netzwerk besteht, dann benötigst du kein SSL. +Ebenso benötigst du SSL nicht, wenn du ausschließlich öffentliche Beiträge auf deiner Seite veröffentlichst bzw. empfängst. -Wenn du zum jetzigen Zeitpunkt noch keinen Server aufgesetzt hast, ist es sinnvoll, die verschiedenen Anbieter in Bezug auf SSL zu vergleichen. Einige erlauben die Nutzung von freien Zertifikaten oder lassen dich ihre eigenen Zertifikate mitnutzen. Andere erlauben nur kostenpflichtige Zertifikate als eigenes Angebot bzw. von anderen Anbietern. +Wenn du zum jetzigen Zeitpunkt noch keinen Server aufgesetzt hast, ist es sinnvoll, die verschiedenen Anbieter in Bezug auf SSL zu vergleichen. +Einige erlauben die Nutzung von freien Zertifikaten oder lassen dich ihre eigenen Zertifikate mitnutzen. +Andere erlauben nur kostenpflichtige Zertifikate als eigenes Angebot bzw. von anderen Anbietern. **Wie kann ich Bilder, Dateien, Links, Video und Audio in Beiträge einfügen?** -Bilder können direkt im [Beitragseditor](help/Text_editor) vom Computer hochgeladen werden. Eine Übersicht aller Bilder, die auf deinem Server liegen, findest du unter deineSeite.de/photos/profilname. Dort kannst du auch direkt Bilder hochladen und festlegen, ob deine Kontakte eine Nachricht über das neue Bild bekommen. +Bilder können direkt im [Beitragseditor](help/Text_editor) vom Computer hochgeladen werden. +Eine Übersicht aller Bilder, die auf deinem Server liegen, findest du unter deineSeite.de/photos/profilname. +Dort kannst du auch direkt Bilder hochladen und festlegen, ob deine Kontakte eine Nachricht über das neue Bild bekommen. -Alle Arten von Dateien können grundsätzlich als Anhang in Friendica hochgeladen werden. Dafür verwendest du das Büroklammersymbol im Editor. Sie sind dann direkt an den Beitrag geknüpft, können von den Betrachtern heruntergeladen werden, aber werden nicht als Vorschau angezeigt. Deshalb eignet sich diese Methode vor allem für Office-Dateien oder gepackte Dateien wie ZIPs, aber weniger für Multimediadateien. Wer hingegen Dateien über Dropbox, über eine auf dem eigenen Server installierte Owncloud oder über einen anderen [Filehoster](http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services) einfügen will, verwendet den Link-Button. +Alle Arten von Dateien können grundsätzlich als Anhang in Friendica hochgeladen werden. Dafür verwendest du das Büroklammersymbol im Editor. +Sie sind dann direkt an den Beitrag geknüpft, können von den Betrachtern heruntergeladen werden, aber werden nicht als Vorschau angezeigt. +Deshalb eignet sich diese Methode vor allem für Office-Dateien oder gepackte Dateien wie ZIPs, aber weniger für Multimediadateien. +Wer hingegen Dateien über Dropbox, über eine auf dem eigenen Server installierte Owncloud oder über einen anderen [Filehoster](http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services) einfügen will, verwendet den Link-Button. -Wenn du mit dem Link-Button (Ketten-Symbol) URLs zu anderen Seiten einfügst, versucht Friendica eine kurze Zusammenfassung als Vorschau abzurufen. Manchmal klappts das nicht ... dann verlinke den Beitrag einfach per [url=http://example.com]freigewählter Name[/url] im Editor. +Wenn du mit dem Link-Button (Ketten-Symbol) URLs zu anderen Seiten einfügst, versucht Friendica eine kurze Zusammenfassung als Vorschau abzurufen. +Manchmal klappts das nicht ... dann verlinke den Beitrag einfach per [url=http://example.com]freigewählter Name[/url] im Editor. -Video- und Audiodateien können zwar in Beiträge eingebunden werden, allerdings geht das nicht über einen direkten Upload im Editor wie bei Fotos. Du hast zwei Möglichkeiten: +Video- und Audiodateien können zwar in Beiträge eingebunden werden, allerdings geht das nicht über einen direkten Upload im Editor wie bei Fotos. +Du hast zwei Möglichkeiten: 1. Du kannst bei dem Video- oder Audiobutton die URL von einem Hoster eingeben (Youtube, Vimeo, Soundcloud und alle anderen mit oembed/opengraph-Unterstützung). Bei Videos zeigt Friendica dann ein Vorschaubild in deinem Beitrag an, nach einem Klick öffnet sich ein eingebetter Player. Bei Soundcloud wird der Player direkt eingebunden. 2. Wenn du Zugang zu einem eigenen Server hast, kannst deine Multimediadatei per FTP dort hochladen und beim Video-/Audiobutton diese URL angeben. Dann wird das Video oder die Audiodatei direkt mit einem Player in deinem Beitrag angezeigt. @@ -69,33 +80,50 @@ Zum Konvertieren von Videos in das lizenfreie Videoformat WebM gibt es unter Win **Ist es möglich, bei mehreren Profilen verschiedene Avatare (Nutzerbilder) zu haben?** -Ja. Auf deiner ["Profile verwalten/editieren"-Seite](../profiles) wählst du zunächst das gewünschte Profil aus. Anschließend siehst du eine Seite mit allen Infos zu diesem Profil. Klicke nun oben auf den Link "Profilbild ändern" und lade im nächsten Fenster ein Bild von deinem PC hoch. Um deine privaten Daten zu schützen, wird in Beiträgen nur das Bild aus deinem öffentlichen Profil angezeigt. +Ja. +Auf deiner ["Profile verwalten/editieren"-Seite](../profiles) wählst du zunächst das gewünschte Profil aus. +Anschließend siehst du eine Seite mit allen Infos zu diesem Profil. +Klicke nun oben auf den Link "Profilbild ändern" und lade im nächsten Fenster ein Bild von deinem PC hoch. +Um deine privaten Daten zu schützen, wird in Beiträgen nur das Bild aus deinem öffentlichen Profil angezeigt. **Was ist der Unterschied zwischen blockierten|ignorierten|archivierten|versteckten Kontakten?** -Wir verhindern direkte Kommunikation mit blockierten Kontakten. Sie gehören nicht zu den Empfängern beim Versand von Beiträgen und deren Beiträge werden auch nicht importiert. Trotzdem werden deren Unterhaltungen mit deinen Freunden trotzdem in deinem Stream sichtbar sein. Wenn du einen Kontakt komplett löschst, können sie dir eine neue Freundschaftsanfrage schicken. Blockierte Kontakte können das nicht machen. Sie können nicht mit dir direkt kommunizieren, nur über Freunde. +Wir verhindern direkte Kommunikation mit blockierten Kontakten. +Sie gehören nicht zu den Empfängern beim Versand von Beiträgen und deren Beiträge werden auch nicht importiert. +Trotzdem werden deren Unterhaltungen mit deinen Freunden trotzdem in deinem Stream sichtbar sein. +Wenn du einen Kontakt komplett löschst, können sie dir eine neue Freundschaftsanfrage schicken. +Blockierte Kontakte können das nicht machen. +Sie können nicht mit dir direkt kommunizieren, nur über Freunde. -Ignorierte Kontakte können weiterhin Beiträge von dir erhalten. Deren Beiträge werden allerdings nicht importiert. Wie bei blockierten Beiträgen siehst du auch hier weiterhin die Kommentare dieser Person zu anderen Beiträgen deiner Freunde. +Ignorierte Kontakte können weiterhin Beiträge von dir erhalten. +Deren Beiträge werden allerdings nicht importiert. +Wie bei blockierten Beiträgen siehst du auch hier weiterhin die Kommentare dieser Person zu anderen Beiträgen deiner Freunde. -[Ein Plugin namens "blockem" kann installiert werden, um alle Beiträge einer bestimmten Person in deinem Stream zu verstecken bzw. zu verkürzen. Dabei werden auch Kommentare dieser Person in Beiträgen deiner Freunde blockiert.] +Ein Plugin namens "blockem" kann installiert werden, um alle Beiträge einer bestimmten Person in deinem Stream zu verstecken bzw. zu verkürzen. Dabei werden auch Kommentare dieser Person in Beiträgen deiner Freunde blockiert. -Ein archivierter Kontakt bedeutet, dass Kommunikation nicht möglich ist und auch nicht versucht wird (das ist z.B. sinnvoll, wenn eine Person zu einer neuen Seite gewechselt ist und das alte Profil gelöscht hat). Anders als beim Blockieren werden existierende Beiträge, die vor der Archivierung erstellt wurden, weiterhin angezeigt. +Ein archivierter Kontakt bedeutet, dass Kommunikation nicht möglich ist und auch nicht versucht wird (das ist z.B. sinnvoll, wenn eine Person zu einer neuen Seite gewechselt ist und das alte Profil gelöscht hat). +Anders als beim Blockieren werden existierende Beiträge, die vor der Archivierung erstellt wurden, weiterhin angezeigt. -Ein versteckter Kontakt wird in keiner "Freundeliste" erscheinen (außer für dich). Trotzdem wird ein versteckter Kontakt trotzdem normal in Unterhaltungen angezeigt, was jedoch für andere Kontakte ein Hinweis sein kann, dass diese Person als versteckter Kontakt in deiner Liste ist. +Ein versteckter Kontakt wird in keiner "Freundeliste" erscheinen (außer für dich). +Trotzdem wird ein versteckter Kontakt trotzdem normal in Unterhaltungen angezeigt, was jedoch für andere Kontakte ein Hinweis sein kann, dass diese Person als versteckter Kontakt in deiner Liste ist. **Was passiert, wenn ein Account gelöscht ist? Ist dieser richtig gelöscht?** -Wenn du deinen Account löschst, wird sofort der gesamte Inhalt auf deinem Server gelöscht und ein Löschbefehl an alle deine Kontakte verschickt. Dadurch wirst du ebenfalls aus dem globalen Verzeichnis gelöscht. Dieses Vorgehen setzt voraus, dass dein Profil für 24 Stunden weiterhin "teilweise" verfügbar sein wird, um eine Verbindung zu allen deinen Kontakten ermöglicht. Wir können also dein Profil blockieren und es so erscheinen lassen, als wären alle Daten sofort gelöscht, allerdings warten wir 24 Stunden (bzw. bis alle deine Kontakte informiert wurden), bevor wir die Daten auch physikalisch löschen. +Wenn du deinen Account löschst, wird sofort der gesamte Inhalt auf deinem Server gelöscht und ein Löschbefehl an alle deine Kontakte verschickt. +Dadurch wirst du ebenfalls aus dem globalen Verzeichnis gelöscht. +Dieses Vorgehen setzt voraus, dass dein Profil für 24 Stunden weiterhin "teilweise" verfügbar sein wird, um eine Verbindung zu allen deinen Kontakten ermöglicht. +Wir können also dein Profil blockieren und es so erscheinen lassen, als wären alle Daten sofort gelöscht, allerdings warten wir 24 Stunden (bzw. bis alle deine Kontakte informiert wurden), bevor wir die Daten auch physikalisch löschen. **Kann ich einem hashtag folgen?** -Nein. Die Möglichkeit, einem hashtag zu folgen, ist eine interessante Technik, führt aber zu einigen Schwierigkeiten. +Nein. +Die Möglichkeit, einem hashtag zu folgen, ist eine interessante Technik, führt aber zu einigen Schwierigkeiten. 1.) Alle Beiträge, die diesen tag nutzen, müssten zu allen Seiten im Netzwerk kopiert werden. Das erhöht den Speicherbedarf und beeinträchtigt kleine Seiten. Die Nutzung von geteilten Hosting-Angeboten (Shared Hosting) wäre praktisch unmöglich. @@ -103,7 +131,8 @@ Nein. Die Möglichkeit, einem hashtag zu folgen, ist eine interessante Technik, 3.) Der wichtigste Grund der gegen diese Technik spricht ist, dass sie eine natürliche Ausrichtung auf größere Seiten mit mehr getaggten Inhalten zur Folge hat. Dies kann z.B. aufkommen, wenn dein Netzwerk tags anstelle von anderen Kommunikationsmitteln wie Gruppen oder Foren nutzt. -Stattdessen bieten wir andere Mechanismen, um globale Unterhaltungen zu erreichen, dabei aber eine angemesse Basis für kleine und große Seiten zu bieten. Hierzu gehören Foren, Gruppen und geteilte tags. +Stattdessen bieten wir andere Mechanismen, um globale Unterhaltungen zu erreichen, dabei aber eine angemesse Basis für kleine und große Seiten zu bieten. +Hierzu gehören Foren, Gruppen und geteilte tags. @@ -131,11 +160,12 @@ RSS-Feed aller Unterhaltungen auf deiner Seite **Wo finde ich Hilfe?** -Wenn du Probleme mit deiner Friendica-Seite hast, dann kannst du die Community in der [Friendica-Support-Gruppe](https://helpers.pyxis.uberspace.de/profile/helpers) oder im [deutschen Friendica-Support-Forum](http://toktan.org/profile/wiki) fragen oder dir das [deutsche Wiki](http://wiki.toktan.org/doku.php) anschauen. Wenn du deinen Account nicht nutzen kannst, kannst du entweder einen [Testaccount](http://friendica.com/node/31) bzw. einen Account auf einer öffentlichen Seite ([Liste](http://dir.friendica.com/siteinfo)) nutzen, oder du wählst die Librelist-mailing-Liste. Wenn du die Mailing-Liste nutzen willst, schicke eine Mail an friendica AT librelist PUNKT com. - -Wenn du Friendica Red nutzt, findest du außerdem in diesem Forum Hilfe: [Friendica Red Development](https://myfriendica.net/profile/friendicared). +Wenn du Probleme mit deiner Friendica-Seite hast, dann kannst du die Community in der [Friendica-Support-Gruppe](https://helpers.pyxis.uberspace.de/profile/helpers) oder im [deutschen Friendica-Support-Forum](http://toktan.org/profile/wiki) fragen oder dir das [deutsche Wiki](http://wiki.toktan.org/doku.php) anschauen. +Wenn du deinen Account nicht nutzen kannst, kannst du entweder einen [Testaccount](http://friendica.com/node/31) bzw. einen Account auf einer öffentlichen Seite ([Liste](http://dir.friendica.com/siteinfo)) nutzen, oder du wählst die Librelist-mailing-Liste. +Wenn du die Mailing-Liste nutzen willst, schicke eine Mail an friendica AT librelist PUNKT com. Wenn du ein Theme-Entwickler bist, wirst du in diesem Forum Hilfe finden: [Friendica Theme Developers](https://friendica.eu/profile/ftdevs). +Desweiteren gibt es ein Forum, das sich UI/UX Problemen widmet [UX Watchdogs](https://fc.oscp.info/profile/ux-watchdogs). Admin -------- @@ -144,14 +174,18 @@ Admin **Kann ich mehrere Domains mit den selben Dateien aufsetzen?** -Ja, das ist möglich. Es ist allerdings nicht möglich, eine Datenbank durch zwei Domains zu nutzen. Solange du deine .htconfig.php allerdings so einrichtest, dass das System nicht versucht, eine Installation durchzuführen, kannst du die richtige Config-Datei in include/$hostname/.htconfig.php hinterlegen. Alle Cache-Aspekte und der Zugriffsschutz können pro Instanz konfiguriert werden. +Ja, das ist möglich. +Es ist allerdings nicht möglich, eine Datenbank durch zwei Domains zu nutzen. +Solange du deine .htconfig.php allerdings so einrichtest, dass das System nicht versucht, eine Installation durchzuführen, kannst du die richtige Config-Datei in include/$hostname/.htconfig.php hinterlegen. +Alle Cache-Aspekte und der Zugriffsschutz können pro Instanz konfiguriert werden. **Wo kann ich den Quellcode von Friendica, Addons und Themes finden?** -Du kannst den Friendica-Quellcode [hier](https://github.com/friendica/friendica) finden. Dort findest du immer die aktuellste stabile Version von Friendica. Der Quellcode von Friendica Red ist [hier](https://github.com/friendica/red) zu finden. +Du kannst den Friendica-Quellcode [hier](https://github.com/friendica/friendica) finden. +Dort findest du immer die aktuellste stabile Version von Friendica. Addons findest du auf [dieser Seite](https://github.com/friendica/friendica-addons). -Wenn du neue Themen suchst, findest du sie auf [Friendica-Themes.com](http://friendica-themes.com/) \ No newline at end of file +Wenn du neue Themen suchst, findest du sie auf [Friendica-Themes.com](http://friendica-themes.com/) diff --git a/doc/de/Forums.md b/doc/de/Forums.md index 6a8fd5bd7a..08127830cf 100644 --- a/doc/de/Forums.md +++ b/doc/de/Forums.md @@ -6,32 +6,52 @@ Foren Friendica lässt dich auch Foren und/oder Prominenten-Seiten erstellen. -Jede Seite in Friendica hat einen einzigartigen Spitznamen. Das gilt für alle Seiten, unabhängig davon, ob es sich um normale Profile oder Forenseite handelt. +Jede Seite in Friendica hat einen einzigartigen Spitznamen. +Das gilt für alle Seiten, unabhängig davon, ob es sich um normale Profile oder Forenseite handelt. -Das Erste, was du machen musst, um ein neues Forum zu kreieren ist, einen neuen Account zu erstellen. Bitte beachte, dass der Seitenadministrator die Registrierung neuer Accounts sperren oder an Bedingungen knüpfen kann. +Das Erste, was du machen musst, um ein neues Forum zu kreieren ist, einen neuen Account zu erstellen. +Bitte beachte, dass der Seitenadministrator die Registrierung neuer Accounts sperren oder an Bedingungen knüpfen kann. Wenn du einen zweiten Account in einem System erstellst und die gleiche Email-Adresse oder den gleichen OpenID-Account nutzt, kannst du dich zukünftig nur noch mit deinem Spitznamen anmelden. -Gehe im neuen Account auf die "Einstellungs"-Seite und dort am Ende der Seite auf "Erweiterte Konto-/Seitentyp-Einstellungen". Normalerweise nutzt du "Normales Konto" für einen normalen, persönlichen Account. Das ist die Standardeinstellung. Gr‬uppenseiten bieten die Möglichkeit, Leute als Freund/Fan ohne Kontaktbestätigung zuzulassen. +Gehe im neuen Account auf die "Einstellungs"-Seite und dort am Ende der Seite auf "Erweiterte Konto-/Seitentyp-Einstellungen". +Normalerweise nutzt du "Normales Konto" für einen normalen, persönlichen Account. +Das ist die Standardeinstellung. Gr‬uppenseiten bieten die Möglichkeit, Leute als Freund/Fan ohne Kontaktbestätigung zuzulassen. -Die Auswahl der Einstellung, die du wählst, hängt davon ab, wie du mit anderen Leuten auf deiner Seite interagieren willst. Die "Marktschreier"-Einstellung (Soapbox) lässt den Seitenbesitzer die gesamte Kommunikation kontrollieren. Alles was du schreibst, geht an alle Seitennutzer, aber es gibt keine Möglichkeit, zu interagieren. Diese Seite wird normalerweise für Ankündigungen oder die Kommunikation von Gemeinschaften genutzt. +Die Auswahl der Einstellung, die du wählst, hängt davon ab, wie du mit anderen Leuten auf deiner Seite interagieren willst. +Die "Marktschreier"-Einstellung (Soapbox) lässt den Seitenbesitzer die gesamte Kommunikation kontrollieren. +Alles was du schreibst, geht an alle Seitennutzer, aber es gibt keine Möglichkeit, zu interagieren. +Diese Seite wird normalerweise für Ankündigungen oder die Kommunikation von Gemeinschaften genutzt. -Die normalste Einstellung ist das "Forum-/Promi-Konto". Diese erstellt eine Gruppenseite, in der alle Mitglieder frei miteinander interagieren können. +Die normalste Einstellung ist das "Forum-/Promi-Konto". +Diese erstellt eine Gruppenseite, in der alle Mitglieder frei miteinander interagieren können. Der "Automatische Freunde Seite"-Account ist typischerweise für persönliche Profile, bei denen du alle Freundschaftsanfragen automatisch bestätigen willst. **Multiple Foren verwalten** -Wir schlagen vor, dass du ein Gruppenforum mit der gleichen Email-Adresse und dem gleichen Passwort wie bei deinem normalen Account nutzt. Wenn du das machst, findest du einen neuen "Verwalten"-Link im Hauptmenü, das dir hilft, einfach zwischen den Identitäten zu wechseln. Du musst das nicht machen, die Alternative ist allerdings, dich immer wieder aus- und wieder einzuloggen. Und das kann umständlich sein, wenn du mehrere verschiedene Foren/Identitäten verwaltest. +Wir schlagen vor, dass du ein Gruppenforum mit der gleichen Email-Adresse und dem gleichen Passwort wie bei deinem normalen Account nutzt. +Wenn du das machst, findest du einen neuen "Verwalten"-Link im Hauptmenü, das dir hilft, einfach zwischen den Identitäten zu wechseln. +Du musst das nicht machen, die Alternative ist allerdings, dich immer wieder aus- und wieder einzuloggen. +Und das kann umständlich sein, wenn du mehrere verschiedene Foren/Identitäten verwaltest. -Du kannst ebenso jemanden wählen, der dein Forum verwaltet. Mach das, indem du die [Delegierungs-Setup-Seite](delegate) besuchst. Dort wird dir eine Liste an "Potentiellen Bevollmächtigen" angezeigt. Die Auswahl einer oder mehrerer Personen gibt diesen die Möglichkeit, dein Forum zu verwalten. Sie können Kontakte, Profile und alle Inhalte deines Accounts/deiner Seite bearbeiten. Bitte nutze diese Einstellung mit Vorsicht. Delegierte haben jedoch keine Möglichkeit, grundlegende Account-Einstellungen wie das Passwort oder den Seitentypen zu ändern bzw. den Account zu löschen. +Du kannst ebenso jemanden wählen, der dein Forum verwaltet. +Mach das, indem du die [Delegierungs-Setup-Seite](delegate) besuchst. +Dort wird dir eine Liste an "Potentiellen Bevollmächtigen" angezeigt. +Die Auswahl einer oder mehrerer Personen gibt diesen die Möglichkeit, dein Forum zu verwalten. +Sie können Kontakte, Profile und alle Inhalte deines Accounts/deiner Seite bearbeiten. +Bitte nutze diese Einstellung mit Vorsicht. +Delegierte haben jedoch keine Möglichkeit, grundlegende Account-Einstellungen wie das Passwort oder den Seitentypen zu ändern bzw. den Account zu löschen. **Beiträge auf Community-Foren** -Wenn du Mitglied eines Community-Forums bist, kannst du das Forum in einem Beitrag hinzufügen/erwähnen, wenn du den @-Tag nutzt. Zum Beispiel würde @Fahrrad deinen Beitrag neben den sonst ausgewählten Nutzern an alle Nutzer schicken, die in der Gruppe "Fahrrad" sind. Wenn dein Beitrag privat ist, musst du diese Gruppe explizit in den Zugriffsrechten des Beitrags auswählen **und** sie mit dem @-Tag erwähnen (was den Beitrag auf die Gruppenmitglieder erweitert). +Wenn du Mitglied eines Community-Forums bist, kannst du das Forum in einem Beitrag hinzufügen/erwähnen, wenn du den @-Tag nutzt. +Zum Beispiel würde @Fahrrad deinen Beitrag neben den sonst ausgewählten Nutzern an alle Nutzer schicken, die in der Gruppe "Fahrrad" sind. +Wenn dein Beitrag privat ist, musst du diese Gruppe explizit in den Zugriffsrechten des Beitrags auswählen **und** sie mit dem @-Tag erwähnen (was den Beitrag auf die Gruppenmitglieder erweitert). Du kannst außerdem via "Wall zu Wall" einen Beitrag auf der Community-Seite bzw. in dem Community-Forum erstellen. -Kommentare, die du an ein Community-Forum schickst, werden an den Originalbeitrag weitergeleitet. Das Forum mit dem @-Tag zu erwähnen, leitet den Beitrag nicht weiter, da die Verteilung des Beitrages komplett vom Original-Beitragsschreiber kontrolliert wird. +Kommentare, die du an ein Community-Forum schickst, werden an den Originalbeitrag weitergeleitet. +Das Forum mit dem @-Tag zu erwähnen, leitet den Beitrag nicht weiter, da die Verteilung des Beitrages komplett vom Original-Beitragsschreiber kontrolliert wird. diff --git a/doc/de/Groups-and-Privacy.md b/doc/de/Groups-and-Privacy.md index 90487e8983..abb6500360 100644 --- a/doc/de/Groups-and-Privacy.md +++ b/doc/de/Groups-and-Privacy.md @@ -3,66 +3,110 @@ Gruppen und Privatsphäre * [Zur Startseite der Hilfe](help) -Gruppen sind nur eine Ansammlung von Freunden. Aber Friendica nutzt diese, um sehr mächtige Features zur Verfügung zu stellen. +Gruppen sind nur eine Ansammlung von Freunden. +Aber Friendica nutzt diese, um sehr mächtige Features zur Verfügung zu stellen. **Gruppen erstellen** -Um eine Gruppe zu erstellen, besuche deine "Kontakte"-Seite und wähle "Neue Gruppe erstellen" (je nach Design nur als Pluszeichen angezeigt). Gib deiner Gruppe einen Namen. +Um eine Gruppe zu erstellen, besuche deine "Kontakte"-Seite und wähle "Neue Gruppe erstellen" (je nach Design nur als Pluszeichen angezeigt). +Gib deiner Gruppe einen Namen. Das führt dich zu einer Seite, auf der du die Gruppenmitglieder auswählen kannst. -Du hast zwei Boxen auf der Seite. Die obere Box ist die Übersicht der aktuellen Mitglieder. Die untere beinhaltet alle Freunde, die *nicht* Mitglied dieser Gruppe sind. +Du hast zwei Boxen auf der Seite. +Die obere Box ist die Übersicht der aktuellen Mitglieder. +Die untere beinhaltet alle Freunde, die *nicht* Mitglied dieser Gruppe sind. -Wenn du auf das Foto einer Person klickst, die nicht in der Gruppe ist, wird diese in die Gruppe verschoben. Wenn du auf das Foto einer Person klickst, die bereits in der Gruppe ist, dann wird diese Person daraus entfernt. +Wenn du auf das Foto einer Person klickst, die nicht in der Gruppe ist, wird diese in die Gruppe verschoben. +Wenn du auf das Foto einer Person klickst, die bereits in der Gruppe ist, dann wird diese Person daraus entfernt. **Zugriffskontrolle** -Sobald du eine Gruppe erstellt hast, kannst du diese auf jeder Zugriffsrechteliste nutzen. Damit ist das kleine Schloss neben deinem Statuseditor auf deiner Startseite gemeint. Wenn du darauf klickst, kannst du auswählen, wer deinen Beitrag sehen kann und wer *nicht*. Dabei kann es sich um eine einzelne Person oder eine ganze Gruppe handeln. +Sobald du eine Gruppe erstellt hast, kannst du diese auf jeder Zugriffsrechteliste nutzen. +Damit ist das kleine Schloss neben deinem Statuseditor auf deiner Startseite gemeint. +Wenn du darauf klickst, kannst du auswählen, wer deinen Beitrag sehen kann und wer *nicht*. +Dabei kann es sich um eine einzelne Person oder eine ganze Gruppe handeln. -Auf deiner "Netzwerk"-Seite ("Unterhaltungen deiner Kontakte") findest du Beiträge und Gespräche aller deiner Kontakte in deinem Netzwerk. Du kannst aber auch eine einzelne Gruppe auswählen und nur Beiträge dieser Gruppenmitglieder anzeigen lassen. +Auf deiner "Netzwerk"-Seite ("Unterhaltungen deiner Kontakte") findest du Beiträge und Gespräche aller deiner Kontakte in deinem Netzwerk. +Du kannst aber auch eine einzelne Gruppe auswählen und nur Beiträge dieser Gruppenmitglieder anzeigen lassen. Aber stopp, es gibt noch mehr... -Wenn du auf deiner "Netzwerk"-Seite eine bestimmte Gruppe ausgewählt hast, dann findest du im Statuseditor neben dem Schloss ein Ausrufezeichen. Dies dient dazu, deine Aufmerksamkeit auf das Schloss zu richten. Klicke auf das Schloss. Dort siehst du, dass dein Status-Update in dieser Ansicht standardmäßig nur für diese Gruppe freigegeben ist. Das hilft dir, deinen zukünftigen Mitarbeitern nicht das Gleiche zu schreiben wie deinen Trinkfreunden. Du kannst diese Einstellung natürlich auch überschreiben. +Wenn du auf deiner "Netzwerk"-Seite eine bestimmte Gruppe ausgewählt hast, dann findest du im Statuseditor neben dem Schloss ein Ausrufezeichen. +Dies dient dazu, deine Aufmerksamkeit auf das Schloss zu richten. +Klicke auf das Schloss. +Dort siehst du, dass dein Status-Update in dieser Ansicht standardmäßig nur für diese Gruppe freigegeben ist. +Das hilft dir, deinen zukünftigen Mitarbeitern nicht das Gleiche zu schreiben wie deinen Trinkfreunden. +Du kannst diese Einstellung natürlich auch überschreiben. **Standardmäßige Zugriffsrechte von Beiträgen** -Standardmäßig geht Friendica davon aus, dass alle deine Beiträge privat sein sollen. Aus diesem Grund erstellt Friendica nach der Anmeldung eine Gruppe, in die automatisch alle deine Kontakte hinzugefügt werden. Alle deine Beiträge sind nur auf diese Gruppe beschränkt. +Standardmäßig geht Friendica davon aus, dass alle deine Beiträge privat sein sollen. +Aus diesem Grund erstellt Friendica nach der Anmeldung eine Gruppe, in die automatisch alle deine Kontakte hinzugefügt werden. +Alle deine Beiträge sind nur auf diese Gruppe beschränkt. Beachte, dass diese Einstellung von deinem Seiten-Administrator überschrieben werden kann, was bedeutet, dass alle deine Beiträge standardmäßig "öffentlich" sind (bspw. für das gesamte Internet). -Wenn du deine Beiträge standardmäßig "öffentlich" haben willst, dann kannst du deine Standardzugriffsrechte auf deiner Einstellungseite ändern. Dort kannst du außerdem festlegen, welchen Gruppen standardmäßig deine Beiträge erhalten oder in welche Gruppe deine neuen Kontakte standardmäßig eingeordnet werden. +Wenn du deine Beiträge standardmäßig "öffentlich" haben willst, dann kannst du deine Standardzugriffsrechte auf deiner Einstellungseite ändern. +Dort kannst du außerdem festlegen, welchen Gruppen standardmäßig deine Beiträge erhalten oder in welche Gruppe deine neuen Kontakte standardmäßig eingeordnet werden. **Fragen der Privatssphäre, die zu beachten sind** -Diese privaten Gespräche funktionieren am besten, wenn deine Freunde Friendica-Mitglieder sind. So wissen wir, wer sonst noch deine Gespräche sehen kann - niemand, *solange* deine Freunde deine Nachrichten nicht kopieren und an andere verschicken. +Diese privaten Gespräche funktionieren am besten, wenn deine Freunde Friendica-Mitglieder sind. +So wissen wir, wer sonst noch deine Gespräche sehen kann - niemand, *solange* deine Freunde deine Nachrichten nicht kopieren und an andere verschicken. -Dies ist eine Vertrauensfrage, die du beachten musst. Keine Software der Welt kann deine Freunde davon abhalten, die privaten Unterhaltungen zu veröffentlichen. Nur eine gute Auswahl deiner Freunde. +Dies ist eine Vertrauensfrage, die du beachten musst. +Keine Software der Welt kann deine Freunde davon abhalten, die privaten Unterhaltungen zu veröffentlichen. +Nur eine gute Auswahl deiner Freunde. -Bei status.net, identi.ca und anderen Netzwerk-Anbietern ist es nicht so gesichert. Du musst **sehr** vorsichtig sein, wenn du Mitglieder anderer Netzwerke in einer deiner Gruppen hast, da es möglich ist, dass deine privaten Nachrichten in einem öffentlichen Stream enden. Wenn du auf die "Kontakt bearbeiten"-Seite einer Person gehst, zeigen wir dir, ob sie Mitglied eines unsicheren Netzwerks ist oder nicht. +Bei status.net, identi.ca und anderen Netzwerk-Anbietern ist es nicht so gesichert. +Du musst **sehr** vorsichtig sein, wenn du Mitglieder anderer Netzwerke in einer deiner Gruppen hast, da es möglich ist, dass deine privaten Nachrichten in einem öffentlichen Stream enden. +Wenn du auf die "Kontakt bearbeiten"-Seite einer Person gehst, zeigen wir dir, ob sie Mitglied eines unsicheren Netzwerks ist oder nicht. -Sobald du einen Post erstellt hast, kannst du die Zugriffsrechte nicht mehr ändern. Innerhalb von Sekunden ist dieser an viele verschiedene Personen verschickt worden - möglicherweise bereits an alle Addressierten. Wenn du versehentlich eine Nachricht erstellt hast und sie zurücknehmen willst, dann ist es das beste, diese zu löschen. Wir senden eine Löschmitteilung an jeden, der deine Nachricht erhalten hat - und das sollte die Nachricht genauso schnell löschen, wie sie zunächst erstellt wurde. In vielen Fällen wird sie in weniger als einer Minute aus dem Internet gelöscht. Nochmals: das gilt für Friendica-Netzwerke. Sobald eine Nachricht an ein anderes Netzwerk geschickt wurde, kann es nicht mehr so schnell gelöscht werden und in manchen Fällen auch gar nicht mehr. +Sobald du einen Post erstellt hast, kannst du die Zugriffsrechte nicht mehr ändern. +Innerhalb von Sekunden ist dieser an viele verschiedene Personen verschickt worden - möglicherweise bereits an alle Addressierten. +Wenn du versehentlich eine Nachricht erstellt hast und sie zurücknehmen willst, dann ist es das beste, diese zu löschen. +Wir senden eine Löschmitteilung an jeden, der deine Nachricht erhalten hat - und das sollte die Nachricht genauso schnell löschen, wie sie zunächst erstellt wurde. +In vielen Fällen wird sie in weniger als einer Minute aus dem Internet gelöscht. +Nochmals: das gilt für Friendica-Netzwerke. +Sobald eine Nachricht an ein anderes Netzwerk geschickt wurde, kann es nicht mehr so schnell gelöscht werden und in manchen Fällen auch gar nicht mehr. -Wenn du das bisher noch nicht wusstest, dann empfehlen wir dir, deine Freunde dazu zu ermutigen, auch Friendica zu nutzen, da alle diese Privatsphären-Einstellungen innerhalb eines privatsphärenbewussten Netzwerk viel besser funktionieren. Viele andere Netzwerke, mit denen sich Friendica verbinden kann, bieten keine Kontrolle über die Privatsphäre. +Wenn du das bisher noch nicht wusstest, dann empfehlen wir dir, deine Freunde dazu zu ermutigen, auch Friendica zu nutzen, da alle diese Privatsphären-Einstellungen innerhalb eines privatsphärenbewussten Netzwerk viel besser funktionieren. +Viele andere Netzwerke, mit denen sich Friendica verbinden kann, bieten keine Kontrolle über die Privatsphäre. Profile, Fotos und die Privatsphäre ============================= -Die dezentralisierte Natur von Friendica (statt eine Webseite zu haben, die alles kontrolliert, gibt es viele Webseiten, die Information austauschen) hat in der Kommunikation mit anderen Seiten einige Konsequenzen. Du solltest dir über einige Dinge bewusst sein, um am besten entscheiden zu können, wie du mit deiner Privatsphäre umgehst. +Die dezentralisierte Natur von Friendica (statt eine Webseite zu haben, die alles kontrolliert, gibt es viele Webseiten, die Information austauschen) hat in der Kommunikation mit anderen Seiten einige Konsequenzen. +Du solltest dir über einige Dinge bewusst sein, um am besten entscheiden zu können, wie du mit deiner Privatsphäre umgehst. **Fotos** -Fotos privat zu verteilen ist ein Problem. Wir können Fotos nur mit Friendica-Nutzern __privat__ austauschen. Um mit anderen Leuten Fotos zu teilen, müssen wir erkennen, wer sie sind. Wir können die Identität von Friendica-Nutzern prüfen, da es hierfür einen Mechanismus gibt. Deine Freunde anderer Netzwerke werden deine privaten Fotos nicht sehen können, da wir deren Identität nicht überprüfen können. +Fotos privat zu verteilen ist ein Problem. +Wir können Fotos nur mit Friendica-Nutzern __privat__ austauschen. +Um mit anderen Leuten Fotos zu teilen, müssen wir erkennen, wer sie sind. +Wir können die Identität von Friendica-Nutzern prüfen, da es hierfür einen Mechanismus gibt. +Deine Freunde anderer Netzwerke werden deine privaten Fotos nicht sehen können, da wir deren Identität nicht überprüfen können. -Unsere Entwickler arbeiten an einer Lösung, um deinen Freunden den Zugriff zu ermöglichen - unabhängig, zu welchem Netzwerk sie gehören. Wir nehmen hingegen Privatsphäre ernst und agieren nicht wie andere Netzwerke, die __nur so tun__ als ob deine Fotos privat sind, sie aber trotzdem anderen ohne Identitätsprüfung zeigen. +Unsere Entwickler arbeiten an einer Lösung, um deinen Freunden den Zugriff zu ermöglichen - unabhängig, zu welchem Netzwerk sie gehören. +Wir nehmen hingegen Privatsphäre ernst und agieren nicht wie andere Netzwerke, die __nur so tun__ als ob deine Fotos privat sind, sie aber trotzdem anderen ohne Identitätsprüfung zeigen. **Profile** -Dein Profil und deine "Wall" sollen vielleicht auch von Freunden anderer Netzwerke besucht werden können. Wenn du diese Seiten allerdings für Webbesucher sperrst, die Friendica nicht kennt, kann das auch Freunde anderer Netzwerke blockieren. +Dein Profil und deine "Wall" sollen vielleicht auch von Freunden anderer Netzwerke besucht werden können. +Wenn du diese Seiten allerdings für Webbesucher sperrst, die Friendica nicht kennt, kann das auch Freunde anderer Netzwerke blockieren. -Das kann möglicherweise ungewollte Ergebnisse produzieren, wenn du lange Statusbeiträge z.B. für Twitter oder Facebook schreibst. Wenn Friendica einen Beitrag an diese Netzwerke schickt und nur eine bestimmte Nachrichtenlänge erlaubt ist, dann verkürzen wir diesen und erstellen einen Link, der zum Originalbeitrag führt. Der Originallink führt zurück zu deinem Friendica-Profil. Da Friendica nicht bestätigen kann, um wen es sich handelt, kann es passieren, dass diese Leute den Beitrag nicht komplett lesen können. +Das kann möglicherweise ungewollte Ergebnisse produzieren, wenn du lange Statusbeiträge z.B. für Twitter oder Facebook schreibst. +Wenn Friendica einen Beitrag an diese Netzwerke schickt und nur eine bestimmte Nachrichtenlänge erlaubt ist, dann verkürzen wir diesen und erstellen einen Link, der zum Originalbeitrag führt. +Der Originallink führt zurück zu deinem Friendica-Profil. +Da Friendica nicht bestätigen kann, um wen es sich handelt, kann es passieren, dass diese Leute den Beitrag nicht komplett lesen können. Für Leute, die davon betroffen sind, schlagen wir vor, eine Zusammenfassung in Twitter-Länge zu erstellen mit mehr Details für Freunde, die den ganzen Beitrag sehen können. -Dein Profil oder deine gesamte Friendica-Seite zu blockieren, hat außerdem ernsthafte Einflüsse auf deine Kommunikation mit StatusNet/identi.ca-Nutzern. Diese Netzwerke kommunizieren mit anderen über öffentliche Protokolle, die nicht authentifiziert werden. Um deine Beiträge zu sehen, müssen diese Netzwerke deine Beiträge als "unbekannte Webbesucher" ansehen. Wenn wir das erlauben, würde es dazu führen, das absolut jeder deine Beiträge sehen. Und du hast Friendica so eingestellt, das nicht zuzulassen. Beachte also, dass das Blockieren von unbekannten Besuchern auch dazu führen kann, dass öffentliche Netzwerke (wie identi.ca) und Newsfeed-Reader wie Google Reader auch geblockt werden. +Dein Profil oder deine gesamte Friendica-Seite zu blockieren, hat außerdem ernsthafte Einflüsse auf deine Kommunikation mit StatusNet/identi.ca-Nutzern. +Diese Netzwerke kommunizieren mit anderen über öffentliche Protokolle, die nicht authentifiziert werden. +Um deine Beiträge zu sehen, müssen diese Netzwerke deine Beiträge als "unbekannte Webbesucher" ansehen. +Wenn wir das erlauben, würde es dazu führen, das absolut jeder deine Beiträge sehen. +Und du hast Friendica so eingestellt, das nicht zuzulassen. +Beachte also, dass das Blockieren von unbekannten Besuchern auch dazu führen kann, dass öffentliche Netzwerke (wie identi.ca) und Newsfeed-Reader wie Google Reader auch geblockt werden. diff --git a/doc/de/Improve-Performance.md b/doc/de/Improve-Performance.md index 346c76fc3e..cc19dbf13b 100644 --- a/doc/de/Improve-Performance.md +++ b/doc/de/Improve-Performance.md @@ -16,17 +16,21 @@ Geh auf /admin/site in deinem System und ändere die folgenden Werte: setze "Qualität des JPEG Bildes" auf 50. -Dieser Wert reduziert die Daten, die vom Server an den Client geschickt werden. 50 ist ein Wert, der die Bildqualität nicht zu stark beeinflusst. +Dieser Wert reduziert die Daten, die vom Server an den Client geschickt werden. +50 ist ein Wert, der die Bildqualität nicht zu stark beeinflusst. setze "Intervall zum Vervollständigen von OStatus Unterhaltungen" auf "niemals" -Wenn du viele OStatus-Kontakte hast, dann kann die Vervollständigung von Unterhaltungen sehr zeitraubend sein. Der Nachteil: Du siehst nicht jede Antwort einer OStatus-Unterhaltung. +Wenn du viele OStatus-Kontakte hast, dann kann die Vervollständigung von Unterhaltungen sehr zeitraubend sein. +Der Nachteil: Du siehst nicht jede Antwort einer OStatus-Unterhaltung. setze "Pfad für die Sperrdatei" auf einen Ordner außerhalb deines Stammverzeichnisses deines Servers. Sperrdateien sorgen dafür, dass Hintergrundprozesse nicht parallel ablaufen. -Als Beispiel: Es kann passieren, dass die poller.php länger als erwartet läuft. Ohne Sperrdatei kann es passieren, dass mehrere Instanzen der poller.php zur gleichen Zeit laufen. Dies würde das System verlangsamen und Einfluss auf die maximale Anzahl an Prozessen und Datenbankverbindungen nehmen. +Als Beispiel: Es kann passieren, dass die poller.php länger als erwartet läuft. +Ohne Sperrdatei kann es passieren, dass mehrere Instanzen der poller.php zur gleichen Zeit laufen. +Dies würde das System verlangsamen und Einfluss auf die maximale Anzahl an Prozessen und Datenbankverbindungen nehmen. Bitte definiere einen kompletten Pfad, auf den der Server einen Schreibzugriff hat. Wenn deine Seite unter "/var/www/namederseite/htdocs/" liegt, dann kannst du z.B. einen Ordner unter "/var/www/sitename/temp/" erstellen. @@ -36,13 +40,15 @@ Wenn du MyISAM (Standardeinstellung) nutzt, dann beschleunigt dies die Suche. setze "Pfad zum Eintrag Cache" auf einen leeren Ordner außerhalb deines Stammverzeichnisses. -Verarbeiteter BBCode und einige externe Bilder werden hier gespeichert. BBCode verarbeiten ist ein zeitintensiver Prozess, der zudem eine hohe CPU-Leistung erfordert. +Verarbeiteter BBCode und einige externe Bilder werden hier gespeichert. +BBCode verarbeiten ist ein zeitintensiver Prozess, der zudem eine hohe CPU-Leistung erfordert. Du kannst den gleichen Ordner nutzen, den du für die Sperrdatei genutzt hast. **Warnung!** -Der Ordner für den Eintrag-Cache wird regelmäßig geleert. Jede Datei, die die Cache-Dauer überschreitet, wird gelöscht. **Wenn du versehentlich den Cache-Pfad auf dein Stammverzeichnis legst, dann würde dir dies das gesamte Stammverzeichnis löschen.** +Der Ordner für den Eintrag-Cache wird regelmäßig geleert. +Jede Datei, die die Cache-Dauer überschreitet, wird gelöscht. **Wenn du versehentlich den Cache-Pfad auf dein Stammverzeichnis legst, dann würde dir dies das gesamte Stammverzeichnis löschen.** Prüfe also doppelt, dass der gewählte Ordner nur temporäre Dateien enthält, die jederzeit gelöscht werden können. @@ -59,7 +65,8 @@ Aktiviere die folgenden Plugins: **Beschreibung** -Dieses Plugin reduziert die Ladezeit der Datenbank massiv. Nachteil: Du kannst nicht mehr die Anzahl aller Seiten sehen. +Dieses Plugin reduziert die Ladezeit der Datenbank massiv. +Nachteil: Du kannst nicht mehr die Anzahl aller Seiten sehen. **Einrichtung** @@ -119,14 +126,17 @@ Weitere Informationen findest du hier: http://httpd.apache.org/docs/2.2/mod/mod_ **FCGI** -Wenn du Apache nutzt, dann denk darüber nach, FCGI zu nutzen. Wenn du eine Debian-basierte Distribution nutzt, dann wirst du die Pakete "php5-cgi" und "libapache2-mod-fcgid" benötigen. +Wenn du Apache nutzt, dann denk darüber nach, FCGI zu nutzen. +Wenn du eine Debian-basierte Distribution nutzt, dann wirst du die Pakete "php5-cgi" und "libapache2-mod-fcgid" benötigen. Nutze externe Dokumente, um eine detailiertere Erklärung für die Einrichtung eines Systems auf FCGI-Basis zu erhalten. **APC** -APC ist ein Zwischenspeicher für die Verarbeitung des Befehlscodes. Es beschleunigt die Verarbeitung des PHP-Codes. +APC ist ein Zwischenspeicher für die Verarbeitung des Befehlscodes. +Es beschleunigt die Verarbeitung des PHP-Codes. -Wenn APC aktiviert ist, dann nutzt Friendica dies, um Konfigurationseinstellungen für verschiedene Anfragen zwischenzuspeichern. Dies beschleunigt die Reaktionszeit der Seite. +Wenn APC aktiviert ist, dann nutzt Friendica dies, um Konfigurationseinstellungen für verschiedene Anfragen zwischenzuspeichern. +Dies beschleunigt die Reaktionszeit der Seite. ###Database diff --git a/doc/de/Install.md b/doc/de/Install.md index 8edebc5c46..36692bd2c8 100644 --- a/doc/de/Install.md +++ b/doc/de/Install.md @@ -3,11 +3,21 @@ Friendica Installation * [Zur Startseite der Hilfe](help) -Wir haben hart daran gearbeitet, um Friendica auf vorgefertigten Hosting-Plattformen zum Laufen zu bringen - solche, auf denen auch Wordpress Blogs und Drupal-Installationen laufen. Aber bedenke, dass Friendica mehr als eine einfache Webanwendung ist. Es handelt sich um ein komplexes Kommunikationssystem, das eher an einen Email-Server erinnert als an einen Webserver. Um die Verfügbarkeit und Performance zu gewährleisten, werden Nachrichten im Hintergrund verschickt und gespeichert, um sie später zu verschicken, wenn eine Webseite gerade nicht erreichbar ist. Diese Funktionalität benötigt ein wenig mehr als die normalen Blogs. Nicht jeder PHP/MySQL-Hosting-Anbieter kann Friendica unterstützen. Viele hingegen können es. Aber **bitte** prüfe die Voraussetzungen deines Servers vor der Installation. +Wir haben hart daran gearbeitet, um Friendica auf vorgefertigten Hosting-Plattformen zum Laufen zu bringen - solche, auf denen auch Wordpress Blogs und Drupal-Installationen laufen. +Aber bedenke, dass Friendica mehr als eine einfache Webanwendung ist. +Es handelt sich um ein komplexes Kommunikationssystem, das eher an einen Email-Server erinnert als an einen Webserver. +Um die Verfügbarkeit und Performance zu gewährleisten, werden Nachrichten im Hintergrund verschickt und gespeichert, um sie später zu verschicken, wenn eine Webseite gerade nicht erreichbar ist. +Diese Funktionalität benötigt ein wenig mehr als die normalen Blogs. +Nicht jeder PHP/MySQL-Hosting-Anbieter kann Friendica unterstützen. +Viele hingegen können es. Aber **bitte** prüfe die Voraussetzungen deines Servers vor der Installation. -Wenn dir Fehler während der Installation auffallen, sag uns bitte über das Forum auf http://groups.google.com/group/friendica oder über http://bugs.friendica.com Bescheid. Gib uns bitte so viele Infos zu deinem System, wie du kannst, und beschreibe den Fehler mit allen Details und Fehlermeldungen, so dass wir den Fehler zukünftig verhindern können. Aufgrund der großen Anzahl an verschiedenen Betriebssystemen und PHP-Plattformen haben wir nur geringe Kapazitäten, um deine PHP-Installation zu debuggen oder fehlende Module zu ersetzen, aber wir tun unser Bestes, um allgemeine Code-Fehler zu beheben. +Wenn dir Fehler während der Installation auffallen, sag uns bitte über http://bugs.friendica.com Bescheid. +Gib uns bitte so viele Infos zu deinem System, wie du kannst, und beschreibe den Fehler mit allen Details und Fehlermeldungen, so dass wir den Fehler zukünftig verhindern können. +Aufgrund der großen Anzahl an verschiedenen Betriebssystemen und PHP-Plattformen haben wir nur geringe Kapazitäten, um deine PHP-Installation zu debuggen oder fehlende Module zu ersetzen, aber wir tun unser Bestes, um allgemeine Code-Fehler zu beheben. -Bevor du anfängst: suche dir einen Domain- oder Subdomainnamen für deinen Server. Denke ausreichend darüber nach, da ein Wechsel nach der Friendica-Installation derzeit nicht unterstützt wird. Dinge verändern sich und einige deiner Freunde haben möglicherweise Probleme, mit dir zu kommunizieren. Wir planen, diese Einschränkung in einer zukünftigen Version zu beheben. +Bevor du anfängst: suche dir einen Domain- oder Subdomainnamen für deinen Server. +Dinge verändern sich und einige deiner Freunde haben möglicherweise Probleme, mit dir zu kommunizieren. +Wir planen, diese Einschränkung in einer zukünftigen Version zu beheben. 1. Voraussetzungen @@ -81,13 +91,18 @@ Wenn du einen Linux-Server nutzt, benutze den Befehl "crontab -e" und ergänze e `*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php include/poller.php` -Du kannst den PHP-Pfad finden, indem du den Befehl „which php“ ausführst. Wenn du Schwierigkeiten mit diesem Schritt hast, kannst du deinen Hosting-Anbieter kontaktieren. Friendica wird nicht korrekt laufen, wenn dieser Schritt nicht erfolgreich abgeschlossen werden kann. +Du kannst den PHP-Pfad finden, indem du den Befehl „which php“ ausführst. +Wenn du Schwierigkeiten mit diesem Schritt hast, kannst du deinen Hosting-Anbieter kontaktieren. +Friendica wird nicht korrekt laufen, wenn dieser Schritt nicht erfolgreich abgeschlossen werden kann. -Alternativ kannst du das Plugin 'poormancron' nutzen, um diesen Schritt durchzuführen, wenn du eine aktuelle Friendica-Version nutzt. Um dies zu machen, musst du die ".htconfig.php" an der Stelle anpassen, die dein Plugin beschreibt. In einer frischen Installation sieht es aus wie: +Alternativ kannst du das Plugin 'poormancron' nutzen, um diesen Schritt durchzuführen, wenn du eine aktuelle Friendica-Version nutzt. +Um dies zu machen, musst du die ".htconfig.php" an der Stelle anpassen, die dein Plugin beschreibt. +In einer frischen Installation sieht es aus wie: `$a->config['system']['addon'] = 'js_upload';` -Dies setzt voraus, dass das Addon-Modul "js_upload" aktiviert ist. Du kannst auch weitere Addons/Plugins ergänzen. Ändere den Eintrag folgendermaßen ab: +Dies setzt voraus, dass das Addon-Modul "js_upload" aktiviert ist. +Du kannst auch weitere Addons/Plugins ergänzen. Ändere den Eintrag folgendermaßen ab: `$a->config['system']['addon'] = 'js_upload,poormancron';` diff --git a/doc/de/Installing-Connectors.md b/doc/de/Installing-Connectors.md index 80739ace7d..f457ee51c4 100644 --- a/doc/de/Installing-Connectors.md +++ b/doc/de/Installing-Connectors.md @@ -5,16 +5,22 @@ Konnektoren installieren (Facebook/Twitter/StatusNet) Friendica nutzt Plugins, um die Verbindung zu anderen Netzwerken wie Facebook und Twitter zu gewährleisten. -Es gibt außerdem ein Plugin, um über einen bestehenden Status.Net-Account diesen Service zu nutzen. Du brauchst dieses Plugin aber nicht, um mit Status.Net-Mitgliedern von Friendica aus zu kommunizieren - es sei denn, du wünschst es, über einen existierenden Account einen Beitrag zu schreiben. +Es gibt außerdem ein Plugin, um über einen bestehenden Status.Net-Account diesen Service zu nutzen. +Du brauchst dieses Plugin aber nicht, um mit Status.Net-Mitgliedern von Friendica aus zu kommunizieren - es sei denn, du wünschst es, über einen existierenden Account einen Beitrag zu schreiben. -Alle drei Plugins benötigen einen Account im gewünschten Netzwerk. Zusätzlich musst du (bzw. der Administrator der Seite) einen API-Schlüssel holen, um einen authentifizierten Zugriff zu deinem Friendica-Server herstellen zu lassen. +Alle drei Plugins benötigen einen Account im gewünschten Netzwerk. +Zusätzlich musst du (bzw. der Administrator der Seite) einen API-Schlüssel holen, um einen authentifizierten Zugriff zu deinem Friendica-Server herstellen zu lassen. **Seitenkonfiguration** -Plugins müssen vom Administrator installiert werden, bevor sie genutzt werden können. Dieses kann über das Administrationsmenü erstellt werden. +Plugins müssen vom Administrator installiert werden, bevor sie genutzt werden können. +Dieses kann über das Administrationsmenü erstellt werden. -Jeder der Konnektoren benötigt zudem einen API-Schlüssel vom Service, der verbunden werden soll. Einige Plugins erlaube es, diese Informationen auf den Administrationsseiten einzustellen, wohingegen andere eine direkte Bearbeitung der Konfigurationsdatei ".htconfig.php" erfordern. Der Weg, um diese Schlüssel zu erhalten, variiert stark, jedoch brauchen fast alle einen bestehenden Account im gewünschten Service. Einmal installiert, können diese Schlüssel von allen Seitennutzern genutzt werden. +Jeder der Konnektoren benötigt zudem einen API-Schlüssel vom Service, der verbunden werden soll. +Einige Plugins erlaube es, diese Informationen auf den Administrationsseiten einzustellen, wohingegen andere eine direkte Bearbeitung der Konfigurationsdatei ".htconfig.php" erfordern. +Der Weg, um diese Schlüssel zu erhalten, variiert stark, jedoch brauchen fast alle einen bestehenden Account im gewünschten Service. +Einmal installiert, können diese Schlüssel von allen Seitennutzern genutzt werden. Im Folgenden findest du die Einstellungen für die verschiedenen Services (viele dieser Informationen kommen direkt aus den Quelldateien der Plugins): @@ -40,8 +46,6 @@ $a->config['twitter']['consumersecret'] = 'your consumer_secret here'; Anschließend kann der Nutzer deiner Seite die Twitter-Einstellungen selbst eintragen: "Einstellungen -> Connector Einstellungen". -Dokumentation: http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/Twitter_Plugin - **StatusNet Plugin für Friendica** @@ -72,12 +76,13 @@ Während der Registrierung des OAuth-Clients ist Folgendes zu beachten: * stelle Lese- und Schreibrechte ein * die Quell-URL sollte die URL deines Friendica-Servers sein -Sobald die benötigten Daten gespeichert sind, musst du deinen Friendica-Account mit StatusNet verbinden. Das kannst du über Einstellungen --> Connector-Einstellungen durchführen. Folge dem "Einloggen mit StatusNet"-Button, erlaube den Zugriff und kopiere den Sicherheitscode in die entsprechende Box. Friendica wird dann versuchen, die abschließende OAuth-Einstellungen über die API zu beziehen. +Sobald die benötigten Daten gespeichert sind, musst du deinen Friendica-Account mit StatusNet verbinden. +Das kannst du über Einstellungen --> Connector-Einstellungen durchführen. +Folge dem "Einloggen mit StatusNet"-Button, erlaube den Zugriff und kopiere den Sicherheitscode in die entsprechende Box. +Friendica wird dann versuchen, die abschließende OAuth-Einstellungen über die API zu beziehen. Wenn es geklappt hat, kannst du in den Einstellungen festlegen, ob deine öffentlichen Nachrichten automatisch in deinem StatusNet-Account erscheinen soll (achte hierbei auf das kleine Schloss-Symbol im Status-Editor) -Dokumentation: http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/StatusNet_Plugin - **Installiere den Friendica/Facebook-Konnektor** @@ -101,10 +106,14 @@ Auf Friendica kann nun jeder Nutzer, der eine Verbindung zu Facebook wünscht, d Wähle die gewünschten Einstellungen für deine Nutzungs- und Privatsphäreansprüche. -Hier meldest du dich bei Facebook an und gibst dem Plugin die nötigen Zugriffsrechte, um richtig zu funktionieren. Erlaube dieses. +Hier meldest du dich bei Facebook an und gibst dem Plugin die nötigen Zugriffsrechte, um richtig zu funktionieren. +Erlaube dieses. Und fertig. Um es abzustellen, gehe wieder auf die Einstellungsseite und auf "Remove Facebook posting". -Videos und eingebetteter Code werden nicht gepostet, wenn sonst kein anderer Inhalt enthalten ist. Links und Bilder werden in ein Format übertragen, das von der Facebook-API verstanden wird. Lange Texte werden verkürzt und mit einem Link zum Originalbeitrag versehen. +Videos und eingebetteter Code werden nicht gepostet, wenn sonst kein anderer Inhalt enthalten ist. +Links und Bilder werden in ein Format übertragen, das von der Facebook-API verstanden wird. +Lange Texte werden verkürzt und mit einem Link zum Originalbeitrag versehen. -Facebook-Kontakte können außerdem keine privaten Fotos sehen, da diese nicht richtig authentifiziert werden können, wenn sie deine Seite besuchen. Dieser Fehler wird zukünftig bearbeitet. +Facebook-Kontakte können außerdem keine privaten Fotos sehen, da diese nicht richtig authentifiziert werden können, wenn sie deine Seite besuchen. +Dieser Fehler wird zukünftig bearbeitet. diff --git a/doc/de/Making-Friends.md b/doc/de/Making-Friends.md index 74f1f62b37..0d7739068b 100644 --- a/doc/de/Making-Friends.md +++ b/doc/de/Making-Friends.md @@ -3,43 +3,78 @@ Freunde finden * [Zur Startseite der Hilfe](help) -Freundschaft kann in Friendica viele verschiedene Bedeutungen annehmen. Aber lasst es uns einfach halten, du willst einfach mit jemandem befreundet sein. Wie machst du das? +Freundschaft kann in Friendica viele verschiedene Bedeutungen annehmen. +Aber lasst es uns einfach halten, du willst einfach mit jemandem befreundet sein. +Wie machst du das? -Schau dir das Verzeichnis an. Das Verzeichnis ist in zwei Teile aufgeteilt. Wenn du auf den "Verzeichnis"-Button klickst, wirst du zunächst alle Mitglieder deines Servers sehen, die sich dazu entschlossen haben, angezeigt zu werden. Außerdem siehst du dort einen Link zum globalen Verzeichnis. Wenn du dich durch das globale Verzeichnis klickst, siehst du alle Nutzer weltweit auf allen Servern, die sich entschlossen haben, im Verzeichnis zu erscheinen. Du wirst außerdem den Link "Show Community Forums" sehen, welcher dich zu Gruppen, Foren und Fan-Seiten führt. Du verbindest dich mit Personen, Gruppen und Foren auf die gleiche Art, wobei Gruppen und Foren deine Anfrage automatisch annehmen, wohingegen ein Mensch dich erst manuell bestätigen muss. +Schau dir das Verzeichnis an. +Das Verzeichnis ist in zwei Teile aufgeteilt. +Wenn du auf den "Verzeichnis"-Button klickst, wirst du zunächst alle Mitglieder deines Servers sehen, die sich dazu entschlossen haben, angezeigt zu werden. +Außerdem siehst du dort einen Link zum globalen Verzeichnis. +Wenn du dich durch das globale Verzeichnis klickst, siehst du alle Nutzer weltweit auf allen Servern, die sich entschlossen haben, im Verzeichnis zu erscheinen. +Du wirst außerdem den Link "Show Community Forums" sehen, welcher dich zu Gruppen, Foren und Fan-Seiten führt. +Du verbindest dich mit Personen, Gruppen und Foren auf die gleiche Art, wobei Gruppen und Foren deine Anfrage automatisch annehmen, wohingegen ein Mensch dich erst manuell bestätigen muss. *Mit anderen Friendica-Nutzern verbinden* -Bes‪uche ihr Profil. Direkt unter dem Profilfoto ist das Wort "Verbinden" (bzw. "Connect" in einem englischsprachigem Profil). Klicke drauf und du gelangst zur "Verbinden"-Seite. Dort wirst du nach deiner Identitätsadresse gefragt. Das ist nötig, damit die Seite dein Profil finden kann. +Bes‪uche ihr Profil. +Direkt unter dem Profilfoto ist das Wort "Verbinden" (bzw. "Connect" in einem englischsprachigem Profil). +Klicke drauf und du gelangst zur "Verbinden"-Seite. +Dort wirst du nach deiner Identitätsadresse gefragt. +Das ist nötig, damit die Seite dein Profil finden kann. *Was kommt in die Box?* -Wenn deine Friendica-Seite "demo.friendica.com" heißt und dein Nutzername/Spitzname auf der Seite "bob" ist, dann wäre es "bob@demo.friendica.com". Wie du siehst, sieht es wie eine Email-Adresse aus. Das ist beabsichtigt, da sich die Leute das so leichter merken können. Du *kannst* auch die URL deiner Startseite eintragen, wie z.B. "http://demo.friendica.com/profile/bob", aber der Email-Adressen-Stil ist einfacher. +Wenn deine Friendica-Seite "demo.friendica.com" heißt und dein Nutzername/Spitzname auf der Seite "bob" ist, dann wäre es "bob@demo.friendica.com". +Wie du siehst, sieht es wie eine Email-Adresse aus. +Das ist beabsichtigt, da sich die Leute das so leichter merken können. +Du *kannst* auch die URL deiner Startseite eintragen, wie z.B. "http://demo.friendica.com/profile/bob", aber der Email-Adressen-Stil ist einfacher. -Wenn du die "Verbinden"-Seite bestätigt hast, kommst du zurück zu deiner Seite, um dort die Anfrage zu bestätigen. Wenn du das gemacht hast, können beide Seiten miteinander kommunizieren, um den Prozess abzuschließen (sobald dein neuer Freund die Anfrage bestätigt hat). +Wenn du die "Verbinden"-Seite bestätigt hast, kommst du zurück zu deiner Seite, um dort die Anfrage zu bestätigen. +Wenn du das gemacht hast, können beide Seiten miteinander kommunizieren, um den Prozess abzuschließen (sobald dein neuer Freund die Anfrage bestätigt hat). -Wenn du bereits die Identitäts-Adresse einer Person kennst, kannst du diese auch direkt in das "Verbinden"-Feld auf deiner "Kontakte"-Seite eintragen. Dies wird dich durch einen ähnlichen Prozess leiten. +Wenn du bereits die Identitäts-Adresse einer Person kennst, kannst du diese auch direkt in das "Verbinden"-Feld auf deiner "Kontakte"-Seite eintragen. +Dies wird dich durch einen ähnlichen Prozess leiten. **Alternative Netzwerke** -Du kannst deine oder andere Identitäts-Adressen ebenfalls nutzen, um über verschiedene Netzwerke hinweg Freundschaften aufzubauen. Die Liste möglicher Netzwerke steigt immer weiter. Wenn du z.B. "bob" auf identi.ca (eine Status.Net-Seite) kennst, dann kannst du bob@identi.ca auf deiner "Kontakt"-Seite verbinden. (Oder du kannst die URL von Bobs identi.ca-Seite eintragen, wenn du es wünscht). Du kannst auch "teilweise" mit Leuten auf Google Buzz befreundet sein, wenn du deren GMail-Adresse einträgst. Google Buzz unterstützt bisher noch nicht alle Protokolle, die wir für die direkte Kommunikation benötigen, aber es sollte möglich sein, Statusupdates von Friendica zu folgen. Das Gleiche gilt für Twitter- und Diaspora-Accounts. Tatsächlich kannst du jedem und jeder Website folgen, der/die einen Syndication-Feed (RSS/Atom etc.) zur Verfügung stellt. Wenn wir einen Informationsstrom und einen Namen dazu finden, können wir auch versuchen, uns damit zu verbinden. +Du kannst deine oder andere Identitäts-Adressen ebenfalls nutzen, um über verschiedene Netzwerke hinweg Freundschaften aufzubauen. +Die Liste möglicher Netzwerke steigt immer weiter. +Wenn du z.B. "bob" auf identi.ca (eine Status.Net-Seite) kennst, dann kannst du bob@identi.ca auf deiner "Kontakt"-Seite verbinden. (Oder du kannst die URL von Bobs identi.ca-Seite eintragen, wenn du es wünscht). +Du kannst auch "teilweise" mit Leuten auf Google Buzz befreundet sein, wenn du deren GMail-Adresse einträgst. +Google Buzz unterstützt bisher noch nicht alle Protokolle, die wir für die direkte Kommunikation benötigen, aber es sollte möglich sein, Statusupdates von Friendica zu folgen. +Das Gleiche gilt für Twitter- und Diaspora-Accounts. +Tatsächlich kannst du jedem und jeder Website folgen, der/die einen Syndication-Feed (RSS/Atom etc.) zur Verfügung stellt. +Wenn wir einen Informationsstrom und einen Namen dazu finden, können wir auch versuchen, uns damit zu verbinden. -Wenn du deine Email-Postfachverbindung auf deiner Einstellungsseite konfiguriert hast, dann kannst du die Email-Adresse jeder Person eintragen, die dir schon eine Nachricht an dein Postfach geschickt hat und bereits in deinem sozialen Stream erscheint. Du kannst diesen Personen außerdem von Friendica aus antworten. +Wenn du deine Email-Postfachverbindung auf deiner Einstellungsseite konfiguriert hast, dann kannst du die Email-Adresse jeder Person eintragen, die dir schon eine Nachricht an dein Postfach geschickt hat und bereits in deinem sozialen Stream erscheint. +Du kannst diesen Personen außerdem von Friendica aus antworten. -Leute können sich ebenfalls von anderen Netzwerken aus mit dir befreunden. Ein Freund von dir hat einen identi.ca-Account und kann sich mit dir befreunden, indem er deine Identitäts-Adresse in seine identi.ca-Verbinden-Dialogbox einträgt. Ein ähnlicher Mechanismus ist für Diaspora-Nutzer vorhanden, indem deine Identitäts-Adresse in ihre Suchleiste eingegeben wird. +Leute können sich ebenfalls von anderen Netzwerken aus mit dir befreunden. +Ein Freund von dir hat einen identi.ca-Account und kann sich mit dir befreunden, indem er deine Identitäts-Adresse in seine identi.ca-Verbinden-Dialogbox einträgt. +Ein ähnlicher Mechanismus ist für Diaspora-Nutzer vorhanden, indem deine Identitäts-Adresse in ihre Suchleiste eingegeben wird. Beachte: Manche StatusNet-Versionen benötigen die volle URL deines Profils und funktionieren möglicherweise nicht mit der Identitäts-Adresse. -Wenn jemand eine Freundschaftsanfrage schickt, erhältst du eine Benachrichtigung. Du musst dann diese Anfrage bestätigen, um die Freundschaftsanfrage abzuschließen. +Wenn jemand eine Freundschaftsanfrage schickt, erhältst du eine Benachrichtigung. +Du musst dann diese Anfrage bestätigen, um die Freundschaftsanfrage abzuschließen. -Einige Netzwerke erlauben es, Nachrichten zu schicken, ohne befreundet zu sein oder deine Bestätigung zu benötigen. Friendica erlaubt dies in der Standardeinstellung nicht, da es zu Spam führen kann. +Einige Netzwerke erlauben es, Nachrichten zu schicken, ohne befreundet zu sein oder deine Bestätigung zu benötigen. +Friendica erlaubt dies in der Standardeinstellung nicht, da es zu Spam führen kann. -Wenn du eine Freundschaftsanfrage von einem anderen Friendica-Nutzer erhältst, dann hast du die Möglichkeit, diesen als "Fan" oder "Freund" einzutragen. Ein Fan kann sehen, was du schreibst und auch private Kommunikation sehen, die du zu diesen sendest, aber nicht umgekehrt. Als Freund kannst du in beide Richtungen kommunizieren. +Wenn du eine Freundschaftsanfrage von einem anderen Friendica-Nutzer erhältst, dann hast du die Möglichkeit, diesen als "Fan" oder "Freund" einzutragen. +Ein Fan kann sehen, was du schreibst und auch private Kommunikation sehen, die du zu diesen sendest, aber nicht umgekehrt. +Als Freund kannst du in beide Richtungen kommunizieren. Diaspora nutzt eine andere Terminologie mit der Unterteilung in "mit dir teilen" und "Freund". -Sobald ihr Freunde geworden seid, dir die Person aber permanent Spam oder sinnlose Informationen schickt, dann kannst du diese "ignorieren" - ohne die Freundschaft komplett zu beenden oder denjenigen zu zeigen, dass du nicht daran interessiert bist, was diese Person sagt. In verschiedener Hinsicht sind diese Personen wie "Fans", aber sie wissen es nicht. Sie denken, sie sind als Freunde eingetragen. +Sobald ihr Freunde geworden seid, dir die Person aber permanent Spam oder sinnlose Informationen schickt, dann kannst du diese "ignorieren" - ohne die Freundschaft komplett zu beenden oder denjenigen zu zeigen, dass du nicht daran interessiert bist, was diese Person sagt. +In verschiedener Hinsicht sind diese Personen wie "Fans", aber sie wissen es nicht. +Sie denken, sie sind als Freunde eingetragen. -Du kannst auch eine Person "blocken". Das blockt die komplette Kommunikation mit dieser Person. Sie können zwar weiterhin öffentliche Beiträge sehen, wie auch jeder andere in der Welt, allerdings können sie nicht direkt mit dir kommunizieren. +Du kannst auch eine Person "blocken". +Das blockt die komplette Kommunikation mit dieser Person. +Sie können zwar weiterhin öffentliche Beiträge sehen, wie auch jeder andere in der Welt, allerdings können sie nicht direkt mit dir kommunizieren. Du kannst Freunde löschen, egal wie der Freundschaftsstatus ist, was dazu führt, dass alles, was mit dieser Person verbunden ist, von deiner Webseite gelöscht wird. diff --git a/doc/de/Message-Flow.md b/doc/de/Message-Flow.md index add6507ea4..0694db1344 100644 --- a/doc/de/Message-Flow.md +++ b/doc/de/Message-Flow.md @@ -3,13 +3,15 @@ Friendica Nachrichtenfluss * [Zur Startseite der Hilfe](help) -Diese Seite soll einige Infos darüber dokumentieren, wie Nachrichten innerhalb von Friendica von einer Person zur anderen übertragen werden. Es gibt verschiedene Pfade, die verschiedene Protokolle und Nachrichtenformate nutzen. +Diese Seite soll einige Infos darüber dokumentieren, wie Nachrichten innerhalb von Friendica von einer Person zur anderen übertragen werden. +Es gibt verschiedene Pfade, die verschiedene Protokolle und Nachrichtenformate nutzen. Diejenigen, die den Nachrichtenfluss genauer verstehen wollen, sollten sich mindestens mit dem DFRN-Protokoll (http://dfrn.org/dfrn.pdf) und den Elementen zur Nachrichtenverarbeitung des OStatus Stack informieren (salmon und Pubsubhubbub). Der Großteil der Nachrichtenverarbeitung nutzt die Datei include/items.php, welche Funktionen für verschiedene Feed-bezogene Import-/Exportaktivitäten liefert. -Wenn eine Nachricht veröffentlicht wird, werden alle Übermittlungen an alle Netzwerke mit include/notifier.php durchgeführt, welche entscheidet, wie und an wen die Nachricht geliefert wird. Diese Datei bindet dabei die lokale Bearbeitung aller Übertragungen ein inkl. dfrn-notify. +Wenn eine Nachricht veröffentlicht wird, werden alle Übermittlungen an alle Netzwerke mit include/notifier.php durchgeführt, welche entscheidet, wie und an wen die Nachricht geliefert wird. +Diese Datei bindet dabei die lokale Bearbeitung aller Übertragungen ein inkl. dfrn-notify. mod/dfrn_notify.php handhabt die Rückmeldung (remote side) von dfrn-notify. @@ -24,20 +26,38 @@ DFRN-poll Feed-Imports kommen via include/poller.php als geplanter Task an, das Szenario #1. Bob schreibt eine öffentliche Statusnachricht -Dies ist eine öffentliche Nachricht ohne begrenzte Nutzerfreigabe, so dass keine private Übertragung notwendig ist. Es gibt zwei Wege, die genutzt werden können - als bbcode an DFRN-Clients oder als durch den Server konvertierten HTML-Code (mit PuSH; pubsubhubbub). Wenn ein PuSH-Hub einsatzfähig ist, nutzen DFRN-Poll-Clients vorrangig die Informationen, die durch den PuSH-Kanal kommen. Sie fallen zurück auf eine tägliche Abfrage, wenn der Hub Übertragungsschwierigkeiten hat (das kann vorkommen, wenn der standardmäßige Google-Referenzhub genutzt wird). Wenn kein spezifizierter Hub oder Hubs ausgewählt sind, werden DFRN-Clients in einer pro Kontakt konfigurierbaren Rate mit bis zu 5-Minuten-Intervallen abfragen. Feeds, die via DFRN-Poll abgerufen werden, sind bbcode und können auch private Unterhaltungen enthalten, die vom Poller auf ihre Zugriffsrechte hin geprüft werden. +Dies ist eine öffentliche Nachricht ohne begrenzte Nutzerfreigabe, so dass keine private Übertragung notwendig ist. +Es gibt zwei Wege, die genutzt werden können - als bbcode an DFRN-Clients oder als durch den Server konvertierten HTML-Code (mit PuSH; pubsubhubbub). +Wenn ein PuSH-Hub einsatzfähig ist, nutzen DFRN-Poll-Clients vorrangig die Informationen, die durch den PuSH-Kanal kommen. +Sie fallen zurück auf eine tägliche Abfrage, wenn der Hub Übertragungsschwierigkeiten hat (das kann vorkommen, wenn der standardmäßige Google-Referenzhub genutzt wird). +Wenn kein spezifizierter Hub oder Hubs ausgewählt sind, werden DFRN-Clients in einer pro Kontakt konfigurierbaren Rate mit bis zu 5-Minuten-Intervallen abfragen. +Feeds, die via DFRN-Poll abgerufen werden, sind bbcode und können auch private Unterhaltungen enthalten, die vom Poller auf ihre Zugriffsrechte hin geprüft werden. Szenario #2. Jack antwortet auf Bobs öffentliche Nachricht. Jack ist im Friendica/DFRN-Netzwerk. -Jack nutzt dfrn-notify, um eine direkte Antwort an Bob zu schicken. Bob erstellt dann einen Feed der Unterhaltung und sendet diesen an jeden, der an der Unterhaltung beteiligt ist und dfrn-notify nutzt. Die PuSH-Hubs werden darüber informiert, dass neuer Inhalt verfügbar ist. Der/die Hub/s erhalten dann die neuesten Feeds und übertragen diese an alle Hub-Teilnehmer (die auch zu verschiedenen Netzwerken gehören können). +Jack nutzt dfrn-notify, um eine direkte Antwort an Bob zu schicken. +Bob erstellt dann einen Feed der Unterhaltung und sendet diesen an jeden, der an der Unterhaltung beteiligt ist und dfrn-notify nutzt. +Die PuSH-Hubs werden darüber informiert, dass neuer Inhalt verfügbar ist. Der/die Hub/s erhalten dann die neuesten Feeds und übertragen diese an alle Hub-Teilnehmer (die auch zu verschiedenen Netzwerken gehören können). Szenario #3. Mary antwortet auf Bobs öffentliche Nachricht. Mary ist im Friendica/DFRN-Netzwerk. -Mary nutzt dfrn-notify, um eine direkte Antwort an Bob zu schicken. Bob erstellt dann einen Feed der Unterhaltung und sendet diesen an jeden, der an der Unterhaltung beteiligt ist (mit Ausnahme von Bob selbst; die Unterhaltung wird nun an Jack und Mary geschickt). Die Nachrichten werden mit dfrn-notify übertragen. PuSH-Hubs werden darüber informiert, dass neuer Inhalt verfügbar ist. Der/die Hub/s erhalten dann die neuesten Feeds und übertragen sie an alle Hub-Teilnehmer (die auch zu verschiedenen Netzwerken gehören können). +Mary nutzt dfrn-notify, um eine direkte Antwort an Bob zu schicken. +Bob erstellt dann einen Feed der Unterhaltung und sendet diesen an jeden, der an der Unterhaltung beteiligt ist (mit Ausnahme von Bob selbst; die Unterhaltung wird nun an Jack und Mary geschickt). +Die Nachrichten werden mit dfrn-notify übertragen. +PuSH-Hubs werden darüber informiert, dass neuer Inhalt verfügbar ist. +Der/die Hub/s erhalten dann die neuesten Feeds und übertragen sie an alle Hub-Teilnehmer (die auch zu verschiedenen Netzwerken gehören können). Szenario #4. William antwortet auf Bobs öffentliche Nachricht. William ist in einem OStatus-Netzwerk. -William nutzt salmon, um Bob über seine Antwort zu benachrichtigen. Der Inhalt ist HTML-Code, der in das Salmon Magic Envelope eingebettet ist. Bob erstellt dann einen Feed der Unterhaltung und sendet es an alle Friendica-Nutzer, die an der Unterhaltung beteiligt sind und dfrn-notify nutzen (mit Ausnahme von William selbst; die Unterhaltung wird an Jack und Mary weitergeleitet). PuSH-Hubs werden darüber informiert, dass neuer Inhalt verfügbar ist. Der/die Hub/s erhalten dann die neuesten Feeds und übertragen sie an alle Hub-Teilnehmer (die auch zu verschiedenen Netzwerken gehören können). +William nutzt salmon, um Bob über seine Antwort zu benachrichtigen. +Der Inhalt ist HTML-Code, der in das Salmon Magic Envelope eingebettet ist. +Bob erstellt dann einen Feed der Unterhaltung und sendet es an alle Friendica-Nutzer, die an der Unterhaltung beteiligt sind und dfrn-notify nutzen (mit Ausnahme von William selbst; die Unterhaltung wird an Jack und Mary weitergeleitet). +PuSH-Hubs werden darüber informiert, dass neuer Inhalt verfügbar ist. Der/die Hub/s erhalten dann die neuesten Feeds und übertragen sie an alle Hub-Teilnehmer (die auch zu verschiedenen Netzwerken gehören können). Szenario #5. Bob schreibt eine private Nachricht an Mary und Jack. -Die Nachricht wird sofort an Mary und Jack mit Hilfe von dfrn_notify geschickt. Öffentliche Hubs werden nicht benachrichtigt. Im Falle eines Timeouts wird eine erneute Verarbeitung angestoßen. Antworten folgen dem gleichen Nachrichtenfluss wie öffentliche Antworten, allerdings werden die Hubs nicht darüber informiert, wodurch die Nachrichten niemals in öffentliche Feeds gelangen. Die komplette Unterhaltung ist nur für Mary und Jack in ihren durch dfrn-poll personalisierten Feeds verfügbar (und für niemanden sonst). +Die Nachricht wird sofort an Mary und Jack mit Hilfe von dfrn_notify geschickt. +Öffentliche Hubs werden nicht benachrichtigt. +Im Falle eines Timeouts wird eine erneute Verarbeitung angestoßen. +Antworten folgen dem gleichen Nachrichtenfluss wie öffentliche Antworten, allerdings werden die Hubs nicht darüber informiert, wodurch die Nachrichten niemals in öffentliche Feeds gelangen. +Die komplette Unterhaltung ist nur für Mary und Jack in ihren durch dfrn-poll personalisierten Feeds verfügbar (und für niemanden sonst). diff --git a/doc/de/Move-Account.md b/doc/de/Move-Account.md index 8861fe7ef0..426692c284 100644 --- a/doc/de/Move-Account.md +++ b/doc/de/Move-Account.md @@ -10,32 +10,23 @@ Accounts Umziehen Unter "Einstellungen" -> "[Persönliche Daten exportieren](uexport)" aufrufen. "Account exportieren" anklicken und die Daten speichern. -Diese Datei enthält Details über dich, deine Kontakte, Gruppen und persönliche -Einstellungen. Außerdem enthält sie deinen geheimen Schlüssel mit dem du dich -deinen Kontakten gegenüber ausweist. +Diese Datei enthält Details über dich, deine Kontakte, Gruppen und persönliche Einstellungen. +Außerdem enthält sie deinen geheimen Schlüssel mit dem du dich deinen Kontakten gegenüber ausweist. **Speichere diese Datei an einem sicheren Ort**! -Rufe nun dem neuen Server die Seite *http://newserver.com/uimport* auf -(es gibt derzeit keinen direkten Link auf diese Seite). +Rufe nun dem neuen Server die Seite *http://newserver.com/uimport* auf (es gibt derzeit keinen direkten Link auf diese Seite). Lege auf dem neuen Server auf keinen Fall einen gleichnamigen Account an! uimport muss anstelle des Registrierens verwendet werden. Wähle die gesicherte Account Datei aus und klicke "Importieren". -Friendica wird nun deinen Account auf dem neuen Server wiederherstellen, mit -all deinen Friendica Kontakten und Gruppen. An deine Friendica Kontakte wird -außerdem eine Nachricht gesendet um sie über deine neue Adresse zu informieren. -Wenn deine Kontakte ihren Account auf einem aktuellen Server haben werden deine -Kontaktdetails automatisch aktualisiert. +Friendica wird nun deinen Account auf dem neuen Server wiederherstellen, mit all deinen Friendica Kontakten und Gruppen. +An deine Friendica Kontakte wird außerdem eine Nachricht gesendet um sie über deine neue Adresse zu informieren. +Wenn deine Kontakte ihren Account auf einem aktuellen Server haben werden deine Kontaktdetails automatisch aktualisiert. -Kontakte auf StatusNet/idendi.ca oder Diaspora werden archiviert, da wir ihnen -keine Information über deinen Umzug zukommen lassen können. -Du solltest sie persönlich anschreiben deinen Eintrag aus ihren Kontaktlisten -zu entfernen und dich neu hinzuzufügen, anschließend solltest du da gleiche mit -ihren Accounts tun.. - -Nach dem Umzug wird dein Account auf dem alten Server nicht mehr zuverlässig -funktionieren und sollte deshalb gelöscht werden. +Kontakte auf StatusNet/idendi.ca oder Diaspora werden archiviert, da wir ihnen keine Information über deinen Umzug zukommen lassen können. +Du solltest sie persönlich anschreiben deinen Eintrag aus ihren Kontaktlisten zu entfernen und dich neu hinzuzufügen, anschließend solltest du da gleiche mit ihren Accounts tun. +Nach dem Umzug wird dein Account auf dem alten Server nicht mehr zuverlässig funktionieren und sollte deshalb gelöscht werden. diff --git a/doc/de/Plugins.md b/doc/de/Plugins.md index 9fa67bd7b7..448eee39bc 100644 --- a/doc/de/Plugins.md +++ b/doc/de/Plugins.md @@ -3,9 +3,16 @@ * [Zur Startseite der Hilfe](help) -Bitte schau dir das Beispiel-Addon "randplace" für ein funktionierendes Beispiel für manche der hier aufgeführten Funktionen an. Das Facebook-Addon bietet ein Beispiel dafür, die "addon"- und "module"-Funktion gemeinsam zu integrieren. Addons arbeiten, indem sie Event Hooks abfangen. Module arbeiten, indem bestimmte Seitenanfragen (durch den URL-Pfad) abgefangen werden +Bitte schau dir das Beispiel-Addon "randplace" für ein funktionierendes Beispiel für manche der hier aufgeführten Funktionen an. +Das Facebook-Addon bietet ein Beispiel dafür, die "addon"- und "module"-Funktion gemeinsam zu integrieren. +Addons arbeiten, indem sie Event Hooks abfangen. Module arbeiten, indem bestimmte Seitenanfragen (durch den URL-Pfad) abgefangen werden -Plugin-Namen können keine Leerstellen oder andere Interpunktionen enthalten und werden als Datei- und Funktionsnamen genutzt. Du kannst einen lesbaren Namen im Kommentarblock eintragen. Jedes Addon muss beides beinhalten - eine Installations- und eine Deinstallationsfunktion, die auf dem Addon-/Plugin-Namen basieren; z.B. "plugin1name_install()". Diese beiden Funktionen haben keine Argumente und sind dafür verantwortlich, Event Hooks zu registrieren und abzumelden (unregistering), die dein Plugin benötigt. Die Installations- und Deinstallationsfunktionfunktionen werden auch ausgeführt (z.B. neu installiert), wenn sich das Plugin nach der Installation ändert - somit sollte deine Deinstallationsfunktion keine Daten zerstört und deine Installationsfunktion sollte bestehende Daten berücksichtigen. Zukünftige Extensions werden möglicherweise "Setup" und "Entfernen" anbieten. +Plugin-Namen können keine Leerstellen oder andere Interpunktionen enthalten und werden als Datei- und Funktionsnamen genutzt. +Du kannst einen lesbaren Namen im Kommentarblock eintragen. +Jedes Addon muss beides beinhalten - eine Installations- und eine Deinstallationsfunktion, die auf dem Addon-/Plugin-Namen basieren; z.B. "plugin1name_install()". +Diese beiden Funktionen haben keine Argumente und sind dafür verantwortlich, Event Hooks zu registrieren und abzumelden (unregistering), die dein Plugin benötigt. +Die Installations- und Deinstallationsfunktionfunktionen werden auch ausgeführt (z.B. neu installiert), wenn sich das Plugin nach der Installation ändert - somit sollte deine Deinstallationsfunktion keine Daten zerstört und deine Installationsfunktion sollte bestehende Daten berücksichtigen. +Zukünftige Extensions werden möglicherweise "Setup" und "Entfernen" anbieten. Plugins sollten einen Kommentarblock mit den folgenden vier Parametern enthalten: @@ -22,7 +29,8 @@ Registriere deine Plugin-Hooks während der Installation. $hookname ist ein String und entspricht einem bekannten Friendica-Hook. -$file steht für den Pfadnamen, der relativ zum Top-Level-Friendicaverzeichnis liegt. Das *sollte* "addon/plugin_name/plugin_name.php' sein. +$file steht für den Pfadnamen, der relativ zum Top-Level-Friendicaverzeichnis liegt. +Das *sollte* "addon/plugin_name/plugin_name.php' sein. $function ist ein String und der Name der Funktion, die ausgeführt wird, wenn der Hook aufgerufen wird. @@ -34,21 +42,29 @@ Deine Hook-Callback-Funktion wird mit mindestens einem und bis zu zwei Argumente Wenn du Änderungen an den aufgerufenen Daten vornehmen willst, musst du diese als Referenzvariable (mit "&") während der Funktionsdeklaration deklarieren. -$a ist die Friendica "App"-Klasse, die eine Menge an Informationen über den aktuellen Friendica-Status beinhaltet, u.a. welche Module genutzt werden, Konfigurationsinformationen, Inhalte der Seite zum Zeitpunkt des Hook-Aufrufs. Es ist empfohlen, diese Funktion "$a" zu nennen, um seine Nutzung an den Gebrauch an anderer Stelle anzugleichen. +$a ist die Friendica "App"-Klasse, die eine Menge an Informationen über den aktuellen Friendica-Status beinhaltet, u.a. welche Module genutzt werden, Konfigurationsinformationen, Inhalte der Seite zum Zeitpunkt des Hook-Aufrufs. +Es ist empfohlen, diese Funktion "$a" zu nennen, um seine Nutzung an den Gebrauch an anderer Stelle anzugleichen. -$b kann frei benannt werden. Diese Information ist speziell auf den Hook bezogen, der aktuell bearbeitet wird, und beinhaltet normalerweise Daten, die du sofort nutzen, anzeigen oder bearbeiten kannst. Achte darauf, diese mit "&" zu deklarieren, wenn du sie bearbeiten willst. +$b kann frei benannt werden. +Diese Information ist speziell auf den Hook bezogen, der aktuell bearbeitet wird, und beinhaltet normalerweise Daten, die du sofort nutzen, anzeigen oder bearbeiten kannst. +Achte darauf, diese mit "&" zu deklarieren, wenn du sie bearbeiten willst. **Module** -Plugins/Addons können auch als "Module" agieren und alle Seitenanfragen für eine bestimte URL abfangen. Um ein Plugin als Modul zu nutzen, ist es nötig, die Funktion "plugin_name_module()" zu definieren, die keine Argumente benötigt und nichts weiter machen muss. +Plugins/Addons können auch als "Module" agieren und alle Seitenanfragen für eine bestimte URL abfangen. +Um ein Plugin als Modul zu nutzen, ist es nötig, die Funktion "plugin_name_module()" zu definieren, die keine Argumente benötigt und nichts weiter machen muss. -Wenn diese Funktion existiert, wirst du nun alle Seitenanfragen für "http://my.web.site/plugin_name" erhalten - mit allen URL-Komponenten als zusätzliche Argumente. Diese werden in ein Array $a->argv geparst und stimmen mit $a->argc überein, wobei sie die Anzahl der URL-Komponenten abbilden. So würde http://my.web.site/plugin/arg1/arg2 nach einem Modul "plugin" suchen und seiner Modulfunktion die $a-App-Strukur übergeben (dies ist für viele Komponenten verfügbar). Das umfasst: +Wenn diese Funktion existiert, wirst du nun alle Seitenanfragen für "http://my.web.site/plugin_name" erhalten - mit allen URL-Komponenten als zusätzliche Argumente. +Diese werden in ein Array $a->argv geparst und stimmen mit $a->argc überein, wobei sie die Anzahl der URL-Komponenten abbilden. +So würde http://my.web.site/plugin/arg1/arg2 nach einem Modul "plugin" suchen und seiner Modulfunktion die $a-App-Strukur übergeben (dies ist für viele Komponenten verfügbar). Das umfasst: $a->argc = 3 $a->argv = array(0 => 'plugin', 1 => 'arg1', 2 => 'arg2'); -Deine Modulfunktionen umfassen oft die Funktion plugin_name_content(&$a), welche den Seiteninhalt definiert und zurückgibt. Sie können auch plugin_name_post(&$a) umfassen, welches vor der content-Funktion aufgerufen wird und normalerweise die Resultate der POST-Formulare handhabt. Du kannst ebenso plugin_name_init(&$a) nutzen, was oft frühzeitig aufgerufen wird und das Modul initialisert. +Deine Modulfunktionen umfassen oft die Funktion plugin_name_content(&$a), welche den Seiteninhalt definiert und zurückgibt. +Sie können auch plugin_name_post(&$a) umfassen, welches vor der content-Funktion aufgerufen wird und normalerweise die Resultate der POST-Formulare handhabt. +Du kannst ebenso plugin_name_init(&$a) nutzen, was oft frühzeitig aufgerufen wird und das Modul initialisert. **Derzeitige Hooks:** diff --git a/doc/de/Profiles.md b/doc/de/Profiles.md index 0da6476d83..311f1c7929 100644 --- a/doc/de/Profiles.md +++ b/doc/de/Profiles.md @@ -3,9 +3,12 @@ Profile * [Zur Startseite der Hilfe](help) -Mit Friendica kann eine unbegrenzte Anzahl an Profilen angelegt werden. Du kannst verschiedene Profile nutzen, um verschiedenen Gruppen verschiedene Seiten von dir zu zeigen. +Mit Friendica kann eine unbegrenzte Anzahl an Profilen angelegt werden. +Du kannst verschiedene Profile nutzen, um verschiedenen Gruppen verschiedene Seiten von dir zu zeigen. -Du hast immer ein Profil, das als dein "Standard"- (default) oder "öffentliches" (public) Profil angelegt ist. Dieses Profil ist immer für die Öffentlichkeit zugänglich und kann nicht versteckt werden (hier mag es einige wenige Ausnahmen auf privaten oder getrennten Seiten geben). Du kannst und solltest die Informationen, die du in deinem öffentlichen Profil veröffentlichst, begrenzen. +Du hast immer ein Profil, das als dein "Standard"- (default) oder "öffentliches" (public) Profil angelegt ist. +Dieses Profil ist immer für die Öffentlichkeit zugänglich und kann nicht versteckt werden (hier mag es einige wenige Ausnahmen auf privaten oder getrennten Seiten geben). +Du kannst und solltest die Informationen, die du in deinem öffentlichen Profil veröffentlichst, begrenzen. Das bedeutet, dass du folgende Informationen in dein öffentlichen Profil eintragen solltest, wenn du willst, dass Freunde dich finden können ... @@ -13,35 +16,64 @@ Das bedeutet, dass du folgende Informationen in dein öffentlichen Profil eintra * Ein Foto von **dir** * Dein geographischer Standort; zumindest das Land, in dem du lebst. -Ohne diese Basisinformationen kannst du hier sehr einsam sein. Die meisten Leute, auch deine besten Freunde, werden nicht versuchen, einen Account mit Spitznamen und ohne Foto zu verbinden. +Ohne diese Basisinformationen kannst du hier sehr einsam sein. +Die meisten Leute, auch deine besten Freunde, werden nicht versuchen, einen Account mit Spitznamen und ohne Foto zu verbinden. -Wenn du außerdem Leute mit gleichen Interessen treffen willst, dann nimm dir etwas Zeit und trage einige Stichworte ein. Zum Beispiel etwas wie "Musik, Linux, Photographie" oder andere Dinge. Du kannst so viele Stichworte eintragen, wie du willst. +Wenn du außerdem Leute mit gleichen Interessen treffen willst, dann nimm dir etwas Zeit und trage einige Stichworte ein. +Zum Beispiel etwas wie "Musik, Linux, Photographie" oder andere Dinge. +Du kannst so viele Stichworte eintragen, wie du willst. -Dein "Standard-" oder "öffentliches" Profil wird außerdem Kontakten in anderen Netzwerken gezeigt, auch wenn sie nicht die Möglichkeit haben, die privaten Profile einzusehen. Nur Mitglieder des Friendica-Netzwerks können alternative oder private Profile sehen. +Dein "Standard-" oder "öffentliches" Profil wird außerdem Kontakten in anderen Netzwerken gezeigt, auch wenn sie nicht die Möglichkeit haben, die privaten Profile einzusehen. +Nur Mitglieder des Friendica-Netzwerks können alternative oder private Profile sehen. -Um ein alternatives Profil zu erstellen, gehe auf "Profil verwalten/editieren". Du kannst entweder ein bestehendes Profil bearbeiten, das Foto ändern, oder ein neues Profil erstellen. Du kannst ebenfalls einen Klon eines bestehenden Profils erstellen, falls du nur einige wenige Einstellungen ändern, aber nicht alle Daten noch mal eingeben willst. +Um ein alternatives Profil zu erstellen, gehe auf "Profil verwalten/editieren". +Du kannst entweder ein bestehendes Profil bearbeiten, das Foto ändern, oder ein neues Profil erstellen. +Du kannst ebenfalls einen Klon eines bestehenden Profils erstellen, falls du nur einige wenige Einstellungen ändern, aber nicht alle Daten noch mal eingeben willst. -Um bestimmten Personen ein Profil zuzuweisen, wähle die Person über "Kontakte" und klicke auf das Bearbeiten-Symbol (Stift). Du wirst ein Auswahlmenü mit verschiedenen vorhandenen Profilen angezeigt bekommen. Wenn diese Auswahl nicht angezeigt wird, dann ist die Person in einem nicht unterstützten Netzwerk und kann dadurch auch kein Profil zugewiesen bekommen. +Um bestimmten Personen ein Profil zuzuweisen, wähle die Person über "Kontakte" und klicke auf das Bearbeiten-Symbol (Stift). +Du wirst ein Auswahlmenü mit verschiedenen vorhandenen Profilen angezeigt bekommen. +Wenn diese Auswahl nicht angezeigt wird, dann ist die Person in einem nicht unterstützten Netzwerk und kann dadurch auch kein Profil zugewiesen bekommen. -Wenn eine befreundete Person auf den "magischen Profillink" klickt, sieht sie das private Profil, das du dieser Person zugewiesen hast. Wenn sie nicht eingeloggt ist oder das Profil von woanders angeschaut wird, wird nur das öffentliche Profil angezeigt. +Wenn eine befreundete Person auf den "magischen Profillink" klickt, sieht sie das private Profil, das du dieser Person zugewiesen hast. +Wenn sie nicht eingeloggt ist oder das Profil von woanders angeschaut wird, wird nur das öffentliche Profil angezeigt. -Ein "magischer Profillink" erscheint, wenn man mit der Maus über den Kontaktnamen oder das Foto geht. Der Cursor wird zur Hand und auf dem Bild erscheint ein Pfeil, der nach unten zeigt. Dieser "magische Cursor" zeigt an, dass du ein spezielles Profil angezeigt bekommst, das nur für Freunde, aber nicht für die Öffentlichkeit sichtbar ist. +Ein "magischer Profillink" erscheint, wenn man mit der Maus über den Kontaktnamen oder das Foto geht. +Der Cursor wird zur Hand und auf dem Bild erscheint ein Pfeil, der nach unten zeigt. +Dieser "magische Cursor" zeigt an, dass du ein spezielles Profil angezeigt bekommst, das nur für Freunde, aber nicht für die Öffentlichkeit sichtbar ist. -Du wirst außerdem möglicherweise entdecken (vorausgesetzt, du hast die nötigen Zugriffsrechte), dass du direkt auf die Seite einer anderen Person schreiben kannst (oft wird diese Beitragsart "wall-to-wall" genannt). Ebenso kannst du die Möglichkeit haben, direkt Beiträge zu kommentieren, während du die Seite der anderen Person besuchst. +Du wirst außerdem möglicherweise entdecken (vorausgesetzt, du hast die nötigen Zugriffsrechte), dass du direkt auf die Seite einer anderen Person schreiben kannst (oft wird diese Beitragsart "wall-to-wall" genannt). +Ebenso kannst du die Möglichkeit haben, direkt Beiträge zu kommentieren, während du die Seite der anderen Person besuchst. -Es gibt zwei Einstellungen, welche erlauben, dein Profil ins Verzeichnis einzutragen, so dass du von anderen Personen gefunden werden kannst. Du kannst diese Einstellungen auf deiner "Einstellungen"-Seite ändern. Die eine Einstellung erlaubt dir, dein Profil im Verzeichnis dieses Servers zu veröffentlichen. Die zweite Option erlaubt es dir, dich in das globale Friendica-Verzeichnis einzutragen. Dies ist ein riesiges Verzeichnis, dass alle Personen von vielen Friendica-Installationen weltweit umfasst. +Es gibt zwei Einstellungen, welche erlauben, dein Profil ins Verzeichnis einzutragen, so dass du von anderen Personen gefunden werden kannst. +Du kannst diese Einstellungen auf deiner "Einstellungen"-Seite ändern. +Die eine Einstellung erlaubt dir, dein Profil im Verzeichnis dieses Servers zu veröffentlichen. +Die zweite Option erlaubt es dir, dich in das globale Friendica-Verzeichnis einzutragen. +Dies ist ein riesiges Verzeichnis, dass alle Personen von vielen Friendica-Installationen weltweit umfasst. Wenn du für andere nicht sichtbar sein willst, dann kannst du dein Profil einfach unveröffentlicht lassen. -Außerdem hast du möglicherweise mehrere Profile, aber nur ein Profilfoto. Dies ist beabsichtigt. In frühen Tests haben wir mit verschiedenen Fotos für jedes Profil experimentiert und herausgefunden, dass es sehr verwirrend für die Nutzer ist. Sie sehen möglicherweise je nach Profil, Seite oder Unterhaltung verschiedene Fotos und merken, dass es unterschiedliche Profile gibt, die sie nicht einsehen können. +Außerdem hast du möglicherweise mehrere Profile, aber nur ein Profilfoto. Dies ist beabsichtigt. +In frühen Tests haben wir mit verschiedenen Fotos für jedes Profil experimentiert und herausgefunden, dass es sehr verwirrend für die Nutzer ist. +Sie sehen möglicherweise je nach Profil, Seite oder Unterhaltung verschiedene Fotos und merken, dass es unterschiedliche Profile gibt, die sie nicht einsehen können. (Du kannst aber die Rich-Text-Infoboxen in deinem Profil nutzen und dort weitere Bilder in das Feld "Erzähle uns ein bisschen von dir …" einfügen.) **Schlüsselwörter und Verzeichnissuche** -Auf der Verzeichnisseite willst du vielleicht nach Personen deines Servers suchen, die ihre Profile veröffentlicht haben. Die Suche richtet sich normalerweise nach deinem Spitznamen oder Teilen deines richtigen Namens. Darüber hinaus wird dieses Feld auch andere Felder deines Profils wie Geschlecht, Ort, "über mich", Arbeit und Bildung finden. Du kannst zudem auch "Schlüsselwörter" in dein Standardprofil eintragen, so dass dich andere Personen über deine Interessen finden können. Du hast zwei Schlüsselwortarten zur Auswahl - öffentlich und privat. Private Schlüsselwörter werden *nicht* jedem angezeigt. Du kannst diese Schlüsselwörter nutzen, um andere Personen zu finden, die ebenfalls in einer bestimmten Gruppe sind oder z.B. das Fischen mögen, ohne dass es jeder in einem öffentlichen Profil sieht. Öffentliche Schlüsselwörter werden auf der "Kontaktvorschläge"-Seite genutzt. Auch wenn die Schlüsselwörter hier nicht direkt angezeigt werden, kann es trotzdem sein, dass diese im HTML-Code der Seite gesehen werden könnten. +Auf der Verzeichnisseite willst du vielleicht nach Personen deines Servers suchen, die ihre Profile veröffentlicht haben. +Die Suche richtet sich normalerweise nach deinem Spitznamen oder Teilen deines richtigen Namens. +Darüber hinaus wird dieses Feld auch andere Felder deines Profils wie Geschlecht, Ort, "über mich", Arbeit und Bildung finden. +Du kannst zudem auch "Schlüsselwörter" in dein Standardprofil eintragen, so dass dich andere Personen über deine Interessen finden können. +Du hast zwei Schlüsselwortarten zur Auswahl - öffentlich und privat. Private Schlüsselwörter werden *nicht* jedem angezeigt. +Du kannst diese Schlüsselwörter nutzen, um andere Personen zu finden, die ebenfalls in einer bestimmten Gruppe sind oder z.B. das Fischen mögen, ohne dass es jeder in einem öffentlichen Profil sieht. +Öffentliche Schlüsselwörter werden auf der "Kontaktvorschläge"-Seite genutzt. +Auch wenn die Schlüsselwörter hier nicht direkt angezeigt werden, kann es trotzdem sein, dass diese im HTML-Code der Seite gesehen werden könnten. -In der Verzeichnis-Suche kannst du ebenfalls die "booleasche"-Logik zu nutzen. Mit "+lesbisch +Florida" kannst du Leute finden, deren sexuelle Einstellung (oder andere Schlüsselwörter) das Wort "lesbisch" enthält und die in Florida leben. Schau dir den Bereich über "Thematische Tags" auf der "[Tags und Erwähnungen-Seite](help/Tags-and-Mentions) für weitere Informationen, um booleansche Suchen durchzuführen. +In der Verzeichnis-Suche kannst du ebenfalls die "booleasche"-Logik zu nutzen. Mit "+lesbisch +Florida" kannst du Leute finden, deren sexuelle Einstellung (oder andere Schlüsselwörter) das Wort "lesbisch" enthält und die in Florida leben. +Schau dir den Bereich über "Thematische Tags" auf der "[Tags und Erwähnungen-Seite](help/Tags-and-Mentions) für weitere Informationen, um booleansche Suchen durchzuführen. -Auf deiner Kontaktseite ist der Link "Ähnliche Interessen", um damit andere Leute zu finden (falls dein Seitenadministrator das globale Verzeichnis nicht ausgeschaltet hat). Hierfür werden die Schlüsselwörter aus deinen öffentlichen und privaten Profilen genutzt, um Personen im globalen Verzeichnis zu finden, die gleiche oder ähnliche Schlüsselwörter haben (deine privaten Schlüsselwörter werden nicht in das globale Verzeichnis übertragen oder gespeichert). Je mehr Schlüsselwörter du einträgst, umso genauer ist die Suche. Das Suchergebnis ist nach Relevanz sortiert. Gegebenenfalls stehst du ganz oben auf der Liste - schließlich bist du die Person, die am besten zu deinen Schlüsselwörtern passt. +Auf deiner Kontaktseite ist der Link "Ähnliche Interessen", um damit andere Leute zu finden (falls dein Seitenadministrator das globale Verzeichnis nicht ausgeschaltet hat). +Hierfür werden die Schlüsselwörter aus deinen öffentlichen und privaten Profilen genutzt, um Personen im globalen Verzeichnis zu finden, die gleiche oder ähnliche Schlüsselwörter haben (deine privaten Schlüsselwörter werden nicht in das globale Verzeichnis übertragen oder gespeichert). +Je mehr Schlüsselwörter du einträgst, umso genauer ist die Suche. Das Suchergebnis ist nach Relevanz sortiert. +Gegebenenfalls stehst du ganz oben auf der Liste - schließlich bist du die Person, die am besten zu deinen Schlüsselwörtern passt. diff --git a/doc/de/Quick-Start-andfinally.md b/doc/de/Quick-Start-andfinally.md index b6e492ae69..98dfa556a9 100644 --- a/doc/de/Quick-Start-andfinally.md +++ b/doc/de/Quick-Start-andfinally.md @@ -3,16 +3,16 @@ Und damit sind wir auch schon am Ende der Schnellstartanleitung. -Hier sind noch einige weitere Dinge, die dir den Start vereinfachen können. +Hier sind noch einige weitere Dinge, die Dir den Start vereinfachen können. **Gruppen** - Friendica Support - Probleme? Dann ist das der Platz, um zu fragen! -- Let's Talk eine Gruppe, um Leute und Gruppen mit gleichen Interessen zu finden + **Dokumentation** diff --git a/doc/de/Quick-Start-groupsandpages.md b/doc/de/Quick-Start-groupsandpages.md index f0547667f2..88bf5652fa 100644 --- a/doc/de/Quick-Start-groupsandpages.md +++ b/doc/de/Quick-Start-groupsandpages.md @@ -3,13 +3,22 @@ Gruppen und Seiten * [Zur Startseite der Hilfe](help) -Hier siehst du das globale Verzeichnis. Wenn du dich mal verirrt hast, kannst du diesen Link klicken und wieder hierher kommen. +Hier siehst Du das globale Verzeichnis. +Wenn Du Dich mal verirrt hast, kannst Du diesen Link klicken und wieder hierher kommen. -Auf dieser Seite findest du eine Zusammenstellung von Gruppen, Foren und bekannten Seiten. Gruppen sind keine realen Personen. Sich mit diesen zu verbinden ist, als wenn man jemanden auf Facebook "liked" ("gefällt mir") oder wenn man sich in einem Forum anmeldet. Habe keine Sorge, falls du dich unbehaglich fühlst, wenn du dich einer neuen Person vorstellen sollst, da es sich nicht um Personen handelt. +Auf dieser Seite findest Du eine Zusammenstellung von Gruppen, Foren und Promi-Seiten. Gruppen sind keine realen Personen. +Sich mit diesen zu verbinden ist, als wenn man jemanden auf Facebook "liked" ("gefällt mir") oder wenn man sich in einem Forum anmeldet. +Es gibt keinen Anlass zur Unsicherheit, ob Du Dich einfach so mit einer Gruppe verbinden kannst oder nicht, da es sich nicht um Personen handelt. -Wenn du dich mit einer Gruppe verbindest, erscheinen alle Nachrichten der Gruppe in deinem "Netzwerk"-Tab. Du kannst diese Beiträge kommentieren oder selbst in der Gruppe schreiben, ohne eine der Gruppenmitglieder persönlich hinzuzufügen. Das ist ein großartiger Weg, dynamisch neue Freunde zu gewinnen. Du findest Personen, die du magst, anstatt Fremde hinzuzufügen. Suche dir einfach eine Gruppe und füge sie so hinzu, wie du auch normale Freunde hinzufügst. Es gibt eine Menge Gruppen und möglicherweise findest du nicht wieder zu dieser Seite zurück. In diesem Fall nutze einfach den Link oben auf dieser Seite. +Wenn Du Dich mit einer Gruppe verbindest, erscheinen alle Nachrichten der Gruppe in Deinem "Netzwerk"-Tab. +Du kannst diese Beiträge kommentieren oder selbst in der Gruppe schreiben, ohne eines der Gruppenmitglieder persönlich hinzuzufügen. +Das ist ein großartiger Weg, dynamisch neue Freunde zu gewinnen. +Du findest Personen Deines Interesses, anstatt Fremde hinzuzufügen. +Suche Dir einfach eine Gruppe und füge sie so hinzu, wie Du auch normale Freunde hinzufügst. +Es gibt eine Menge Gruppen. +Solltest Du beim Stöbern durch die vielen Gruppen nicht wieder hierher zurück finden, so nutze einfach den Link oben auf dieser Seite. -Wenn du einige Gruppen hinzugefügt hast, gehe weiter zum nächsten Schritt. +Wenn Du einige Gruppen hinzugefügt hast, gehe weiter zum nächsten Schritt. diff --git a/doc/de/Quick-Start-guide.md b/doc/de/Quick-Start-guide.md index eb0fd0539b..d3dbd6b273 100644 --- a/doc/de/Quick-Start-guide.md +++ b/doc/de/Quick-Start-guide.md @@ -1,17 +1,34 @@ Erste Schritte... -========== +================= * [Zur Startseite der Hilfe](help) -Das Erste zum Anfang: geh sicher, dass du schon eingeloggt bist. Wenn du noch nicht eingeloggt bist, kannst du das in dem Fenster unten machen. +Als Erstes: Gehe sicher, dass Du eingeloggt bist. +Wenn Du noch nicht eingeloggt bist, kannst Du das in dem Fenster unten machen. -Sobald du eingeloggt bist (oder wenn du bereits eingeloggt bist), kannst du unten nun auf deine Profilseite schauen. +Sobald dies geschehen ist, schaust Du auf die Netzwerkseite Deines Profils. +Klicke auf den Reiter "Pinnwand". +Hier sieht es ein wenig wie auf (D)einer Facebook-Seite aus. +Du findest hier alle Deine Statusmeldungen und Nachrichten Deiner Freunde, die direkt auf Deine "Pinnwand" ("Wall") geschrieben haben. +Um Deinen Status einzutragen, klicke einfach auf die Box oben, in der "Teilen" steht. +Wenn Du das machst, vergrößert sich die Box, und Du kannst nun Deinen Text eintragen, mit Hilfe einiger Formatierungsoptionen wie fett, kursiv, unterstrichen formatieren und ebenfalls Bilder und Links hinzufügen. +Unten findest Du in diesem Feld weitere Knöpfe, mit denen Du Bilder und Dateien von Deinem Computer hochladen, Webseiten mit einem Kurztext teilen und Video- und Audiodateien aus dem Internet einfügen kannst. +Außerdem kannst Du hier eintragen, wo Du gerade bist. -Hier sieht es ein wenig wie auf deiner Facebook-Seite aus. Hier findest du alle deine Statusmeldungen und Nachrichten deiner Freunde, die direkt auf deine Seite ("Wall") geschrieben haben. Um deinen Status einzutragen, klicke einfach auf die Box oben, in der "Teilen" steht. Wenn du das machst, vergrößert sich die Box. Nun kannst du einige Formatierungsoptionen wie Fett, kursiv, unterstrichen auswählen und ebenfalls Bilder und Links hinzufügen. Unten findest du in diesem Feld weitere Links, mit denen du Bilder und Dateien von deinem Computer hochladen, Webseiten mit einem Kurztext teilen und Video- und Audiodateien aus dem Internet einfügen kannst. Außerdem kannst du hier eintragen, wo du gerade bist. +Wenn Du Deinen Beitrag ("Post") geschrieben hast, kannst Du auf das "Schloss"-Symbol klicken und festlegen, wer Deinen Beitrag sehen kann. +Wenn Du dieses Symbol nicht anklickst, ist Dein Beitrag öffentlich. +Ein öffentlicher Beitrag ist sichbar für + +Auch wenn Du Deinen Server so konfiguriert hast, dass der Zugriff von außerhalb des Friendica-Netzwerks theoretisch nicht möglich ist, so ist Dein Beitrag über die Profile Deiner Kontakte sichtbar, wenn deren Knoten solche Zugriffe zulassen. -Wenn du deinen Beitrag ("Post") geschrieben hast, kannst du auf das "Schloss"-Symbol klicken und festlegen, wer deinen Beitrag sehen kann. Wenn du dieses Symbol nicht anklickst, ist dein Beitrag öffentlich. Das bedeutet, dass jeder, der dein Profil ansieht, der auf dem "Community"-Tab deines Servers oder auf dem "Netzwerk"-Tab ("Beiträge deiner Kontakte") eines befreundeten Kontakts ist, den Beitrag sehen kann. + -Probiere es doch einfach mal aus. Wenn du fertig bist, schauen wir uns den "Netzwerk"-Tab an. +Probiere es doch einfach mal aus. Wenn Du fertig bist, schauen wir uns den "Netzwerk"-Tab an. diff --git a/doc/de/Quick-Start-makingnewfriends.md b/doc/de/Quick-Start-makingnewfriends.md index 24d9ee4186..1e79a7639c 100644 --- a/doc/de/Quick-Start-makingnewfriends.md +++ b/doc/de/Quick-Start-makingnewfriends.md @@ -3,13 +3,23 @@ Neue Freunde finden * [Zur Startseite der Hilfe](help) -Hier siehst du die Kontaktvorschläge. Wenn du dich mal verirrt hast, kannst du diesen Link klicken und wieder hierher kommen. +Hier siehst Du die Kontaktvorschläge. +Wenn Du Dich mal verirrt hast, kannst Du diesen Link klicken und wieder hierher kommen. -Diese Seite ist ein wenig wie die Kontaktvorschläge in Facebook. Jeder auf dieser Liste hat zugestimmt, als Kontaktvorschlag zu erscheinen. Das bedeutet, das sie Anfragen meist nicht ablehnen, da sie neue Leute kennenlernen wollen. +Diese Seite funktioniert in etwa wie die Kontaktvorschläge in Facebook. +Jeder auf dieser Liste hat zugestimmt, als Kontaktvorschlag zu erscheinen. +Das bedeutet, das sie Anfragen meist nicht ablehnen, da sie neue Leute kennenlernen wollen. -Siehst du jemanden, dessen Aussehen du magst? Klicke auf den "Verbinden"-Button beim Foto. Als nächstes kommst du zur Seite "Freundschafts-/Kontaktanfrage". Fülle das Formular wie vorgegeben aus und trage optional eine kleine Notiz ein. Nun musst du nur noch auf die Bestätigung warten. Beachte dabei, dass es sich um reale Personen handelt und es somit etwas dauern kann. Jetzt, nachdem du jemanden hinzugefügt hast, weißt du vielleicht nicht mehr, wie du zurückkommst. Klicke einfach auf den Link oben auf dieser Seite und du kommst zurück zur Seite mit den Kontaktvorschlägen, um weitere Personen hinzuzufügen. +Siehst Du jemanden, der Dir interessant erscheint? Klicke auf den "Verbinden"-Knopf beim Foto. +Als nächstes kommst Du zur Seite "Freundschafts-/Kontaktanfrage". +Fülle das Formular wie vorgegeben aus und trage optional eine kleine Notiz ein. +Nun musst Du nur noch auf die Bestätigung warten. +Beachte dabei, dass es sich um reale Personen handelt und es somit etwas dauern kann. -Du willst nicht einfach Personen hinzufügen, die du nicht kennst? Kein Problem - an dieser Stelle kommen wir zu den Gruppen und Seiten. +Jetzt, nachdem Du jemanden hinzugefügt hast, weißt Du vielleicht nicht mehr, wie Du zurückkommst. +Klicke einfach auf den Link oben auf dieser Seite und Du gelangst zur Seite mit den Kontaktvorschlägen zurück, um weitere Personen hinzuzufügen. + +Du willst nicht einfach Personen hinzufügen, die Du nicht kennst? Kein Problem - an dieser Stelle kommen wir zu den Gruppen und Seiten. diff --git a/doc/de/Quick-Start-network.md b/doc/de/Quick-Start-network.md index 6132cd57fc..9b525ae2ba 100644 --- a/doc/de/Quick-Start-network.md +++ b/doc/de/Quick-Start-network.md @@ -3,11 +3,17 @@ Deine "Netzwerk"-Seite * [Zur Startseite der Hilfe](help) -Das ist dein "Netzwerk"-Tab. Wenn du dich mal verirrt hast, kannst du diesen Link klicken, um wieder hierher zu kommen. +Dies ist Dein "Netzwerk"-Tab. +Wenn Du Dich mal verirrt hast, kannst Du diesen Link klicken, um wieder hierher zu kommen. -Diese Seite ist ein wenig wie die News-Seite in Facebook oder der Stream in Diaspora. Hier findest du alle Beiträge deiner Kontakte, Gruppen und Feeds, die du eingetragen hast. Wenn du neu bist, siehst du hier noch nichts, falls du deinen Status im letzten Schritt noch nicht eingetragen hast. Wenn du bereits ein paar Freunde eingetragen hast, findest du hier ihre Beiträge. Hier kannst du Beiträge kommentieren, eintragen, dass du den Beitrag magst oder ablehnst oder die Profile durch einen Klick auf deren Namen anschauen und auf deren Seite ("Wall") Nachrichten schreiben. +Diese Seite ist ein wenig wie die News-Seite in Facebook oder der Stream in Diaspora. +Hier findest Du alle Beiträge Deiner Kontakte, Gruppen und Feeds, die Du eingetragen hast. +Wenn Du neu bist, siehst Du hier noch nichts, falls Du an Deinem Status im letzten Schritt noch nichts geändert haben solltest. +Wenn Du bereits ein paar Freunde gefunden hast, so findest Du hier ihre Beiträge. +Du kannst ihre Beiträge von hier aus kommentieren, mitteilen, dass Du den Beitrag magst oder ablehnst (Daumen hoch, Daumen runter) oder die Profile durch einen Klick auf deren Namen besuchen und dort auf deren "Pinnwand" ("Wall") Nachrichten schreiben. -Nun wollen wir diese Seite mit Inhalt füllen. Der erste Schritt ist es, Leute zu deinem Account hinzuzufügen. +Nun wollen wir diese Seite mit Inhalt füllen. +Der erste Schritt ist es, Leute zu Deinem Account hinzuzufügen. diff --git a/doc/de/README.md b/doc/de/README.md index 5dc32ee76e..a4e2bdec77 100644 --- a/doc/de/README.md +++ b/doc/de/README.md @@ -3,6 +3,7 @@ Friendica-doc-german Friendica - doc - german -Hier findest du die deutsche Version der Friendica-Hilfedateien. Es handelt sich um eine selbst erstellte, öffentlich freigegebene Arbeit mit dem Ziel, Friendica durch deutsche Hilfedateien für weitere Personen zugänglich zu machen, die dem Englischen nicht ausreichend mächtig sind. +Hier findest du die deutsche Version der Friendica-Hilfedateien. +Es handelt sich um eine selbst erstellte, öffentlich freigegebene Arbeit mit dem Ziel, Friendica durch deutsche Hilfedateien für weitere Personen zugänglich zu machen, die dem Englischen nicht ausreichend mächtig sind. Die Daten basieren auf dem offiziellen Friendica-Github https://github.com/friendica/friendica (Stand: 03.11.12) diff --git a/doc/de/Remove-Account.md b/doc/de/Remove-Account.md index 7762ec9d07..9c6e0403b1 100644 --- a/doc/de/Remove-Account.md +++ b/doc/de/Remove-Account.md @@ -9,16 +9,25 @@ Wir freuen uns nicht, wenn Leute Friendica verlassen, aber wenn du deinen Accoun in deinem Webbrowser. Du musst dabei eingeloggt sein. -Du wirst nach deinem Passwort gefragt, um die Anfrage zu bestätigen. Wenn dieses mit deinem gespeichertem Passwort übereinstimmt, dann wird dein Account sofort gelöscht. Anders als andere Netzwerke, behalten wir die Daten **nicht** für eine gewisse Zeit, falls du deine Meinung noch änderst. Deine Nutzerdetails, deine Unterhaltungen, deine Photos, deine Freunde - alles; wird sofort gelöscht und du wirst ausgeloggt. +Du wirst nach deinem Passwort gefragt, um die Anfrage zu bestätigen. +Wenn dieses mit deinem gespeichertem Passwort übereinstimmt, dann wird dein Account sofort gelöscht. +Anders als andere Netzwerke, behalten wir die Daten **nicht** für eine gewisse Zeit, falls du deine Meinung noch änderst. +Deine Nutzerdetails, deine Unterhaltungen, deine Photos, deine Freunde - alles; wird sofort gelöscht und du wirst ausgeloggt. -Wenn Beiträge ablaufen, schicken wir Mitteilungen an Friendica, um diese zu löschen. Diaspora hat keine automatische Löschfunktion, so dass diese Funktion in dem Netzwerk deaktiviert ist. Und hoffentlich ist klar, dass das Löschen auch in anderen Netzwerken nicht funktioniert. Wenn du manuell einen Beitrag bzw. eine Reihe von Beiträgen löschst, dann senden wir individuelle Mitteilungen zu Friendica und Diaspora für jeden gelöschten Post. +Wenn Beiträge ablaufen, schicken wir Mitteilungen an Friendica, um diese zu löschen. +Diaspora hat keine automatische Löschfunktion, so dass diese Funktion in dem Netzwerk deaktiviert ist. +Und hoffentlich ist klar, dass das Löschen auch in anderen Netzwerken nicht funktioniert. +Wenn du manuell einen Beitrag bzw. eine Reihe von Beiträgen löschst, dann senden wir individuelle Mitteilungen zu Friendica und Diaspora für jeden gelöschten Post. Diaspora versäumt dieses oft. -Wenn du einen Beitrag löscht, aber jemand diesem Beitrag folgt, wird es trotzdem gelöscht. Dein Wunsch hat Priorität. +Wenn du einen Beitrag löscht, aber jemand diesem Beitrag folgt, wird es trotzdem gelöscht. +Dein Wunsch hat Priorität. Wenn du deinen Account löscht, dann löschen wir alle Beiträge, dein Profil, die Nutzerdaten etc. sofort. -Um einen Gesamtlöschauftrag zu versenden, bräuchten wir zunächst noch deinen Account; auch, um deinen Freunden zu zeigen, wer diese Anfrage stellt. Das können wir nicht tun, wenn du keinen Account mehr hast. +Um einen Gesamtlöschauftrag zu versenden, bräuchten wir zunächst noch deinen Account; auch, um deinen Freunden zu zeigen, wer diese Anfrage stellt. +Das können wir nicht tun, wenn du keinen Account mehr hast. -Deine Freunde können möglicherweise noch deine Beiträge sehen, wenn dein Account gelöscht wurde, aber es gibt keinen öffentlichen Ort in Friendica mehr, wo diese angeschaut werden können. Wenn du Freunde bei Diaspora hast, kann es sein, dass deine Beiträge weiterhin vorhanden und für andere aus diesem Netzwerk sichtbar sind. +Deine Freunde können möglicherweise noch deine Beiträge sehen, wenn dein Account gelöscht wurde, aber es gibt keinen öffentlichen Ort in Friendica mehr, wo diese angeschaut werden können. +Wenn du Freunde bei Diaspora hast, kann es sein, dass deine Beiträge weiterhin vorhanden und für andere aus diesem Netzwerk sichtbar sind. diff --git a/doc/de/SSL.md b/doc/de/SSL.md index ecb10d9d3e..dd9b42676e 100644 --- a/doc/de/SSL.md +++ b/doc/de/SSL.md @@ -7,13 +7,19 @@ Wenn du deine eigene Friendica-Seite betreibst, willst du vielleicht SSL (https) Wenn du das auf deiner eigenen Domain machen willst, musst du ein Zertifikat von einer anerkannten Organisation beschaffen (sogenannte selbst-signierte Zertifikate, die unter Computerfreaks beliebt sind, arbeiten nicht sehr gut mit Friendica, weil sie Warnungen im Browser hervorrufen können). -Wenn du dieses Dokument liest, bevor du Friendica installierst, kannst du eine sehr einfache Option in Betracht ziehen: suche dir ein geteiltes Hosting-Angebot (shared hosting) ohne eigene Domain. Dadurch wirst du eine Adresse in der Form deinName.deinAnbietername.de erhalten, was nicht so schön wie deinName.de ist. Aber es wird trotzdem deine ganz persönliche Seite sein und du wirst unter Umständen die Möglichkeit haben, das SSL-Zertifikat deines Anbieters mitzubenutzen. Das bedeutet, dass du SSL überhaupt nicht konfigurieren musst - es wird einfach sofort funktionieren, wenn die Besucher deiner Seite https statt http eingeben. +Wenn du dieses Dokument liest, bevor du Friendica installierst, kannst du eine sehr einfache Option in Betracht ziehen: suche dir ein geteiltes Hosting-Angebot (shared hosting) ohne eigene Domain. +Dadurch wirst du eine Adresse in der Form deinName.deinAnbietername.de erhalten, was nicht so schön wie deinName.de ist. +Aber es wird trotzdem deine ganz persönliche Seite sein und du wirst unter Umständen die Möglichkeit haben, das SSL-Zertifikat deines Anbieters mitzubenutzen. +Das bedeutet, dass du SSL überhaupt nicht konfigurieren musst - es wird einfach sofort funktionieren, wenn die Besucher deiner Seite https statt http eingeben. Wenn dir diese Lösung nicht gefällt, lies weiter... **Geteilte Hosting-Angebote/Shared hosts** -Wenn du ein geteiltes Hosting-Angebot mit einer eigenen Domain nutzt, dann wird dir dein Anbieter ggf. anbieten, dir das Zertifikat zu besorgen und zu installieren. Du musst es nur beantragen und bezahlen und alles wird eingerichtet. Wenn das die Lösung für dich ist, musst du das weitere Dokument nicht lesen. Gehe nur sicher, dass das Zertifikat auch für die Domain gilt, die du für Friendica nutzt: z.B. meinfriendica.de oder friendica.meinserver.de. +Wenn du ein geteiltes Hosting-Angebot mit einer eigenen Domain nutzt, dann wird dir dein Anbieter ggf. anbieten, dir das Zertifikat zu besorgen und zu installieren. +Du musst es nur beantragen und bezahlen und alles wird eingerichtet. +Wenn das die Lösung für dich ist, musst du das weitere Dokument nicht lesen. +Gehe nur sicher, dass das Zertifikat auch für die Domain gilt, die du für Friendica nutzt: z.B. meinfriendica.de oder friendica.meinserver.de. Das Vorangehende wird die häufigste Art sein, eine Friendica-Seite zu betreiben, so dass der Rest des Artikels für die meisten Leute nicht von Bedeutung ist. @@ -21,29 +27,50 @@ Das Vorangehende wird die häufigste Art sein, eine Friendica-Seite zu betreiben Alternativ kannst du dir auch selbst ein Zertifikat besorgen und hochladen, falls dein Anbieter das unterstützt. -Der nächste Abschnitt beschreibt den Ablauf, um ein Zertifikat von StartSSL zu erhalten. Das Gute an StartSSL ist, dass du kostenlos ein einfaches, aber perfekt ausreichendes Zertifikat erhältst. Das ist bei vielen anderen Anbietern nicht so, weshalb wir uns in diesem Dokument auf StartSSL konzentrieren werden. Wenn du ein Zertifikat eines anderen Anbieters nutzen willst, musst du die Vorgaben dieser Organisation befolgen. Wir können hier nicht jede Möglichkeit abdecken. +Der nächste Abschnitt beschreibt den Ablauf, um ein Zertifikat von StartSSL zu erhalten. +Das Gute an StartSSL ist, dass du kostenlos ein einfaches, aber perfekt ausreichendes Zertifikat erhältst. +Das ist bei vielen anderen Anbietern nicht so, weshalb wir uns in diesem Dokument auf StartSSL konzentrieren werden. +Wenn du ein Zertifikat eines anderen Anbieters nutzen willst, musst du die Vorgaben dieser Organisation befolgen. +Wir können hier nicht jede Möglichkeit abdecken. -Die Installation deines erhaltenen Zertifikats hängt von den Vorgaben deines Anbieters ab. Aber generell nutzen solche Anbieter ein einfaches Web-Tool, um die Einrichtung zu unterstützen. +Die Installation deines erhaltenen Zertifikats hängt von den Vorgaben deines Anbieters ab. +Aber generell nutzen solche Anbieter ein einfaches Web-Tool, um die Einrichtung zu unterstützen. -Beachte: dein Zertifikat gilt gewöhnlich nur für eine Subdomain. Wenn du dein Zertifikat beantragst, sorge dafür, dass es für die Domain und die Subdomain gilt, die du für Friendica nutzt: z.B. meinfriendica.de oder friendica.meinserver.de. +Beachte: dein Zertifikat gilt gewöhnlich nur für eine Subdomain. +Wenn du dein Zertifikat beantragst, sorge dafür, dass es für die Domain und die Subdomain gilt, die du für Friendica nutzt: z.B. meinfriendica.de oder friendica.meinserver.de. **Erhalte ein kostenloses StartSSL-Zertifikat** -Die Webseite von StartSSL führt dich durch den Erstellungsprozess, aber manche Leute haben hier trotzdem Probleme. Wir empfehlen dir ausdrücklich, die Installationsanleitung Schritt für Schritt langsam und sorgfältig zu befolgen. Lese dir jedes Wort durch und schließe deinen Browser erst, wenn alles läuft. Es heißt, dass es drei Schritte gibt, die den Nutzer verwirren können: +Die Webseite von StartSSL führt dich durch den Erstellungsprozess, aber manche Leute haben hier trotzdem Probleme. +Wir empfehlen dir ausdrücklich, die Installationsanleitung Schritt für Schritt langsam und sorgfältig zu befolgen. +Lese dir jedes Wort durch und schließe deinen Browser erst, wenn alles läuft. +Es heißt, dass es drei Schritte gibt, die den Nutzer verwirren können: -Wenn du dich erstmals bei StartSSL anmeldest, erhältst du ein erstes Zertifikat, dass sich einfach in deinem Browser installiert. Dieses Zertifikat solltest du zur Sicherheit irgendwo speichern, so dass du es für einen neuen Browser neu installieren kannst, wenn du z.B. etwas erneuern musst. Dieses Authentifizierungszertifikat wird nur für das Login benötigt und hat nichts mit dem Zertifikat zu tun, dass du später für deinen Server benötigst. Als Anfänger mit StartSSL kannst du [hier starten](https://www.startssl.com/?lang=de) und die "Express Lane" nutzen, um dein Browser-Zertifikiat zu erhalten. Im nächsten Schritt kannst du die Einrichtung deines Zertifikats fortsetzen. +Wenn du dich erstmals bei StartSSL anmeldest, erhältst du ein erstes Zertifikat, dass sich einfach in deinem Browser installiert. +Dieses Zertifikat solltest du zur Sicherheit irgendwo speichern, so dass du es für einen neuen Browser neu installieren kannst, wenn du z.B. etwas erneuern musst. +Dieses Authentifizierungszertifikat wird nur für das Login benötigt und hat nichts mit dem Zertifikat zu tun, dass du später für deinen Server benötigst. +Als Anfänger mit StartSSL kannst du [hier starten](https://www.startssl.com/?lang=de) und die "Express Lane" nutzen, um dein Browser-Zertifikiat zu erhalten. +Im nächsten Schritt kannst du die Einrichtung deines Zertifikats fortsetzen. -Wenn du zuerst nach einer Domain für dein Zertifikat gefragt wirst, musst du die Top-Level-Domain angeben, nicht die Subdomain, die Friendica nutzt. Im nächsten Schritt kannst du dann die Subdomain spezifizieren. Wenn du also friendica.deinName.de auf deinem Server hast, musst du zuerst deinName.de angeben. +Wenn du zuerst nach einer Domain für dein Zertifikat gefragt wirst, musst du die Top-Level-Domain angeben, nicht die Subdomain, die Friendica nutzt. +Im nächsten Schritt kannst du dann die Subdomain spezifizieren. +Wenn du also friendica.deinName.de auf deinem Server hast, musst du zuerst deinName.de angeben. -Höre nicht zu früh auf, wenn du am Ende der Einrichtung dein persönliches Server-Zertifikat erhalten hast. Abhängig von deiner Server-Software benötigst du ein oder zwei generische Dateien, die du mit deinem kostenlosen StartSSL-Zertifikat nutzen musst. Diese Dateien sind sub.class1.server.ca.pem und ca.pem. Wenn du diesen Schritt bereits übersprungen hast, kannst du die Dateien hier finden: [http://www.startssl.com/?app=21](http://www.startssl.com/?app=21). Aber am besten funktioniert es, wenn du StartSSL nicht beendest, bevor du den Vorgang komplett abgeschlossen hast und dein https-Zertifikat hochgeladen ist und funktioniert. +Höre nicht zu früh auf, wenn du am Ende der Einrichtung dein persönliches Server-Zertifikat erhalten hast. +Abhängig von deiner Server-Software benötigst du ein oder zwei generische Dateien, die du mit deinem kostenlosen StartSSL-Zertifikat nutzen musst. +Diese Dateien sind sub.class1.server.ca.pem und ca.pem. +Wenn du diesen Schritt bereits übersprungen hast, kannst du die Dateien hier finden: [http://www.startssl.com/?app=21](http://www.startssl.com/?app=21). +Aber am besten funktioniert es, wenn du StartSSL nicht beendest, bevor du den Vorgang komplett abgeschlossen hast und dein https-Zertifikat hochgeladen ist und funktioniert. **Virtuelle private und dedizierte Server (mit StartSSL free)** -Der Rest dieses Dokuments ist etwas komplizierter, aber es ist auch nur für Personen, die Friendica auf einem virtuellen oder dedizierten Server nutzen. Jeder andere kann an dieser Stelle mit dem Lesen aufhören. +Der Rest dieses Dokuments ist etwas komplizierter, aber es ist auch nur für Personen, die Friendica auf einem virtuellen oder dedizierten Server nutzen. +Jeder andere kann an dieser Stelle mit dem Lesen aufhören. Folge den weiteren Anleitungen [hier](http://www.startssl.com/?app=20), um den Webserver, den du benutzt (z.B. Apache), für dein Zertifikat einzurichten. -Um die nötigen Schritte zu verdeutlichen, setzen wir nun voraus, dass Apache aktiv ist. Im Wesentlichen kannst du einfach einen zweiten httpd.conf-Eintrag für Friendica erstellen. +Um die nötigen Schritte zu verdeutlichen, setzen wir nun voraus, dass Apache aktiv ist. +Im Wesentlichen kannst du einfach einen zweiten httpd.conf-Eintrag für Friendica erstellen. Um das zu machen, kopiere den existierenden Eintrag und ändere das Ende der ersten Zeile auf "lesen" :443> anstelle von :80> und trage dann die folgenden Zeilen ein, wie du es auch in der Anleitung von StartSSL finden kannst: @@ -59,17 +86,27 @@ Um das zu machen, kopiere den existierenden Eintrag und ändere das Ende der ers CustomLog /usr/local/apache/logs/ssl_request_log \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" -(Beachte, dass das Verzeichnis /usr/local/apache/conf/ möglicherweise nicht in deinem System existiert. In Debian ist der Pfad bspw. /etc/apache2/, in dem du ein SSL-Unterverzeichnis erstellen kannst, wenn dieses noch nicht vorhanden ist. Dann hast du /etc/apache2/ssl/… statt /usr/local/apache/conf/…) +(Beachte, dass das Verzeichnis /usr/local/apache/conf/ möglicherweise nicht in deinem System existiert. +In Debian ist der Pfad bspw. /etc/apache2/, in dem du ein SSL-Unterverzeichnis erstellen kannst, wenn dieses noch nicht vorhanden ist. +Dann hast du /etc/apache2/ssl/… statt /usr/local/apache/conf/…) Du solltest nun zwei Einträgen für deine Friendica-Seite haben - einen für einfaches http und eines für https. -Ein Hinweis für diejenigen, die SSL steuern wollen: setze keine Weiterleitung deines SSL in deine Apache-Einstellung. Friendicas Admin-Panel hat eine spezielle Einstellung für die SSL-Methode. Bitte nutze diese Einstellungen. +Ein Hinweis für diejenigen, die SSL steuern wollen: setze keine Weiterleitung deines SSL in deine Apache-Einstellung. Friendicas Admin-Panel hat eine spezielle Einstellung für die SSL-Methode. +Bitte nutze diese Einstellungen. **Vermische Zertifikate in Apache – StartSSL und andere (selbst-signierte)** -Viele Leute nutzen einen virtuellen privaten oder einen dedizierten Server, um mehr als Friendica darauf laufen zu lassen. Sie wollen möglicherweise SSL auch für andere Seiten nutzen, die auf dem Server liegen. Um das zu erreichen, wollen sie mehrere Zertifikate für eine IP nutzen, z.B. ein Zertifikat eines anerkannten Anbieters für Friendica und ein selbst-signiertes für eine persönliche Inhalte (möglw. ein Wildcard-Zertifikat für mehrere Subdomains). +Viele Leute nutzen einen virtuellen privaten oder einen dedizierten Server, um mehr als Friendica darauf laufen zu lassen. +Sie wollen möglicherweise SSL auch für andere Seiten nutzen, die auf dem Server liegen. +Um das zu erreichen, wollen sie mehrere Zertifikate für eine IP nutzen, z.B. ein Zertifikat eines anerkannten Anbieters für Friendica und ein selbst-signiertes für eine persönliche Inhalte (möglw. ein Wildcard-Zertifikat für mehrere Subdomains). -Um das zum Laufen zu bringen, bietet Apache eine NameVirtualHost-Direktive. Du findest Informationen zur Nutzung in httpd.conf in den folgenden Ausschnitten. Beachte, dass Wildcards (*) in httpd.conf dazu führen, dass die NameVirtualHost-Methode nicht funktioniert; du kannst diese in dieser neuen Konfiguration nicht nutzen. Das bedeutet, dass *80> oder *443> nicht funktionieren. Und du musst unbedingt die IP definieren, selbst wenn du nur eine hast. Beachte außerdem, dass du bald zwei Zeilen zu Beginn der Datei hinzufügen musst, um NameVirtualHost für IPv6 vorzubereiten. +Um das zum Laufen zu bringen, bietet Apache eine NameVirtualHost-Direktive. +Du findest Informationen zur Nutzung in httpd.conf in den folgenden Ausschnitten. +Beachte, dass Wildcards (*) in httpd.conf dazu führen, dass die NameVirtualHost-Methode nicht funktioniert; du kannst diese in dieser neuen Konfiguration nicht nutzen. +Das bedeutet, dass *80> oder *443> nicht funktionieren. +Und du musst unbedingt die IP definieren, selbst wenn du nur eine hast. +Beachte außerdem, dass du bald zwei Zeilen zu Beginn der Datei hinzufügen musst, um NameVirtualHost für IPv6 vorzubereiten. NameVirtualHost 12.123.456.1:443 NameVirtualHost 12.123.456.1:80 @@ -102,17 +139,25 @@ Um das zum Laufen zu bringen, bietet Apache eine NameVirtualHost-Direktive. Du f -Natürlich kannst du auch andere Verzeichnisse auf deinem Server nutzen, um Apache zu konfigurieren. In diesem Fall müssen nur einige Zeilen in httpd.conf oder ports.conf angepasst werden - vor allem die NameVirtualHost-Zeilen. Aber wenn du sicher im Umgang mit solchen Alternativen bist, wirst du sicherlich die nötigen Anpassungen herausfinden. +Natürlich kannst du auch andere Verzeichnisse auf deinem Server nutzen, um Apache zu konfigurieren. +In diesem Fall müssen nur einige Zeilen in httpd.conf oder ports.conf angepasst werden - vor allem die NameVirtualHost-Zeilen. +Aber wenn du sicher im Umgang mit solchen Alternativen bist, wirst du sicherlich die nötigen Anpassungen herausfinden. Starte dein Apache abschließend neu. **StartSSL auf Nginx** -Führe zunächst ein Update auf den neuesten Friendica-Code durch. Folge dann der Anleitung oben, um dein kostenloses Zertifikat zu erhalten. Aber statt der Apache-Installationsanleitung zu folgen, mache das Folgende: +Führe zunächst ein Update auf den neuesten Friendica-Code durch. +Folge dann der Anleitung oben, um dein kostenloses Zertifikat zu erhalten. +Aber statt der Apache-Installationsanleitung zu folgen, mache das Folgende: -Lade dein Zertifikat hoch. Es ist nicht wichtig, wohin du es lädst, solange Nginx es finden kann. Einige Leute nutzen /home/verschiedeneNummernundBuchstaben, du kannst aber auch z.B. etwas wie /foo/bar nutzen. +Lade dein Zertifikat hoch. +Es ist nicht wichtig, wohin du es lädst, solange Nginx es finden kann. +Einige Leute nutzen /home/verschiedeneNummernundBuchstaben, du kannst aber auch z.B. etwas wie /foo/bar nutzen. -Du kannst das Passwort entfernen, wenn du willst. Es ist zwar möglicherweise nicht die beste Wahl, aber wenn du es nicht machst, wirst du das Passwort immer wieder eingeben müssen, wenn du Ngingx neustartest. Um es zu entfernen, gebe Folgendes ein: +Du kannst das Passwort entfernen, wenn du willst. +Es ist zwar möglicherweise nicht die beste Wahl, aber wenn du es nicht machst, wirst du das Passwort immer wieder eingeben müssen, wenn du Ngingx neustartest. +Um es zu entfernen, gebe Folgendes ein: openssl rsa -in ssl.key-pass -out ssl.key @@ -124,7 +169,8 @@ Nun vereinige die Dateien: cat ssl.crt sub.class1.server.ca.pem > ssl.crt -In manchen Konfigurationen ist ein Bug enthalten, weshalb diese Schritte nicht ordentlich arbeiten. Du musst daher ggf. ssl.crt bearbeiten: +In manchen Konfigurationen ist ein Bug enthalten, weshalb diese Schritte nicht ordentlich arbeiten. +Du musst daher ggf. ssl.crt bearbeiten: nano /foo/bar/ssl.crt @@ -138,7 +184,9 @@ Das ist schlecht. Du brauchst die folgenden Einträge: -----BEGIN CERTIFICATE----- -Du kannst den Zeilenumbruch manuell eingeben, falls dein System vom Bug betroffen ist. Beachte, dass nach -----BEGIN CERTIFICATE----- nur ein Zeilenumbruch ist. Es gibt keine leere Zeile zwischen beiden Einträgen. +Du kannst den Zeilenumbruch manuell eingeben, falls dein System vom Bug betroffen ist. +Beachte, dass nach -----BEGIN CERTIFICATE----- nur ein Zeilenumbruch ist. +Es gibt keine leere Zeile zwischen beiden Einträgen. Nun musst du Nginx über die Zertifikate informieren. @@ -166,4 +214,5 @@ Nun starte Nginx neu: Und das war es schon. -Für multiple Domains ist es mit Nginx einfacher als mit Apache. Du musst du oben genannten Schritte nur für jedes Zertifikat wiederholen und die spezifischen Informationen im eigenen {server...}-Bereich spezifizieren. \ No newline at end of file +Für multiple Domains ist es mit Nginx einfacher als mit Apache. +Du musst du oben genannten Schritte nur für jedes Zertifikat wiederholen und die spezifischen Informationen im eigenen {server...}-Bereich spezifizieren. diff --git a/doc/de/Settings.md b/doc/de/Settings.md index 68a6c89f8b..6bc238e269 100644 --- a/doc/de/Settings.md +++ b/doc/de/Settings.md @@ -3,7 +3,10 @@ Konfigurationen * [Zur Startseite der Hilfe](help) -Hier findest du einige eingebaute Features, welche kein graphisches Interface haben oder nicht dokumentiert sind. Konfigurationseinstellungen sind in der Datei ".htconfig.php" gespeichert. Bearbeite diese Datei, indem du sie z.B. mit einem Texteditor öffnest. Verschiedene Systemeinstellungen sind bereits in dieser Datei dokumentiert und werden hier nicht weiter erklärt. +Hier findest du einige eingebaute Features, welche kein graphisches Interface haben oder nicht dokumentiert sind. +Konfigurationseinstellungen sind in der Datei ".htconfig.php" gespeichert. +Bearbeite diese Datei, indem du sie z.B. mit einem Texteditor öffnest. +Verschiedene Systemeinstellungen sind bereits in dieser Datei dokumentiert und werden hier nicht weiter erklärt. **Tastaturbefehle** @@ -16,7 +19,9 @@ Friendica erfasst die folgenden Tastaturbefehle: **Geburtstagsbenachrichtigung** -Geburtstage erscheinen auf deiner Startseite für alle Freunde, die in den nächsten 6 Tagen Geburtstag haben. Um deinen Geburtstag für alle sichtbar zu machen, musst du deinen Geburtstag (zumindest Tag und Monat) in dein Standardprofil eintragen. Es ist nicht notwendig, das Jahr einzutragen. +Geburtstage erscheinen auf deiner Startseite für alle Freunde, die in den nächsten 6 Tagen Geburtstag haben. +Um deinen Geburtstag für alle sichtbar zu machen, musst du deinen Geburtstag (zumindest Tag und Monat) in dein Standardprofil eintragen. +Es ist nicht notwendig, das Jahr einzutragen. **Konfigurationseinstellungen** @@ -49,7 +54,13 @@ $a->config['system']['theme'] = 'theme-name'; Sicherheitseinstellungen -Standardmäßig erlaubt Friendica SSL-Kommunikation von Seiten, die "selbstunterzeichnete" SSL-Zertifikate nutzen. Um eine weitreichende Kompatibilität mit anderen Netzwerken und Browsern zu gewährleisten, empfehlen wir, selbstunterzeichnete Zertifikate **nicht** zu nutzen. Aber wir halten dich nicht davon ab, solche zu nutzen. SSL verschlüsselt alle Daten zwischen den Webseiten (und für deinen Browser), was dir eine komplett verschlüsselte Kommunikation erlaubt. Auch schützt es deine Login-Daten vor Datendiebstahl. Selbstunterzeichnete Zertifikate können kostenlos erstellt werden. Diese Zertifikate können allerdings Opfer eines sogenannten ["man-in-the-middle"-Angriffs](http://de.wikipedia.org/wiki/Man-in-the-middle-Angriff) werden, und sind daher weniger bevorzugt. Wenn du es wünscht, kannst du eine strikte Zertifikatabfrage einstellen. Das führt dazu, dass du keinerlei Verbindung zu einer selbstunterzeichneten SSL-Seite erstellen kannst +Standardmäßig erlaubt Friendica SSL-Kommunikation von Seiten, die "selbstunterzeichnete" SSL-Zertifikate nutzen. +Um eine weitreichende Kompatibilität mit anderen Netzwerken und Browsern zu gewährleisten, empfehlen wir, selbstunterzeichnete Zertifikate **nicht** zu nutzen. +Aber wir halten dich nicht davon ab, solche zu nutzen. SSL verschlüsselt alle Daten zwischen den Webseiten (und für deinen Browser), was dir eine komplett verschlüsselte Kommunikation erlaubt. +Auch schützt es deine Login-Daten vor Datendiebstahl. Selbstunterzeichnete Zertifikate können kostenlos erstellt werden. +Diese Zertifikate können allerdings Opfer eines sogenannten ["man-in-the-middle"-Angriffs](http://de.wikipedia.org/wiki/Man-in-the-middle-Angriff) werden, und sind daher weniger bevorzugt. +Wenn du es wünscht, kannst du eine strikte Zertifikatabfrage einstellen. +Das führt dazu, dass du keinerlei Verbindung zu einer selbstunterzeichneten SSL-Seite erstellen kannst Konfiguriere: ``` @@ -61,7 +72,8 @@ $a->config['system']['verifyssl'] = true; Kooperationen/Gemeinschaften/Bildung Erweiterung -Kommagetrennte Liste von Domains, welche eine Freundschaft mit dieser Seite eingehen dürfen. Wildcards werden akzeptiert (Wildcard-Unterstützung unter Windows benötigt PHP5.3) Standardmäßig sind alle gültigen Domains erlaubt. +Kommagetrennte Liste von Domains, welche eine Freundschaft mit dieser Seite eingehen dürfen. +Wildcards werden akzeptiert (Wildcard-Unterstützung unter Windows benötigt PHP5.3) Standardmäßig sind alle gültigen Domains erlaubt. Konfiguriere: ``` @@ -73,7 +85,9 @@ $a->config['system']['allowed_sites'] = "sitea.com, *siteb.com"; Kooperationen/Gemeinschaften/Bildung Erweiterung -Kommagetrennte Liste von Domains, welche bei der Registrierung als Part der Email-Adresse erlaubt sind. Das grenzt Leute aus, die nicht Teil der Gruppe oder Organisation sind. Wildcards werden akzeptiert (Wildcard-Unterstützung unter Windows benötigt PHP5.3) Standardmäßig sind alle gültigen Email-Adressen erlaubt. +Kommagetrennte Liste von Domains, welche bei der Registrierung als Part der Email-Adresse erlaubt sind. +Das grenzt Leute aus, die nicht Teil der Gruppe oder Organisation sind. +Wildcards werden akzeptiert (Wildcard-Unterstützung unter Windows benötigt PHP5.3) Standardmäßig sind alle gültigen Email-Adressen erlaubt. Konfiguriere: ``` @@ -84,7 +98,14 @@ $a->config['system']['allowed_email'] = "sitea.com, *siteb.com"; Kooperationen/Gemeinschaften/Bildung Erweiterung -Setze diese Einstellung auf "true" und sperre den öffentlichen Zugriff auf alle Seiten, solange man nicht eingeloggt ist. Das blockiert die Ansicht von Profilen, Freunden, Fotos, vom Verzeichnis und den Suchseiten. Ein Nebeneffekt ist, dass Einträge dieser Seite nicht im globalen Verzeichnis erscheinen. Wir empfehlen, speziell diese Einstellung auszuschalten (die Einstellung ist an anderer Stelle auf dieser Seite erklärt). Beachte: das ist speziell für Seiten, die beabsichtigen, von anderen Friendica-Netzwerken abgeschottet zu sein. Unautorisierte Personen haben ebenfalls nicht die Möglichkeit, Freundschaftsanfragen von Seitennutzern zu beantworten. Die Standardeinstellung steht auf "false". Verfügbar in Version 2.2 und höher. +Setze diese Einstellung auf "true" und sperre den öffentlichen Zugriff auf alle Seiten, solange man nicht eingeloggt ist. +Das blockiert die Ansicht von Profilen, Freunden, Fotos, vom Verzeichnis und den Suchseiten. +Ein Nebeneffekt ist, dass Einträge dieser Seite nicht im globalen Verzeichnis erscheinen. +Wir empfehlen, speziell diese Einstellung auszuschalten (die Einstellung ist an anderer Stelle auf dieser Seite erklärt). +Beachte: das ist speziell für Seiten, die beabsichtigen, von anderen Friendica-Netzwerken abgeschottet zu sein. +Unautorisierte Personen haben ebenfalls nicht die Möglichkeit, Freundschaftsanfragen von Seitennutzern zu beantworten. +Die Standardeinstellung steht auf "false". +Verfügbar in Version 2.2 und höher. Konfiguriere: ``` @@ -96,7 +117,9 @@ $a->config['system']['block_public'] = true; Kooperationen/Gemeinschaften/Bildung Erweiterung -Standardmäßig können Nutzer selbst auswählen, ob ihr Profil im Seitenverzeichnis erscheint. Diese Einstellung zwingt alle Nutzer dazu, im Verzeichnis zu erscheinen. Diese Einstellung kann vom Nutzer nicht deaktiviert werden. Die Standardeinstellung steht auf "false". +Standardmäßig können Nutzer selbst auswählen, ob ihr Profil im Seitenverzeichnis erscheint. +Diese Einstellung zwingt alle Nutzer dazu, im Verzeichnis zu erscheinen. +Diese Einstellung kann vom Nutzer nicht deaktiviert werden. Die Standardeinstellung steht auf "false". Konfiguriere: ``` @@ -108,7 +131,10 @@ $a->config['system']['publish_all'] = true; Kooperationen/Gemeinschaften/Bildung Erweiterung -Mit diesem Befehl wird die URL eingestellt, die zum Update des globalen Verzeichnisses genutzt wird. Dieser Befehl ist in der Standardkonfiguration enthalten. Der nichtdokumentierte Teil dieser Einstellung ist, dass das globale Verzeichnis gar nicht verfügbar ist, wenn diese Einstellung nicht gesetzt wird. Dies erlaubt eine private Kommunikation, die komplett vom globalen Verzeichnis isoliert ist. +Mit diesem Befehl wird die URL eingestellt, die zum Update des globalen Verzeichnisses genutzt wird. +Dieser Befehl ist in der Standardkonfiguration enthalten. +Der nichtdokumentierte Teil dieser Einstellung ist, dass das globale Verzeichnis gar nicht verfügbar ist, wenn diese Einstellung nicht gesetzt wird. +Dies erlaubt eine private Kommunikation, die komplett vom globalen Verzeichnis isoliert ist. Konfiguriere: ``` @@ -129,9 +155,11 @@ $a->config['system']['proxyuser'] = "username:password"; **Netzwerk-Timeout** -Legt fest, wie lange das Netzwerk warten soll, bevor ein Timeout eintritt. Der Wert wird in Sekunden angegeben. Standardmäßig ist 60 eingestellt; 0 steht für "unbegrenzt" (nicht empfohlen). +Legt fest, wie lange das Netzwerk warten soll, bevor ein Timeout eintritt. +Der Wert wird in Sekunden angegeben. Standardmäßig ist 60 eingestellt; 0 steht für "unbegrenzt" (nicht empfohlen). Konfiguriere: + ``` $a->config['system']['curl_timeout'] = 60; ``` @@ -139,9 +167,11 @@ $a->config['system']['curl_timeout'] = 60; **Banner/Logo** -Hiermit legst du das Banner der Seite fest. Standardmäßig ist das Friendica-Logo und der Name festgelegt. Du kannst hierfür HTML/CSS nutzen, um den Inhalt zu gestalten und/oder die Position zu ändern, wenn es nicht bereits voreingestellt ist. +Hiermit legst du das Banner der Seite fest. Standardmäßig ist das Friendica-Logo und der Name festgelegt. +Du kannst hierfür HTML/CSS nutzen, um den Inhalt zu gestalten und/oder die Position zu ändern, wenn es nicht bereits voreingestellt ist. Konfiguriere: + ``` $a->config['system']['banner'] = 'Meine tolle Webseite'; ``` @@ -152,6 +182,7 @@ $a->config['system']['banner'] = 'Meine tolle Webseiteconfig['system']['maximagesize'] = 1000000; ``` @@ -159,9 +190,13 @@ $a->config['system']['maximagesize'] = 1000000; **UTF-8 Reguläre Ausdrücke** -Während der Registrierung werden die Namen daraufhin geprüft, ob sie reguläre UTF-8-Ausdrücke nutzen. Hierfür wird PHP benötigt, um mit einer speziellen Einstellung kompiliert zu werden, die UTF-8-Ausdrücke benutzt. Wenn du absolut keine Möglichkeit hast, Accounts zu registrieren, setze den Wert von "no_utf" auf "true". Standardmäßig ist "false" eingestellt (das bedeutet, dass UTF-8-Ausdrücke unterstützt werden und funktionieren). +Während der Registrierung werden die Namen daraufhin geprüft, ob sie reguläre UTF-8-Ausdrücke nutzen. +Hierfür wird PHP benötigt, um mit einer speziellen Einstellung kompiliert zu werden, die UTF-8-Ausdrücke benutzt. +Wenn du absolut keine Möglichkeit hast, Accounts zu registrieren, setze den Wert von "no_utf" auf "true". +Standardmäßig ist "false" eingestellt (das bedeutet, dass UTF-8-Ausdrücke unterstützt werden und funktionieren). Konfiguriere: + ``` $a->config['system']['no_utf'] = true; ``` @@ -169,9 +204,13 @@ $a->config['system']['no_utf'] = true; **Prüfe vollständigen Namen** -Es kann vorkommen, dass viele Spammer versuchen, sich auf deiner Seite zu registrieren. In Testphasen haben wir festgestellt, dass diese automatischen Registrierungen das Feld "Vollständiger Name" oft nur mit Namen ausfüllen, die kein Leerzeichen beinhalten. Wenn du Leuten erlauben willst, sich nur mit einem Namen anzumelden, dann setze die Einstellung auf "true". Die Standardeinstellung ist auf "false" gesetzt. +Es kann vorkommen, dass viele Spammer versuchen, sich auf deiner Seite zu registrieren. +In Testphasen haben wir festgestellt, dass diese automatischen Registrierungen das Feld "Vollständiger Name" oft nur mit Namen ausfüllen, die kein Leerzeichen beinhalten. +Wenn du Leuten erlauben willst, sich nur mit einem Namen anzumelden, dann setze die Einstellung auf "true". +Die Standardeinstellung ist auf "false" gesetzt. Konfiguriere: + ``` $a->config['system']['no_regfullname'] = true; ``` @@ -179,7 +218,9 @@ $a->config['system']['no_regfullname'] = true; **OpenID** -Standardmäßig wird OpenID für die Registrierung und für Logins genutzt. Wenn du nicht willst, dass OpenID-Strukturen für dein System übernommen werden, dann setze "no_openid" auf "true". Standardmäßig ist hier "false" gesetzt. +Standardmäßig wird OpenID für die Registrierung und für Logins genutzt. +Wenn du nicht willst, dass OpenID-Strukturen für dein System übernommen werden, dann setze "no_openid" auf "true". +Standardmäßig ist hier "false" gesetzt. Konfiguriere: ``` @@ -189,7 +230,12 @@ $a->config['system']['no_openid'] = true; **Multiple Registrierungen** -Um mehrfache Seiten zu erstellen, muss sich eine Person mehrfach registrieren können. Deine Seiteneinstellung kann Registrierungen komplett blockieren oder an Bedingungen knüpfen. Standardmäßig können eingeloggte Nutzer weitere Accounts für die Seitenerstellung registrieren. Hier ist weiterhin eine Bestätigung notwendig, wenn "REGISTER_APPROVE" ausgewählt ist. Wenn du die Erstellung weiterer Accounts blockieren willst, dann setze die Einstellung "block_extended_register" auf "true". Standardmäßig ist hier "false" gesetzt. +Um mehrfache Seiten zu erstellen, muss sich eine Person mehrfach registrieren können. +Deine Seiteneinstellung kann Registrierungen komplett blockieren oder an Bedingungen knüpfen. +Standardmäßig können eingeloggte Nutzer weitere Accounts für die Seitenerstellung registrieren. +Hier ist weiterhin eine Bestätigung notwendig, wenn "REGISTER_APPROVE" ausgewählt ist. +Wenn du die Erstellung weiterer Accounts blockieren willst, dann setze die Einstellung "block_extended_register" auf "true". +Standardmäßig ist hier "false" gesetzt. Konfiguriere: ``` @@ -207,7 +253,9 @@ $a->config['system']['debugging'] = true; $a->config['system']['logfile'] = 'logfile.out'; $a->config['system']['loglevel'] = LOGGER_DEBUG; ``` -Erstellt detaillierte Debugging-Logfiles, die in der Datei "logfile.out" gespeichert werden (Datei muss auf dem Server mit Schreibrechten versehen sein). "LOGGER_DEBUG" zeigt eine Menge an Systeminformationen, enthält aber keine detaillierten Daten. Du kannst ebenfalls "LOGGER_ALL" auswählen, allerdings empfehlen wir dieses nur, wenn ein spezifisches Problem eingegrenzt werden soll. Andere Log-Level sind möglich, werden aber derzeit noch nicht genutzt. +Erstellt detaillierte Debugging-Logfiles, die in der Datei "logfile.out" gespeichert werden (Datei muss auf dem Server mit Schreibrechten versehen sein). "LOGGER_DEBUG" zeigt eine Menge an Systeminformationen, enthält aber keine detaillierten Daten. +Du kannst ebenfalls "LOGGER_ALL" auswählen, allerdings empfehlen wir dieses nur, wenn ein spezifisches Problem eingegrenzt werden soll. +Andere Log-Level sind möglich, werden aber derzeit noch nicht genutzt. **PHP-Fehler-Logging** @@ -222,5 +270,9 @@ ini_set('log_errors','1'); ini_set('display_errors', '0'); ``` -Diese Befehle erfassen alle PHP-Fehler in der Datei "php.out" (Datei muss auf dem Server mit Schreibrechten versehen sein). Nicht deklarierte Variablen werden manchmal mit einem Verweis versehen, weshalb wir empfehlen, "E_NOTICE" und "E_ALL" nicht zu nutzen. Die Menge an Fehlern, die auf diesem Level gemeldet werden, ist komplett harmlos. Bitte informiere die Entwickler über alle Fehler, die du in deinen Log-Dateien mit den oben genannten Einstellungen erhältst. Sie weisen generell auf Fehler in, die bearbeitet werden müssen. +Diese Befehle erfassen alle PHP-Fehler in der Datei "php.out" (Datei muss auf dem Server mit Schreibrechten versehen sein). +Nicht deklarierte Variablen werden manchmal mit einem Verweis versehen, weshalb wir empfehlen, "E_NOTICE" und "E_ALL" nicht zu nutzen. +Die Menge an Fehlern, die auf diesem Level gemeldet werden, ist komplett harmlos. +Bitte informiere die Entwickler über alle Fehler, die du in deinen Log-Dateien mit den oben genannten Einstellungen erhältst. +Sie weisen generell auf Fehler in, die bearbeitet werden müssen. Wenn du eine leere (weiße) Seite erhältst, schau in die PHP-Log-Datei - dies deutet fast immer darauf hin, dass ein Fehler aufgetreten ist. diff --git a/doc/de/Tags-and-Mentions.md b/doc/de/Tags-and-Mentions.md index 0aef0beaeb..c085db7f4e 100644 --- a/doc/de/Tags-and-Mentions.md +++ b/doc/de/Tags-and-Mentions.md @@ -20,15 +20,24 @@ Personen, die in einem anderen Netzwerk sind oder die sich **NICHT in deiner Kon * @mike@macgirvin.com - diese Schreibweise wird "Fernerwähnung" (remote mention)genannt und kann nur im Email-Stil geschrieben werden, nicht als Internetadresse/URL. -Wenn das System ungewollte Erwähnungen nicht blockiert, erhält diese Person eine Mitteilung oder nimmt direkt an der Diskussion teil, wenn es sich um einen öffentlichen Beitrag handelt. Bitte beachte, dass Friendica eingehende "Erwähnungs"-Nachrichten von Personen blockt, die du nicht zu deinem Profil hinzugefügt hast. Diese Maßnahme dient dazu, Spam zu vermeiden. +Wenn das System ungewollte Erwähnungen nicht blockiert, erhält diese Person eine Mitteilung oder nimmt direkt an der Diskussion teil, wenn es sich um einen öffentlichen Beitrag handelt. +Bitte beachte, dass Friendica eingehende "Erwähnungs"-Nachrichten von Personen blockt, die du nicht zu deinem Profil hinzugefügt hast. +Diese Maßnahme dient dazu, Spam zu vermeiden. -"Fernerwähnungen" werden durch das OStatus-Protokoll übermittelt. Dieses Protokoll wird von Friendica, StatusNet und anderen Systemen genutzt, ist allerdings derzeit nicht in Diaspora eingebaut. +"Fernerwähnungen" werden durch das OStatus-Protokoll übermittelt. +Dieses Protokoll wird von Friendica, StatusNet und anderen Systemen genutzt, ist allerdings derzeit nicht in Diaspora eingebaut. Friendica unterscheidet bei Tags nicht zwischen Personen und Gruppen (einige andere Netzwerke nutzen "!gruppe", um solche zu markieren). **Thematische Tags** -Thematische Tags werden durch eine "#" gekennzeichnet. Dieses Zeichen erstellen einen Link zur allgemeinen Seitensuche mit dem ausgewählten Begriff. So wird z.B. #Autos zu einer Suche führen, die alle Beiträge deiner Seite umfasst, die dieses Wort erwähnen. Thematische Tags haben generell eine Mindestlänge von 3 Stellen. Kürzere Suchbegriffe finden meist keine Suchergebnisse, wobei dieses abhängig von der Datenbankeinstellung ist. Tags mit einem Leerzeichen werden, wie es auch bei Namen der Fall ist, durch einen Unterstrich gekennzeichnet. Es ist hingegen nicht möglich, Tags zu erstellen, deren gesuchtes Wort einen Unterstrich enthält. +Thematische Tags werden durch eine "#" gekennzeichnet. +Dieses Zeichen erstellen einen Link zur allgemeinen Seitensuche mit dem ausgewählten Begriff. +So wird z.B. #Autos zu einer Suche führen, die alle Beiträge deiner Seite umfasst, die dieses Wort erwähnen. +Thematische Tags haben generell eine Mindestlänge von 3 Stellen. +Kürzere Suchbegriffe finden meist keine Suchergebnisse, wobei dieses abhängig von der Datenbankeinstellung ist. +Tags mit einem Leerzeichen werden, wie es auch bei Namen der Fall ist, durch einen Unterstrich gekennzeichnet. +Es ist hingegen nicht möglich, Tags zu erstellen, deren gesuchtes Wort einen Unterstrich enthält. Thematische Tags werden auch dann nicht verlinkt, wenn sie nur aus Nummern bestehen, wie z.B. #1. Wenn du einen numerischen Tag nutzen willst, füge bitte einen Beschreibungstext hinzu wie z.B. #2012_Wahl. diff --git a/doc/de/Text_comment.md b/doc/de/Text_comment.md index 5c3d3d4e46..88e5e0b119 100644 --- a/doc/de/Text_comment.md +++ b/doc/de/Text_comment.md @@ -3,35 +3,49 @@ Beiträge kommentieren, einordnen und löschen * [Zur Startseite der Hilfe](help) -Hier findest du eine Übersicht über die verschiedenen Möglichkeiten, bestehende Beiträge einzuordnen und zu kommentieren. Achtung: für dieses Beispiel wurde das Thema "Diabook" genutzt. Wenn du ein anderes Design benutzt, wirst du manche dieser Symbole gar nicht oder in anderer Form vorfinden. +Hier findest du eine Übersicht über die verschiedenen Möglichkeiten, bestehende Beiträge einzuordnen und zu kommentieren. + +Achtung: für dieses Beispiel wurde das Thema "Diabook" genutzt. +Wenn du ein anderes Design benutzt, wirst du manche dieser Symbole gar nicht oder in anderer Form vorfinden. diabook Die einzelnen Symbole -post_thumbs_up.png Mit diesem Symbol kannst du zeigen, dass dir ein Beitrag gefällt. Falls du diese Eingabe zurücknehmen willst, klicke einfach ein zweites Mal auf das Symbol. +post_thumbs_up.png Mit diesem Symbol kannst du zeigen, dass dir ein Beitrag gefällt. +Falls du diese Eingabe zurücknehmen willst, klicke einfach ein zweites Mal auf das Symbol.

-post_thumbs_down.png Mit diesem Symbol kannst du zeigen, dass dir ein Beitrag nicht gefällt. Falls du diese Eingabe zurücknehmen willst, klicke einfach ein zweites Mal auf das Symbol. +post_thumbs_down.png Mit diesem Symbol kannst du zeigen, dass dir ein Beitrag nicht gefällt. +Falls du diese Eingabe zurücknehmen willst, klicke einfach ein zweites Mal auf das Symbol.

-post_share.png Mit diesem Symbol kannst du einen Beitrag weiter verteilen. Einfach anklicken und sofort erscheint der Beitrag in deinem Beitragseditor. Am Ende des eingefügten Beitrags erscheint ein Link zum Originalbeitrag. +post_share.png Mit diesem Symbol kannst du einen Beitrag weiter verteilen. +Einfach anklicken und sofort erscheint der Beitrag in deinem Beitragseditor. +Am Ende des eingefügten Beitrags erscheint ein Link zum Originalbeitrag.

-post_mark.png Mit diesem Symbol kannst du einen Beitrag für dich markieren. Markierte Beiträge erscheinen in deiner Netzwerk-Seite unter "Markierte". Wenn du die Markierung entfernen willst, klicke einfach ein zweites Mal auf das Symbol. +post_mark.png Mit diesem Symbol kannst du einen Beitrag für dich markieren. +Markierte Beiträge erscheinen in deiner Netzwerk-Seite unter "Markierte". +Wenn du die Markierung entfernen willst, klicke einfach ein zweites Mal auf das Symbol.

-post_tag.png Mit diesem Symbol kannst du einen tag zum Beitrag hinzufügen und diesen so einem bestimmten Schlagwort zuzuordnen. Anschließend kannst du auf diesen tag klicken und alle Beiträge mit diesem tag ansehen. ACHTUNG: tags können nicht mehr entfernt werden. +post_tag.png Mit diesem Symbol kannst du einen tag zum Beitrag hinzufügen und diesen so einem bestimmten Schlagwort zuzuordnen. +Anschließend kannst du auf diesen tag klicken und alle Beiträge mit diesem tag ansehen. +ACHTUNG: tags können nicht mehr entfernt werden.

-post_categorize.png Mit diesem Symbol ist es möglich, die Beiträge in bestimmte Gruppen einzuordnen. Dies dient dazu, gewählte Beiträge nach eigenen Vorstellungen zu sortieren und wieder zu finden. Wähle eine vorhandene Gruppe oder gib einen neuen Namen ein. Die erstellten Gruppen findest du unter "Gespeicherte Ordner" in der Netzwerk-Ansicht. +post_categorize.png Mit diesem Symbol ist es möglich, die Beiträge in bestimmte Gruppen einzuordnen. +Dies dient dazu, gewählte Beiträge nach eigenen Vorstellungen zu sortieren und wieder zu finden. +Wähle eine vorhandene Gruppe oder gib einen neuen Namen ein. Die erstellten Gruppen findest du unter "Gespeicherte Ordner" in der Netzwerk-Ansicht.

post_delete.png Mit diesem Symbol löschst du deinen eigenen Beitrag bzw. entfernst einen Beitrag einer anderen Person aus deinem Stream.

-post_choose.png Mit diesem Symbol kannst du mehrere Beiträge auswählen und gesammelt löschen. Hierfür gehst du nach dem Markieren aller gewünschten Beiträge auf "Lösche die markierten Beiträge" am Ende der Seite mit allen Beiträgen. +post_choose.png Mit diesem Symbol kannst du mehrere Beiträge auswählen und gesammelt löschen. +Hierfür gehst du nach dem Markieren aller gewünschten Beiträge auf "Lösche die markierten Beiträge" am Ende der Seite mit allen Beiträgen.

**Im Folgenden findest du Symbole weiterer Themen** diff --git a/doc/de/Text_editor.md b/doc/de/Text_editor.md index 7425ba1ae6..0d9fbb5c74 100644 --- a/doc/de/Text_editor.md +++ b/doc/de/Text_editor.md @@ -3,29 +3,43 @@ Beiträge erstellen * [Zur Startseite der Hilfe](help) -Hier findest du eine Übersicht über die verschiedenen Möglichkeiten, deinen Beitrag zu bearbeiten. Achtung: für dieses Beispiel wurde das Thema "Diabook" genutzt. Wenn du ein anderes Design benutzt, wirst du manche dieser Symbole gar nicht oder in anderer Form vorfinden. +Hier findest du eine Übersicht über die verschiedenen Möglichkeiten, deinen Beitrag zu bearbeiten. + +Achtung: für dieses Beispiel wurde das Thema "Diabook" genutzt. +Wenn du ein anderes Design benutzt, wirst du manche dieser Symbole gar nicht oder in anderer Form vorfinden. editor Die einzelnen Symbole -editor Wenn du auf dieses Symbol klickst, dann kannst du ein Bild von deinem Computer hinzufügen. Wenn du eine Internetadresse (URL) eingeben willst, dann kannst du das "Baum"-Symbol im oberen Teil des Editors nutzen. Wenn du ein Bild ausgewählt hast, dann erscheint eine Miniaturdarstellung des Bildes im Editor.* +editor Wenn du auf dieses Symbol klickst, dann kannst du ein Bild von deinem Computer hinzufügen. +Wenn du eine Internetadresse (URL) eingeben willst, dann kannst du das "Baum"-Symbol im oberen Teil des Editors nutzen. +Wenn du ein Bild ausgewählt hast, dann erscheint eine Miniaturdarstellung des Bildes im Editor.*

paper_clip Wenn du dieses Symbol anklickst, dann kannst du weitere Dateien von deinem Computer einfügen. Eine Vorschau des Dateiinhalts erfolgt nicht.*

-chain Wenn du die Kette anklickst, dann kannst du eine Internetadresse (URL) einfügen. Im Editor erscheint automatisch eine kurze Information zum eingefügten Link.* +chain Wenn du die Kette anklickst, dann kannst du eine Internetadresse (URL) einfügen. +Im Editor erscheint automatisch eine kurze Information zum eingefügten Link.*

-video Mit dieser Funktion kannst du die Internetadresse (URL) einer Videodatei einfügen. Das Video erscheint dann mit einem Player in deinem Beitrag. Da Friendica zur Einbindung [HTML5](http://en.wikipedia.org/wiki/HTML5_video) verwendet, werden je nach Browser verschiedene Videoformate unterstützt (z.B. WebM oder MP4). Außerdem kannst du hier die URLs von Videos auf Youtube, Vimeo und manchen anderen Videohostern eingeben. Die Videos werden dann mit Vorschaubild angezeigt, nach einem Klick öffnet sich ein eingebetteter Player.* +video Mit dieser Funktion kannst du die Internetadresse (URL) einer Videodatei einfügen. +Das Video erscheint dann mit einem Player in deinem Beitrag. +Da Friendica zur Einbindung [HTML5](http://en.wikipedia.org/wiki/HTML5_video) verwendet, werden je nach Browser verschiedene Videoformate unterstützt (z.B. WebM oder MP4). +Außerdem kannst du hier die URLs von Videos auf Youtube, Vimeo und manchen anderen Videohostern eingeben. +Die Videos werden dann mit Vorschaubild angezeigt, nach einem Klick öffnet sich ein eingebetteter Player.*

-mic Mit dieser Funktion kannst du die Internetadresse (URL) einer Sound-Datei einfügen. Da Friendica zur Einbindung [HTML5](http://en.wikipedia.org/wiki/HTML5_video) verwendet, werden je nach Browser und Betriebssystem MP3, Ogg oder AAC unterstützt. Außerdem kannst du hier auch URLs von manchen Audiohostern wie Soundcloud eingeben, um eine dort gespeicherte Audiodatei mit Player in deinem Beitrag anzuzeigen.* +mic Mit dieser Funktion kannst du die Internetadresse (URL) einer Sound-Datei einfügen. +Da Friendica zur Einbindung [HTML5](http://en.wikipedia.org/wiki/HTML5_video) verwendet, werden je nach Browser und Betriebssystem MP3, Ogg oder AAC unterstützt. +Außerdem kannst du hier auch URLs von manchen Audiohostern wie Soundcloud eingeben, um eine dort gespeicherte Audiodatei mit Player in deinem Beitrag anzuzeigen.*

-globe Wenn du dieses Symbol wählst, dann kannst du deinen Standort festlegen. Hier reicht schon eine Angabe wie "Berlin" oder "10775". Dieser Eintrag führt anschließend zu einer Suchanfrage bei Google Maps. +globe Wenn du dieses Symbol wählst, dann kannst du deinen Standort festlegen. +Hier reicht schon eine Angabe wie "Berlin" oder "10775". +Dieser Eintrag führt anschließend zu einer Suchanfrage bei Google Maps.

* wie du Dateien hochladen kannst, erfährst du [hier](help/FAQ#upload) diff --git a/doc/de/andfinally.md b/doc/de/andfinally.md index b6e492ae69..a873b046d6 100644 --- a/doc/de/andfinally.md +++ b/doc/de/andfinally.md @@ -3,17 +3,13 @@ Und damit sind wir auch schon am Ende der Schnellstartanleitung. -Hier sind noch einige weitere Dinge, die dir den Start vereinfachen können. +Hier sind noch einige weitere Dinge, die Dir den Start vereinfachen können. **Gruppen** - Friendica Support - Probleme? Dann ist das der Platz, um zu fragen! -- Let's Talk eine Gruppe, um Leute und Gruppen mit gleichen Interessen zu finden - -- Local Friendica eine Seite für lokale Friendica-Gruppen - **Dokumentation** diff --git a/doc/de/groupsandpages.md b/doc/de/groupsandpages.md index 0b5f1fcedd..d5b8e7f691 100644 --- a/doc/de/groupsandpages.md +++ b/doc/de/groupsandpages.md @@ -3,11 +3,21 @@ Gruppen und Seiten * [Zur Startseite der Hilfe](help) -Hier siehst du das globale Verzeichnis. Wenn du dich mal verirrt hast, kannst du diesen Link klicken und wieder hierher kommen. +Hier siehst du das globale Verzeichnis. +Wenn du dich mal verirrt hast, kannst du diesen Link klicken und wieder hierher kommen. -Auf dieser Seite findest du eine Zusammenstellung von Gruppen, Foren und bekannten Seiten. Gruppen sind keine realen Personen. Sich mit diesen zu verbinden ist, als wenn man jemanden auf Facebook "liked" ("gefällt mir") oder wenn man sich in einem Forum anmeldet. Habe keine Sorge, falls du dich unbehaglich fühlst, wenn du dich einer neuen Person vorstellen sollst, da es sich nicht um Personen handelt. +Auf dieser Seite findest du eine Zusammenstellung von Gruppen, Foren und bekannten Seiten. +Gruppen sind keine realen Personen. +Sich mit diesen zu verbinden ist, als wenn man jemanden auf Facebook "liked" ("gefällt mir") oder wenn man sich in einem Forum anmeldet. +Habe keine Sorge, falls du dich unbehaglich fühlst, wenn du dich einer neuen Person vorstellen sollst, da es sich nicht um Personen handelt. -Wenn du dich mit einer Gruppe verbindest, erscheinen alle Nachrichten der Gruppe in deinem "Netzwerk"-Tab. Du kannst diese Beiträge kommentieren oder selbst in der Gruppe schreiben, ohne eine der Gruppenmitglieder persönlich hinzuzufügen. Das ist ein großartiger Weg, dynamisch neue Freunde zu gewinnen. Du findest Personen, die du magst, anstatt Fremde hinzuzufügen. Suche dir einfach eine Gruppe und füge sie so hinzu, wie du auch normale Freunde hinzufügst. Es gibt eine Menge Gruppen und möglicherweise findest du nicht wieder zu dieser Seite zurück. In diesem Fall nutze einfach den Link oben auf dieser Seite. +Wenn du dich mit einer Gruppe verbindest, erscheinen alle Nachrichten der Gruppe in deinem "Netzwerk"-Tab. +Du kannst diese Beiträge kommentieren oder selbst in der Gruppe schreiben, ohne eine der Gruppenmitglieder persönlich hinzuzufügen. +Das ist ein großartiger Weg, dynamisch neue Freunde zu gewinnen. +Du findest Personen, die du magst, anstatt Fremde hinzuzufügen. +Suche dir einfach eine Gruppe und füge sie so hinzu, wie du auch normale Freunde hinzufügst. +Es gibt eine Menge Gruppen und möglicherweise findest du nicht wieder zu dieser Seite zurück. +In diesem Fall nutze einfach den Link oben auf dieser Seite. Wenn du einige Gruppen hinzugefügt hast, gehe weiter zum nächsten Schritt. diff --git a/doc/de/guide.md b/doc/de/guide.md index a5ce54a1dc..fde9cb8ea4 100644 --- a/doc/de/guide.md +++ b/doc/de/guide.md @@ -3,13 +3,22 @@ Erste Schritte... * [Zur Startseite der Hilfe](help) -Das Erste zum Anfang: geh sicher, dass du schon eingeloggt bist. Wenn du noch nicht eingeloggt bist, kannst du das in dem Fenster unten machen. +Das Erste zum Anfang: geh sicher, dass du schon eingeloggt bist. +Wenn du noch nicht eingeloggt bist, kannst du das in dem Fenster unten machen. Sobald du eingeloggt bist (oder wenn du bereits eingeloggt bist), kannst du unten nun auf deine Profilseite schauen. -Hier sieht es ein wenig wie auf deiner Facebook-Seite aus. Hier findest du alle deine Statusmeldungen und Nachrichten deiner Freunde, die direkt auf deine Seite ("Wall") geschrieben haben. Um deinen Status einzutragen, klicke einfach auf die Box oben, in der "Teilen" steht. Wenn du das machst, vergrößert sich die Box. Nun kannst du einige Formatierungsoptionen wie Fett, kursiv, unterstrichen auswählen und ebenfalls Bilder und Links hinzufügen. Unten findest du in diesem Feld weitere Links, mit denen du Bilder und Dateien von deinem Computer hochladen, Webseiten mit einem Kurztext teilen und Video- und Audiodateien aus dem Internet einfügen kannst. Außerdem kannst du hier eintragen, wo du gerade bist. +Hier sieht es ein wenig wie auf deiner Facebook-Seite aus. +Hier findest du alle deine Statusmeldungen und Nachrichten deiner Freunde, die direkt auf deine Seite ("Wall") geschrieben haben. +Um deinen Status einzutragen, klicke einfach auf die Box oben, in der "Teilen" steht. +Wenn du das machst, vergrößert sich die Box. +Nun kannst du einige Formatierungsoptionen wie Fett, kursiv, unterstrichen auswählen und ebenfalls Bilder und Links hinzufügen. +Unten findest du in diesem Feld weitere Links, mit denen du Bilder und Dateien von deinem Computer hochladen, Webseiten mit einem Kurztext teilen und Video- und Audiodateien aus dem Internet einfügen kannst. +Außerdem kannst du hier eintragen, wo du gerade bist. -Wenn du deinen Beitrag ("Post") geschrieben hast, kannst du auf das "Schloss"-Symbol klicken und festlegen, wer deinen Beitrag sehen kann. Wenn du dieses Symbol nicht anklickst, ist dein Beitrag öffentlich. Das bedeutet, dass jeder, der dein Profil ansieht, der auf dem "Community"-Tab deines Servers oder auf dem "Netzwerk"-Tab ("Beiträge deiner Kontakte") eines befreundeten Kontakts ist, den Beitrag sehen kann. +Wenn du deinen Beitrag ("Post") geschrieben hast, kannst du auf das "Schloss"-Symbol klicken und festlegen, wer deinen Beitrag sehen kann. +Wenn du dieses Symbol nicht anklickst, ist dein Beitrag öffentlich. +Das bedeutet, dass jeder, der dein Profil ansieht, der auf dem "Community"-Tab deines Servers oder auf dem "Netzwerk"-Tab ("Beiträge deiner Kontakte") eines befreundeten Kontakts ist, den Beitrag sehen kann. Probiere es doch einfach mal aus. Wenn du fertg bist, schauen wir uns den "Netzwerk"-Tab an. diff --git a/doc/de/makingnewfriends.md b/doc/de/makingnewfriends.md index 911b7f4a89..8b15cec900 100644 --- a/doc/de/makingnewfriends.md +++ b/doc/de/makingnewfriends.md @@ -3,13 +3,24 @@ Neue Freunde finden * [Zur Startseite der Hilfe](help) -Hier siehst du die Kontaktvorschläge. Wenn du dich mal verirrt hast, kannst du diesen Link klicken und wieder hierher kommen. +Hier siehst du die Kontaktvorschläge. +Wenn du dich mal verirrt hast, kannst du diesen Link klicken und wieder hierher kommen. -Diese Seite ist ein wenig wie die Kontaktvorschläge in Facebook. Jeder auf dieser Liste hat zugestimmt, als Kontaktvorschlag zu erscheinen. Das bedeutet, das sie Anfragen meist nicht ablehnen, da sie neue Leute kennenlernen wollen. +Diese Seite ist ein wenig wie die Kontaktvorschläge in Facebook. +Jeder auf dieser Liste hat zugestimmt, als Kontaktvorschlag zu erscheinen. +Das bedeutet, das sie Anfragen meist nicht ablehnen, da sie neue Leute kennenlernen wollen. -Siehst du jemanden, dessen Aussehen du magst? Klicke auf den "Verbinden"-Button beim Foto. Als nächstes kommst du zur Seite "Freundschafts-/Kontaktanfrage". Fülle das Formular wie vorgegeben aus und trage optional eine kleine Notiz ein. Nun musst du nur noch auf die Bestätigung warten. Beachte dabei, dass es sich um reale Personen handelt und es somit etwas dauern kann. Jetzt, nachdem du jemanden hinzugefügt hast, weißt du vielleicht nicht mehr, wie du zurückkommst. Klicke einfach auf den Link oben auf dieser Seite und du kommst zurück zur Seite mit den Kontaktvorschlägen, um weitere Personen hinzuzufügen. +Siehst du jemanden, dessen Aussehen du magst? +Klicke auf den "Verbinden"-Button beim Foto. +Als nächstes kommst du zur Seite "Freundschafts-/Kontaktanfrage". +Fülle das Formular wie vorgegeben aus und trage optional eine kleine Notiz ein. +Nun musst du nur noch auf die Bestätigung warten. +Beachte dabei, dass es sich um reale Personen handelt und es somit etwas dauern kann. +Jetzt, nachdem du jemanden hinzugefügt hast, weißt du vielleicht nicht mehr, wie du zurückkommst. +Klicke einfach auf den Link oben auf dieser Seite und du kommst zurück zur Seite mit den Kontaktvorschlägen, um weitere Personen hinzuzufügen. -Du willst nicht einfach Personen hinzufügen, die du nicht kennst? Kein Problem - an dieser Stelle kommen wir zu den Gruppen und Seiten. +Du willst nicht einfach Personen hinzufügen, die du nicht kennst? +Kein Problem - an dieser Stelle kommen wir zu den Gruppen und Seiten. diff --git a/doc/de/network.md b/doc/de/network.md index 37eeec869d..1544553198 100644 --- a/doc/de/network.md +++ b/doc/de/network.md @@ -3,11 +3,17 @@ Deine "Netzwerk"-Seite * [Zur Startseite der Hilfe](help) -Das ist dein "Netzwerk"-Tab. Wenn du dich mal verirrt hast, kannst du diesen Link klicken, um wieder hierher zu kommen. +Das ist dein "Netzwerk"-Tab. +Wenn du dich mal verirrt hast, kannst du diesen Link klicken, um wieder hierher zu kommen. -Diese Seite ist ein wenig wie die News-Seite in Facebook oder der Stream in Diaspora. Hier findest du alle Beiträge deiner Kontakte, Gruppen und Feeds, die du eingetragen hast. Wenn du neu bist, siehst du hier noch nichts, falls du deinen Status im letzten Schritt noch nicht eingetragen hast. Wenn du bereits ein paar Freunde eingetragen hast, findest du hier ihre Beiträge. Hier kannst du Beiträge kommentieren, eintragen, dass du den Beitrag magst oder ablehnst oder die Profile durch einen Klick auf deren Namen anschauen und auf deren Seite ("Wall") Nachrichten schreiben. +Diese Seite ist ein wenig wie die News-Seite in Facebook oder der Stream in Diaspora. +Hier findest du alle Beiträge deiner Kontakte, Gruppen und Feeds, die du eingetragen hast. +Wenn du neu bist, siehst du hier noch nichts, falls du deinen Status im letzten Schritt noch nicht eingetragen hast. +Wenn du bereits ein paar Freunde eingetragen hast, findest du hier ihre Beiträge. +Hier kannst du Beiträge kommentieren, eintragen, dass du den Beitrag magst oder ablehnst oder die Profile durch einen Klick auf deren Namen anschauen und auf deren Seite ("Wall") Nachrichten schreiben. -Nun wollen wir diese Seite mit Inhalt füllen. Der erste Schritt ist es, Leute zu deinem Account hinzuzufügen. +Nun wollen wir diese Seite mit Inhalt füllen. +Der erste Schritt ist es, Leute zu deinem Account hinzuzufügen. diff --git a/doc/network.md b/doc/network.md index 08ddca290e..36be159eab 100644 --- a/doc/network.md +++ b/doc/network.md @@ -1,6 +1,11 @@ -This is your Network Tab. If you get lost, you can click this link to bring yourself back here. +This is your Network Tab. +If you get lost, you can click this link to bring yourself back here. -This is a bit like the Newsfeed at Facebook or the Stream at Diaspora. It's where all the posts from your contacts, groups, and feeds will appear. If you're new, you won't see anything in this page, unless you posted your status in the last step. If you've already added a few friends, you'll be able to see their posts. Here, you can comment, like, or dislike posts, or click on somebody's name to visit their profile page where you can write on their wall. +This is a bit like the Newsfeed at Facebook or the Stream at Diaspora. +It's where all the posts from your contacts, groups, and feeds will appear. +If you're new, you won't see anything in this page, unless you posted your status in the last step. +If you've already added a few friends, you'll be able to see their posts. +Here, you can comment, like, or dislike posts, or click on somebody's name to visit their profile page where you can write on their wall. Now we need to fill it up, the first step, is to make some new friends. diff --git a/doc/snarty3-templates.md b/doc/snarty3-templates.md new file mode 100644 index 0000000000..751ef20b31 --- /dev/null +++ b/doc/snarty3-templates.md @@ -0,0 +1,173 @@ +Friendica Templating Documentation +================================== + +* [Home](help) + +Friendica uses [Smarty 3](http://www.smarty.net/) as PHP templating engine. The main templates are found in + + /view/templates + +theme authors may overwrite the default templates by putting a files with the same name into the + + /view/themes/$themename/templates + +directory. + +Templates that are only used by addons shall be placed in the + + /addon/$addonname/templates + +directory. + +To render a template use the function *get_markup_template* to load the template and *replace_macros* to replace the macros/variables in the just loaded template file. + + $tpl = get_markup_template('install_settings.tpl'); + $o .= replace_macros($tpl, array( ... )); + +the array consists of an association of an identifier and the value for that identifier, i.e. + + '$title' => $install_title, + +where the value may as well be an array by its own. + +Form Templates +-------------- + +To guarantee a consistent look and feel for input forms, i.e. in the settings sections, there are templates for the basic form fields. They are initialized with an array of data, depending on the tyle of the field. + +All of these take an array for holding the values, i.e. for an one line text input field, which is required and should be used to type email addesses use something along + + '$adminmail' => array('adminmail', t('Site administrator email address'), $adminmail, t('Your account email address must match this in order to use the web admin panel.'), 'required', '', 'email'), + +To evaluate the input value, you can then use the $_POST array, more precisely the $_POST['adminemail'] variable. + +Listed below are the template file names, the general purpose of the template and their field parameters. + +### field_checkbox.tpl + +A checkbox. If the checkbox is checked its value is **1**. Field parameter: + +0. Name of the checkbox, +1. Label for the checkbox, +2. State checked? if true then the checkbox will be marked as checked, +3. Help text for the checkbox. + +### field_combobox.tpl + +A combobox, combining a pull down selection and a textual input field. Field parameter: + +0. Name of the combobox, +1. Label for the combobox, +2. Current value of the variable, +3. Help text for the combobox, +4. Array holding the possible values for the textual input, +5. Array holding the possible values for the pull down selection. + +### field_custom.tpl + +A customizeable template to include a custom element in the form with the usual surroundings, Field parameter: + +0. Name of the field, +1. Label for the field, +2. the field, +3. Help text for the field. + +### field_input.tpl + +A single line input field for textual input. Field parameter: + +0. Name of the field, +1. Label for the input box, +2. Current value of the variable, +3. Help text for the input box, +4. if set to "required" modern browser will check that this input box is filled when submitting the form, +5. if set to "autofocus" modern browser will put the cursur into this box once the page is loaded, +6. if set to "email" or "url" modern browser will check that the filled in value corresponds to an email address or URL. + +### field_intcheckbox.tpl + +A checkbox (see above) but you can define the value of it. Field parameter: + +0. Name of the checkbox, +1. Label for the checkbox, +2. State checked? if true then the checkbox will be marked as checked, +3. Value of the checkbox, +4. Help text for the checkbox. + +### field_openid.tpl + +An input box (see above) but prepared for special CSS styling for openID input. Field parameter: + +0. Name of the field, +1. Label for the input box, +2. Current value of the variable, +3. Help text for the input field. + +### field_password.tpl + +A single line input field (see above) for textual input. The characters typed in will not be shown by the browser. Field parameter: + +0. Name of the field, +1. Label for the field, +2. Value for the field, e.g. the old password, +3. Help text for the input field, +4. if set to "required" modern browser will check that this field is filled out, +5. if set to "autofocus" modern browser will put the cursor automatically into this input field. + +### field_radio.tpl + +A radio button. Field parameter: + +0. Name of the radio button, +1. Label for the radio button, +2. Current value of the variable, +3. Help text for the button, +4. if set, the radio button will be checked. + +### field_richtext.tpl + +A multi-line input field for *rich* textual content. Field parameter: + +0. Name of the input field, +1. Label for the input box, +2. Current text for the box, +3. Help text for the input box. + +### field_select.tpl + +A drop down selection box. Field parameter: + +0. Name of the field, +1. Label of the selection box, +2. Current selected value, +3. Help text for the selection box, +4. Array holding the possible values of the selection drop down. + +### field_select_raw.tpl + +A drop down selection box (see above) but you have to prepare the values yourself. Field parameter: + +0. Name of the field, +1. Label of the selection box, +2. Current selected value, +3. Help text for the selection box, +4. Possible values of the selection drop down. + +### field_textarea.tpl + +A multi-line input field for (plain) textual content. Field parameter: + +0. Name of the input field, +1. Label for the input box, +2. Current text for the box, +3. Help text for the input box. + +### field_yesno.tpl + +A button that has two states *yes* or *no*. Field parameter: + +0. Name of the input field, +1. Label for the button, +2. Current value, +3. Help text for the button +4. if set to an array of two values, these two will be used, otherwise "off" and "on". diff --git a/friendica_test_data.sql b/friendica_test_data.sql new file mode 100644 index 0000000000..c39a057651 --- /dev/null +++ b/friendica_test_data.sql @@ -0,0 +1,1787 @@ +-- 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/friendica5\";s:7:\"request\";s:44:\"http://192.168.22.10/dfrn_request/friendica5\";s:7:\"confirm\";s:44:\"http://192.168.22.10/dfrn_confirm/friendica5\";s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica5\";s:5:\"photo\";s:68:\"http://192.168.22.10/photo/profile/5.jpg?rev=2015-02-02+12%3A04%3A06\";s:8:\"priority\";N;s:7:\"network\";s:4:\"dfrn\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:44:00'),('probe_url:1:anarchism@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:37:\"anarchism@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:17'),('probe_url:1:ccase@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:33:\"ccase@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:25'),('probe_url:1:friendicasuggestionbox@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:50:\"friendicasuggestionbox@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:21'),('probe_url:1: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:38:\"http://192.168.22.10/salmon/friendica1\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica1\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica1\";s:5:\"photo\";s:71:\"http://192.168.22.10/photo/custom/300/2.jpg?rev=2015-02-02+12%3A02%3A11\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"stat\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:49:12'),('probe_url:1: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:38:\"http://192.168.22.10/salmon/friendica2\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica2\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica2\";s:5:\"photo\";s:71:\"http://192.168.22.10/photo/custom/300/3.jpg?rev=2015-02-02+12%3A02%3A40\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"stat\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:40:44'),('probe_url:1: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:38:\"http://192.168.22.10/salmon/friendica4\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica4\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica4\";s:5:\"photo\";s:71:\"http://192.168.22.10/photo/custom/300/6.jpg?rev=2015-02-02+12%3A04%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"stat\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:45:06'),('probe_url:1: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:38:\"http://192.168.22.10/salmon/friendica5\";s:4:\"poll\";s:41:\"http://192.168.22.10/dfrn_poll/friendica5\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"http://192.168.22.10/poco/friendica5\";s:5:\"photo\";s:71:\"http://192.168.22.10/photo/custom/300/5.jpg?rev=2015-02-02+12%3A04%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"stat\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 18:44:01'),('probe_url:1:http://mist.loozah.com/profile/derbuffer','a:15:{s:4:\"name\";s:10:\"der buffer\";s:4:\"nick\";s:9:\"derbuffer\";s:3:\"url\";s:40:\"http://mist.loozah.com/profile/derbuffer\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/d64d23ed5df3879a\";s:4:\"poll\";s:42:\"http://mist.loozah.com/dfrn_poll/derbuffer\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"http://mist.loozah.com/poco/derbuffer\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/98.jpg?rev=2013-07-27+00%3A10%3A59\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxYVep62s0skTI+leYCrps\n6Ms4wUZKaX4+nGniLFmcJl/wTscDEKNh81PBaTropeNNQUjxYxqvabkGFg3OZte+D\nDAfXkHunpeRXgBPwV4sBHuJGFVU1hAxkt9QKxXSimjQDbBygAOsXdgbAiuBsBADQL\n0UOM5CPRdhWiHebwRsg2TQOrRq+DOEXkuiednRHjiMxK9lKR5UP4xptrzOlJTfGZB\n89nszA2khxgZpUYRuFUtcvipJSBT1Q2OLAmBPEg7kmOkO1RxumsU3sUBLCigoolPl\nNNbdHXBQZZMGDUMs9pxcDzqBJHCIGeTYEfFuTqZ05bb3TDorU1EdODy8u48x5ficQ\n551E+Z4iLaBxNd2CGplGZ5S241xrby+6oEj4ftPzaYlsfldMpijNcNiW2ffU6qwls\nLKTHKw9IB3CtxQ3ZqjTpb8qwNKip7cUgR8knX2YVS3ApcJHqWdkyhqDIpxiaKdj8G\niGdid+XXQLwJjfkQYbVMbXzU8jZHu1aMcYknF6YdW6YqVe+8qkvanIQniO/GpqS8Q\nm1SS1xVvh3quTOpX0pB3aiJ2ODsQbYndSv2Aw087FJVV+o6G93EHDVbrigb1ZJtKG\ngZwjS2kC8tOztX4/hslJ7kDnVEFMLWjoMXc2kugbSH0/89C824TlrWgY1m8pSD5AO\nFx7+yYcgljaMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:45'),('probe_url:1:http://mist.loozah.com/profile/joooo','a:15:{s:4:\"name\";s:4:\"Jo A\";s:4:\"nick\";s:5:\"joooo\";s:3:\"url\";s:36:\"http://mist.loozah.com/profile/joooo\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/c8dae3b8a08f3e1c\";s:4:\"poll\";s:38:\"http://mist.loozah.com/dfrn_poll/joooo\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"http://mist.loozah.com/poco/joooo\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/64.jpg?rev=2012-11-12+15%3A32%3A02\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAz+yckaZV72WcvJT7fVQlq\naHAomn9zUfGhHSF8pNWY2dYhnuzZ4l1kjSSjWckisqZdL1amTF+/phlO+2y8wqrc4\n1NbVNQpjx0prgqsjm2KS9iQjEeFnhqSZdULLBb9oTgYK+lzQj4AL3lOZZrVxR60/l\nprGREhvO1OJyIq0Kw/qf5Ib+zNLyHKRoH/F1NIi8F5aOfZuVWI4H6XPPBg+LgW6So\nKNPPaNaX1S7xTbASPgcQPFLVWZmTdpmyot4hfX5Qj4LiBlADWFJ/YiOXskSEzuYT/\nSpCURQ3cHB0UvIARF4r57JbOZVEdUyiN46d/33Ua+iFdTnNJBdqokDZhGqh/dJhMS\njk557u2ZihGNoaizIlad9+30Jj07O6JlPF4vC58hCDQ3c5Jmc7m3oDUylhAFiTxfR\nfES9pE8wDXIF81ur0DbsLpThfEkmEjwOUHnHFN1gYspfJii/dNaUVuluxVcqJ20RD\nyg9BXo+5IhC/mu2tKiMdV6NrYkU3W8NGDo7QyH3EsceRXE8i/H4QgkYeQQz0puoKN\nIM+cQZmuqPsr1BGWuGzYJ36047Am6kQYqfIYoizNKqse1yASpHS+ZOuRB0EeatGvV\n4DtYmXrhQy0iZJysN7GtyysGe2Q2mqwa2y+YvMaftkOgbtaqcs/xuESE+PGcD+myr\nZOeXgL1c5CBcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:46'),('probe_url:1:http://mist.loozah.com/profile/mkay','a:15:{s:4:\"name\";s:6:\"Marcel\";s:4:\"nick\";s:4:\"mkay\";s:3:\"url\";s:35:\"http://mist.loozah.com/profile/mkay\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/05fab1296382d87f\";s:4:\"poll\";s:37:\"http://mist.loozah.com/dfrn_poll/mkay\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"http://mist.loozah.com/poco/mkay\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/24.jpg?rev=2012-06-14+19%3A06%3A37\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1H7PI3m1GkbjKK2KVu/8hUQmqa\nDzcvHzk8S3Yo+5duMaBR9TTs/CMSylc/dSkyG6m52dJl1PL1Hm5/gcdIu4udciHz7\nqfwS2o5EwwqmtMhlq12/L8WnZRzYOlkEr8dF1hkKqu+4QO9/NUyNYq60+7lOJfNYK\ntMsLAZgGpUt91xQIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:45'),('probe_url:1:http://mist.loozah.com/profile/rike','a:15:{s:4:\"name\";s:4:\"Rike\";s:4:\"nick\";s:4:\"rike\";s:3:\"url\";s:35:\"http://mist.loozah.com/profile/rike\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/aea03cdf0e19a1fd\";s:4:\"poll\";s:37:\"http://mist.loozah.com/dfrn_poll/rike\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"http://mist.loozah.com/poco/rike\";s:5:\"photo\";s:73:\"http://mist.loozah.com/photo/custom/300/2.jpg?rev=2012-02-03+14%3A10%3A17\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvALRLW3VfSJgD/rKSitV1\nuOhnX32dd7V+SZ52sWMZz4MWmMMZpy8cHup+Fku+IlXEaQTdYjaJz4rTXxKEwmWSR\nG/EcbdyMS1RQnVsmQ0W7SUM7jgDeHtZFS6V+5uT1/2UVpaONvvGPuZuBpbAoQZD6a\nbmwoSTxCZG4j4jo+ne81pxPe524ovSzvQOR7oCfRx68+EOIiBUmyTqhKgdKE5ZtID\nDRtcn452ePZbb+ejhBpNoQx5ulhGOPdRKprN6sz7VyF0+7UFW0ALjGA0wGhRmlACT\n/UEqrJZvaG6Fs50/8NTNtaUvCtqvXvea1n2KAhUMd7pg41L+t71uPx98U96XmY51w\n4jK4SV/OWNyMGTkjtlsbiqA3IW7CN9BVuTLkmaIiGe7SyYvEgPPMMW1h3LCDJAYnA\nxPo1W8u8S9hCbGdobQY2pFaj8Z3Z52aleb+Gp1AxtEI1MNA4toBUe/XZAKZW+fPKA\nJvrZJG6E+LORvPeSZgj7R2eiTKo+5E466WhlwtO74tCygb9P3wQDMX/TbMRCGQne7\nGc87kev/62HtfD9QhBIGSiyCawy3UCv4M3y8q06xOCYcvoxme41ZmgriX1Si3ynSG\n7r5o/yE+TBxK2yOk/fHRM8xocMNp5fxVaGk4JVpUnoXs/vabaBDfz9yBkmXQHzfy1\nqO8fgmH13NdECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:44'),('probe_url:1:http://mist.loozah.com/profile/torsten_peh','a:15:{s:4:\"name\";s:11:\"Torsten Peh\";s:4:\"nick\";s:11:\"torsten_peh\";s:3:\"url\";s:42:\"http://mist.loozah.com/profile/torsten_peh\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/7f29b32e15e64456\";s:4:\"poll\";s:44:\"http://mist.loozah.com/dfrn_poll/torsten_peh\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"http://mist.loozah.com/poco/torsten_peh\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/13.jpg?rev=2012-05-15+12%3A58%3A18\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1NRmqgaCC7Yw/Im0cS6U9\na87HbNmWinBcp8QypZGyyELDfoeaoUcjwASRWSdOC0VSJ1uyTiQl9Fhm1j5W+iJde\ndBrR8oOc3xH/ExIJY5ZfhwXdmPZkZ3ANIYPPuS9wINmeRQvR+3hNxci+YEag+RGz4\n4DWA137iYNgDRGb6w+I223dIp7oHgJ7NfRab+vaUknWw4oFQEQoO6qsLNtysvTxf4\nFwkUjmadPVLN7LfSG8iFLlpA6u8nBa3ef5qPI7WczYF31vcACov3zo8sCWSZW9xMf\n6sN9ZwIflzEVTka41LIwq5LKve/3AKUHa9cjibDyHykodDSB1B157kHvJtF/v40ti\nLIayiJU4/Jq8OuKSTZNvtmI4m9T4WsMOOVDPwCzlIDxA1UkQcGWBTq+RB0bLzoJH+\n0pnnLHg691oS7uaFvdp1PRTiwBlBE9IkEzsAFjAjjhmvU8k2QuA2r/5W3drwXqBKK\nmQGyx8jYr3ecTzPHY/6f6nZs+mcsgqMCQHwenstetpvP1huC03GoluOt0FehV/bXw\nmDE6H3LlgBsHiQ339H/CVTUQsUB/CNY4P/9Swx5KWq9aSI0fN0CdyB3Opw/cxel06\nbHuSLdIKf+mdia42LV+dScMFINHftADR11Ujvi5TP+UVULDlzNd+ANoN1DTYt0iSi\nrWVu/aNlZdx0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:44'),('probe_url:1:http://mist.loozah.com/profile/zoninoz','a:15:{s:4:\"name\";s:13:\"Gianluca Zoni\";s:4:\"nick\";s:7:\"zoninoz\";s:3:\"url\";s:38:\"http://mist.loozah.com/profile/zoninoz\";s:4:\"addr\";N;s:5:\"batch\";s:37:\"http://mist.loozah.com/receive/public\";s:6:\"notify\";s:53:\"http://mist.loozah.com/receive/users/d5fd9c60544dd54d\";s:4:\"poll\";s:40:\"http://mist.loozah.com/dfrn_poll/zoninoz\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"http://mist.loozah.com/poco/zoninoz\";s:5:\"photo\";s:74:\"http://mist.loozah.com/photo/custom/300/56.jpg?rev=2012-09-12+15%3A38%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzWff4nB2B2byJNEjqm9RP\nVnbik6snJIKzCVpZtHvimjj9FT3TM32y8f05gI6e9JQXclYdpfTOS/nz6hVJFrnus\n60I7CLqQtrXTN/d50p0wDjCM7O3hvpw44ALF1GBvR+ZEjO7Cu8FgxpFARMLMCc7uS\n7ok6Qs7rH0IobV/vdOnYadiQr/zrysN0g6yV9qyH97sgRUrWAGk+G1bPv6Cvn8+Z0\nz0yzxx6VufDC0PHyP+5AIABUQJcoJsN+Ds68ywVYZB/qx41h5tX/CC+nvIr7a8fwk\n0KeAYn1rWKj1nC5eb9Q4Ko5b6GFKGIGe8JhQGRhjJLYwVrUd3BQ5j2m0C/jyAJot/\ndQSIouwOh4sAvLodfsckAYwbqP0W7l2RNoustrzFj4q3xoVYTY47DxWqOfY85uaCy\ndAjzcQRA7/3OUIlAfTJnC7NX3DhwfztthPBRWngze5dmrqNi7C6J0J3N5qcNJfQaU\nVSrW7tv3WvFw2a6hNSni+v0vGH1xUUBkbGVo973R0kirU42w8y0KVeoXizX+QdPpB\ntLFDX3qy7NoH1DcHyXSw/Ti0teFkJ0m0Or20PmiC0O8KUuqwvimNHG+goLtdit2K9\nJoFUcxSJEOCLIsEQBxES7ZnNxYulrqKF2/5ykK4l1TpfnFkdfce6J8nbUqE2e6vfz\nE8vD/O67EZIcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:45'),('probe_url:1:http://social.rueetschli.org/profile/dj-atropine','a:15:{s:4:\"name\";s:8:\"Kevin K.\";s:4:\"nick\";s:11:\"dj-atropine\";s:3:\"url\";s:48:\"http://social.rueetschli.org/profile/dj-atropine\";s:4:\"addr\";N;s:5:\"batch\";s:43:\"http://social.rueetschli.org/receive/public\";s:6:\"notify\";s:59:\"http://social.rueetschli.org/receive/users/9b76304e18c5a4a9\";s:4:\"poll\";s:50:\"http://social.rueetschli.org/dfrn_poll/dj-atropine\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"http://social.rueetschli.org/poco/dj-atropine\";s:5:\"photo\";s:80:\"http://social.rueetschli.org/photo/custom/300/66.jpg?rev=2014-12-31+13%3A05%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtfHtX7kMAF5shJt+g2DaJ\nFLm9bWzDcXvUk2mSiEnvHs+S/5I+fBvTBshYljiIN0shCQY5XM838vMRle4WUxczm\nVQpWFBZkxnLGUwkyqwQuU4btfMTWCswhi9t8LJRpQD3idpoSGqZuQa+YAMRth2WCX\niIQV3LV04gpcolKuLo4wyNRT8OULQFdhFnSNs+js4307LIiRSJT+yX9dHTY/0qK3/\nH4Ciq1WKw46dTHSEkoWPW4oXvWBdS7HOxi7w5hYx++5+MYqqOvL7PavCSgTj0Crvp\nuVs0Bq8DKqUtCAAsf8kSB2/GeGxdpxgJHeF2NrX99xN4hqTIyHmvj9/rH9YRMFKPo\nruqTLvfWlQ+rzykzCGB4ntJ/JioesPOTcEEm9iQU2TMGiwdjD55Ri56EtepC2BOlB\nVUF23eax9SAb/FSEnSZ1nRUP3I+FcdfHes0Mn2Dc8s/DbBNRT3bhfTqzkinPkEX4P\n+Wd0olfXnKw69n3e30MQv+rhaSeqDy2D/yY3QgZlPB4RCXnf9fnd3vzmNfyWCQdyf\nFiYu2jPUTmwi8IDbm3ffXg2Ydypj5QiSWJt60zej6BkQjo2sBuewX7rkkfGPClwsd\nk66fIhT5OcloqfMyk1tFxgsq4cXVpOvWj+6RzVRVZLil6W4o+nSFoSF7w1WjXtx/q\nyLuhzxAj+h+sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:39'),('probe_url:1:http://social.rueetschli.org/profile/gsxrpilot','a:15:{s:4:\"name\";s:10:\"Jim Wiskey\";s:4:\"nick\";s:9:\"gsxrpilot\";s:3:\"url\";s:46:\"http://social.rueetschli.org/profile/gsxrpilot\";s:4:\"addr\";N;s:5:\"batch\";s:43:\"http://social.rueetschli.org/receive/public\";s:6:\"notify\";s:59:\"http://social.rueetschli.org/receive/users/67e3845ede95d2cc\";s:4:\"poll\";s:48:\"http://social.rueetschli.org/dfrn_poll/gsxrpilot\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"http://social.rueetschli.org/poco/gsxrpilot\";s:5:\"photo\";s:80:\"http://social.rueetschli.org/photo/custom/300/36.jpg?rev=2014-08-21+01%3A47%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA7avQsSRv37f0BXuCqA2Ar\nYJjz7iYgbZRotAV74tZ4uLCFBEBYJC7xeIxAdJH4qdltSNftjeeEOiaeSBpTKapgR\nOMRGhYtIJrABilrArxBRYHmwxHXsXvJmSODweXmpmod9klyINoPTGEJUDWLwA+m4Z\nGnqTWnsTaq4piMUKn00iBINtjP5DRkUpQhCZtwciW9gMFdgz07pqW+Pko2zSILOrh\n+ndM0IDnB958vzdBUcXweSv9Ryd1Qtj4R0lHGfdgsQ6EpCyW2Ocrs+o99B0NLRoII\nYfk/4GLi8OrmqCNRqMWGI3ENysPYIKuY2aI6q2dNXAeLdm9tJrloHLwHr7eTqMlyz\nCJrasFihic/1ACVCfQplcmuDkhvSUx2i7LYlD7te0MH6in6c90qMNs2MbqAZo+CMN\nkMjyGJxMLiiXjW2puQq+tJkj4TYj5PTssPrKwvbd8Mt6hogoEHm/AcRNdC3U8/Rzt\nnTysXJAb7DjC1r2eyOA7n4So3RLS+e0Itjw1dY/CalKgTdKZijLBe3IoEYaOPl1SW\nJbW76UkKL7JfPG+dyCDcCSVMDuday2n9A3/ICua9+Mpr4Xy0w11TdSaDA3pbymo4z\nNBnl5PbX9WfwSLjeepidLBjXbwuGDwf79XVj42kQa1TeALUPeBQVkaB1++keE1wq4\nXVDHnlShE8i0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:37'),('probe_url:1:http://social.rueetschli.org/profile/land_ei','a:15:{s:4:\"name\";s:7:\"Land Ei\";s:4:\"nick\";s:7:\"land_ei\";s:3:\"url\";s:44:\"http://social.rueetschli.org/profile/land_ei\";s:4:\"addr\";N;s:5:\"batch\";s:43:\"http://social.rueetschli.org/receive/public\";s:6:\"notify\";s:59:\"http://social.rueetschli.org/receive/users/f036c656065704e3\";s:4:\"poll\";s:46:\"http://social.rueetschli.org/dfrn_poll/land_ei\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"http://social.rueetschli.org/poco/land_ei\";s:5:\"photo\";s:80:\"http://social.rueetschli.org/photo/custom/300/32.jpg?rev=2014-07-25+17%3A03%3A43\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtfPAAYbhu+jGszgk8jNdu\n1Jgn4hxGqQHbxTLF19CM7s6c+h1SNPBtnF2lcbrSHcPhzkLkmE+WlNiM97Pm/XgQD\n/N3Yzlv+xrJjGLn3odnTv/nvag8s8GVY5C5T9da1T1udziuuvEUui+by8Eh3Gv9TL\njGp/buIO0Lw7j0lb/R/vo8DZzfswqYLmOaS6SgmqgBsC4W5B2011A4srOrRK3YhVP\nX4Sw5EAfuaJwH0d62hsBPDYPg8OSZ9U5hTbpjgDN9TG155tqQadBT9z3YpqtZ8X5x\nDzacBKSURnNpm7nLVTLhDPtKY04tjibofEne0EFlitQ4rOH4deQdU3leoyqhThPzb\nZd5h/bqI46MfAs/cFyzSv2C5HU/RmTKXLj2Fy6wMCZoJOkDRoB+xsIBfjYQANAWbV\na+crxgqYk8F9aYndShMRQJ3bkrJ28K64dmVWwuPHPf27lS+uJeXUOxmbb3WvpqRRb\n8k33qdvOmNEp1KgfENYSwymQGsgtNPDptr4k/XtbPITDUKp1w6Ywho8e2dpDPECyd\ngErA1yGsOgRimul2ZqX4xV0aXF9SJGpv0XWELf/EFYrfJEmr7gmWJ6vZl8ZOPtxJw\nTfVmOiKEpzTzdED1nsDqCPACR4g3aeWiWBPzD9PC4VrqHx4vtou9XFNPUVRlXeAvE\nic+paai97QxUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:36'),('probe_url:1:http://social.rueetschli.org/profile/rueetschli','a:15:{s:4:\"name\";s:18:\"Michael Rueetschli\";s:4:\"nick\";s:10:\"rueetschli\";s:3:\"url\";s:47:\"http://social.rueetschli.org/profile/rueetschli\";s:4:\"addr\";N;s:5:\"batch\";s:43:\"http://social.rueetschli.org/receive/public\";s:6:\"notify\";s:59:\"http://social.rueetschli.org/receive/users/cff69c2545d38198\";s:4:\"poll\";s:49:\"http://social.rueetschli.org/dfrn_poll/rueetschli\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"http://social.rueetschli.org/poco/rueetschli\";s:5:\"photo\";s:79:\"http://social.rueetschli.org/photo/custom/300/1.jpg?rev=2014-03-14+09%3A30%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzHcQZ0bYfqClvUbGxdsTO\n10KreprdvbRBPAArS5RZsswSR4u5U/rSI9XIwrNhu3xbzoE1Qk98intf2A92JWyYm\nWv2YLn/TB08woVC+6Tn9SLDi2JONQv4H7MzDyNSdaQgKncuejI0Va0xGkiDaBFyU0\nvKyI80tVaIkvJLa6fx9RB2b2j3fEnjyn0gk1x8QrYCKdgfildk6qcToIjslp7CGjc\nPNcVfr1HguIr/umDrOKkeTt+aYFxa1vUFi4+OW5BblPS1QabubByx8ERvTRv1or1V\njGIHoVMz9cTyHiPsebH+XgvqyR5LkHp1RM5GO3jLEKj7Jp51SkdHSAYZvJ8KpD9oM\nKQ2izxQUyLqj45UHEtlhh/Sxo3B0XLb97hhvhwTXszhP2ccKUlxS8TcfHrKuKe41J\nriEJoqd99LuZ++iezmLsXcxtxPAuplDOzCobzwGvaynpFoDHgOsmBQJyFWOtZjsR8\nbODuHyW7BKDq+Yb+XpAZ6I1izFjL4bpYmcWdKAkqN6SBofEgeH1G6TwAnHXHag3lO\nV6j2dQOwYkyg6iqfb1dCpKDFHMPbz4BmCeaBwmsT8ArJPPhL66r98iXL/yl2bL/up\nnVMy2RUxs5kncSob6XGEMejZD9bWm98n489LoBQ72L4pSwRrnIdTs+qQnRgNQKGHN\naKlAi7Bi2SMkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:35'),('probe_url:1:https://friendica.eu/profile/arescorpio','a:15:{s:4:\"name\";s:13:\"Nepesh Hacker\";s:4:\"nick\";s:10:\"arescorpio\";s:3:\"url\";s:39:\"https://friendica.eu/profile/arescorpio\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/1ef695c1de7dd7fd\";s:4:\"poll\";s:41:\"https://friendica.eu/dfrn_poll/arescorpio\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://friendica.eu/poco/arescorpio\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/516.jpg?rev=2012-11-07+22%3A39%3A38\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1N890+0zW04i6ljy7QMuX\nCl5MmJooxApqHKsvwoe8fJY2K67zhdb+Fg2LDtggQFlkDFZ39jZWVr0nxvaebpq7p\nQ0G75N+8nsFhSxlcb6w2LW3u10w7oeQMPIOkCkM3HDGr71rfc8TGTAlEjxf19YdwA\nQjrAQeuVtEkCbWWef2nxmxAHIn64LDe5TY8sd13aqUR3x2e3bcqeE07W69KtUP03i\nfsvL6xc0V9GHNmyQsEI/4B14lCS/su8pUuW3f2JwXGWAVGcW0NJdqtsBCeBTV626u\nuf0522ygclrqWCJQVJyzil04jeBUs6Se9cmCEnl9CBH3nscOHmDZ2BdVU8kXV6Y6g\nfeq8efJz6kIYsty15OpzKTDOUmkn6wP4Hdf1E3t1u7IenntL9piNXhUKWr2tFu+9d\njxJovSGdn13I6eJlV7LWeehB86l+XtqQnhANJAq17QQ/nOm47lQ6Gl2aFKyolemX9\nCLhbZXXapDiydnZUm2NhV2glg9LtMYmucqR8k0w1jIO/XPLyg4qBmJOez9/lhqcIJ\ngB8ruBl1BVIZ93QiLPcYuIQcnVaBGmxcG1EkoZWZa99vO8TcpXci/ReOfVDFABlbF\nImAeWxGXNsk7LKDjAKvdwcUmSzANMDvKc5MU1r8IKeffADZ51f2XVEZlOGhhCbclK\n5p/nwWYch8EMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:27'),('probe_url:1:https://friendica.eu/profile/auga09','a:15:{s:4:\"name\";s:13:\"Montse Freire\";s:4:\"nick\";s:6:\"auga09\";s:3:\"url\";s:35:\"https://friendica.eu/profile/auga09\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/3b1042012d4f3e70\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/auga09\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/auga09\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/934.jpg?rev=2014-02-16+14%3A17%3A30\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsVHR5j5ct5Gts+3aRNEKB\n96sL2E8jGh5dgKNP9pUxANQOEUE0fl4koHcyFEPOJw9y23HOmqDdH02wyRumRlDut\n4ONyR8Wh+jh/h83SULHk5sirMNQdunnVOf/I+7/WrxL474+SOTKtiEVsZsxIdp8vM\nVQcwu/C1wXN9o6Mw/eCNfNwdL1XrDA/TkobsyMOHesBgsx4rgeuZkNl0Z4p9vtfra\nHjPsWMlTUVNUyBAO4Ike6bYnzPp2+UWkUm045gMbruRdeYcM8HlZClzfVRRGuDola\nK+9rvgwbsEnacUTHIVYj1g8uFF+IbuDKW+6mIZNo3jADPXiwB1b6DA6PNqRIC3AzW\n8oHZMGJNYR8gC24udo21y7rX1R8VjtVRvDShzLPiNMgYAuaRBLooQh05ToV3CS2z7\ns7c50vbBmVoKTMLy7PDTtANVbfx7h7zvGMT0Hqr5LtaHINAOwMQyEK2HmHRTThQ+v\n7D7H7iStCDkEmkUoZv1P5MbGkkNw69tkMgt8kO0ijZP1uELkT5+nRiPKMlrDYQ9gF\ntj0n0oLDfcYn4BJyDE6gKyU2qen8HdnnOmnMr2UA9KzvtHtUFetC5/IB1iw9JjYGg\nNQ2t8jSEoauQ7o9EjQYhgmAFYYOP2wAD0e7Mi9yYxwx74YFoV30uXyskZs7ZzBPKu\nRe64J++DDgL8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:31'),('probe_url:1:https://friendica.eu/profile/cecile','a:15:{s:4:\"name\";s:14:\"Cécile Maitre\";s:4:\"nick\";s:6:\"cecile\";s:3:\"url\";s:35:\"https://friendica.eu/profile/cecile\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/612fd61458519106\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/cecile\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/cecile\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1703.jpg?rev=2014-12-23+19%3A29%3A41\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6KaZOzPrc79dwfyz6CTef\n5z0srOyutnvPSD+bX3Lc0DLUooIep5YGfUY7Ug0AegqajgDIplnBvz10Y3tIieSHz\npSkVOx14/96Eqt1GVLw9Pkzp8YO+dSCN5fHNJDkywJKod/pdSptKFcs6juL4rMmDY\nBQOz/G+CGQ05Z/nQWx9Uo6DXKT5Zi5FhnIPhLpOvH/G+6Zmf4dV5Gom2if7LbBJfq\nYU/XEP2lIvOy9ordTNi/r8ILz+T2CiwkG4QJ0YUrkZQc0r1xyazStCon8/ka7AnNt\nLMSIdkFlMJr+M4Mj+EHPVuDxSTILocJx6UH5iqLFPMBZjWMmwvHsBJLTmtszQmBIo\nYQzMVLJua7aDIPzFOKjQAQ+5qwOEaCEpaVk0Q8QYGUyx9/PIF2JCtEBjdvhhxEpPb\nfK6vWPysAVG1H7uFQ59YIleTyDpUgBaujImVa2ZE7ov6ZUHCPaItpbIPgYcXclluT\n3tMvQXcNNvD97mYVmHP6zbAesk0iiuemCovdjYAPLW/1tzGPLxEJcDvKH4tq/X8l5\nQa3Yut3N065abs8mePYWcvmxEm+8HxIGisMY8Fm1w4C3iOjyFtVEtgW+T9p0zJVFk\nmi+1IB/XwsZBB+iZyHXFGVVnWcd0vWyIh9eEvQ+WnBogH3JuOV+Q50Ro9aMKiCOq1\nRkvGv9WJ0Xm0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:40'),('probe_url:1:https://friendica.eu/profile/damez','a:15:{s:4:\"name\";s:18:\"Daniel Steinbacher\";s:4:\"nick\";s:5:\"damez\";s:3:\"url\";s:34:\"https://friendica.eu/profile/damez\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/ba8be719533da194\";s:4:\"poll\";s:36:\"https://friendica.eu/dfrn_poll/damez\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:31:\"https://friendica.eu/poco/damez\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1791.jpg?rev=2015-01-15+16%3A49%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAq8tyVGYjkHOpIUAJSE7fg\naA8awy7k7HH3YIMLG4e9fY1OH/36rk2PQc4LedqMqbdXbryqlw1NlQCQfcDQlECBH\nyNoiKMANdxFHEEmDs5BTbbM9Zi+ZXp2QDSKD2eHm9JDrP5udy1nrTdIrPwTttNU2A\ntQsNxIlocvp4Fy2X7eMEw/fjCT1FNZaQw8OYzcVoaqQOSS3H3732XLFNMNVad6p7f\nXfOYyW3vzXQDkj3CWg7111bL3Bw5O1ydd8Jg/joxMVbC6hX4c4+NAFnSiTOc5/gJD\nL9+sDRzXKLQW8C4b+9GfJh0j8Ij/0DzeuxQipdWBKN6HzY6DnYVmeo/LVeQ1iKWLZ\n6pPaZE8J7IUlUNa6q7NusgzA1XIG6GDPGORfPIWS+qj7jbM4QMH/2Qfr6XOLIsicb\n1l25/q0/gM1+IAs1qxcvG2NsPIW1euTRdbxC/IuwTe4sSrGLSL9rduTi7rYUvcniz\nYTCP+I38IJ3N5U5f32svp45ZPduYEWUOQbFydh/27Q0aJOf9rxHZOjqcZKr81bzjD\nOXDmhotX8+JFYQooMcz48HCz8rOQ9aO7ImIQBagYj0aUlIKXEozV+tDJ6J1TX2V0J\nk6XwGh8Wy8b7blWGR3bQecZAjLnw2yYT6F3NeWiod/NISKge347WFlaxYRwuXBABW\nZZTgAm3yOTIECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:28'),('probe_url:1:https://friendica.eu/profile/discomplex','a:15:{s:4:\"name\";s:18:\"Alexandre Pólvora\";s:4:\"nick\";s:10:\"discomplex\";s:3:\"url\";s:39:\"https://friendica.eu/profile/discomplex\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/ab8540763d91389c\";s:4:\"poll\";s:41:\"https://friendica.eu/dfrn_poll/discomplex\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://friendica.eu/poco/discomplex\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1522.jpg?rev=2014-11-05+23%3A54%3A57\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwFA28FQsQY1O0iX4+sg8+\neAQuTgxz/KGUMWxbzM8ZCBLf3sQrYCvLjV88qvJVBBH+H5Nd2RYR6CyaIgL9c1ag+\nKUC0H6VvD1LqYzPKpCuM2AyaXIztJ8jzr5PXIQ9RMmriiQvV6zXKkOvvAedh7LF3D\n2DUK4ukwUtYjA6qkYh55cI0CfwsbbevB2lqLmuZ3YszIAgeQ6VwXuASdAnqXr7USl\nlu8/EiJalvPta5YAFHsLUBRZa3vWqStTrIr7GZj/t/6g8JK8UD4NG/NK+BJ4WL0LZ\nBmIPJqawDMssb2bQ3/7lJoYpZyK7luTVyq5irnuJDQxX+PYWGhbZYQqP/OqTWp4Wi\nBqPY46vsOz9xReVbFBD69ZMHfNRHdGE3j29b2JHy24CXpwRFydSjVZphifR6XGDD4\nNX7vf12mDQRddsHNIKe2i01JCs0WRW7My+JNnGvW2HIPsp5By99goRAkw/fDLIUJD\nrKqiyr2rFHDLxaCL5oeN6z5C+2wHGbD5/LmlJoQQ1zutTS+uXsSBWStRD8tdU4Xif\n5p+0KKYeXgh/w03/7DGa92d/Ib5DeK6p+uZFI0MyRdqK1qtUzD8YITaL/MzX/XEDJ\no8iwTL+TGP/s78sJXP4TrWlSNKo/U5hj+/Di/flrI+CrUGL/cmzFnyAk2k9JWwhAI\n5g75fUyTZ6D0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:35'),('probe_url:1:https://friendica.eu/profile/eilsib','a:15:{s:4:\"name\";s:12:\"Elie Bissery\";s:4:\"nick\";s:6:\"eilsib\";s:3:\"url\";s:35:\"https://friendica.eu/profile/eilsib\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/a9d2a9e51fe1dbe5\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/eilsib\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/eilsib\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1680.jpg?rev=2014-12-17+16%3A05%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApMxfgm7Lf/fZvvWF8A79a\nIaoi+aPAhpgRGdwbW1Ect5AyAnP9yf39lxY+yuHliWYb7Ex9mmBa7hGy8BRthm/Rh\nLz8LqImD3y8UibdRzJhKQp8w4nYLzem04xXmLC1s5/gFXYT3zuBypcUitMGCcZOyY\nTH7aWdPaQdZnY07vlbW4wsVd0hJmLA1OQ9yyoFNrwBzC+A2P7wG/auLbJJLJ1U90k\nKucoDX92jREmPbk0ZXfEAND6Z/wMeiIDrv14GDcAIuUtKOBoP+Pc2gU8sVBJ2fzt+\n4RPfKAvoDQ1CpJhtrU2Fqh16wYqJiyswfeLG/Q1gWMZF4GHqEZW/Gqp7Dmmf7MkIE\n1y519d7N1VDVN/QFA1qmeYxK0Y+w8E376YPedidTEVjHlqSZffnKgtIKEij1nh+L3\nNLcZLY5YOnkqmepZb8pnP77fsTDb+QEjbKHBE2iwuoGhfc+4128VGbynUWKKIKX46\nvnp1+kpSIiY9+9+Ylm2Onk6+TIM0W016HLXd54Qo24bFddk8KyOLRbHcW6RS0Szd+\niEsGZdrdtnBEqyCHVweexJ5KrdOUF+3pUt5LY2WCFtt/rGVfBrtnmO0C1CLfUfkGg\nm2r729XUKxQRP/ce1uqNiN2s1bCGZRsK/ppYrREIKQEJiQqDh9tL6Y5eTQKXAH4cB\nqIrzTYbWjv9cCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:39'),('probe_url:1:https://friendica.eu/profile/ftdevs','a:15:{s:4:\"name\";s:26:\"Friendica Theme Developers\";s:4:\"nick\";s:6:\"ftdevs\";s:3:\"url\";s:35:\"https://friendica.eu/profile/ftdevs\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/842cd856a883df2c\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/ftdevs\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/ftdevs\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/366.jpg?rev=2012-03-01+11%3A58%3A18\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA37HoXSAn/8ni65nqmDiwh\ndNntVQs+A2EW9f3hMe4p7pUIF9jr3wiYvRbTSBsXJ1XO6i62BlNgUX+c6M9TNiI3e\npwinmVDMB989RMQwLNpvDeJ7UMzgTvdld8BTTb3tcYVUfuF9bDxYscrwv0ThN0LWy\n5/RuVSBm2/qjm6R241EpBQpZGGwgimDUnhijWTS4AvcJDVVwxrB3Xh6xq81Qxsbqy\nOK4yP3mTYLt7bqN/bCuq92fFOAIHOjauwK4KT30E0V33oKxu4MV0nTaiR8U9ZoO3N\nr4QxyoDYvGhBBHNglUl2SbDswVcz1+KSneJ0H8wRhQlLU18zOIek1/Ra4umDyyNWx\nxnH2WvFQPYrPbhc0p69rxpIZ44ZCxNsqu4mTMLcGfcEndorLpULXA172i5ZY5nXqr\neWb4yk1g+EC6eSup4zbjtMm4t6938axiPwsEvFURcKrYgdxUeihUgqAo+/2EPR5ek\nMabF/REPk2exWV+3DduRqkxihcSJpE34wYZXdkmQzMo8kcL5rLyjfTa2/U0xHKRln\na8rRMBvbQOaNhqHGH3kQ7AERcmRDr1Qh6xJw82oEYf/8EUil6vWxuqjLg3oZExkgJ\n8hs8IGYKu1iZ3AfAtk+0Ty7uHWP1+ItsiTzXZsa+MTlidJugyrhAnfyr2AEeybzp+\nZleLM/xVBo7ECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:26'),('probe_url:1:https://friendica.eu/profile/hvm','a:15:{s:4:\"name\";s:18:\"Henrike Van Mortis\";s:4:\"nick\";s:3:\"hvm\";s:3:\"url\";s:32:\"https://friendica.eu/profile/hvm\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/211ec34e3b62bdd7\";s:4:\"poll\";s:34:\"https://friendica.eu/dfrn_poll/hvm\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://friendica.eu/poco/hvm\";s:5:\"photo\";s:45:\"https://friendica.eu/photo/custom/300/250.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAySe6KB1KAB4boiEnf103h\no6c2r6azQP9TCdc7wK7sBFfj0eUj503/pfGcRyGgvOPgi+qqRxE+hfW2TJi54TUGu\nmAMUJbC/265PLpg2a2eSez0JlTwFa5PFuEh0MSROIgaqYaLemKiqE26uIVVWidEN+\nOumKs8kUSvIJ1FWpkvfawXIIgmr4WGVwAPMac2ZF2+0ElV17tBu7B2WteoCRlqm9D\n8lAloXgWUD38fy72bbok8ACyyKaVss97DH6SwltZ7dSbE7puUkQXFAy+5OVPlhqXi\nl1cqo8jTnhwI1EHWX5GfSTfa/eSF6lFyisQDc0e8VZ1q1L0zcCxqPlyAh5o0um6mR\nVMKC1LiuSJ7zMlejm8l+Jjk7zTSmIFiB51d6aYbI+MIJy6TXmXZIfG5TN211r3WI2\n7g2G7moz2T37GyqvTbB+y48uLbnuZ16S8hI6WeSqcqa2NBWSDtgO7L9TfTkXKOrbS\njHpyz6lW9wueYhQDFdxZrVhcSc9GTqw4LiQBrhgYlizQwiyzXt4ZnCn2pcKEU5PdS\n3qn97EYyGIrnIPJypJ/x+7xeGsL9pgY0aP49WHj2bLZn3nk0nTSJEA7VaXHDa+5Am\nyyN7R2cgFD/rC5NSS09xBhwGZ8yQbFthAdi+2d+Kz/zwvlhu6hH1MrJ304Msz1mn8\nbK2fbMaxaVl8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:24'),('probe_url:1:https://friendica.eu/profile/jacques','a:15:{s:4:\"name\";s:7:\"Jacques\";s:4:\"nick\";s:7:\"jacques\";s:3:\"url\";s:36:\"https://friendica.eu/profile/jacques\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/7625102b4b42335c\";s:4:\"poll\";s:38:\"https://friendica.eu/dfrn_poll/jacques\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://friendica.eu/poco/jacques\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/907.jpg?rev=2015-01-15+14%3A37%3A37\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2+Ex6et8LUQHr0YN5iJQ+\nE/+4mJvCfk4oVJMevpvPmnrUV1RBszyISUROwOuzLEE1BnmOQQyYJMaJ0i33Slx78\n4//AR3CF6mnR2k7/xSF6107JmqAWu6VliN1+k3ZjP/FidtHrxBfW35NC3mQZv67VJ\nN5iz9PSSz/qPSDPpXmo1nRaWVqb+894MUB7uH2Xxm4fx0CZv/LDnYJ7OjVH6bGAHI\nnETOA+3fHHApHDF29ezOZfhTbM1A7qEP0HE2Wm93WI21Ft5X4iEpXhf0cxWDhTKEe\nXCsuHc9HdNEfdB4NyWY/ghkSgOfmvfipsfee0BPV8EcQjuk10PBk40J76BAVTtDAH\nr9T/06ZlfZ9pDGaBv9JthzXKmdxeUsAVtbr9Z519dwi0gwwvac3e32FPcKdthISrN\nm7a8esYtWA1hXzpoQ7QZNapiZJBE03MqcJSuLpMYzTFAZUrCSrMTmKVlq9VzbzCdg\n6Fan6tcaJzI4LZ09N9mtSqlB0GO8aONFD1A7cti1vXCgJZXLgyC58jqV0Gx+Wpnbv\nhEARygVhouSb5YaNlU96enPBM5UevckNbET7IaBU4/R1paOCIMX9D5CQBzDgQyXDO\ndCSZVsytJpz/RHL5rcP9KkLTrGxlsoehTzzjuD0t2ArhE/RBoPb5M084aPeQJEui6\nkN1l/JBY4G/sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:30'),('probe_url:1:https://friendica.eu/profile/krinbouch','a:15:{s:4:\"name\";s:10:\"Krin Bouch\";s:4:\"nick\";s:9:\"krinbouch\";s:3:\"url\";s:38:\"https://friendica.eu/profile/krinbouch\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/09d41b4984c76966\";s:4:\"poll\";s:40:\"https://friendica.eu/dfrn_poll/krinbouch\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://friendica.eu/poco/krinbouch\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1471.jpg?rev=2014-09-20+14%3A18%3A24\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8Vgfyns8r/fGfU5Z3WnpL\nsyURateY/4VVkSiLILb8pAGjDqN0VfAE9+ElppXHXNve5YPXcS7ewn9FcfH7B1xih\n15zE6EH/cU6m6bzcu2dbkOGrU8AGlhqMv4Xti5Chx6iPboOkMRpaFXjhMmert5bYY\nlj4jr3SMilR58rVp9nLFEdP5cY/rBs1isqO8wzhNTchobqhVEeesEQRjF47N3itJw\n37OEuKcWS1pcTU6qo8CEcpLlUQKIQk4um/hLNbTdk654kH68MKv3oDTf4TKQi7hEN\nTnCIhTYD+gTy72sOiNGYodGTzb7PA3MGtCwps8D447fkvrjdATFJmyrGGpZzaLLK/\nEkuBQF0+5mY7Hi1RCrEPUogA1m4CYYepwPnt0KacSff/BKsufKndDsKc/C+1ESJZB\npHN9O8rPEDBw7912CXB7XT5UMxni5z45MQg0QwIEjZHNwwHSzqCQRlf5HxyIWuIVN\nA30Ek1p1WMiT/I+yoa2l9xWGB9i+zSVwEDCcvKR8/jS3auy6dI4iAz5/5l6gsABye\nzOpRWnwyDIbZ177knyO9clSP8PVtlU1d4B2aWuVSGoYDcfhs7TQd6aFxDBePX3R3T\nDbqhQmMK8tzplWEq9ZsU4IDGIM0FYSzmlFz8zv5WBpfpvhrn4CgA1sRIuUb1x7+yM\nA5RgDq1lM59ECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:34'),('probe_url:1:https://friendica.eu/profile/lefou','a:15:{s:4:\"name\";s:11:\"Jörn Rinne\";s:4:\"nick\";s:5:\"lefou\";s:3:\"url\";s:34:\"https://friendica.eu/profile/lefou\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/508d1c2f542be96f\";s:4:\"poll\";s:36:\"https://friendica.eu/dfrn_poll/lefou\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:31:\"https://friendica.eu/poco/lefou\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1782.jpg?rev=2015-01-11+15%3A39%3A33\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSesd5WVljG0TKC3NCZHq\n9WKsZulRL8irzmvOxRHdpA4YFpUKkPDXsqrH6DU2ZXnsGA1kaAvjVLVyIDfWSUO29\nkUkcxcz437PIzjHm8OoFoJ7ZgYMPhOu1Lcd+CASo2hCcKl3zXejWbNQh8daurmkY8\nOjAQDQjL74vVrtiG7D1zbd2nDHXHgYcxZ0uOoNLo9Po9ucq4T4eT69vsNK5FYcTBC\nmR4QrKJC1rGluq347lpTpzJ5p7JVm67HW2eBw9qOdtt2eGy0d789BK10DLH1xpqWX\nSW9AVoSppiLMwQRNxDb5EHxT+J2yDvo1hiMs+FRqx7ualcXvoPuxlqP4d9hVXkqOJ\nBXaT5f4gJBrHxNfmEPff214FQLuhx39p2S3DWdtQ5ZWHcFNPAqI9fKwIFhhbYktVP\niKamjlWdTg0MkH+PQUvtSTGXX4gW1y9XJAVTC5plCknJ+DfCeCpkGD8anWFSItt80\n1K9FbL9/O2Hw6zwxQB6MOZJ0xLxedwV5wKlAoYomXxPtAnIzM7qRLcM89UhZVUF02\nDzL1jo2YnRu+QwUXUAUEDrHeeQP/T4Ws4Zh4Jj7I4x6po7Lmy4SqUVK5/3wnTEbz2\n2ZZBbianaTWZ23R/kW5soK3LPz9IR+iHCmidaJpfEXxLK2qG8VWf//c7PVTm2vTAk\npoqBDpjVpwz0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:42'),('probe_url:1:https://friendica.eu/profile/loran_mcfly','a:15:{s:4:\"name\";s:9:\"Loran Btn\";s:4:\"nick\";s:11:\"loran_mcfly\";s:3:\"url\";s:40:\"https://friendica.eu/profile/loran_mcfly\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/c6b410f205e95e49\";s:4:\"poll\";s:42:\"https://friendica.eu/dfrn_poll/loran_mcfly\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://friendica.eu/poco/loran_mcfly\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1781.jpg?rev=2015-01-11+09%3A10%3A33\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2awWpa4k4aYuFtZq/hRSG\nDhilybrjcrWhCPiWcykVWDNEgMdx9oCvv+DS1JPSzVKu3q+56cuTC/wgkYVHpO5G6\nCaENsAeYWc6Lib4BEBHGCz0iZIgzwDimJjeb6sQ5bku9ReqtddMB+QgHrNvwk87m4\nW+U6Z2Gr4s3hW1/MxsuHTgwuUbcFId0wj3ZruULLgZk6Z4X89iS1gl6d1cB7Ou+TR\nBM356l/QCrLOBPTR4wk6e2ilJh469W4ezEwwCX5zFUhhyzHURdwqi2iXy2/kiHDHb\n6l58Q+5zO9+gvmpDotFkrGS9SSz/Y2x86843LuR8l0tUt3sUvhW8nrHdghieWxZLS\nqpqHuSc7jskQb7WRVugZxgLdXusdqdnuJ71tS+iwY+JFjY+TqKsGvId3tn/r0sCrA\nvREs84vWcgDgY9GwVd86LYcv6Pbn0kk7McAPAUU8pNbniNK2fdNg+vPWYmLrLZMbI\nTHd+/+sUWAcmcJOBKf36ahm438X1LzbQQWoUTK+zODER1wRvHrjf07qtK9Mfjx4Ux\nJVNMKOGZoh4lf/a/RnocSMPNBl7IgbviZYmgTKhoLNh6Bz1pRk6nDcfXbjq7OoeN7\n59BXeCGKJdnWlnYFOXWmjLQb/EHgYBCBUnrzhmxAuFXrhxebYvH1vOvn/uKaD2hc8\n5GMqd92T/fzcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:41'),('probe_url:1:https://friendica.eu/profile/ludwig','a:15:{s:4:\"name\";s:7:\"Lud Wig\";s:4:\"nick\";s:6:\"ludwig\";s:3:\"url\";s:35:\"https://friendica.eu/profile/ludwig\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/40a0c12314cd9c60\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/ludwig\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/ludwig\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1810.jpg?rev=2015-01-25+04%3A41%3A20\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxL78Ss4zLyvAPA+fgUETy\nqGKZXCpdbN9H+b7g0sXjPqex7G4gnRCPqiY6SMjm3eLTqRLT62alny4T71rUayTCA\noolzSfC5dVLRyqpU7zuplkKacAs85eYmDV+UTdOBsVuDZGYRF61JHNdJXfile7+C+\noJT4xizPCpfkMxu5fUCKHGq06/mVP4pkjL/JABizLB8K76or9hukdd/lTtPYadvHB\niE/d1aV91ab3QzhXM4HLKRLA/zJZHBOuvC2reWgwOhFl3hNTThljlSGQkCEQ6rp77\n64+d1acyJWyhg4qjJ8RUbRoJhQDd0ADGifEArslBgPwJ81MtUenqIPXdXsC0Wa8Gj\nK0sVgxr3jL0vqoeWIx9h1YBqlbcjLZmmOPdwJb2XmAkzRv358WZTW5lzvc9GhDuXB\nccNJlc4n+I1oAN0I9lKlVpkfki7fo7kpc2Id9kRyVJO/BB904AIOKljpVLG7m8NXJ\ntBv2icP1GpOu+7ChA8cHwlSl3CjGzVcvNzI+klk1qZgCog1HbuXuUbRMStEoQsjuH\nrdNo8T52WlHynm/ew0hGEzJAZxkrMAvr90MDttM2s/0tsC5LKf+LBEXCgOGh0k/8p\nKZXJgK7NLL8F+xvClH+xdrbEv5yN18yec/UcMZizyU0JNsiYG1Gp+NoH6SkII9MN1\nbC9A8vP09mN8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:43'),('probe_url:1:https://friendica.eu/profile/miguelmenendez','a:15:{s:4:\"name\";s:16:\"Miguel Menéndez\";s:4:\"nick\";s:14:\"miguelmenendez\";s:3:\"url\";s:43:\"https://friendica.eu/profile/miguelmenendez\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/cae894978859269a\";s:4:\"poll\";s:45:\"https://friendica.eu/dfrn_poll/miguelmenendez\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.eu/poco/miguelmenendez\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1508.jpg?rev=2014-10-26+15%3A21%3A28\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzwBwabu6w4qiLL6iV2b7n\nVdC36EXz0C27ZumHBzYSWQTYViHfQwBu/6RLC9IX0YEZWERLxAJU6cf10FUQiHezv\n9M33CsI/BqPbVfLv+oPLpGwkTb7zlQloM5kaN4zXDGl+PplR8W9w/CEzvg2HQx0vR\nZY8hUR32j0zbqiyz3SsTtQdphiNqrFSXaedRUBh1h7ytOtY2hlAFb5lu7aJ7+seBp\nUbMFGQ0P4XWAT3l/D3GbR+o2zb1ul+yohkR3bTysHmQUq+qik/6u5uFBYHxLgODap\nX5WzTd30f5Btpmm1Ba9eoVYiOHR5nj4sn09iogukX+kKkKiA/UanNPTCXU5JW2PlH\nFnbd1Nj4JEWjNG4LzJnx2sPJXU20OWkpZxP/7/3AunkFIAKAQHGRC9zzaRQ87sO3S\njr3onBjsCFMDMmNURruSX1i82CZYU0Na3j3jpXj1VGH/v5kcw2aLTyH9+Pnqvp2+s\nLUW2BUPY88ljTm7gcnxlaaYWRsYo2B+tdgA27zh5lsi7EAMXw6MF4o9a9Aq3hXwFl\nZI5EKbGhhktLGyLO6NpJKlK5efzk8GKckwjDSTSDtoekr3CNXV0vEgNVQvLgnYokG\nRHCLTlHVU3DcyTsew4K3+QgC4ou5oRPZ1CtWS/0rGnD6hvpPW3Sg24mtBBqDbgGPs\nb2Wb4+/dgCNECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:35'),('probe_url:1:https://friendica.eu/profile/murokka','a:15:{s:4:\"name\";s:8:\"Chak\'pur\";s:4:\"nick\";s:7:\"murokka\";s:3:\"url\";s:36:\"https://friendica.eu/profile/murokka\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/32f341d7fb336e38\";s:4:\"poll\";s:38:\"https://friendica.eu/dfrn_poll/murokka\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://friendica.eu/poco/murokka\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1535.jpg?rev=2014-11-13+09%3A13%3A55\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmwA7zn4xE/+0DIvXCzxRW\nsFF4uJCK8dh4VaqfKrAb+hn3xaf+JPRsT8KGa/0aEB1rm7sXu8GXhYsyybJANJkTL\nmMlpjEaoqEK4Ay8vFdE8MWoRww4MWAnNxWXTYLzHTAZKuP/K6B9S0WZWzaW+TVRgG\nUXDqTA09Xa+G3ae69sSxiEiqvggHYk5OOHn3+FuDUeBUu/YVY6TmBJDigMypFBiC/\nNvxLynPAft6CQpJYWiyhXBgMKOlu4jY3cMioSKunp7bVG+gH00DhjgW2CIZIpvOZq\nXaAchIAfRJZ0/JK9Zahy4Ar8/GmIUg/D8gbQBYGdGyx3gQpYUdd9ejeOdbHURW02m\nTGbY1J7P2VE2d+HwAxkAEkhuWKV1eEZJBUl1mLtN3KBf2Z7Czkp9JUATwBgbALKJ7\nXz/r8SfySpUNYEVwhYUbIzlEzSAj/bSKbdCSYeiIQcIISU6/9VdN18Fwo72omyd6B\nwrUFeJO9IoRAllpaBgD6dGq/AruU4Mm0wEicnXdeVL1Px7/puza2ujRJTnkYGJPWi\n7cZFk+4GOEchxcCnN8qVUYUJJrFwZzpT79JnPiUmuRQK4k3GyLAx8Sh3a4RcmnBOK\n07IsqVruNW8EhlriMCLjKOJkYzArnDsBnNW11SXjFtagL4L/C2ylsiu4m6laYe+2Q\nk0NQNlA4xmZ0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:36'),('probe_url:1:https://friendica.eu/profile/numan','a:15:{s:4:\"name\";s:15:\"Martin Langlotz\";s:4:\"nick\";s:5:\"numan\";s:3:\"url\";s:34:\"https://friendica.eu/profile/numan\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/870164bef29efefe\";s:4:\"poll\";s:36:\"https://friendica.eu/dfrn_poll/numan\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:31:\"https://friendica.eu/poco/numan\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1621.jpg?rev=2014-12-02+10%3A37%3A34\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4AtKt9MdB2Der14kWZ6UW\nLBUVY2nq8UbdtfFe1HME4OmRxfzvlWriMEk54BTLzfYW3JlXrLPYkhSMxE0aeLB61\ngm4Q9qepIwAw6KJkXLQzHYQ10cT/UooEdOAuqobc67IxB7xaQzsAkQPs++nQ5kWtP\nHp32nSRsOw/rIeeLLcVWRExnt3bd+6B19t4jrYyxJBh/69J9ErVAD63mj/7J+wmzq\nl3QqYOkKz2ko1P2RTCmzYyB+1VqZm7WOeDQdo/T85byyXv/bAh+m4xZnP/Bh2LJY8\nVtYw0e1vSsr4jg8mOOeykZ8CxEjO9XkkH2PuwuDTN9eL19n0U0aei3ieFoAqb8ISx\nKaXPA2iL+1fvUWvbgmMTIRM2SSaiKlG06yY0G3yWNpuWIoP4CON4r1DtirPdY4Fgx\njSUFwb/yighV5qXBUxewGXysUiCrNuoB9+SUl0ZnTSgOVdGg9oLUT9UvWBk4CDpzF\n0PtuXmBSeL4R0l6ycvTDhvZzVIWKogiK3/094zBNoWmdFHEqb8QBiGf9LGchCt+oc\nqCAAFIW1ytBNxcRyDETIWEe4Bl/fHYDjhHrXw0Tb8KYaixqrSpQ/j6CGEuQzHUjRO\nO7uXbODwAZWoCSrPkBn0Kog3AJ88xKbf+xmgLWe4xQoZZtYL1Kf7IpOn6X4CSz/bL\nXCpEvXg8463UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:38'),('probe_url:1:https://friendica.eu/profile/o2myfrdca01','a:15:{s:4:\"name\";s:30:\"offene Ablage: nothing to hide\";s:4:\"nick\";s:11:\"o2myfrdca01\";s:3:\"url\";s:40:\"https://friendica.eu/profile/o2myfrdca01\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/8c4fdf8affc1ba0f\";s:4:\"poll\";s:42:\"https://friendica.eu/dfrn_poll/o2myfrdca01\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://friendica.eu/poco/o2myfrdca01\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/259.jpg?rev=2012-02-16+16%3A49%3A37\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAv6lArTd0EQz6jdSZlsdb0\nUxRS1jID1Lxys7kJyNHL0fIEBXPask/HPnjZyRCFkjYltT/fyAyVpcU8RW6xI1UDo\nNiVqWmjqns7yQ3zGkXhl6tVBBvlJKjmbU4owAsjPA7d850xNv/pK5e6Ri2Yd9+tGP\nuWsIRuNEqFp4lB3O2nebBKeeT/KBCDrbN9ZODVkdiZNlpDtdfITFJZVZzi9nKlbTx\nm1vFtAHk22p6Scrtd7t5U14k3ZCELQTwKzjYkSJWOVoel6lTGajJJhR33eZf597Ra\n6aRpGvd4nzSdSu+0VzPbRhZhWzfUUOgxBW7PlZ0BVVsvK+375G+RsTBGfARWlMnVw\nv8onNdw+fC3uqHmdlAPzpZ3mniV1ZDMKW9Zv6qJGFD8UYCrCTmpaCE2owPLijH3Zj\nOe56bu+4Iw8sBg0zXFtJz9i68PIAGmVPt9numRB5zNzqZuMjFw4UdLGtQ29wBNBV9\nUtV/8Jicbk3Mm+Ytf0JsI0vYhbt+KsXYFv+qThE/E44B88AfrxZ1vBMLziAM1qFFf\nAzMeoLpt1aqvRuN74+xguaCGiaeki+PtTaDoRPSvNEzfSliMs8zpObSd1vkdXpeYJ\nOAMG7U6AaNH+zS0aVlmvB0wt7u4fJoLgWYpyUOLe4IYWNr38hFw2O2yCqo6AylfFH\nPlCh0Ih0za8sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:25'),('probe_url:1:https://friendica.eu/profile/oremus','a:15:{s:4:\"name\";s:6:\"oremus\";s:4:\"nick\";s:6:\"oremus\";s:3:\"url\";s:35:\"https://friendica.eu/profile/oremus\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/bd707e92602233f6\";s:4:\"poll\";s:37:\"https://friendica.eu/dfrn_poll/oremus\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://friendica.eu/poco/oremus\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1073.jpg?rev=2014-04-29+15%3A09%3A50\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvhY0nAx2iW/NY6lufh6Yg\nVCODCAd+m5+97kMZlw3ZWw2krRSfyOkgUuELjfoLG0NcDqz9NMlLrp6sqfGnGNAX5\nAc+KVXE9G3nEWG2LnIeHzfiRWsZRU1bm74uCPIVMgVuWG8M/H89bb7LxaWso0WXmn\nZr1Bo22a3Sz/LUitH9i/h1QT4Qbq4NLeqgMn704pQwQiqw2wpQ2tC83N5L82891TV\n7F48xKYRDYPK9pMUbohHQyF62+vL1HTYgGr254WjATX9tqI/WbXf9qnfjrT1vWecf\nLW8ougCi/U9/5G8l5PIvMUjtu5V7tlud/CsaPHYuKZsKjH2vBEq/3sc97IGV04mBq\nxzYpDSctGYxhxpdG/Q9kfHY7D4fa5ZNmnV9xtJFfljoQjSeyIX0X4UmTbEyk54mGN\nU0n60IXnSh7BV925Rtvj8GfI0q3lj2VOEi69YpWqk3ho8PjudVwshRJk/bFu9H5Cf\nyrDpEZi4ytuC8OLb11y2JpaymdYFMqyZlpR5vqioeqxf8HwlrqF+Rh3zOMbjl531e\n223CG0pLOmIRF0vYYR8lzbIa3BbPDQMcyFxo5kjO/JXU7GSds1ge1Nj3928pZYfYm\n4ivcben1KLYw7PmCSz0yBddDDgaYKHZmTvmXpamaXLPjvdo9oR2mf7VK7alls7b/5\nvWxRuEk9WkJMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:32'),('probe_url:1:https://friendica.eu/profile/piratetimes','a:15:{s:4:\"name\";s:12:\"Pirate Times\";s:4:\"nick\";s:11:\"piratetimes\";s:3:\"url\";s:40:\"https://friendica.eu/profile/piratetimes\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/a5fc21ab06138444\";s:4:\"poll\";s:42:\"https://friendica.eu/dfrn_poll/piratetimes\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://friendica.eu/poco/piratetimes\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/885.jpg?rev=2014-01-21+11%3A09%3A35\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsCF9bWhZeCoI1nSK58KxJ\n/gIM4jyDmEJ3IcBys0pY/eEeibLKirr+7R5ZBE3I9ClFODAHpXV/9ZSyg6b00Bujj\nGp9/6mDDl6If9pY2g+58nvN2TfLNmGpVVueKGf0LTJ8djsT5K06Vfq2DY+D3RMyqK\n/aBM+5iLUzaZvSWKTF90Sch2Tgy8tB3ha7hftnEMc9nQKjqk6+wQ12WmBfIdi6pAx\nmeLqLfrcwvA6wcc53GVTC+mCDpq+cjo8Bsac2E9XQ77XX0IAgcdpHDe5CzGxlGEjJ\nHWI6cprgcGIVilSDYzN8iBO/6du1cEGcgEU4drAMaoqfEvplL2EI5zIrxdBMewffC\n+46MSCLajFautbZYHFOiA4JNssIxjEis0v333M5S76gQTzPooU8XR/KwPS9RP7NJ2\nVjvnRRLx6qilIMc5swKbiP3vBILq6/BmssYqjvE5z6hxGwKZeRahRjud4tXOuS3ht\n+Lnm4bQAZBIPuD1LRjVE/3E6XWVIsPDBobJwHXmK8X48splr/myvQMud+PndKtFls\nGB2+V1mQvzBeGa+KJtxN6oVlWHPGPsNwEsQOBapWdWC/t4Y06fPN9BGXzqVNLp/84\nh1MQrQSeui4dF2s+pBXB0yRM4TRe+adgfQbD0B632WnNtMP242AOtmmZ0gs0rJJFV\nxNjllTyDxqQ8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:29'),('probe_url:1:https://friendica.eu/profile/ppp','a:15:{s:4:\"name\";s:3:\"ppp\";s:4:\"nick\";s:3:\"ppp\";s:3:\"url\";s:32:\"https://friendica.eu/profile/ppp\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/7f71f7031586d823\";s:4:\"poll\";s:34:\"https://friendica.eu/dfrn_poll/ppp\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://friendica.eu/poco/ppp\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1134.jpg?rev=2014-06-01+12%3A58%3A28\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxr9qHjG2TPA8d8n0jccq6\nqBLtbk02MQKf0B3vaXkDL56bXl1ayFb+xjCaHlNxmd09hQSuL1WqbKp00bRpHHrQY\nm0cKakXMKYzjAfDRmlWkSrrsC7Y7GRqXWV02WBqcnrB52FprNfqKPc3grgOrJ5Rk3\nRCFeTuTqJLmuTr3i0vspyHesgXNA5ZJA3SjaSE2d/BViJwwtiQjNT1RESi+UHTMJ/\nNDD6d1bMGJ3GGf4e2/qkjzyoxzLYILbb+RXqbsClQbDFGzgy4RQjol6LOKoBs4iVz\nKETnZ8/Lyu9rpew7BrjQ/g8hV9/JpBBXAue/TcDirU8nMyWS7dOpjxgI/L8AqC30l\nvd+g6w2Am5fajIMvN7p9bphChZSwkX7PlLpq4U7uI/qBw3NQkcK1tE9NcAVZkJioN\nFLtlUsANqbR0L9fCEzJY8Aes4iSp5ELgz/JlvrVP8SuBD0/J92gMpHKaG34NpITQ7\ni2U9bSgi/fpgI3FmXUrdtXl8OF+yENEHD6B407gKuTlAsa6EKv1a1eNY4IqzOqB/N\nDLUvQssjpc/2JF3Kyx5u44JLEiQKoqHHAmNnzbgcoVHv7CtDzjegoKnqgGqrbaDR9\nFawBEMNKqn/kbxPiHyMYMQLlAAkPz5gA0/w7HM0W117SY6FdAmrDVhmCjfjdB5P+D\nF9D2MCL+mhycCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:33'),('probe_url:1:https://friendica.eu/profile/ralf','a:15:{s:4:\"name\";s:11:\"Ralf Gerdes\";s:4:\"nick\";s:4:\"ralf\";s:3:\"url\";s:33:\"https://friendica.eu/profile/ralf\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/934d11cf5da8c3c2\";s:4:\"poll\";s:35:\"https://friendica.eu/dfrn_poll/ralf\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:30:\"https://friendica.eu/poco/ralf\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1739.jpg?rev=2014-12-30+12%3A43%3A12\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2pHSstAs3UckdgTaEybF0\nxlCFfiwTDoXEh2qeEECHKqbITx31IXvE6mOr0yhFD8gPAAA09302wFi+j9H8QYosR\nAxQCb7QdsYh50BgiWwbPE85lr0ePewtYTfukTNPq6Nx41lQpTMNWS2uWMMPnjlvkO\nffZsQ4XPbMIHBRHdXh2iLG9+/Nu/oe3j3LpMJlP6o0KSw9Drb5H6kQDWZSGTSvrsb\nFgAgxoL4Khybdx9qD+7z9JuSz2gOqo9BeHb7K+5596V4xHAu16jO867Vs10liH7Ym\nhXYzSdnGk9FYKzJh28kGqW6dfub7Fq7r7uJ7BF8CC6/xBndcLJRi48A0Y7Frg9VkP\nSJoKPeXBAAbgN8MNGiM9fWee3rjZgqmNK1efa30bE4G9mJWlv/dAU7VLwKsSxvrSk\nGlpVh5t9GLstmBWMKAXn11oXJs6XYwMkV4AfHJoWIWrfleTsDou8lvPkGzuvG0+VG\nqGhxVv8TXcW9zVbSvVFIbbYsJt11jZX7IVUKNbev3JDeVtMPczwjYhcgwvQGx3BD8\npEBK8BtpyZsYqvHZetyXgRKQFVXHpCGvp+J64MF7E/EypPH+Oq4W7AIWrFjGollA+\nwJpMp9fnWbmBq8rFMh/Po73Nov5LlpfdFBFU5ydbFjFIfshaUkAtcRkzW0FpLWaHx\ndrd93QNlLS/UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:41'),('probe_url:1:https://friendica.eu/profile/rcr','a:15:{s:4:\"name\";s:9:\"Rolf Rupp\";s:4:\"nick\";s:3:\"rcr\";s:3:\"url\";s:32:\"https://friendica.eu/profile/rcr\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/b86065076c7a3bf1\";s:4:\"poll\";s:34:\"https://friendica.eu/dfrn_poll/rcr\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://friendica.eu/poco/rcr\";s:5:\"photo\";s:73:\"https://friendica.eu/photo/custom/300/841.jpg?rev=2014-01-09+22%3A15%3A09\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6s9Tfw1a7nJAb6+6+Nox3\ni0vyxmaQofZpgMPEZSMHN2NTn/90C76KIxjPxKTOxu8SP5CCdwrzJp8J77aZ6/jhL\n/f//bx0wngxWfO1yu2Vdq2/XdR8Mjsftlkro3AAmEBiGZ2SgU6VbJpWN810NniYX6\n9k/ko5gmQgDisWBFbDk+5NksGV08m3KmFcw4Z+e2Cw8EqRG6jySV2fgGKyljkhy4L\n4Uf/SyTgQki1ZpVOIqamI/lOn6ReGtAgGxE79nYW+aKL32N2Bqa62hpH+dCEKOr9M\n/7UHB9tfDjS1+IFgM+GiPFcoddPwG5HuIINFXsoE5ltykL2VZ1WrgmhuH36AqhaC/\n1lWiGLJJKESWE/HML1XuA6+NPbOJfU8h35I9Epb7pQoGAdBPY+L+9DWn9TJcE68d9\nB/y3EVUJuyE/OrwHRb3y4T5IcTTTvWmtCsmiIJDoN/GuHG0i7JTVVLxv+XbRPJVmb\nouWcAB3HnqFSGPSpI2n1jiz3p9XiZZAHokSt32DaIkw80WBDo7KnNeZDhGyaJ74Ef\nOmK3XzI6MhIiXkyZKIxGgltc/W+/XQHkBtEgGiAW9chP0SnMAstkOgs4ds/PnOAi1\nTQ7pQnEbase/n0yNlBEOSBEprxN/Y0P8kdFlBxbhlc9kA+ogbFELsYpSO9Wcp4NtC\nCUJEkFcuBhTcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:28'),('probe_url:1:https://friendica.eu/profile/stace-melunor','a:15:{s:4:\"name\";s:16:\"Samuel Contraste\";s:4:\"nick\";s:13:\"stace-melunor\";s:3:\"url\";s:42:\"https://friendica.eu/profile/stace-melunor\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/0e76e39fd890027d\";s:4:\"poll\";s:44:\"https://friendica.eu/dfrn_poll/stace-melunor\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://friendica.eu/poco/stace-melunor\";s:5:\"photo\";s:74:\"https://friendica.eu/photo/custom/300/1586.jpg?rev=2014-11-28+13%3A01%3A22\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8G2F2fE8XM6T1ZgnIg47P\nZxoLcR4jzgbYoDW+ORKoVUAmkvQab7x9TLi2+05HekLTxL/N09BQra772ZNBUkpc5\nB3v16ROZxwrdE1rPsebZVhfoIrZsJMcjJhQG4U9RuoQEg/l67topBBvBlqYkQtXgs\nACuLOY2B0t/FDKzbLbEvKPBkwvQR1pqHxqdXfVmfPX1jinKgfwX7DjMX99+ieBkMF\nEZAsONhQLLSEEdLJIQw0itdqAWGAZcPbSOwIP5Qd5VEp32IBal5XwAWy8fDwsOeXD\nZ8O7TeDt3BVQ1xZCI7Ib+HjBTUyfBakdW4hpj2gsjyEUq810+8+Jes5x8p11gJrq4\n6qWNeutL3L6asB90T8NQNzxU6zmgFxG/Jz5+eHoKGDD+L+o36cUw0BlVqW3+rP6AL\n85jjyXxEai9apa4rmqwmZTQ/gKLGD9btIM8k7XhYr9g0j+kpnPH+rcXuf+TCfS2Hk\nXRNtxQc84D3SHK9Ql6zH/zmd7U/fOTre02oWbYfcj/0BS3QTLC9OTBQsQiovoGIa5\ndOVrZIIRkbu14ixc+T/z2SySxUHe6wu6kZj2KJXwPh5AHa6JNfc+vswGVK4ZH2W71\nUN0jwcm2rs9QjbMxUQY4KuNWSqVgHPay2Dgr9yjyOqcTth4c/+aOWThbwdWn4FGyI\nn6lrQ0O9+//cCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:37'),('probe_url:1:https://friendica.eu/profile/support','a:15:{s:4:\"name\";s:5:\"Keith\";s:4:\"nick\";s:7:\"support\";s:3:\"url\";s:36:\"https://friendica.eu/profile/support\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://friendica.eu/receive/public\";s:6:\"notify\";s:51:\"https://friendica.eu/receive/users/1503b8ff50e44111\";s:4:\"poll\";s:38:\"https://friendica.eu/dfrn_poll/support\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://friendica.eu/poco/support\";s:5:\"photo\";s:71:\"https://friendica.eu/photo/custom/300/1.jpg?rev=2011-12-21+14%3A41%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAve96jxENeBOoA29E8lT1o\nUGRcT5sSRNImjBleZ97bfBn8px/DgS3K6De1MrJluq9/G+Q2NC36cA4xx25YFzCI2\naQEOqk2ywS2gWtSWviHp0UNG/PDQ97i5Hk1VgYhg1YenrY+INsCGTltX4ZLHxKZuG\nBTar3QGwZ4q2CJ7iKSRyUVYrXYfLXCfV+twC2FSrZYW8xmkAay1lTttJ185cYW1ZX\nWkfDD7/ysB2NmKMWHY8eRcIG/k/BujiAncOyY/SOtM/viWFIj6HuP1mUL3E/ge9iK\nAvBIDWdNW3ZLijLISmoOCNeRyWqUTc3ijBRZr9fEGLRc9Amjc2e7pLefnxdXfzFEx\n1hwuoSXPVuROBWh9i6kIGpGBOIJ2D8CjmfNYD7B5XKUgvHLg594qOckkmplXNcBmP\nChXnL+r5Rj2zjuOxECWdSwkzuONZaZPeeMi23d0odIpmS7v+xoOJr0GiJqw3a8LDW\n9yJ/JtLY0yeq1jjjYzWD/2T1U7J/OzhJpTPwQJfb8AF/kNWxRoJ3IEN0STrCWJW5O\nxE4wVC3F5P2rGbOGcM2whTsHYgetRYWS2pYrXJDPyN5dmAortwLGRcYEwZzxL3l1E\n9nmZ5ghGDwhMmmDv9/JFQVoWA2zaLxXKYFg4RD/zXbkZOndWvkQmYI5SH3odQH3yG\nzjbaUdsaHps8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:23'),('probe_url:1:https://friendica.free-beer.ch/profile/ac44bo','a:15:{s:4:\"name\";s:26:\"AntiChristos44 BodhiSattva\";s:4:\"nick\";s:6:\"ac44bo\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/ac44bo\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b3c19884b708f2c3\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/ac44bo\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/ac44bo\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/440.jpg?rev=2013-07-15+01%3A55%3A24\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtbtrzWYn+rBivpufzN62H\n6Two3ztcITGsXH7UcMBP7zQ2UbwE5ADJXnyrJT/wFzZMyXZn/wQYdC8vbwcBx/J51\nDYp/O1UodBzH3+8YE9mrN/0wuY8Hj17Og+KcZwQuYn23EPsMmxw/JnWCMmVwW/dHA\nvtAApbNww6lsjhUd+JL7WMKIJsyJ7Oy65GcYaweEL8EOUbIg6wQqJ0KdrJBAdSAwZ\ncfH6CAmOq+/2MTV2za9LQL3psf4WYfI3HuA7LVfcvUL5SphaQOjBiwAWw9W01dN4o\nYWd/jirb+rszEb4TWGL3n9oxo4gc/a1tmIXbBQC6Kz+ny+YRUR8MAXKk2Y9ijNvqN\n2pEKDUzlAA8f3vwXYgEvOblovVlIb7WQiymqEIA1hfLMz8CIxdHsbLVfymWgv8IVl\nvb+G/r8MlCW1jpfNQ2YXPSEOsXw3obINHNfOSOWHwiciT93L8wsChbVvZIO+rMaNZ\n9aOJ2upQiwxxf701pyLV2tWptZjDTtFjz4CyYOuhMqMdbsf9v02Qrfxc4b5gw1SfC\nBtQVLISyuCQfuHobeK/QFQtoCQAHGQ8wb0c+x0Boaac9Ao+FdlIyku1lUYE6wwFGW\nqxl8Xwc7C1CqabYKPvcMvj/U1GPYdkCjwdKmNk7q4SxEeXZm2sDuXoZjrhPqy7inA\nNTSRWdvjOAVsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:09'),('probe_url:1:https://friendica.free-beer.ch/profile/airon90','a:15:{s:4:\"name\";s:14:\"Michael Moroni\";s:4:\"nick\";s:7:\"airon90\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/airon90\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/7e687fc048888f3d\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/airon90\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/airon90\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/547.jpg?rev=2013-09-27+11%3A19%3A56\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1F6pqVyU8SGXDVcwk4AyZ\nPngu4NZmhb7p0SEInAouT6UbvsrF1IOoctwdvT4+DiqeoN7Q/bYaGqzxgFW6qjsaY\nYsJKqqLdA2L90f+A/VtP4Kqg9Q5qGB4i0wIB0owKo0FkzVLUmRvj5Ckr3Ypf0eRl9\nZfhkpljU0HHwPt/UyvA82i+GVucdnoheISmW5FmFI5bSMX/y5De7nl+xQAXc7Sf7E\nd7B3EeOh6nHesB4Ri1gjPb0DyHYs2muJkIaP+SjG0+jIiGMazROBfLcwkHN0ZZEFN\nMHHegv3JxX7vYAR4zp6jV7vfBPvLLU22liA49tqtQLd4ro9u7SoxEgxJ5hxsHWwkd\nZ2DxdIixKH4BMGQr5sZj9ccorbOYZ0rE78Bv4cajWx/3kP677gPZtEhn43FYyBvxA\nxGPrDVr78hS+f+SJ7xaPjmXq/p/GZhvajngUzXox5HW4YS8ZfNap1vVR9plJUc2s2\ncZT2LHv5PySf3rHhymR4Bu4nGAZryxtP1NU7140AjL8/jbZQ+hFAvwWVPDNnFD4wE\nwZKpJ8rBxJs5hG5udTui5SVtvYiFiwnhDBNflff1OfbKhtS4tWkYEQdbWRZVStzTD\niU6kxR9K0G7qL73wkBDpmaTgEhXiDN4Yaeqr0ht2Y2jv4eyMcTQJayj2oMXit4wGm\nexku0sjzrkB8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:10'),('probe_url:1:https://friendica.free-beer.ch/profile/alexanderjobst','a:15:{s:4:\"name\";s:15:\"Alexander Jobst\";s:4:\"nick\";s:14:\"alexanderjobst\";s:3:\"url\";s:53:\"https://friendica.free-beer.ch/profile/alexanderjobst\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/e77f6336649c0855\";s:4:\"poll\";s:55:\"https://friendica.free-beer.ch/dfrn_poll/alexanderjobst\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:50:\"https://friendica.free-beer.ch/poco/alexanderjobst\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/77.jpg?rev=2012-07-11+08%3A19%3A36\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAuS51pvIz6R8mYc2mK/WYX\nSGeZVwSHLjxtH6G/8PfUNOkrUXpgcEXH1ic/m6luIX7c7/jdvTvB3Yt+w0Mkri+lt\nQfk4qDBsyCW7k5fq9UWdsQED3BPqmkR1wsXAqrqH66Yx/iKmjIGUHWxYHT5S5GRAi\nDOC908y8F25qAWKZ/wGTUuwGNzk0W9F1IKAQzZxpq3i62vdYKNf9nCzuV1K13xgVI\nhPuX0UqkPek1bffxyyl3FHD5dXc8lAmH8uO9LY335NvrU2u/n24oDICyyyK6sh2Ym\nwmsBaF3gqmy0hQJ439xsDR2S3FDlu81LCwtlTMwW41DXzNQssz7Mq+qvoxTHu33pu\nghk99xpc06J2WSfPiUuDlvjcdYipvqA9KwHF4v7Mlsj2uUZO7b6VpBrhy0x+FY9C5\nBONQqCPPqPhAoJkO4gPEL86ycdaaJydu1ke1GTpnMSJwwA2zK+SWmeqU8dPVmNwyc\npvWyj0vT8Hn02fV07Fs4FXCHdtEVhdqkyaV1p9siyMa0zGU0vIsOy5tG+I5WZIuiL\nOkRgehIMsiKAPdjIitZycYYASsDzIcRqy2iPRPUM/eaiCwncT4DvaIqR89X/wnu4G\n3RcD0VLAb3tUcSUnMXTgcg2W3GfoHY+cKUuNPKd9OmnjsUwg/5/XaA+IH4l+rxNOp\nd7xhCsMg9xe0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:50'),('probe_url:1:https://friendica.free-beer.ch/profile/arescorpio','a:15:{s:4:\"name\";s:17:\"Arescorpio Nepesh\";s:4:\"nick\";s:10:\"arescorpio\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/arescorpio\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b413ebfff5608c52\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/arescorpio\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/arescorpio\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/158.jpg?rev=2012-10-05+19%3A05%3A49\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArp90jy6uf6TbvSAIXk+QG\n6dagqnv35cAJpjZpoMGw8p2id73U926zKUadngxwVFh9MJBQ9ghWRewvkYJJ1lEnC\n3ZKti0ROsm9CTKl83FLcfwMgk43Ys0q7HghCz9uNA9IxOKPQiuzQVwQHFymWXRhFo\n6aEC20XDLoco0kRTbpTocotjXy2BE9nPZg5639guhhvykESJilxvAluTzUsVTD1z4\nqHoFmXL4USCiw7Yd5B0cBx2nPkSQCZ1xu00EjReVx9dQd9gADytN2HxR+XYO5p03f\nETdb14g8Q89pEniBF8l/4O6tVsLYhPzhHd7QMcLwKMXteISUBqXxdjXsPS2rukBmQ\nbkavCvpXlPDY9IWqvMpiNqwEDTHq1ft7vRM7Pt1Fk7SKBGaojR1I7W4Trfuo5H1eU\nWyygpSXUzbIzoJ56d736XepIug+HlFEpaqD0GTleQtxNR3Q4HVb9zBEv+3+Y+DyXC\nFDKCNrzWxZDpS0Y1eFwxgIizPmDoj9rtyovVb8T9ALhplt9n1ODFRfK04+gJbRRIG\n6p5+G05RqqvE/KYhssM65lQtkthDhAOHf9gLlQS2vM0llHp9oY2j2HqoQdtYpv2Lq\nyCCMYDKqBQSWEdM6VpLFbsSX8GgK3jvbVYhHqjUYo3rfI5TXH9b4onQjg+0SaqATg\nbD8ycQq3hgpcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:01'),('probe_url:1:https://friendica.free-beer.ch/profile/arlojamesbarnes','a:15:{s:4:\"name\";s:17:\"Arlo James Barnes\";s:4:\"nick\";s:15:\"arlojamesbarnes\";s:3:\"url\";s:54:\"https://friendica.free-beer.ch/profile/arlojamesbarnes\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/744dc72a4038a52e\";s:4:\"poll\";s:56:\"https://friendica.free-beer.ch/dfrn_poll/arlojamesbarnes\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:51:\"https://friendica.free-beer.ch/poco/arlojamesbarnes\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/593.jpg?rev=2013-11-04+21%3A56%3A10\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwuvzvQs7t1y5BAlmt1yZW\nacl2khR2tNJGIcFg48sGzGe4aGk4FQ9W5sgagpRT05udIAegQ6PpPJvJj4C//rMDP\nliQWHSjHSfuz9cE710lObzNkovSuLllmC1aTZVtSNT2CmK0YJAotPtWjJjrQDhGn0\nttJ6vCWBlAZCCssrM8gotzt/NZOAJAqa8uaBddVq4BKnse1Rp085DL0odUO7IFG6n\n5wERDP+AAhbHXrdOkKwhLr+CGPSBHQF2GUh4N0uo6DeYzhrE084nonLcJ1mVM4SSk\noh14rmHvWnt83ZfosOA/QqrPLEz7eJMeBQggTV0lYm7X1lbB79DZNFj69XNfZaYgQ\nAO25Z7LKPsqm6Jm0kgp/Bq7Y9kpiMmoQljH12n2xvlplii6ae+IQthdyCGWL3qWbB\nAL/VGV6/1I5gn8GwADoYAc3Zhb1ex1pfVKwidE9xXOPskqKkInalEosFTwgYyA+E0\nBW9Kj786r8JzI5bAWhaMW1ei0IA5UorXy7U6jWRQ4oC6h08pDuRyM0Z0UCkHuYyvv\n+Cj6E6rJ+t0I3Tk/dkWASc2wVF8yYw/GQE8eXgl0v00r2J1nM+4rtMHd1OsVobY2N\nS1a6KFbRccJOKZkVnsrBqa3ekFhpyBBVIIHCIgM4bGLuWo2T4GoDGDpEG0onCI6DK\n5gu+rUUN5Hh8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:16'),('probe_url:1:https://friendica.free-beer.ch/profile/atterratio','a:15:{s:4:\"name\";s:19:\"Atterratio Aeternus\";s:4:\"nick\";s:10:\"atterratio\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/atterratio\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/03fb018e2d4e7c21\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/atterratio\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/atterratio\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/753.jpg?rev=2014-04-04+01%3A23%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3WPh9kAFIo7UiF6x3CDLJ\njbft9UQmxaaYeN58z+/bZzsfZZCi2g902CpsQKTMZYtNyz6/Exl2H/TyvAyeQKoqL\nQ8men8djmleT+svUnahkq1R+rz+cjW88Gqi1C+SLrxl5imWFawjJEENewiCFRqUFZ\nDQl2n5mrGMg27QgkxHiWgrgFTDxAHqKU26d5ecRzNYp2aw/MFn7UGtH1GMP4W9Vza\nJGU/SYp3kLFaKx012UY3zols/rdfh3qBejJcQ37LEbsQLJQpW57knijZIXKAoEL4u\nXnih7iNxffPFrZKh88I2WXwOw31OwJvYPvNtZCgZV4h0zcVpvjLXSp9nMdNK5fgd6\nZ7ng8ceFSIWo8txbNPrF8VIoVgUd5TsO+LNPBg/vV5s9ML6ykXXqqe+a0XAwVm0NR\nrOz9dzG4FxpKtWpXxoTcIuO9nWTvgTypQu+Dh2ZX1672Huq95XwipnmqYlGArLFRb\n8YLnoJuMxZQD0u64C5W7IRbexbZDMU/7ohmhulbVAXpbqWJTM0mst/H8rH4ncgAPD\n/slhwf1xFZv5bvfolDFJJ6v5v7qyV8YPwjtr1Xu9dt9s9XnFb8ios3spJVUURw8d7\nMRx5nuRwIJclC5iES7ZY7t5/O8BWtE85OKeYypJ0sLLi8U3jGB04VNe8PQl3vUUI1\nSRJGEfdmi2zcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:28'),('probe_url:1:https://friendica.free-beer.ch/profile/axel','a:15:{s:4:\"name\";s:4:\"Axel\";s:4:\"nick\";s:4:\"axel\";s:3:\"url\";s:43:\"https://friendica.free-beer.ch/profile/axel\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/0f242c9afb85a717\";s:4:\"poll\";s:45:\"https://friendica.free-beer.ch/dfrn_poll/axel\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.free-beer.ch/poco/axel\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/61.jpg?rev=2014-01-08+17%3A14%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApwqoTuYNgurcWlcSnqTYD\nYC7ikFuaHly3czgi/G1TeSYAEiApBcKgj9rbe3mAN3iQGQTbxFJBr7anrTThvkbZ6\nRkHTFvU2wO4h/YA9yFTsWPzx9Fmnm8NfO91fuHtyTbbPpcvMeLkRCukpv5nwBvO17\nHze+lhSUiMAzdkOgYgsOE8A9mPuSwVXRLYnpiBRJIpN5OsY4TOwNHQ2kECg3htXrz\nzmC2UtNYJ9Smq65cJIQ7Ic4AHfSsEROdqNyy+LAXeQVonWWFXduXlRtj3Ka7IevX5\nCMIESRNuRBDkeTGVdgDKxwzQind2wc6zH/WChbns9Rn/QsmDVPD/roBT/mVwyYVTG\ns0/Bu+qt+4bxL4cR1k4WvitjzM14w7fZ3wMX0s65V5Y5ecke4Cwdj6tmVLAU1YNNo\nCer1zRqO0ZF4s35vhqn1j/KH1dvMTsDVfqIX/9E7nhEVBs1DiZRU2tCPdr6t/vWFY\neu9u2vHInj/D4DiBRJGwZZV+Mt72eXH2wvpu4ctsgLhIJ8Y5AVGL48RnMZ3WFHa44\nvr0ErqrFZT99iC0HLVruGyzVz4sKgQvglbKPFRSZ5b9QZDQYIEOswxVX6sZRmWART\nvkNYrcW/59kWoRE98+NR8hoHM1rUJQCKicwVQTxdIVRYFI7nPYIqLz7uXtYM1ze3D\nOQ8Zb4fT4J78CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:49'),('probe_url:1:https://friendica.free-beer.ch/profile/barba_negra','a:15:{s:4:\"name\";s:14:\"Raphael Vieira\";s:4:\"nick\";s:11:\"barba_negra\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/barba_negra\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/f78495cc269c58a0\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/barba_negra\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/barba_negra\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/772.jpg?rev=2014-05-04+03%3A45%3A51\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtiW9Beu8mY3QXTDfRUymS\nllxAPVMyUbDvscKqlrqH1EWze/vjnTFC/tTnhIG2gnMeNPfspIVu0ue2uoLudUy3M\nZA4Z4zkPkhZKQHAgyuTk7rminvbYOl7890LhEje9DYK6fv+lUmp2NNssgtlSIx+tz\n2wxLK5kei+2PPkwdBOsa8fyVGwQoP452SXNAxq2Db1SSjo6R8MSjOpPkpbYChJAvd\nO9ICOilfqlQYlGBFqnccOJIar/kQh8JMiS2VdVzTbW0P1rY+IQo/VQ/FfXN+/4rxW\n0b2qkHeRzixMBMMT88qCE567QXT+9J5OLaAki6+0rNTGhqUxXb3c0Ir7jlfwqbXoF\nGeTClAr+eARKoqDENR8HqbPsqdEHRleWZtbCyUTuudZMHZsjObYXpR1bHwh2Kv348\nAzLLAC0HC6oiew/+n4aQWYelClKc1uhdGPI6FKFfoRb4iNnCPjyBHSGcISqriY/so\ninYlF/KICQaIE1QAsUXs21WtsoSc/RcrJScl2PVzlzRWcM2FepgemU50m6RDoESZs\n+ZAht04PNqcI0joygFUodwvD467FUL8INEAZq5ozFvPZlvOchFVZLcUJRbnhyH/EA\n6rYlDSkTg4IAeUrB2D53GQhAQpR9gnN8A8HJGk46C9qb+f/AvAm1mrME5q3N4wdWt\nRiNq4XvU8p+8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:03'),('probe_url:1:https://friendica.free-beer.ch/profile/bookman37','a:15:{s:4:\"name\";s:13:\"Jerry Briardy\";s:4:\"nick\";s:9:\"bookman37\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/bookman37\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/95ff0bcfe10da7d0\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/bookman37\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/bookman37\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/651.jpg?rev=2013-12-31+06%3A49%3A25\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAphaYNbY9PzMVFHyXMA4DQ\nq7W+djSkqUa7raSLt/yJqaMVJQlaJEWiP2jPo/kcKDovbj0oUclih/BAmoXNr0wR1\n370q2P3Fmi5+P2i53dM+nj2o4Qy8UbzECb9bFexOdDWtBxBa7PqgnxQvS3uAeCQE4\nzGI9fqc+HCmAOSWrU3JB0x6J9LIqupda9KvWT/kvWvS6k7Z7Ssr44A3QS6AKGuAli\nTlNeUVhNKXHM5aBNDVMBZ18/tTEyyeOsJFs0RLFhZZwkNBLctBHyMsB09exY/wpf/\nkn+sbZf732Yy7AEeDMT+GyeyAPeEvXnnHbKlmOZSYL8AeNa+4PZN/cBERzxu9z508\nxJQzoWpyNZN9I8B6pNhaGT+0sHrPLCvj9M+ask4WglcGZxggpKRtGRq8nC8k87IaY\nouWOuq+dv/la6fIkIYtrkHgBy2pRa5E1foABzWwuv/5TlIxdNCtMDlhuAEqjfp0F2\nuziIxJw0TAatybJrxK0Snov7DxLy3Xeta6Wx7wrr0npA6juFLG/ivgztkN0z/qUJp\npeo5n6J2dX2yHRiZczrmc4iw0f2dv1oZvPFzSYGavqzvKVvPCM71YBULzsJquwq/4\neQA9Rh6BNhYpMVhUrKCLoj1Ig7+oV1rdZ5axUPbtO0sCZJJrSRRBqHk0lgTNYZrea\nR85AHyLEibz0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:20'),('probe_url:1:https://friendica.free-beer.ch/profile/border','a:15:{s:4:\"name\";s:18:\"Frederic Guilbault\";s:4:\"nick\";s:6:\"border\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/border\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/c04a69f1eff6d290\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/border\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/border\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/23.jpg?rev=2012-06-01+02%3A24%3A09\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqyK/r0Zj3HeP44zwghs2NN2szF\ndgEGz7jGS8UbI9FUh/f8kRdeBQgg2h4bvGoIaQ+QevHKeMsTzo9tDgs13jFop6EkY\nB2YR6oX6g5XpCGWoWhjV/s/BvOosQZkncXSIFr9M+f4kcQMrAROXnHVIS8mEDdf1k\nQGsBEy2ng99kTtwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:47'),('probe_url:1:https://friendica.free-beer.ch/profile/clandestino','a:15:{s:4:\"name\";s:16:\"Philipp Obenauer\";s:4:\"nick\";s:11:\"clandestino\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/clandestino\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/ecd38c90be136819\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/clandestino\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/clandestino\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/621.jpg?rev=2013-12-14+11%3A09%3A01\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAs8fpI47RU7TvUWHp+yOw0\nvnONmvMg/yOsm84c/zBAN+cazxo4SoJtoSHD71txQ/9DqvwwYTTLUqCB/DU7fFaZ6\nvhvtTWp1s46fUbiX++MPBrJ+QGLtuigwp/I7oEf7FUtoUOeyn7jsC2mS+h2egzVk8\nqF2E5/npPB8qwgc4wpTUArut4mbdpkAYFeMWP/Vj/h37Wv/Lm9pZCqw3bYEk9eXXi\n7VhwKlmIMSgvthdqNsv6ucGIhG183xlp33aBBsE4YLJN0A00u44mTI1tuoQygoPDW\n4JMdNpwF3Ht3IIvnZhgCqQTHwxrxwPJN1lWtayoMOrES5m0cMtl3+Cxh44d7a7JPH\nFNaORDJttT6cg0ewVzWj/tW7+FIi4monBxo9bBsDxye3LxmNugpyj4O4R64vGAQ35\nEmPSDDYeuSMF5/ND1eime29U62Is4T4G0Ijesxbh9a4wJJsNucgN22an7MAap4O4S\ndeJEzOPefq3V46oKEFLf31HQLAl4PrMa+q7g793eerzyH1e9vKZUJkJ3wJJZPiI6z\npfyEZ1xE7Fj5/lOScj4B8CW6v1Zwz2KAz7cRqrcT2EvFFfTUcLqUh2Igz6ppx6gdp\nsAyiigZOKQbgMj9goeDhneby1E1Wci+N0WfbcRKtlGx8nkhBMKD0xZBolYFvRWW/B\nqJaiA58ig9ZMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:18'),('probe_url:1:https://friendica.free-beer.ch/profile/clausmuehlenkamp','a:15:{s:4:\"name\";s:17:\"Claus Muehlenkamp\";s:4:\"nick\";s:16:\"clausmuehlenkamp\";s:3:\"url\";s:55:\"https://friendica.free-beer.ch/profile/clausmuehlenkamp\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/68eb750fc6aa2080\";s:4:\"poll\";s:57:\"https://friendica.free-beer.ch/dfrn_poll/clausmuehlenkamp\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:52:\"https://friendica.free-beer.ch/poco/clausmuehlenkamp\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/368.jpg?rev=2013-06-12+21%3A21%3A07\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxIG0HqsYAmnOmbgTLJrp5\nOuddMR6zMMn80Jnwigo7KUSGVBh00xJhemdqOQ8W2Z6iW5QiyuqaqLnVgIjLZTN9s\nJT1Ec9j5dhRoivmINT14juk/ZBDSEhkakHrMm9aO1sz2jpfpEqqUegbI1r7D5kHMB\ntsYiMHK8UkuZ9b97GntbxqhS1UuEmiomROn1T9LpcDAifNzo02UkHKRoRXw43Mugf\nQIpVQunJkMPbgPUPme3QGjiqlPzsLIHXxa9jsz91rzTvPRO/DvAemHEgokjy2zS5D\n5VLX8qa8jMKRu5AChdhDg7sTq0ra7gTkLjDbCptOCukPwWIDlRIQ1CNt9cYVa9VkM\niNgLYj1B9xD+Uh9xo4n6yIWx2Z3/qO8E17Iv4kgem65/XAx/0QRwivN8+RfKEL2h4\nP2MbhyJgELeHUyOEFVoV5RdzhKoa3VF8SeMUvFmDPV+ai0c2ergTQGckFOcCScH14\n9DTwLucYyyxHRqLeIp0q8SuA91/2ij8YsEC4gN95JxGnmgCLFiCrHvaF4KvgRYyfQ\nu5ULqoVtNrjyu1Tp4lD1fB+1VUuGPz1KBBhbiuSVHLvRANOi+1aRmYBld88jh4m+S\nW03XVS6UyTafpcE/I2ilPwXPHL6o2AseBirDlZZIqWIaIFPNjLt6uIZVvJQHoYnmj\ny1PrxfRFR51cCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:45'),('probe_url:1:https://friendica.free-beer.ch/profile/csolisr','a:15:{s:4:\"name\";s:13:\"Carlos Solís\";s:4:\"nick\";s:7:\"csolisr\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/csolisr\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/6dca8f1a80b5800d\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/csolisr\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/csolisr\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/22.jpg?rev=2012-05-31+23%3A00%3A24\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDWxDCP9Fb0YzaoKXKiAdi/Mk4w\niLgACnLClW1y5HOh5YKlANfJwRISdUglzzFV7n8WcTd38fg7mBkBXq1MmEeLqMbEQ\n/jzplWmIAm+Vfh9sy6DE1e0gx9zS/mKUflyv+fmTFTc8s5ZJOfWI73CYelyznUrNs\nbXGwjTXESr4p4EwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:46'),('probe_url:1:https://friendica.free-beer.ch/profile/d2o','a:15:{s:4:\"name\";s:3:\"D2O\";s:4:\"nick\";s:3:\"d2o\";s:3:\"url\";s:42:\"https://friendica.free-beer.ch/profile/d2o\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/5cfca8f65062b6cc\";s:4:\"poll\";s:44:\"https://friendica.free-beer.ch/dfrn_poll/d2o\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://friendica.free-beer.ch/poco/d2o\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/673.jpg?rev=2014-01-16+14%3A57%3A25\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsHUjaV5/pUcQbQWH/xg77\nZ/TtfZ2J8B+VK4eTzCzy3YRrdkmILcN3s09Cj6p0MAZTEOQ7vCYadU3lFJNaOvKAs\ncVWjwBc48CT5Qf+W7TxzrjjwmUduHLpqg1yXVfiW4QcWUQwLxCGKpiebkJe3FXRKK\nE+YnNaYp8TNu1GRCyyHZrZAUXRU+xxFCvdoPCLYAaDk7w+URaPPZ/stSJOxO/Dghp\nnTiBbg4gCtHpq6h/0PRWE/yAFuVGO+9TP3+ybdOTwEp0pdxqkdy4c2uuPyRrrQqJV\nI5WHU/kTG5uO2LIiamxyW6d0mjWPNxHjHl8xdpadm3BI6SYpUl/TxKrYsL1lVQSX4\nDnAjm5YshQFF320FKIFad9xsFfVGTD5klcyuw4oa8XJp286yTewfQNv7Dz84CJEUQ\nKQu/xo92AOKInmsDMSJYyKyhaQ3rUmsOYk/ki17sTN/qTFffzlokqWhf+lEVy+IkH\nti7b/J/NYOps2Q+MgfRvtj9uCuEZL/zLbHClBW2fYWXN+f7NFuWDUyH/3l1IevOD6\nQwwcPlY9gcCrX60FEHV5KLcGiAM6KdEzoEtqFB44MZrDVns5HshpXjB2VmSQSOaVY\n9mMTeyUxDW+IERw3bgOLlA/7RuPBVrrOCSw64bxGZJ04Anutg9sjaxYdP77B5yPTm\ngBxaHHouureMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:21'),('probe_url:1:https://friendica.free-beer.ch/profile/derhuaba','a:15:{s:4:\"name\";s:6:\"Als Ob\";s:4:\"nick\";s:8:\"derhuaba\";s:3:\"url\";s:47:\"https://friendica.free-beer.ch/profile/derhuaba\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/2e4c11f7486793d6\";s:4:\"poll\";s:49:\"https://friendica.free-beer.ch/dfrn_poll/derhuaba\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://friendica.free-beer.ch/poco/derhuaba\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/842.jpg?rev=2014-08-06+23%3A24%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1YNrfi6Cz+owdvH0+0+ca\neJVf23j4wuuLlOdBZ5r4x6JXhf033s6c7AzmXqsKDWNPVRlc4oDCVGxgXQXXb9EVv\nmMm8p6H71+gbdAYG/gsWhejWngjSSGSavCMWsXbcY+H3yUowXdCGg9WBCHM4AnU+Q\njHfp3qU/WnGIHx4XEos1agBvhhlsswDwvml9qnyYU4UFkuwiCV7Fk8xSZX/gCURup\n3nn/81Sw7NPEq5Mu/a/wWDT4zcvpMLGIZqlxB991CV1nBXJ0yiy1cxnyAF6N8dAP3\nA+7y5p5k7dbHyOFxBpI2WD+P0/qXLqoLvNcQT7nEk7WBF1UFlGIUja6acP9EsxBcQ\nwV1miPhNdsCKSo5Zytg+LRUZ0CLCG4eIvv3fy/pdxq9djLxohcE3lI5Orcbtp1oQi\nHjwooHx1bHJBtXGEQAZ+fzIH5kPlKBa53mFCp/DOtvkuHaft4lmSMho9JH+fxCvvl\nZ9JHdmxdtHcN+mCy4ZlIezQShBkTtQ/5t2XwPVPl/B4o3cFk9jHoIA4xZrWhnpPBq\nol2M8eL5wvWoEGu5MnHm0HeR3lCfkQGmUumkyeufdzwUzYjgEV/zYN9GzPsLKZgAV\nBVkZURl2zsNf5Wic+bvNtJGhN8nPrA2A/Bnku8/ZX43fUep3lP/EPfUa+hIuVOLre\nRlZsm29mBcQ0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:05'),('probe_url:1:https://friendica.free-beer.ch/profile/dr_emporio_efikz','a:15:{s:4:\"name\";s:25:\"亗 Dr. Emporio Efikz 亗\";s:4:\"nick\";s:16:\"dr_emporio_efikz\";s:3:\"url\";s:55:\"https://friendica.free-beer.ch/profile/dr_emporio_efikz\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/91d4366d0dd46528\";s:4:\"poll\";s:57:\"https://friendica.free-beer.ch/dfrn_poll/dr_emporio_efikz\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:52:\"https://friendica.free-beer.ch/poco/dr_emporio_efikz\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/108.jpg?rev=2012-08-17+01%3A48%3A09\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAuJq4dSVBCRYzbo23viYoK\n1sQadX9SKgeuPhPnUCLozW/olBcAjRZjm1pxhtEuh6ET6si8JUT6gqtarvnlC1kxe\nynErCrrhvmgJgrAqEUO4jUpg0QDPDaWl/lisu/K2WEdEFm+2sfQ7NjMm28YPy4yb0\nt9ygsLkU/YEVuIV47csfarBNbTPsTwZvYDCLirbYZIFA/Lc5LxdzhQbGWIsenGJ2F\nScRg2bbf+Z9QJj3K3aAuVTcmXKvZB6Z5uEaIOEBLpM021JNAJGFW6g2H6W1Vt6QbB\nWw+46va7j2CBW4UfrSlR/owkz+9R4P65xyrrZ4TOYDBUx9YD8fVEzq39Lp+esDMDd\nmyuf8ogcRRQUUf5bt2urD/QoYBaBq5WEv7AvhpChy5wEF74PX28aK2whguEEwKlyN\nZJoV9LZ+jEk+jMpspECR/yJdAf1ydRSzXBE7w4FCyLTBGYVQcK9HJsiKIXR0Qup+p\nWRyZpKumG42Z2YXjed2ykD6qTgGY2dHK6o7a3pm+4LvByZz6pnqOYwIbYn/CUi3v3\nFLkKVEyZgstuGvsADfTL3lKM5HTAl6gxm+tVI4e31Il4b8tyFTHGg8PIiqWkHJFaW\n6ZpTsDGX4QmB0cmzcv8IDEVMyuiaYWXocaX8fG03MpWZvcOincKsVLtds9gg40dl4\niuflq4GUHKMcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:54'),('probe_url:1:https://friendica.free-beer.ch/profile/dysfunctional','a:15:{s:4:\"name\";s:6:\"Brando\";s:4:\"nick\";s:13:\"dysfunctional\";s:3:\"url\";s:52:\"https://friendica.free-beer.ch/profile/dysfunctional\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/06b9f5c967a6dfb1\";s:4:\"poll\";s:54:\"https://friendica.free-beer.ch/dfrn_poll/dysfunctional\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:49:\"https://friendica.free-beer.ch/poco/dysfunctional\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/89.jpg?rev=2012-07-28+04%3A35%3A53\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsiWLlO+FgyIn6OXbpPGH4\nFlCvD0yfYXrsdP+K9zpS+VVRreTxk/gpjBZUBsBc7wAXLtXwAr0bC7LYdQe1g4JyC\nKFyqt0A+vvy2LqnqFKXl3DjhUerfuh73ecFIeHgU2IwnqWhZZEVkKyjakNx9/JJDW\n2I8YqWdLgKw/NeilKc85wSkLkQh5yj5VmQ11yavY/WUzSBb8lpxL/0MuoZihnoRsY\nZCyGoM3OSnNXSbHtgkhgXROWdT8hoJ95i4YaiiRBuZbFBXnCOAk9CVFKtNm8j8sfa\n4zgLf9CJKr06zHW/GGFyVCtGcgr0i9EyCNPQr8oEy06FW2ptqwVAlr/vgisJpvY7r\n+MRObuCxTfSOFOdfQJEj9zHPjVcSPE9azwFv2ZcQQoNIU/mWElV1bcgiat3lV/eA/\nye1G5NjTmyOw5ATKFMRBMWBeziBgf1YVN3cAJT+5pfyWnAPoOdlZIcQbBloNI2Fkh\nMDnOhoQcd8l3DWy4brjSj7lQKrLO4GZSKJsD//RNwxo+4sa6tTMr9FomjKpOmXXra\nSWAgU4r69N0LRdZiL5kQ5Z72FvSgUztQyhS5JxHGb8/4iXqoEDSjvkG6X/dKyLL18\nzpKPTH7cgiaGbz53/EIEvnV0WjX5vKA9KRD0uVnWRS15LfColTptcmApBsDbBovAp\nm4LTJ8KpfmCsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:51'),('probe_url:1:https://friendica.free-beer.ch/profile/ecologielibidinale','a:15:{s:4:\"name\";s:19:\"Ecologie Libidinale\";s:4:\"nick\";s:18:\"ecologielibidinale\";s:3:\"url\";s:57:\"https://friendica.free-beer.ch/profile/ecologielibidinale\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b0ebb244e15fb761\";s:4:\"poll\";s:59:\"https://friendica.free-beer.ch/dfrn_poll/ecologielibidinale\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:54:\"https://friendica.free-beer.ch/poco/ecologielibidinale\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/118.jpg?rev=2012-08-23+18%3A19%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4uz9XFXLE7ZyuSrEcALdD\n7NMiZaMQVTI/tM9Rv9QMaw1bke8hWVQ+ZT7leHFdv131fL8/DsOq6TWCcRz/xYJD9\n0qVBn8VgzNGqPfkzNK15mfSvqLwL2UCkdiR0GG0dBOtFkSpLVbMKJu33deKcCVh8G\nCJilH8XSMle6Fw8oHdaVXLumASHpZk0P6+qWMlJ4uoAYE3sep2OhX9iSfotPVj2H3\ncs18XHDLzwB5o9wzCM2VgZUOamFrKd1JQHJwDe1WDsoYoVPsMP0i94lRH67bW4/lk\n7IjjVq7Sk606H0jv43jlaA9K17vVjBrjUqG+fxvsnDUpc9uKVCQ7wtbYHGOSrs9WD\nIg8fJPIYDGU3ixhFelgduhoj+L/tn4xXAFxYkGpAR7OHzBE7ITip6OII41QcHyVQs\n5XQGWLl/HTFP1qZ7sHCXYqwu16si2eW1nS4gTfcUTYKUOJ9ssC/cOpWdIjo8HdSMk\nR917awR9fEMe3L2QAXAM82VrzXrOtxLb5m+TflgfjLzMX0/d2i55nbEaI2gHC2MFu\nzGxbrbdC+W2JIw0eOkaVBfi3aBSQlWwrU2dg6+Q2Z6P56qhwDtNEHTsdOPc4JS/Nv\nV6zq0wb+sm4aoSz1tJ75yYoZA2q6xtVt4An5RLp8FdRZ2ct+A3Kb61p6qD8Poba7e\ns1YH1KAPs+gsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:56'),('probe_url:1:https://friendica.free-beer.ch/profile/edwes','a:15:{s:4:\"name\";s:6:\"Ed Wes\";s:4:\"nick\";s:5:\"edwes\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/edwes\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/517df4f697622d21\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/edwes\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/edwes\";s:5:\"photo\";s:56:\"https://friendica.free-beer.ch/photo/custom/300/1206.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAumv4COQgF70gY9hb0z5cr\nqtAdYCpFPQdRsaz/ND0VgAY8w6OZIInKsQ6vEKK+K+pCHlmyRHiCfG1pPDOrDnx54\nRLwRyJdL2ZWKWcRXhAPar+VPhI3t9XFyLdIzzWSUoRFbd/sQABXoAxrbefTiOljrG\nZtR+o5Bj34yH1C1lb6B726CSEa21LMPIYTee4JrPkbQV8AOMDYVZXECAXHKSi/eUF\nnqNSFycZUAZ6ufU5LvzphTyqWQ60ILqxkVWR3rJhAFVDgr17kF9lst/XWPIqCGd2w\nVUscmVjecTlhw13eCg21JeJZ67LWCLKBk7awe/GWOdPddHlciMwCPKVEeYNftEnfU\nr/kYFqEhAe5G5XuxIveX/mw+HYRSAEA2YAKKwPKVwXyhYCMHeFtKNermng7ufvu2z\nPLcrVsZXKnDs27I+zY9Thd3AowZNBK89LqvHzaDYqgKCIUYst1P+a7c8FkAPllyA9\nNV2rmWjJs5VXIC3VVA5VLQtFaDyNZ794Am09ga0vB1Jo3S/9qV1f+gw7xZi/3DGZs\nUspek4r0DCb0i+XqZjOLd8OVRFqjlPxvnkihZKGK+8rYQm2CpJQokcX6mQUINHtmQ\nWpRecfR9y9y5mNpCLEfBTRPBtKXoGSB9kknE6s6oeCC9t+4clRIxuabcNbRl26fVa\nhlOvg4k3Ze4sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:31'),('probe_url:1:https://friendica.free-beer.ch/profile/emberleaf','a:15:{s:4:\"name\";s:12:\"Colin Steele\";s:4:\"nick\";s:9:\"emberleaf\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/emberleaf\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/0bd0e0e9de54bf70\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/emberleaf\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/emberleaf\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/245.jpg?rev=2013-02-23+16%3A54%3A57\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtxYBVedz2BQIz7aIfs6ot\nWmCl+2vtypan/5PzewOqQ5h244U6RZHY4QGN8hL7AhbEU5ggMSOO4hWK1n9JIK4x+\n7I/4NUoGU3f4YLD56v3VskUhnhSA5zsSsIhB3Z+qGqStG0gMZbJLYH7vPsEGyX8ZT\nrdCUWIS0wdeLgD5QWLyHFiRFo51a+EeklwptWSaJIELiPkhv0DERtZ5Bfp1gBfKbo\nAIINaW1nAroJibIgFjQhBpvrhvTqgxV1p9tX5+BPyWmg5gk51BafWRM9WPoP8ZMeD\ntaXpNJoe40LrMUR7g+NoO4phDtzUt4jCLXFdgEDfOLVk3fhai1bG0vbTRKVAN54AR\n+S+/JYlv6iTyweZt7riSNLfVpuwUZ1hH1E2bZ4/N/WUJB5wXo+BNymRzLLYUpVz8u\nHtAeg/ZsWn9j55RF//bZVjo40TvLAUdP4F3wE1E8TXBHkMv+ChqhuJmYIJIkjUOoM\ntdO1Zo0SL7WosW/LTMpUOAR/RYDwX9BAXehgY5TlP4PCWPUJVHTqsT1nllTS33wq3\n0AQmSSdSg+h5oOeO3sWjZbsiNqRAO5iM/unB+vkmX+kPGrGXw2rQgn4afsr06Y1NN\n62Gq8ObpMALsY+Kwh7jQrrjpMO873H+gFFEH7GgMGKjeMGxDbkfuCGIU5Fl1a0yR8\nPAbBAsORC378CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:06'),('probe_url:1:https://friendica.free-beer.ch/profile/eyal72','a:15:{s:4:\"name\";s:6:\"eyal72\";s:4:\"nick\";s:6:\"eyal72\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/eyal72\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/c3ce7e628bca902c\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/eyal72\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/eyal72\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/872.jpg?rev=2014-09-03+22%3A35%3A36\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxRcIcEIF5DJyYQJXMA/EY\nRhjLRohuLLMhzCAQpgrPjKUhs02C3BwDY74/FulIhQXxUX7yWz+rYIgwXCLp58kPb\nvZBKAgTsHALTfqZzPu0PdrZ7rDdNuMvqU9FXe2MMM/bfkl83hySDLppMMv7567wGU\n3FxGRzHmT+y/iQoeB58J0JVJuY0YxUS2LkNT/zL1dHs0cYaz+DOWrs1GNujHam8s4\nGdOcavbKEx+MqGYWQsoJBMa4xw2GulsFlDn7CfxGq5xkU1IHgQ1EY0GNhQKplmAx2\nDGYBaCSJ5k5r8zHuEuHC67h4KHdqbXn4CEEZjtzPF9EN56RoG89f98bfIhfFt5LcR\nZ18B5vp4J1T5zXG+GlkxyDHTYXctT/27H2fLBdStH5YJyn+HZU2Sw2+oEXrtd2zMH\nT5hHY53gGZ3JGcXs0+8JMkkEoE4V76uyiR4Q5QRKGRuHdIBOraKIEcXzIttP3BvnT\nu7o5raPKOO4w0LBlzTcWk9MDIZjvhhM+U3W0wsRJ0/QGgvU4RT5E4VeZHKI8sR2SF\nqfixKa4BjodvdNDgEo5DemfgyqvhdXSqTOdPncOFJmKLl6IA4/tWHWoPlrZMuFdYW\ncxpZBU86MwyVY7Hfty4aYjBKi7nZpG2yQSfhF1YCAtHWDnU/901V7XD4j4rAz0Eh1\nm/J8uTiju6ecCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:30'),('probe_url:1:https://friendica.free-beer.ch/profile/funkymartin','a:15:{s:4:\"name\";s:14:\"Martin Neujahr\";s:4:\"nick\";s:11:\"funkymartin\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/funkymartin\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/1dbdb91a2060bcd6\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/funkymartin\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/funkymartin\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/557.jpg?rev=2013-10-04+06%3A33%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAlt3NZ09UmvP9y/O8wdPlu\n4Iq6P+yxQuLuuc7ITiP10JGLJKruAGef9MDdJEM5zzkQS8U5+53ACAftaOn0ASkhZ\n+bg7/SgkBBEgGFt+bmpuvZfJmeQ8q1eirMdoE2AwZpiMHX8tKGZZyA1zefBpUGi8A\n6SuMNcAHszJficb6B0HSxnWdzB74I1aZrsWxRuNGtWfYGsDEQTQfXVzxVEekSB1ph\nIdgdt4IkuN1gtxcp85axP1QlYAJBNxILUKNIvSxCTYQKs7l1Chyx9mAH5Mc/8kz12\n1K89vOcYOcpilhlnG0aO68hpYiGvrBTGE6IcYp9f2ElHppn3JcCJm7BEzP88i2kK/\ntjOrGxXZ9YnbMISl+dz40KAYGsquw9mUA8ZLSX370eWJV66e5j82e92zkkdzrz0K1\n0tcgxlgPkSge/A9Uqbm5An64tyAoFDI0EBEs9F4zf743szM1h8hgvamOrUB9K48qQ\njG4Q3xWQXhASRhdA5kf7M75Pzj9A+9la9NlN3dnfn9oGpXuofR6sQDe7wTBxTp+Za\nd/S0rMuPAIzJq9ZRAWOCNxAW9GMM0yQ0lLUDzYdLgWOi3LWXVaYtHX3oBT3JRZIOB\nS5s4FI7JWmhLMkJ8vFPLfSofnK98nhvhbhNPtrL+LikO5PpoVHZqQF7uLw5e51QtX\ndi6vtg1hh+f0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:11'),('probe_url:1:https://friendica.free-beer.ch/profile/heindys','a:15:{s:4:\"name\";s:11:\"Roxana Diaz\";s:4:\"nick\";s:7:\"heindys\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/heindys\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/cbc318c9f4be1d3f\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/heindys\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/heindys\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/774.jpg?rev=2014-05-10+09%3A51%3A52\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwOk5lDZN0XQF7eQwuVFMD\nutarxfUFP7o3wHxIBJ44hIUpHsV5gJNQsaG6AHfZbnrMHKHTaAQNUofZfXvYuiiNQ\nYbIZo/BTWeAuCyPCHOLbRQXSm8kSWsD16/BOFSuUj+CXTX1izQBLyZsXq+wCO46wr\n/2npSfgjIehJJr8sbNzxDu+aSeu/4vsajPJsdi4R4QUa88QEfVkvyffx3Xr1HNfT+\nk59nABrRD+M3BFfQsNBBZJtVT/qHhJvIkje/6DkKyjFy3VFB07GlhSFe7FUp/dIvQ\nYw8PX4whVZZmHTDHPTgJMWwgfNgQf3jvCh5Tii1QSHARXQgAX0bdrgewmUFZ+WHg1\nKlDxqhHFiM3rco2mC+mn+8hFiTFaQ45TAT7OlmCBJqeBXWXWV7HEmaUOGUxCGoHsJ\nJzq3OjFAVs52OYyHZf+ERF9La145qH+ssy7WX/I/gFrha79aoUHZKLyydHUoMHOsC\n1k10CcGUbO4N0++0srjFdVLtaYLNGBD3F2lbjmxFBgxtXaeOM6lT1iY44zN8C1Qpr\nwAzeG21SVFnPOyC0KsTUDAOvJM1lzfNhbAW7ZwXfZZMM9p5pa14ka7QU4dokitb2L\ntdcUy8o8FIWM2wVc8rP/NiscgaUPCYR0m9SuZolUcp+HUtBwbOhnLDV5oVsREaVqi\nJP/6mn3lZ+tcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:17'),('probe_url:1:https://friendica.free-beer.ch/profile/hook','a:15:{s:4:\"name\";s:14:\"Matija Å uklje\";s:4:\"nick\";s:4:\"hook\";s:3:\"url\";s:43:\"https://friendica.free-beer.ch/profile/hook\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/41b5ee1ff0572c15\";s:4:\"poll\";s:45:\"https://friendica.free-beer.ch/dfrn_poll/hook\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.free-beer.ch/poco/hook\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/336.jpg?rev=2013-06-02+20%3A40%3A51\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAspUYbaIsiwH9Mz7oeHzjX\nPDFw+7cQbT+MaBHCc8qtuhZU0JxcQnU4F+2GZh1BrmEdXcOdN/bANmCO7DMO2zD0U\n6KHPPPktB3TD7p2DH5aTdPh18kVk/5FWVPAyX0b45fRSCggUKz3GEpiQ8ADKIS+IB\nzQsZUDGysTkuywoVBTacZO8J8FyQbG13i81p0Ga7O6Rg+en3ffCW403Kw2+PYyWJ1\nMiFW6h9eK+TOoA4pPtLSuCjsltNADLLCu9fCrzZPjKRC+ZNNIltAx++ik9ljlSSiv\nufdqs22CeQ+Pn8AkUDiKRUsVObi3DbgmYFN7jSdyIIOzdIX5pqJGbFFAj3EKkfr7l\nUrfVMB9E/EFIwPJasYaOMO+y++2GFfngRMcRKtvgInfFOOrpxgi3Fgb0K1A/hlEUM\nub9wLvGx8XPkh47Ypi3H582LwFj34NfRh898k56WYMP7J54k8Da3vNwrA6GTdgEFT\nTRfi0vaM0T1KXb2QaSCF+kV/x3lgC5UcE8riyhbBxJ+5oQPqAFfezZv/nRQdG/DCA\nYRPcZvljCMg0GT4dpPAzu55BpLKTrCg+t7xWCVlqFLlc6Q/BQwjDPOgj8NV4QEBeI\n0FdEFtKYuuvASC5UMHWAst5WqMWXvF/BYorNfyzk6yAMsAZFszmqsF5EkTfCMX9rm\nqXd0/VrIAntcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:51'),('probe_url:1:https://friendica.free-beer.ch/profile/ilma','a:15:{s:4:\"name\";s:4:\"ilma\";s:4:\"nick\";s:4:\"ilma\";s:3:\"url\";s:43:\"https://friendica.free-beer.ch/profile/ilma\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/f2d794d273152c9e\";s:4:\"poll\";s:45:\"https://friendica.free-beer.ch/dfrn_poll/ilma\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.free-beer.ch/poco/ilma\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/739.jpg?rev=2014-03-14+03%3A41%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAw5ChEbjeimj04lu9MKgjL\nMxVQrytNGD2OlbYEpptsQjPjVhgbGko6qEutEsfReoHDDVIpRm3rVFiQCY755kG23\n4QMDxcwTCBJl8dCEBoSTkW9SU6b1Crno/YQH9zoacaLH7tNb6C9dzwHHlbtBIHs8N\nI/kF/cA3ntisyMoWqvCLxYvl9RKy5H/jyOKf0Pd8pORydUJmlF2NkVC+KVmymrJ2j\nd76pFXyWJWzGeCz+Eu3+OiWn4XGyQME3OkkMWIZqmB/msIgWhWrsibGKdVqqx0fJR\nqpeTSbaJIS5xckf+e80++ipASpo/l8s7yGjkc/11YYgtRveLk+CDDyOytKycv3KEG\nsWS6xsSsc/HvoNoDsIklWnCDRfu7xti2OLUzuVJ2XD6ZUo1hEk6KurHNQMSwYfZjg\nWzyBvm/MUhZ9uAHeq6vdfTxhnTgdLKpVdMQeWLHONAoBvK9zc3qi3rR+SJciiN5Eg\nwQY1uiSybTG90O9RvT1Ng/KwxoOyVsDa347uZRoI9CCYJgfiSafemHn0DNKYetn1Q\nEdKTJx42Tg/A7x8EvW7FuVchGvH4vdV0zrSjKVDEuptcqY27k2odcwndiTgylkEl3\nwp5im44HqqGx60HNYQ6T2eoeO1SM6wAflkQD68lIqKV7lKw0ynxM8rXQCVdapbir9\nb3zjH/t5fuaUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:26'),('probe_url:1:https://friendica.free-beer.ch/profile/inyan','a:15:{s:4:\"name\";s:5:\"Inyan\";s:4:\"nick\";s:5:\"inyan\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/inyan\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b11a008bcc65e199\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/inyan\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/inyan\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/111.jpg?rev=2012-08-18+19%3A01%3A17\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5PQCDobzIAJU8kIrKZtmV\nPyD9Lckhlkp+Av/XI5PWqWeOyh4R7yhQCctBO7WxLQTVwBjGDjAZlp+jKsl4+OLq0\nuqd42RhAK8eppWqS7XDjgOJbRXGzaHzmnqFkJsiRyALcHOARHEHrPm3iU87A410lU\nQ3JDmRN6dPIREU+I+ruDLhv8g638ORUa5HKuaShxv9mT9Gebeqn16IPnAhVoM0nAF\ncbQzR9Ej0dwVGzcHeslUrCPjGJVHmRRYrKNffcTykdmYn93LeFR/dr/OF1DNr/aBT\n2M7/Yb6mlEIRjJ38nCyKSTbcCVSZRVH5JYWng6MPT/ek7CFZKjM5FyhxNV11at0Iu\nmqRP5GsuUL+y4cAMeePkF0Sa7Z0smH85/UBWOI26FeMttUoMUk6lHLrih18vHQGh+\niv6WuVJ+8tJNuzRfXi7zo4S71Tfi6F9QcYYyu3HioX2dQggELYSUh7+vucjl0rbV8\n5BW8+p9iH3eId+LQqtUeuSyTATBj5lQfQKwtsg6rNt37nhhgkdouk/OZzXuUz9tiY\nhHmM0pWn7AxU7KZYEYl7M+4dT5bwI9/OnTvZEct7D2CG3Z081206hLyFFij+LOe7E\n99WKz0jeoL902TxCjhWe3j+VrnEoyzP5otPeJw5+KBEPw4RzbPiLeK8JSJ/s8g9He\nhPBlF2+X2V7UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:53'),('probe_url:1:https://friendica.free-beer.ch/profile/jan_sofasurfer','a:15:{s:4:\"name\";s:14:\"Max Mustermann\";s:4:\"nick\";s:14:\"jan_sofasurfer\";s:3:\"url\";s:53:\"https://friendica.free-beer.ch/profile/jan_sofasurfer\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b17c740d1f8c5cc6\";s:4:\"poll\";s:55:\"https://friendica.free-beer.ch/dfrn_poll/jan_sofasurfer\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:50:\"https://friendica.free-beer.ch/poco/jan_sofasurfer\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/246.jpg?rev=2013-02-24+13%3A17%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApNV4Z2wskvZWGHJgty5iC\nTi178E3gmiIwuciq2QEq69J6SQFYt9wiKZsOYVYd73LBuUdVSXfYj2QYLUZ8kSKGZ\noTol03lHVY5QwlpEbMNwsgJMiSzwBCPEB89SN9bhU/6/iE4HMrLs5EDyALCN0tZDN\nZr1B7OoG2wAVFyQZLWp+2T5FNcFl1W9uttWSeyVYTz1c8Mw/3nzk2c0OQ48PqykPI\nlXVES+QAUwnY6xSIjtwpPOc7ReMlO1FwKkXj9etM8G2yiRW1WLnu/IvT+Xx8vr/WY\nj9H0XR+/B0PEaE2+gn8ffzOvwz84BCqZXmKdnyS1M26FwCvD6M6twhoGflIHo9lYW\nHm/IAR87KBfQvsswqZgpih8UkTbxiyzKpkVmldrmhkdSFt+jV9FjlnTx2gVGCeKeS\noJq1k4LMUsUEX3BdVrr2O2dgot287/LfliLqjsvakJsqJkgGoaysBR0mbxai4Tcbv\nvr287nfYe7aGsR390JM7eTNncbMMQKHcnWmfmkwEvSPWD9Ft+wuOoXIdnANSld2SV\nDjsgC0QBIgZnQEyIQl8V4Z4sizKcAF79OqBI++tdj4WZ6iC5xImpyx+ZfJJi8Gytv\npFmA3WkwGxGZtb9Wl2yv6ismsutjimN+6jLI3arKb11F3m38owNU1bWDUjpoNksJ7\nIVXGXAHNa57MCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:06'),('probe_url:1:https://friendica.free-beer.ch/profile/jh72de','a:15:{s:4:\"name\";s:14:\"Jörg Hartmann\";s:4:\"nick\";s:6:\"jh72de\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/jh72de\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/cf1f9b3f44a8ea19\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/jh72de\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/jh72de\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/295.jpg?rev=2013-04-09+19%3A21%3A01\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqlD0We9Ex8SKMh+tvZS0R\nQewKf86fczUro7E9HpcWdn3biu64/GRhcv2roZBiZin7KbGl8gJr+dHMxbCqdtUsj\n+kFxrbA5jAEgxktOdUxfkueCFYqAp32RUqWFxju0+KD8ryuz7bqQ3iCnIQAyhCqlL\nXiUDw4WHgfRf+Rz01DCGi0Yr8cqUaKMb0cPe+q+bmTHDZ6nZM7vj690YfNKiS8bRe\nuXkZNdmxeraq/Hp0GrNmmqQc61uI9h+3hhFEpNhpKr90j/AJw7Yls2WWlKnI1UqEO\nmA2OHpoFm3P9vh529rRtRp8sYM+u27oCRCpabgzFcLXjHUXpMgWKZF+1TZzF6roR5\nlfCKLCGtA8a/pk5nBuu30/sSxvp7/uBwDSrqG6pm500XAP3y/sy6eomU2Ntjg07Ba\nw/woZZ/AUBuxnmgV9HR61ryk2KbvWuCqkpCrxOt9F7b3Gr84hjv65OJJLJxmnKPvE\nOaZovlXP4t1aHd2QmmVY+7Lc39F/F1s4QMV2i6BwUl5s4pDyAYsPi1NaqzgyWEtHx\nnUvR87BqJmuWNRzN2CbJwdpYe152T/KcEwcl+qW3ZCoPFQAEcy18G2KUahJc0uO3C\nKsB8oFq29W3fm/HOP9fa2BhrLhlPwjZ+aIQ9/4Ufzc938KVHperCIHO/qNrLlr1Ux\nVzIwnIZtWHgsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:46'),('probe_url:1:https://friendica.free-beer.ch/profile/jooxz','a:15:{s:4:\"name\";s:15:\"Yossefa Mekyton\";s:4:\"nick\";s:5:\"jooxz\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/jooxz\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/bac7439ce9fbdf3d\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/jooxz\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/jooxz\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/413.jpg?rev=2013-06-29+18%3A54%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0RLYasqvNH/TWfmRmanHo\ng1YDeLfis0D3UmjrTBqd7QkIPlK9dydQgaCpe94Qi0LdwDPuaxDvXViH5zXrvs+6C\nyfB+rbI+u1KCkzPwFs5FCP+SGsQg3yFR1amct6EdYQ9kNcum9tC2KUzZBcC9lRlFo\nZQ7aBmerA8RO1YIo+ikiQPFiz5lub5S+YjnjcBhln2QSGlWGQWJGz1mkFrO5H99w9\nUrFij0pYYq7VR1w4FSXNYrW1K9foC3P2em9rCHOwFHF8BDmqQ4gw97tLd84zt2x0j\nlgodAgtGiYUEbe60UO4/+wyQO/gdTye2kS2WGVx02lDilkZJWogCiHH5Z7unap27A\nY4F+jblWIEcukx+hMdRPHH6d8JFgJ1ux6p04TU0lr5oXzHok6wtCeI0nwVqP8bzBs\nhkFhpuhGp9GBXlSb2zaPyt7UXUCvwEa9UURlkP8RZ+GTn39DdZaLgsG1/DOT0zwof\nhk3q6jnvqLFwI2hB/toT3EgPvA5Bgc0UTxHxddw8jsZhj+KyUPGVCCUXT7EhXhQtA\nNNjBcJi/GzU7m+EobtDCQd43FGyqeyqAN96dncQk5AkhnsmHZoBPnmVZofpW3sgxD\nmLS36GlNGORUB3nJSjpBL7AlMcH636WCT0ZIP/0DPiwKRCcBJPJM6gXx9rxM4ztCC\nxls0RYEYFM40CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:58'),('probe_url:1:https://friendica.free-beer.ch/profile/juansantiago','a:15:{s:4:\"name\";s:13:\"Jaun Santiago\";s:4:\"nick\";s:12:\"juansantiago\";s:3:\"url\";s:51:\"https://friendica.free-beer.ch/profile/juansantiago\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b1948791a5a4debb\";s:4:\"poll\";s:53:\"https://friendica.free-beer.ch/dfrn_poll/juansantiago\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:48:\"https://friendica.free-beer.ch/poco/juansantiago\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/94.jpg?rev=2012-08-05+21%3A12%3A40\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAumhu89KZy6cL/5XC4o7i5\n91XFtEhzlVF0M3PedN26d/7UW673ckOXxLlxkda2az4u78+eYsn4J/riNFD7vcSOE\nSABL8LjsL/eOQV5PK6zXaae8RAMd04OuLnB2xokhTWy5JSdTSRhDc+uH4YBCJFp3b\naWQoocBu8j2dbS2pfK7Tf0QxXGpZ9A1dwaHAOIJYLvuDiCFG95tgq/V7599FkjJBG\n0kwcQKBGyM5CAp0VYsbh6A6TyON8mnpaJrUzMBXvOIchVZlbyjFeVfT2I3vE22G6C\nZTmFF7wRDWA1cQCIVzWDBcrx+n2vcoWQhxEUaDNU61TOmY8idTl55vD9Sy83F/opT\nM52iXGSUxdImXgQy9Cm3k6B4gc7/y0awpNAp5ieVIhK++ali4vnUvVDTpxSQ00U6+\ntqHWoKYxxa0ZjzQlM/LnXhXHKOrGNnSY3WDdpmrSWEPLJGu0kviVNYlOUlrNO7RwZ\nPKFb4CfGN27lsfYRJS3tAt41DKu9jSAp0unSTQTZk31t/pxU6sONoUYOPnr9LhzVj\nsvKC99V3qNVfM0azOk93gDuiuR2rdw0PMyeK8IywunHegBO+IfboK8UzHECugrrdV\nPmhhcjNUXu2xScJ73Rd4XnXRDNrkbylcJTAy1BPkXTq4cG94QKqq69R1qVFe2oM9H\n/nOCKvERR+AMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:49'),('probe_url:1:https://friendica.free-beer.ch/profile/klampfattacke','a:15:{s:4:\"name\";s:15:\"FreeBeer Klampf\";s:4:\"nick\";s:13:\"klampfattacke\";s:3:\"url\";s:52:\"https://friendica.free-beer.ch/profile/klampfattacke\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/ab2c558e5acd04d1\";s:4:\"poll\";s:54:\"https://friendica.free-beer.ch/dfrn_poll/klampfattacke\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:49:\"https://friendica.free-beer.ch/poco/klampfattacke\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/167.jpg?rev=2012-10-27+02%3A34%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqbIJhut/KZj4r3Xu0l2/J\nuOyt/S6JzI9QX9HGTZi/6odlaq4ct2Rc1zyebxuBU9XeRNNxYQgf4Qmbs9JXO5nsG\n971ex6SSJZSK7od0HkA/SaSm4OgMRrD7cbg8plgcmzMvX4MOawoV3qa/zs0/IownB\n288wWm0yO7BJau7DNmJ3409oEqZafmURFWIJ8Z8peOjAMgtqLPewVgqimfCm1LFN6\nwyRbVNAFuPEaCA9Lc/x1RhpLVtQVojisskC4H2GYqVsUNV+/lLWQAQsmscoGmuxlc\ngR8Z09GMKPt1WzvqMqBH7zSblFzYa3jY069gK4n+eoUbixHyc2Z+WZNtxi/0bT8ss\nxCmXRQR9S72Hv5+dpolvYQRtHzj1vhUZ+SV9mOL0gFiKUxOhi1YlKjbgd7cS0cL1s\nS5zIFtBR6FeVVtv+Tl4sLyAFjjY0mEf7Ax6z4N/oKJHuO/hFT46xq+UboEnRwO1Ln\nUVjOd9GqoC9fQjIeGePDH/HBHPlaIhz7ri1RWYR30Z91ys27u2tyQ3YsZJDUYSfGy\nXbnq1VDvD9Fa+3RhWJa657edLSVolHYQn3x42+DMFRJZojj+7pnYSigYFduWWQGRQ\n42EZujVpwaMX/Fy0AiI4xLLH9w3YHi8XJAhwsaCuJkScMOhmEnT74EjZWUyHn8Kow\nnGYPVdg5cngkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:02'),('probe_url:1:https://friendica.free-beer.ch/profile/kreuzmacher','a:15:{s:4:\"name\";s:14:\"Markus Krüger\";s:4:\"nick\";s:11:\"kreuzmacher\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/kreuzmacher\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/ef8224601d4a8016\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/kreuzmacher\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/kreuzmacher\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/800.jpg?rev=2014-06-26+05%3A48%3A58\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwzaZQbxuGxkxYb9iO3I92\nl5a/zaQHDUwJ6ADFj4c9aHZh7H5S8LKX6SE9qAdVghG5dXNluVEkbz7nxCccps+Ku\nP0pIep4WvtbdwR8DaglBaLJWawA74P/+j0WqEj2Qj+zyvK9Pp9TEWd1ec4esa1UMG\nEdi0nREn1TJ/dVarKtjus7p7fk8EqU8Zcw7lBVXIyngA4OjuC6ECk7bNQMU6QtYSn\nJlOpLHAshGkVXC0+7e0BwRKT0kJ0EukFOeOv+emxxQ7URJl5210uRQRXaVkzfg8SC\nl89G/Vc5pCwEEQzdeca3yrxCA5//R6qdsi4bXcGlFDNQO2rnTcp6YNG+bG8U1/Z7I\nPtxaDjiOQcgVODCCS5ru4PC+yqT5lpYCu4uDMfLqgVjWzmDZQ5AqM1YvvTFqgGV6+\nUEFrFHA9FYtVlnA+j45/2lkPYLLUogI28pLkE7iqwCo/NqbyJbavV1Wn3naqrWB4h\nHMzkjZQwV34bf8GcXnvZMi22aDO6e6L4vb1XlvvnU+HtuIR5Y24NCS+1iY+Er90I3\nDnKVw14wtB4e9dWgGKN6i5gg5c1BTC3nJx2r81lF7HA+y0TuJZHjBlY6JjqzoDaeW\n7u8Oy7pPQkt0ws9uL4sWncWaIS6QtRYPG7P81eCv780lPuiX9ohfMzWHjonaeFKVD\nKb496VQJarLMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:29'),('probe_url:1:https://friendica.free-beer.ch/profile/lechju','a:15:{s:4:\"name\";s:25:\"Don Viktoranghelo De Cuyo\";s:4:\"nick\";s:6:\"lechju\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/lechju\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/e86e4102a95850b0\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/lechju\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/lechju\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/583.jpg?rev=2013-11-02+22%3A56%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1HiiNDc/MkhUbhtBvbq87\nw3cxqjkOz8xtVkVZ2njSGcsPLJm53ZLUG0wBNyAvxFvetl0Cxr7MG4W6y1lprw1DQ\nFz9WeDAOWN38OmzhTS7Ga2TI3h+rUXcQmc+GNxlBxRQT8Witp7XIc6RDIffnPRxHi\njrFMXQFqfIQvTJS3cBeoDTJd5RccUooH+TMBkPhQUVFiPm8jUauPReQAP1h3aXjOF\nXcRmbCYS3I6JPQRY2XQK7QU0H9lBr0x+IogYNSHYWt8Fwt/+sS1RHvKhtIfezVJmm\n919h7kGLKR0eJ5rWnF2hqk2HYP67Ko7mX+cNzw25Ldsa8uGsUkaqQPJkWW6G7Pezy\nhBX9n2A8TGdLr7YidpIT7ce3C+89w8EE+dNnEV2h1T8dLfeYWA7IAm1pX1ve4fp/C\nVeAQydbzAaNPEHANeaPNLpmYs12+P49hOxPg7sGdmOOQpU50V0sxajqB3b1kBX5zI\nuHJe1pAYjigYh3n7v+271SiB1Ee2pk+VCPHl1X1spW1QWm66EAJviFWSVKKx1VcVO\nmvEhtvlDKa0Xd3DzhzTmQHCFY+Yy/IeDF5RetoEINCKq0EVkPBoWoSuOPlzUbNtVw\n06Sg9SiTjYIf39cnRJ5eysr/ogBae3dGW/uSRGA2mc1yGbGajSrX9eAiIVtdsV2lq\na5J5D5KCz6v8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:15'),('probe_url:1:https://friendica.free-beer.ch/profile/manoelnascimento','a:15:{s:4:\"name\";s:17:\"Manoel Nascimento\";s:4:\"nick\";s:16:\"manoelnascimento\";s:3:\"url\";s:55:\"https://friendica.free-beer.ch/profile/manoelnascimento\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/bdb93436b5a48bdc\";s:4:\"poll\";s:57:\"https://friendica.free-beer.ch/dfrn_poll/manoelnascimento\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:52:\"https://friendica.free-beer.ch/poco/manoelnascimento\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/734.jpg?rev=2014-03-09+14%3A15%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2k1ibgFHrWL0wHN5fbQqd\ncXwuiCfsS/EteKnVVJnOhRTUIVNa6ybmJtQd6+nsINvGUyKPOPrfLSwOa7/Ytup2g\nuXEM+uK7n2V30k5iE1DZ7FE58xKIJ09JyeTTfraUZWmNdUt4RxQmq+M82jgEnDuI6\n2DV+iE17q1t4K1VDq5p/Cx6m/XheMcM6M+7I3cDn6pvFMA+xpNE0Ltn6g5x1XewkT\nQLYxjV02PWz2NS1dGmHiNCdxWyIKVchylRUsNN5FLePtXiGJ2hHiKOa1EVZKQbGk6\nozuw+Qp62hzAPTfcoplELbjGTTMIDJz5RT5FA9BFqPouhC9dFWEiXIIEcEylZNL7X\nvzXW6ahUgEDxH+XoLc4zRP8/EMQ2Z2y2pLKvyrikzxOcCd7faBaBSpMKSgH6d0m9D\ng2mti/dzq+9mNlqbQocb9Aty1AVdVFXEDQ7i2FBnAkhguVtusm2zPRB6OwFl7ZpFA\nNgNxz6IGLLKiq85fB0G+6TYb0NbvJ57m0+uxn3AalBuPQerJVSzIjzfac0ddP1oDA\nU2ba2m3lgWVbJ58EFMKxiSci8E3QFL5iXzSNHHihTpvjeOn/31Lqtamm1BG5hpiyI\niQdFWtDfslVgn1LeoQAihTXx32LHZLbINnFUPr3XNzB4xXD1Lb4q8qHzQNxeH/vCY\n739pIOEjo7TECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:25'),('probe_url:1:https://friendica.free-beer.ch/profile/marisoler','a:15:{s:4:\"name\";s:12:\"Marina Soler\";s:4:\"nick\";s:9:\"marisoler\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/marisoler\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/e1c6cf1c8e3868a7\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/marisoler\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/marisoler\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/514.jpg?rev=2013-09-01+18%3A38%3A55\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtH9brU7mueoHwXR1vB/FP\npayBuv0yd8mP0/Ap4Zn3cZ2g4c4CxPkZNVob+hkRwjiXHZgyI1AqsVs8PCQuLx7aT\n414mKhzSpxjfgTA6AwUwUip0oJVXdp+tAFQr8HohJ0eVedAXm0d2/9SRxVBVZsdSz\nViD9XN5R9kW2AYCFxVv42lOTt+byNtrYgqqjyAxOIhhm6atZgFkFZl+xvLojwtCxI\nD0oC5uT1ZPmTW3C//b8xGh8ZiTAbDRFkxnUAQXiM5oFBNnDiUSyTL6JOS51CNsb+0\ngnumbWgtXMDfmqZDS/UXzm2hGovFeiQAsOPRttUf8+e+OlXuoXUsuzFYmFeifRGLm\n90Qt4qPwdGa56eqD1o9Uc0y5HlfvIfflgOnGTiih4T6e0hXQzMG+m+LoCcsxW46yt\nlf9nOMcuAVCrAfGOUSK0RXJrANLol7iZxFHqgrglte/UjbA3uS7xwG/5AZubtOtOh\nW0siTg3OQKev4ei/OuIwDWDHQgWHOmUI3GkIbxp4XfdnLpI9Xrxl00W1opJ0LNU7g\nWHT1SZWpUXl9UQIIuc40v2XkYWO0rHiQj9O6fV4yhez6dHQDz54MqyVsEmw/i9i6V\noWpvcOP8HtZMg+urx8e795fMwpwcUSX19FKrS/EsT1JiSGTGPlbX4hKv2G66BWjcx\niAVXNflMdtXECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:04'),('probe_url:1:https://friendica.free-beer.ch/profile/marius_katca','a:15:{s:4:\"name\";s:13:\"Marius Katcá\";s:4:\"nick\";s:12:\"marius_katca\";s:3:\"url\";s:51:\"https://friendica.free-beer.ch/profile/marius_katca\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/f63a522a48b40b63\";s:4:\"poll\";s:53:\"https://friendica.free-beer.ch/dfrn_poll/marius_katca\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:48:\"https://friendica.free-beer.ch/poco/marius_katca\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/143.jpg?rev=2012-09-10+11%3A02%3A55\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApGqPIrtXYktJ3mNpMG50o\nkf/X+Qf7FSOi+ODYHoVF2PXFPpSmdnHn6CbP8/9OmxG0TBW8xtAsQYFY2824tneFK\nwtzpbt0tCXlCPVfGyjXhH+cljaW3w1LDy1nk9EESj2bFtszwy5lfPeCTZqR+B8ixe\n1CECUXAb1UITBoL338awAV2VvuROCEGTB/fZAsGnk40osmAJND00snlV8SN9TJemJ\nky6Sr00FeJpREYTiOm/ovvFne25tMT6wUfUA2n0hxthiSTBOsqc0Qi7ijbaZ9Mut6\nTEcKsyZhAr/5BCZUI40paEuDMKDt5tWPIuuODY07e33yypwkCa/ucqqXq+qOCdO4y\nSr+ywu0CcfxbntjE3FPvAVD5i6stDL1MYZku2ZZaXIyyFYE1jXe9Z9IMbPzmdlMSz\n5l8G14/M9D898rAklp+yMzWJId/hK1iKbzmSj2MjI6HckbmRCHRPCvs6iZMNZFoVp\ndrqKog+BbzwP83d7JvSeFhRSvn1j/hu1XmaQhrRfgtJqWEm1xsPgWl2vUkIzkYPqk\np5EuSQXFWa0+BFD1qlN9zQBywNXs8fHEO/mh5mzG/U+GlZ5+0LRoH8SKUeKVqZr89\nrfkDVqxvlRa9w4wxxnAP/760bRGw/d/Vm0X/w5vD8R5OtFU6XPtjtWTKVb5jdBpxu\nJiuGH/9zjaiUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:58'),('probe_url:1:https://friendica.free-beer.ch/profile/masterodisaster','a:15:{s:4:\"name\";s:17:\"Master O Disaster\";s:4:\"nick\";s:15:\"masterodisaster\";s:3:\"url\";s:54:\"https://friendica.free-beer.ch/profile/masterodisaster\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/cc80847a02355083\";s:4:\"poll\";s:56:\"https://friendica.free-beer.ch/dfrn_poll/masterodisaster\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:51:\"https://friendica.free-beer.ch/poco/masterodisaster\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/855.jpg?rev=2014-08-18+20%3A31%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAt+br3gjlgXA4U9/etjMvV\nQJwebviefeCGRxNrc7c5+Ogxf7hU5zkRwFtQRrT8HxFUzF9VptCJER1QArJOFMWcc\nmiyN7B2t+UOMJgRbrLjVRrn8TjL7yh/s4XBbCkGqws9obtQBUujalTHgqmRjUtRah\nhrXgfyrcEyhml3gZtN9mH2q+ZBuUcbwvWI8fCLqC+nojAY8PhDEAuA+GZlrS9XwL5\nQxzl3BVMnxJEzkoamu59DbPHIabBVV1DNsF7BFLfJ/p4BqAV6ixhV1scieCHJLROP\nlROBur56CjbsExfnIM9JrYzyVNEsTrsTXNDUPUSAv3BUXipmNBUhoqZ8XmHAlcvcI\nX9oImx6LiJ8mSdFp3DmVDKyRbkOSQPQZxkiGhByOCwgpdED9eF3bbR0bPE4GAK4AL\nyQep6jtXv3m71rXrMKGM4khN4SFoBKd5AcjbF9pFD0m8BZgSasw+qceWxtQDQcrdV\nKOaVNdSDA6zKPUFhjOrbz45JJM9n5JEe/HpUsP69sePhKsGhwtozzO9w4IZV0LyJG\naO3huADy8ui5uhaaM09W29KfgWJ11biycgd28TswhEMXe9Rz2oNlSUF8id94R0z7X\nd07GqQzvg98HsrIJaVCbzHGVYVSyP2sPXgt9iOGjmm0zG/tOMDwuoSE6m8+i1mz9B\n0WG8F78KBLpsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:29'),('probe_url:1:https://friendica.free-beer.ch/profile/miefda','a:15:{s:4:\"name\";s:11:\"Marc Leunig\";s:4:\"nick\";s:6:\"miefda\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/miefda\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/059d8ffe084c5a51\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/miefda\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/miefda\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/675.jpg?rev=2014-01-16+20%3A51%3A38\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAt45Xz38tkLnZfUJWrU8qR\nNXsWPt+Rd6tMTFlvJQFhyNfBGl9ZX00V6ljdB2C6ruklNWjv5w5jORLF/O+NTHI+X\ngz2W7uUynAmKKyWMQAR1vcwivXWeeKXzG5yhWaLBlFHB1IBpQdtNN5TurTiTFHnFr\nmJAWPCAqec0/Z465eSVVy/7/q5smQKyWO43mjdnnN7fLn6Mv85e5SqHEKBURu+zXv\nNX+w28s7IefYe040e8QqP3vYn+fqTi52v+dsGWZ2BZ2DgY5MwN1B9GuokcsQhek4z\nhaswkXfXq8xJ661/bqGIly/8Y5CvptTF7HZPc5jVPOkgVJI2eGKtRei2IA5a5rFKC\nXFSPGo3gNKML0lojWyfolrmQZ3nM0KXzQlBpCghumgk6gkJQTcnSvKK/vRORpJqQq\n8sDYI+BAgGB2G+foVkgwbz32FtzroERaij7QdRnvSOTKBy6pbyHZ7ul6WplUceuMT\nmp62YI5k5FqkmwQHkaPHcCcZC3l6srzVRkFUoNL1DL6X9pNgxQQEbDqXocJwkQHKT\nrNwjpTocdYmkMEe2UQS8Q79OwCOiYfvufF/F3/W1iCAv6YITz4yzL3FTyvLx578LO\nQt6eqBYk9cRhFYflNVM/XvBecCtZthnj/xHNkD4dIO3C1PvSONe3QruN2VtG9hLJm\nF/7lcSU4fWnMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:22'),('probe_url:1:https://friendica.free-beer.ch/profile/musikmamma','a:15:{s:4:\"name\";s:17:\"Liselotte Vinberg\";s:4:\"nick\";s:10:\"musikmamma\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/musikmamma\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/bcea46165727cd5e\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/musikmamma\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/musikmamma\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/589.jpg?rev=2013-11-02+18%3A22%3A16\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwK9oWOPy3yArW5/OcM7c6\nW2tfCpgZ+ihkmdA3yaBOK5CBGVUT1Buk54AtsPzBZquF2zJffGN+UH/MQHpYW9WZX\nYHX6SlWmNOfNBeNR4CZq4doaHOa1Gpwyp/QgMJnHeGmgyNPTf7xMlYOujYeKi9Cqb\ndVj7vNAzuMyROlDqkmirmmo22vLzILeJxck1t4tHLKxqpo8rkHrYOWIvXLk90FYl1\nxJTYloeBJeYlvwpd9C5L65yp22THGzmnaLPYo43ySKH1pRQOEl6FLqKCGelQCIbVA\njeIIQGFAngJN+3iDpXMNqHZLiGS0c1CFIUemKEbj12ZbSV2Dru//Bb8E3LA4OsebO\nT1zA5b974j6/o1JTjkO0a/m89/eVfQY1AORUjes0qHL4xCfLe0YQ7RAwDhyNCJng3\nVL5VX8bg8agj6uBeB0tSNgYZMwWbyHweDVH5gIBDyvB3q7cBicFjm1RxoHRwDkurK\no3WbjvQgLiMr8obXyp7PiPJA3XnzKbNKqXq4SoWcjKGC5i1llY2kY7fHI0RwNaC5Y\n5og9mKGLeOuSSOWlNOaPndvdgTsZMz9pRvHyOUGq9YQbd7GomV9V7TdfM5E42XjxG\n/TVV8lM/nZ9S3Auy1TKu921MVSsV6AWno1h5nbfSYD8PXwXeMrH+TDHKG8UKI2+gI\nIJZSHPO0OaLUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:15'),('probe_url:1:https://friendica.free-beer.ch/profile/nk','a:15:{s:4:\"name\";s:33:\"Nicola Sisto Alessandro Vaccarone\";s:4:\"nick\";s:2:\"nk\";s:3:\"url\";s:41:\"https://friendica.free-beer.ch/profile/nk\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/a46a6fcbeee139fe\";s:4:\"poll\";s:43:\"https://friendica.free-beer.ch/dfrn_poll/nk\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://friendica.free-beer.ch/poco/nk\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/286.jpg?rev=2014-03-05+18%3A14%3A39\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0CVjunXj+wCYsjE8qx/G2\nzE/erRd3AifT2u6Y84NtnFAlMV+u8VbfEZIAafpCzZThNi1W9PYV2GeL40i5I+/rv\naA8S9HvLmGJUNYZ8/5AJIH0BxmBzla7gP8/cMNX+D3yOrVhTyUDUX4JXggNHE0Gjt\ncti6QB8yzwfZRJN8i0A7ylMgiKLo8hAiVwyOm4Hje6liFYyQSLiyNd9DHNoK2Lyzn\nGJHaFV6zQzWYrDjiEVHXkBmQR8CL3pTliHqfRYgi4cOrek6zjQB3IRF6S6NQZHOVn\n2Fu3rodolyIMLQUaBfPFtR27iO2RexI2DyJN97me5jiuuvEBd0D+y3AgFQugCjqRQ\nzcdUE4JOnF21/h+9dyJumlTglc2IgwF4F5ZYD9LxOyd2qVyHzFCkceEqukYSRx8La\nTVIrgZ3POL2pR1whs2vsDDdoA5w4yhBt+xxB8nD8vzxhFl9H0FM5GpZLei773d0kJ\nhncsQSPUnRiqPFXnM6KVyg2+b+autj83uwBOkyjv5lqJxxnc+xmjYll5vsQ40H5lp\nlFdw4PxSCLR4nrtoCe9sc2vov40OgJSIwTHOY3KkuFGppLHUm6hI1Ed7QgDCVE3R3\nb/Ti5skFKe5yG/l+xqFtU0K1Bjt/PcoUV2JLpj3Yl0QltLdvmfZnc7dNVVM+6VRfa\nuXzBj3/JProMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:07'),('probe_url:1:https://friendica.free-beer.ch/profile/ntimes','a:15:{s:4:\"name\";s:9:\"Max Anton\";s:4:\"nick\";s:6:\"ntimes\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/ntimes\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/b11f6bc07d3eb2b1\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/ntimes\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/ntimes\";s:5:\"photo\";s:82:\"https://friendica.free-beer.ch/photo/custom/300/98.jpg?rev=2012-08-08+21%3A32%3A00\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvQ++Gn+wgpzhydf73WJuP\nyHpviMOs6P76U/1ctJyirDRcHm7x+o3VUnqfIkwJB44quCP083fUA020NWbmoEv/1\nE5CKTOOa3vUcdl/3EW2oj6AjD9+3h/CVlSInboRyEK0oshDZJfREGGO1F6EHDty0x\nTsw587PEbZNdrRVCWRQdy85pQ+qyWqQA6QhXjkRAUhjifcWxzByec8kYrh3E6KYvT\nFAWm67QbyIfO0le+hBZRy/YmuDOx5CmGew7rkBmuDuG7k/tAbQQxTCPDYXvRmY53V\nBmjSJyV931gPmk1KZ+2zPys6tgmhm8nz0W8+/xynZlSIP04juOWpdnaHaMvmcD9rI\nlSFnZRlRizKfi4P9NkacGldLjecesZ9YIm0GYGQ4thdjK4dUSeDEzFgPuOujjxNyc\nkso3JbSqHgesjc5to8j8O9z12rDpWWTt1iiIdYT2TWtBwhZwph9lP3rGiJBCggX9c\nFlIxhSRL3cpIZFHUYixXgaJ/5GZaejSfqmyf175iHSp8CwnUJabYTAXM7j4W3Hbyp\ngAO3kPsQ/vXmKquifGU0nBGwdQWcFuWrKkGeSIbQXUMxKqSUumEYsyQOkn3mZBY3+\npVIIucuYks3y9IScxV/l2SxOxaEz44Max30dAD6VDppKllfKaI5g6QxMbYNKZufcu\nq+3Pr786dIy0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:52'),('probe_url:1:https://friendica.free-beer.ch/profile/olivier','a:15:{s:4:\"name\";s:7:\"Olivier\";s:4:\"nick\";s:7:\"olivier\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/olivier\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/5b5f450b9ae0a7b0\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/olivier\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/olivier\";s:5:\"photo\";s:81:\"https://friendica.free-beer.ch/photo/custom/300/1.jpg?rev=2012-05-02+09%3A02%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzO6Oge1F0HGvpCGZ4Fvd1\n2+oC7s9VK4sxPwYjkSSGnxNvgJN20BbxUcyBlpfOXoB3oOEfVUariUbrpWqRfT6z6\nPW0J+qPmUAsDkGWeu1s1TsF++atB/GHozbAkcJOLqy02ElA3axd9OUjlFbiBc0fMR\nJYuPWQHYRdGVbVg5H+oh06hamQW0RUt9faAkrYtQRx19E3yov1tgu6AOPbB6Ua+ee\nQ8J80iFtz4o6WyZrdmuj40o3cfpEbGzlOaeBK0+Yk4bcSaAKj00Xyj4v9ORuapMwW\nwyhVQo08ZaiLUddIkXzBvjPTDiZ6n7fgZLj4hoBTQJa3dz/HVmJdBLKW/XmAuTHep\nzy3eJdvEt59Mfl3ZBKMxg1jtWehEwL9f8LJFrAZIUvWgnQ5jMIakTNXYp3YxC1cXh\ng8DuidcKf/G3ENRmR/hX4R5PzYtft5sCudRUHgNrdKfnUkQeNywPM+kEUbV+MzOtO\np3DtdYVGkqrzEV542zgYPI6+QDSpPxeTFNwMGMhGk2zqntEjCNKac1TUwQ9GY1Zcs\nk68vLfArcGUjdTKHqLFaz5w/6stGmzUr9ZhFTaz1OWqMbVEdov9LHqerCAjpEDrIa\nY4CnwHuBIdgSg9pQMegVAw/ZXvRScrDhYJeNrVbom3+x0CM0CNkBhepMgoVtnaTDz\nUnQAXre5NRTcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:43'),('probe_url:1:https://friendica.free-beer.ch/profile/opticalrevenge','a:15:{s:4:\"name\";s:14:\"David Mccauley\";s:4:\"nick\";s:14:\"opticalrevenge\";s:3:\"url\";s:53:\"https://friendica.free-beer.ch/profile/opticalrevenge\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/cceaf1508663be91\";s:4:\"poll\";s:55:\"https://friendica.free-beer.ch/dfrn_poll/opticalrevenge\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:50:\"https://friendica.free-beer.ch/poco/opticalrevenge\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/746.jpg?rev=2014-03-22+18%3A30%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2SeUZ2Gz1l4t1jtyD+y3X\nbUw7qljHT7/Qsas9GY0xBF+WPSN4K+2p2CpTktzROvXMzh2gUEohLKseQgJWAex/Z\n4M+dt2O2pEWU/ZMDHw0B+yygh6S2YblqBxonaabV2JMqeTqzu1eUI+0RBfY4uM8Az\nra7N3VTK9QQis8kWM503R3wwruC7pdLOxZlruO/xS/rlxdOUvRMggPXx2X6CXJYBR\nNjJx9KrTanQKKdp2sNrtPKRGjRHoq3/9wWeXfbCsrjti8io7PHXsKxZcdDui4y6fq\nikHTaoZEDIJ/D9W0AXxldfaiC4CRCgptDTs5Je3yjGzIdbNrOryqik2WQpk96OR+2\nyHHNH83dLyA56yExwpyEFK43ecmJOcj8sZq6oSnjNpZyH1Tj62cMdYrGgPkkHXqp+\n3u7QAArpHpR6fa2RrwaP4PMKTVDPxbpsdXHB2gsSJtkKK4DbYJPCo/VD1sNIeiY/N\nHWpBVm2xB8DBc9nvyhhhiJEBxWyuio9fgCC2zQNFTgSZU9cLq8lrP4Kl4we9DaXGd\nsP7/w9wjgaiK6cYapbmmVnciBBuX0qxvet4kIZCpVAmW9p6JiKtC7Go0nqxNQffy/\niLoYEf1+Zr5pZF7YrpOr2sNpz4ZQtAc9hEp+pEw0sKOgJaHsd6nKuwl/XCLOFAlWV\nqu7/zHcOoJW0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:27'),('probe_url:1:https://friendica.free-beer.ch/profile/pascala','a:15:{s:4:\"name\";s:19:\"Pascal Daniel Angst\";s:4:\"nick\";s:7:\"pascala\";s:3:\"url\";s:46:\"https://friendica.free-beer.ch/profile/pascala\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/9a7f0101d0427294\";s:4:\"poll\";s:48:\"https://friendica.free-beer.ch/dfrn_poll/pascala\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendica.free-beer.ch/poco/pascala\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/268.jpg?rev=2013-03-16+14%3A39%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsubP859FVYnrbWvRkm5Ix\ncuY4s0tWve+ukI4GgAYJGH98LRh8USayn8EjrZSAHEODFICm6gzEr3kcno8RNAti+\n5jp/ain9eZJlDUeo9vx+sku8sY538Xm0PT9rACVhHSz4ncrg5Yvwfp9bXvlpUDbO5\nmdATfQgPfbw1sxSroz4rnI6RwaNiIibZvy0SgPrYw3dXYt/7bKxZhMcAK587iLHPW\ndDMSHxaGhLpj/2IDLm1pHj2Pe/BlJnQ5l4ZaISW7TgY+8IJU1rkNoUNrSZAblU8U0\nUw2a8g4UXv+meIlm3E455kIl+AYd+qpauyCPC+mUA63hWeA/BtG3zRcADf9AjcqYx\nKlOArwHiwZoaEaN2/EQK1f0+Mfubn+R9lu5e3abB4HEsv3FHdVzlbxsokQVcrvgKF\nN+Q13ixPUa/cEPwlBbv8ATvWjODCzdQ4bxFi06Xl9PeqHk2BgRsWvbqMjsK/hZ7o8\nyRseTTq+RcFGXhQcJagkjNHRIZQRAXHgxVQS97OaMPJFVOGK6g/rHrUyVPhUMTHe2\nJfdhz8rPOV6Gd4pnfNxMkMpzlc3sHBVJDGkKYo1iVymGrbgJLnKBvZATQWIqIFA7D\n4bN+/cwqOHBAq08ddc+uIyb1p+pKgSKCReGa149/BuAMu5bQD1eXM6fYFWzZDqQbI\nfa3R17pQzpfMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:08'),('probe_url:1:https://friendica.free-beer.ch/profile/picaflor','a:15:{s:4:\"name\";s:13:\"Picaflor Azul\";s:4:\"nick\";s:8:\"picaflor\";s:3:\"url\";s:47:\"https://friendica.free-beer.ch/profile/picaflor\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/8a0b12f9b79a2a3b\";s:4:\"poll\";s:49:\"https://friendica.free-beer.ch/dfrn_poll/picaflor\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://friendica.free-beer.ch/poco/picaflor\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/549.jpg?rev=2013-09-28+15%3A36%3A46\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAu1s27SynM8IjcZVZ6ZZ3x\npPeT4DnY8Yn0AqFEhKMBQFiEZ4aJPS4XooLQBuqhprq/jk2csoNZNnyCE9T469TK+\nCEQDbtY03sin+Qq1Q6NQ/xrTM/t9IR2lPTmqU6+i+ubHy19p6baIZxtiSvLmvfBUM\n9LHYfF3GPLcgbclj8eC57QZHZCSC2TsLhGYk+5hKk72caCrYfD+1gw7HutB+rl5t7\nHpgtlsQmDpg7K5xgHRuIHNkQcIc+LwrbXP2bJzrEuMCHbJuW1puM0L6xdMZizqVN5\nxiON1qCuSbAQCIh5H1R4LakUQ6HSNQUw6gp+ci4HDxjs/QQnEQgxQWtvcdqJQ7lYv\nJDVePJEpdsZ925GSI8+v9V5YH+/2fiNkyNI3a0LZ400fH8pHJUbZ3jBPEdgo/kVsg\nIBxMuTmEIRTbb2FESttcMZXcnXAmtN6c9bNFoJULNRNiPnzIGlUuO419xV9BXSQ48\nLYzwZ4jtk0z5/hbvKoEi9wB1RjfE6cYx+HvvT0hkD0G6F70eMA5q+9dfS6ym6zdFu\nPlPZ7sdP80NVR6w9XIzIGIkjZ2YoDMhfvwfj1z9p7y+qMicTa6+rmvScVPdbo6VDK\nTlHPoB2UwXSfxBSJI350aazYdUHVsFoD2aiwEbLw6gzEtKgEikDy4QQTlxaylK6Oa\nWICsGW52gSnMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:13'),('probe_url:1:https://friendica.free-beer.ch/profile/pogonator','a:15:{s:4:\"name\";s:9:\"pogonator\";s:4:\"nick\";s:9:\"pogonator\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/pogonator\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/7d03007b5952caaf\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/pogonator\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/pogonator\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/396.jpg?rev=2013-06-22+07%3A51%3A38\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAnTo4Ft860rkvXsajQi6TH\nQdezDt1voLi5Q+UcTMq8kYxwo4CCfvHwUdXE9sD0aJtMtTln7gk5pBiJeXs5EAbaA\n+kffqI2svQkxcx0kRBQJYrCp03G9LXJR97RchKm6WAz7zzBDr/ij38sW3WBY0DCrE\nMCohNtmokeiBiYRxMWag6GIkWgqlqBTWo4pTGbcImdEJVO7eyQN9SJkhys8Ts3i8f\nqhP1GRUIWAb2qIVeRG7X79bdkNS3lMiDgO+uCfS47ftYUgoMwObEFcJ8nyAgdcYZA\n6xehEO98njGjt+Js6uBiOTAeM8tGYwboO0oQx6/rH6IDLlmB42pGR/Hyu+tEODPCm\nydTelHJG2tP0U9SJl0+wWBJnI5+5lcPJg8/NioTbr9pLoybTlokmzKa2d8bFVdtCD\n3bOX6wIo4ApvkZYsQGEauhrIeLdeOrpbkL/JXV2vEyGeV/mtSsF5wdTvUIrQlPHkS\ncRmR2th36oeenzWEZNBYQWVxusM1Yqrvuz7yOKMt1H0GV3hGn8XoqPS0F5zA+kfGr\nS7rzENYjAyXupfI6yxRmKn8qedPbCnYn3+4tkaQ9D3SGhpmN6C1C4YHxiGW0lcmn+\nV0cCIe1H5m7IKWSsTkdXqd5bvEVOkTw01cQ7ggIcmm4MFhY8onLk78Lw8Rx4iQBaA\nvxW3RCYZRlkECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:44'),('probe_url:1:https://friendica.free-beer.ch/profile/red','a:15:{s:4:\"name\";s:15:\"Redrick Deckard\";s:4:\"nick\";s:3:\"red\";s:3:\"url\";s:42:\"https://friendica.free-beer.ch/profile/red\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/0649e46fe2debcc2\";s:4:\"poll\";s:44:\"https://friendica.free-beer.ch/dfrn_poll/red\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://friendica.free-beer.ch/poco/red\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/724.jpg?rev=2014-03-02+17%3A12%3A30\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxmUEdiFPPbD2qr/zYpRuY\nMMChpA8xzby1GMvhL1Zgq+uetJqizH7F34WKhHEQjN6Z0j636B+TYXZcYQCyrRs+b\ngF/pKFJb16HgwHqj2lyJpf0+oAmM8GW3GqR1q+f2bv1CYEOlNLEqNv2/L/m0gFl9l\nCNrEmhuC9EZXCnC1Q2tHwU0+bE3VLMfCGzy19q+cI/AaNnHrAFYD1Pc8D3UhMJ9Fb\nwXpE/wNs0qZIphlDnrc2y8n+uHum1htSKfyY8xIq/1lhN9Vlkprlmxepob61YiDOX\n3F2JEazJ73slICRbqXP4nztefTJoTq61RXvZbYDS3w+4chFYb51a4A3lCqI2eA0Z7\nksINMrTuvRzeUBio8V7pVTyqjhDPo9hrzK2fzwA0Xt4u1Wpaswg7Wl+lwB5K93zH6\nna8esaQ6hjWaBnDhW3cZzjYYU3nlzxFRmcWzEalrAWGSJTjOcexlnXJjfbFlUSDpt\nbdsU4FLFrX3zn+OvOBuO6LeyJP1JHTZTIrjreJDAkby53KvkFiXS+t1cMDCD4/Dhd\nJ8eN8jrZJUghiCFTjFViBp0GL5PcEN6fWkDXd/RC0N+i/rHKk5X03HFxLfRlo8v8h\nC7MqaaPHGdEJRh77d05WQqJFJlsXw7idJo/CeJf8vHBRWs1v3XdqEgYn3dqlg+nIg\nq16QdEkdDU00CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:23'),('probe_url:1:https://friendica.free-beer.ch/profile/redleghorn','a:15:{s:4:\"name\";s:12:\"Romoli Marco\";s:4:\"nick\";s:10:\"redleghorn\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/redleghorn\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/7b9e864d95745916\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/redleghorn\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/redleghorn\";s:5:\"photo\";s:84:\"https://friendica.free-beer.ch/photo/custom/300/1270.jpg?rev=2014-11-26+16%3A57%3A51\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwsuFAfdoCuA+7lcvE7Ld1\nqNJ6ANPBukYjv9Yi4yY7pKNSr8pFlnh/CfvTjwLPyuZtwV9a7G3TbYPfrNg0XUpyd\nMh6Q4wxXoxjGwb7j/T25ZF2oCrN3ux9jv0/OGWUZr7afWc2E/oOtcYkyw6O/Z2Q59\nQl0YSoWbT9X8STAODFFniqqvG2omanAsdqfJQmkUlSV+KWkxKpuaRk39bMD1jrTWT\nvYRyzfL73srsHHPpaMKgQea3o42KI4auNuZYeLy6jCFDtSIqtW/Q32+0QObmJ6one\nNkvkFiekUj8alYxkSdm0uU0+Zm9CU2o7j4eGj3+d3+KJrCsp4+d26+WSV8g0pJvQ2\ndVDtp3AL2olq+mMMYecavdePpkbo9HltWTSF+77M1vA1ovaoPqcV2kz2hilNLtWwP\nSIKz4+qPnD7i2QC4Pvy+CBg3YGO66L5Rf0idfwNqKwgk8OvsIcvlooJqnp9zbMFWT\nIvvoEezi4dTNnJXsKUX+T1r2H4S1E6KZzk+VsfM+SQVhYzK9YvT59PEIYM3xXpjlQ\nkzg6cUnxrjEr/ebm5xQKNidzLOtwW8+fF0FtKrzqrqJ+yeRihMfF2AR7MfYpi4e/H\njz1mlNfArZ5WzKU6uLjKfk71SeGizo2xFYarFY5/7lmxccDf5cYLOneSDd+iMim4R\nUKx7ehwH3i2UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:32'),('probe_url:1:https://friendica.free-beer.ch/profile/robrob','a:15:{s:4:\"name\";s:12:\"Robert Bonie\";s:4:\"nick\";s:6:\"robrob\";s:3:\"url\";s:45:\"https://friendica.free-beer.ch/profile/robrob\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/380a0723f8a496c0\";s:4:\"poll\";s:47:\"https://friendica.free-beer.ch/dfrn_poll/robrob\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.free-beer.ch/poco/robrob\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/138.jpg?rev=2012-09-07+17%3A57%3A21\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyTQZz2ttNtLN1Uyoitqk2\nGQ25PaTqpP3gBClvTP+l6Wuw8R6MtK0cZlbwTPEKG0fPXaYGl3k3yas07Yew6a40X\nHe+62EM44vAgBvmgziFhqdDIeqbwiDJhzn3fgI2E11hKr7v8hUSnHiIDF2EoyGLkp\naAmrgUUjukJcpdBMY31PGSx8UYK3U0R04zncQqhlnT+muW7UyAOuPSVT+3/qzXseo\n5lRwLVBvWj6w7+JTvT7wbaqVOai94E2zk/KCNYDJFZF0CAYwoj1ox+dfEe+VbxK7C\nhOlzb1dgvQZeaGzsbKHIKksTm8rYVT1RDKq5Q6z9IREIJ+eQZPThrIL4WDxfKJuan\nheNx+FACKKx3pHYVnEr8Nz0lbyNnm7cpONHgzCLFWmgAFP1Sb0456rBqrBgbwO0Z1\neM4Uq+SN1ggF0lROjy1GV2lg5s0QQMdxOPUF+s6kZiBAnl98VJiy/me9VKQSTLCE4\n0BtPRq/3iQQPQwWXK0UHb2ETiBS2dB6/Xza/GiCISYIzU6A+wwVq3cYeuQhMUcPzR\nK7E3zNLPcOxpKssbFn6h+6FKwp1N2UOi/cvjV4bfWAna0cijd1VEk9MyfteCjoXIW\nQWNEuCIbAnDawz5uJgRherWG8epQhH8hTOO8Yhu3N8Y3IDhfu4+plReJFB9AsuCa4\ngyTdoBuBVDdECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:57'),('probe_url:1:https://friendica.free-beer.ch/profile/rufusson','a:15:{s:4:\"name\";s:14:\"Fergus Ferrier\";s:4:\"nick\";s:8:\"rufusson\";s:3:\"url\";s:47:\"https://friendica.free-beer.ch/profile/rufusson\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/a6a268bad7ea78f3\";s:4:\"poll\";s:49:\"https://friendica.free-beer.ch/dfrn_poll/rufusson\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://friendica.free-beer.ch/poco/rufusson\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/146.jpg?rev=2012-09-14+01%3A11%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvFM+RIar2WI5j8CgqI3Vr\njp4QUNJ/TNsTNqa+3+sxEC2JMmRcSeeF9vFv/C74twfbyoJii0ujNWx7cLSSFNBSV\nCwUUxI8rQpSlYVqbznu9Zw7Pjwb6n8sYxLAR8h6qeuE7JiRQWhJaPmFBXi/VqHQO9\nKCTm2UYqXkl9fT2VaYCawjoIyVmXHKlHUMG+X+I9nTzWMAEpayQexiUfFilIo3DpQ\n4awdBut8+sKNUO2Jz8GASNDgowuOKGDT+rn/yGGbsUv4IaUWMv7ujI74+Ia8ZvsMO\nxeFa+A8GkVZnz1Ccss2DVMYTP/FcwJeJz3bJPFWMBIVf1NVPOrPt0RP1D3CFhi45Z\nD9OVG4jRLQkk/qtcy7AelvZ4R9y2Y1lIhSxtbhYXCNd7yeTuqfZ1PFafUiSx007Rm\neCV3ByT7Q2bhmw63D9luycaewk9FErjZ38vp77guSuaLhA0mqcEixGKKWGSP8vN2F\n1SZ+hTdXYVpUo6fsdnlAxL3w0RjYn3DOmn8iINg+bN/cYaGrQbdA6k+D0wytwX4r4\nvAXeYD2oeBzfDK0MrR3T4o7aYbumjtdGkjtBDLKv1JwcCp7i6gmOkFP6BIROLCWtL\nH45eMwNkO6EfxelueNk0aDa0JGxNyrP75cIfilhTVLoMAT3PIzqg7/S5C5O8q5GcS\n1bGsqXLtB5f0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:00'),('probe_url:1:https://friendica.free-beer.ch/profile/rui_miguel','a:15:{s:4:\"name\";s:12:\"Rui Bernardo\";s:4:\"nick\";s:10:\"rui_miguel\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/rui_miguel\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/f74970a82e224ded\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/rui_miguel\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/rui_miguel\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/729.jpg?rev=2014-03-05+15%3A46%3A11\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6ydMDaStwKPZiQsc9DmcK\nyJmi7IQ3UfaLNvpa5z5wNPD6OqAh2kmionXW7p/EBypEAGBPEmGiVBXLi60ncENh3\nUvQp5EU47bRAxIUdMA/s8sHyuova8SdKMHPn4HHpS6MLY0yo/zrvjnlky/ApWhelW\nOPVCWHkP5by2fruLc6h3oHqTVobUHopPZ5iBgAScHrguhAO1mzK7UQCMqDGPvwjGI\n4snOiXM8k5Z5VEOl0LMpWfDfzFzh4LUhuMwcsENQx/AS7F79ncrIhdXM14IQouhf9\nfaoXcgN613syZy0SgrZiH0sIBBUO4OEnetSsZevqXOfXm8Z70QMss735KeMvPsrI7\n8a4YViXuiXmABue5bI0ohEzp7ZN5wTaggB4KOTcwU17L6E/E5tbEgVQ9MlHovccV3\nYWEd47N81r0KPHR3AmTg2l9z6A70GWbcohLlIVOVM5sGPOYA6yocCCMBsyI5HDfMI\n7xoJPfz357sU4wVpct+jYWadVE98v1UfUUeJ+gC2EAFm/ObUH32jt/U0Cpbpeh28Q\nopMHrzhBW+rHMXZNxOmE13oweECv0C8Io1Lya7cVCe6CAyV75A9gakW7jsjgXPgHp\notqOPr7fEwhma4mbO3M8GAghNhz63tFiJi0FdHOa/s/U/YjejpQ8ggBI/ptIEMXnE\nq/NMevrJurtUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:24'),('probe_url:1:https://friendica.free-beer.ch/profile/sebasped','a:15:{s:4:\"name\";s:14:\"Sebas Pesersen\";s:4:\"nick\";s:8:\"sebasped\";s:3:\"url\";s:47:\"https://friendica.free-beer.ch/profile/sebasped\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/e3d4b2be642b476d\";s:4:\"poll\";s:49:\"https://friendica.free-beer.ch/dfrn_poll/sebasped\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://friendica.free-beer.ch/poco/sebasped\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/714.jpg?rev=2014-02-16+21%3A33%3A10\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6N0RIns/qbzVptEUGlIQn\nYLo/M5CtU17OKagH9AcVDhrhjurAENotrs2U2InRtLFc9serbGInlNCxEmbVBjDON\nIAyGxG9oJKrLhOG+3xUtCX9SEA/lUZtC5XR7t78mXqtqsYW0LsM7Gd7+37gndEyPw\n2mE/M4z1Vo8UHrS+roVFKrkJZhY5NZzV4chjG/SbDBr2xaaHGSDcyIjQBKwu3NKlX\n8tGKdxskV4todjduwNVj5ygtR5VGWE0h42NPuwE9XxN1lOCPWui7hYwslAz0UP/Yk\nSwImt9PVJWjmuzxo8Yt2yKvosoLCDB/VEN8XilG7OOZkwLQGWd6ZY0Zac9UpVNA4O\nHPmGPHI07QTjltzPRshDP86rDS6HITWOMDZ+KgAWAYnZ/g7jd+W88XbbYLxGur+hO\nvAU5TjhY5t88zWGi3q69A0MxyFDHlHeuUf9BtzrdfBblB1Jyw9biVwkw713YXDJ5Z\nb1YGbtjvvfvxQyyv7JZP/wNHEsy4l/hQXCasCi9g0MKtm0Pi5jmMAY2F6TZdhxDWj\nyBHAcLCThbMwlA9rscQEVEEPdpCW7dY9qFdDrGTk2ulCuHG5Hl3hWRgMAYRCgF1qg\nvWNmFICDsxY2+T8Y/sxcI1yg6a6t9RvlC3IeKlBWbWZcXqQa6lmgPbKzmC8qN9qNC\n2BKOuf6DDQCMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:23'),('probe_url:1:https://friendica.free-beer.ch/profile/shiroikuma','a:15:{s:4:\"name\";s:10:\"Shiroikuma\";s:4:\"nick\";s:10:\"shiroikuma\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/shiroikuma\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/0b0ae0827faf6fd5\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/shiroikuma\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/shiroikuma\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/334.jpg?rev=2013-06-02+09%3A59%3A35\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0//dYC6puchRRtmr5N23i\nSTwrtb4I1z6qR9O6BzofHLpWL4rgQ4O4cO5r+3RLUmpgo635Z1QzTeGHSE6YjT3Zh\nG8elSEUR8Ca20OAPpd4wnzcWyFPPNLQFxyY7D13hfIlyoks8C+WDppulRvUv2QJAk\nHirrES7pjxZFaxsgPTV8PDqtfCY+4mgctn5cDMDFYcl8VxhJpOWYLbjmegQJY2YKz\nzCOxRTu6xCw/93KvwXbYXQyDauy6tInsBmERUAZnLVmihB3e/7UDKCE9WVxC9ucpT\nVtmnLjGf79gEmI6u95ge0mEDaoRyzdnuW/Il43H4jNCVbiwYCjAYSY3ZZQ3jw6GyG\nMy7K7QaQ37LskVYCgvKn2DbHt3MdIWm7vw+XmtaJ2XtFCoq9KQBvQqgSTXhNSql1J\nKxNqQHxrlElj+TUS3MTJiyoDEL995m6oFPzBLWhFw6o68PwS4SRxjI7vU7Z8nRw8R\nAuNH1qNBwBOrSop8DDckeb4wwTKzLUKDTbUyJcIQzetz1Y529Rqw6s6kW4OGQJOJy\nHF4H5pCSWQSGUuG/EeOvAoW6NIx+w6NebFs4fGmSEP1kG85SasadIPHPFBWQ9LM7/\nPz4Rd5+gsomZuYXxiHh2gTnq7GlLsVwDqPG5RTMwIZXeqJpV9JUwpj2y7nHCM4AjZ\nDdqDcSBDWOE0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:02'),('probe_url:1:https://friendica.free-beer.ch/profile/snapdragon','a:15:{s:4:\"name\";s:31:\"Bodhi SparkleSnapdragon Goforth\";s:4:\"nick\";s:10:\"snapdragon\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/snapdragon\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/9834f5764710a04e\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/snapdragon\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/snapdragon\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/494.jpg?rev=2013-08-15+14%3A51%3A39\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0h6UjlyAUWxo2V6lU7ZUo\nnx5TJVB8yop7pXvclh7iznyiv1YVKQrCWkrKXh8iquX9V5tFL++OrnzblYxkc2bWB\nPiX1hxeH2pqvuM5hHHe2ailYnrbuPj5+OFXMu9Nt3DgAobplUPTOjkBZXyaGhKRPt\n1/jlOpvlEr9p6ZYSlcx6n/xWGnhxTSK5htcP4RfPYz1mxFX3JrtdGFWvg6tD4jXUr\nt1itnW66Ohn4KNjHnU7S/5a7mT8wryavmzPsYHo6DgvTMOHdaSAgwN90APZmr6xOY\n8p8uijfN1l75ie+dZ3uk57siIW7S49XVhX+7CccEUVhC4+U3OVkKGo6US2go2o5jD\nt7eI7hWGH6Ds2v5kNwQ+fAovAWdZSRGwsJe+ipMUnzpbmDMpMoMiLSA9Qq/kWHYSc\nVTfhZAgNsW/XuEXnCYcxlJKypfq56cDjVBN+qZG3vLwSicQwW0S7pQf8D0AB8ymlT\nmLZ/WW1S7AuQUmwjw1NA7eJRSOz5euBpAt+rSRBvLMJlnL1XxYnpg3Nnm68+Dq+VC\n/Pjcr0/UGcnRegftvpoGSVFCQgwhag6otismAjqS+9nTKm9cpxRUFBdJxtIaB8wDu\nxRmAnMCG1thK7Qrh7UkltFiNNYREqP0yGl9eCEA9pwgpY70YBSIhN5qSEG4u3HAZQ\noXJe5fs2iZTECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:09'),('probe_url:1:https://friendica.free-beer.ch/profile/steinkampf','a:15:{s:4:\"name\";s:19:\"ѕтєιикαмρf\";s:4:\"nick\";s:10:\"steinkampf\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/steinkampf\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/d3ec65e4b5e78eb5\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/steinkampf\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/steinkampf\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/652.jpg?rev=2014-01-19+13%3A36%3A41\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3S+IqfmT6Cv9xrEvNcsj/\nJQE492FEP4YBEu+r5LoGbaK8udElsEsBFidQwmHkvB+4SnQrSHv6tuNamT0IZTMuW\nrCBoB2Rrv9IIyO0gdJJgSSEncb+XLw7Nwlwh5wB6RJjYADfAXt/BOC7smNo5BMhNn\n9r7+TUDuwJtJjqsXuhTLilEkJjysXPE+imhPIVq/wPDvwl82wlqemz77gkjGSj7jE\nND62PkrMG/6enZGHgPlqkg7VBcau20VpRbz6OWBw+qpQSFkr8QHYAFQ0mlAuooA20\n+kOUvxS6dDdpv+TcRG5w6ZtlaQZxbJCEPYenKQzLZ8/chEiSNDTtl2N/pKrYgLKUl\n969l4WX9kTx1dRCLqoaOQzJIeP02rFz/IsI0P6+/sy3AXMlA27bVk3P35X+5/1tWO\ndAE/sm7kwNkjbnerVwX1mg5RCeL9ZTaTPQmKVlOBL0ngvqD3fBq8ZREEKs32OqGeg\ne/F5ovLZZMMPHZexV/gZDdKG16jxGIKgS1pNo1bhk8yVJM1FeazxP7DP9Bvi6gmrq\nilYu9noFV9rv8IUOlSx9LEk2iM6d9w6V8scNk1MjoKQPpBra8ZeOHJCaVIUPNylVD\nLBcT1BFekI3Znc4zzSKFdu/92YSwsW2bv8sP0iZGgtmbdrvvgbhUGfLc2YJP1+Jwu\nrgk4gjgoTu4UCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:19'),('probe_url:1:https://friendica.free-beer.ch/profile/sunsunich','a:15:{s:4:\"name\";s:10:\"Sun Sunich\";s:4:\"nick\";s:9:\"sunsunich\";s:3:\"url\";s:48:\"https://friendica.free-beer.ch/profile/sunsunich\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/360eb19714a3c7c5\";s:4:\"poll\";s:50:\"https://friendica.free-beer.ch/dfrn_poll/sunsunich\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:45:\"https://friendica.free-beer.ch/poco/sunsunich\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/337.jpg?rev=2013-06-06+19%3A54%3A58\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAoXvjGQlnrGB9iGYlXc+2L\ncuKGlA3PSPbrFnF5TwWn/84IJQVg6IRUgn0PTmi05XY4fzr63nyLzK9MJCbnlBddw\nvV1r/GFvLeHrKRxYIdq7iHZ0yZFKfD4TWUDPrsSHIuVg2l1N9DuVuSRYnwo75sske\nQRzSttrBL1eifbiivajHKOKoY5fOtMBaytYVwrghMHXXx/nFFoFe9TXUCzhIwxqxO\nkrQVK2k2ZtGJyrQLPxY3R92EiMYKOVcztB3y6qPSATePAApBiueZApRCkXCISXsHD\ny8x8W4vEQc+yHXmYX941oM3EtrX0jPUQVn1BigFHDEzRZTDijGvqm53061Lfu4ESN\neKog0wJwvaqc4xTbrFwTK+8VW1+Vx6fMoImMYv4HTgTT+7a1e9TiqBHb5b+GdhFUp\neg/dPYkQUgRPBvvXOWnWEAiej/fsycn/cTwtIWvMA03nADo8wsJho+QscrZZh81xc\ne5dy3H/HrgqpogA8CR21mZ4hxvruxjiF/Uv7dZEfPNIpBSDOHqqYi6A/RDwrMKiSp\nDkuk1curwDYtMS+UuJP7hiWWvkghrm3i56KNu9OHDnWvgHswQhxD8LZR6kjhLW27T\nWLfy2hYcF2Mq5euhqhYbQwu+gbcnFV51z/CnhJiyfraH/z3E8umC4iEFe21SaqXOC\nZvNm5ov0BuqECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:48'),('probe_url:1:https://friendica.free-beer.ch/profile/temsa','a:15:{s:4:\"name\";s:16:\"Florian Traverse\";s:4:\"nick\";s:5:\"temsa\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/temsa\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/be4b2b5485f201ae\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/temsa\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/temsa\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/548.jpg?rev=2013-09-28+06%3A16%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAs9WQTD2qYDNc6c8HwJofI\nCo5qoC6Me3SOpV8WbZXwFioywAjKqpGkfZ6acPFQ6I+3QTCN9Gx+WSGnaV+b+w78t\nQbcrcO7f/SeQpvzVcceohK2BSSGIduyONXsMH4O9p3erVzO/cZv1//f08Cat5zUJe\nSLPS1kFUxaLGz4ugKegjVhmYbK0a75rKnoTwBJZAiuEEL63o+qj0WJ2OcHVKn1sxz\nBVF5ex5vEn1IcYkalGxiG9dDgi5+VB4otedXTDKVwmU2Wg/VZpqikZOSfSGk5Qs/d\nrpXRmQvvVYblsmOtpOTKoq6x1AaK0CnMmYvDSSIrwODbpZu/FCNKLEQr+xQN/5KnL\nvAg4GVuSjCGMornE2kYW17QElsPbsSitqrkIiiDgqMq3CxX92LPcvW/oR80AaXd/B\nQFVZ9/bBqXKwo+lTU2NVrqwyecrDcopakQh9HqiLlVlke/MH1gLeqgkGjukyO6voP\nacXGEqFs4lD5f0PPpQlMaSA7zh1j/nHT6elxFYhzJAYkVNW1wz6FEkD4r4QPifQMy\nLI3jbQO7YwqagwZczfdVSW+yB7RM73lHGr92C0XOWAoog52k3fFD5K3JtkvMf8rvk\nSNHILMeMsuZG+TALNtbjukDEf2J+sBLgQxQ3cTbZLPzFaSG4W5OHVcLmYW7WwCK7T\nELCHO8aJbIm8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:12'),('probe_url:1:https://friendica.free-beer.ch/profile/torsten1968','a:15:{s:4:\"name\";s:18:\"Torsten Schilinsky\";s:4:\"nick\";s:11:\"torsten1968\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/torsten1968\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/1afc1759c98d2467\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/torsten1968\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/torsten1968\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/107.jpg?rev=2012-09-18+11%3A17%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3mRei/n0ebC8aG3XAGSm1\nPVpotAhnPIYCgzS2qbVrlmVhtz2YtnbCBX7TudLxvC9f7war5v7tmEL0Tlex3pdjN\nDoZuj1DuRV1ClvocXNhdw7WKXsRY/zaLlSK+XTrJgd10QCo96yEL41xPmsvTF60so\nc3DiMc/3M7bjJIaFYvOyOtkZymebmNV5MznRzxs2q5+7DY3+mXsUfROOJOXIYfTeq\ndQ1DLPU2gdP9Q84ZohuBvtca0aiJTkZYkrsUrVRcBqjqJ0bJeLdJjsV2tW9S0bE23\n11S96TTOHxiLPF4Ae89G4bxJvl+0wkXS6i3vFHW3gdnFsuz22BoiC8VMq8KG8Tz5D\niLmf/j2KLNJ0J4oQ3qI9JVxXKyCFHuSYFwLeuMc320uA5hmadkXxxjSdx+KaVE/xR\nzQ2nF+vjY/22l8RWdZRW2PzNoKOk+p1reZV98h1AJyqxcsuGIQu9oUJgrKKEvtHdv\nOINP9+vES7BMpZKotMjUQk3p7nwUzuCXpmzBU/tWWDzA/XKxPu2OPSKEig5RghXC6\nHvshIiSB3ijLBkw/IBLC7oNQKMiG8pspAPpj/HtLfhviDYfZZmIOdyQAp/cFXbjwQ\nEdkRqOUvY4lWO0kXOpCKCh0teqT5B3koxTHASZDoQCar+NP3paQP6zcQ1bY1Seztm\njxMV38hw0gl0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:55'),('probe_url:1:https://friendica.free-beer.ch/profile/vaugs3roty','a:15:{s:4:\"name\";s:12:\"edson duarte\";s:4:\"nick\";s:10:\"vaugs3roty\";s:3:\"url\";s:49:\"https://friendica.free-beer.ch/profile/vaugs3roty\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/9615a042c260c95a\";s:4:\"poll\";s:51:\"https://friendica.free-beer.ch/dfrn_poll/vaugs3roty\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:46:\"https://friendica.free-beer.ch/poco/vaugs3roty\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/570.jpg?rev=2013-10-13+18%3A01%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtd/GlFYQpyEoFDaGK4Iv9\nmQdjtvkN7IYNV+w47ZPgxP+OL05U24wwPmqS8a2NZzFTgTXjYThIeOns0JSFuLk9u\nqH7IZnfWkRi5BQB58/qzeCgtEKu3YZMrvIOBhXpRoxshQK2+7H3eN4WHkBYYa5QVj\ntnDybcD2UzblNVDdIMSHEAmMFfrP27wdVMpqg9Xmh9JI4iQFY8Kf6xvBlc3gkP7yG\nPK7X2HhGMl5BCp838Ql/6rRuTSH7RjS/UjEN0tT/ZvWmI6ghU777lcCfWIgrR/N4/\nhDA3jR8jc9YtomCVBbYzl5dQHrr67IMybIck50FkntyW8/yKYlTHe7oIGow7edMxa\nx0UtqOYBr0a+Uu87kKWTZbAxRStNHHmq3Uo4cwnWtBJlGUOIS3LgnO/h4bOwmXtw9\n8HMoVOxX3FvHd5osH09G9TnMc0WXbIChzaXlrky2sKTrsqUVfCVOCAMARkZYbuMAH\nry8GBtUEvNzkz42Lbr3Q+Ajo8XDG/fIlzf/LdUwf2wWh/h5E8LCOFNiuZLHXTWKxa\nAQ8ZofK22JOD4zH2TSQWDBrdf1dKUwTPMk3hh2RS9rjeKfceGQFeb8Zf4mueLYSEV\nVCdXrObFyGSk7dJjyNYNGk7nu4ytlnMYTDwT5a6BVway4a6u8zgocF2LywWNush4g\no/L9hhGHqW7MCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:14'),('probe_url:1:https://friendica.free-beer.ch/profile/w2bh','a:15:{s:4:\"name\";s:19:\"w2bh.- free-beer.ch\";s:4:\"nick\";s:4:\"w2bh\";s:3:\"url\";s:43:\"https://friendica.free-beer.ch/profile/w2bh\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/737fbb1b26914edc\";s:4:\"poll\";s:45:\"https://friendica.free-beer.ch/dfrn_poll/w2bh\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://friendica.free-beer.ch/poco/w2bh\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/104.jpg?rev=2012-08-15+10%3A52%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAt+9nHtc1JTMK1l/Vr9vTA\n+Y2RpBfnYQ4K7REdo0ZzugeqXOxN/Q7tUuNep2kvy5LlMOJj+1MtWH7M5oeuAgOuC\n8nOq/NrzRn6GNxLvUeO+OrRnYT4Lk6HFu10WlOF8gsbufYayyyyJR+bnD4MaSaE3J\nh93SqyqSEmNV5eC8ii1DOA1hno7Zpfz0gQrzhrrlr5FKxGDkz8sGbTxi0eY7Tgale\nrcvGMAO8Ukmwhvy3kCdCPxAxaC5bEMBmSifhGiGckVW9rpQnLtL7MCfFh/OkTQ6ig\n4jfR0OCT+2hiIiNFuJHFGRm38/MOhnvXAaZfOGzcqYMyuQEahV0tRjUwLplXkj+t+\nj3eiUqleKP6StLDCa7urcdpKoLUO9/920G+FOWWdY8v3S6zEDvH41UNAnFkZv6I5N\nc01lZItbH6kom0Mm/79FYvMMqQh+dCckRUYZjOiOde5CbyTW4ljma1w0Lt/YPxy7P\nzhnSydRAcWoIzSemYJvYKtPGrhwesOxj9Pz+XGh0Tv7KzS84dYr+U58MgijexgJmu\nmm7bKQL1qJ5UIoj+yT3BTKzyisagP+POijPR/tec36D+zvLIt4KKSFbR6YXm6UiKz\nqVJKTH8g0Xq5BTcSVSz+yrtu8I4CGP+bjhm2xbMDw+CZCAbFo1hwhCjMdXiUud88j\nrEcUCSnoLZT8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:55'),('probe_url:1:https://friendica.free-beer.ch/profile/xurxoventos','a:15:{s:4:\"name\";s:12:\"Xurxo Ventos\";s:4:\"nick\";s:11:\"xurxoventos\";s:3:\"url\";s:50:\"https://friendica.free-beer.ch/profile/xurxoventos\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/d2b4ddd0929993d6\";s:4:\"poll\";s:52:\"https://friendica.free-beer.ch/dfrn_poll/xurxoventos\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://friendica.free-beer.ch/poco/xurxoventos\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/412.jpg?rev=2013-06-29+10%3A07%3A23\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAuVBMOSFi7Pak4WQQ2HwJ0\nmTAfI5YZ6gE6IX4/o72tCqtnvJ3ZYQZ3LBRS8/0Ry7ehQ6c43M6JJJlqa7GkgbXmi\nLwHAHWwd9FDzHTbiLb0juVB0jfsxbq8vkX/C2oQfwM7B9i+ivFmhEjQhO95F2eCdc\nJsE0Or9W4QOEm2AZH3CZLdTaZruxFfzUtSw21zuY6gPDckcGy8Eq/Lmhurc3PoYhB\nWQWaNUriL3IXrlkrxzgHfxMnEGnqDBvYJ2Pqk+F4NBD+9eCLQ+N0jMRExqGZyNS/h\nxIn2XV+5vBGAxhMYfJ8biyX1cp6sqHHVxkyZXYFkV9rjPlRK8jMwbyVCFVRfoVXsQ\n+R4Cw9EcE1ebTPXsabe6f5eh/zYpSsvNvHUX/3C+dbp8XVKjwVzZc5aRChA7p6o8S\ngQQUQOyK7gmJ7LIJR7aVV6p/iLuh9j3pEYe9JL16kwHyzni3gDWv7A6O/AznTQ+1M\nhHN1Irttscd5fRV+1K1UAvEYKIE8QlHWBF0Ya6qJJKVy3ONGK+D1qlZh0iJ3v0gIO\n/y9QnfZi0Y1tPWqIcEUo51Umeu89azPzSdrLvIfpIZ5ZMhB08sOLcicQUWNjCQLsE\nK/ipuIHgS7U+dRfNj/l/9uoEPX2KcMWLMHReS+APfIMU/tseIe+MWcR9ex/Vqs/Xw\nPyVzu6EVVDtkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:59'),('probe_url:1:https://friendica.free-beer.ch/profile/zebra','a:15:{s:4:\"name\";s:10:\"Armin Lutz\";s:4:\"nick\";s:5:\"zebra\";s:3:\"url\";s:44:\"https://friendica.free-beer.ch/profile/zebra\";s:4:\"addr\";N;s:5:\"batch\";s:45:\"https://friendica.free-beer.ch/receive/public\";s:6:\"notify\";s:61:\"https://friendica.free-beer.ch/receive/users/a947eec04f59b8d3\";s:4:\"poll\";s:46:\"https://friendica.free-beer.ch/dfrn_poll/zebra\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://friendica.free-beer.ch/poco/zebra\";s:5:\"photo\";s:83:\"https://friendica.free-beer.ch/photo/custom/300/612.jpg?rev=2013-11-20+12%3A36%3A03\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1FMq1E9w3UjAE1plu8Clb\nt4P4T6F6NYv7eWZQ+xsjEQrEv3l/FMsiSru1Z7MhO4DwhNxJPngrhkt2sI7aIWArb\nmTmhEqxf3WbIH36cgFNWBA/J9K8CkQu3Q1N2xk/25ZY+JDGMJJwKETSYG60KZcfN7\nw60EwoMQXoNCnj7VeET3snblRO/EAFf+DYhHIBQ5H7NlCLW1D4tGrB2Sctz6jcYyW\n1nTuzPeEboJfzCCB2BM44dPlNhlROvPOcmQA2w/G/wU1/aooWWFFRt84TraOrcC1J\nen26LAztONNn64W+wg/Zk5y8uzXurZkhc3R4pi52A1VOigi5XMhJ2xxaxEven7wbH\nPbCp+IFFDHV9ikvADoVjxzTqwCE5+eB+YIsoPvmiRhJv9PvoyeMhnpQ/bR2CzMH4C\nqaWqi8ePn5djQ5a1Dp4AQeI3YfJBccM/BfNjCgPn8oog43P/EjfJ6TnQmlzOZHkGk\n8KhHYGeshq/aFziHTenkwU3MRwQLhKFvDd+CH6cg6fNuTfknS6Pe4xswgzKPLx4lG\n9R5qMZAK3Lgu+LCHtGWX3xd0GX6t97YTSfgvx0FfboqkSwBl4xBu335ar7El317jj\ndgbMJ8ILFe+3dSmFl+C33aNU1P7DZehr8wAR3fgGGWTSy8LrCkuHj4Fghv06F7qPp\n4K36Fn5A5EZECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:35:18'),('probe_url:1:https://friendica.styliztique.biz/profile/stb','a:15:{s:4:\"name\";s:29:\"Lass Mi Randa Den Sie Will Ja\";s:4:\"nick\";s:3:\"stb\";s:3:\"url\";s:45:\"https://friendica.styliztique.biz/profile/stb\";s:4:\"addr\";N;s:5:\"batch\";s:48:\"https://friendica.styliztique.biz/receive/public\";s:6:\"notify\";s:64:\"https://friendica.styliztique.biz/receive/users/ba09b241ba872139\";s:4:\"poll\";s:47:\"https://friendica.styliztique.biz/dfrn_poll/stb\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://friendica.styliztique.biz/poco/stb\";s:5:\"photo\";s:85:\"https://friendica.styliztique.biz/photo/custom/300/20.jpg?rev=2013-09-06+16%3A04%3A10\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxgqWrggPeYOab48lIP8xn\nxNUo6vEymJeLI0DDuiBH34sCRwt73jbz3MaAjGXOOWDRSXvxcl6jxBowTcopViPEh\nt3y5NZLj2JxgEyENeF49gqd/FBpaap8QVQUiqmD54+z6MkGfTlUkKYk/q0z4F0Ypp\nQZNVgDWZgq1VcQYpMWQnAFmIEr+7ndDp2AR7u46Bb2qm2YgU1PgavR5G2qPqy6ieO\nUvhNjQ78hH3dklXilnQI/pTUFh1VgsNFlYuklT54Z07ITDgcIbGlnW5tWIYfU6hfL\noGWoUEtexVPAOOLto0DJBxAZQPYFDpRq/snoM/Ojr+M7iUtVFYFMXr9YwFKN+qjqA\nbt7uSK/WfrR/glcperIP9OAOipNxD9ZmLO0NjAfolNe4uW7Q2IhQ0lEElgupNxqma\nQTblzVaUrIJoo2G+nlMh9CWwC5fPVn/xwnoTG+H16lTuHIQnN582DaCBeACaVFQeZ\nHfvDS0os5u6LTu3eDdlkYvg2KgBGOsh+j7DOsXCmXkSvLKP4bfs/iSZ/7pp9DsaDf\nLOBpKoTYiIYnua+BpwTTEiqMMsaz29YumWB+9ykl0bLPxOR8CDMgfDf69ZDuF8gHi\nU7zqhNN6EXnLN+1ay5AbgBdE8+QyxEdZeFfWzmAPQfdQnRGWcyeabFg978MPjO1jD\nKFUj2/3gcY2sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:47'),('probe_url:1:https://friendika.me4.it/profile/jmgoig','a:15:{s:4:\"name\";s:17:\"José Manuel Goig\";s:4:\"nick\";s:6:\"jmgoig\";s:3:\"url\";s:39:\"https://friendika.me4.it/profile/jmgoig\";s:4:\"addr\";N;s:5:\"batch\";s:39:\"https://friendika.me4.it/receive/public\";s:6:\"notify\";s:55:\"https://friendika.me4.it/receive/users/edd126d4135d5e2f\";s:4:\"poll\";s:41:\"https://friendika.me4.it/dfrn_poll/jmgoig\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://friendika.me4.it/poco/jmgoig\";s:5:\"photo\";s:77:\"https://friendika.me4.it/photo/custom/300/283.jpg?rev=2014-12-16+10%3A11%3A40\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA03gRxsnGr0Q0v3aFOdJvE\nLf/RWQWN2W6UQf4B0CYZg7dipt5KnL15/X9HK4+8YgTTQ1FgueQmxrkGD35XhLcvA\nfCNTdCrR0NXD7JtEAiBkXCaz3dRDCp1AB9RGNNbeQBCKMu4wFBXpjcNZ6R7QU9qp9\ndGUZn2EYMg92zFs+M0lg6FURj3URY+/Z838JlBBSQ5MslYIK1Ehar01Y2rkq1neLl\nnpdXvwKx4/eT5apxCBQPmTzj0swzpLDILPD/NvYJpwSXoYiWhnAC1KBrQHT4omIif\nwbvoNQUuVa+D4L3PK+kj8XZNjlohv/YMeUl0o1PcWFwByxn+g9VJFw/iMxhtN/Tdd\nb9Si18NTT7tACqk7/VOeE5FcdO5hdTn32UebAR0v5+gnw2KpLLV1yoxijkVMf4j8E\nHU8RJaOvBvdZ+78Au/zCBEBPK9aVTsmlAMXGkLyKPrxNRISISbbGOjKwPACu8afgg\nesBF4NXSNii/7ZX2hH+7AaBm1j3SsWATlynADmOOTMtcahcLNZIr2OMQzkVci/Bgs\ntmTN+vOl/+P7d5RG3CKBoA5F4gQ5TgQKzbl+S2r5plZFW/FsODrgnV6M4yeo0qz2W\ngT1QrU+KQNlsVIzln5x/x+bYqxsKz6zBwKZ7sC2QQ75si7Muo4MqqdWQ4Hojp6E1Z\nwhQRCGHB/lhsCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:22'),('probe_url:1:https://friendika.me4.it/profile/keith','a:15:{s:4:\"name\";s:5:\"Keith\";s:4:\"nick\";s:5:\"keith\";s:3:\"url\";s:38:\"https://friendika.me4.it/profile/keith\";s:4:\"addr\";N;s:5:\"batch\";s:39:\"https://friendika.me4.it/receive/public\";s:6:\"notify\";s:55:\"https://friendika.me4.it/receive/users/692676bfa1ec918b\";s:4:\"poll\";s:40:\"https://friendika.me4.it/dfrn_poll/keith\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://friendika.me4.it/poco/keith\";s:5:\"photo\";s:75:\"https://friendika.me4.it/photo/custom/300/1.jpg?rev=2014-07-27+19%3A34%3A36\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA/em/rc1hSqF5B2ldP9NMH\neD7SgqdSxBrQtyAZyTv9kcgVp/VHeOp3/shSc85rH4xGPyLklefmu+Gg2LRjEVsYF\n3ZCdw4AXjUEEJDSViYINRHXYp0WkRpTnQ5gzXFCUiSePBBtLfFDJnKhYyWRfFJQsV\n009LjPSQNeuBDI51M3m6hLedYA49yG4iEpvcPWcGN/dmLSXK38MWe22aXf0t6DkZ5\nIhgaCxbS3+xOQE0C/cHfp7NPLkRLQsIqt2Jw3KK5/DX5Mf8yYuk/DP+tHKsFAzC8l\nP9t8AImgN3M+OzbGxRbw2I5GvAPeT4KrFkoDMU8otD2kPno18YQ2U+nOWHe3WlEHR\nE64K3/Xn82NtJGRP1tm+ptC/5L1X0kJl1Cb9ZDQ05rLv6PJiMQy5KyrBx3FZ756vQ\nCoZyKdcB5TyzASUoX82pVOtYwKxf5wdzVe15QDjaLSlTgd0TsPVthZRmMAb2xTP+z\nygJuM02rAKNJRMFHmq/VY495sxUbIOF3VNg2HrrMF4WNIYVjRvaGierWDxOdhLezj\nBIUS6zzGlSuqC+2dA8sgSlxdXDBbKYiqeU94apDwbDtoIk4Ybj076vF7SGAE51azU\nES5dqRpxU0hiQXIQrR2W3C7ARz8WaHvKqLJL9p9R9MIf5aK5qFf0cxx7MPMrGKNVd\nIKK+xJGWeftcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:20'),('probe_url:1:https://friendika.me4.it/profile/manolofreiria','a:15:{s:4:\"name\";s:14:\"Manuel Freiria\";s:4:\"nick\";s:13:\"manolofreiria\";s:3:\"url\";s:46:\"https://friendika.me4.it/profile/manolofreiria\";s:4:\"addr\";N;s:5:\"batch\";s:39:\"https://friendika.me4.it/receive/public\";s:6:\"notify\";s:55:\"https://friendika.me4.it/receive/users/3c78460e1503a644\";s:4:\"poll\";s:48:\"https://friendika.me4.it/dfrn_poll/manolofreiria\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:43:\"https://friendika.me4.it/poco/manolofreiria\";s:5:\"photo\";s:77:\"https://friendika.me4.it/photo/custom/300/254.jpg?rev=2014-09-06+23%3A58%3A50\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvkqMmn/MrUSVVgCQagoiV\n5YAohzh+HOvJtJB8XQ4cIwrQXacPcRMv97AHUeFAfr8L/+65QEYxJ7jNSY6qY8QQw\nqhXQUwR8qjjJMbk/1XVFGUJvK49kSvR287t+GikgPHoQoa0ZbyqgPsP7nhru4N9ZW\n0zJ9sm0Wgl3xkGmiDblvynltouNubcOzON1ne7VHZpM2CvMMZjob3xES0Ci9TG171\nbA2rAH4Y4zIn7AS16DWG2XceUruHg65ssfv2YWmux2LzfQR7MQm8wqSTHXnSAuDDz\nn8zp6QDto6sfEKOf6UFTD40qbxdta44tsWIuYH5zgNxKuiRGvytHucA+KemMvQZA/\nAHTJJbCBvgEz1IRw/3p0qHb1gMJ2Q3pCqqJ4E52adeLrvsBZ1fKisdSkbeUXGqYE2\ndExAUnL/xJB5YdB6oh8MclNBLS8fxOWTCvM1WdIZcQb2BDxTdpdZmRxs3+aK3ardu\npBm3uZR1i1nBd6TcPamvDzme2XhIxF4gvWC6aXs7X7vCDCOFAozfl0DL8Zbt//ty1\nsz8JQFFLwmVIJddtblwu+XLZNrxXqa368RFkyxM1FivuXIgz/zyt1ItftjMwTV0JG\nUjVhNwcYUElwI1vICi0xZWHb/ZNMbfcz/vscJ+3Cs9yEqyIzWy4NSj6p7jwzgoSTc\nBXEGsp6pPDtcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:31:21'),('probe_url:1:https://friendika.openmindspace.org/profile/anarchism','a:15:{s:4:\"name\";s:9:\"Anarchism\";s:4:\"nick\";s:9:\"anarchism\";s:3:\"url\";s:53:\"https://friendika.openmindspace.org/profile/anarchism\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:55:\"https://friendika.openmindspace.org/dfrn_poll/anarchism\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:17'),('probe_url:1:https://friendika.openmindspace.org/profile/ccase','a:15:{s:4:\"name\";s:10:\"Chris Case\";s:4:\"nick\";s:5:\"chris\";s:3:\"url\";s:49:\"https://friendika.openmindspace.org/profile/ccase\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:51:\"https://friendika.openmindspace.org/dfrn_poll/ccase\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:25'),('probe_url:1:https://friendika.openmindspace.org/profile/friendicasuggestionbox','a:15:{s:4:\"name\";s:24:\"Friendica Suggestion Box\";s:4:\"nick\";s:9:\"friendica\";s:3:\"url\";s:66:\"https://friendika.openmindspace.org/profile/friendicasuggestionbox\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:68:\"https://friendika.openmindspace.org/dfrn_poll/friendicasuggestionbox\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:21'),('probe_url:1:https://friendika.openmindspace.org/profile/iulian','a:15:{s:4:\"name\";s:17:\"Iulian Dumitrascu\";s:4:\"nick\";s:6:\"iulian\";s:3:\"url\";s:50:\"https://friendika.openmindspace.org/profile/iulian\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:52:\"https://friendika.openmindspace.org/dfrn_poll/iulian\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:11'),('probe_url:1:https://friendika.openmindspace.org/profile/joecskues','a:15:{s:4:\"name\";s:53:\"https://friendika.openmindspace.org/profile/joecskues\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:53:\"https://friendika.openmindspace.org/profile/joecskues\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:55:\"https://friendika.openmindspace.org/dfrn_poll/joecskues\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:13'),('probe_url:1:https://friendika.openmindspace.org/profile/survivalism','a:15:{s:4:\"name\";s:11:\"Survivalism\";s:4:\"nick\";s:11:\"survivalism\";s:3:\"url\";s:55:\"https://friendika.openmindspace.org/profile/survivalism\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";s:57:\"https://friendika.openmindspace.org/dfrn_poll/survivalism\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"feed\";s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:28'),('probe_url:1:https://karl.marx.pm/profile/anarquia','a:15:{s:4:\"name\";s:7:\"Anarkia\";s:4:\"nick\";s:8:\"anarquia\";s:3:\"url\";s:37:\"https://karl.marx.pm/profile/anarquia\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/8466a0a1b3dfcf31\";s:4:\"poll\";s:39:\"https://karl.marx.pm/dfrn_poll/anarquia\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://karl.marx.pm/poco/anarquia\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/45.jpg?rev=2012-05-29+11%3A01%3A11\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDVSK7blRwRTqgtBhYBtar1ZXgAl\nJjsfoQ71LvfybF+xaHJNsRDqv6a0mceT/aIj33iXOIEGkln1qHm22R6dPvgcRAaQm\nMoeS3fMi/zgACuU0z0d+PxsKb+M27awFXeJb77fjCRYgoFonAQSpJ9yh7JOGaAgB7\njgqsOy/RV/zHTNwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:55'),('probe_url:1:https://karl.marx.pm/profile/antifa','a:15:{s:4:\"name\";s:22:\"Grupo antiFa Friendica\";s:4:\"nick\";s:6:\"antifa\";s:3:\"url\";s:35:\"https://karl.marx.pm/profile/antifa\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/a289c92a3e430755\";s:4:\"poll\";s:37:\"https://karl.marx.pm/dfrn_poll/antifa\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://karl.marx.pm/poco/antifa\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/60.jpg?rev=2012-06-11+08%3A46%3A48\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDFA+v2tkyOqlXxxh3pZeXXNWNdI\ntw/f8F2nhGH6K8fmsZ4BdshoPBfNej8gfj+xQkae2yS/uv96B7fa8Cvg/kJLAIuOS\nuGYpZdyyckNX8DT9xv9jF5OMt/X2/Q9sj/PqKD+kmlrvTvQeoIMwzsuw9HDWw9JRU\n/M4mTvwBfVo1GnQIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:58'),('probe_url:1:https://karl.marx.pm/profile/cine','a:15:{s:4:\"name\";s:9:\"Todo Cine\";s:4:\"nick\";s:4:\"cine\";s:3:\"url\";s:33:\"https://karl.marx.pm/profile/cine\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/9bee352f894739e1\";s:4:\"poll\";s:35:\"https://karl.marx.pm/dfrn_poll/cine\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:30:\"https://karl.marx.pm/poco/cine\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/65.jpg?rev=2012-06-15+07%3A20%3A01\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCmlmMUqPzMi+FsD5K6JY+y2/V1r\nagkCQywQp75YRZdTb3lib3dag8M0cIlkg7RsKfT3MnlA6J/vu4/6JqZrj04/Zltui\nXjD/z57Bq/I3IuEs4gTNTp+L/Fbu0+ITmGyoej0B266LEcIc4Mgn/+eCMvKSE70cU\naHeT9SkCkgb+D6QIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:00'),('probe_url:1:https://karl.marx.pm/profile/eco','a:15:{s:4:\"name\";s:8:\"Ecologia\";s:4:\"nick\";s:3:\"eco\";s:3:\"url\";s:32:\"https://karl.marx.pm/profile/eco\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/cff1bc16b6039814\";s:4:\"poll\";s:34:\"https://karl.marx.pm/dfrn_poll/eco\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://karl.marx.pm/poco/eco\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/57.jpg?rev=2012-06-09+06%3A42%3A04\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1ugD+z09Rou59yNJnUhQ6Uvun2\n9WByN8/+3ArLZx7OKLvo5I68EAXkbOpQY0r3pU7E/XxpUmu9JNo4wXW3T4CdhuFfJ\nNuwlXL/tQIL9wClSZx8/o6b6066dQOZW9EvALzAk/o1eWHgj3jBBloMoPU+xg+XOw\nKSJWudzrslE9+kQIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:57'),('probe_url:1:https://karl.marx.pm/profile/facebook','a:15:{s:4:\"name\";s:24:\"Facebook (alias Feisbuk)\";s:4:\"nick\";s:8:\"facebook\";s:3:\"url\";s:37:\"https://karl.marx.pm/profile/facebook\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/88fee75f42ce5343\";s:4:\"poll\";s:39:\"https://karl.marx.pm/dfrn_poll/facebook\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://karl.marx.pm/poco/facebook\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/61.jpg?rev=2014-01-17+09%3A50%3A44\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDfI1THUAn/zyz5EmRSANXFk0Ofd\n5Nzt1PnAoF7p4ISH7xTQdLf8EpU4qkAJYs94OhBFH4d7MqbDGTKKAKvg8FOSDZOEN\njNwPCM2DPF9Nbl5UcS/TkTQ5yjtj5hZAk7+SjKoSeJ07OgkR5XIJYHSTO0/UPaHCl\nkpgsJyQpC/swbZwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:59'),('probe_url:1:https://karl.marx.pm/profile/gnu','a:15:{s:4:\"name\";s:17:\"Grupo GNU | Linux\";s:4:\"nick\";s:3:\"gnu\";s:3:\"url\";s:32:\"https://karl.marx.pm/profile/gnu\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/bdb488e7dabb250c\";s:4:\"poll\";s:34:\"https://karl.marx.pm/dfrn_poll/gnu\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:29:\"https://karl.marx.pm/poco/gnu\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/47.jpg?rev=2012-05-27+15%3A34%3A20\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDpS5eQYohbGoKt9fR2II8j5733b\n2BsD+cxf19ECcjMbvUQIxoBKvzbRc5rv7zGUwp5d6LcAyhRTIg68LRtPqx9aMtKnn\nq970q55/Nh45BkG6eMZKEgH/JKu2as2fHHRpwCM74UWfMl4QgY/byjGAmbsIh9enW\nfmOilgG5c9mr1eQIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:57'),('probe_url:1:https://karl.marx.pm/profile/indignados','a:15:{s:4:\"name\";s:10:\"Indignados\";s:4:\"nick\";s:10:\"indignados\";s:3:\"url\";s:39:\"https://karl.marx.pm/profile/indignados\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/c5ea7f73d58ca420\";s:4:\"poll\";s:41:\"https://karl.marx.pm/dfrn_poll/indignados\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://karl.marx.pm/poco/indignados\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/44.jpg?rev=2012-05-27+14%3A53%3A52\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqx0Jsx0DpVQXbcJxgD+T1fS1JE\nW40lB5hVvhDG8gue1wII7EQ4JypSe/7m9Dt0QnKm8vuyHqkuAdiDJEOVjlDt7PfZm\nwLfRIGQ51rcVqG6K6CutgnVhggzBdP+09XXL6y/zMy+M7AVP9W8MA+FnpUqInPsIg\nN5A1apDIYHC20TwIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:54'),('probe_url:1:https://karl.marx.pm/profile/kmarky','a:15:{s:4:\"name\";s:23:\"кαяισz м☠яку\";s:4:\"nick\";s:6:\"kmarky\";s:3:\"url\";s:35:\"https://karl.marx.pm/profile/kmarky\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/fbe3d559a1f9ef78\";s:4:\"poll\";s:37:\"https://karl.marx.pm/dfrn_poll/kmarky\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://karl.marx.pm/poco/kmarky\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/11.jpg?rev=2014-01-17+09%3A48%3A33\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAt0CGGw3YcZx8ZaxwTNrjy\nFZOtJK3+zPZLVAe6Ay6bS3tiZWDbpwaeRJFzHQ6zQCHhF3j1wzBPkchmKZP+OvD0f\ntzdrtypygpwi+RmGzryb30KP9SaZa8See1BpSXKYmyi1Vw4PQPXRLinQKL3F8DgJG\n1p6kEadqryP39jM5SH8piyIU2DBv2Q3SV81dYLfrA2RWlxnScWN61rNWbhjC/JB/p\n9Fj28giZ+visoQObNMb6sKjEAJa6euQe4x0oL2azKnZ+2/zwvY/Jqtd7ykQcgCdmC\nnw/X4PypIp8JUa0O0A8iCWORl1n74Y32YscjjFOgJZwE8Y4XQQQpBI5fKhaKov7/c\nW49e+lN369BNtJUPkhJ42vbYIPlCy9EilGbcrgBWMEdiIMn6oUIIBCK4XgNYBDhLN\nkIOvCeM0OGFO/PR9bRDr2Nxbfcxv84zwi7s5bZVSQgtgJGesU2zU5scjO0g+JC9UJ\n5eHJdbe/aMa4Y1fHi4kLw+eFuRCRlh6c0tRl/tT6PJstjjofJfU99lJRBDA5N3wOJ\nm3xVZejd1el/MHnB1RYqGEPUjEZG0WYi/OKrrf4w/6yMs5Picf8Be39vAHUVBg9Bs\nL1EYiiJmSaQFH3B1fQW7VbIGEMfYoE0z4JTD1zI6CdYxpYB4gXE7H7500RqbvrsHq\n/qVIjUQ48jaMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:53'),('probe_url:1:https://karl.marx.pm/profile/pirata','a:15:{s:4:\"name\";s:14:\"Planeta Pirata\";s:4:\"nick\";s:6:\"pirata\";s:3:\"url\";s:35:\"https://karl.marx.pm/profile/pirata\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/fd10d8a6b338cdef\";s:4:\"poll\";s:37:\"https://karl.marx.pm/dfrn_poll/pirata\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://karl.marx.pm/poco/pirata\";s:5:\"photo\";s:72:\"https://karl.marx.pm/photo/custom/300/46.jpg?rev=2012-05-27+15%3A20%3A12\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:272:\"-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDS4+WZCUmZ0sj+h0qhAeewf4SRn\nUnyEKFUvx14qdCki10ajeLdw44YhFMeHKp4OgkOr4CTbUEfzTW/MulRwaukB1fQlR\nKDSDgUoeKAJhWg4Dd/+Cl2VaRDzxcnZ3xNoKArvm8LYVOduOiuPp6KF0ihOF7tqd7\nzY7ZH6Enh/QfF1wIDAQAB\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:32:56'),('probe_url:1:https://karl.marx.pm/profile/protestation_','a:15:{s:4:\"name\";s:12:\"Protestation\";s:4:\"nick\";s:13:\"protestation_\";s:3:\"url\";s:42:\"https://karl.marx.pm/profile/protestation_\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/97790bd375d9652f\";s:4:\"poll\";s:44:\"https://karl.marx.pm/dfrn_poll/protestation_\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://karl.marx.pm/poco/protestation_\";s:5:\"photo\";s:45:\"https://karl.marx.pm/photo/custom/300/414.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwSQygPqEoLI2nDe6YlnSi\nA/c3VFDY7JSbGRwKjYhTd0t4fgu3er20w8nJo7+3asBWv7iaa7ob6rsADBE+Ji3ZV\ndMSlzngmkASkPiJMH9A/OfO+K8DB94QP4IxsJw+QbeSJKplFPiVandqlc1qITBYqj\nqgJhG+lIKTk4stU7k5DB4FCIlhFBRu9qHNrbNc3PmmQJ0E7gvU/nXMX2BReGGLEhK\nsCBnXKwHBaVaj9MSRdxw7htbgWvqnvRn7tdZ+0vZtL00Ju1ZloutLKQ1Qi92rGLt0\ng4JYZU70jrPwbxTSflzKDTXnnQ5ZjrZ5XJVUnKp7rQvM3No8uPsyN4AfTEjdEOqZM\n/OA+Pxa7WAaZOuKv9LR0AaH6CT6YVEcmcu+HIBShy4YE1//hL+m9GjqsMuC5DmV36\nLN7JxOtzvos1cFLaLZVa1cIOox6gFkVDThrNkPnCW4zN4yLtBhZ6dH1nrBbnxRwVW\nc6Y3sBhetykoS7JPCzxjmBEdEV3z9NWQ8QD/U5jAA7hd4ZToOZ76HEkmzjRmbkvoP\nFSDpuArYRDdnFxWiRQLCG2XtCvxkMjCag1Ig39t9735Coo+A7Vk6V4zM7rULWhvnb\nfLtI2xsJQUD6BA0ZWmj0yRWP8/MwGm0BIRm2TJ/YDnxzjwjxRbhjrw8+NTQoiVGtU\n1TPQhV2GBo6kCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:03'),('probe_url:1:https://karl.marx.pm/profile/riveravaldez','a:15:{s:4:\"name\";s:13:\"Rivera Valdez\";s:4:\"nick\";s:12:\"riveravaldez\";s:3:\"url\";s:41:\"https://karl.marx.pm/profile/riveravaldez\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/9ed0065099596e32\";s:4:\"poll\";s:43:\"https://karl.marx.pm/dfrn_poll/riveravaldez\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://karl.marx.pm/poco/riveravaldez\";s:5:\"photo\";s:73:\"https://karl.marx.pm/photo/custom/300/205.jpg?rev=2013-06-18+10%3A58%3A46\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4dOLBLnr5Tb1uUZZjhrm/\niXj/MlXin4GQLiETSDrGl+K1LjyOLX8yVksOdUJYXFpuQcLBaGi93Dj/TvuQN/A6D\n6EJU7NuN2KYqhi4aIDi8ifqBwRLGn8VAR785IOpOStXiWZnYO7tkvjAvgzfFnY5i+\nbs6r0MxEMbHAHFHNcFNV+YBFJJleI6caluAandVubJr6r6icnF4NMrtiGwX1cxNnn\nFc+4bQWkOomLsU9qcmHWVY5IN5lDBwx+tekVz/aI/WowSpXEz7FQReiIDj8X0t8OX\nMY4rZKpwER77jkS+U/oDrT9myIoaA3IbyAcngCQ/D5ZV1TXeySunzKQuODQc8Gm0H\nl3X4BdLgWJIOPKDYrMkSuSQs7MpQmjAhc0+sQEaCnNYO9Knum8B4Oe8bAPyZA13XP\n/Y4BIN8AJEYtGXhhrSwBRVPvBS9+fEul6Thbd8hQr8nKnynZ3v7Bp53WyN/CHYMsl\nXeIJZ0R+Vy9UqVSSRSJrHbrVjfmHwpeQq6VCK8isPvwH1jE3JDfMyagf7SSZn2lde\n8DER+OT3UxEG+GBhb2lfORBbWiNO5glbwvTzUOGwGGembunnsJGXvOrSlTc5aO4Tj\njuq/pzFdyHi6Ci7RfgP5d4/mJhNHRa7kQzFMWJpjoHIkHkD3JIHHVdTb4FpCv3OXl\nNeDfBNWXL/V8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:01'),('probe_url:1:https://karl.marx.pm/profile/tazman','a:15:{s:4:\"name\";s:12:\"Tazman Devil\";s:4:\"nick\";s:6:\"tazman\";s:3:\"url\";s:35:\"https://karl.marx.pm/profile/tazman\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/8fc03e02d6916c7b\";s:4:\"poll\";s:37:\"https://karl.marx.pm/dfrn_poll/tazman\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:32:\"https://karl.marx.pm/poco/tazman\";s:5:\"photo\";s:73:\"https://karl.marx.pm/photo/custom/300/228.jpg?rev=2013-08-24+02%3A59%3A52\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4bv87MwaehueYXpIIRNBb\n3aERb8XF3s9oKto8R73Hlf9hv+CR1SJGHle0VOmhplhDVgKwVHhjAckUy1Bny1O04\nVmNyyC9VrKXNrsnbIq85T+r3EA4pw8+rd2xrPxUCI04WEVUCVv1PFMk9i78VnLKNk\nhFARh/dLxtn0UCHTb7D2/Gw9nQ6kRn0D3Nv04g2lVnsrHxqPILAhAidhQeIxSU06w\nohurWGXMODwQUmXqmrEwG240ybCgVw1ge3o9yY+ZXoNkw0HckHCZMhFL0zHO/vYwe\nba1wVsXFQD5xYqdTHfd4KufJHhXEoSJ2jbdlG0YuNGLgPeiJikumxm1aPyiJ3VGDl\nPXvnbC44LizHbIkXkvC54pfM8T2g3pu0FyHEozV3XrOH7B1rVurDF0g7BY7kntiFt\npExN0D+PF1ZI1uJCzfwh6sAqwKePiNhKDjsh1nec2CKHhcp9B0AtrPOkg1cbu/UZ2\nPmNvNpIZm010gzeWvYLT0rd1n16Arm+YAQpxgWyb/2r3g0uvh5WSfMwq8ArrqDpUo\nLdvCSDmjyHI13oARWRsCwDEacqZ/xvHgNWKrmxN8UVfTUUEClYrRNdB20QOylT+Hc\nS+TX2uMh8b+yS6D17dCVuXgHkST7qL8M7vWBvCua7adw3PTOxwkDVepcuQey7N4u2\nD5L6fYfL1bHMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:02'),('probe_url:1:https://karl.marx.pm/profile/tiago','a:15:{s:4:\"name\";s:19:\"Tiago Casal Ribeiro\";s:4:\"nick\";s:5:\"tiago\";s:3:\"url\";s:34:\"https://karl.marx.pm/profile/tiago\";s:4:\"addr\";N;s:5:\"batch\";s:35:\"https://karl.marx.pm/receive/public\";s:6:\"notify\";s:51:\"https://karl.marx.pm/receive/users/29bdb60d559fb11a\";s:4:\"poll\";s:36:\"https://karl.marx.pm/dfrn_poll/tiago\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:31:\"https://karl.marx.pm/poco/tiago\";s:5:\"photo\";s:73:\"https://karl.marx.pm/photo/custom/300/391.jpg?rev=2014-10-30+17%3A10%3A40\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtXhSfMpcKHWja6y/SBJGf\nbM+S2AJjuPlvqgb11k62eyT4Zr+tlh/mB9RdtKEFtvcypfeqIIn4+KsCVABGg7sJo\nB2jCSqyJrmq6VEmxtSmYJrV+1NEgD+8dJOiWNXkZBXCw4UMkx1xtRzwOKvrJHAMNC\n1gNmtGxQyM+GhnMFHPK5WbcMoVym/2UBl4Hzx6sPLEcn9tFFLVHQFT+RCJVP8ixXZ\ndAuisvJNeSaa66C6oHMUpUW154DaM61VNUmNqGXaC0O4mY7JEubFGJ7PkOK89FXEo\nd1aWECDUZrNaH5zyhiXSuYV6gwO0sf9a57icr0gHT8/7biA/hTSD4GjhGJbUs2qjj\nRERbBtQ8E8bQBUQO47fuMMM6sSd7DCfzfcieErUy8tNX2ILinMmzu7F411C11uFOQ\n1TH9XSRnLh22PxGxbgKnJ5WyWOcbL0+Q4R+nTTkV3jBZ0SJTKaNaHv6rYOYfa3SjI\n+NXA5UZPA+7CCKLYpfkq7yJu5ME32l3xsh+4evlq6JlgQu+4nJudBUO+lLhCL5sG7\nSKdwv+H2R8POfyWHBe5U8irVAvuOZ011oBKPKOD+APvBgJ70XKyBp6+cLQZONiroQ\ndjk78Y73F3cdlhmqEFvSiIUAgX/XuOfTvMlJhK9/IPPbwo/xMEnIvW0c8F6dJ6LPm\nIVAlbSmImbfcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:02'),('probe_url:1:https://myfriendica.net/profile/arto','a:15:{s:4:\"name\";s:4:\"Arto\";s:4:\"nick\";s:4:\"arto\";s:3:\"url\";s:36:\"https://myfriendica.net/profile/arto\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/32a2258e87172b16\";s:4:\"poll\";s:38:\"https://myfriendica.net/dfrn_poll/arto\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://myfriendica.net/poco/arto\";s:5:\"photo\";s:74:\"https://myfriendica.net/photo/custom/300/5.jpg?rev=2012-04-29+18%3A36%3A29\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzAsxi3wBqf4HlVhnmg4+i\nNdQ6KfBbRtF/gGT3FeUK+H/EynXEIx5I7Co6/zob4oiGHHIB67kGNjOjSeB9oN8Ip\npzG5x+0d6E2ulrNWow1XuyldPQryAnlrFtFstWXp3PkozT2vA/g2ZUvz2ajbsYyS6\nVoVL2tTCWh+MydRKpdjTe45va0gK//HrTcjnWqkZdQWiyW6VvvT/mRdIAhe4omJZu\n7Az7m3kYGWlVm0D4K9+zl3TukRPGXSWk+eOGtLfDrbX29KiXSyNpclkggblJ2xFH3\ncl6QZN07uvU4eSfLjEVXpf/KCE+4pFE1AP52INDyAmtNOAz/wXeaM8cONH4l1qcqW\n8/UH5yS4edzTEQT6n36hQ21ZkGw/70fhSL1fv2BiDJiUQDjrzmLWxv0r5NQw5rqhj\nkSc0/qgqNFKgmYwdq7DdQxtQbGplnfHT2HOyBg3hEOvLh7/CcvcM8Hkauy7KQ+m6b\n6tFMhdou84CJv0zzrwIfiOqTVxY7wsGuyURKSL4RMgsRAv0CkVfI3PA6NKxycgysF\nQHlb12WT80DOvI1vxI+lWKkjCNFkK2hEvd1vjCLXolaGKpv0Xvzh9C5sGzkX2Itvt\nf1mlXThGU7HFUrYE3B3mWD1sP2UwkbnN3NRQboF0i9yjmlEm6K4kj4/n/+Z3rkrCV\n6xG4tScTYdScCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:05'),('probe_url:1:https://myfriendica.net/profile/believingprayer','a:15:{s:4:\"name\";s:16:\"Believing Prayer\";s:4:\"nick\";s:15:\"believingprayer\";s:3:\"url\";s:47:\"https://myfriendica.net/profile/believingprayer\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/a1af2de8567ecd93\";s:4:\"poll\";s:49:\"https://myfriendica.net/dfrn_poll/believingprayer\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:44:\"https://myfriendica.net/poco/believingprayer\";s:5:\"photo\";s:75:\"https://myfriendica.net/photo/custom/300/11.jpg?rev=2012-03-19+13%3A12%3A07\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyBWW9eGyoJPVH7nopTBYZ\nTarKvHuzJ8KhEHq6t2IrTxGi9eRVkCzEIDiWV5/A6O0QOP5hAGyFNMiWsw3M13tv+\n+j6xzrd4V34VrL7S9YM92MZBi2pjnJVF0XHj9DMGvS4NTMvea5Dn3Df8Ik9H2Q5Q0\nQtFV9J5u0i0sBZ8NMbC7n1FywivquyNKwBf/vhRysM7n7SnF/o4ZZ0UCdjNpVJQ6Y\nKvA6ZHkouWX4evf0BTfG7797RMC6mnWMCsSamVsJsIuB6RVhme7hdWoiW/rs2w14t\nXlvT8z0AJOULqnI4ytVxQ/ooaK9T/aPLmAncHuZxHY6OP8R02G4i2cHUwkPfQNr6t\nDvPyaD4/m59d3DpgWWg9S9JF7nJgLvGkLw7nh2VL8yBp86eZZUvXG7UAHOlHN5WSy\njXRLK7krdGBhU2n+VxZxOwa56L0HkDiodIwBKzZ5qXSw3VLcqdvZ02XUCuhm4efP6\nq7Puf7PdHp1aPZjMhaYL/4FtLywwyImE9A3VRev2KaFlfY/CopZkzU0o3TviZzuyo\nzxoe3cQiScWLC3cUOC2wl1WMTv5045Vi21iC/cCkpoovv7KBsrJN7ysWlJeoRIzwZ\nKWwxe2p+TBjTZ89cFpMNw9W1MnMFT0YKAzihT2GDYpO7dYtEmsuEfJfs4WJ8Gny1W\nccwkoF9aXfgMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:07'),('probe_url:1:https://myfriendica.net/profile/berlin','a:15:{s:4:\"name\";s:12:\"Berlin Group\";s:4:\"nick\";s:6:\"berlin\";s:3:\"url\";s:38:\"https://myfriendica.net/profile/berlin\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/9d9664e239095f08\";s:4:\"poll\";s:40:\"https://myfriendica.net/dfrn_poll/berlin\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://myfriendica.net/poco/berlin\";s:5:\"photo\";s:75:\"https://myfriendica.net/photo/custom/300/65.jpg?rev=2012-04-28+09%3A21%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAz9TDeARTfgTfdzewRxsRX\nfD3einI5HPV0eI6OME1ftABrDvPG+KOmb8Bzoe05pLnIRpk2UhxhAllJFV4yMI/dG\nXRxYzhfJjyusJ8Uyq0K+YJAsD7TaJm4nhbrx9eT4ymYC9cfjPf8oJ8jNGNsakq5OG\n9wkwUq1GsrrN5B52IMPA7bJQ6lWfw3946fIe8k5cbAb0rVlgrRWJ9tGolibNg5Vln\nMSpQ4dzVXvdHQM434TRagmsK6UsuiQOt/edltHh7n59kyebmsJP2afY2LNBA7dj/e\n0oGKgM5B5mYRpjfzPizeAubUdoiRf7yJVnon6Bw2kPw4wGpfjUbqCWEvaiaUIq8vW\n+0zSFfQOGGzSesHVY+eUaqlAbYxBKROru05peOR64vJMWgqcBWMETn83Wng+VmVDe\nhLPciZedKYTBVR5Z99w0bOSGsiFx/BcMiJJzuyPj5c4DchQRk8FukKca87uhQfMtx\nskH0KU/18pxxnlaKyTdYdtjATyqLvseDA2V6X00svOuEQrkqNPEF+gIwtonacwuJf\nvIvs7jY+/Dj1NRfL80Xk+M78YQ1dnIk5e9D9mj+ClCQpjlXr7+1pYqvoBZ55gUssx\nI/Au4+VVFIBUldDfxAi0ajCQTqWaXg7dsGcZ5DbQ0NKwWsBNipu4IWjB1Cb4N6s/a\nSu2Jj9N/kNPUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:11'),('probe_url:1:https://myfriendica.net/profile/cirilearth','a:15:{s:4:\"name\";s:11:\"Ciril Earth\";s:4:\"nick\";s:10:\"cirilearth\";s:3:\"url\";s:42:\"https://myfriendica.net/profile/cirilearth\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/3fae3213c2922f2a\";s:4:\"poll\";s:44:\"https://myfriendica.net/dfrn_poll/cirilearth\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://myfriendica.net/poco/cirilearth\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/519.jpg?rev=2014-12-22+12%3A19%3A09\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0U+XwWXHPJen+Gxfm3LC4\nsFUUhgng3EuRJGiIcFiaEk4jT162I4qOeBUbrMazdp+gdMX47SCySQ3v7xNDXlE7N\n5GCV9bHU0RGOTMFvzQu6l9FPVHhjTDpsvMGScIuVTCMt4Ckpl/r/XIGtGkhYPZSji\nC0KWCrlx5lZ7tUmkaKawkEidZh3IHoufnYVL5dfkHhng1s6Epenzvs1ISbw+2S+D7\n1Puk9n4NNs2SdfP0F4ACuB8Fm/OqvoTYzugk83/7BW1qfhzqmbdy8+C+Ah9FprJN6\npHZ3537ttNS9KxBel1dxLg2DnDemwfWW6Vz2FjThx8GNEj20SWzbIpiM+WQh9L+uv\nOZb0n+PpJBs/RyTM+ZkV7x4OgbOGX74Vj/ORSK6czMKKCqVFPoKMv46eobZc8NHFb\nWu97tu85SxmC9sKhBEdFQIeSi+no+GAf6MJJ1DjuxmFyfFruewYeRIbhG/dXkT9+Q\nlYByHaJ5jIEgMbjP2jUlL6Ucg0yk/Ggf/nHI9Wq7K/K7bOFmTou5U/xHv3AuMH8CE\nV48XUdSbccAW/CR9MJkm8iMmIhAsx7rBMcJPpUZ0uke5PzaL9VQ73wyF/IhpHmjMH\nbJbzhiwHljXAP23lNj/GNZy+227Ss95Z0LBzHWVVOO/jtivNLtI+hZoDdzcCyjQrJ\nd5+r2/BfL7YkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:33'),('probe_url:1:https://myfriendica.net/profile/deb92','a:15:{s:4:\"name\";s:6:\"Damian\";s:4:\"nick\";s:5:\"deb92\";s:3:\"url\";s:37:\"https://myfriendica.net/profile/deb92\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/4e7e4823afc7b306\";s:4:\"poll\";s:39:\"https://myfriendica.net/dfrn_poll/deb92\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://myfriendica.net/poco/deb92\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/462.jpg?rev=2014-07-29+18%3A18%3A26\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwuZ3T0u2Y+lkEqVj5hPnv\nsHzAR5V2Qzyhdg/f78o4CAc6CFYvfPNkdb8UvyYo5DIiPhYTw7XyJu3p68qOTwgyU\nJo0qFa98XGXJUCO0c4l5r3MfqDdNrlXAwdflB9Zy6ZABvMSz9fxqdygxtbagCCWdq\nOHMRk9vetyZeyrJXQx4Rxz808CmCPYwOc5GwTmA89TtCLeMam36Ipm74sgaYGaY2e\nzMGhKZLngLYY4fNngRI8BXD7PvtCXQ+ORf53Gfm5LYvrHoYXiGE1T6xC8MTgDbErH\nCwDOIcg/mSxo4LV2+PyxXYl8MDmmB2UnOMVGZKmmp/xd8BTJ5BUBMMJJ4o/FLENLv\nxQfTSrjJ8sAacnjorDOEheRVTARCr2m1ftuQwm9zzT0VGmApuSGBuwADbp9VnBIQY\nKUHD0OU/u2sslslDySFogKEKWxW+XzRXz5UhwTiJj6aR0miRatk6DjmbQAOBd793k\nyHYwyydF4WcKjnyrBpUBYCZ+TYjForF48777Q309Y01kG3k0YQzG3DYTMinQF3jRU\n8jsqn7mwwP5dZvvSVV50Nz9SRhVJ7u/IZpFrEK9v9SdAzZWPLFQxN8oOH1kzaTOI8\nXrWdEM3RL9cQOCMw1cK63kQHYnjjzmd4T6gqidIU7XUbB5y/XAr+duTdcFs6vJGIL\nx9r3t3+fcTIcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:32'),('probe_url:1:https://myfriendica.net/profile/docaltmed','a:15:{s:4:\"name\";s:13:\"Avery Jenkins\";s:4:\"nick\";s:9:\"docaltmed\";s:3:\"url\";s:41:\"https://myfriendica.net/profile/docaltmed\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/a004ea236d34c7ba\";s:4:\"poll\";s:43:\"https://myfriendica.net/dfrn_poll/docaltmed\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://myfriendica.net/poco/docaltmed\";s:5:\"photo\";s:75:\"https://myfriendica.net/photo/custom/300/17.jpg?rev=2012-03-27+11%3A05%3A26\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA6sZXbwHlk7xmVsoTuQyVQ\nlWrAkRkbehQLcvOT+yR6uEtd2g0HumAkPVEUEaFTgRbMOIuf/1pzwd+KmeQCt0N2b\nH++MfpX+BSoG3c6XbiUvx3O3Et0WEwvknvsPysMY0kKEIi/UdARHdNFOyNWvk6erV\nTtSnraN4fEnRrdCuyN7KHOB5C6g9/HN4HNXYyuVW5QusCxvYhTOY3O/Ry9lCmXnqi\n8WXk+XZsc+M3KCFYd5Da5wlrRmsKfeQjlj3DbHo88vm0o5ARDLIhQcmanNET9CW3V\n+epjbrjtY9UXANriNgpUaswSqnofxHPbELtoNMBLPguVVv3Fa31C4fNz3Uzymb9HU\n+EJM9601T0D5EzAwQe3prwsAK4vwxtANZrorviRRdOzCZ1cAE+iOKgujWmbp5GUk/\n2zEbdGRqB8FrepLVfwckm9QE5ZsykILa+eFupktMs0PC5TuOiGPcQcXg0kyH2cXdP\neGSHM15cnOyZm8d3cADQ1jKnT1eMutSb4it52lRceiS8QwuZZGwwwAtrrxX2JUjs6\nO0886kIdKD82tDDtfgeLIP3nxPMkGTS86lw1uJN2ZigCIFvA6Uig57J0Si9OTBNhE\nI/uzEjY85qIzCKApUp3T/pBgY/X4AB3EA2f7SZRoGzTRXeEGFVb4szBwN4Djy/fKA\nKk2NNJADeaFMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:08'),('probe_url:1:https://myfriendica.net/profile/gatoso','a:15:{s:4:\"name\";s:10:\"Gatoso Kot\";s:4:\"nick\";s:6:\"gatoso\";s:3:\"url\";s:38:\"https://myfriendica.net/profile/gatoso\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/00b5c8fc5fc4cee1\";s:4:\"poll\";s:40:\"https://myfriendica.net/dfrn_poll/gatoso\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://myfriendica.net/poco/gatoso\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/159.jpg?rev=2013-04-05+05%3A51%3A58\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4d1l7KaUEuqngljFgcFzr\noPMU7vroEiDVVyXuE6m41RpHtRLIEhO5zC4EH9iI9tdbP+BZgHhA9+D2zcbWOw6zt\nUrKHGKLSnvbM4OeD+rn+D3JDaPkMKELPw8pJJFDQJ2MSwSzD0+p9MNo441z9Vgfr7\n2BNx+ibGRafa6Ickgq2T7bm/FT5C/BFe4WaIS+TD1lyHnGsBcYAiVTYT9xabShr4b\n8zcR6R4Onh6wf1l/KXAPYXRktwhFZY1eDo9bpPSYzYnAJuzztEpErPzx5rfeAxaeh\ns5JVKjbI6goUqP+94EaB0yz9XOYIdMBMbuWjfcoIF9GqBtR2u0DtwnGzhQc9c8Bdd\nf4VdtFsvhUhIjWZlckp1R418VUqgOW3ml/xEbzpcaKURdeJo3HcJfg645OYUQPlbn\nMhpCttjFb0U8UiucOvLxb+OxTWYPNr7hLGgNLVNEWxq1Fm7TXUHyxXjGA4Jua3xgA\nAFy6u5U1X9Vj3Rwy9yKAK5JSMGXIZmUnAfDarqqUB6zTewDcZtkkdFbCg5+B+XlD3\nxgRYSPRYTtGufgySweZSp1VPzOyh8NRKjl99/jU7xc70prYV8UVJrKfY6OJon4axb\nQrLLmFao5iHqhlSd3OUt8ygKJVNqn5GjXJYijvUGA0yL66shVCfNLm/tskx2zwqOS\nZ40oS9qE7pTUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:06'),('probe_url:1:https://myfriendica.net/profile/influencepc','a:15:{s:4:\"name\";s:7:\"Vincent\";s:4:\"nick\";s:11:\"influencepc\";s:3:\"url\";s:43:\"https://myfriendica.net/profile/influencepc\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/fcecf605e42d8311\";s:4:\"poll\";s:45:\"https://myfriendica.net/dfrn_poll/influencepc\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:40:\"https://myfriendica.net/poco/influencepc\";s:5:\"photo\";s:75:\"https://myfriendica.net/photo/custom/300/55.jpg?rev=2012-04-26+12%3A47%3A48\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyjBkMg/LHNajEX7DYQRpk\nR2E2bfjKEvMgiOGOAu55vx8RLPdyvjwCUGJeY0CQpnbFRLP1pq9fUrFk/y6JP9znm\n9GM1LFpjlv/jJ/+K/86hQ9FAQN4hcwwZtmwDMjJ3Pbi7S2HSqwd8Y8bVAWDaHbafx\nSQA2YYepVFQ76S88D6xAt8DVIs8hSm7xDP0/vH+vcoe9IB41Yfri6Jr8pU2ISqOLi\nLKvkW1xGwkuq7n9Yatr6Uj4alQaUzCmTm8qXlMkQgDLW11GQHiajpBGxPywScpb05\no+eom5U3NdfdQAIQte3dKRrPRY5wke0Xf3YdDoczE+9KMP9tXDWnXPlHADyyPawSy\nuDeEjsTHJ5eXl0u/mDN3lk82GdbqpRWr7UrLfCGJOX+Vyy4cpCQRpeFx+ZJTPjFM/\nnRqT3muYQtk4j0sKMMO5MVK/ocdjITylNFPBahTyRFEiab+NhPCqBukdB1ICwjJ+5\nlrNHyufsrKvG/VDmhDp6R9OWxFUcVL8pX+z05PSq2dVUTVBkWEtMXgiEUPP6WlL4B\nusW60PDgFMcY4UAyoWqWR1gLrG2JaB7ANAUYXo7DRt/DH9ZMLASJZSrVjCeQSxx00\nJ5BLnO6kUSKQe/dVo3H5H295ghU9mczdo/pIfhZX9PHuV4PCOs4lGfQ/eSEacIYK+\n0JJ/zp7E7nfcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:10'),('probe_url:1:https://myfriendica.net/profile/jcsesecuneta','a:15:{s:4:\"name\";s:28:\"jcsesecuneta@myfriendica.net\";s:4:\"nick\";s:12:\"jcsesecuneta\";s:3:\"url\";s:44:\"https://myfriendica.net/profile/jcsesecuneta\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/3c3ecb1de262fdbd\";s:4:\"poll\";s:46:\"https://myfriendica.net/dfrn_poll/jcsesecuneta\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:41:\"https://myfriendica.net/poco/jcsesecuneta\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/281.jpg?rev=2013-09-06+11%3A51%3A59\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArjBYBTa8nODBemFKZzKnP\nR98axNEpN41+tEkCp7lSm9LbgLqdpta2SbXyV0XZD+1OFQbtQ04gn8/xM92T2CzK+\n3OqnGoMgVJ09vGabK+yfEETohuNnqNLlzPtZO8dxsTN6QTd/0+EGrYlRqy+UD/mQp\nBTJig33Z71rXD9tJm96BqlpfhRSVtwoUGWljCsyvHXk1yo7uSwy9us0YJiy0CnCVV\nHelwucvjj5KS5gAJqVK60JNv9evF1SeM+03mKdsJe11fp9/rliMCQuGHf0zP2Gzee\nQCBBsUHbhtOpTqAyfIP9AxhMVSNFKP77w5jRGrS4ZuKTLdw3lijTH/UvKq0tFeGjv\nZJYJZ4QQdPV1+swumrItOaYfVSFRYTkT8Dku0fwI6qSMrFQSaD+jj37YnKN5PnQB3\nMKUyCTVVWdQUyN0xoiyGFiPg6k4TCw/lsKZIrYrw9I9BYxVe544Wgtr4DGmay66xt\n6+5AIcjJMwXfeVcWqzQ8KxNw8oz+eK/4ocQxQIcMcnpoRPafPmlNbvVTAavQVY1zT\nNM5co/dO3HHKBIyucXZKCF/ZTfvCxd+kUPGnqX9UfUx2V+tfJeBtQ25Q3vq7gqdnh\nqMYej9bQXAG5Odpzcee/ZeKuu58Cht/GIIoJICelu1lqbNqo4GelLZNqKwQu/i2JZ\nUuqSf4OsZPGkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:12'),('probe_url:1:https://myfriendica.net/profile/linamaria','a:15:{s:4:\"name\";s:17:\"Lina María Largo\";s:4:\"nick\";s:9:\"linamaria\";s:3:\"url\";s:41:\"https://myfriendica.net/profile/linamaria\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/c1235a2b13f6df0b\";s:4:\"poll\";s:43:\"https://myfriendica.net/dfrn_poll/linamaria\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://myfriendica.net/poco/linamaria\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/332.jpg?rev=2013-12-18+08%3A14%3A24\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAx9uvBC3ZLSpQgmHIjB82M\n4nD4OJxYNfJ2FCcwtGyu+E26uZRwzga441elbMxdH9L/65becw7+QThXoHENNBxFJ\nao+SfdPfJYTD+i/KoCyA0kIZA0w9D4VvN+W5Nt4yck75jYl1FGj+L5b83inzDwqyi\nhNl7yKB148hIZYqdNyh2PEvHcNevlEPoeJfVZMzDo6pG5HkGw+u3tXPHcBaebqpek\nrNLs1+eL+TtLrjFN2Wx3Yo1nnxgHfmB3mENsEMtNIdQDuauMnPkGiMtWujzdIFFKH\nforEfz6jFtBOUwAd31/CHSKLOd/uo96EOZ4HxOm/emheUqdLBTFrLv6ofe/QTx5NI\n9+wJ4VUrOjewh4hQIBysqBzZgeE4vm03JYFD1NPEzWSgDb5jaJgzZCyM2YDz2pUf8\nV7pZy4EjIvo8Ft4CpliOLjYdC8jWQGLlJlB4ws9Mr9ByIr+YJoljLoXpJIdCFTnec\nyEwekErkfHDgBV5iI/ltaNp2Z2hKEVaxV6X3LFBXzqZbmPICkH+jpxSgDtFXzs9c9\nnJKQ8wXKPwCrmTDd5hEFXp01S8Ajq4MmJD+kIaOTOd8FTN2xx56Pfug17WaVjW+mt\nD32Of0gJJGKaEvb+gJzYZWXKIW/Jrj8DCHPKnjM5Np1yOIDOhnL9fE25BKmaM25x5\n8+i3tNrvPE5ECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:16'),('probe_url:1:https://myfriendica.net/profile/panko','a:15:{s:4:\"name\";s:5:\"Panko\";s:4:\"nick\";s:5:\"panko\";s:3:\"url\";s:37:\"https://myfriendica.net/profile/panko\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/9de3ca1214eff317\";s:4:\"poll\";s:39:\"https://myfriendica.net/dfrn_poll/panko\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://myfriendica.net/poco/panko\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/354.jpg?rev=2014-07-30+14%3A22%3A42\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqlNSvu1qWcKRlbbsM1etL\nfLN1fOs5vEDP8uDer9DfuJZAaW8jcB43w55368ArdpPRfuqIqfzjV2laytYdASvym\nDP8uOSHH7k2JcbqhLcxcFwkZOmbDQ+EnOMe+Hq5BH5Dn/GVteP/zTpuNvMzWoYJOD\n+Lg71Pt2fwL7r0HQvHKCufYoEsIU6YV+s5YayqulWtT6Dp8V349GP0PR1f4eu2taw\ne8E/3qZKuOSHQ6PFaaTTmGJKsQCF5OkFb0iJv4+fhFEoFYq/TBld0759InbdTclWh\n1e/RtPbSVL35PhY/Wy3yHDBhHkAgiDszW+LATWxEWWxTPcL2Agnw032IsFxuHHWMo\ng3ySdXbRs5q32rbGkPC5dl+ZflhluFqLkGLQxvjvF0dtV6Q5pBDkBZjv3w0mjLkA9\ndBR7qcfMjltfP4qaiUru6i/+U6K11alUD9eTZWPSnoZUAlvS4awGdQwaChI/wZd2d\nSQ/jbyrH20Xoy0a/3AauuZwnC00A1s8rWxlKh+Yd+H0AnEYvJfA+GRCiryGsjAuK0\nQKh8jAgEdrh3zN3SAyVJ2Z3RFM9NxsMzqS6krFfHS6ehyQA4rUjCBq6qRWQ+CKWN8\ngbJHg5EQi9GLZ7ovnLURONlOsgp5yIFgqLdswT/gkJITp4RlEB4OcQgUHzR1BE8YO\ngcxP8wAiywscCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:18'),('probe_url:1:https://myfriendica.net/profile/petra-l','a:15:{s:4:\"name\";s:8:\"Petra L.\";s:4:\"nick\";s:7:\"petra-l\";s:3:\"url\";s:39:\"https://myfriendica.net/profile/petra-l\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/dd8deb588e52ce2e\";s:4:\"poll\";s:41:\"https://myfriendica.net/dfrn_poll/petra-l\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://myfriendica.net/poco/petra-l\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/349.jpg?rev=2014-04-05+13%3A41%3A25\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAw1ZbmUNI3+dwbMfBABNG2\n+L4LE6q+SZcvisa0CrDT2Ya2r98keJq7RYtL5vMilonKDSOnYo+NwmnkuKa41GlrB\nlm19UrmCECW8Jruk+cVVcJunx5wU9L1GaAzlYOV08SPBqvXSVYs9YNbGrvv3gRYHh\n75eERhm/tIKBA4W3smLR5EdoRhZOd3MBpcqE336e3r5Rdvy8J2FvkxUyDe9MRs+VL\nXFwnWCBJY6m6kWSbtNJEt/USvOusW1D995ApN3F5BrAprwlqjBNzjFJfM9172fOCK\n0OkJM4cM6we4qnvFbLHRrRIfd1E+Lv7JeegV1++TJQKsZ2Ng+DDMHkoMJ6h0bgCRO\nmXds6lX+3o9HPORumpYzYfHI/P3Oh6qOFd4JZCeJKk2TY3CEPNETHXf+0FuIpd6I0\n3VPmogrUvPo23ca5QbMpUkGuWhxAutr35HfC3/NmAGkxKO8NbJOM2OYa/oEH+qqCT\nTbZneVx9/VcgAYSSqXvcVG5kwVOIxZdp6YmSjsT9wTE8yRtSQIrAT3SzFtigh0+/M\ncaBQ9hNoN/zfexXhNct0tv65IKhRWsHbQJWKgOiz59KbXisbi6F8rE02tHMXRtjXo\naHJLbU+Lm/Snn0bEJNyx0t7usLltRNq//GaQwAOVM6rd3qT5M+0WRC8VYTrKpUEUg\n8I4L15h1rM8ECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:17'),('probe_url:1:https://myfriendica.net/profile/prevete','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:39:\"https://myfriendica.net/profile/prevete\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/ffa2cc355cd48374\";s:4:\"poll\";s:41:\"https://myfriendica.net/dfrn_poll/prevete\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://myfriendica.net/poco/prevete\";s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsVXg3079xURAFnY6cPjy1\nOG9EkurCBLr1lLjyTkjKht6O+mfEGqr2Ov9sRNQn3YfSpmu5nmPbmuyppVnA8qmZ8\nTXw9wMXO9MDuyZX291EylevJ3HksazEXndP36CDxeNwuNxidAt5pnXJPzKDELnxk7\nOwL93RamlJqIURwqzZUFhrbjI0xUlIBMbVcHC+WnbbDzdYfByPeaQ53/UVli1eefh\nXUdSluNQYP+yN58NZ7KzcG5GXgtGThiRg7YNiF3nM+Wu30PuSTTEgG+vW/z7RBwrk\nNjDUYg8N36FlE0EoKEH5jlR59NBWDfOBlUQOa0G0R/NstEfUvFRHdvvNqlzqBANEJ\npUH2m6sYRPaM+PT9r2qgqxfGNdznJamz1bV1t1FTsiJQRoEDfSVeFuapMdo3kiYSz\n70O+GMorfh8QwdnXZuZ1q6x0tqM8mi5yTub8Vr4im1eggug+njqlUSg0x8Z5Gexgc\nuGc9uJjT56v6IllfiqZanfGH4Bzr58wACZdjCbGihuZgOZrhqjKaxPKLec5wYfkj3\n216Tc+//wLwrd7zbkJjbNsKTECwUyAIs88hieb0rg2HZX6CM8/6VJzZaFKKFBF1iy\nUJLihaaAcDoYrlwjwzyCl6O4q6jp1TKzyUlDNg6GDQrMGX217Y49HUOmJZfa+t+Pk\nSy+Xt0z75hv8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:31'),('probe_url:1:https://myfriendica.net/profile/protestation_','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:45:\"https://myfriendica.net/profile/protestation_\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/97790bd375d9652f\";s:4:\"poll\";s:47:\"https://myfriendica.net/dfrn_poll/protestation_\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:42:\"https://myfriendica.net/poco/protestation_\";s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:2;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwSQygPqEoLI2nDe6YlnSi\nA/c3VFDY7JSbGRwKjYhTd0t4fgu3er20w8nJo7+3asBWv7iaa7ob6rsADBE+Ji3ZV\ndMSlzngmkASkPiJMH9A/OfO+K8DB94QP4IxsJw+QbeSJKplFPiVandqlc1qITBYqj\nqgJhG+lIKTk4stU7k5DB4FCIlhFBRu9qHNrbNc3PmmQJ0E7gvU/nXMX2BReGGLEhK\nsCBnXKwHBaVaj9MSRdxw7htbgWvqnvRn7tdZ+0vZtL00Ju1ZloutLKQ1Qi92rGLt0\ng4JYZU70jrPwbxTSflzKDTXnnQ5ZjrZ5XJVUnKp7rQvM3No8uPsyN4AfTEjdEOqZM\n/OA+Pxa7WAaZOuKv9LR0AaH6CT6YVEcmcu+HIBShy4YE1//hL+m9GjqsMuC5DmV36\nLN7JxOtzvos1cFLaLZVa1cIOox6gFkVDThrNkPnCW4zN4yLtBhZ6dH1nrBbnxRwVW\nc6Y3sBhetykoS7JPCzxjmBEdEV3z9NWQ8QD/U5jAA7hd4ZToOZ76HEkmzjRmbkvoP\nFSDpuArYRDdnFxWiRQLCG2XtCvxkMjCag1Ig39t9735Coo+A7Vk6V4zM7rULWhvnb\nfLtI2xsJQUD6BA0ZWmj0yRWP8/MwGm0BIRm2TJ/YDnxzjwjxRbhjrw8+NTQoiVGtU\n1TPQhV2GBo6kCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:28'),('probe_url:1:https://myfriendica.net/profile/raudy93','a:15:{s:4:\"name\";s:12:\"Bastian Lang\";s:4:\"nick\";s:7:\"raudy93\";s:3:\"url\";s:39:\"https://myfriendica.net/profile/raudy93\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/e0880e62815a2400\";s:4:\"poll\";s:41:\"https://myfriendica.net/dfrn_poll/raudy93\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://myfriendica.net/poco/raudy93\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/436.jpg?rev=2014-05-29+12%3A40%3A00\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApdDrpyR06QyHaiW2eLHqI\nseveAH8Va6ZRtosXD1yL+TJdXxU2t5+uW+G7TSxzzyGGBMGOFmmfE420VFecFw2hj\nCNgf+r2ChVpBRWe2ZtFHSWBFjGUoAMvopibiKY7vUsuIsBHAsfDMSyxRJ0FYR5hQ6\n4yldBDiFkdcJvmsw21ptMjKv/c7LhWAVvHVhTlwN25tVzxBgv3EW69YxXIEIuyYHJ\nrxMxhi2ETFOXicWKoomNLA/VKt5P9gS3cjuFAupq+SyObO7X7hujSRdaPQZbDoAY1\naM5wUmGrKnj3BcPRlC5u1Xsf2d+XUe8jmw1pebrwb63Xc6VNBRJ39oGpo4BkHSEHR\nLiRsLsjhzChdm2GwmbJyVI9zzuujJTrkqaV+NXs+mZldR6v0mFKoNxb6qG09vJAai\nyJ8oU6fOM/ZVT7uF7un6qFIwEtog7EAb+UVy+tHuq3/Btmu+YXbrBjsOlt7Q1uVD3\nDXvTAo7ZKFWMYSgb58pWGCOc17Zx6p4wnNEYwSwalDV7AqLfXG/mfAOQg+peHcUg+\nghUve7T+BnuQnoWekEUyUDJm5D97qNBZ9rZGMY7hveCTwvfDvLV1FUjap6lR7tZ+s\nsYecde5ENC5sCxpGw1t1hNPObhF6eOdMxTCRfRvqnKFYMqNjSBOIpkZtmZHWVylZC\nY5Uo5hb3lBccCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:25'),('probe_url:1:https://myfriendica.net/profile/rtgriffiti','a:15:{s:4:\"name\";s:11:\"RT Griffiti\";s:4:\"nick\";s:10:\"rtgriffiti\";s:3:\"url\";s:42:\"https://myfriendica.net/profile/rtgriffiti\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/0c3e89a21ec02b87\";s:4:\"poll\";s:44:\"https://myfriendica.net/dfrn_poll/rtgriffiti\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:39:\"https://myfriendica.net/poco/rtgriffiti\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/437.jpg?rev=2014-05-30+01%3A17%3A19\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwCBxA90kmqGwKdxMtItgI\n2QMTZwa5M3/dQ3ihykKtAltwuoh25hrR+bmcC9AM6UDJFOf9oGmNHqLStm9xqnOpP\n+djRrZVOZCf5ZofWjdjQmYEmtwuGSmtkeq9nGA5L8PmAl9HtqkINfy2KHnomsBrpY\ny0D9p1Sq/H8C3m6pf8J3dezAcd63uPNbX2/RmdfT0+8aybWVQWq/ALYFt1RAH6ZuD\nPZWdlvXOUNpZjqv7yUAw3pTcooM971l50lbTTscDQ9S8mPDcaLLkOe768m8lXbFby\nqDa3acWY+qUC6NE9n7oTS0E/Wg/BW635HWxDMH3ZwTSYR1adbF3te6jv63bkmEG1Z\nRne3B93GV28nyYJZeg9aWry93Pkm7VzmeLnffFlZ+3zF2ARFch6GXcwCPCtg2kBzG\n3IQy08x2fETRfvkV59dZEzvxL29SkeeMley9dWRe7X7M7h99ff0CGiIGidOP5VHrX\nYPC4CR0v8QDbgmFqOJ54qrLWvh4u4XgNQgYi/ZvwkmEs1CnYsEBfpWrTRz0doJzyC\nn33rpv7U9fnXRSWlVj/KmYStl1XRwgWwkoUQ98L8ImtJfp28d4eWT6VvewSgw2xVV\nhGddl/83fnkYZEMB/0Uiq5cZiXYfP3MseN4fhzJdNEojy51iFdHBZ8A19kP5f6imK\nbGagKMTpQaFkCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:29'),('probe_url:1:https://myfriendica.net/profile/sam01','a:15:{s:4:\"name\";s:5:\"Sam I\";s:4:\"nick\";s:5:\"sam01\";s:3:\"url\";s:37:\"https://myfriendica.net/profile/sam01\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/43d8823a711d3dc7\";s:4:\"poll\";s:39:\"https://myfriendica.net/dfrn_poll/sam01\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:34:\"https://myfriendica.net/poco/sam01\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/183.jpg?rev=2013-06-28+15%3A34%3A46\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArLHYJeWqzhMm17HLzC2P8\nyOU3aZFyCqW0TIfWF8K7w4UxoCysSXRJ5TYQVmIe4eCd5WY4+/ZbkTxIWvb53SWrx\nQJNo/tf6gUnUC/buu1yruuxdkDt/3b7SP9tG40+haYW9TJr4shU1JtKCFsb9X7GqL\n0OBITSlsGlqqxAclsr6//eGSpv6X/VJ/oiQmk5l5YcHohsKRAEtDnInj+eyCRehIK\nnBNH/qI7pBeTP0Muqg6P6IpolHMIrocLMQ+tCShWeaNNjeaFom78bwl7nTQ6qZiBv\nJjHRWVurodX8fNVAcXOXeEuEfNHDqa5Ugs50Ovozz2k03GViuK8BMw7UYaZKVXKJh\nm29BacgLm/3Jj5ScNnW9JUBJykLce3zIJfNao0Z1P4kIBY7ZBFmYnMBQrE73LPJAv\nPw2e+3O9yj3ocQk7VGUUKYY7elf89yuJvFoXik4vS7thjq23vRWT8wWEtRZlMCGgc\nErK0I5BTvZR9gOFNNqIok5OrE9EbE4gbZmxP1KR+st1js1c+VN+Q/qZ1xKzw/ShVX\n+P7xa+M0U6MnvV02JsUK0twGAyktJEzqDlk8pKm2Y6jL8jCXOY63n6tnYnj47WD6y\nIMa110cQ/VHaB+KVqTDCUgVK73XIPOLh/lHJF9CueG1mi8F5aHG/DJ46l+F41cxH1\nVhmfy8MQ/LmUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:13'),('probe_url:1:https://myfriendica.net/profile/sebasped','a:15:{s:4:\"name\";s:14:\"Sebas Pedersen\";s:4:\"nick\";s:8:\"sebasped\";s:3:\"url\";s:40:\"https://myfriendica.net/profile/sebasped\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/0ce9f1805e01ff46\";s:4:\"poll\";s:42:\"https://myfriendica.net/dfrn_poll/sebasped\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://myfriendica.net/poco/sebasped\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/373.jpg?rev=2015-01-15+23%3A04%3A06\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyRWFGet7JazIoJW8nrkmU\nOfCgoXD9XiV1WJFDgTy9ow8xieYXK7Ium7jWX10PCkVzIdakrotqxfu+yF3+9yHaQ\nr0WmLcM2XjkA074H2vtvxptdSbhbIpLm0+3PDsz9DmcIi5gl+2f76/hz/EDcFct5P\nNlceX7uvcb/IGmJ8hoSpgKKLs++5PXAYUmgSyo6nysH8o2Bqr498yiU71cL7ffE90\nJa2c6tVHvcFRhMWZp2PZOq/A2ms062zKz/Y09bDTB2274sQWznpJ01Sa/SOD10vZK\nzti24VtuJBx/adVxwjw3NMCkHGbhEc9iXUMVprPzOlRwmjVEEoWP9+6dYYx9dPF2G\nKcU4yheFKHsK+B8EbxvSfqctIULZEIOvCaKMr4InCXlFryUTU3ntG0slWftUvjgTx\nWGeCcwiUmhyEB1O1D64Ubt+BZBueCoDexNog3bZ1oiLttuauJIqcyDvupp840Z0rX\nooG4ADQj4Vzd3vuEnPp2VkbMW6tU5fd+KGGT+uKFWPhhyYEu0Hc1D1LCbgyzV/JXZ\nCNoKoc5pM3S/2U9JO7uvp2D9CPyVWkyiz1wPTeaeg9ydsu0ajv/7v0L7H42ezAEus\nJrwsdqLgtxCfO54ZMUins3M2zMRxFQIFwT9sSBUBOmhHwVs9sinTQATxAHQ7S7oEl\n0vPdf83YRYZUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:21'),('probe_url:1:https://myfriendica.net/profile/shimriez','a:15:{s:4:\"name\";s:8:\"Shimriez\";s:4:\"nick\";s:8:\"shimriez\";s:3:\"url\";s:40:\"https://myfriendica.net/profile/shimriez\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/655aadab88638464\";s:4:\"poll\";s:42:\"https://myfriendica.net/dfrn_poll/shimriez\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://myfriendica.net/poco/shimriez\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/403.jpg?rev=2014-06-21+17%3A18%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp2HddutFQSE95ifBz7mKx\nQmwDTUW2y3TZh/m4ZKGidLgfmimJ2MWGREcZltCJxe48pGAudan0VQPNmtV1/CnV5\nz4YsZ0JNWXUJ+fENIaTc3RfEjZ13x1/kSuCURY8yo0s0sCNtLq3Ue4qtNGDPTq9RG\nptr8WUuwOe8ywNEOmHo79nGPpogUL3LaF+PVSPBgyQK4y7bv6/+21PtPJMqnwrzmz\nZUF8g4BcgfJTLEyxBqwO17n09PACcyONk8F4JjbOFzVRbTntM9M70M8P2AqHvcohq\naWaq6XTdwEwxsCFPpPcLfB+57/mW19muyUcfafmO5zO46NybC/gUrFR1QsnW8xVSX\nN9iUWyDO9ZOimUs7dqOsrztx+LoL92FwyrN62obBPrmdR+faYEXlvq2HkfhMuh5OV\nqMMTOnwKGL9BMGuLt8yv3llC4t9zviWX7pjj6nJURvS21wc1cDC3eJNCTt9yB5k4u\ncHPAyOzMQy9uP5ICe31aKCk+r6RzRjgn3/0GZN0ze8HFUNj0jq3GI/1P/+gZ4S+xc\nypdB4C70oKdvkJCRC+FuG3nKgGrMk8FEm/hEPJcdHVBhdzWqD1QfMRu5mvxBi5qNE\n1TVW/3oZlbepqI2KQD/JvaOsxNw8ITDRxZyxdp7ScIk25faFILYfGviKOAbhU5JLC\ndRlajR2pFqL0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:23'),('probe_url:1:https://myfriendica.net/profile/sim6','a:15:{s:4:\"name\";s:22:\"Simó Albert i Beltran\";s:4:\"nick\";s:4:\"sim6\";s:3:\"url\";s:36:\"https://myfriendica.net/profile/sim6\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/5bf154d267d525ce\";s:4:\"poll\";s:38:\"https://myfriendica.net/dfrn_poll/sim6\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:33:\"https://myfriendica.net/poco/sim6\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/419.jpg?rev=2014-05-14+16%3A14%3A04\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA28T3RdxyBu+m2BvDxcNYE\nbxF6h4WWt8ghITizexyE80Rsr8yem2E3n7GdqtBBdkCFSqtV0WGtLx5mnFrrMygw+\n8vQU7rbGNmgDAG8Q3RQdq+gL8xRYvU482Ynh0YCBHVMHDIg1KhHN8p+zj/iITSLXj\nNEPUdFxqEL/k3yWP06MKZuiz4K1Du6fD8G5cCH6+kUj1bq7EqteZkk6zcgl1g2B0Q\niEC8pQUYTPRUf20RU6eiJvRUujQ3Ft1NQsSBO9b4OWQQKxGpANy0FwVeHyPM9I6bA\naeNto0x9MyvGFid4LUeTPJfjH4HFcwr1NKlWPArcJDvull+rWqo+fraFh6JaSuweu\nktUtglaEAAGGQAnEeFCg1IQT6FiNmVhJBY+KQw2IEef75Kq94qIVdIl6PjedAnpLN\nlyp6tbAUCfgIOqRCdmSF93VFOm7U2Nl3+QhxJ2q2Yb9cPXuNwmt56cBYwpm1KDSH7\n9bxeJdNHdHg0TI0SpkQXwbBpQ+KbmvnRuH3bwEezD1XMcC9x7vWDyDBX0ss4fyZnC\nDNahb7ldzmRx/wK/Zwh3sTw0yGox3xHKMoS/csoIz/CJuDZNKxv6kNtrkrBt4HG/A\nT3VmfaRANj2y5Bdoy+GYBdH1tLGjcrVW9Yq0HkoKcWVI2FceEzUxkazumy5Kw9me8\n9PmxEn27f9yECAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:26'),('probe_url:1:https://myfriendica.net/profile/sitesonix','a:15:{s:4:\"name\";s:23:\"Sitesonix Web Solutions\";s:4:\"nick\";s:9:\"sitesonix\";s:3:\"url\";s:41:\"https://myfriendica.net/profile/sitesonix\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/46e18d45a3905b6d\";s:4:\"poll\";s:43:\"https://myfriendica.net/dfrn_poll/sitesonix\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://myfriendica.net/poco/sitesonix\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/445.jpg?rev=2014-06-13+17%3A25%3A54\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5Xmoeam87MqJynSY+lUvw\n8BetNBICTFx7J4gnUdFXIZ/0KazJ0co7hrRK1IALUaEmEdJj0G3SeMrwwm4nQAv6M\nQPeqhuDCr/NgD9mIBNN3U0Tj6M4We60IxbJDLRTOLquA4mWkucH31sivDNLDfbqZ3\nu2Wsa99cpy685BhjvzmxCB//e2stifcia9ltIhpB3FtFM+vgyiFMnLknn4x/1KyDc\n5rETSibCQq0/nwoa7VskKtoO7Ht3E4Hef8qjMaEz6ImHHyojHk2oy6l4dnAFTSXpw\niUZAXwUfImovE5zwJkrqUGt8vsnBXq6J3CUVAmZokwdJQTC/DAP4XtLacEQ2kTvc0\n2vD5SYlL4MXcOesQTJTnv6D55t2UDLc8tnjHvEO7aruEkMw/SYlJLPLCqLQZ2+yi6\nKSxW7IdFqzYR2jd654u8oyzlERXaEWSnUZFW8c4YlK9SG2Ugj2hC4LQijnJx8Ml1a\ncMu3ECX+a0baZdzJvQG9svgegsHVG2bXGxzdGHY6jq6Sp1P84QNtfARRfkC27Fd5V\nRundrivY6SfPwmowQPkYJVVx/rIGDYLuS5P9MhsdOr6iq5kGgSiOOCPJPFuD+7XpB\n6PMyEd9Z8rRu1ESBe9aGb5U0HSCqn4MuP47WkxwMFOER1esdLQ50TpfKJRNGxCZXy\n7IZ1MuX0TZKcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:24'),('probe_url:1:https://myfriendica.net/profile/soloojos','a:15:{s:4:\"name\";s:5:\"Jorge\";s:4:\"nick\";s:8:\"soloojos\";s:3:\"url\";s:40:\"https://myfriendica.net/profile/soloojos\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/fa72f9bbb67ab10c\";s:4:\"poll\";s:42:\"https://myfriendica.net/dfrn_poll/soloojos\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:37:\"https://myfriendica.net/poco/soloojos\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/370.jpg?rev=2014-03-02+16%3A20%3A32\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzO58j0c32QUtIyM+pdN5O\nJAcP06iUruYZkyM/9OqOKhBZQk+k7W3Dwzf0sbc4UdnwMsZ1qwxsF5RT7cDqRlG8A\nJJIvX2uwVByl3l81ITUO3Q5SU/Vc3lj0VVYZE/iYM15HqdM27ntCJNTpzoZTvVmtR\n2pej9xm80w5GYyGz96a/nO52Qj9fv7rvQ++hWgBFnl37zjqGUDgy8Gg9jP021Mm9a\nb1lL/bB+6U+CZhjc+VOxw8abwp6lxsblBDNCGHbacME68zvQfcptPmfb94z9W4s18\n7rxijur9/rabk5qIBU1GLKNB7Vb7qNGK9BRPC7bbzYRflc3UID4lZYQA1XZidDHpv\ncKjM2OmIWxE6twAPZac92BQrxpWX024CcBOt3qiO8BMepyEnEqt8CX2LdC/KpqLhr\n3/BmQlBfgJZsqrocDXSms+XvnxWf8MnRBZ2q99uBRQUn0ko3i4OI1XelZnRba4n/d\np3K42iDPZh8h3KqNXYJ0lI6li/dAI9MmhF/XAQqai4VPYwrPleZW1FRquHQL+oPjD\noLV/qLzSg0nqJoHHaTiTsFTocCayZ9u+Z1PXLhFsshH3Tp6DL5OQ2FqRdR0sDi11R\nA1Grg2bn/FPvCAzAUTifW2O86yE+Q/xWBzF41vuW3UudMCcsojuhxRFcY0MwoQP7O\nHb1d2OxNGQlMCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:19'),('probe_url:1:https://myfriendica.net/profile/stephen','a:15:{s:4:\"name\";s:13:\"Stephen Judge\";s:4:\"nick\";s:7:\"stephen\";s:3:\"url\";s:39:\"https://myfriendica.net/profile/stephen\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/5968afdfaa0a55f9\";s:4:\"poll\";s:41:\"https://myfriendica.net/dfrn_poll/stephen\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:36:\"https://myfriendica.net/poco/stephen\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/294.jpg?rev=2014-02-25+15%3A07%3A05\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwQzDw7KknZ7+9XRPdIe0R\nzx6a+fTv3/c1WH5hcMTHoPXlIgngXxzRJCb90uCmfz3CfUDehYAGSadRDZZs6ve0y\n2FfAylbVkgIiXIWm51WjJR6WTq39Cm2SCBVBziwp6hGKzlct3kIY6UYVBXJ7msyjr\nzX9M5qFZSa3oo3Or1FHJSvG7Z0fFZ209emdwSV2acDLa3mHIXUS0KEtqW6bfcTRwR\nzZOfNTo5qRqhhIHXhInhVuktqK5jCTqoWPBJqNOKCqt2sGpgeHhEyWUoAU2wGGRLV\nL14CSqsTC9Eu833H4gEmZglLCfBM9PFYyVIyzw8i13dErkjbxi6JUq6l6WAK36bTK\nSh9P5cjU8UY3G2BEVLtfE/K3qJwe8FpQ8SxkxRLAWjhg+W3GFV2+zym5kKiStg9Lc\n5rNZZuO0qTk3K7hPW7bkn4+jPcHkSB/fh3or5IsEUH4o2RYt7x+HpFwDW0/vksGEO\n4g5UoD2Ww1XZr2l7ShTnpC6yi57yRptnTWmiwbvEGoBNrC0TwLeLuoIk7HHkywCSL\napb7sD73ALcu4V+WIM456smPQ8/SnjxafjoQBwBXaaNwTF84wkGz2tswzkoyXzBNz\nOsEE1PN4/zrNutKvI6aolVoKaj/XQ7Zr4MI86fN0Anulm10rzNRdXw/T+phauQ1fP\nuDBTr1RlqtiUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:14'),('probe_url:1:https://myfriendica.net/profile/the_sos_card_project','a:15:{s:4:\"name\";s:20:\"The SOS Card Project\";s:4:\"nick\";s:20:\"the_sos_card_project\";s:3:\"url\";s:52:\"https://myfriendica.net/profile/the_sos_card_project\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/de2b54c34fc13794\";s:4:\"poll\";s:54:\"https://myfriendica.net/dfrn_poll/the_sos_card_project\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:49:\"https://myfriendica.net/poco/the_sos_card_project\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/524.jpg?rev=2014-12-26+19%3A54%3A41\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsVQ9NQ6q1nnDmXHovH/Vj\noZgpKnL44AmnP6QvHNCx2Q/Hl6VNNBauilPvNgpC1FmW33b84YCMfziNy4gBlC+Uk\nsnFppDtqOadtdZt6/RJtBgta5hzZdnLW0Mck2sC4nR1KtikkW5jDkdqf/o6bdosZY\nj8XmPRqPXG6eKM/3hiJGRXMKucdzOwKodPIwmvF9WxB/wrvF88rOvNs0SaXhROgNO\nvD5WYF48G1OR8vleuUpx6pZ2rLydRwHnxNkzAUKCX+y6gB9AYVS51Rp7vFSEXaKyz\n2CFzfJBHxxLfNMLjvRKLsZt+R6KblnqovqHaLinnBwIzbpmmfjlQ8M/H5s0yGgJz4\nCII3gVIPMwtC9H6O56/t+R7aLb6h+V1ki3fXuBXK+OOo47FBwvYgUARPw6PHS4Jfr\nkygHpgBbCqMNGihG+bG9HjsgSys4QQg+tGl0A7Bp0mJ+Q1nNGRvMYY8SYDV4Q0Fd+\nL8wWhrcIW5nHR6JTnJ1Ovvy8273dV+cbmsnBLpLoXFv1cVBjaRCt8iFB3PleFcd1R\nzTI5YTkw/9zqMusufJFZO1YStQwzdxRU2Wak4rCSshJHJJGGkp1j7HSqIWhO0Mol6\nFarApxX8dmBEPuUrsCq19wsT9eGinrN0mgNf1mxX3Jv9ya29BhxGfnl7+Wc/X5Tvn\noYEj0D2MR6Z8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:34'),('probe_url:1:https://myfriendica.net/profile/tonyphuah','a:15:{s:4:\"name\";s:20:\"潘隆吉 Tony Phuah\";s:4:\"nick\";s:9:\"tonyphuah\";s:3:\"url\";s:41:\"https://myfriendica.net/profile/tonyphuah\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/5936952ed8eaebca\";s:4:\"poll\";s:43:\"https://myfriendica.net/dfrn_poll/tonyphuah\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:38:\"https://myfriendica.net/poco/tonyphuah\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/304.jpg?rev=2013-11-02+00%3A37%3A59\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAvlN4eZjapDkcaZ1ykRCFB\n7T0gTZ0b+Ff8WlCG6q7yIdsc99Zb+fXi/Ire8kGyEfPv4Ff2Bv7ZOj5tL8srcZbBn\n90IJa/xH7kq6HN1HqGMwzptpHvLSYqjFm8JIyLn3lOUSS70g2ClcQ2u+RX1izaNaW\n7Ne6UuszlCAP3N649iSxjw4DViKAXkSNIIGuXy4z43+SU6ggGeFYIMgX1mTkE0gzZ\noxOU90CB+zNQgXIYD8XgspDB9f2W8PcpZMrzE0dMNwf62BrKHCPFcaf0uyLNWUHme\nzHvTJbaZAjJaVbd6DE06TZcMfRarFb25AabpxkmyCvGh9s/Lw/15hCykJfd0qH6NK\n6Afcel4n2OVtLp7gf6JtmTDSi+eFsvJSlXgnI/5Y9q5N2B+2C1qRpKLuiq9bj8GsT\nfvJnviiuwbCCOiazJa2WjoC5zpz4Zc9r2xPm2BcVYNBOxJUnFxBS4fMfEp51hwGdg\nbDRieEAJHb4bwN3jY+Ly5pOZZ5aBrNd0PgYZKh7c1OJOtQl4XNCR2X0veoGuVcibp\nx7uTrrbRPjlsOtD++EvimHu9YHda3CrLZVRdB1Y1qWWkWcl2SzALMmmC/MUlUdL0r\n7q5OxktMOUnqa+RKvfGjFQenHr+jZJrMeAQK9EKlkhB6H4f5zqKUlGVMDKLJHSneR\nfeoUCZory418CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:15'),('probe_url:1:https://myfriendica.net/profile/zlaxyi','a:15:{s:4:\"name\";s:9:\"ivan zlax\";s:4:\"nick\";s:6:\"zlaxyi\";s:3:\"url\";s:38:\"https://myfriendica.net/profile/zlaxyi\";s:4:\"addr\";N;s:5:\"batch\";s:38:\"https://myfriendica.net/receive/public\";s:6:\"notify\";s:54:\"https://myfriendica.net/receive/users/997b994a938e7317\";s:4:\"poll\";s:40:\"https://myfriendica.net/dfrn_poll/zlaxyi\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:35:\"https://myfriendica.net/poco/zlaxyi\";s:5:\"photo\";s:76:\"https://myfriendica.net/photo/custom/300/376.jpg?rev=2014-03-09+09%3A56%3A13\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA+G9lcuuPlVM8g5oJVgARE\n8G7mXo82BLHMCaZLhUX5Qwdzesr//Bu+pbOqy8JAeaSIV52VJZL494Q65KA5YngSo\nVLl3qLG69QmXLC+aa70kPut4VP5Efu/IiK7uaeEtgHrC5E3Lg2bmb+3Ej+ce4YqLk\nyFc1VRvylU35bI3uiw5j1w24Spf4tQgY4MsueLS3mrr3pYsKnB7qNu9Tlzht8za+6\nGDEG0kMZ27ur3UjXdAPLgx9DsxqlWoBVKi00b7osu0EhjeXi+nDNR9J61F3jJn2fe\nRxV2Acogoi4B7V5e9dk7LSZvOgSuK2/FFB1C1qNpPVKmhjrWhyZEjjb/V/b4e9FKS\nYCeEKb9qqZe/smqUmRiedq0z2b0kJRqJrbsVhx0aN5NUFsy/MeMctG4Cw7/yqxeJU\ni/+8SUG22mF8h4db99fNjUr3+P9w1imBrDHGMlsbreXg8Xr2kwMr56pzanMw7pA/o\nHZT3qoAaiDUC3mqMfM64MsKzxTQ9m9kStkbxAcTI1fKtoYRetS72y9tTPp34m1mxm\nWsJ7UnBq9WF24VzRPX6G9PI7iA/atmNGo/xUiR8iD1GZiLSNn3TCXhFHaaCtdqlKd\nqkxMa/+5tMuJrSLvMMUhTWhyuxHlUFHZP5aMM7BEe9Y6RNwf3xiXoz3wdTfiyjBON\nxpkyzuROUDD8CAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:33:22'),('probe_url:1:https://oradon.pegasus.uberspace.de/profile/oradon','a:15:{s:4:\"name\";s:6:\"Oradon\";s:4:\"nick\";s:6:\"oradon\";s:3:\"url\";s:50:\"https://oradon.pegasus.uberspace.de/profile/oradon\";s:4:\"addr\";N;s:5:\"batch\";s:50:\"https://oradon.pegasus.uberspace.de/receive/public\";s:6:\"notify\";s:66:\"https://oradon.pegasus.uberspace.de/receive/users/0b4d9b4c48604b7e\";s:4:\"poll\";s:52:\"https://oradon.pegasus.uberspace.de/dfrn_poll/oradon\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:47:\"https://oradon.pegasus.uberspace.de/poco/oradon\";s:5:\"photo\";s:58:\"https://oradon.pegasus.uberspace.de/photo/custom/300/1.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsM4vwa4jcajmSUZFXXWt1\nB7JrgTqEIqQ66g08EOjLxKlEpmZap1W4dXlnpP37wnVQ5F1n4YEY1c7E2/ZbpDVhP\n3LUIVv6BFYxLrAnTsoXG5726EL5utY6wxRZIOhJHY1KJJMYBAw5O8bE3OCeWVW6Qh\nltZ5ezvdi7KZfQVqbh2KI5si+IbqZqydjZPMCfhIL2bN0ys79h5q8yFr/LU3k7BUw\n5c2CprTQppnKi4rSH+J8F4Vv2Bxlwh4j+3IMM153Pvx4I1jRLl8tBvAkPSjP/QRhH\nYPAyZO1nyPvv6cVLqa8fnnOenJSFDF7qZm9FHu12A3X6QZGilqsTd52Plheqa2a+/\nrYjnapqNFNGuK4UbZc1/IfWl5RLC861T5IsD48VftBq9ZvNQzOip/6Bvt69LbEZw5\ngkLBF4mY/HedL9TGioaaRlDgz+3T/Wx5+Q/3dNwr6sVHJz6F/NpNQI0AckKqmcNxk\nYIKfiqTohwQgOnfjvPjETft14rGh6J0YfQi8R+H1LeupLgcoaijOVV0YLrizOVzdE\nmfInqFcPOMVdpeqyqpYrJEeo/KF48RWD6X9CWLGHQABdpmj0S/aei8/nnRGauf16W\nkqKtnEDVn8fWg37eyLVENctlHvHGsDmvR3m0MFEeMhoH9hp2emsHhUtcfwxr1PL/Q\ndeRcxZkKu5KUCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:41'),('probe_url:1:https://oradon.pegasus.uberspace.de/profile/stuttgart','a:15:{s:4:\"name\";s:9:\"Stuttgart\";s:4:\"nick\";s:9:\"stuttgart\";s:3:\"url\";s:53:\"https://oradon.pegasus.uberspace.de/profile/stuttgart\";s:4:\"addr\";N;s:5:\"batch\";s:50:\"https://oradon.pegasus.uberspace.de/receive/public\";s:6:\"notify\";s:66:\"https://oradon.pegasus.uberspace.de/receive/users/1ac52ca5766a8779\";s:4:\"poll\";s:55:\"https://oradon.pegasus.uberspace.de/dfrn_poll/stuttgart\";s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";s:50:\"https://oradon.pegasus.uberspace.de/poco/stuttgart\";s:5:\"photo\";s:59:\"https://oradon.pegasus.uberspace.de/photo/custom/300/12.jpg\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dspr\";s:5:\"alias\";N;s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxzWMuVFgMiptw6tUtu5Hq\nhiKnpgrzGC2hgkL06WbkHGaPwbwm3h7NmLTe59mq7c1mELzU6+w1nm18q1zRHvBK+\nSYiUOMXqgKsHfF1Wgor46FVWqAasdAgtBOusMNdj/K4gLQfVehm94abyf+p2TLeyW\nsdxbOlhs14O1sO3O+JydfYInsf019X9WvrUrGD/PQciDNzCFAcDeRJvswt4TvHrFq\ncMQqgCePrfTb3+q8zRN034xSkOnKihkkn+NqgIooU2fkhRiZo7iyR9omO1YPSh+is\nF72+AUWcrkbtNXEdh44jYw9sctuspfEgLeBHioRPQZqOaDNbdqAg3hClDMQGL2eQ7\nkW8d67pRmxZZp5TVgV2EKUY0LxWOfoNFDOactTqQ+k7dofOs6PhChU696NeQYzD5Q\nJDgtYH9NNtwFoc+L4mVZNnGl5yKhVq3+8mHqCeyUUv9huGEVUBu2JJSM3cw2MJR/N\nscr1XtymzMNyJswLfVuszuERCvviPJpuuYjbLy/OfSadfj2WOo2Hgv3Wj0frMXbeY\nNoAJCc7qzpIlDegx8sVnxQ4s3P7IqTJGnbxmlX7iT8OFxydb35cbtodQ0fN0pHUAI\nSrDTkk/IBdSdAkI2ajjZCOvag9TEJYQ9lO+huOHyQRDh2gZ/3e1tLFyvnkfyHbPva\n5mS5H9bu27EcCAwEAAQ==\n-----END PUBLIC KEY-----\n\";}','2015-02-02 11:34:42'),('probe_url:1:iulian@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:34:\"iulian@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:11'),('probe_url:1:joecskues@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:37:\"joecskues@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:13'),('probe_url:1:survivalism@friendika.openmindspace.org','a:15:{s:4:\"name\";s:0:\"\";s:4:\"nick\";s:0:\"\";s:3:\"url\";s:39:\"survivalism@friendika.openmindspace.org\";s:4:\"addr\";N;s:5:\"batch\";N;s:6:\"notify\";N;s:4:\"poll\";N;s:7:\"request\";N;s:7:\"confirm\";N;s:4:\"poco\";N;s:5:\"photo\";s:42:\"http://192.168.22.10/images/person-175.jpg\";s:8:\"priority\";i:0;s:7:\"network\";N;s:5:\"alias\";N;s:6:\"pubkey\";N;}','2015-02-02 11:30:28'); +/*!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/friendica4','http://192.168.22.10/dfrn_confirm/friendica4','http://192.168.22.10/poco/friendica4',0,0,0,0,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2015-02-02 12:04:29','2015-02-02 12:04:29','2015-02-02 12:04:29','0000-00-00 00:00:00',0,0,0,0,0,0,0,0,0,0,'',0,'',0,'','0000-00-00',0,0,''),(7,4,'2015-02-02 18:41:17',0,0,3,1,'dfrn','friendica2','friendica2','','','','','','http://192.168.22.10/photo/343e3e9f0f5a36ea763c101490db9ca6-4.jpg','http://192.168.22.10/photo/343e3e9f0f5a36ea763c101490db9ca6-5.jpg','http://192.168.22.10/photo/343e3e9f0f5a36ea763c101490db9ca6-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4QpA4flE9v17fh+yrMpR\nU4iKSxLOF/8ROTotrdQsk8HcHkPS7E60QUaRK45gDc9O+7FU1+90V+oo0BqdkJFL\nbFtTogP5fdNSD3ApHz7s03oBX9JenU/8JhxaH1VwEs3lLDlFrywngiYcEDZIeLGZ\nIFK1GWP79+ZwJ9WWoBhzCD4hg4excOWPwwQMjCLYAzI5INEPTw+R3CKD6EsnVLu0\nS+u3zBBsL/A+bgDDfgZoD6igJQlvenK5jStgfbiuVp1mqdXKJ8D+rYz5FQ72Yn3r\nn6AvrXcPQMbLSaUK5m1Ug7beasuhRJ5Z7TVtJ/RLNgA3mOX2A2Vy1i38VYmcTaG5\nom8AYeI/nSvMzJt7FYXOBdxKnSW0UhkXsjBQavefz7sp2Lhcw5U+7eaPi2fIkYio\nVHKU2r8uiJPFfUMAbHA2+rScBjn2lYZH0nfMKrZTzva7y6d19EOsO2aP5e4XNjU8\n0tX/C1iy6LPMCf7xG844iROXi7NPJJoTgx/Sl6+o0oqBl9J5wJDK5U33rUSqYI/p\nsPEfaStqA5CgBAvAsq0N+NQQndJzGfuYaIdfleyUSLIchHhEICE4SN62RHZ6VTlg\nIVCva4xdBrGlkGV/IgE228FwgX4GWELclfUH/KwcGHChlY8dTtVZHbTCuizvPLvl\nXuZQ9ROdQiwkYwGJA/bhM3kCAwEAAQ==\n-----END PUBLIC KEY-----\n','af2c1bff1518afaf2df6d3600a7f2f036cc758f0044c4c3c7649cf53edcb4faa','','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','','','','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCp8Dy/Kp04TBGT\n4n0FpcvC2VuOXQb62qzikK7x7PXny/ObmM0L/Ew5tw71qsOnZECDy6tcow7NAMxQ\nbrALF/xJexHxVPBTj4RYxLIPGCzxFhTWYhzWm+R4pYOsvfqJJ7X6Re9Qc6NXb7U9\nAnrHYjJgHAA9POPDE5JOE+6Z9P0zzCpLIJi+pjm49CKu7VXLwQR25lKmjyXq6EDj\nYIk/WkzhBsiknaA9Rg7IDM0ssp820i8SRr3GQLyMfyTNPCIqB3lejaDZNpyo9AEI\nSGuc8O2ei9LJ/cg6aWR1D4hZxMg4LzZneggrh9jdZhyED+ZPhWtpp179T8KhxMqP\ng5Z+EZr2RIHwBiSbcuzGZQ1QgQb57/gJTsKlKWGHptdg1H/KxHGlexylpIF5X5pQ\nPLxBcmE3VtxJEIUP9Sf1/11DBrCl6ZQ1xhBiD31MGqz3pJiR5k2gQBalqPlVODPY\nBlaOTPS5duCbUTn+DqR+8igAJTsw/dIa1xOoRjtMB5nNyrijIIHZigF/3DtnnMEo\n1iNJFUgRr+R6B1sly8W2qFjgVln4ybJdf8HV8UWGNR7hZozPG6lU15CebAeH7ZEV\n1FURc0T1yHYJDWIXauonr2G8q+JkCx59tMSuzb4JwOjfEXgUWApSTay1KNXIc1/z\nJYv4Taac6VAAAf4MDvDbyRN5P76j7QIDAQABAoICAA6miXYppFhAJpvLQOAFxSVN\nO9lwJ7PkulbmBk8RELolGSFm8PaBj8jCAWYojKmXuQAjxOg9nn8J/JNKl569OKDV\nHVzi570seEp22qr2eJloP++jkbzmv7GvA0UXM8wzQjsLYHBdJ83X8ZYK6q7ZxmIG\nx/Z/k1s0Cr70dPOM7W9TwKmta72z8vIBCiRujaD9SPc/MAzv9mLkFwQDRJHTpSEZ\nRp76f+AIdCnHAMFDvPoq8KfwtVesKRUruO6AqqlY75u5Ng7D6ImgT555L93d3351\nq3yChoqSn3iAGE806dX+LACLwryN/6JGtVqlTEO6yuHW7heEktEDeDsbKxQ/TE6e\n7T3PZDqb54COe/YEpeiaA+t6CDfsWIOqi7YZen2PEqr1rYVTSt9RR9ZV+yLaDyfJ\n9Wm2j8Uk6x7KJ/AS/gakiVTJu2BOWfFySz+R8CO61XL6ZqUhOeRmYivv/sJj7eAu\nurjhQt9L8rWOt619PqlI1GxIWtKTgBQNuUN1vTVKb8QF9A8Yo34OkrXgwXCx9OyO\nPZl0vhvpHbEAX7qE4v3GDNOMJ7ACJWhJ1z7UHpt+q6Q6TgqwYoQqVeFmrqVYQgwY\nnDLNJyWZwcy6Hn13DHiC3yvslKXvP/McmAg+Hfn5Bq5bFq4auDYbJr/MDQLpTqhi\n8sWGkdtFJ4sCTf7wZn05AoIBAQDURDfn5JI7E4gWUfwtucSAsVEtDbO5yKFuVR2x\nKHC2XJgooNeWoIY1AsqfMAY2pkMUaQZ79RkV6zJLq3UCn9aAXzFn/7ce7qPzZdrS\n73Ku3NNlIyd/0icQ8kSvNf4OyoZjl6ByeaweE0y2PboZJysubD3cnVuNDVCAwMq2\nOUsgTb94i4Am/6gK8IoZf/OlLXmYJgcHKGsc63upBzNSnJRB+pRaKtUBfOEV+zNv\n1z8YB8d3P5GVfAu5kKOm9prwqkEq5FIUkoUrftHukxTGPaaLRcisJM+9JroshneX\nTUS2fsJErdwXJl74u1qvxBCQlHau5h/GMeRTDeXDl8v+6q83AoIBAQDM83fuT4gr\nhPJHRwq2/IAy/ZzESr02qxz/Wy0QSM4/uz8lsiGRijML0c7A6c21+cKj5v76tsNH\nQavPqbqr+p/90v9Vz7EdOKsK4eWT9kEQa7vqjgUwiZwnI79IgYJBmKjabPk9XoQy\nRBn5WC+IISN3PQi2W1fyDxn73k4RS6TcuTN0UrNIvDcX/NJqBiJD5horZr5KQQR7\nfT/jSNhkuY6HyAZccwU0C/ShBKhIkG0RWo53Ul1J8IA+DvUBmQB7kESrsUbnr6Ob\nEA8qDUrxPudlOAC2UOsfL6A00dQIVtkZxH/qUbXvmRUM9GNpVFJiG8TUgTv4Z5Mp\nrjaMpE79tG/7AoIBAEckWgxpii0snabFcZytr1NmmotcFUmGGbzN4Da5FBW6sPCk\n/7ynLnPj7J8vzFVSohbcIGU5P2AeROwhmgT4Jz89KGTvyqMeXmq8T3v07t32ew9h\nmeJ4P8mpOSX0FaNFc4c7kXXsm6g01bgath2qCAn2E0G2p7F9reaJNyedyjUYebzg\nHGJ1uw93kQF85d8Nf7xjumVGwaeesQJ0vFnKytHWNxSFWIC4JwRj/dhVLvtR2CN6\ndcPBIHjgJklWS5WvqknC3lOwy9tJFPk96G+MyB3TlK9FYy7FJQ65PqnCJu53S4sT\nLjnADYKV4I4aS2b5q1FxJWMa46iGduR4ItHcPD8CggEBAJpsiF0Dh/Jihbq3CJe/\nwUiqVsiAF/ltDLhLFrVCZkUW7QmWIjzrCHNLbqFkiR8oRUQB9PUraA/0p2Qc2w5i\nFNLHfKRHjYga/qWAd974mSWqRzkAMWDVDtde0+3pxx9tyyxpF5Lp+Gl3bqq1i3ri\nnTpmvn3IbYdxYX6pjeDyQhIdaWuoNHYFeu2UDWbdoEvQwL8a9x4zxxDU2qKCbKnY\nNlCQolpeP/lrWLNKMxIZ4FRHCzlU0f24PKiF1I2Tnw17MoK7XFWNvZREkWh6A5Gq\nd+eIPuEgL0icNfYWc9Ckv4fuywLe9lrF2VqdeZoPctOBYNlNVsZgJD4vieKGmw4G\nOqkCggEBALkyBL734pf4dlyKmZeTGvv3Y8f45QmJSivGIksuTBDSF5MSLOL5hQwX\nnTnbi48X2fmFxfuPxkO4fhAjioVG0HXwr9+6CTYQmi6MK6lfFEKAh6JNO45GBRuO\nCWbsFUIrIcPULYkArtyeVz7bWs0yWUpzguddO1ekso3bZlk3fPp5Kt5b1wJAkz56\nPsYvAp9oLG0Pc1wPDJVBocsDtDVnZCxxz/rViuajut84llz5/9l0iGzB4bJrA2uG\nVX0A1gkaHRb3VdpF4856/pJAoH2ljh1U+5iquHBuvvK4vMxFeN+1fVm9c/Ksb2OU\ndLrR3o8mxnuDuIMDIUjpEZaR+FYKCSQ=\n-----END PRIVATE KEY-----\n','','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,'','2015-02-02 18:50:08','2015-02-02 18:50:08','2015-02-02 18:50:08','2015-02-02 18:41:48','2015-02-02 18:41:48','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(8,3,'2015-02-02 18:41:21',0,0,3,1,'dfrn','friendica3','friendica3','','','','','','http://192.168.22.10/photo/1f4766db71f0f2d503287947c1d67dcd-4.jpg','http://192.168.22.10/photo/1f4766db71f0f2d503287947c1d67dcd-5.jpg','http://192.168.22.10/photo/1f4766db71f0f2d503287947c1d67dcd-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAliSi9id9Ll1dpzXC/lL6\n2/5FYxdn0XYb5I2JeXBNopwbXOLDsnnzXlV2NN8riZaYRQcIbS00OuAvyYj/IG3i\nDykD2zPjVnLEWADtj1YhLSgKcfQgv6Cj/7CPdb1Rg3icbvWdVY9wabcblVa9k+qr\ngK273C47lCQzXgvMtPst1DOzxtVCGmPJJHKjXZ8hDvf/IS0pVGa0zIv9kdofqQV9\nD5u5LuNzRuEGnrpAzpfzMueDppBrrrr37sKrZfCvyYHZ/ouFgZ3bY9NNVnjuFItP\nrcDlJPL8NhGmmzuYtI03MLor+1yVdBKLIJ3G2Bxzn5tynjSX9XZzOQgC3+YVH4TU\n7WDUHjTWJ9mliD2M1WXCp2Lwc/pV1Prnvv057pAqdiMhnddzucV9nLk9X9fR8xyy\nC7PRwx0hkB427EtAYaOTr3RtInP6+cm+3M7wd6ZKTqWAU+Pi20RNrQRsqfHJ7+hx\n+i5rIG6/knB/C+MAAutEH25oY8kJYtJzXid2OBSE462DTuYaee9aGHUDNy+HQau8\nBhJ4/Wsc7Nf/7GRZ38SVT/HQShl47B1AG5AyomyWgwn9J2KJ8kMuScPmBv5u7Mwq\nSjLk5pLkwyUtZwUu8UtsFKw9HLcRksGSze5s2cbw3rf/6jgKycT72Bfm1fjRnv6s\nXt1GdSzfG9zVHuEwRDgTX3UCAwEAAQ==\n-----END PUBLIC KEY-----\n','','af2c1bff1518afaf2df6d3600a7f2f036cc758f0044c4c3c7649cf53edcb4faa','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqfA8vyqdOEwRk+J9BaXL\nwtlbjl0G+tqs4pCu8ez158vzm5jNC/xMObcO9arDp2RAg8urXKMOzQDMUG6wCxf8\nSXsR8VTwU4+EWMSyDxgs8RYU1mIc1pvkeKWDrL36iSe1+kXvUHOjV2+1PQJ6x2Iy\nYBwAPTzjwxOSThPumfT9M8wqSyCYvqY5uPQiru1Vy8EEduZSpo8l6uhA42CJP1pM\n4QbIpJ2gPUYOyAzNLLKfNtIvEka9xkC8jH8kzTwiKgd5Xo2g2TacqPQBCEhrnPDt\nnovSyf3IOmlkdQ+IWcTIOC82Z3oIK4fY3WYchA/mT4Vraade/U/CocTKj4OWfhGa\n9kSB8AYkm3LsxmUNUIEG+e/4CU7CpSlhh6bXYNR/ysRxpXscpaSBeV+aUDy8QXJh\nN1bcSRCFD/Un9f9dQwawpemUNcYQYg99TBqs96SYkeZNoEAWpaj5VTgz2AZWjkz0\nuXbgm1E5/g6kfvIoACU7MP3SGtcTqEY7TAeZzcq4oyCB2YoBf9w7Z5zBKNYjSRVI\nEa/kegdbJcvFtqhY4FZZ+MmyXX/B1fFFhjUe4WaMzxupVNeQnmwHh+2RFdRVEXNE\n9ch2CQ1iF2rqJ69hvKviZAsefbTErs2+CcDo3xF4FFgKUk2stSjVyHNf8yWL+E2m\nnOlQAAH+DA7w28kTeT++o+0CAwEAAQ==\n-----END PUBLIC KEY-----\n','','','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',1,0,0,0,'','2015-02-02 18:50:03','2015-02-02 18:50:03','2015-02-02 18:50:03','2015-02-02 18:41:48','2015-02-02 18:41:48','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(9,6,'2015-02-02 18:44:07',0,0,3,1,'dfrn','friendica5','friendica5','','','','','','http://192.168.22.10/photo/75b60a2a1e6b2cdf2eb3637955a7a5c2-4.jpg','http://192.168.22.10/photo/75b60a2a1e6b2cdf2eb3637955a7a5c2-5.jpg','http://192.168.22.10/photo/75b60a2a1e6b2cdf2eb3637955a7a5c2-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyvuTsaZaTgPDm69uxixR\n8qd0ylkeA/IY3KDsI4vjrLuF7WLmU07lzQXmilQJ+MlipIju+wFXx3a8ksavEYpP\n9ZU9YrpXe7zneHRLTxgMDH9IMbSCIUAkEsozpzF02Ft0+G36tzIET2oTuU6uLtx6\nI5ifmF/qFC+4avAoABQg8qfOPpuaP3AJ6FppqEifUsb0lTWqP4zg7PQXC36oKIJ0\nUDuQniVy8lTxVfkhoi/aHZw0khVXe6tDK7C0ALg5U7jLTDNdJ1R0v5iC41QK4CEt\n5x4x008mdk6xLKGZiou1UuEPv/+WSQU1Q21JFzNVGBASkRu7dUVH6k+59VQr3ONI\n5bdbAZviVY3ezFNtBeWWfDk06BWoZwX67eGG/dVsCPnEkuP9CpemcwwGZbYCIqf0\n++5h0CU41CjNShHdBD+Q+ZQmT3I4sAlPZ7x90nA9KfuKM9QyTPQ9EmK2bxq7TKvV\nzLqHptL5mC/VH4FbO1eKf7p/f7XxOaeXGANUaRSPwLSO7lk8lkl/wj7sNJYGYygC\nMLTqH8GTizpyPkSDv5xO6bYn/g3BYFuUM5x1MZVS8MdG2a3L8UzRiXUsm/AjnfSV\nImN2+8bHJI0wy9zRxfEaG8pvbupb7UU5zWr3WRkSVr84Bq1SJNxLfWZj3GHLaesr\nu3exEdYGfxLuG1zHIROVwlcCAwEAAQ==\n-----END PUBLIC KEY-----\n','','1457f73164eefae32c107b310f3720c83bb5c7f9df88de0114714f4c77055337','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4HA9qXSYftx7tS6kTVvs\nBhVx7hPK57GIpUU6azuFGqmrAqEEsBh2+oLTDzYGvq7UW5NAbL6QdvoFkJC4tTJK\nwfMO7noAhBzzrLpGjJn6W1v7OaGX1VAQM32+dqgUP7aJF91DKx8nCcAqo8yPp4gr\nUe1Ev5Yrsa9so6XRXEI0n7PHTgRir8HIAHC4sDl1THuUdahD0q5hy+7ymyUHHEsF\nJJIC4zCuFNGdk2wqDdG534FAU5CKOL/OZW1n9vbumU8zwk3hdt5rmzxyxx6ji9KU\nJiSLSErGLo0xQklT2N+DND61SgSqKk2JDmnD6NtCb9u9Q06E+jpT4mKrTrxURqa0\nQ0So/7ZbJJWb2y7Yd7KTN8pvVzC3Set9+YXH8EVypVsAW/Io6KoUiFEuJhp1291R\nVXjt4opm3unxNVCYnl/Ui/p0mw9QjuaEx9/7Iu/RUKjXFWzqmzpXEinfVk6rscC5\nTJn7BAZFkhZD85YSmSuPkDbtiAS99uIyO2jaD1G29lkVzdG74KW54r2Np6rIOgqK\n4Gsr8H7LM/R03jBMPCjHtWT0bOyT6ySzqdq9YHsW/9Fr5uBL5EeOuL/xKuRNaaQs\nIflXwfcb35ouz5PDeP3T8m1tBhwWN2kiWVCiQuRQINhG1vFHU28Yof3XAQ3iWiV+\nfPp/WfEiQ/HnkJdmlwq82eECAwEAAQ==\n-----END PUBLIC KEY-----\n','','','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,1,0,0,'','2015-02-02 18:50:05','2015-02-02 18:50:05','2015-02-02 18:50:05','2015-02-02 18:45:30','2015-02-02 18:45:30','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(10,5,'2015-02-02 18:45:10',0,0,3,1,'dfrn','friendica4','friendica4','','','','','','http://192.168.22.10/photo/d04134664ffd0d558b08ee01f6859f3a-4.jpg','http://192.168.22.10/photo/d04134664ffd0d558b08ee01f6859f3a-5.jpg','http://192.168.22.10/photo/d04134664ffd0d558b08ee01f6859f3a-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3nCYawg+HTyQgV7a7Osg\nCXeACOitKLhcb2WDTN/lLOMO7n1lSm3Kdv1dbOc0/lkAPeB2XsLF/aDfoUPWWg4Q\n/oRPrXFIi2dK/cIQVvgOhebQheztAYPJyaYYMWVK7bLbPuKVTyzALqkWD8Zjjtit\n4Uvm3kjmcofKr+/Lw+VFaEBMESQDbP5eTDtQeDGGjluWQMj1/D+V/Tcm+SMrAVIv\njyklQEhBJlYGJ+LsfXv4XXbeH73dkIXkQW5JgWQyPCloJ+PxmmjjEDozsdgmFQXq\n6T9HFVHvW2O2lmDoaTrbIGrULWBpslKZJJrV+LgtkzhP4uuKfJPD2DpMJ4+ixtBE\nzM/o+EuYDTz0P3dTvwruq1t8gUYcQOVUzEp1LM0qYDMVY86XneW1W5xghztl5zqy\nGBMBvjVIFvMVL1cVeXze4zpwwKln2cArepToSpN7lmy9EgBd9mZrVLWosZShB9R0\n05kBc2Tfv7FlixwZ1P8rwJn9sEEs9oa6TnRLL+7L8eqapg6vUI1G7e0HWWEjdHsR\nrYVHYW+ogtOYjrQ1Tfh1W2PtNaez5fGYVBDjC+1vy0scJmqrgy00z7MHBT2WTOAL\noHbdedhpa3UZ0FrsCto+vqil8BcF5aBhi2Hi5YdKtbY3EBsaabcSO2joc7rlmee4\nxdKfDRYXCPysFPhZNgIW708CAwEAAQ==\n-----END PUBLIC KEY-----\n','1457f73164eefae32c107b310f3720c83bb5c7f9df88de0114714f4c77055337','','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','','','','-----BEGIN PRIVATE KEY-----\nMIIJRAIBADANBgkqhkiG9w0BAQEFAASCCS4wggkqAgEAAoICAQDgcD2pdJh+3Hu1\nLqRNW+wGFXHuE8rnsYilRTprO4UaqasCoQSwGHb6gtMPNga+rtRbk0BsvpB2+gWQ\nkLi1MkrB8w7uegCEHPOsukaMmfpbW/s5oZfVUBAzfb52qBQ/tokX3UMrHycJwCqj\nzI+niCtR7US/liuxr2yjpdFcQjSfs8dOBGKvwcgAcLiwOXVMe5R1qEPSrmHL7vKb\nJQccSwUkkgLjMK4U0Z2TbCoN0bnfgUBTkIo4v85lbWf29u6ZTzPCTeF23mubPHLH\nHqOL0pQmJItISsYujTFCSVPY34M0PrVKBKoqTYkOacPo20Jv271DToT6OlPiYqtO\nvFRGprRDRKj/tlsklZvbLth3spM3ym9XMLdJ6335hcfwRXKlWwBb8ijoqhSIUS4m\nGnXb3VFVeO3iimbe6fE1UJieX9SL+nSbD1CO5oTH3/si79FQqNcVbOqbOlcSKd9W\nTquxwLlMmfsEBkWSFkPzlhKZK4+QNu2IBL324jI7aNoPUbb2WRXN0bvgpbnivY2n\nqsg6Corgayvwfssz9HTeMEw8KMe1ZPRs7JPrJLOp2r1gexb/0Wvm4EvkR464v/Eq\n5E1ppCwh+VfB9xvfmi7Pk8N4/dPybW0GHBY3aSJZUKJC5FAg2EbW8UdTbxih/dcB\nDeJaJX58+n9Z8SJD8eeQl2aXCrzZ4QIDAQABAoICAQCwFwAaIvO+nQimV8jrNRLS\nlyLDU14gOMdoPA+gsJs3FyWoM2M1Moyu8dPcnFvgYdUVYEvsxfscjf+ttA5ng+Tp\nlOUDME+VWA3LWH8fs3OdGGbcia9R2rZLX/3+pNL2RiX7xkr72z5KxS3vRAD1xb2P\nUuRcmNsBVwyavO+tPfiB0JCv4nr3QMfFqKsPAJXKgy8wvOsxskXitkA8f2m7xhRr\n4+9GBxyeEvRaBURdgU4fUQ6CQeZgrgSmyZcHSihbuqt2aJpcJBgzPNMk7SIOAxLf\ndk6dUqV5QqgCRPv3LS6I4CZmw5ArDphY6Zye5uCSWMp+s21b0kWcWiPj65kHsaW9\npU/ffgJGr3YQBBJ+bca6XGuABvm4edolk4OS08CKa/Jh3YLO95Pvvn0Uj15alq2D\n7itEUv8LF6r9EA0KyulEAPYyTeiDEXcis0vxo4aimmq3SbhxxwngMIWvDmTrI5C1\nnjYsRw/4D6GWta32dLpYr5MgGMlJmw8gVa8yauDANnOoM5Qn3rKNT/meuxE1EwZU\nz7q8mfdiO6SMec9Q+X/irbJ4l+IRKW5qgqUOVFKRs5DuJI8FbpQioHs/fEDtmTUP\nvIMBXncX74vhoTUX+gZpuGMFWqCMmE11YR6wA4DnmLUCf8VSHez9noBmEiTDT8eu\nIBVR/p9qsc9JkYNo2FG9nQKCAQEA789ecTua3S5BXSA0w4bjnvLAMVG4PejLNuE6\nqRosRFx3+SgnH7/WMMLfwTRgUkWQA+ehMgr43pfI28ECuWqlqfsNJK3IRC33i777\nMefCQ3CXNpTWjLnVvv4hMjqLCKfjxzSlCt0a4gYsZRdMtqzn6XhgD/mCCV8xBq5s\nevMZGnmxeAuGSpfHcj0NzIz388r3t9T7mDP2x2SQ2NS68kbdWiddkbayUWRnvlhO\n8gxjECCqzmMnjeDH4I0H61KCBKxwTdR31u4upBktRE2zf6gLyjUMwcYVGmSt2a2o\nRgiR7lqSLweND6Wa02IvhpvlwPoWLUQu7ZXUi9AT+bhjw6yOIwKCAQEA75c0fvEp\nsUZlau1JgmHWXLyZS6HGNylBYNqKLgupIq9F1GLedGpByPgOsIINNwPP9CyxgQxQ\nRsE7Idd6tg+7FAHo6CW8YhKvMtbwQb8/HrOABv0noevDk89uPIKMlfwLgL3noFx8\ne8WpAQ2juEm+kpzfclu48u3WxnGi28SSHWrc9dbUxKPL/aMvLQ9CuZiXzSBrE6Xr\nkKJFrDSVAleUW9k9zfLW22MdFYBfMPa1FJCGVHLdzknZF1zErvHYIjTYLrAkrvmy\nV5flXjz7wpjL4g0ajCzb2YWi1CbJ5SWVRL3OaT2hL4ijSR122TxH6QKxHXDZGDQD\nBCkk9PZVwGG+KwKCAQEAraUrjrSJU8UtoWAztK1U3wCJ+GxjC7kohOmcD1ybVzjZ\nyrmvcsb3MsG5Qe5KHOiv+pPb3h+hy5R+5dkhvt8hbC8Uek236N6cFD3LKHzX5vt9\nExG9NZNO2gisQvGvQSpIvjM5mt81mxq7RMwVSWV0XFNEw+x4o46hMmRUusaSk+Aw\niGtX52V2Dxt0hXxCAu8iZqO7Np/R/tmsJMYNRGfZ2nEMyPlQr60Tjfnl2FDt3ny5\nEc8skgiE0u1sIZLSAM5YV5MU37YCYeK1K3NUGYi2WMoHHbzwBPeIB0o+wc9s0/oT\nRiiilQTmUlATd9YlDJJKQqbPkEvg5whZnoZM/yBQnwKCAQBFZt9mBiW1nFa0apfo\nlL6rjlY5elsYj3LIw4VTYT1VNsBbjWgzALSdqn1W09VQImKSsH+aih6W4FJosypw\noo3mdccpuAShxBfL+kcORH/cPNLRM3PPi6PTpTqhfI+Mwr3yRRBbe27zy4XxMCpE\nr9fsUFTJo5gnho24XiJ21rIco1/uNpTbgTcN+b8opksFyBXw7XsW7fEWrGrSP0kK\nrKPlF0C376gdVNCP8eehH1XE5ziCLePiZbHk+pJeut+IyRX2MD/wD5SBmxZt/exP\nqkMk7/bItBXbJMLOAY5qOkDK8NBh2+BdDI+AFnDe7H9IF+eGR7IbOLXG9sQl0VV1\nrNqRAoIBAQDcaPs8IbbP5SdAGRUMotS94XRdnJOTuJ6jev1zS1yvp/8ptMdkByoy\nqXw4UKUXpQOUDr82B/MPWSRAS5xjXogfbYIeBLm6CpYtjV+XhGJcGbBg/wVUMKvz\nFreSCIEICWi7OiGQG9j7E1hLWpMI59LBFHgLBX6KvNAiuQbTeEHus243FXFlD9Sl\ne+k4tw1/CNgPozRfrLJF+uxUH0P9kYXFXFxXff2PK7VLr3/2Je7uV1ckPLlAJCFI\nnEQpdPjPmRhmohiHv5NHlqLVNX8I0XincM1XPdD/qiIqP+asrc9CF4z/Od9F0XSP\nuAn81wfguN+AIeC3BnIO1RLZnpAEwUWW\n-----END PRIVATE KEY-----\n','','http://192.168.22.10/dfrn_request/friendica4','http://192.168.22.10/dfrn_notify/friendica4','http://192.168.22.10/dfrn_poll/friendica4','http://192.168.22.10/dfrn_confirm/friendica4','http://192.168.22.10/poco/friendica4',0,0,0,0,'','2015-02-02 18:50:11','2015-02-02 18:50:11','2015-02-02 18:50:11','2015-02-02 18:45:30','2015-02-02 18:45:30','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(11,3,'2015-02-02 18:49:20',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','http://192.168.22.10/photo/389cca68d9a2e64538a81680925703b8-4.jpg','http://192.168.22.10/photo/389cca68d9a2e64538a81680925703b8-5.jpg','http://192.168.22.10/photo/389cca68d9a2e64538a81680925703b8-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','4968c78f8a9df6fc4e43949748a0e94567dc0f83166cf83cd8e0f98f406e1b3f','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCjZo+s91a7V4+A\nBcZd/axeCE1p9HDhxwEwDWGoAePFzaksP4MyreLJWgf51LwAzYaEoeyYv+iyUEMt\nfkn/9VLWuA4qRG8yKQVqh28OdDPUdwsvIo7TmFgkVBL3yOuPts0EeJddle+CBOCO\nViXl5LgVf2pPY5ELIPmOUOQdk6IX6aixV42gt4L8V+hQVCS+b4S+LmGBTxr8e8XD\nTYEY1kQQpUtXU9G1A0kdr4bxGuA0WNY3pplbOwV1/F1YYpwtANslhuV6FTKgEjCd\noQhRaKFH0lp0HMu7s48R7UgPjVkP1c5MOAXqJo3biqMyFctAx78jaHij0VONr2qL\nayYTPfY0fypBb5uKfYquvcRQO6v/oaiZ4jP0hLszekBo4sPqtDduMWwlzEmEDqNT\nMctn0ADpgnvmPT69OSSyFE6d2dxcPbP77v5hjF3UJ6inzqzuxE2NxYK5UfhUwL3Y\nBynrZISwN+THekkABx9/tqwLCd2z68ocoaJi/tc2oQKSGwNgk/pa7Gg9zkgMdhQK\nAzYcn+cNpODx6LOKi7ILhiNEISHU6CnobbUpwNZrESL0fhSwxqTMV6s9zCQxdtVX\nhhrzhh9MCz0fRi8wYvU3ZIbEsP36iXAyqUhRHm3LZoH6VL/qHLZIlZGKEK48cbLo\npqiPzsGMazBECJvRg3mWC7mfzEQqAQIDAQABAoICAGFrR2PHP0WIiby5NLBbCoYx\niv4Nx7NEc5fTkpKZNdR7rk38O9teQqTrcW/o/oG4B2hSJf5YBIMzSSn5bmMVP2NW\n7tMSY/1S6bC+uF60tyYIJ3ndr6vF218lZP2oI5FWWls9Dnm0Z8xr3fnesM+kkn/2\nrEpSwWoSKddIsQhVOcHqBDJfUcgtQQHz40TpNdL4J/s/KdDvedZocNrk/X/yVzhZ\nZFbXWWMDZ3c0bE6ZSGzNPkKFqE71HGdgo8KLYDOQnBd+mpgzxTAcSDHijVQD/owU\nhOtPM8Rf5H+6qUjka+H+BfX5PMWCYPcwa+Xzim+/51xT8AEzTw5dNDeVFWlJetyT\nul/OUTUZL9oFdFlxaMvLZkhcKeVEvms6/QvUiouIe3g6l+yfqbqAnGSQLtil07Kv\nfNBmX3/PR3d0/NjClr9afWrLUXUSgcWXF70JwkUk3pes8WNg5v1/rk2i6Cqj7ns8\nv1Vlq9FThQcNbCNK/Qh44ytJeox7+7HzNWqYeRjYm7pUTm5aIrSUR7avETUDwSPg\nmd+IfL0m0gp3tFycY/gDNmE7BLoXZuPl0/vm48BVOuVszJ7dV/YQ1gP+HKtzPntI\n7CFXl2zxr9gLOoFC687eMVUagTQjvq/M1LLOlkr8RNqPKS/a7F7mwW+X0l0T5RER\nir5g5xsSqkJbVrPSvP7VAoIBAQDQxgkdBMDqK0PtxsBsFhSD1K8ueTXk99OzRTxj\nCU8fSGJr/lKbsG5jRHBmlj1HViRoD2JXnTfzwtIkbiZMjRJG4cjj0d8UDb4dUwZ6\ndU08Mb2Y8p7oKl+Dv6lI5GylP6vy2N7bcvHLgxWteeByhOIp9mNHKD4c5Cg3iOLD\n3HuUOEGY9DBqcpj94QYsQUdpLTp1cAq5Np6B4ZC1lGFfyzAr32NN+sQpXVHt/RsE\nMqKKu6R1U1rWpXCCGlJWkLdC9QI/raJKfQXGvixYLMngmb5nuyfp46rUmaur/Ogn\nq8KA4eNQdDa1UP1YKEzkbXCebcxtiJK+9kGeUCalUZx6d0lLAoIBAQDIXQDAfvta\nnU32dDJTA5GT6upTYF9NwYAe+89/kAvoBIL+nnbiOPsvReBb+XQsD6UucxgQy4yo\nCcEWhi2Bvg4ACoEIK+XULwm5SurFlptpTbpivVkbHv66O4uHbWRoegHAlz7lISIV\nLPNYrn71WcDVkfFDOBu7llXJ0wOUAeaX1ESAnDRHKZ4q/z4bSvMfiAbeL89Ghb/t\nfVC74Ac5cWYIgY10jGpSPxYUVb0Z1dka9BmBPqhaXk5ss2Nz5cR4F2VWIRF+29bU\nw+ws7iBwPiuK2zliesH/F8mqs02bH207PlcGtBH5scrlQWwPRItF1E91glJEyDcF\nXldTHFns5zZjAoIBAQCbEi3cvxYoGaDoMdPltPTiAw1oIKJWg3pc01WKXnTF0LdC\nbfKgMAmedExk9r1nimWaYarzVxUjW5dJdgO+op5rxfO4vL/NHnQTRgMu3IhU6MFi\npPxBiI/PxYIRYZINoGCxDkNij1toheKJK1j61xdCgf+17/9K6HGy5ltBjjjAnJSk\n7uQzfRGEqisynf5T8kNUzbc5YYeVA53AMgmt5LfQLqqNVnF0JBviATmbAZ1YHQ6I\nEzUK8HHEQZbdM7rb4i8ca3V7jKfIuqMnj4UX7jrOw+ZexTuzlL0+D6nFJcBgiOiW\nbuvf+9tiKvUKSvv2wamxxlrxuup8lB5Qd3EaShZHAoIBAQDBG8HpxXkEMLA/ZGZM\nVBgu9C68BRpVmrWdJx0p2O9gw1hthtUV281cFoDSpG4vOTT+u7bqGQSLwDr1NoUN\nkttzdqw97/Emu98nUulLXoiSyXNmTxBeb1UasOEduXUYrN6bfCoGNBThS92OD0AV\nwFd2f56EJsOz3IT6bAH62Iois1cCjYplO9tRnYeCTo5cSYI1Cuc/FRGSF0GEkbrk\nxkKM2DA5sEuY0Wy6VJhZGh6RN8qNIpKn5lS3t32W6lCdXg8xH9X46nD3x40NEMT6\n6TCWOAvqul3XOloHx6B4baWdf8vojgz1F0JyCsfXPzzsJGAg5WXdHQrKhc6sL5sM\nFRv5AoIBACzRCOFP9Yys7eBDF9E7vHOllH3yfKFZl23kywn8VqWBApd8azn3ThFr\niKvpQI4LjR0s62al/oLYRQeAQYX9zQBJQntQp7oIRMRCn4IqPNTuwWJ3A/RLlBGX\nsShEJhIEBQRMb/ZqOQ4Hgu1/k5AhYmdbT7YMNGXKscqRRWUqT7MDRsDCQhx2ue8v\nVSB49HqYqGBpTPWix27sO/VzcAvEjXEAJi5jOvLbkkHlRJqu3tZ/+szkoWx1YFwi\nHHJ6L6Urou7sxdnXULT+iMW+/oEob8ZezbDRLWjiln95rhwUnu17B7paZmIVe6Cy\n/FhZIOns6kkCi8CcaS3V3qLfXQrQSfI=\n-----END PRIVATE KEY-----\n','','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,'','2015-02-02 19:00:09','2015-02-02 19:00:09','2015-02-02 19:00:14','2015-02-02 18:51:35','2015-02-02 18:51:35','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(12,2,'2015-02-02 18:49:41',0,0,3,1,'dfrn','friendica2','friendica2','','','','','','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-4.jpg','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-5.jpg','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4QpA4flE9v17fh+yrMpR\nU4iKSxLOF/8ROTotrdQsk8HcHkPS7E60QUaRK45gDc9O+7FU1+90V+oo0BqdkJFL\nbFtTogP5fdNSD3ApHz7s03oBX9JenU/8JhxaH1VwEs3lLDlFrywngiYcEDZIeLGZ\nIFK1GWP79+ZwJ9WWoBhzCD4hg4excOWPwwQMjCLYAzI5INEPTw+R3CKD6EsnVLu0\nS+u3zBBsL/A+bgDDfgZoD6igJQlvenK5jStgfbiuVp1mqdXKJ8D+rYz5FQ72Yn3r\nn6AvrXcPQMbLSaUK5m1Ug7beasuhRJ5Z7TVtJ/RLNgA3mOX2A2Vy1i38VYmcTaG5\nom8AYeI/nSvMzJt7FYXOBdxKnSW0UhkXsjBQavefz7sp2Lhcw5U+7eaPi2fIkYio\nVHKU2r8uiJPFfUMAbHA2+rScBjn2lYZH0nfMKrZTzva7y6d19EOsO2aP5e4XNjU8\n0tX/C1iy6LPMCf7xG844iROXi7NPJJoTgx/Sl6+o0oqBl9J5wJDK5U33rUSqYI/p\nsPEfaStqA5CgBAvAsq0N+NQQndJzGfuYaIdfleyUSLIchHhEICE4SN62RHZ6VTlg\nIVCva4xdBrGlkGV/IgE228FwgX4GWELclfUH/KwcGHChlY8dTtVZHbTCuizvPLvl\nXuZQ9ROdQiwkYwGJA/bhM3kCAwEAAQ==\n-----END PUBLIC KEY-----\n','','4968c78f8a9df6fc4e43949748a0e94567dc0f83166cf83cd8e0f98f406e1b3f','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAo2aPrPdWu1ePgAXGXf2s\nXghNafRw4ccBMA1hqAHjxc2pLD+DMq3iyVoH+dS8AM2GhKHsmL/oslBDLX5J//VS\n1rgOKkRvMikFaodvDnQz1HcLLyKO05hYJFQS98jrj7bNBHiXXZXvggTgjlYl5eS4\nFX9qT2ORCyD5jlDkHZOiF+mosVeNoLeC/FfoUFQkvm+Evi5hgU8a/HvFw02BGNZE\nEKVLV1PRtQNJHa+G8RrgNFjWN6aZWzsFdfxdWGKcLQDbJYblehUyoBIwnaEIUWih\nR9JadBzLu7OPEe1ID41ZD9XOTDgF6iaN24qjMhXLQMe/I2h4o9FTja9qi2smEz32\nNH8qQW+bin2Krr3EUDur/6GomeIz9IS7M3pAaOLD6rQ3bjFsJcxJhA6jUzHLZ9AA\n6YJ75j0+vTkkshROndncXD2z++7+YYxd1Ceop86s7sRNjcWCuVH4VMC92Acp62SE\nsDfkx3pJAAcff7asCwnds+vKHKGiYv7XNqECkhsDYJP6WuxoPc5IDHYUCgM2HJ/n\nDaTg8eiziouyC4YjRCEh1Ogp6G21KcDWaxEi9H4UsMakzFerPcwkMXbVV4Ya84Yf\nTAs9H0YvMGL1N2SGxLD9+olwMqlIUR5ty2aB+lS/6hy2SJWRihCuPHGy6Kaoj87B\njGswRAib0YN5lgu5n8xEKgECAwEAAQ==\n-----END PUBLIC KEY-----\n','','','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',1,0,0,0,'','2015-02-02 19:00:21','2015-02-02 19:00:21','2015-02-02 19:00:21','2015-02-02 18:51:34','2015-02-02 18:51:34','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(13,4,'2015-02-02 18:50:05',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','http://192.168.22.10/photo/ba266e976726cba185c218750c545814-4.jpg','http://192.168.22.10/photo/ba266e976726cba185c218750c545814-5.jpg','http://192.168.22.10/photo/ba266e976726cba185c218750c545814-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','1993beda190780abf81b6585d66643d9c14726c3fc5876604985b687f74877f5','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQClyqb0yY9wQ4jm\nPo9836jQWx2FxXtGZ/hPVNSG9/ig+PGdwL+kQy/95yz80A2J+Bu5zd9ePe9Xt2fL\nEw8qX1pVqxMb1WL6L6rmRIy7JGEcRbmggoN/sp+1bCstxVWKTgJYcYv6rgL7aeEP\n3RRt1LcwpqLD9oeIpkHMJ/LnCksCJTgxGwsbJcsRGFd4smgVjL+kcAfiWQjajkim\nU6FbB6K3KrxeNcM//i6vRX0fx7B1PLuEroMfE6VfX/2TW0Gcn4P6VTCJeCMDU+iq\nD4ae880zykRKZyKeFnlG4oe7yYI/n3YD6PglfNgmfH4HoK5oYK6YhZHLWUOg+pQl\nbIf69b60U5f7tnlhtz3mkF0w7HO1TS/6W0BAQABXohv/96RMeZOV1rvHR1fNiDSg\nSWjDbHDeTbaSPyR9czOg+DysfIZc4xVK8Bt10MWz/3Telij95UZS5Lw7YYHlCVVC\n8Q1aeeNM9fm0w8mFcQ0FTYBAkWxP9E9cUbKkGS17lma1uq0sePLTCvzHtrM0zScA\nmneY5ZYAHfhsXmTVuK4tKuDP4d6sfH7zTDm39zSJnI9DNTzK+D8CCPEULqJdeHKa\nuWcL3lO/mtmlL/RwaLIGuvd2OG1+6iGQ8pvxtt792FkzmHWP5HgaQ3+ikYUcTda4\nk4DPhzz9STz+dXYPzgRid0PJ+wQAUQIDAQABAoICAD/VO90J8glGZ2JG+hYZQzUd\nr8s+ks0z4L4iqkVhGkBYOScE/IRxPfwjUwXv0RarCXnLk1IExK9gNT1SFEe7ONu9\nJ3lS+m3bhpBsGkc/pYguLF9pgNnc23MNt75CuUGr8Wk+JqgY8Zr9VCM4etIi0XmQ\n3yBWPi7V3IWPaA2ev+yOigkWIXuNXJczaRJWlo6dh3f3joGOyELl/4DSuFCFKxgd\nAzO+vXNZGX5wYdGnoAAzpvtZ+bAwbz6+hbKDs0prfHQY8rwrHkf8uZsoqStwMTTc\njtiaxxBZFM6/D4W0+0olylmNDGXaoJqI2jlzm1MiznZ5Dv5dWxWTBRE3rU9p6MeE\nlIWRrZpFe/BavvRPAr3XTVHTc7JgRYCgiUA1Q/yQ27BMTzeW8gudXDWQE9/IyI1+\ncqo8Fdiz+OgNvB1q2ohS9YrDU3LQrdTbdu9ryVCgJM3Gn0qmLxtOWyTVC6KL6dS3\nGzFPT2e1V0G+TzHG+40eMy/UWZPSiksxhUMhSfqK/CVZ7oEnG90DzcKsCvgMAxch\ni12a9aCWiJEaMX2xzcblx1DFA++IY/U8uV701ANtZJZM11VPqpQEtH5nkhFNhu9J\nG6L/Z/sZ6yPXi5e6QB3oE7Yjw/5iVN+sofdi8yn2d/dVBESmd9Z3DEYdSpEz0tem\niGFywmhRi/3ZZeIHP6ABAoIBAQDWvenT4DTrl1YTzmX9Di/3vS9mppvQWDlx6Vuo\n/jKzM+1TkTiEdveUt6Gvs3XcPHxq2xpNp/SCtu4QEktR33vnbtIgbCLhz7zrcR28\njiB7npYDS5UcXTqk3iDVS/NadZVReElXAVRrKpcE3USwbzPPHu02vq9sBx3L10K0\nrJGgJngUoed222oVmV9P+b2DN2gEHyKTX0WCjxwOcKJMT+ffYpbu2//lzfdSONAw\nfdea7XUxDhHYWm+8rsvpdQWSGX2YBwZqfa9jpjOFVrIoR0NYU/yNrgw1q7kovGMG\nW/hsTUwFyKtz36nNs1O4VTWr0YNIEBK+Q5tUkZVi3ErGQCIBAoIBAQDFpR6I1GeT\nzD8IL7gdnmM21oVuWa/rzsiCdVSW14K9wfIbgUgtgB0RCzGhDJC6yBjjwjWnzzZY\n4KbJZyEB0719P+JOEIQRCGTb6ZbhkmEOK12ZtggMDBFsxRlccr/UN3FoBPN6+nZE\nqjQyALd/LFNo98Lhg/VddMsZo7QCc0pqBffHmJmZtgv/BSDfN6OyM97HIMBRqNlE\nYmAbH5gMKc23++EyFq9pHPrsb3igf8MhA44bbb8dAtTLB1CFaYTYk8XkJ2JinfYC\nqNk4AfylVFzIpJ7Mc7k6BwDwkT0Tu52FEqvwgw3vgo7Jhd0vfgmyT15vhFq5w+4B\n1Jv7YNEefT5RAoIBAAbA0DKukVt7VeSnkAOGR7HlzDDROoMx0xSm/w/wdo22K1d+\ncKWRzDVsFPSeky1K5arCmzAoAQN/VztAKAg6G/5qOMd2Px6U1t8cno/IdHMOyK7v\n2I+cyvRWW/f5PHzyx7BZNQ08aHg6TaeEgd1+kcWItnMLSh7+lkxLx7hA2Q+NRid3\n8/yD5/En8pxkQTZ4Lpg6lm7GBzyU3ZACsMfvl14qDo8Schi7AnUefkWYH4iqwQ26\n4IrKRUtMv/LmkDdI/+8hAW2l6DcdCe++iznDC/YiJgYanB2v+dGzIvYXPFfDkol4\nBxRMy11Br3dTjq2JmDRS9RPwsljVfzotrVhQugECggEAbdybvXk73ebhfp5v3F7n\nTVsvLijCZfQ6dnHbxEElFm+RMYLKaShWf9vWCWxfosOJOkkA5DeFQSAW9crSiR52\nrQFuvO/nSUR+M9ODH/3q3yJx0/hgProSkYB52W6bfM4YxrZB1TEVvpNRkh3d4d30\nu1tFQ2/DWuCJ6MWbUOVfDtIkahlEADI2NtpV7F4UKwE0K0HkRT/zDVUVkN4d+Vzf\nUg67nckIVgha3kQULDr4bwh33H1Dh0/EktqNAqulwXFaxbiyspiVX+MVY1GPayMa\ntBj1gDYvVrb/6bkB108pfwfi9T0T6PeMgS5cxYJsx2Xg22IZwDrNuMzCq5ekhise\nEQKCAQB4AUuBYKS4cAA7t5PSZG3TWrej9+8QMygzDDSpxQt/nyBM3Gzy58YOIczS\nQhgUGhwSA9HF2ghdJ5pyHpuT0OVWNtCpZr7NGlq28dYjC6vbr36b79xrW+poPFv7\nfOSSLHOxW/rqvWxconkMYfUDgSay333r+t3KNPzNwPRjawZBL91I2Dnjy2XgogT+\nXV9Xr0mQ5g8iQAV+HNYXYuQxlAkbVkpLyJAvacPjrgQ6+BrQMhzklKo6h4RW9PS9\n9PopqjwsXCKR1VnZhkhbt66xqmkEOtyl6ytYhUKDlzI3z8V1yK8V7hGhM2P17ksr\nNjUrIANF0eZWxtdfweUXB3ncY1qM\n-----END PRIVATE KEY-----\n','','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,'','2015-02-02 19:00:15','2015-02-02 19:00:15','2015-02-02 19:00:15','2015-02-02 18:52:24','2015-02-02 18:52:24','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(14,2,'2015-02-02 18:50:08',0,0,3,1,'dfrn','friendica3','friendica3','','','','','','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-4.jpg','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-5.jpg','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAliSi9id9Ll1dpzXC/lL6\n2/5FYxdn0XYb5I2JeXBNopwbXOLDsnnzXlV2NN8riZaYRQcIbS00OuAvyYj/IG3i\nDykD2zPjVnLEWADtj1YhLSgKcfQgv6Cj/7CPdb1Rg3icbvWdVY9wabcblVa9k+qr\ngK273C47lCQzXgvMtPst1DOzxtVCGmPJJHKjXZ8hDvf/IS0pVGa0zIv9kdofqQV9\nD5u5LuNzRuEGnrpAzpfzMueDppBrrrr37sKrZfCvyYHZ/ouFgZ3bY9NNVnjuFItP\nrcDlJPL8NhGmmzuYtI03MLor+1yVdBKLIJ3G2Bxzn5tynjSX9XZzOQgC3+YVH4TU\n7WDUHjTWJ9mliD2M1WXCp2Lwc/pV1Prnvv057pAqdiMhnddzucV9nLk9X9fR8xyy\nC7PRwx0hkB427EtAYaOTr3RtInP6+cm+3M7wd6ZKTqWAU+Pi20RNrQRsqfHJ7+hx\n+i5rIG6/knB/C+MAAutEH25oY8kJYtJzXid2OBSE462DTuYaee9aGHUDNy+HQau8\nBhJ4/Wsc7Nf/7GRZ38SVT/HQShl47B1AG5AyomyWgwn9J2KJ8kMuScPmBv5u7Mwq\nSjLk5pLkwyUtZwUu8UtsFKw9HLcRksGSze5s2cbw3rf/6jgKycT72Bfm1fjRnv6s\nXt1GdSzfG9zVHuEwRDgTX3UCAwEAAQ==\n-----END PUBLIC KEY-----\n','','1993beda190780abf81b6585d66643d9c14726c3fc5876604985b687f74877f5','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEApcqm9MmPcEOI5j6PfN+o\n0FsdhcV7Rmf4T1TUhvf4oPjxncC/pEMv/ecs/NANifgbuc3fXj3vV7dnyxMPKl9a\nVasTG9Vi+i+q5kSMuyRhHEW5oIKDf7KftWwrLcVVik4CWHGL+q4C+2nhD90UbdS3\nMKaiw/aHiKZBzCfy5wpLAiU4MRsLGyXLERhXeLJoFYy/pHAH4lkI2o5IplOhWwei\ntyq8XjXDP/4ur0V9H8ewdTy7hK6DHxOlX1/9k1tBnJ+D+lUwiXgjA1Poqg+GnvPN\nM8pESmcinhZ5RuKHu8mCP592A+j4JXzYJnx+B6CuaGCumIWRy1lDoPqUJWyH+vW+\ntFOX+7Z5Ybc95pBdMOxztU0v+ltAQEAAV6Ib//ekTHmTlda7x0dXzYg0oElow2xw\n3k22kj8kfXMzoPg8rHyGXOMVSvAbddDFs/903pYo/eVGUuS8O2GB5QlVQvENWnnj\nTPX5tMPJhXENBU2AQJFsT/RPXFGypBkte5ZmtbqtLHjy0wr8x7azNM0nAJp3mOWW\nAB34bF5k1biuLSrgz+HerHx+80w5t/c0iZyPQzU8yvg/AgjxFC6iXXhymrlnC95T\nv5rZpS/0cGiyBrr3djhtfuohkPKb8bbe/dhZM5h1j+R4GkN/opGFHE3WuJOAz4c8\n/Uk8/nV2D84EYndDyfsEAFECAwEAAQ==\n-----END PUBLIC KEY-----\n','','','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',1,0,0,0,'','2015-02-02 19:00:12','2015-02-02 19:00:12','2015-02-02 19:00:12','2015-02-02 18:52:24','2015-02-02 18:52:24','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(15,5,'2015-02-02 18:50:52',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','http://192.168.22.10/photo/73de577b8bcc76d9358ab8536f0a5cca-4.jpg','http://192.168.22.10/photo/73de577b8bcc76d9358ab8536f0a5cca-5.jpg','http://192.168.22.10/photo/73de577b8bcc76d9358ab8536f0a5cca-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','0bc099852fd312feafb2cba2fa0019cf973e643951ddbf6ffdf6fad5aa58f25a','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','-----BEGIN PRIVATE KEY-----\nMIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQDbCtvcmn1RIKfD\nUusiez0aVlimCIEltnEjNeKz/2PTRZqMWdrkhbWMGtYuWBq6FmK3yWB9MkNtyKDE\npo4ncGeWMKtPk2oyY7wyV2KazTKGpfrymwKqF3/YYmbiLSAWpzpBThP0Dd7Eg35Y\nyeCTbKzYN7hp2VUR52j6XxhxgLbj97bnd7+oBst+TN4ZTZ061xjWDexpWYiQR1ck\nBS+0JKxh89t6n3oA64CPY/e3W8vJ5BIaW/PW4rHAwWU4fa4PKUcepHin5yYC1n5h\nQLBbpPOShLBeGisJ1370bVi/yfdYUohxGVFmy1u863VF3I0iTDuvSDSvdfud/Vrt\nJaCnHL9FKhhYMpW8cDTxCttNZ0fu927f5ftLbnmm/JQOGR7E/6JFmDkMWUCGGr7z\nTXyqnGkn3N1KjmBNfRGifA0pJQqZHWYyDsXTW/barNsGykz3njjo045RLvGHfAoM\nafuOg+trniQfi7kDJr+/ipnxAMYphXORfnFljX2RLPWIHOLGxKUgdprjdxOoc7L7\nEDniw+mUl7/IxKkCjeK23sMjPfcdwmfDBHFMpMtnCp/E4Het27YZWksDokgS+Xs4\n4sV85xJL71BqeQkr8ntd79qV2ZapAGiDH10tbtcZM9IMX+6c1y1rODQrzhpZRsfs\n1z1sLka+zO5OxV+Jq+u4rRQITSpC2QIDAQABAoICAQCcKTK0JQQAybow+7WdIKVg\nWHzc6iVAwMAKLUmRsBr4LaBQPWNcFqNm3l8iLTfowTrh8lSzDRmbdDSB3ohsP6vq\nHIqVsfA9OnOapEgtOuuxqTWurqqInzZLC2R0DV3aKKDUnBiHnzfZfDGglVRhZlIX\n2CnGdOY8XHGwRgnEKdK51gn1HZ9q6GU9hwm0mmvk3iLbwJNyTB2bVvEeQgBPevHW\n56bq1jWB4GQIVmnttCkmp03ssu+1nGrDlF1Yl+l276O/idxnP9kOnuL87MSOoZvx\nMl4WyKs0Wgkts6NZIGER+81AbJ9nHMYreuZhxyprcFQA1AaTrRaU/WJMvc26Njl5\ngLfvYnzbgy3Qsi32Dp+99PNGUKLLK/WnLZ/lkvRgrG2XALGa0Y3zb6pzh41kenLZ\ntHq1JGf2I1qBxolCXTtpm4dr2YmEBvrvk4Bq5EvE43okK85Gm0/3bpq1X21Vkpno\nkd0aLWLymIGT6V80fmp/9k4pLfsnfLOB8uVrRgwt+fb9QweIhQNMgpsSwkfpuaUj\nkQW1mt5nicT5sYTq0ZZ3895l2lVWHNfT0zxlG/p+24086eExlKGD5WWXyyV1NlmM\nbnQbeRx2q/nnXk4EZAZjvdI1+w/Jg1m2eDDCRWINtP1wgb9cv2/blTjRyyhhvJrS\nMqWWZh1fLoVe0p6vCaGEgQKCAQEA+b38DbuibKhuzgHPg4ne0L4NI8OM8MbSsebt\nvcHPG9pqExV8dvMpYqnxPIY2ETI/Q1Uh9ff6cdrYTnWyGk8H18z8IdNJb/a7+oCW\nCOUIKIi0heFoyIkl5Jy9dUkRHZNTf5D77h74z2xUiExQHiBKMwCdG7GbNms62ANX\nFFtLKgDMi1ITAk2RglWrnuksoqNQsMCsfVRZQYhB/XLsfkeL3Wp1ajsggLQKdRZW\nMZMFw+ZNLEUFzeQqWoGF3ob44/OoEsoHPZ8EnZXykwZd4yNDvnrRcrwxSRFbadg5\nOKh/KcrYes33MKpHeN+N4hH04Z0U2uerKF/xyiYIWNE858Y8aQKCAQEA4IfyC1nU\nlR8MRzZiFHmCyVvDpzzx4BfbjjNGjXE/BTfb4VDjSTZAWxozgRDG1G4ODZUaL0eK\nOkJwB7yCfvvmAahQf9tFes7VFSQ4/DypEufKrXg1IxgGsKseR14ULfNZXD5rygUl\nXI60frYHKQm4rdWTZj+df/1VEF4cyRWRFNN2mKC6mj2poqM4vaQU1rGWtQPA2IFA\n5J7F3pY9ikNVMfai997M3SolVSD6FfwQcTVLnK8n/gaCUNMFchJGhAy5gPz3epmZ\nLe/F4x035ChBpdAQbERij+gmrm/JjaH2KtE59JoVnB/8pipjdi4CRuPkLiIByMF5\noH2/DpjL3ZPE8QKCAQBLHtNvSg5MQsm5m5/QwCrOfSw0osCFODjuHDlMx7xFc4hO\nnzrmCLRdIiMXAoPG3mdbGINzmhiyIJLJ3usosLb6OYVpo0VGsV/PtNfsav/uOVib\noLbFA0PrpR3z5nuIeuU1zOWKtbQ/qCUxLks3FJ1dBAU97El0sAJuMWsDC4brZnwg\nOBrRqYVoP960mQy9CwTddccsl6+VX6gB1Yy/W0P94OTahFh9fipbF9HrbX7hcyep\ndkWNreDzglxDGDRLVOIsbKqK5Ycc45qokNSy2suowwa3TVZB1T+68bgci8pcRtCg\n980vzThcaloiMyaGqpo4UlEQfvOay5/dH2sDiIRpAoIBAHfHzlZD2+aZo6Ex3+zw\nTddBvwSuvJJB5/zaWd8G9QnBnOl8j2P1LyvqtGM8IfYdqB2S1181mQYvfziBVlSL\n6U4lDpzGyzASuxYGNuhJLCFLypH0ONS58oe5IfQMulMxKRDOtA4X5LCV6LBYR0Wb\nTAxgjbvUYB9xdDnBGzYi7Tzg+rm9tQ6nqqF61cBFkmBeaPm0QOK/QXE1SnXOTJJA\nDWkUHCiDkWLDIxtg9klYKSVbuzShNIKN0mNvz83k9f1oFGY9jYC4BEG/UiAw7Cop\nV6wvbTN03+fJfyk7tZh7OKnq6DIXKUQaxFuY7WqUbN6IoKgDuFPy8wGtU4lj9g4E\n0OECggEAG+9Bz9Tzp+JWhGXVsQ5NAKFHw2SJFFFCqFe27hVS7R7E+wJx84i6AEuh\nMWA7bxKHU4XJ5waCmxLLiY9BTb8lkYzT0gttl7O6J5mWTW/wT4VDZGSywQpt0uVD\nNPRpKAvFumXJccaWDz9Oz9oChk4P93a0kZi/H59uePb95xW8MXsVPIjiq/PjVewY\nsKRqEXeE3qeahieyz9ac9Dc2MJVvuuot3wRM3YERgjzZAfSqK8Lo4rSHgiGg4iYj\n2IoxAN007n4ZSiXH/qUtMAIOQGFfO1jqmt6dZkt3kJ9+2JkYa01vnLUvA9KViPI3\n3fhPNAoXmu3k6cGhzDjNG5bQVWIU8g==\n-----END PRIVATE KEY-----\n','','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,'','2015-02-02 19:00:06','2015-02-02 19:00:06','2015-02-02 19:00:06','2015-02-02 18:51:07','2015-02-02 18:51:07','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(16,2,'2015-02-02 18:50:55',0,0,3,1,'dfrn','friendica5','friendica5','','','','','','http://192.168.22.10/photo/01072618a17425401fafdeb40fcd79ac-4.jpg','http://192.168.22.10/photo/01072618a17425401fafdeb40fcd79ac-5.jpg','http://192.168.22.10/photo/01072618a17425401fafdeb40fcd79ac-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyvuTsaZaTgPDm69uxixR\n8qd0ylkeA/IY3KDsI4vjrLuF7WLmU07lzQXmilQJ+MlipIju+wFXx3a8ksavEYpP\n9ZU9YrpXe7zneHRLTxgMDH9IMbSCIUAkEsozpzF02Ft0+G36tzIET2oTuU6uLtx6\nI5ifmF/qFC+4avAoABQg8qfOPpuaP3AJ6FppqEifUsb0lTWqP4zg7PQXC36oKIJ0\nUDuQniVy8lTxVfkhoi/aHZw0khVXe6tDK7C0ALg5U7jLTDNdJ1R0v5iC41QK4CEt\n5x4x008mdk6xLKGZiou1UuEPv/+WSQU1Q21JFzNVGBASkRu7dUVH6k+59VQr3ONI\n5bdbAZviVY3ezFNtBeWWfDk06BWoZwX67eGG/dVsCPnEkuP9CpemcwwGZbYCIqf0\n++5h0CU41CjNShHdBD+Q+ZQmT3I4sAlPZ7x90nA9KfuKM9QyTPQ9EmK2bxq7TKvV\nzLqHptL5mC/VH4FbO1eKf7p/f7XxOaeXGANUaRSPwLSO7lk8lkl/wj7sNJYGYygC\nMLTqH8GTizpyPkSDv5xO6bYn/g3BYFuUM5x1MZVS8MdG2a3L8UzRiXUsm/AjnfSV\nImN2+8bHJI0wy9zRxfEaG8pvbupb7UU5zWr3WRkSVr84Bq1SJNxLfWZj3GHLaesr\nu3exEdYGfxLuG1zHIROVwlcCAwEAAQ==\n-----END PUBLIC KEY-----\n','','0bc099852fd312feafb2cba2fa0019cf973e643951ddbf6ffdf6fad5aa58f25a','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2wrb3Jp9USCnw1LrIns9\nGlZYpgiBJbZxIzXis/9j00WajFna5IW1jBrWLlgauhZit8lgfTJDbcigxKaOJ3Bn\nljCrT5NqMmO8Mldims0yhqX68psCqhd/2GJm4i0gFqc6QU4T9A3exIN+WMngk2ys\n2De4adlVEedo+l8YcYC24/e253e/qAbLfkzeGU2dOtcY1g3saVmIkEdXJAUvtCSs\nYfPbep96AOuAj2P3t1vLyeQSGlvz1uKxwMFlOH2uDylHHqR4p+cmAtZ+YUCwW6Tz\nkoSwXhorCdd+9G1Yv8n3WFKIcRlRZstbvOt1RdyNIkw7r0g0r3X7nf1a7SWgpxy/\nRSoYWDKVvHA08QrbTWdH7vdu3+X7S255pvyUDhkexP+iRZg5DFlAhhq+8018qpxp\nJ9zdSo5gTX0RonwNKSUKmR1mMg7F01v22qzbBspM95446NOOUS7xh3wKDGn7joPr\na54kH4u5Aya/v4qZ8QDGKYVzkX5xZY19kSz1iBzixsSlIHaa43cTqHOy+xA54sPp\nlJe/yMSpAo3itt7DIz33HcJnwwRxTKTLZwqfxOB3rdu2GVpLA6JIEvl7OOLFfOcS\nS+9QankJK/J7Xe/aldmWqQBogx9dLW7XGTPSDF/unNctazg0K84aWUbH7Nc9bC5G\nvszuTsVfiavruK0UCE0qQtkCAwEAAQ==\n-----END PUBLIC KEY-----\n','','','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',1,0,0,0,'','2015-02-02 19:00:18','2015-02-02 19:00:18','2015-02-02 19:00:18','2015-02-02 18:51:07','2015-02-02 18:51:07','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(17,6,'2015-02-02 18:51:55',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','http://192.168.22.10/photo/b4cbb73d1178aab3424a788419bbe016-4.jpg','http://192.168.22.10/photo/b4cbb73d1178aab3424a788419bbe016-5.jpg','http://192.168.22.10/photo/b4cbb73d1178aab3424a788419bbe016-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA8/tIxRBs81u0V6ug4VXh\nG8omo+8YIckQqL5m7jWJqQ3v0fCrjyO8EcrjXhKC6esafSOlVhgxzFOkqNH8rRGF\ntF00suNJXy/0fh6EFFvifX1hQw1ZCXXlHxmmM4yNkGOzbRXPeVuSxyn1OtQNGRnB\nSGeqdCZc4QMtgPbVPwTTWYB4rSbVGYbEa5vpqY0OFnlIwC+BtQrd0xFEO7+FGfmv\n2jRt7ImRiyFazef0NhZL890IFeB5+rF8fifC3o7OP0kzB75+z5LkBfnsveZCriaj\nwHjUmMOa/hTOVHw4qYIq6XY4Q2OgaGTs2xqBz4/gniKjNSBbRyYy45prFOuJTLmO\ns07078nfg3NbWq5JkszwPen+gcvc4Pv38z2DBc2RxjgU0YbY4ZV053GIzd8hutA4\nm+eD1Cl0NZcEd9OYi3dtXWACPsf2C0/FsouAj1juXWxeRZ9exHphs0tCXt/RPgyK\nOqFPaPRCBL6MUvM0N1yR2TVk3s3Uq0k/4AExcplJGuZt8bMDIGR6g3RF+bXn3eLb\n9SnpnLSIMpHS/N/JVQzMs4W8tkdwi2OiIeNWhYrFH/stfU7KPYXdwVfduDTAv9LA\nY5Yk8oMomfL5b097eKDdzXFJ3rKUXktobl74REtgAfXEA3OgqCXUGPLbS45I8gsZ\nxBFRmmPH3SuOCQSRkY0gb/UCAwEAAQ==\n-----END PUBLIC KEY-----\n','cd8d6796a986b38a7fb102d05cb41dabe3bdd042f05bf2e5d184a9fdae0255fc','','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','','','','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDCyqFtB4TgbrcJ\n59saeXpo/P+01pHCILBzYKhWhrPDhzI2S+ByaeGbMm/ID2EqGrMxBiJs8gPzPVLk\nF1o/V2HWwelM/adgSoT8zihpebfOTjMFB3ExenheLqym7dbigt2f11ArDCF9wPli\nKgOuSwhb9JQSBkhHtfByVVTlKHKP9nmyyWVeo5ZI9cCJ9DlNw/c9uoSX4gW43df0\n/onnVwd6Z4MtoapKmiI6WDljsTveRliJerXFRbmXhzb/AnYUp4aZa8lpeH7TqGQ3\nl93zRjrz29JGxCho9eexOt3Kaq41kiLvIbElT+5nPxkPXnw9DALm5wYTWhyQDw8h\nRSLoNwll9IVCO7OuUWyopolLsxBz6fKwtF2tuMFxApAcRhtADY8dFn2tT/1+UgI1\nNI9Xh/mLtbCJyNTUG9hwP/VYRpw49hnvo0Jp7hVom9o/pxCl69x3fD0hs3WILclV\n/z2gpikEs+lP9PdUjR3XtS6CD/nVjP7hFOZhlJn9IyAJR8bi4TX2bzL+PZ9JQLpF\nOohIGwYMJFsi7uudSRLke9zG1UrCQdPpwA1VQVq0Ugh/Lj97RoTtE7tO8Kon5YG4\nrtYDS5JptsXEE/p794NQMRAjxMga4yf9+cdFOpyGc+a6hMoBlqKGHU1TYmjz4riz\nsBs9zBlmnOLWgmdaFLGwYR4aKXKWTwIDAQABAoICAGTRe7tyqNOAejwmRMDvHuw4\nBiES7V4MjUcqP/aIwYHx94siuoh9RMeO00w4qZGhQB2fjzHUETdUBhMIAy3FjF4a\n/yVaI8cyyqIOEdyFoxykXMO9lliFisc0YSgE8bNLCGoyhsvA+5SazHiCRmVvcGQn\nsnuhxMdY45pJkCcLSEA60cI3esAA60fX6k98mCwnwU+xue7ijROhvqSPGdEiujwg\nV0TG59y06gJIp2tx0Aq7XhfJ60qvS9+hnFVgcL0/9+pwX063juz9uuELOVUwhFKy\n86Ks5D1vCPwx+5lIneIcQPiD96vYMww9HDtYK/VswhPAfuSFP0NQiAQwRGDsG3BC\nKf00QdRtcPIof2jleYeuptzn0dshgCve8/0Txy32t1ziNo9bBQV1XepgoGF/3vfu\nj31Tnv+zKxYE3M7RZHyAJ5UA4ewIxVNFWlVPNRu+9X3kusi4p9kDfl7JZY6hz09D\nMfgi4MjgqEb4lzhEnuUBNuOUtbo6c93+DSDyj6vkYmnQyG66ljvfHZEFC7dCqKMU\n90iRXUQv9+/hFyIukPikB+BApSYpAD7sMXOBkOgZdoGH5UZrF9TlwSV1QssEYk0o\nd6BjB68IsXSbUezDRyTxPphYqnR9L9+2Qo5mh6RTv9PDPplb//wlvKVnfJgMZPxR\nUn4sl3TLwurAPAUN24QBAoIBAQDq6qya37jQN5zJIt6VAWrSvNmyjULLaf/9t/7f\nnG5e6+vmODBhTq5GKfDoImVXwG/og7/t/G4P4yNdxNHUZhx9H0nnsUdYMaveYINm\n2njw4oBVH70GylgDRstMFnQ445NjaAy/H7dXefemxjnAh6yyTAVuE7a89o4GzHao\njYUKFTwVsXxuYcT2gmUcaQ47Q4CJx3SZ2WtUEb4ixHiyMR43ApdRh4t7pr6/nKWd\nP3UQEHlUmSk0p7AxtCwvVUUsm85KCUvFkBodgwgN7izRhrm2cD0n6/4F5JF0l6XV\nEXOxou/hltG0Rd4IX4UovvV7yi0gIIi0KSWJDzg+XQn4msvjAoIBAQDURg+ajla3\nv28suV/MKzFcaesu3W/aTDsrPslL5bBeqFuATkqQ0stCKLD9IRiWIvOb2dxteCHN\nzxKPNbCaZdNCm9DmJB3qh0Te8VKjoofgw2h23kH97q1sgczQlZp/4g2sROugZr2P\nl/vSxKdBQ3nCVlLeqX99cvKZGleyLYtVkiFUS+VJ479McP3NuVZDgQ2N0cR8ZKDz\nla3jL3cmlAgcM9NVXWec1usX2jjRsPpM7QDM2RqAXrlpQGw1TBds3s6LIVqkFyqp\n7+EoZYa61VzijDWI5knOC00aGW43xBCV/lKWYcMrh9qj0lXdFMyX0ZLrQi/diU3h\nMQgNNW5OD6+lAoIBAQDQaM4kwGJX516jWtoZW56Hw59nNseRa0L+tuPZQhDxCWDJ\naAQT8BfQi5j8eLdr+H/PykLWQeLrGVng8KIvSz/vCXkpoi9nYPnXWcx5zU0KeAfe\nfT/X7F/U2FO39xu49L1nrYHRdbPUWZKKVMYbtsJRk/wlQjwWvK4X/gEvXA4xedFK\ndaGs0/RHtjs5z0Ie9a3tjhQ2AZukg/EpKyDhBY6Gwze3zwbB9pa3q6OKNCgIznS1\nxwO1gSdhkTS58W5jOv7y0/hzF3rzv7G/mhQM9vd/kWfQKR+93p/kzj0DIG6Bo8op\nWwJEas+mogeitHdZEW6jV/mvy+lPBT+ipCwacEp9AoIBAQCr9T16tMfm/jsvfdPu\n7yaDeII+ar/LlWlxNOGYjC7932CQZdvdygVCSPhndkIWjaXOoQQB4glwUcj1Hkc8\nLDShhtwJM0TQ0lemStPpHyb3mxSrBo1rCciPV+71IdwQsKzm2sYOIGx7QGGNciUT\np3ehSJDFM4XFuDJyeHaGLoLrBP/e68SIwOgdIoNX/kW1VXwHYODM7C++Y4iDu9XH\n+K9BOXJ/erUOxsOXhP32UGnTm0LErzLavuFwM/H0kvl/BldHOfPVbbbwBxTcxrIH\n9APUukQ77GHpehoxhFxW7IuLFoUMsZGLV/h0MVXBTLIYYnuj/PANhMcEH9Yn7Rq4\nPdjJAoIBAEYONbywm3BUYvpQeN+PZPgfNAdRsFCU+dlPCFGA02fzF5H/NmKxIT6A\naqU7AA2W7ZmgRHuXMVGf+0q19xPvzi2LVZpSnfHI0eq28c5ai/Tig6stW/FYNDdl\n828a+ZAXvksesiGwD2R53aAF5NNvOIGsaL31T5d5aka1wUQw7bzx8w7OhW+jP+qj\nAq/pMBapUML5TTAhE5wBJI+F6qoIpp7BomMO36nSzaofqS4I96r2kcTb1bNBGErw\no8HHBbXTrZ/vz8i8h5bGoikI0YbxplPaLTylUxuxv0x+gmlaZLbSfjosgfxTGmDu\nyi/YAMIgyQM3WSd9kEzLbr40D8NRK8w=\n-----END PRIVATE KEY-----\n','','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,'','2015-02-02 19:00:03','2015-02-02 19:00:03','2015-02-02 19:00:16','2015-02-02 18:53:04','2015-02-02 18:53:04','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''),(18,2,'2015-02-02 18:52:03',0,0,3,1,'dfrn','friendica4','friendica4','','','','','','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-4.jpg','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-5.jpg','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-6.jpg','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA3nCYawg+HTyQgV7a7Osg\nCXeACOitKLhcb2WDTN/lLOMO7n1lSm3Kdv1dbOc0/lkAPeB2XsLF/aDfoUPWWg4Q\n/oRPrXFIi2dK/cIQVvgOhebQheztAYPJyaYYMWVK7bLbPuKVTyzALqkWD8Zjjtit\n4Uvm3kjmcofKr+/Lw+VFaEBMESQDbP5eTDtQeDGGjluWQMj1/D+V/Tcm+SMrAVIv\njyklQEhBJlYGJ+LsfXv4XXbeH73dkIXkQW5JgWQyPCloJ+PxmmjjEDozsdgmFQXq\n6T9HFVHvW2O2lmDoaTrbIGrULWBpslKZJJrV+LgtkzhP4uuKfJPD2DpMJ4+ixtBE\nzM/o+EuYDTz0P3dTvwruq1t8gUYcQOVUzEp1LM0qYDMVY86XneW1W5xghztl5zqy\nGBMBvjVIFvMVL1cVeXze4zpwwKln2cArepToSpN7lmy9EgBd9mZrVLWosZShB9R0\n05kBc2Tfv7FlixwZ1P8rwJn9sEEs9oa6TnRLL+7L8eqapg6vUI1G7e0HWWEjdHsR\nrYVHYW+ogtOYjrQ1Tfh1W2PtNaez5fGYVBDjC+1vy0scJmqrgy00z7MHBT2WTOAL\noHbdedhpa3UZ0FrsCto+vqil8BcF5aBhi2Hi5YdKtbY3EBsaabcSO2joc7rlmee4\nxdKfDRYXCPysFPhZNgIW708CAwEAAQ==\n-----END PUBLIC KEY-----\n','','cd8d6796a986b38a7fb102d05cb41dabe3bdd042f05bf2e5d184a9fdae0255fc','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwsqhbQeE4G63CefbGnl6\naPz/tNaRwiCwc2CoVoazw4cyNkvgcmnhmzJvyA9hKhqzMQYibPID8z1S5BdaP1dh\n1sHpTP2nYEqE/M4oaXm3zk4zBQdxMXp4Xi6spu3W4oLdn9dQKwwhfcD5YioDrksI\nW/SUEgZIR7XwclVU5Shyj/Z5ssllXqOWSPXAifQ5TcP3PbqEl+IFuN3X9P6J51cH\nemeDLaGqSpoiOlg5Y7E73kZYiXq1xUW5l4c2/wJ2FKeGmWvJaXh+06hkN5fd80Y6\n89vSRsQoaPXnsTrdymquNZIi7yGxJU/uZz8ZD158PQwC5ucGE1ockA8PIUUi6DcJ\nZfSFQjuzrlFsqKaJS7MQc+nysLRdrbjBcQKQHEYbQA2PHRZ9rU/9flICNTSPV4f5\ni7WwicjU1BvYcD/1WEacOPYZ76NCae4VaJvaP6cQpevcd3w9IbN1iC3JVf89oKYp\nBLPpT/T3VI0d17Uugg/51Yz+4RTmYZSZ/SMgCUfG4uE19m8y/j2fSUC6RTqISBsG\nDCRbIu7rnUkS5HvcxtVKwkHT6cANVUFatFIIfy4/e0aE7RO7TvCqJ+WBuK7WA0uS\nabbFxBP6e/eDUDEQI8TIGuMn/fnHRTqchnPmuoTKAZaihh1NU2Jo8+K4s7AbPcwZ\nZpzi1oJnWhSxsGEeGilylk8CAwEAAQ==\n-----END PUBLIC KEY-----\n','','','http://192.168.22.10/dfrn_request/friendica4','http://192.168.22.10/dfrn_notify/friendica4','http://192.168.22.10/dfrn_poll/friendica4','http://192.168.22.10/dfrn_confirm/friendica4','http://192.168.22.10/poco/friendica4',1,0,0,0,'','2015-02-02 19:00:24','2015-02-02 19:00:24','2015-02-02 19:00:24','2015-02-02 18:53:03','2015-02-02 18:53:03','0000-00-00 00:00:00',0,0,0,1,0,0,0,0,0,0,'',99,'',0,'','0000-00-00',0,0,''); +/*!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://friendica.eu/photo/custom/300/1535.jpg?rev=2014-11-13+09%3A13%3A55','','0000-00-00 00:00:00','','','','','dspr'),(20,'Samuel Contraste','https://friendica.eu/profile/stace-melunor','http://friendica.eu/profile/stace-melunor','https://friendica.eu/photo/custom/300/1586.jpg?rev=2014-11-28+13%3A01%3A22','','0000-00-00 00:00:00','','','','','dspr'),(21,'Martin Langlotz','https://friendica.eu/profile/numan','http://friendica.eu/profile/numan','https://friendica.eu/photo/custom/300/1621.jpg?rev=2014-12-02+10%3A37%3A34','','0000-00-00 00:00:00','','','','','dspr'),(22,'Elie Bissery','https://friendica.eu/profile/eilsib','http://friendica.eu/profile/eilsib','https://friendica.eu/photo/custom/300/1680.jpg?rev=2014-12-17+16%3A05%3A23','','0000-00-00 00:00:00','','','','','dspr'),(23,'Cécile Maitre','https://friendica.eu/profile/cecile','http://friendica.eu/profile/cecile','https://friendica.eu/photo/custom/300/1703.jpg?rev=2014-12-23+19%3A29%3A41','','0000-00-00 00:00:00','','','','','dspr'),(24,'Ralf Gerdes','https://friendica.eu/profile/ralf','http://friendica.eu/profile/ralf','https://friendica.eu/photo/custom/300/1739.jpg?rev=2014-12-30+12%3A43%3A12','','0000-00-00 00:00:00','','','','','dspr'),(25,'Loran Btn','https://friendica.eu/profile/loran_mcfly','http://friendica.eu/profile/loran_mcfly','https://friendica.eu/photo/custom/300/1781.jpg?rev=2015-01-11+09%3A10%3A33','','0000-00-00 00:00:00','','','','','dspr'),(26,'Jörn Rinne','https://friendica.eu/profile/lefou','http://friendica.eu/profile/lefou','https://friendica.eu/photo/custom/300/1782.jpg?rev=2015-01-11+15%3A39%3A33','','0000-00-00 00:00:00','','','','','dspr'),(27,'Lud Wig','https://friendica.eu/profile/ludwig','http://friendica.eu/profile/ludwig','https://friendica.eu/photo/custom/300/1810.jpg?rev=2015-01-25+04%3A41%3A20','','0000-00-00 00:00:00','','','','','dspr'),(28,'Rike','http://mist.loozah.com/profile/rike','http://mist.loozah.com/profile/rike','http://mist.loozah.com/photo/custom/300/2.jpg?rev=2012-02-03+14%3A10%3A17','','0000-00-00 00:00:00','','','','','dspr'),(29,'Torsten Peh','http://mist.loozah.com/profile/torsten_peh','http://mist.loozah.com/profile/torsten_peh','http://mist.loozah.com/photo/custom/300/13.jpg?rev=2012-05-15+12%3A58%3A18','','0000-00-00 00:00:00','','','','','dspr'),(30,'der buffer','http://mist.loozah.com/profile/derbuffer','http://mist.loozah.com/profile/derbuffer','http://mist.loozah.com/photo/custom/300/98.jpg?rev=2013-07-27+00%3A10%3A59','','0000-00-00 00:00:00','','','','','dspr'),(31,'Marcel','http://mist.loozah.com/profile/mkay','http://mist.loozah.com/profile/mkay','http://mist.loozah.com/photo/custom/300/24.jpg?rev=2012-06-14+19%3A06%3A37','','0000-00-00 00:00:00','','','','','dspr'),(32,'Gianluca Zoni','http://mist.loozah.com/profile/zoninoz','http://mist.loozah.com/profile/zoninoz','http://mist.loozah.com/photo/custom/300/56.jpg?rev=2012-09-12+15%3A38%3A42','','0000-00-00 00:00:00','','','','','dspr'),(33,'Jo A','http://mist.loozah.com/profile/joooo','http://mist.loozah.com/profile/joooo','http://mist.loozah.com/photo/custom/300/64.jpg?rev=2012-11-12+15%3A32%3A02','','0000-00-00 00:00:00','','','','','dspr'),(34,'Lass Mi Randa Den Sie Will Ja','https://friendica.styliztique.biz/profile/stb','http://friendica.styliztique.biz/profile/stb','https://friendica.styliztique.biz/photo/custom/300/20.jpg?rev=2013-09-06+16%3A04%3A10','','0000-00-00 00:00:00','','','','','dspr'),(35,'кαяισz м☠яку','https://karl.marx.pm/profile/kmarky','http://karl.marx.pm/profile/kmarky','https://karl.marx.pm/photo/custom/300/11.jpg?rev=2014-01-17+09%3A48%3A33','','0000-00-00 00:00:00','','','','','dspr'),(36,'Indignados','https://karl.marx.pm/profile/indignados','http://karl.marx.pm/profile/indignados','https://karl.marx.pm/photo/custom/300/44.jpg?rev=2012-05-27+14%3A53%3A52','','0000-00-00 00:00:00','','','','','dspr'),(37,'Anarkia','https://karl.marx.pm/profile/anarquia','http://karl.marx.pm/profile/anarquia','https://karl.marx.pm/photo/custom/300/45.jpg?rev=2012-05-29+11%3A01%3A11','','0000-00-00 00:00:00','','','','','dspr'),(38,'Planeta Pirata','https://karl.marx.pm/profile/pirata','http://karl.marx.pm/profile/pirata','https://karl.marx.pm/photo/custom/300/46.jpg?rev=2012-05-27+15%3A20%3A12','','0000-00-00 00:00:00','','','','','dspr'),(39,'Grupo GNU | Linux','https://karl.marx.pm/profile/gnu','http://karl.marx.pm/profile/gnu','https://karl.marx.pm/photo/custom/300/47.jpg?rev=2012-05-27+15%3A34%3A20','','0000-00-00 00:00:00','','','','','dspr'),(40,'Ecologia','https://karl.marx.pm/profile/eco','http://karl.marx.pm/profile/eco','https://karl.marx.pm/photo/custom/300/57.jpg?rev=2012-06-09+06%3A42%3A04','','0000-00-00 00:00:00','','','','','dspr'),(41,'Grupo antiFa Friendica','https://karl.marx.pm/profile/antifa','http://karl.marx.pm/profile/antifa','https://karl.marx.pm/photo/custom/300/60.jpg?rev=2012-06-11+08%3A46%3A48','','0000-00-00 00:00:00','','','','','dspr'),(42,'Facebook (alias Feisbuk)','https://karl.marx.pm/profile/facebook','http://karl.marx.pm/profile/facebook','https://karl.marx.pm/photo/custom/300/61.jpg?rev=2014-01-17+09%3A50%3A44','','0000-00-00 00:00:00','','','','','dspr'),(43,'Todo Cine','https://karl.marx.pm/profile/cine','http://karl.marx.pm/profile/cine','https://karl.marx.pm/photo/custom/300/65.jpg?rev=2012-06-15+07%3A20%3A01','','0000-00-00 00:00:00','','','','','dspr'),(44,'Rivera Valdez','https://karl.marx.pm/profile/riveravaldez','http://karl.marx.pm/profile/riveravaldez','https://karl.marx.pm/photo/custom/300/205.jpg?rev=2013-06-18+10%3A58%3A46','','0000-00-00 00:00:00','','','','','dspr'),(45,'Tazman Devil','https://karl.marx.pm/profile/tazman','http://karl.marx.pm/profile/tazman','https://karl.marx.pm/photo/custom/300/228.jpg?rev=2013-08-24+02%3A59%3A52','','0000-00-00 00:00:00','','','','','dspr'),(46,'Tiago Casal Ribeiro','https://karl.marx.pm/profile/tiago','http://karl.marx.pm/profile/tiago','https://karl.marx.pm/photo/custom/300/391.jpg?rev=2014-10-30+17%3A10%3A40','','0000-00-00 00:00:00','','','','','dspr'),(47,'Protestation','https://karl.marx.pm/profile/protestation_','http://karl.marx.pm/profile/protestation_','https://karl.marx.pm/photo/custom/300/414.jpg','','0000-00-00 00:00:00','','','','','dspr'),(48,'Arto','https://myfriendica.net/profile/arto','http://myfriendica.net/profile/arto','https://myfriendica.net/photo/custom/300/5.jpg?rev=2012-04-29+18%3A36%3A29','','0000-00-00 00:00:00','','','','','dspr'),(49,'Gatoso Kot','https://myfriendica.net/profile/gatoso','http://myfriendica.net/profile/gatoso','https://myfriendica.net/photo/custom/300/159.jpg?rev=2013-04-05+05%3A51%3A58','','0000-00-00 00:00:00','','','','','dspr'),(50,'Believing Prayer','https://myfriendica.net/profile/believingprayer','http://myfriendica.net/profile/believingprayer','https://myfriendica.net/photo/custom/300/11.jpg?rev=2012-03-19+13%3A12%3A07','','0000-00-00 00:00:00','','','','','dspr'),(51,'Avery Jenkins','https://myfriendica.net/profile/docaltmed','http://myfriendica.net/profile/docaltmed','https://myfriendica.net/photo/custom/300/17.jpg?rev=2012-03-27+11%3A05%3A26','','0000-00-00 00:00:00','','','','','dspr'),(52,'Vincent','https://myfriendica.net/profile/influencepc','http://myfriendica.net/profile/influencepc','https://myfriendica.net/photo/custom/300/55.jpg?rev=2012-04-26+12%3A47%3A48','','0000-00-00 00:00:00','','','','','dspr'),(53,'Berlin Group','https://myfriendica.net/profile/berlin','http://myfriendica.net/profile/berlin','https://myfriendica.net/photo/custom/300/65.jpg?rev=2012-04-28+09%3A21%3A19','','0000-00-00 00:00:00','','','','','dspr'),(54,'jcsesecuneta@myfriendica.net','https://myfriendica.net/profile/jcsesecuneta','http://myfriendica.net/profile/jcsesecuneta','https://myfriendica.net/photo/custom/300/281.jpg?rev=2013-09-06+11%3A51%3A59','','0000-00-00 00:00:00','','','','','dspr'),(55,'Sam I','https://myfriendica.net/profile/sam01','http://myfriendica.net/profile/sam01','https://myfriendica.net/photo/custom/300/183.jpg?rev=2013-06-28+15%3A34%3A46','','0000-00-00 00:00:00','','','','','dspr'),(56,'Stephen Judge','https://myfriendica.net/profile/stephen','http://myfriendica.net/profile/stephen','https://myfriendica.net/photo/custom/300/294.jpg?rev=2014-02-25+15%3A07%3A05','','0000-00-00 00:00:00','','','','','dspr'),(57,'潘隆吉 Tony Phuah','https://myfriendica.net/profile/tonyphuah','http://myfriendica.net/profile/tonyphuah','https://myfriendica.net/photo/custom/300/304.jpg?rev=2013-11-02+00%3A37%3A59','','0000-00-00 00:00:00','','','','','dspr'),(58,'Lina María Largo','https://myfriendica.net/profile/linamaria','http://myfriendica.net/profile/linamaria','https://myfriendica.net/photo/custom/300/332.jpg?rev=2013-12-18+08%3A14%3A24','','0000-00-00 00:00:00','','','','','dspr'),(59,'Petra L.','https://myfriendica.net/profile/petra-l','http://myfriendica.net/profile/petra-l','https://myfriendica.net/photo/custom/300/349.jpg?rev=2014-04-05+13%3A41%3A25','','0000-00-00 00:00:00','','','','','dspr'),(60,'Panko','https://myfriendica.net/profile/panko','http://myfriendica.net/profile/panko','https://myfriendica.net/photo/custom/300/354.jpg?rev=2014-07-30+14%3A22%3A42','','0000-00-00 00:00:00','','','','','dspr'),(61,'Jorge','https://myfriendica.net/profile/soloojos','http://myfriendica.net/profile/soloojos','https://myfriendica.net/photo/custom/300/370.jpg?rev=2014-03-02+16%3A20%3A32','','0000-00-00 00:00:00','','','','','dspr'),(62,'Sebas Pedersen','https://myfriendica.net/profile/sebasped','http://myfriendica.net/profile/sebasped','https://myfriendica.net/photo/custom/300/373.jpg?rev=2015-01-15+23%3A04%3A06','','0000-00-00 00:00:00','','','','','dspr'),(63,'ivan zlax','https://myfriendica.net/profile/zlaxyi','http://myfriendica.net/profile/zlaxyi','https://myfriendica.net/photo/custom/300/376.jpg?rev=2014-03-09+09%3A56%3A13','','0000-00-00 00:00:00','','','','','dspr'),(64,'Shimriez','https://myfriendica.net/profile/shimriez','http://myfriendica.net/profile/shimriez','https://myfriendica.net/photo/custom/300/403.jpg?rev=2014-06-21+17%3A18%3A05','','0000-00-00 00:00:00','','','','','dspr'),(65,'Sitesonix Web Solutions','https://myfriendica.net/profile/sitesonix','http://myfriendica.net/profile/sitesonix','https://myfriendica.net/photo/custom/300/445.jpg?rev=2014-06-13+17%3A25%3A54','','0000-00-00 00:00:00','','','','','dspr'),(66,'Bastian Lang','https://myfriendica.net/profile/raudy93','http://myfriendica.net/profile/raudy93','https://myfriendica.net/photo/custom/300/436.jpg?rev=2014-05-29+12%3A40%3A00','','0000-00-00 00:00:00','','','','','dspr'),(67,'Simó Albert i Beltran','https://myfriendica.net/profile/sim6','http://myfriendica.net/profile/sim6','https://myfriendica.net/photo/custom/300/419.jpg?rev=2014-05-14+16%3A14%3A04','','0000-00-00 00:00:00','','','','','dspr'),(68,'RT Griffiti','https://myfriendica.net/profile/rtgriffiti','http://myfriendica.net/profile/rtgriffiti','https://myfriendica.net/photo/custom/300/437.jpg?rev=2014-05-30+01%3A17%3A19','','0000-00-00 00:00:00','','','','','dspr'),(69,'Damian','https://myfriendica.net/profile/deb92','http://myfriendica.net/profile/deb92','https://myfriendica.net/photo/custom/300/462.jpg?rev=2014-07-29+18%3A18%3A26','','0000-00-00 00:00:00','','','','','dspr'),(70,'Ciril Earth','https://myfriendica.net/profile/cirilearth','http://myfriendica.net/profile/cirilearth','https://myfriendica.net/photo/custom/300/519.jpg?rev=2014-12-22+12%3A19%3A09','','0000-00-00 00:00:00','','','','','dspr'),(71,'The SOS Card Project','https://myfriendica.net/profile/the_sos_card_project','http://myfriendica.net/profile/the_sos_card_project','https://myfriendica.net/photo/custom/300/524.jpg?rev=2014-12-26+19%3A54%3A41','','0000-00-00 00:00:00','','','','','dspr'),(72,'Hauke Altmann','https://snarl.de/profile/tugelblend','http://snarl.de/profile/tugelblend','https://www.snarl.de/photo/profile/5.jpg','','2015-01-25 05:02:28','Berlin','Softwaredeveloper, friendica enthusiast, member of http://www.graffitiresearchlab.de/, cyclist','graffiti, friendica, graffiti, research, lab, diy, collectivism, urban, art, surfing, berlin, opensource, critical, mass, freifunk','','dfrn'),(73,'Chris Thina','https://snarl.de/profile/chillkroete','http://snarl.de/profile/chillkroete','https://snarl.de/photo/profile/69.jpg','','2014-01-11 11:59:56','','','','','dfrn'),(74,'Dirk Schlechter','https://snarl.de/profile/viewfinder','http://snarl.de/profile/viewfinder','https://snarl.de/photo/profile/106.jpg','','2014-03-24 16:20:54','','','','Männlich','dfrn'),(75,'Tauschring Prenzelberg','https://snarl.de/profile/prenzeltausch','http://snarl.de/profile/prenzeltausch','https://snarl.de/photo/profile/117.jpg','','2015-01-25 19:31:54','Berlin','Haareschneiden gegen Waschmaschinenreparatur?
Autotransport gegen Katze gießen?
Der Prenzelberger Tauschring
sucht weitere Mitglieder.
Komm doch mal vorbei:
Treffen jeden 2. & 4. Montag im Monat
im Kiezladen in der Dunckerstr. 14, 19-20 Uhr
prenzeltausch.thing.de','tauschring, zeitkonto','Intersex','dfrn'),(76,'Panko','https://snarl.de/profile/panko','http://snarl.de/profile/panko','https://snarl.de/photo/profile/141.jpg','@','2015-02-02 11:31:46','La Vila Joiosa','','debian, linux, gnu, gnu/linux, scifi, horror, xmpp, jabber, friendica, pump, freesoftware, darts, dardos, dards, punk, rock, ska, reggae, beer','Home','dfrn'),(77,'Berlin Group','https://snarl.de/profile/berlin','http://snarl.de/profile/berlin','https://snarl.de/photo/profile/0.jpg','','2012-04-28 09:21:19','Berlin','Eine Gruppe für alle Friendicianer, die an der geilsten Stadt Deutschlands interessiert sind.','berlin','','dfrn'),(78,'Daniel C. Würl','https://snarl.de/profile/decadentgray','http://snarl.de/profile/decadentgray','https://snarl.de/photo/profile/158.jpg','','2014-08-29 02:20:44','','','','','dfrn'),(79,'Michaela Gruber','https://snarl.de/profile/starling','http://snarl.de/profile/starling','https://snarl.de/photo/profile/160.jpg','','2014-09-03 18:19:10','','','','','dfrn'),(80,'Kristian R.','https://snarl.de/profile/z428','http://snarl.de/profile/z428','https://snarl.de/photo/profile/181.jpg','','2015-01-30 13:47:31','','Software engineer (#java, #javaee, #python, mainly server-sided and backend), art and imaging addict mainly using #gimp, #opensource / #softwarelibre # freesoftware software user and promoter, lover of bizarre #music (especially #netaudio stuff, #metal, #postrock, more open-minded #indie), #vegetarian, 30something and a few other things.
kr428 virtually everywhere, including twitter, identica et al.','linux, gimp, photography, music, java, opensource, gnome, philosophy, spirituality, art','Männlich','dfrn'),(81,'Georg Hofer','https://snarl.de/profile/ironhead','http://snarl.de/profile/ironhead','https://snarl.de/photo/profile/228.jpg','','2014-12-31 15:47:14','','','','','dfrn'),(82,'Nick Power','https://snarl.de/profile/veganvincent','http://snarl.de/profile/veganvincent','https://snarl.de/photo/profile/240.jpg','','2015-01-26 16:59:02','','','','','dfrn'),(83,'Yushin W','https://snarl.de/profile/opduur','http://snarl.de/profile/opduur','https://snarl.de/photo/profile/254.jpg','','2015-01-28 19:44:40','','','freesoftware, floss, foss, opensource, linux, vim, cli, command-line, creativecommons, ocw, oer, commons, sustainability, energy, lohas, mdg, sdg','','dfrn'),(84,'Oradon','https://oradon.pegasus.uberspace.de/profile/oradon','http://oradon.pegasus.uberspace.de/profile/oradon','https://oradon.pegasus.uberspace.de/photo/custom/300/1.jpg','','0000-00-00 00:00:00','','','','','dspr'),(85,'Stuttgart','https://oradon.pegasus.uberspace.de/profile/stuttgart','http://oradon.pegasus.uberspace.de/profile/stuttgart','https://oradon.pegasus.uberspace.de/photo/custom/300/12.jpg','','0000-00-00 00:00:00','','','','','dspr'),(86,'Olivier','https://friendica.free-beer.ch/profile/olivier','http://friendica.free-beer.ch/profile/olivier','https://friendica.free-beer.ch/photo/custom/300/1.jpg?rev=2012-05-02+09%3A02%3A19','','0000-00-00 00:00:00','','','','','dspr'),(87,'pogonator','https://friendica.free-beer.ch/profile/pogonator','http://friendica.free-beer.ch/profile/pogonator','https://friendica.free-beer.ch/photo/custom/300/396.jpg?rev=2013-06-22+07%3A51%3A38','','0000-00-00 00:00:00','','','','','dspr'),(88,'Claus Muehlenkamp','https://friendica.free-beer.ch/profile/clausmuehlenkamp','http://friendica.free-beer.ch/profile/clausmuehlenkamp','https://friendica.free-beer.ch/photo/custom/300/368.jpg?rev=2013-06-12+21%3A21%3A07','','0000-00-00 00:00:00','','','','','dspr'),(89,'Jörg Hartmann','https://friendica.free-beer.ch/profile/jh72de','http://friendica.free-beer.ch/profile/jh72de','https://friendica.free-beer.ch/photo/custom/300/295.jpg?rev=2013-04-09+19%3A21%3A01','','0000-00-00 00:00:00','','','','','dspr'),(90,'Carlos Solís','https://friendica.free-beer.ch/profile/csolisr','http://friendica.free-beer.ch/profile/csolisr','https://friendica.free-beer.ch/photo/custom/300/22.jpg?rev=2012-05-31+23%3A00%3A24','','0000-00-00 00:00:00','','','','','dspr'),(91,'Frederic Guilbault','https://friendica.free-beer.ch/profile/border','http://friendica.free-beer.ch/profile/border','https://friendica.free-beer.ch/photo/custom/300/23.jpg?rev=2012-06-01+02%3A24%3A09','','0000-00-00 00:00:00','','','','','dspr'),(92,'Sun Sunich','https://friendica.free-beer.ch/profile/sunsunich','http://friendica.free-beer.ch/profile/sunsunich','https://friendica.free-beer.ch/photo/custom/300/337.jpg?rev=2013-06-06+19%3A54%3A58','','0000-00-00 00:00:00','','','','','dspr'),(93,'Jaun Santiago','https://friendica.free-beer.ch/profile/juansantiago','http://friendica.free-beer.ch/profile/juansantiago','https://friendica.free-beer.ch/photo/custom/300/94.jpg?rev=2012-08-05+21%3A12%3A40','','0000-00-00 00:00:00','','','','','dspr'),(94,'Axel','https://friendica.free-beer.ch/profile/axel','http://friendica.free-beer.ch/profile/axel','https://friendica.free-beer.ch/photo/custom/300/61.jpg?rev=2014-01-08+17%3A14%3A05','','0000-00-00 00:00:00','','','','','dspr'),(95,'Alexander Jobst','https://friendica.free-beer.ch/profile/alexanderjobst','http://friendica.free-beer.ch/profile/alexanderjobst','https://friendica.free-beer.ch/photo/custom/300/77.jpg?rev=2012-07-11+08%3A19%3A36','','0000-00-00 00:00:00','','','','','dspr'),(96,'Matija Å uklje','https://friendica.free-beer.ch/profile/hook','http://friendica.free-beer.ch/profile/hook','https://friendica.free-beer.ch/photo/custom/300/336.jpg?rev=2013-06-02+20%3A40%3A51','','0000-00-00 00:00:00','','','','','dspr'),(97,'Brando','https://friendica.free-beer.ch/profile/dysfunctional','http://friendica.free-beer.ch/profile/dysfunctional','https://friendica.free-beer.ch/photo/custom/300/89.jpg?rev=2012-07-28+04%3A35%3A53','','0000-00-00 00:00:00','','','','','dspr'),(98,'Max Anton','https://friendica.free-beer.ch/profile/ntimes','http://friendica.free-beer.ch/profile/ntimes','https://friendica.free-beer.ch/photo/custom/300/98.jpg?rev=2012-08-08+21%3A32%3A00','','0000-00-00 00:00:00','','','','','dspr'),(99,'Inyan','https://friendica.free-beer.ch/profile/inyan','http://friendica.free-beer.ch/profile/inyan','https://friendica.free-beer.ch/photo/custom/300/111.jpg?rev=2012-08-18+19%3A01%3A17','','0000-00-00 00:00:00','','','','','dspr'),(100,'亗 Dr. Emporio Efikz 亗','https://friendica.free-beer.ch/profile/dr_emporio_efikz','http://friendica.free-beer.ch/profile/dr_emporio_efikz','https://friendica.free-beer.ch/photo/custom/300/108.jpg?rev=2012-08-17+01%3A48%3A09','','0000-00-00 00:00:00','','','','','dspr'),(101,'w2bh.- free-beer.ch','https://friendica.free-beer.ch/profile/w2bh','http://friendica.free-beer.ch/profile/w2bh','https://friendica.free-beer.ch/photo/custom/300/104.jpg?rev=2012-08-15+10%3A52%3A29','','0000-00-00 00:00:00','','','','','dspr'),(102,'Torsten Schilinsky','https://friendica.free-beer.ch/profile/torsten1968','http://friendica.free-beer.ch/profile/torsten1968','https://friendica.free-beer.ch/photo/custom/300/107.jpg?rev=2012-09-18+11%3A17%3A42','','0000-00-00 00:00:00','','','','','dspr'),(103,'Ecologie Libidinale','https://friendica.free-beer.ch/profile/ecologielibidinale','http://friendica.free-beer.ch/profile/ecologielibidinale','https://friendica.free-beer.ch/photo/custom/300/118.jpg?rev=2012-08-23+18%3A19%3A23','','0000-00-00 00:00:00','','','','','dspr'),(104,'Robert Bonie','https://friendica.free-beer.ch/profile/robrob','http://friendica.free-beer.ch/profile/robrob','https://friendica.free-beer.ch/photo/custom/300/138.jpg?rev=2012-09-07+17%3A57%3A21','','0000-00-00 00:00:00','','','','','dspr'),(105,'Marius Katcá','https://friendica.free-beer.ch/profile/marius_katca','http://friendica.free-beer.ch/profile/marius_katca','https://friendica.free-beer.ch/photo/custom/300/143.jpg?rev=2012-09-10+11%3A02%3A55','','0000-00-00 00:00:00','','','','','dspr'),(106,'Yossefa Mekyton','https://friendica.free-beer.ch/profile/jooxz','http://friendica.free-beer.ch/profile/jooxz','https://friendica.free-beer.ch/photo/custom/300/413.jpg?rev=2013-06-29+18%3A54%3A44','','0000-00-00 00:00:00','','','','','dspr'),(107,'Xurxo Ventos','https://friendica.free-beer.ch/profile/xurxoventos','http://friendica.free-beer.ch/profile/xurxoventos','https://friendica.free-beer.ch/photo/custom/300/412.jpg?rev=2013-06-29+10%3A07%3A23','','0000-00-00 00:00:00','','','','','dspr'),(108,'Fergus Ferrier','https://friendica.free-beer.ch/profile/rufusson','http://friendica.free-beer.ch/profile/rufusson','https://friendica.free-beer.ch/photo/custom/300/146.jpg?rev=2012-09-14+01%3A11%3A23','','0000-00-00 00:00:00','','','','','dspr'),(109,'Arescorpio Nepesh','https://friendica.free-beer.ch/profile/arescorpio','http://friendica.free-beer.ch/profile/arescorpio','https://friendica.free-beer.ch/photo/custom/300/158.jpg?rev=2012-10-05+19%3A05%3A49','','0000-00-00 00:00:00','','','','','dspr'),(110,'Shiroikuma','https://friendica.free-beer.ch/profile/shiroikuma','http://friendica.free-beer.ch/profile/shiroikuma','https://friendica.free-beer.ch/photo/custom/300/334.jpg?rev=2013-06-02+09%3A59%3A35','','0000-00-00 00:00:00','','','','','dspr'),(111,'FreeBeer Klampf','https://friendica.free-beer.ch/profile/klampfattacke','http://friendica.free-beer.ch/profile/klampfattacke','https://friendica.free-beer.ch/photo/custom/300/167.jpg?rev=2012-10-27+02%3A34%3A19','','0000-00-00 00:00:00','','','','','dspr'),(112,'Raphael Vieira','https://friendica.free-beer.ch/profile/barba_negra','http://friendica.free-beer.ch/profile/barba_negra','https://friendica.free-beer.ch/photo/custom/300/772.jpg?rev=2014-05-04+03%3A45%3A51','','0000-00-00 00:00:00','','','','','dspr'),(113,'Marina Soler','https://friendica.free-beer.ch/profile/marisoler','http://friendica.free-beer.ch/profile/marisoler','https://friendica.free-beer.ch/photo/custom/300/514.jpg?rev=2013-09-01+18%3A38%3A55','','0000-00-00 00:00:00','','','','','dspr'),(114,'Als Ob','https://friendica.free-beer.ch/profile/derhuaba','http://friendica.free-beer.ch/profile/derhuaba','https://friendica.free-beer.ch/photo/custom/300/842.jpg?rev=2014-08-06+23%3A24%3A06','','0000-00-00 00:00:00','','','','','dspr'),(115,'Colin Steele','https://friendica.free-beer.ch/profile/emberleaf','http://friendica.free-beer.ch/profile/emberleaf','https://friendica.free-beer.ch/photo/custom/300/245.jpg?rev=2013-02-23+16%3A54%3A57','','0000-00-00 00:00:00','','','','','dspr'),(116,'Max Mustermann','https://friendica.free-beer.ch/profile/jan_sofasurfer','http://friendica.free-beer.ch/profile/jan_sofasurfer','https://friendica.free-beer.ch/photo/custom/300/246.jpg?rev=2013-02-24+13%3A17%3A05','','0000-00-00 00:00:00','','','','','dspr'),(117,'Nicola Sisto Alessandro Vaccarone','https://friendica.free-beer.ch/profile/nk','http://friendica.free-beer.ch/profile/nk','https://friendica.free-beer.ch/photo/custom/300/286.jpg?rev=2014-03-05+18%3A14%3A39','','0000-00-00 00:00:00','','','','','dspr'),(118,'Pascal Daniel Angst','https://friendica.free-beer.ch/profile/pascala','http://friendica.free-beer.ch/profile/pascala','https://friendica.free-beer.ch/photo/custom/300/268.jpg?rev=2013-03-16+14%3A39%3A19','','0000-00-00 00:00:00','','','','','dspr'),(119,'Bodhi SparkleSnapdragon Goforth','https://friendica.free-beer.ch/profile/snapdragon','http://friendica.free-beer.ch/profile/snapdragon','https://friendica.free-beer.ch/photo/custom/300/494.jpg?rev=2013-08-15+14%3A51%3A39','','0000-00-00 00:00:00','','','','','dspr'),(120,'AntiChristos44 BodhiSattva','https://friendica.free-beer.ch/profile/ac44bo','http://friendica.free-beer.ch/profile/ac44bo','https://friendica.free-beer.ch/photo/custom/300/440.jpg?rev=2013-07-15+01%3A55%3A24','','0000-00-00 00:00:00','','','','','dspr'),(121,'Michael Moroni','https://friendica.free-beer.ch/profile/airon90','http://friendica.free-beer.ch/profile/airon90','https://friendica.free-beer.ch/photo/custom/300/547.jpg?rev=2013-09-27+11%3A19%3A56','','0000-00-00 00:00:00','','','','','dspr'),(122,'Martin Neujahr','https://friendica.free-beer.ch/profile/funkymartin','http://friendica.free-beer.ch/profile/funkymartin','https://friendica.free-beer.ch/photo/custom/300/557.jpg?rev=2013-10-04+06%3A33%3A29','','0000-00-00 00:00:00','','','','','dspr'),(123,'Florian Traverse','https://friendica.free-beer.ch/profile/temsa','http://friendica.free-beer.ch/profile/temsa','https://friendica.free-beer.ch/photo/custom/300/548.jpg?rev=2013-09-28+06%3A16%3A05','','0000-00-00 00:00:00','','','','','dspr'),(124,'Picaflor Azul','https://friendica.free-beer.ch/profile/picaflor','http://friendica.free-beer.ch/profile/picaflor','https://friendica.free-beer.ch/photo/custom/300/549.jpg?rev=2013-09-28+15%3A36%3A46','','0000-00-00 00:00:00','','','','','dspr'),(125,'edson duarte','https://friendica.free-beer.ch/profile/vaugs3roty','http://friendica.free-beer.ch/profile/vaugs3roty','https://friendica.free-beer.ch/photo/custom/300/570.jpg?rev=2013-10-13+18%3A01%3A06','','0000-00-00 00:00:00','','','','','dspr'),(126,'Don Viktoranghelo De Cuyo','https://friendica.free-beer.ch/profile/lechju','http://friendica.free-beer.ch/profile/lechju','https://friendica.free-beer.ch/photo/custom/300/583.jpg?rev=2013-11-02+22%3A56%3A06','','0000-00-00 00:00:00','','','','','dspr'),(127,'Liselotte Vinberg','https://friendica.free-beer.ch/profile/musikmamma','http://friendica.free-beer.ch/profile/musikmamma','https://friendica.free-beer.ch/photo/custom/300/589.jpg?rev=2013-11-02+18%3A22%3A16','','0000-00-00 00:00:00','','','','','dspr'),(128,'Arlo James Barnes','https://friendica.free-beer.ch/profile/arlojamesbarnes','http://friendica.free-beer.ch/profile/arlojamesbarnes','https://friendica.free-beer.ch/photo/custom/300/593.jpg?rev=2013-11-04+21%3A56%3A10','','0000-00-00 00:00:00','','','','','dspr'),(129,'Roxana Diaz','https://friendica.free-beer.ch/profile/heindys','http://friendica.free-beer.ch/profile/heindys','https://friendica.free-beer.ch/photo/custom/300/774.jpg?rev=2014-05-10+09%3A51%3A52','','0000-00-00 00:00:00','','','','','dspr'),(130,'Armin Lutz','https://friendica.free-beer.ch/profile/zebra','http://friendica.free-beer.ch/profile/zebra','https://friendica.free-beer.ch/photo/custom/300/612.jpg?rev=2013-11-20+12%3A36%3A03','','0000-00-00 00:00:00','','','','','dspr'),(131,'Philipp Obenauer','https://friendica.free-beer.ch/profile/clandestino','http://friendica.free-beer.ch/profile/clandestino','https://friendica.free-beer.ch/photo/custom/300/621.jpg?rev=2013-12-14+11%3A09%3A01','','0000-00-00 00:00:00','','','','','dspr'),(132,'ѕтєιикαмρf','https://friendica.free-beer.ch/profile/steinkampf','http://friendica.free-beer.ch/profile/steinkampf','https://friendica.free-beer.ch/photo/custom/300/652.jpg?rev=2014-01-19+13%3A36%3A41','','0000-00-00 00:00:00','','','','','dspr'),(133,'Jerry Briardy','https://friendica.free-beer.ch/profile/bookman37','http://friendica.free-beer.ch/profile/bookman37','https://friendica.free-beer.ch/photo/custom/300/651.jpg?rev=2013-12-31+06%3A49%3A25','','0000-00-00 00:00:00','','','','','dspr'),(134,'D2O','https://friendica.free-beer.ch/profile/d2o','http://friendica.free-beer.ch/profile/d2o','https://friendica.free-beer.ch/photo/custom/300/673.jpg?rev=2014-01-16+14%3A57%3A25','','0000-00-00 00:00:00','','','','','dspr'),(135,'Marc Leunig','https://friendica.free-beer.ch/profile/miefda','http://friendica.free-beer.ch/profile/miefda','https://friendica.free-beer.ch/photo/custom/300/675.jpg?rev=2014-01-16+20%3A51%3A38','','0000-00-00 00:00:00','','','','','dspr'),(136,'Sebas Pesersen','https://friendica.free-beer.ch/profile/sebasped','http://friendica.free-beer.ch/profile/sebasped','https://friendica.free-beer.ch/photo/custom/300/714.jpg?rev=2014-02-16+21%3A33%3A10','','0000-00-00 00:00:00','','','','','dspr'),(137,'Redrick Deckard','https://friendica.free-beer.ch/profile/red','http://friendica.free-beer.ch/profile/red','https://friendica.free-beer.ch/photo/custom/300/724.jpg?rev=2014-03-02+17%3A12%3A30','','0000-00-00 00:00:00','','','','','dspr'),(138,'Rui Bernardo','https://friendica.free-beer.ch/profile/rui_miguel','http://friendica.free-beer.ch/profile/rui_miguel','https://friendica.free-beer.ch/photo/custom/300/729.jpg?rev=2014-03-05+15%3A46%3A11','','0000-00-00 00:00:00','','','','','dspr'),(139,'Manoel Nascimento','https://friendica.free-beer.ch/profile/manoelnascimento','http://friendica.free-beer.ch/profile/manoelnascimento','https://friendica.free-beer.ch/photo/custom/300/734.jpg?rev=2014-03-09+14%3A15%3A23','','0000-00-00 00:00:00','','','','','dspr'),(140,'ilma','https://friendica.free-beer.ch/profile/ilma','http://friendica.free-beer.ch/profile/ilma','https://friendica.free-beer.ch/photo/custom/300/739.jpg?rev=2014-03-14+03%3A41%3A44','','0000-00-00 00:00:00','','','','','dspr'),(141,'David Mccauley','https://friendica.free-beer.ch/profile/opticalrevenge','http://friendica.free-beer.ch/profile/opticalrevenge','https://friendica.free-beer.ch/photo/custom/300/746.jpg?rev=2014-03-22+18%3A30%3A05','','0000-00-00 00:00:00','','','','','dspr'),(142,'Atterratio Aeternus','https://friendica.free-beer.ch/profile/atterratio','http://friendica.free-beer.ch/profile/atterratio','https://friendica.free-beer.ch/photo/custom/300/753.jpg?rev=2014-04-04+01%3A23%3A23','','0000-00-00 00:00:00','','','','','dspr'),(143,'Markus Krüger','https://friendica.free-beer.ch/profile/kreuzmacher','http://friendica.free-beer.ch/profile/kreuzmacher','https://friendica.free-beer.ch/photo/custom/300/800.jpg?rev=2014-06-26+05%3A48%3A58','','0000-00-00 00:00:00','','','','','dspr'),(144,'Master O Disaster','https://friendica.free-beer.ch/profile/masterodisaster','http://friendica.free-beer.ch/profile/masterodisaster','https://friendica.free-beer.ch/photo/custom/300/855.jpg?rev=2014-08-18+20%3A31%3A42','','0000-00-00 00:00:00','','','','','dspr'),(145,'eyal72','https://friendica.free-beer.ch/profile/eyal72','http://friendica.free-beer.ch/profile/eyal72','https://friendica.free-beer.ch/photo/custom/300/872.jpg?rev=2014-09-03+22%3A35%3A36','','0000-00-00 00:00:00','','','','','dspr'),(146,'Ed Wes','https://friendica.free-beer.ch/profile/edwes','http://friendica.free-beer.ch/profile/edwes','https://friendica.free-beer.ch/photo/custom/300/1206.jpg','','0000-00-00 00:00:00','','','','','dspr'),(147,'Romoli Marco','https://friendica.free-beer.ch/profile/redleghorn','http://friendica.free-beer.ch/profile/redleghorn','https://friendica.free-beer.ch/photo/custom/300/1270.jpg?rev=2014-11-26+16%3A57%3A51','','0000-00-00 00:00:00','','','','','dspr'),(148,'Michael Rueetschli','http://social.rueetschli.org/profile/rueetschli','http://social.rueetschli.org/profile/rueetschli','http://social.rueetschli.org/photo/custom/300/1.jpg?rev=2014-03-14+09%3A30%3A42','','0000-00-00 00:00:00','','','','','dspr'),(149,'Land Ei','http://social.rueetschli.org/profile/land_ei','http://social.rueetschli.org/profile/land_ei','http://social.rueetschli.org/photo/custom/300/32.jpg?rev=2014-07-25+17%3A03%3A43','','0000-00-00 00:00:00','','','','','dspr'),(150,'Jim Wiskey','http://social.rueetschli.org/profile/gsxrpilot','http://social.rueetschli.org/profile/gsxrpilot','http://social.rueetschli.org/photo/custom/300/36.jpg?rev=2014-08-21+01%3A47%3A44','','0000-00-00 00:00:00','','','','','dspr'),(151,'Kevin K.','http://social.rueetschli.org/profile/dj-atropine','http://social.rueetschli.org/profile/dj-atropine','http://social.rueetschli.org/photo/custom/300/66.jpg?rev=2014-12-31+13%3A05%3A29','','0000-00-00 00:00:00','','','','','dspr'),(152,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','','2015-02-02 19:00:21','','','','','stat'),(153,'friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','','2015-02-02 19:00:18','','','','','stat'),(154,'friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','','2015-02-02 19:00:24','','','','','stat'),(155,'friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/profile/2.jpg','','2015-02-02 12:02:11','','','','','stat'),(156,'friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-4.jpg','','2015-02-02 19:00:12','','','','','dfrn'); +/*!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 11:35:04'),(114,0,0,114,0,'2015-02-02 11:35:05'),(115,0,0,115,0,'2015-02-02 11:35:06'),(116,0,0,116,0,'2015-02-02 11:35:06'),(117,0,0,117,0,'2015-02-02 11:35:07'),(118,0,0,118,0,'2015-02-02 11:35:08'),(119,0,0,119,0,'2015-02-02 11:35:09'),(120,0,0,120,0,'2015-02-02 11:35:09'),(121,0,0,121,0,'2015-02-02 11:35:10'),(122,0,0,122,0,'2015-02-02 11:35:11'),(123,0,0,123,0,'2015-02-02 11:35:12'),(124,0,0,124,0,'2015-02-02 11:35:13'),(125,0,0,125,0,'2015-02-02 11:35:14'),(126,0,0,126,0,'2015-02-02 11:35:15'),(127,0,0,127,0,'2015-02-02 11:35:15'),(128,0,0,128,0,'2015-02-02 11:35:16'),(129,0,0,129,0,'2015-02-02 11:35:17'),(130,0,0,130,0,'2015-02-02 11:35:18'),(131,0,0,131,0,'2015-02-02 11:35:18'),(132,0,0,132,0,'2015-02-02 11:35:19'),(133,0,0,133,0,'2015-02-02 11:35:20'),(134,0,0,134,0,'2015-02-02 11:35:21'),(135,0,0,135,0,'2015-02-02 11:35:22'),(136,0,0,136,0,'2015-02-02 11:35:23'),(137,0,0,137,0,'2015-02-02 11:35:23'),(138,0,0,138,0,'2015-02-02 11:35:24'),(139,0,0,139,0,'2015-02-02 11:35:25'),(140,0,0,140,0,'2015-02-02 11:35:26'),(141,0,0,141,0,'2015-02-02 11:35:27'),(142,0,0,142,0,'2015-02-02 11:35:28'),(143,0,0,143,0,'2015-02-02 11:35:29'),(144,0,0,144,0,'2015-02-02 11:35:29'),(145,0,0,145,0,'2015-02-02 11:35:30'),(146,0,0,146,0,'2015-02-02 11:35:31'),(147,0,0,147,0,'2015-02-02 11:35:32'),(148,0,0,148,0,'2015-02-02 11:35:35'),(149,0,0,149,0,'2015-02-02 11:35:36'),(150,0,0,150,0,'2015-02-02 11:35:37'),(151,0,0,151,0,'2015-02-02 11:35:39'),(152,0,0,152,152,'2015-02-02 18:40:44'),(153,0,0,153,153,'2015-02-02 18:44:01'),(154,0,0,154,154,'2015-02-02 18:45:06'),(155,0,0,155,155,'2015-02-02 18:51:50'),(156,8,3,156,0,'2015-02-02 18:50:03'),(157,9,6,153,0,'2015-02-02 18:50:06'),(158,9,6,154,0,'2015-02-02 18:50:06'),(159,7,4,152,0,'2015-02-02 18:50:08'),(160,7,4,156,0,'2015-02-02 18:50:08'),(161,10,5,154,0,'2015-02-02 18:50:11'),(162,10,5,153,0,'2015-02-02 18:50:11'),(163,0,0,152,155,'2015-02-02 18:51:50'),(164,0,0,153,155,'2015-02-02 18:51:50'),(165,17,6,155,0,'2015-02-02 19:00:03'),(166,17,6,152,0,'2015-02-02 19:00:03'),(167,17,6,156,0,'2015-02-02 19:00:03'),(168,17,6,153,0,'2015-02-02 19:00:03'),(169,17,6,154,0,'2015-02-02 19:00:03'),(170,15,5,155,0,'2015-02-02 19:00:06'),(171,15,5,152,0,'2015-02-02 19:00:06'),(172,15,5,156,0,'2015-02-02 19:00:06'),(173,15,5,153,0,'2015-02-02 19:00:06'),(174,15,5,154,0,'2015-02-02 19:00:06'),(175,11,3,155,0,'2015-02-02 19:00:09'),(176,11,3,152,0,'2015-02-02 19:00:09'),(177,11,3,156,0,'2015-02-02 19:00:09'),(178,11,3,153,0,'2015-02-02 19:00:09'),(179,11,3,154,0,'2015-02-02 19:00:09'),(180,14,2,156,0,'2015-02-02 19:00:12'),(181,13,4,155,0,'2015-02-02 19:00:15'),(182,13,4,152,0,'2015-02-02 19:00:15'),(183,13,4,156,0,'2015-02-02 19:00:15'),(184,13,4,153,0,'2015-02-02 19:00:15'),(185,13,4,154,0,'2015-02-02 19:00:15'),(186,16,2,153,0,'2015-02-02 19:00:18'),(187,12,2,152,0,'2015-02-02 19:00:21'),(188,18,2,154,0,'2015-02-02 19:00:24'); +/*!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:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b',5,5,'wall',1,0,5,'urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','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','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','Friendica5 mic check','There we go!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=pidgin;0.6330303030303:english;0.54242424242424:dutch;0.29969696969697','http://192.168.22.10/display/855416271212197658654cfc567bcd52','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(6,'480886065162043563354cfc37dd52a5','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b',3,8,'remote',0,0,6,'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:50:03','2015-02-02 18:50:03','2015-02-02 18:50:03','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','','','','','lang=danish;0.54814814814815:english;0.48925925925926:italian;0.43','http://192.168.22.10/display/friendica3/3','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(7,'855416271212197658654cfc567bcd52','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b',6,9,'remote',0,0,7,'urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','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','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','Friendica5 mic check','There we go!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=pidgin;0.6330303030303:english;0.54242424242424:dutch;0.29969696969697','http://192.168.22.10/display/friendica5/5','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(8,'513563952202228973954cfc33761f0c','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65',4,7,'remote',0,0,8,'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:50:08','2015-02-02 18:50:08','2015-02-02 18:50:08','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','','','','','lang=latin;0.27460317460317:english;0.26285714285714:french;0.15936507936508','http://192.168.22.10/display/friendica2/2','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(9,'384434952122597196054cfc3e54fb70','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7',5,10,'remote',0,0,9,'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:50:11','2015-02-02 18:50:11','2015-02-02 18:50:11','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','','','','','lang=hawaiian;0.42722222222222:english;0.41388888888889:vietnamese;0.25333333333333','http://192.168.22.10/display/friendica4/4','',0,'','','','','','','','','','',0,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn'),(10,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',2,2,'wall',1,0,10,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','','http://192.168.22.10/display/134524908174756698954cfc6f6af694','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(11,'173326339068575320654cfc86b794cc','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592',2,2,'wall',1,0,11,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group1','This post goes to group1, containing friendica2 and friendica4.','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.33489361702128:pidgin;0.26085106382979:lithuanian;0.23836879432624','http://192.168.22.10/display/173326339068575320654cfc86b794cc','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,1,0,0,0,'dfrn'),(12,'173326339068575320654cfc86b794cc','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592',3,11,'remote',0,0,12,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group1','This post goes to group1, containing friendica2 and friendica4.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.33489361702128:pidgin;0.26085106382979:lithuanian;0.23836879432624','http://192.168.22.10/display/friendica1/11','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn'),(13,'173326339068575320654cfc86b794cc','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592',6,17,'remote',0,0,13,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group1','This post goes to group1, containing friendica2 and friendica4.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.33489361702128:pidgin;0.26085106382979:lithuanian;0.23836879432624','http://192.168.22.10/display/friendica1/11','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn'),(14,'115265984886425346054cfc8cd2b30d','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9',2,2,'wall',1,0,14,'urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group2','This post is visible to group2, that is friendica3 and friendica5.','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.34785185185185:lithuanian;0.22888888888889:pidgin;0.22266666666667','http://192.168.22.10/display/115265984886425346054cfc8cd2b30d','',0,'','','','','','','','<8>','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(15,'115265984886425346054cfc8cd2b30d','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9',4,13,'remote',0,0,15,'urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group2','This post is visible to group2, that is friendica3 and friendica5.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.34785185185185:lithuanian;0.22888888888889:pidgin;0.22266666666667','http://192.168.22.10/display/friendica1/14','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(16,'115265984886425346054cfc8cd2b30d','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9',5,15,'remote',0,0,16,'urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','','urn:X-dfrn:192.168.22.10:2:979bf84af239ceb7f18d4ca98a518b87f86ecc993facf9821a03153d950496e9','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 posting to group2','This post is visible to group2, that is friendica3 and friendica5.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.34785185185185:lithuanian;0.22888888888889:pidgin;0.22266666666667','http://192.168.22.10/display/friendica1/14','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn'),(17,'147164917208927777754cfc90495ae1','urn:X-dfrn:192.168.22.10:6:867f4977b76e9c71928e8cc4630d51b89b86669b1d0124f3c22412406dad62ee',6,6,'remote-comment',0,6,13,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','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','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','','This is a comment on a group1 post.','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=english;0.42811111111111:french;0.37277777777778:latin;0.29722222222222','http://192.168.22.10/display/147164917208927777754cfc90495ae1','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(18,'147164917208927777754cfc90495ae1','urn:X-dfrn:192.168.22.10:6:867f4977b76e9c71928e8cc4630d51b89b86669b1d0124f3c22412406dad62ee',2,18,'remote-comment',1,6,11,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:17','2015-02-02 18:59:17','2015-02-02 19:00:13','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','','This is a comment on a group1 post.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.42811111111111:french;0.37277777777778:latin;0.29722222222222','http://192.168.22.10/display/friendica4/17','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn'),(19,'147164917208927777754cfc90495ae1','urn:X-dfrn:192.168.22.10:6:867f4977b76e9c71928e8cc4630d51b89b86669b1d0124f3c22412406dad62ee',3,11,'remote',0,6,12,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 18:59:16','2015-02-02 18:59:16','2015-02-02 18:59:18','2015-02-02 18:59:18','2015-02-02 19:00:13','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/avatar/6.jpg','','This is a comment on a group1 post.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.42811111111111:french;0.37277777777778:latin;0.29722222222222','http://192.168.22.10/display/friendica1/18','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn'),(20,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',6,17,'remote',0,0,20,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','','','','','','http://192.168.22.10/display/friendica1/10','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(21,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',5,15,'remote',0,0,21,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','','','','','','http://192.168.22.10/display/friendica1/10','',0,'','','','','','','','','','',0,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn'),(22,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',3,11,'remote',0,0,22,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','','','','','','http://192.168.22.10/display/friendica1/10','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(23,'480886065162043563354cfc37dd52a5','urn:X-dfrn:192.168.22.10:4:39454efb15b0aff04057c81b8d4cd36f68b0d9fa37cf2c8adcefc596bc8fa61b',2,14,'remote',0,0,23,'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 19:00:12','2015-02-02 19:00:12','2015-02-02 19:00:12','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','','','','','lang=danish;0.54814814814815:english;0.48925925925926:italian;0.43','http://192.168.22.10/display/friendica3/3','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(24,'962929709188110261054cfc93d1c583','urn:X-dfrn:192.168.22.10:3:3168271a1dea83d54e5a024e8f82a38b7fe8a15a9cce3bcf8370d583170d4fac',3,3,'remote-comment',0,6,12,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','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','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','','I am in group1 and I can read the post and the comment.','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=english;0.43734848484848:italian;0.32325757575758:romanian;0.31931818181818','http://192.168.22.10/display/962929709188110261054cfc93d1c583','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn'),(25,'962929709188110261054cfc93d1c583','urn:X-dfrn:192.168.22.10:3:3168271a1dea83d54e5a024e8f82a38b7fe8a15a9cce3bcf8370d583170d4fac',2,12,'remote-comment',1,6,11,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','','I am in group1 and I can read the post and the comment.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.43734848484848:italian;0.32325757575758:romanian;0.31931818181818','http://192.168.22.10/display/friendica2/24','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(26,'134524908174756698954cfc6f6af694','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2',4,13,'remote',0,0,26,'urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','','urn:X-dfrn:192.168.22.10:2:1cece68cbcb342dbcc12b18aae215d73c66e0ae06ecb26d33bc4d674751eb9b2','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','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','Friendica1 is here, too!','Yo!','','http://activitystrea.ms/schema/1.0/post','','','','','','http://192.168.22.10/display/friendica1/10','',0,'','','','','','','','','','',0,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn'),(27,'962929709188110261054cfc93d1c583','urn:X-dfrn:192.168.22.10:3:3168271a1dea83d54e5a024e8f82a38b7fe8a15a9cce3bcf8370d583170d4fac',6,17,'remote',0,6,13,'urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','','urn:X-dfrn:192.168.22.10:2:83eb0c132241d0746df5aa23aa82cba2ffd8490e4d7c189a0df78b7586b58592','2015-02-02 19:00:13','2015-02-02 19:00:13','2015-02-02 19:00:16','2015-02-02 19:00:16','2015-02-02 19:00:16','friendica1','http://192.168.22.10/profile/friendica1','http://192.168.22.10/photo/avatar/2.jpg','friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','','I am in group1 and I can read the post and the comment.','','http://activitystrea.ms/schema/1.0/post','','','','','lang=english;0.43734848484848:italian;0.32325757575758:romanian;0.31931818181818','http://192.168.22.10/display/friendica1/25','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(28,'855416271212197658654cfc567bcd52','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b',2,16,'remote',0,0,28,'urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','','urn:X-dfrn:192.168.22.10:5:e5b0ebeda709811e23178fef5c443cdd9fc9b40cf1bbef31f4860c3ef9a4f87b','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','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','friendica5','http://192.168.22.10/profile/friendica5','http://192.168.22.10/photo/avatar/5.jpg','Friendica5 mic check','There we go!','','http://activitystrea.ms/schema/1.0/post','','','','','lang=pidgin;0.6330303030303:english;0.54242424242424:dutch;0.29969696969697','http://192.168.22.10/display/friendica5/5','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(29,'513563952202228973954cfc33761f0c','urn:X-dfrn:192.168.22.10:3:0d3a137305f0b57b724553b21be0e5ec39b358da44e553f41fc66e9d8f28ce65',2,12,'remote',0,0,29,'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 19:00:21','2015-02-02 19:00:21','2015-02-02 19:00:21','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','','','','','lang=latin;0.27460317460317:english;0.26285714285714:french;0.15936507936508','http://192.168.22.10/display/friendica2/2','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'),(30,'384434952122597196054cfc3e54fb70','urn:X-dfrn:192.168.22.10:6:5e30601337e1e0e76da32f5eefec71954162a82e73c3369249bddc98a0e266b7',2,18,'remote',0,0,30,'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 19:00:24','2015-02-02 19:00:24','2015-02-02 19:00:24','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','','','','','lang=hawaiian;0.42722222222222:english;0.41388888888889:vietnamese;0.25333333333333','http://192.168.22.10/display/friendica4/4','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn'); +/*!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/friendica1','http://192.168.22.10/photo/profile/2.jpg?rev=2015-02-02+12%3A02%3A11','2015-02-02 18:52:03','You\'ve received [url=]an introduction[/url] from [url=http://192.168.22.10/profile/friendica1]friendica1[/url].',6,'http://192.168.22.10/notifications/intros',0,1,'http://activitystrea.ms/schema/1.0/request-friend','intro'),(11,'26d24ba1d23e382fba4b92ad1d9147a5a67128ea39fec7d86e324837fd32961d',2,'friendica3','http://192.168.22.10/profile/friendica3','http://192.168.22.10/photo/1fc6596c195944666e18cbd313795942-4.jpg','2015-02-02 18:52:24','[url=http://192.168.22.10/profile/friendica3]friendica3[/url] has accepted your [url=]connection request[/url].',2,'http://192.168.22.10/contacts/14',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(12,'a3257549c21f341cbcbf5b91837dfba6c0266f2c8d511dcce9616f5dffb4813c',2,'friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-4.jpg','2015-02-02 18:53:03','[url=http://192.168.22.10/profile/friendica4]friendica4[/url] has accepted your [url=]connection request[/url].',2,'http://192.168.22.10/contacts/18',0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro'),(13,'a3b65a351066f8cac0690e182e4692f31744a73fc8b015f70ea18bcb52673c2d',8,'friendica4','http://192.168.22.10/profile/friendica4','http://192.168.22.10/photo/0f1ac566d253bcd264437b7f7a347f88-5.jpg','2015-02-02 18:59:17','[url=http://192.168.22.10/profile/friendica4]friendica4[/url] commented on [url=]your post[/url]',2,'http://192.168.22.10/display/147164917208927777754cfc90495ae1',11,0,'http://activitystrea.ms/schema/1.0/post','item'),(14,'bf0e548a4452320ec6415d395bfcec49f833ec1a6e1d377c4ccf856ce9729d17',8,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/b18ee0c7f160fdbf8f5d91a56a07a13c-5.jpg','2015-02-02 19:00:13','[url=http://192.168.22.10/profile/friendica2]friendica2[/url] commented on [url=]your post[/url]',2,'http://192.168.22.10/display/962929709188110261054cfc93d1c583',11,0,'http://activitystrea.ms/schema/1.0/post','item'),(15,'c294b4af1bfc2c1f229db33d7b165265858e19321a8f5065c4c1095183689921',8,'friendica2','http://192.168.22.10/profile/friendica2','http://192.168.22.10/photo/avatar/3.jpg','2015-02-02 19:00:16','[url=http://192.168.22.10/profile/friendica2]friendica2[/url] commented on [url=]friendica1\'s post[/url]',6,'http://192.168.22.10/display/962929709188110261054cfc93d1c583',13,0,'http://activitystrea.ms/schema/1.0/post','item'); +/*!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,'\0JFIF\0\0\0\0\0\0\0&Ǝwa-U*nG+/aX|R Duw)Rtܥa-`3x ^@\Zpv)\"K(G#{<4[Ny)ˋ RL$;V5ڟ礼F\ZjŽ/wܓ5=\'׆{1S?SUP_\0w?FTZyeC5{.ojS}mk?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0P\0 \0\0\0\0\0\0#!$0 \"1234BCScd%ADQRTaqst@UbruEP\0\0?\041 U3Y۟hXy\rkZs4JRIa(!N>W@`NW nj|c;|6sw6Y/D?.j/m-iMoC X[;xeWcNw6fKJrcx\\WTLj\0JFBd,MI*-qo6XrXctrL#;P_\\/P3I_/7_hПO\'QSU𲎆\\\Z;.<GrG!%;JDn8bV`}\ZGlj廑KBHfJG4n 8\0ؽ+!ЖJiw?#\num^38#Ԇd|/6Z7;)o`I\'\ns.7\'%n͍6@jc\'P͜Et\r鬽\nVD\0|tsEcċ{_,$VDT~\"BգZuxG[Pj t>:\rWA?9S\\S9Xx:j/7.h,&a(ו/N\Z΄\r\"gua1QHE\rD9-??F1FNg,Br?\n8U i] -MC0`-TY-\"plyB(V\r Dh<&\0Nn/bm_|P$n>(|cV>qx[dyR-!#nF8z%\\j%kr\r*-{\Z\0٨\0\0i@PA.*z7tAf4v4e2M5i6.]Z\"f%g)R\'0{-,,#G/8VC)Kh>mo:%d\"WW\'\rχ;zx֘Ѵ׍R ISO&-xwKO!~XQzHvf1g\\\Z{Q;jY\0!\'3vCO{iJҸҼи2sDrjǃ).[h yku-Vh:wBppͲ\Z{[΋xRX\"a7WJ0.ȶN.t`l?ѭ vВvMo@unp5pr)Z!*除\ZUՍmkI+F66R?g\nHyun>$BgpYlG6Ç\nlm+ni6\Zf7NZie\'Λd~nʴo .=#\"#튷,()fe 8S[#Ɓ %zd-dLςsr~-I<^BoYi#8m\0|Z~>f\n\'psb$RN{[c̅Hw\nb-:z\'M3(q@ = P)ׄJyS^)\Z$#UlH1j6U:\0 &AE\'v/.\\X`\rsޮƒ#*v)g^bԖ# \Z$3y9[?X^Ws2\0cٹ\Z\"AI(밑 aE +F69JTiE#\Z6P/\0jٽϣ~ׄl?/.\0(8<&M\0?\Z\0nJOf.W\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\04\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0$\0\0\0\00\0\0\0\0\0\0\0\0\0 \0\0\0\0\0C\0\0\0\0\0\0@\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0)\0\0\0\0\0\0\0!\01A0Q aq@P\0\0?\0تf-:`\"#JAwH2Z\Z!cX`]+NC\\ 8ppA9VQa-^s(sTFe\"/\r]^M$g~\'8Y|+\\%z)E -@G${LHSVuk\"PQT щ#- (|Cq3a*X`:$N\0\rϥI*Nu1ontnc\\3TX<+fSh<;RiB ح!t =Dcd\\\0\"Fav^c+ۆn̺`C8 @\0*.0=SJ@<X\nL@Zg7n=xҠP[PQOC=\\sjCvCbU)E4\'~>wKD,Hr0h$u80\r }/wV{A$cd\0: +Q0=G3PR}K瘼eA@!w*&b9m/1\":‹\ZLA,,6\03qrh-O3@L\"?+\njr\n`=uY\0d q*,JJˊC;HtZ}!3-hB:`fB!($mQ{^\'?4S\n)Dc\'`c- #\0lys:#aT1=^ o8_%Ag 9ɯn\n0\0f\"\n43h{a4DkA #@LKmpY&%M~08J)U.dz,L3&<~Lxa0G!/V;RlJEp娲L3gc\n9m_B-<6kS2w0tYp ܫś\'I2Nu砷ߋ[RVV9;w#ङWbl1=:8\0n8\'Κ()oWӽɋ«nj\0:詑2lU',4,1,'','','',''),(2,1,0,'19754cf5e616d58b','29cf28c92e2f9327de1fd8f3772ff6eb','2015-02-02 11:24:17','2015-02-02 11:24:17','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'\0JFIF\0\0\0\0\0\0\0g˥=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\09\0 \0\0\0\0\0\0!1 \"2A#BQa$%0CRqrs\0\0?SI[U\0Dݳc1>k!yṊAX-\rY՘=&IW^.1Vrce:q^:bC+]x!- Ա\0mazIx \n~Eyv>[zW2cɽ1t,d[k ]` zTJMjՐZ\0򁈎ezaSiY b>[ lcwM22FB+䰶7%> Up#-QftHvE&QQI*3I>{TH;Mè YgCG~wחK8.^iסHG#+-)sh!ӘW`j\\Y$BQĄq)Lz׶Z13!\r\Z7חqRx=aY._d.cUv`!8i|ĢKq(vnelC@fOHL~/>ڃMdE{/\rO*;tA\nrCOZ|)aR&ǟoq>{aWRcLu˱CQUaAy /MGI*5GZL<ǁ^k*%;Ր03\"\"#ڽ\nNDz*^Vq\0#fg1w1юD\":{qSMdNmzhg6l)5]P7I4WjhL}ժ!U3 !s#\\l B JT0K`1\0\"\"1{!R12ue312ieܞ!m5qVdGWbdDԫzVaFU;NأƋ$˯V_Ff\"dpJ@\0%a;\0Jw(KF(^\0G}5вQe}YAkȭc۩mސTo8oOo~cɤ28_fqv` f~ѿȶ\04\0ShG׌L^\0\0\0\0\0\0\0\0\0\0\0\0!1 AaQq\0\0?!.©OQ8c>[ TFuLD>.@iM:)Nt4rYYy|\0{Hoa$f`/ !<h먊&#[5ęoh]ι(Zav\00g%Bb҅B+\'T is|hvJ?\0 \0\0\0\0\0\0p\0B$\0 8@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1 AQaq\0\0?P3M=]`#xXP?ߕo\n.; Wdi{iHN}9& V@\\d;3ΐ(!x NiT@J|`+K%9-R@013F9 6/B9a b|he2 e]7bE|Eq+YFGK5;r@\n^ :i=\0:\ZBaD B8XFOtdVmr\'81Ϫ?!eݍ{e>#lm8\"L[:0i%qjx _BDU\0\Z\rsǼyXN3$Q)2Z+Xjp`Lp}\0\\\ZyӮu_Q9( uv=ߎp\0-:hTB8',5,1,'','','',''),(3,1,0,'19754cf5e616d58b','29cf28c92e2f9327de1fd8f3772ff6eb','2015-02-02 11:24:17','2015-02-02 11:24:17','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'\0JFIF\0\0\0\0\0\0\0gdԏ;TvX]%QȒkݱ,fdffc\'ɷCFl&ɇ>-@~ds>y(Dc6,v-ޥ\'gX[-aXC*Jbl3Aq+% YbM\"ϙLQZ/.\r`lީnؤ#U$0b\'a5r\ZgRaaҘ1M-ԶlRsܓ),[\0p\\`oOh]?_\"\"\"#\"\"9DDH+JVV 5Y)1&BQ>&\'-Jə7s2]:rP3@,#kI-D\0s#\0\0#\0\0\0\0\0\0\0\0\0\0!1AQaq\0\0?!=Hkz LLY2Кć9N_3b~BM 5fBbDo>9B}\r `\"0pIAͦH9 \0fTAfݗi$\nnL䆡(vOVqaz5X\rFD1_8t7{]%cTn /p.<3\0\0\ZOǞ}ATJĤ#p\"\n[q^Ӛ9zCRUP?\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ{_ $LYИm2g#G+}>=p.{*=#\"TZQ\r;G\'U߁S<<_tL\"4uH0B̟SExiP.Z<Lz\0c}Cv4A8.[j3\0B^\0\'2;af(ؠg\r bBr駲)cWƒ\rygifqÛyS&Z;#Pl,`0dٴspBkA|}F$(0N7| P.k',6,1,'','','',''),(4,2,0,'14654cf674381248','ca76a172375b6d5a37bf290a402534ea','2015-02-02 12:02:11','2015-02-02 12:02:11','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'\0JFIF\0\0\0\0\0\0\0&Ǝwa-U*nG+/aX|R Duw)Rtܥa-`3x ^@\Zpv)\"K(G#{<4[Ny)ˋ RL$;V5ڟ礼F\ZjŽ/wܓ5=\'׆{1S?SUP_\0w?FTZyeC5{.ojS}mk?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0P\0 \0\0\0\0\0\0#!$0 \"1234BCScd%ADQRTaqst@UbruEP\0\0?\041 U3Y۟hXy\rkZs4JRIa(!N>W@`NW nj|c;|6sw6Y/D?.j/m-iMoC X[;xeWcNw6fKJrcx\\WTLj\0JFBd,MI*-qo6XrXctrL#;P_\\/P3I_/7_hПO\'QSU𲎆\\\Z;.<GrG!%;JDn8bV`}\ZGlj廑KBHfJG4n 8\0ؽ+!ЖJiw?#\num^38#Ԇd|/6Z7;)o`I\'\ns.7\'%n͍6@jc\'P͜Et\r鬽\nVD\0|tsEcċ{_,$VDT~\"BգZuxG[Pj t>:\rWA?9S\\S9Xx:j/7.h,&a(ו/N\Z΄\r\"gua1QHE\rD9-??F1FNg,Br?\n8U i] -MC0`-TY-\"plyB(V\r Dh<&\0Nn/bm_|P$n>(|cV>qx[dyR-!#nF8z%\\j%kr\r*-{\Z\0٨\0\0i@PA.*z7tAf4v4e2M5i6.]Z\"f%g)R\'0{-,,#G/8VC)Kh>mo:%d\"WW\'\rχ;zx֘Ѵ׍R ISO&-xwKO!~XQzHvf1g\\\Z{Q;jY\0!\'3vCO{iJҸҼи2sDrjǃ).[h yku-Vh:wBppͲ\Z{[΋xRX\"a7WJ0.ȶN.t`l?ѭ vВvMo@unp5pr)Z!*除\ZUՍmkI+F66R?g\nHyun>$BgpYlG6Ç\nlm+ni6\Zf7NZie\'Λd~nʴo .=#\"#튷,()fe 8S[#Ɓ %zd-dLςsr~-I<^BoYi#8m\0|Z~>f\n\'psb$RN{[c̅Hw\nb-:z\'M3(q@ = P)ׄJyS^)\Z$#UlH1j6U:\0 &AE\'v/.\\X`\rsޮƒ#*v)g^bԖ# \Z$3y9[?X^Ws2\0cٹ\Z\"AI(밑 aE +F69JTiE#\Z6P/\0jٽϣ~ׄl?/.\0(8<&M\0?\Z\0nJOf.W\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\04\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0$\0\0\0\00\0\0\0\0\0\0\0\0\0 \0\0\0\0\0C\0\0\0\0\0\0@\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0)\0\0\0\0\0\0\0!\01A0Q aq@P\0\0?\0تf-:`\"#JAwH2Z\Z!cX`]+NC\\ 8ppA9VQa-^s(sTFe\"/\r]^M$g~\'8Y|+\\%z)E -@G${LHSVuk\"PQT щ#- (|Cq3a*X`:$N\0\rϥI*Nu1ontnc\\3TX<+fSh<;RiB ح!t =Dcd\\\0\"Fav^c+ۆn̺`C8 @\0*.0=SJ@<X\nL@Zg7n=xҠP[PQOC=\\sjCvCbU)E4\'~>wKD,Hr0h$u80\r }/wV{A$cd\0: +Q0=G3PR}K瘼eA@!w*&b9m/1\":‹\ZLA,,6\03qrh-O3@L\"?+\njr\n`=uY\0d q*,JJˊC;HtZ}!3-hB:`fB!($mQ{^\'?4S\n)Dc\'`c- #\0lys:#aT1=^ o8_%Ag 9ɯn\n0\0f\"\n43h{a4DkA #@LKmpY&%M~08J)U.dz,L3&<~Lxa0G!/V;RlJEp娲L3gc\n9m_B-<6kS2w0tYp ܫś\'I2Nu砷ߋ[RVV9;w#ङWbl1=:8\0n8\'Κ()oWӽɋ«nj\0:詑2lU',4,1,'','','',''),(5,2,0,'14654cf674381248','ca76a172375b6d5a37bf290a402534ea','2015-02-02 12:02:11','2015-02-02 12:02:11','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'\0JFIF\0\0\0\0\0\0\0g˥=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\09\0 \0\0\0\0\0\0!1 \"2A#BQa$%0CRqrs\0\0?SI[U\0Dݳc1>k!yṊAX-\rY՘=&IW^.1Vrce:q^:bC+]x!- Ա\0mazIx \n~Eyv>[zW2cɽ1t,d[k ]` zTJMjՐZ\0򁈎ezaSiY b>[ lcwM22FB+䰶7%> Up#-QftHvE&QQI*3I>{TH;Mè YgCG~wחK8.^iסHG#+-)sh!ӘW`j\\Y$BQĄq)Lz׶Z13!\r\Z7חqRx=aY._d.cUv`!8i|ĢKq(vnelC@fOHL~/>ڃMdE{/\rO*;tA\nrCOZ|)aR&ǟoq>{aWRcLu˱CQUaAy /MGI*5GZL<ǁ^k*%;Ր03\"\"#ڽ\nNDz*^Vq\0#fg1w1юD\":{qSMdNmzhg6l)5]P7I4WjhL}ժ!U3 !s#\\l B JT0K`1\0\"\"1{!R12ue312ieܞ!m5qVdGWbdDԫzVaFU;NأƋ$˯V_Ff\"dpJ@\0%a;\0Jw(KF(^\0G}5вQe}YAkȭc۩mސTo8oOo~cɤ28_fqv` f~ѿȶ\04\0ShG׌L^\0\0\0\0\0\0\0\0\0\0\0\0!1 AaQq\0\0?!.©OQ8c>[ TFuLD>.@iM:)Nt4rYYy|\0{Hoa$f`/ !<h먊&#[5ęoh]ι(Zav\00g%Bb҅B+\'T is|hvJ?\0 \0\0\0\0\0\0p\0B$\0 8@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1 AQaq\0\0?P3M=]`#xXP?ߕo\n.; Wdi{iHN}9& V@\\d;3ΐ(!x NiT@J|`+K%9-R@013F9 6/B9a b|he2 e]7bE|Eq+YFGK5;r@\n^ :i=\0:\ZBaD B8XFOtdVmr\'81Ϫ?!eݍ{e>#lm8\"L[:0i%qjx _BDU\0\Z\rsǼyXN3$Q)2Z+Xjp`Lp}\0\\\ZyӮu_Q9( uv=ߎp\0-:hTB8',5,1,'','','',''),(6,2,0,'14654cf674381248','ca76a172375b6d5a37bf290a402534ea','2015-02-02 12:02:11','2015-02-02 12:02:11','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'\0JFIF\0\0\0\0\0\0\0gdԏ;TvX]%QȒkݱ,fdffc\'ɷCFl&ɇ>-@~ds>y(Dc6,v-ޥ\'gX[-aXC*Jbl3Aq+% YbM\"ϙLQZ/.\r`lީnؤ#U$0b\'a5r\ZgRaaҘ1M-ԶlRsܓ),[\0p\\`oOh]?_\"\"\"#\"\"9DDH+JVV 5Y)1&BQ>&\'-Jə7s2]:rP3@,#kI-D\0s#\0\0#\0\0\0\0\0\0\0\0\0\0!1AQaq\0\0?!=Hkz LLY2Кć9N_3b~BM 5fBbDo>9B}\r `\"0pIAͦH9 \0fTAfݗi$\nnL䆡(vOVqaz5X\rFD1_8t7{]%cTn /p.<3\0\0\ZOǞ}ATJĤ#p\"\n[q^Ӛ9zCRUP?\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ{_ $LYИm2g#G+}>=p.{*=#\"TZQ\r;G\'U߁S<<_tL\"4uH0B̟SExiP.Z<Lz\0c}Cv4A8.[j3\0B^\0\'2;af(ؠg\r bBr駲)cWƒ\rygifqÛyS&Z;#Pl,`0dٴspBkA|}F$(0N7| P.k',6,1,'','','',''),(7,3,0,'06554cf6760d7bd9','5a6c31caf8e43479b07178eaf39bea94','2015-02-02 12:02:40','2015-02-02 12:02:40','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'\0JFIF\0\0\0\0\0\0\0&Ǝwa-U*nG+/aX|R Duw)Rtܥa-`3x ^@\Zpv)\"K(G#{<4[Ny)ˋ RL$;V5ڟ礼F\ZjŽ/wܓ5=\'׆{1S?SUP_\0w?FTZyeC5{.ojS}mk?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0P\0 \0\0\0\0\0\0#!$0 \"1234BCScd%ADQRTaqst@UbruEP\0\0?\041 U3Y۟hXy\rkZs4JRIa(!N>W@`NW nj|c;|6sw6Y/D?.j/m-iMoC X[;xeWcNw6fKJrcx\\WTLj\0JFBd,MI*-qo6XrXctrL#;P_\\/P3I_/7_hПO\'QSU𲎆\\\Z;.<GrG!%;JDn8bV`}\ZGlj廑KBHfJG4n 8\0ؽ+!ЖJiw?#\num^38#Ԇd|/6Z7;)o`I\'\ns.7\'%n͍6@jc\'P͜Et\r鬽\nVD\0|tsEcċ{_,$VDT~\"BգZuxG[Pj t>:\rWA?9S\\S9Xx:j/7.h,&a(ו/N\Z΄\r\"gua1QHE\rD9-??F1FNg,Br?\n8U i] -MC0`-TY-\"plyB(V\r Dh<&\0Nn/bm_|P$n>(|cV>qx[dyR-!#nF8z%\\j%kr\r*-{\Z\0٨\0\0i@PA.*z7tAf4v4e2M5i6.]Z\"f%g)R\'0{-,,#G/8VC)Kh>mo:%d\"WW\'\rχ;zx֘Ѵ׍R ISO&-xwKO!~XQzHvf1g\\\Z{Q;jY\0!\'3vCO{iJҸҼи2sDrjǃ).[h yku-Vh:wBppͲ\Z{[΋xRX\"a7WJ0.ȶN.t`l?ѭ vВvMo@unp5pr)Z!*除\ZUՍmkI+F66R?g\nHyun>$BgpYlG6Ç\nlm+ni6\Zf7NZie\'Λd~nʴo .=#\"#튷,()fe 8S[#Ɓ %zd-dLςsr~-I<^BoYi#8m\0|Z~>f\n\'psb$RN{[c̅Hw\nb-:z\'M3(q@ = P)ׄJyS^)\Z$#UlH1j6U:\0 &AE\'v/.\\X`\rsޮƒ#*v)g^bԖ# \Z$3y9[?X^Ws2\0cٹ\Z\"AI(밑 aE +F69JTiE#\Z6P/\0jٽϣ~ׄl?/.\0(8<&M\0?\Z\0nJOf.W\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\04\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0$\0\0\0\00\0\0\0\0\0\0\0\0\0 \0\0\0\0\0C\0\0\0\0\0\0@\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0)\0\0\0\0\0\0\0!\01A0Q aq@P\0\0?\0تf-:`\"#JAwH2Z\Z!cX`]+NC\\ 8ppA9VQa-^s(sTFe\"/\r]^M$g~\'8Y|+\\%z)E -@G${LHSVuk\"PQT щ#- (|Cq3a*X`:$N\0\rϥI*Nu1ontnc\\3TX<+fSh<;RiB ح!t =Dcd\\\0\"Fav^c+ۆn̺`C8 @\0*.0=SJ@<X\nL@Zg7n=xҠP[PQOC=\\sjCvCbU)E4\'~>wKD,Hr0h$u80\r }/wV{A$cd\0: +Q0=G3PR}K瘼eA@!w*&b9m/1\":‹\ZLA,,6\03qrh-O3@L\"?+\njr\n`=uY\0d q*,JJˊC;HtZ}!3-hB:`fB!($mQ{^\'?4S\n)Dc\'`c- #\0lys:#aT1=^ o8_%Ag 9ɯn\n0\0f\"\n43h{a4DkA #@LKmpY&%M~08J)U.dz,L3&<~Lxa0G!/V;RlJEp娲L3gc\n9m_B-<6kS2w0tYp ܫś\'I2Nu砷ߋ[RVV9;w#ङWbl1=:8\0n8\'Κ()oWӽɋ«nj\0:詑2lU',4,1,'','','',''),(8,3,0,'06554cf6760d7bd9','5a6c31caf8e43479b07178eaf39bea94','2015-02-02 12:02:40','2015-02-02 12:02:40','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'\0JFIF\0\0\0\0\0\0\0g˥=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\09\0 \0\0\0\0\0\0!1 \"2A#BQa$%0CRqrs\0\0?SI[U\0Dݳc1>k!yṊAX-\rY՘=&IW^.1Vrce:q^:bC+]x!- Ա\0mazIx \n~Eyv>[zW2cɽ1t,d[k ]` zTJMjՐZ\0򁈎ezaSiY b>[ lcwM22FB+䰶7%> Up#-QftHvE&QQI*3I>{TH;Mè YgCG~wחK8.^iסHG#+-)sh!ӘW`j\\Y$BQĄq)Lz׶Z13!\r\Z7חqRx=aY._d.cUv`!8i|ĢKq(vnelC@fOHL~/>ڃMdE{/\rO*;tA\nrCOZ|)aR&ǟoq>{aWRcLu˱CQUaAy /MGI*5GZL<ǁ^k*%;Ր03\"\"#ڽ\nNDz*^Vq\0#fg1w1юD\":{qSMdNmzhg6l)5]P7I4WjhL}ժ!U3 !s#\\l B JT0K`1\0\"\"1{!R12ue312ieܞ!m5qVdGWbdDԫzVaFU;NأƋ$˯V_Ff\"dpJ@\0%a;\0Jw(KF(^\0G}5вQe}YAkȭc۩mސTo8oOo~cɤ28_fqv` f~ѿȶ\04\0ShG׌L^\0\0\0\0\0\0\0\0\0\0\0\0!1 AaQq\0\0?!.©OQ8c>[ TFuLD>.@iM:)Nt4rYYy|\0{Hoa$f`/ !<h먊&#[5ęoh]ι(Zav\00g%Bb҅B+\'T is|hvJ?\0 \0\0\0\0\0\0p\0B$\0 8@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1 AQaq\0\0?P3M=]`#xXP?ߕo\n.; Wdi{iHN}9& V@\\d;3ΐ(!x NiT@J|`+K%9-R@013F9 6/B9a b|he2 e]7bE|Eq+YFGK5;r@\n^ :i=\0:\ZBaD B8XFOtdVmr\'81Ϫ?!eݍ{e>#lm8\"L[:0i%qjx _BDU\0\Z\rsǼyXN3$Q)2Z+Xjp`Lp}\0\\\ZyӮu_Q9( uv=ߎp\0-:hTB8',5,1,'','','',''),(9,3,0,'06554cf6760d7bd9','5a6c31caf8e43479b07178eaf39bea94','2015-02-02 12:02:40','2015-02-02 12:02:40','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'\0JFIF\0\0\0\0\0\0\0gdԏ;TvX]%QȒkݱ,fdffc\'ɷCFl&ɇ>-@~ds>y(Dc6,v-ޥ\'gX[-aXC*Jbl3Aq+% YbM\"ϙLQZ/.\r`lީnؤ#U$0b\'a5r\ZgRaaҘ1M-ԶlRsܓ),[\0p\\`oOh]?_\"\"\"#\"\"9DDH+JVV 5Y)1&BQ>&\'-Jə7s2]:rP3@,#kI-D\0s#\0\0#\0\0\0\0\0\0\0\0\0\0!1AQaq\0\0?!=Hkz LLY2Кć9N_3b~BM 5fBbDo>9B}\r `\"0pIAͦH9 \0fTAfݗi$\nnL䆡(vOVqaz5X\rFD1_8t7{]%cTn /p.<3\0\0\ZOǞ}ATJĤ#p\"\n[q^Ӛ9zCRUP?\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ{_ $LYИm2g#G+}>=p.{*=#\"TZQ\r;G\'U߁S<<_tL\"4uH0B̟SExiP.Z<Lz\0c}Cv4A8.[j3\0B^\0\'2;af(ؠg\r bBr駲)cWƒ\rygifqÛyS&Z;#Pl,`0dٴspBkA|}F$(0N7| P.k',6,1,'','','',''),(10,4,0,'75354cf677be64c1','1e68dd1e2c32ae390c21fc6911d10461','2015-02-02 12:03:07','2015-02-02 12:03:07','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'\0JFIF\0\0\0\0\0\0\0&Ǝwa-U*nG+/aX|R Duw)Rtܥa-`3x ^@\Zpv)\"K(G#{<4[Ny)ˋ RL$;V5ڟ礼F\ZjŽ/wܓ5=\'׆{1S?SUP_\0w?FTZyeC5{.ojS}mk?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0P\0 \0\0\0\0\0\0#!$0 \"1234BCScd%ADQRTaqst@UbruEP\0\0?\041 U3Y۟hXy\rkZs4JRIa(!N>W@`NW nj|c;|6sw6Y/D?.j/m-iMoC X[;xeWcNw6fKJrcx\\WTLj\0JFBd,MI*-qo6XrXctrL#;P_\\/P3I_/7_hПO\'QSU𲎆\\\Z;.<GrG!%;JDn8bV`}\ZGlj廑KBHfJG4n 8\0ؽ+!ЖJiw?#\num^38#Ԇd|/6Z7;)o`I\'\ns.7\'%n͍6@jc\'P͜Et\r鬽\nVD\0|tsEcċ{_,$VDT~\"BգZuxG[Pj t>:\rWA?9S\\S9Xx:j/7.h,&a(ו/N\Z΄\r\"gua1QHE\rD9-??F1FNg,Br?\n8U i] -MC0`-TY-\"plyB(V\r Dh<&\0Nn/bm_|P$n>(|cV>qx[dyR-!#nF8z%\\j%kr\r*-{\Z\0٨\0\0i@PA.*z7tAf4v4e2M5i6.]Z\"f%g)R\'0{-,,#G/8VC)Kh>mo:%d\"WW\'\rχ;zx֘Ѵ׍R ISO&-xwKO!~XQzHvf1g\\\Z{Q;jY\0!\'3vCO{iJҸҼи2sDrjǃ).[h yku-Vh:wBppͲ\Z{[΋xRX\"a7WJ0.ȶN.t`l?ѭ vВvMo@unp5pr)Z!*除\ZUՍmkI+F66R?g\nHyun>$BgpYlG6Ç\nlm+ni6\Zf7NZie\'Λd~nʴo .=#\"#튷,()fe 8S[#Ɓ %zd-dLςsr~-I<^BoYi#8m\0|Z~>f\n\'psb$RN{[c̅Hw\nb-:z\'M3(q@ = P)ׄJyS^)\Z$#UlH1j6U:\0 &AE\'v/.\\X`\rsޮƒ#*v)g^bԖ# \Z$3y9[?X^Ws2\0cٹ\Z\"AI(밑 aE +F69JTiE#\Z6P/\0jٽϣ~ׄl?/.\0(8<&M\0?\Z\0nJOf.W\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\04\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0$\0\0\0\00\0\0\0\0\0\0\0\0\0 \0\0\0\0\0C\0\0\0\0\0\0@\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0)\0\0\0\0\0\0\0!\01A0Q aq@P\0\0?\0تf-:`\"#JAwH2Z\Z!cX`]+NC\\ 8ppA9VQa-^s(sTFe\"/\r]^M$g~\'8Y|+\\%z)E -@G${LHSVuk\"PQT щ#- (|Cq3a*X`:$N\0\rϥI*Nu1ontnc\\3TX<+fSh<;RiB ح!t =Dcd\\\0\"Fav^c+ۆn̺`C8 @\0*.0=SJ@<X\nL@Zg7n=xҠP[PQOC=\\sjCvCbU)E4\'~>wKD,Hr0h$u80\r }/wV{A$cd\0: +Q0=G3PR}K瘼eA@!w*&b9m/1\":‹\ZLA,,6\03qrh-O3@L\"?+\njr\n`=uY\0d q*,JJˊC;HtZ}!3-hB:`fB!($mQ{^\'?4S\n)Dc\'`c- #\0lys:#aT1=^ o8_%Ag 9ɯn\n0\0f\"\n43h{a4DkA #@LKmpY&%M~08J)U.dz,L3&<~Lxa0G!/V;RlJEp娲L3gc\n9m_B-<6kS2w0tYp ܫś\'I2Nu砷ߋ[RVV9;w#ङWbl1=:8\0n8\'Κ()oWӽɋ«nj\0:詑2lU',4,1,'','','',''),(11,4,0,'75354cf677be64c1','1e68dd1e2c32ae390c21fc6911d10461','2015-02-02 12:03:07','2015-02-02 12:03:07','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'\0JFIF\0\0\0\0\0\0\0g˥=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\09\0 \0\0\0\0\0\0!1 \"2A#BQa$%0CRqrs\0\0?SI[U\0Dݳc1>k!yṊAX-\rY՘=&IW^.1Vrce:q^:bC+]x!- Ա\0mazIx \n~Eyv>[zW2cɽ1t,d[k ]` zTJMjՐZ\0򁈎ezaSiY b>[ lcwM22FB+䰶7%> Up#-QftHvE&QQI*3I>{TH;Mè YgCG~wחK8.^iסHG#+-)sh!ӘW`j\\Y$BQĄq)Lz׶Z13!\r\Z7חqRx=aY._d.cUv`!8i|ĢKq(vnelC@fOHL~/>ڃMdE{/\rO*;tA\nrCOZ|)aR&ǟoq>{aWRcLu˱CQUaAy /MGI*5GZL<ǁ^k*%;Ր03\"\"#ڽ\nNDz*^Vq\0#fg1w1юD\":{qSMdNmzhg6l)5]P7I4WjhL}ժ!U3 !s#\\l B JT0K`1\0\"\"1{!R12ue312ieܞ!m5qVdGWbdDԫzVaFU;NأƋ$˯V_Ff\"dpJ@\0%a;\0Jw(KF(^\0G}5вQe}YAkȭc۩mސTo8oOo~cɤ28_fqv` f~ѿȶ\04\0ShG׌L^\0\0\0\0\0\0\0\0\0\0\0\0!1 AaQq\0\0?!.©OQ8c>[ TFuLD>.@iM:)Nt4rYYy|\0{Hoa$f`/ !<h먊&#[5ęoh]ι(Zav\00g%Bb҅B+\'T is|hvJ?\0 \0\0\0\0\0\0p\0B$\0 8@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1 AQaq\0\0?P3M=]`#xXP?ߕo\n.; Wdi{iHN}9& V@\\d;3ΐ(!x NiT@J|`+K%9-R@013F9 6/B9a b|he2 e]7bE|Eq+YFGK5;r@\n^ :i=\0:\ZBaD B8XFOtdVmr\'81Ϫ?!eݍ{e>#lm8\"L[:0i%qjx _BDU\0\Z\rsǼyXN3$Q)2Z+Xjp`Lp}\0\\\ZyӮu_Q9( uv=ߎp\0-:hTB8',5,1,'','','',''),(12,4,0,'75354cf677be64c1','1e68dd1e2c32ae390c21fc6911d10461','2015-02-02 12:03:07','2015-02-02 12:03:07','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'\0JFIF\0\0\0\0\0\0\0gdԏ;TvX]%QȒkݱ,fdffc\'ɷCFl&ɇ>-@~ds>y(Dc6,v-ޥ\'gX[-aXC*Jbl3Aq+% YbM\"ϙLQZ/.\r`lީnؤ#U$0b\'a5r\ZgRaaҘ1M-ԶlRsܓ),[\0p\\`oOh]?_\"\"\"#\"\"9DDH+JVV 5Y)1&BQ>&\'-Jə7s2]:rP3@,#kI-D\0s#\0\0#\0\0\0\0\0\0\0\0\0\0!1AQaq\0\0?!=Hkz LLY2Кć9N_3b~BM 5fBbDo>9B}\r `\"0pIAͦH9 \0fTAfݗi$\nnL䆡(vOVqaz5X\rFD1_8t7{]%cTn /p.<3\0\0\ZOǞ}ATJĤ#p\"\n[q^Ӛ9zCRUP?\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ{_ $LYИm2g#G+}>=p.{*=#\"TZQ\r;G\'U߁S<<_tL\"4uH0B̟SExiP.Z<Lz\0c}Cv4A8.[j3\0B^\0\'2;af(ؠg\r bBr駲)cWƒ\rygifqÛyS&Z;#Pl,`0dٴspBkA|}F$(0N7| P.k',6,1,'','','',''),(13,5,0,'51854cf67b60ceec','2943d936c14c4ba3af6d5acdad543952','2015-02-02 12:04:06','2015-02-02 12:04:06','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'\0JFIF\0\0\0\0\0\0\0&Ǝwa-U*nG+/aX|R Duw)Rtܥa-`3x ^@\Zpv)\"K(G#{<4[Ny)ˋ RL$;V5ڟ礼F\ZjŽ/wܓ5=\'׆{1S?SUP_\0w?FTZyeC5{.ojS}mk?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0P\0 \0\0\0\0\0\0#!$0 \"1234BCScd%ADQRTaqst@UbruEP\0\0?\041 U3Y۟hXy\rkZs4JRIa(!N>W@`NW nj|c;|6sw6Y/D?.j/m-iMoC X[;xeWcNw6fKJrcx\\WTLj\0JFBd,MI*-qo6XrXctrL#;P_\\/P3I_/7_hПO\'QSU𲎆\\\Z;.<GrG!%;JDn8bV`}\ZGlj廑KBHfJG4n 8\0ؽ+!ЖJiw?#\num^38#Ԇd|/6Z7;)o`I\'\ns.7\'%n͍6@jc\'P͜Et\r鬽\nVD\0|tsEcċ{_,$VDT~\"BգZuxG[Pj t>:\rWA?9S\\S9Xx:j/7.h,&a(ו/N\Z΄\r\"gua1QHE\rD9-??F1FNg,Br?\n8U i] -MC0`-TY-\"plyB(V\r Dh<&\0Nn/bm_|P$n>(|cV>qx[dyR-!#nF8z%\\j%kr\r*-{\Z\0٨\0\0i@PA.*z7tAf4v4e2M5i6.]Z\"f%g)R\'0{-,,#G/8VC)Kh>mo:%d\"WW\'\rχ;zx֘Ѵ׍R ISO&-xwKO!~XQzHvf1g\\\Z{Q;jY\0!\'3vCO{iJҸҼи2sDrjǃ).[h yku-Vh:wBppͲ\Z{[΋xRX\"a7WJ0.ȶN.t`l?ѭ vВvMo@unp5pr)Z!*除\ZUՍmkI+F66R?g\nHyun>$BgpYlG6Ç\nlm+ni6\Zf7NZie\'Λd~nʴo .=#\"#튷,()fe 8S[#Ɓ %zd-dLςsr~-I<^BoYi#8m\0|Z~>f\n\'psb$RN{[c̅Hw\nb-:z\'M3(q@ = P)ׄJyS^)\Z$#UlH1j6U:\0 &AE\'v/.\\X`\rsޮƒ#*v)g^bԖ# \Z$3y9[?X^Ws2\0cٹ\Z\"AI(밑 aE +F69JTiE#\Z6P/\0jٽϣ~ׄl?/.\0(8<&M\0?\Z\0nJOf.W\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\04\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0$\0\0\0\00\0\0\0\0\0\0\0\0\0 \0\0\0\0\0C\0\0\0\0\0\0@\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0)\0\0\0\0\0\0\0!\01A0Q aq@P\0\0?\0تf-:`\"#JAwH2Z\Z!cX`]+NC\\ 8ppA9VQa-^s(sTFe\"/\r]^M$g~\'8Y|+\\%z)E -@G${LHSVuk\"PQT щ#- (|Cq3a*X`:$N\0\rϥI*Nu1ontnc\\3TX<+fSh<;RiB ح!t =Dcd\\\0\"Fav^c+ۆn̺`C8 @\0*.0=SJ@<X\nL@Zg7n=xҠP[PQOC=\\sjCvCbU)E4\'~>wKD,Hr0h$u80\r }/wV{A$cd\0: +Q0=G3PR}K瘼eA@!w*&b9m/1\":‹\ZLA,,6\03qrh-O3@L\"?+\njr\n`=uY\0d q*,JJˊC;HtZ}!3-hB:`fB!($mQ{^\'?4S\n)Dc\'`c- #\0lys:#aT1=^ o8_%Ag 9ɯn\n0\0f\"\n43h{a4DkA #@LKmpY&%M~08J)U.dz,L3&<~Lxa0G!/V;RlJEp娲L3gc\n9m_B-<6kS2w0tYp ܫś\'I2Nu砷ߋ[RVV9;w#ङWbl1=:8\0n8\'Κ()oWӽɋ«nj\0:詑2lU',4,1,'','','',''),(14,5,0,'51854cf67b60ceec','2943d936c14c4ba3af6d5acdad543952','2015-02-02 12:04:06','2015-02-02 12:04:06','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'\0JFIF\0\0\0\0\0\0\0g˥=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\09\0 \0\0\0\0\0\0!1 \"2A#BQa$%0CRqrs\0\0?SI[U\0Dݳc1>k!yṊAX-\rY՘=&IW^.1Vrce:q^:bC+]x!- Ա\0mazIx \n~Eyv>[zW2cɽ1t,d[k ]` zTJMjՐZ\0򁈎ezaSiY b>[ lcwM22FB+䰶7%> Up#-QftHvE&QQI*3I>{TH;Mè YgCG~wחK8.^iסHG#+-)sh!ӘW`j\\Y$BQĄq)Lz׶Z13!\r\Z7חqRx=aY._d.cUv`!8i|ĢKq(vnelC@fOHL~/>ڃMdE{/\rO*;tA\nrCOZ|)aR&ǟoq>{aWRcLu˱CQUaAy /MGI*5GZL<ǁ^k*%;Ր03\"\"#ڽ\nNDz*^Vq\0#fg1w1юD\":{qSMdNmzhg6l)5]P7I4WjhL}ժ!U3 !s#\\l B JT0K`1\0\"\"1{!R12ue312ieܞ!m5qVdGWbdDԫzVaFU;NأƋ$˯V_Ff\"dpJ@\0%a;\0Jw(KF(^\0G}5вQe}YAkȭc۩mސTo8oOo~cɤ28_fqv` f~ѿȶ\04\0ShG׌L^\0\0\0\0\0\0\0\0\0\0\0\0!1 AaQq\0\0?!.©OQ8c>[ TFuLD>.@iM:)Nt4rYYy|\0{Hoa$f`/ !<h먊&#[5ęoh]ι(Zav\00g%Bb҅B+\'T is|hvJ?\0 \0\0\0\0\0\0p\0B$\0 8@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1 AQaq\0\0?P3M=]`#xXP?ߕo\n.; Wdi{iHN}9& V@\\d;3ΐ(!x NiT@J|`+K%9-R@013F9 6/B9a b|he2 e]7bE|Eq+YFGK5;r@\n^ :i=\0:\ZBaD B8XFOtdVmr\'81Ϫ?!eݍ{e>#lm8\"L[:0i%qjx _BDU\0\Z\rsǼyXN3$Q)2Z+Xjp`Lp}\0\\\ZyӮu_Q9( uv=ߎp\0-:hTB8',5,1,'','','',''),(15,5,0,'51854cf67b60ceec','2943d936c14c4ba3af6d5acdad543952','2015-02-02 12:04:06','2015-02-02 12:04:06','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'\0JFIF\0\0\0\0\0\0\0gdԏ;TvX]%QȒkݱ,fdffc\'ɷCFl&ɇ>-@~ds>y(Dc6,v-ޥ\'gX[-aXC*Jbl3Aq+% YbM\"ϙLQZ/.\r`lީnؤ#U$0b\'a5r\ZgRaaҘ1M-ԶlRsܓ),[\0p\\`oOh]?_\"\"\"#\"\"9DDH+JVV 5Y)1&BQ>&\'-Jə7s2]:rP3@,#kI-D\0s#\0\0#\0\0\0\0\0\0\0\0\0\0!1AQaq\0\0?!=Hkz LLY2Кć9N_3b~BM 5fBbDo>9B}\r `\"0pIAͦH9 \0fTAfݗi$\nnL䆡(vOVqaz5X\rFD1_8t7{]%cTn /p.<3\0\0\ZOǞ}ATJĤ#p\"\n[q^Ӛ9zCRUP?\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ{_ $LYИm2g#G+}>=p.{*=#\"TZQ\r;G\'U߁S<<_tL\"4uH0B̟SExiP.Z<Lz\0c}Cv4A8.[j3\0B^\0\'2;af(ؠg\r bBr駲)cWƒ\rygifqÛyS&Z;#Pl,`0dٴspBkA|}F$(0N7| P.k',6,1,'','','',''),(16,6,0,'84554cf67cd393c4','c80c222d7c06a142719eb8b2df65808f','2015-02-02 12:04:29','2015-02-02 12:04:29','','','Profile Photos','person-175.jpg','image/jpeg',175,175,5531,'\0JFIF\0\0\0\0\0\0\0&Ǝwa-U*nG+/aX|R Duw)Rtܥa-`3x ^@\Zpv)\"K(G#{<4[Ny)ˋ RL$;V5ڟ礼F\ZjŽ/wܓ5=\'׆{1S?SUP_\0w?FTZyeC5{.ojS}mk?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0P\0 \0\0\0\0\0\0#!$0 \"1234BCScd%ADQRTaqst@UbruEP\0\0?\041 U3Y۟hXy\rkZs4JRIa(!N>W@`NW nj|c;|6sw6Y/D?.j/m-iMoC X[;xeWcNw6fKJrcx\\WTLj\0JFBd,MI*-qo6XrXctrL#;P_\\/P3I_/7_hПO\'QSU𲎆\\\Z;.<GrG!%;JDn8bV`}\ZGlj廑KBHfJG4n 8\0ؽ+!ЖJiw?#\num^38#Ԇd|/6Z7;)o`I\'\ns.7\'%n͍6@jc\'P͜Et\r鬽\nVD\0|tsEcċ{_,$VDT~\"BգZuxG[Pj t>:\rWA?9S\\S9Xx:j/7.h,&a(ו/N\Z΄\r\"gua1QHE\rD9-??F1FNg,Br?\n8U i] -MC0`-TY-\"plyB(V\r Dh<&\0Nn/bm_|P$n>(|cV>qx[dyR-!#nF8z%\\j%kr\r*-{\Z\0٨\0\0i@PA.*z7tAf4v4e2M5i6.]Z\"f%g)R\'0{-,,#G/8VC)Kh>mo:%d\"WW\'\rχ;zx֘Ѵ׍R ISO&-xwKO!~XQzHvf1g\\\Z{Q;jY\0!\'3vCO{iJҸҼи2sDrjǃ).[h yku-Vh:wBppͲ\Z{[΋xRX\"a7WJ0.ȶN.t`l?ѭ vВvMo@unp5pr)Z!*除\ZUՍmkI+F66R?g\nHyun>$BgpYlG6Ç\nlm+ni6\Zf7NZie\'Λd~nʴo .=#\"#튷,()fe 8S[#Ɓ %zd-dLςsr~-I<^BoYi#8m\0|Z~>f\n\'psb$RN{[c̅Hw\nb-:z\'M3(q@ = P)ׄJyS^)\Z$#UlH1j6U:\0 &AE\'v/.\\X`\rsޮƒ#*v)g^bԖ# \Z$3y9[?X^Ws2\0cٹ\Z\"AI(밑 aE +F69JTiE#\Z6P/\0jٽϣ~ׄl?/.\0(8<&M\0?\Z\0nJOf.W\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\04\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0$\0\0\0\00\0\0\0\0\0\0\0\0\0 \0\0\0\0\0C\0\0\0\0\0\0@\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`\0?s\0)\0\0\0\0\0\0\0!\01A0Q aq@P\0\0?\0تf-:`\"#JAwH2Z\Z!cX`]+NC\\ 8ppA9VQa-^s(sTFe\"/\r]^M$g~\'8Y|+\\%z)E -@G${LHSVuk\"PQT щ#- (|Cq3a*X`:$N\0\rϥI*Nu1ontnc\\3TX<+fSh<;RiB ح!t =Dcd\\\0\"Fav^c+ۆn̺`C8 @\0*.0=SJ@<X\nL@Zg7n=xҠP[PQOC=\\sjCvCbU)E4\'~>wKD,Hr0h$u80\r }/wV{A$cd\0: +Q0=G3PR}K瘼eA@!w*&b9m/1\":‹\ZLA,,6\03qrh-O3@L\"?+\njr\n`=uY\0d q*,JJˊC;HtZ}!3-hB:`fB!($mQ{^\'?4S\n)Dc\'`c- #\0lys:#aT1=^ o8_%Ag 9ɯn\n0\0f\"\n43h{a4DkA #@LKmpY&%M~08J)U.dz,L3&<~Lxa0G!/V;RlJEp娲L3gc\n9m_B-<6kS2w0tYp ܫś\'I2Nu砷ߋ[RVV9;w#ङWbl1=:8\0n8\'Κ()oWӽɋ«nj\0:詑2lU',4,1,'','','',''),(17,6,0,'84554cf67cd393c4','c80c222d7c06a142719eb8b2df65808f','2015-02-02 12:04:29','2015-02-02 12:04:29','','','Profile Photos','person-175.jpg','image/jpeg',80,80,2854,'\0JFIF\0\0\0\0\0\0\0g˥=\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\09\0 \0\0\0\0\0\0!1 \"2A#BQa$%0CRqrs\0\0?SI[U\0Dݳc1>k!yṊAX-\rY՘=&IW^.1Vrce:q^:bC+]x!- Ա\0mazIx \n~Eyv>[zW2cɽ1t,d[k ]` zTJMjՐZ\0򁈎ezaSiY b>[ lcwM22FB+䰶7%> Up#-QftHvE&QQI*3I>{TH;Mè YgCG~wחK8.^iסHG#+-)sh!ӘW`j\\Y$BQĄq)Lz׶Z13!\r\Z7חqRx=aY._d.cUv`!8i|ĢKq(vnelC@fOHL~/>ڃMdE{/\rO*;tA\nrCOZ|)aR&ǟoq>{aWRcLu˱CQUaAy /MGI*5GZL<ǁ^k*%;Ր03\"\"#ڽ\nNDz*^Vq\0#fg1w1юD\":{qSMdNmzhg6l)5]P7I4WjhL}ժ!U3 !s#\\l B JT0K`1\0\"\"1{!R12ue312ieܞ!m5qVdGWbdDԫzVaFU;NأƋ$˯V_Ff\"dpJ@\0%a;\0Jw(KF(^\0G}5вQe}YAkȭc۩mސTo8oOo~cɤ28_fqv` f~ѿȶ\04\0ShG׌L^\0\0\0\0\0\0\0\0\0\0\0\0!1 AaQq\0\0?!.©OQ8c>[ TFuLD>.@iM:)Nt4rYYy|\0{Hoa$f`/ !<h먊&#[5ęoh]ι(Zav\00g%Bb҅B+\'T is|hvJ?\0 \0\0\0\0\0\0p\0B$\0 8@\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1 AQaq\0\0?P3M=]`#xXP?ߕo\n.; Wdi{iHN}9& V@\\d;3ΐ(!x NiT@J|`+K%9-R@013F9 6/B9a b|he2 e]7bE|Eq+YFGK5;r@\n^ :i=\0:\ZBaD B8XFOtdVmr\'81Ϫ?!eݍ{e>#lm8\"L[:0i%qjx _BDU\0\Z\rsǼyXN3$Q)2Z+Xjp`Lp}\0\\\ZyӮu_Q9( uv=ߎp\0-:hTB8',5,1,'','','',''),(18,6,0,'84554cf67cd393c4','c80c222d7c06a142719eb8b2df65808f','2015-02-02 12:04:29','2015-02-02 12:04:29','','','Profile Photos','person-175.jpg','image/jpeg',48,48,2070,'\0JFIF\0\0\0\0\0\0\0gdԏ;TvX]%QȒkݱ,fdffc\'ɷCFl&ɇ>-@~ds>y(Dc6,v-ޥ\'gX[-aXC*Jbl3Aq+% YbM\"ϙLQZ/.\r`lީnؤ#U$0b\'a5r\ZgRaaҘ1M-ԶlRsܓ),[\0p\\`oOh]?_\"\"\"#\"\"9DDH+JVV 5Y)1&BQ>&\'-Jə7s2]:rP3@,#kI-D\0s#\0\0#\0\0\0\0\0\0\0\0\0\0!1AQaq\0\0?!=Hkz LLY2Кć9N_3b~BM 5fBbDo>9B}\r `\"0pIAͦH9 \0fTAfݗi$\nnL䆡(vOVqaz5X\rFD1_8t7{]%cTn /p.<3\0\0\ZOǞ}ATJĤ#p\"\n[q^Ӛ9zCRUP?\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ{_ $LYИm2g#G+}>=p.{*=#\"TZQ\r;G\'U߁S<<_tL\"4uH0B̟SExiP.Z<Lz\0c}Cv4A8.[j3\0B^\0\'2;af(ؠg\r bBr駲)cWƒ\rygifqÛyS&Z;#Pl,`0dٴspBkA|}F$(0N7| P.k',6,1,'','','',''),(19,3,8,'43554cfc4ec523d0','1f4766db71f0f2d503287947c1d67dcd','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',175,175,5559,'\0JFIF\0\0\0\0\0\0\0`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(20,3,8,'43554cfc4ec523d0','1f4766db71f0f2d503287947c1d67dcd','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(23,4,7,'32554cfc4ecad9ed','343e3e9f0f5a36ea763c101490db9ca6','2015-02-02 18:41:48','2015-02-02 18:41:48','','','Contact Photos','3.jpg?rev=2015-02-02+12%3A02%3A40','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(26,6,9,'79554cfc5ca68cdc','75b60a2a1e6b2cdf2eb3637955a7a5c2','2015-02-02 18:45:30','2015-02-02 18:45:30','','','Contact Photos','5.jpg?rev=2015-02-02+12%3A04%3A06','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(29,5,10,'57054cfc5cac8e5c','d04134664ffd0d558b08ee01f6859f3a','2015-02-02 18:45:30','2015-02-02 18:45:30','','','Contact Photos','6.jpg?rev=2015-02-02+12%3A04%3A29','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(32,2,16,'49454cfc71b75a4e','01072618a17425401fafdeb40fcd79ac','2015-02-02 18:51:07','2015-02-02 18:51:07','','','Contact Photos','5.jpg?rev=2015-02-02+12%3A04%3A06','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(35,5,15,'27554cfc71bcb2e8','73de577b8bcc76d9358ab8536f0a5cca','2015-02-02 18:51:07','2015-02-02 18:51:07','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(38,2,12,'58354cfc7369ebdb','b18ee0c7f160fdbf8f5d91a56a07a13c','2015-02-02 18:51:34','2015-02-02 18:51:34','','','Contact Photos','3.jpg?rev=2015-02-02+12%3A02%3A40','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(41,3,11,'21254cfc73701af6','389cca68d9a2e64538a81680925703b8','2015-02-02 18:51:35','2015-02-02 18:51:35','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(44,2,14,'83254cfc7681d1da','1fc6596c195944666e18cbd313795942','2015-02-02 18:52:24','2015-02-02 18:52:24','','','Contact Photos','4.jpg?rev=2015-02-02+12%3A03%3A07','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(47,4,13,'69454cfc7686a537','ba266e976726cba185c218750c545814','2015-02-02 18:52:24','2015-02-02 18:52:24','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(50,2,18,'48654cfc78f98728','0f1ac566d253bcd264437b7f7a347f88','2015-02-02 18:53:03','2015-02-02 18:53:03','','','Contact Photos','6.jpg?rev=2015-02-02+12%3A04%3A29','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\n`r;YFHRQM)3;&אc[\0D1pfF\0읇6^inGO\\k9dٹ ȕ^XX ڧgJy9lɎ=&1HZ)n?#зɒy5իpSW)_Z±p=ͅB,i@duQiL`8zo~\\G~G7\"l@Q2i3 L vY\njt^&k3Z 3LcC Sl*x \0ݯ{r6ȶO&/$\r4 iM;e+=g$p#mE\'ӛi\n5KDfz8v2: J՞:tȇ!(Is䰤E\0+82tdJO\nUӭ&&ww4ߣ٧*LIh/r6#v9 )٢R#e%iɫt\\r? hZe,T[iH-Ԟ`vGE&-7R#A\Z]ϡaeu9򬌸R/DxK_ݰJgkܬNv].=\'&5gq\0+WNF9lD(l㓦1{D)[B×m\ncG~1. .$^7hC\n5@@YMC0`,V a6)yEB(Vb TUU\"T4D6X7u/blϟl5hcy<-L\nE$t=j}ѱH_~| Vw\Z0EmrV@5\Z\0\0\r9#ͮh,WƎӣ\\IaZh\0MKunq6D(DIYG3~؉/K; NJR$\Z)٧o:%zd+Ww;zw֗Ѵ YcTRTD4 ^7ݒ盇!o,z޲zR<Ljm]\0vN+tŽZǫKڻ\n7\"fbk~R=R$-̢\\;P˷&<Olmg&жAYBlHƹ%v:-t’IHF}ar 59k\"!9ĺFmۇ\"I؛AgYG:IHYƷxoXe[/9ϡMp7q\njNEk%IR+sho8WA,ito}J]iz)O\0[_&+ ,\"\0xut47-kZV7QZ]k1.Ltg\0zGRd2_p*:GiT*H\nN=iN\"v\Z· pѕEQVȜvh^?8W^)zzҿ\0)\0\0\0\0\0\0\0!\010AQ aq@P\0\0?!\0*؍G@&(MQ9;`?)ztHB*!`+a$B/24d\'f-:fT`\"BPZ-L3hPvr9݃ gfteO!Ҋ@;$s :JL.sKf j \rWi\',hLAFj]&Aq&Ojyl\0n{rJ0Z٣6&=/{gӋ w!j\n!6qtxoQTO dO=ZX_w@O38:pM\0Z:i|n?)ާGZ e=\0sPTH4~ *\'u@Gz`<tإ:ıO9?Hf˓e&OlB(uDz\n=v.Wќ̅v/6r4EbIrIF] R9;-8rʌ-R =E&fAM}TWU x7Py,$1*j=B1(znc߳$   gl;ۿXaB\n^9wCRlJEr娲L3Lb,qE3߯ˡLzȞH5xX֨092$h,jì\n l2r;<\'@H޹v;=\\rozVV\r^MpRLի\r#Nr안-Dhp\0oW ۗf*0;w\0_>:詑2}_',4,0,'','','',''),(53,6,17,'52754cfc79010af9','b4cbb73d1178aab3424a788419bbe016','2015-02-02 18:53:04','2015-02-02 18:53:04','','','Contact Photos','2.jpg?rev=2015-02-02+12%3A02%3A11','image/jpeg',80,80,2858,'\0JFIF\0\0\0\0\0\0\0rk!yX-\rW՘=&IW^.1Vrce:q^:bC+]x!- Ա\0]azIx \n~Eyv>[zW2cɹ1t,d[k \\.R*5V@B҄ !jJvZ`\0c\";7\reŅN>۫YfGt0Sd\"~zA`l%7c۲ܖ81W1dF!\"@c3TG-FF=$\\HXLy<7U;y%a0/B#Y߶Bǫ:G\'R?KuD208:wEQx-s|%cn/~\n.4*/U\Z+I+>Hn311X\\}f?Fd2vSFb\":6PO+%⬅vJ.Ҵ1G1ϘA n%Q1\ZTܬ߃-p iT7iPw`^/c\Z]~A =E_\'n1@#U_\ZbXyϟ!Ϻ,wMZ\"UZ1>a@m\"W2>%ʭ]@!`C ZZ \01 1#G*ݯ3(]6S3*pLv]<ߖWefD~^v/RYqTc{ׂ\Z,.Y}\Zڋ go+\0 r+VPy-ʻx?$J>lZY(-|\0Yb7c۩mސTr\Z=?i?_M?&yف\0gh13\0H[_r#f&cg\0\0\0\0\0\0\0\0\0\0!\01 AQaq\0\0?!\'sXMoVd:EA+c/Wh;6G\Zk Pk^`h,we.O͘\0ϔS\\B+pD P@(꺓p\'>[ J\"m 4r\0+3<9w:kͅ\0g *,PRdP*&O5wB?!#V~Q\n$第0\'\"hI2%c5mTOcc0Q (\\9`VSSHaDX_\'͐dm&vUiC\n_J\0 \0\0\0\0\0\0p\0 B$\0 8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0?O\0\"\0\0\0\0\0\0\0\0\0!1A Qaq\0\0?꡴>Z4;Hީ\0Ƽ)a{\\^ޅ ϰۺBz)ctT᯾:@Bܰ\n\nCiZi\\f ojqO> +K*ל̮-Rd`Cwd n3[\ZG fBcA-A4|V|#Yk[P74iicneb 9lJatP%){rn2\\>T2=_o?Qz$^x9EcuVˆcj(wl\0uSRC\"q&W!1q&<)3KlVˡ,|! fs1MbLx8z~F>Ԙ<Q\"#D|iZP::`zMY!0\"1\0ć{HF E1bdHZ^NjiNtzCRUP\0 \0\0\0\0\0S\04\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\00\0?\0%\0\0\0\0\0\0\0\0\0!1AQaq\0\0?5Ѵ,S{T \0N\0JmlZ+TH;0TNvbLjQ{fu\' G^(dd[JM:v>hN27^wp8xއ)= vtڔ&SBƇ͏_oqh0´zG8I-f=c5\r^2zJ ,#vk2+}{@и$\'.{.B<5|(: +ݧqk98j\n:QU5 6o(@-h2qϏ(մ~||4e fς\nget_baseurl() . '/contacts/' . $contact['id']; $posts_link = $a->get_baseurl() . '/network/0?nets=all&cid=' . $contact['id']; $contact_drop_link = $a->get_baseurl() . "/contacts/" . $contact['id'] . '/drop?confirm=1'; - + $menu = Array( 'poke' => array(t("Poke"), $poke_link), 'status' => array(t("View Status"), $status_link), 'profile' => array(t("View Profile"), $profile_link), - 'photos' => array(t("View Photos"), $photos_link), - 'network' => array(t("Network Posts"), $posts_link), + 'photos' => array(t("View Photos"), $photos_link), + 'network' => array(t("Network Posts"), $posts_link), 'edit' => array(t("Edit Contact"), $contact_url), 'drop' => array(t("Drop Contact"), $contact_drop_link), 'pm' => array(t("Send PM"), $pm_url), ); - - + + $args = array('contact' => $contact, 'menu' => &$menu); - + call_hooks('contact_photo_menu', $args); - + /* $o = ""; foreach($menu as $k=>$v){ if ($v!="") { @@ -293,3 +297,108 @@ function contacts_not_grouped($uid,$start = 0,$count = 0) { return $r; } +function get_contact($url, $uid = 0) { + require_once("include/Scrape.php"); + + $data = array(); + $contactid = 0; + + // is it an address in the format user@server.tld? + if (!strstr($url, "http") OR strstr($url, "@")) { + $data = probe_url($url); + $url = $data["url"]; + if ($url == "") + return 0; + } + + $contact = q("SELECT `id`, `avatar-date` FROM `contact` WHERE `nurl` = '%s' AND `uid` = %d", + dbesc(normalise_link($url)), + intval($uid)); + + if (!$contact) + $contact = q("SELECT `id`, `avatar-date` FROM `contact` WHERE `alias` IN ('%s', '%s') AND `uid` = %d", + dbesc($url), + dbesc(normalise_link($url)), + intval($uid)); + + if ($contact) { + $contactid = $contact[0]["id"]; + + // Update the contact every 7 days + $update_photo = ($contact[0]['avatar-date'] < datetime_convert('','','now -7 days')); + //$update_photo = ($contact[0]['avatar-date'] < datetime_convert('','','now -12 hours')); + + if (!$update_photo) + return($contactid); + } elseif ($uid != 0) + return 0; + + if (!count($data)) + $data = probe_url($url); + + // Does this address belongs to a valid network? + if (!in_array($data["network"], array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA))) + return 0; + + // tempory programming. Can be deleted after 2015-02-07 + if (($data["alias"] == "") AND (normalise_link($data["url"]) != normalise_link($url))) + $data["alias"] = normalise_link($url); + + if ($contactid == 0) { + q("INSERT INTO `contact` (`uid`, `created`, `url`, `nurl`, `addr`, `alias`, `notify`, `poll`, + `name`, `nick`, `photo`, `network`, `pubkey`, `rel`, `priority`, + `batch`, `request`, `confirm`, `poco`, + `writable`, `blocked`, `readonly`, `pending`) + VALUES (%d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', '%s', '%s', '%s', 1, 0, 0, 0)", + intval($uid), + dbesc(datetime_convert()), + dbesc($data["url"]), + dbesc(normalise_link($data["url"])), + dbesc($data["addr"]), + dbesc($data["alias"]), + dbesc($data["notify"]), + dbesc($data["poll"]), + dbesc($data["name"]), + dbesc($data["nick"]), + dbesc($data["photo"]), + dbesc($data["network"]), + dbesc($data["pubkey"]), + intval(CONTACT_IS_SHARING), + intval($data["priority"]), + dbesc($data["batch"]), + dbesc($data["request"]), + dbesc($data["confirm"]), + dbesc($data["poco"]) + ); + + $contact = q("SELECT `id` FROM `contact` WHERE `nurl` = '%s' AND `uid` = %d", + dbesc(normalise_link($data["url"])), + intval($uid)); + if (!$contact) + return 0; + + $contactid = $contact[0]["id"]; + } + + require_once("Photo.php"); + + $photos = import_profile_photo($data["photo"],$uid,$contactid); + + q("UPDATE `contact` SET `photo` = '%s', `thumb` = '%s', `micro` = '%s', + `addr` = '%s', `alias` = '%s', `name` = '%s', `nick` = '%s', + `name-date` = '%s', `uri-date` = '%s', `avatar-date` = '%s' WHERE `id` = %d", + dbesc($photos[0]), + dbesc($photos[1]), + dbesc($photos[2]), + dbesc($data["addr"]), + dbesc($data["alias"]), + dbesc($data["name"]), + dbesc($data["nick"]), + dbesc(datetime_convert()), + dbesc(datetime_convert()), + dbesc(datetime_convert()), + intval($contactid) + ); + + return $contactid; +} diff --git a/include/Emailer.php b/include/Emailer.php index 535a054289..d0568f6001 100644 --- a/include/Emailer.php +++ b/include/Emailer.php @@ -14,16 +14,24 @@ class Emailer { * @param htmlVersion html version of the message * @param textVersion text only version of the message * @param additionalMailHeader additions to the smtp mail header + * @param optional uid user id of the destination user */ static public function send($params) { + call_hooks('emailer_send_prepare', $params); + + $email_textonly = False; + if (x($params,"uid")) { + $email_textonly = get_pconfig($params['uid'], "system", "email_textonly"); + } + $fromName = email_header_encode(html_entity_decode($params['fromName'],ENT_QUOTES,'UTF-8'),'UTF-8'); $messageSubject = email_header_encode(html_entity_decode($params['messageSubject'],ENT_QUOTES,'UTF-8'),'UTF-8'); // generate a mime boundary $mimeBoundary =rand(0,9)."-" - .rand(10000000000,9999999999)."-" - .rand(10000000000,9999999999)."=:" + .rand(10000000000,99999999999)."-" + .rand(10000000000,99999999999)."=:" .rand(10000,99999); // generate a multipart/alternative message header @@ -41,19 +49,32 @@ class Emailer { "--" . $mimeBoundary . "\n" . // plain text section "Content-Type: text/plain; charset=UTF-8\n" . "Content-Transfer-Encoding: base64\n\n" . - $textBody . "\n" . - "--" . $mimeBoundary . "\n" . // text/html section - "Content-Type: text/html; charset=UTF-8\n" . - "Content-Transfer-Encoding: base64\n\n" . - $htmlBody . "\n" . + $textBody . "\n"; + + if (!$email_textonly && !is_null($params['htmlVersion'])){ + $multipartMessageBody .= + "--" . $mimeBoundary . "\n" . // text/html section + "Content-Type: text/html; charset=UTF-8\n" . + "Content-Transfer-Encoding: base64\n\n" . + $htmlBody . "\n"; + } + $multipartMessageBody .= "--" . $mimeBoundary . "--\n"; // message ending // send the message + $hookdata = array( + 'to' => $params['toEmail'], + 'subject' => $messageSubject, + 'body' => $multipartMessageBody, + 'headers' => $messageHeader + ); + //echo "
"; var_dump($hookdata); killme();
+		call_hooks("emailer_send", $hookdata);
 		$res = mail(
-			$params['toEmail'],	 									// send to address
-			$messageSubject,								// subject
-			$multipartMessageBody,	 						// message body
-			$messageHeader									// message headers
+			$hookdata['to'],							// send to address
+			$hookdata['subject'],						// subject
+			$hookdata['body'], 	 						// message body
+			$hookdata['headers']						// message headers
 		);
 		logger("header " . 'To: ' . $params['toEmail'] . "\n" . $messageHeader, LOGGER_DEBUG);
 		logger("return value " . (($res)?"true":"false"), LOGGER_DEBUG);
diff --git a/include/Photo.php b/include/Photo.php
index 580fd25b6a..e36fd46ca0 100644
--- a/include/Photo.php
+++ b/include/Photo.php
@@ -345,6 +345,24 @@ class Photo {
     }
 
     public function orient($filename) {
+        if ($this->is_imagick()) {
+            // based off comment on http://php.net/manual/en/imagick.getimageorientation.php
+            $orientation = $this->image->getImageOrientation();
+            switch ($orientation) {
+            case imagick::ORIENTATION_BOTTOMRIGHT:
+                $this->image->rotateimage("#000", 180);
+                break;
+            case imagick::ORIENTATION_RIGHTTOP:
+                $this->image->rotateimage("#000", 90);
+                break;
+            case imagick::ORIENTATION_LEFTBOTTOM:
+                $this->image->rotateimage("#000", -90);
+                break;
+            }
+
+            $this->image->setImageOrientation(imagick::ORIENTATION_TOPLEFT);
+            return TRUE;
+        }
 	// based off comment on http://php.net/manual/en/function.imagerotate.php
 
 	if(!$this->is_valid())
@@ -516,7 +534,12 @@ class Photo {
 	    return FALSE;
 
 	$string = $this->imageString();
+
+	$a = get_app();
+
+	$stamp1 = microtime(true);
 	file_put_contents($path, $string);
+	$a->save_timestamp($stamp1, "file");
     }
 
     public function imageString() {
@@ -764,11 +787,21 @@ function get_photo_info($url) {
 	if (is_null($data)) {
 		$img_str = fetch_url($url, true, $redirects, 4);
 
+		$filesize = strlen($img_str);
+
 		$tempfile = tempnam(get_temppath(), "cache");
+
+		$a = get_app();
+		$stamp1 = microtime(true);
 		file_put_contents($tempfile, $img_str);
+		$a->save_timestamp($stamp1, "file");
+
 		$data = getimagesize($tempfile);
 		unlink($tempfile);
 
+		if ($data)
+			$data["size"] = $filesize;
+
 		Cache::set($url, serialize($data));
 	} else
 		$data = unserialize($data);
@@ -846,7 +879,10 @@ function store_photo($a, $uid, $imagedata = "", $url = "") {
 		return(array());
 	} elseif (strlen($imagedata) == 0) {
 		logger("Uploading picture from ".$url, LOGGER_DEBUG);
+
+		$stamp1 = microtime(true);
 		$imagedata = @file_get_contents($url);
+		$a->save_timestamp($stamp1, "file");
 	}
 
 	$maximagesize = get_config('system','maximagesize');
@@ -870,7 +906,11 @@ function store_photo($a, $uid, $imagedata = "", $url = "") {
 */
 
 	$tempfile = tempnam(get_temppath(), "cache");
+
+	$stamp1 = microtime(true);
 	file_put_contents($tempfile, $imagedata);
+	$a->save_timestamp($stamp1, "file");
+
 	$data = getimagesize($tempfile);
 
 	if (!isset($data["mime"])) {
diff --git a/include/Scrape.php b/include/Scrape.php
index 99784af336..ce18bb1033 100644
--- a/include/Scrape.php
+++ b/include/Scrape.php
@@ -343,6 +343,12 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 	if(! $url)
 		return $result;
 
+	$result = Cache::get("probe_url:".$mode.":".$url);
+	if (!is_null($result)) {
+		$result = unserialize($result);
+		return $result;
+	}
+
 	$network = null;
 	$diaspora = false;
 	$diaspora_base = '';
@@ -350,6 +356,13 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 	$diaspora_key = '';
 	$has_lrdd = false;
 	$email_conversant = false;
+	$connectornetworks = false;
+	$appnet = false;
+
+	if (strpos($url,'twitter.com')) {
+		$connectornetworks = true;
+		$network = NETWORK_TWITTER;
+	}
 
 	// Twitter is deactivated since twitter closed its old API
 	//$twitter = ((strpos($url,'twitter.com') !== false) ? true : false);
@@ -357,7 +370,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 
 	$at_addr = ((strpos($url,'@') !== false) ? true : false);
 
-	if((! $twitter) && (! $lastfm)) {
+	if((!$appnet) && (!$lastfm) && !$connectornetworks) {
 
 		if(strpos($url,'mailto:') !== false && $at_addr) {
 			$url = str_replace('mailto:','',$url);
@@ -401,13 +414,16 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 						$pubkey = $diaspora_key;
 					$diaspora = true;
 				}
+				if($link['@attributes']['rel'] === 'http://ostatus.org/schema/1.0/subscribe') {
+					$diaspora = false;
+				}
 			}
 
 			// Status.Net can have more than one profile URL. We need to match the profile URL
 			// to a contact on incoming messages to prevent spam, and we won't know which one
 			// to match. So in case of two, one of them is stored as an alias. Only store URL's
 			// and not webfinger user@host aliases. If they've got more than two non-email style
-			// aliases, let's hope we're lucky and get one that matches the feed author-uri because 
+			// aliases, let's hope we're lucky and get one that matches the feed author-uri because
 			// otherwise we're screwed.
 
 			foreach($links as $link) {
@@ -422,6 +438,10 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 					}
 				}
 			}
+
+			// If the profile is different from the url then the url is abviously an alias
+			if (($alias == "") AND ($profile != "") AND !$at_addr AND (normalise_link($profile) != normalise_link($url)))
+				$alias = $url;
 		}
 		elseif($mode == PROBE_NORMAL) {
 
@@ -496,8 +516,8 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 				if($j) {
 					$network = NETWORK_ZOT;
 					$vcard   = array(
-						'fn'    => $j->fullname, 
-						'nick'  => $j->nickname, 
+						'fn'    => $j->fullname,
+						'nick'  => $j->nickname,
 						'photo' => $j->photo
 					);
 					$profile  = $j->url;
@@ -539,6 +559,10 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 			$network = NETWORK_DIASPORA;
 		elseif($has_lrdd)
 			$network  = NETWORK_OSTATUS;
+
+		if(strpos($url,'@'))
+			$addr = str_replace('acct:', '', $url);
+
 		$priority = 0;
 
 		if($hcard && ! $vcard) {
@@ -597,13 +621,16 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 			// Will leave it to others to figure out how to grab the avatar, which is on the $url page in the open graph meta links
 		}
 
-		if($twitter || ! $poll)
+		if($appnet || ! $poll)
 			$check_feed = true;
 		if((! isset($vcard)) || (! x($vcard,'fn')) || (! $profile))
 			$check_feed = true;
 		if(($at_addr) && (! count($links)))
 			$check_feed = false;
 
+		if ($connectornetworks)
+			$check_feed = false;
+
 		if($check_feed) {
 
 			$feedret = scrape_feed(($poll) ? $poll : $url);
@@ -729,6 +756,22 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 	if(($network === NETWORK_FEED) && ($poll) && (! x($vcard,'fn')))
 		$vcard['fn'] = $url;
 
+	if (($notify != "") AND ($poll != "")) {
+		$baseurl = matching($notify, $poll);
+
+		$baseurl2 = matching($baseurl, $profile);
+		if ($baseurl2 != "")
+			$baseurl = $baseurl2;
+	}
+
+	if (($baseurl == "") AND ($notify != ""))
+		$baseurl = matching($profile, $notify);
+
+	if (($baseurl == "") AND ($poll != ""))
+		$baseurl = matching($profile, $poll);
+
+	$baseurl = rtrim($baseurl, "/");
+
 	$vcard['fn'] = notags($vcard['fn']);
 	$vcard['nick'] = str_replace(' ','',notags($vcard['nick']));
 
@@ -747,8 +790,37 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 	$result['network'] = $network;
 	$result['alias'] = $alias;
 	$result['pubkey'] = $pubkey;
+	$result['baseurl'] = $baseurl;
 
 	logger('probe_url: ' . print_r($result,true), LOGGER_DEBUG);
 
+	// Trying if it maybe a diaspora account
+	if (($result['network'] == NETWORK_FEED) OR ($result['addr'] == "")) {
+		require_once('include/bbcode.php');
+		$address = GetProfileUsername($url, "", true);
+		$result2 = probe_url($address, $mode);
+		if ($result2['network'] != "")
+			$result = $result2;
+	}
+
+	Cache::set("probe_url:".$mode.":".$url,serialize($result));
+
 	return $result;
 }
+
+function matching($part1, $part2) {
+	$len = min(strlen($part1), strlen($part2));
+
+	$match = "";
+	$matching = true;
+	$i = 0;
+	while (($i <= $len) AND $matching) {
+		if (substr($part1, $i, 1) == substr($part2, $i, 1))
+			$match .= substr($part1, $i, 1);
+		else
+			$matching = false;
+
+		$i++;
+	}
+	return($match);
+}
diff --git a/include/acl_selectors.php b/include/acl_selectors.php
index 0a9b2c90ae..b2c4b31c81 100644
--- a/include/acl_selectors.php
+++ b/include/acl_selectors.php
@@ -2,13 +2,14 @@
 
 require_once("include/contact_selectors.php");
 require_once("include/features.php");
+require_once("mod/proxy.php");
 
 /**
- * 
+ *
  */
 
 /**
- * @package acl_selectors 
+ * @package acl_selectors
  */
 function group_select($selname,$selclass,$preselected = false,$size = 4) {
 
@@ -35,11 +36,12 @@ function group_select($selname,$selclass,$preselected = false,$size = 4) {
 				$selected = " selected=\"selected\" ";
 			else
 				$selected = '';
+
 			$trimmed = mb_substr($rr['name'],0,12);
 
 			$o .= "\r\n";
 		}
-	
+
 	}
 	$o .= "\r\n";
 
@@ -76,26 +78,26 @@ function contact_selector($selname, $selclass, $preselected = false, $options) {
 		if(x($options,'networks')) {
 			switch($options['networks']) {
 				case 'DFRN_ONLY':
-					$networks = array('dfrn');
+					$networks = array(NETWORK_DFRN);
 					break;
 				case 'PRIVATE':
 					if(is_array($a->user) && $a->user['prvnets'])
-						$networks = array('dfrn','mail','dspr');
+						$networks = array(NETWORK_DFRN,NETWORK_MAIL,NETWORK_DIASPORA);
 					else
-						$networks = array('dfrn','face','mail', 'dspr');
+						$networks = array(NETWORK_DFRN,NETWORK_FACEBOOK,NETWORK_MAIL, NETWORK_DIASPORA);
 					break;
 				case 'TWO_WAY':
 					if(is_array($a->user) && $a->user['prvnets'])
-						$networks = array('dfrn','mail','dspr');
+						$networks = array(NETWORK_DFRN,NETWORK_MAIL,NETWORK_DIASPORA);
 					else
-						$networks = array('dfrn','face','mail','dspr','stat');
-					break;					
+						$networks = array(NETWORK_DFRN,NETWORK_FACEBOOK,NETWORK_MAIL,NETWORK_DIASPORA,NETWORK_OSTATUS);
+					break;
 				default:
 					break;
 			}
 		}
 	}
-		
+
 	$x = array('options' => $options, 'size' => $size, 'single' => $single, 'mutual' => $mutual, 'exclude' => $exclude, 'networks' => $networks);
 
 	call_hooks('contact_select_options', $x);
@@ -117,15 +119,15 @@ function contact_selector($selname, $selclass, $preselected = false, $options) {
 		$str_nets = implode(',',$x['networks']);
 		$sql_extra .= " AND `network` IN ( $str_nets ) ";
 	}
-	
+
 	$tabindex = (x($options, 'tabindex') ? "tabindex=\"" . $options["tabindex"] . "\"" : "");
 
 	if($x['single'])
 		$o .= "\r\n";
 
-	$r = q("SELECT `id`, `name`, `url`, `network` FROM `contact` 
+	$r = q("SELECT `id`, `name`, `url`, `network` FROM `contact`
 		WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0 AND `notify` != ''
 		$sql_extra
 		ORDER BY `name` ASC ",
@@ -150,7 +152,7 @@ function contact_selector($selname, $selclass, $preselected = false, $options) {
 
 			$o .= "\r\n";
 		}
-	
+
 	}
 
 	$o .= "\r\n";
@@ -164,6 +166,8 @@ function contact_selector($selname, $selclass, $preselected = false, $options) {
 
 function contact_select($selname, $selclass, $preselected = false, $size = 4, $privmail = false, $celeb = false, $privatenet = false, $tabindex = null) {
 
+	require_once("include/bbcode.php");
+
 	$a = get_app();
 
 	$o = '';
@@ -177,21 +181,21 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p
 		$sql_extra .= sprintf(" AND `rel` = %d ", intval(CONTACT_IS_FRIEND));
 	}
 
-	if($privmail) {
-		$sql_extra .= " AND `network` IN ( 'dfrn', 'dspr' ) ";
-	}
-	elseif($privatenet) {	
-		$sql_extra .= " AND `network` IN ( 'dfrn', 'mail', 'face', 'dspr' ) ";
-	}
+	if($privmail)
+		$sql_extra .= sprintf(" AND `network` IN ('%s' , '%s') ",
+					NETWORK_DFRN, NETWORK_DIASPORA);
+	elseif($privatenet)
+		$sql_extra .= sprintf(" AND `network` IN ('%s' , '%s', '%s', '%s') ",
+					NETWORK_DFRN, NETWORK_MAIL, NETWORK_FACEBOOK, NETWORK_DIASPORA);
 
 	$tabindex = ($tabindex > 0 ? "tabindex=\"$tabindex\"" : "");
 
 	if($privmail)
 		$o .= "\r\n";
 
-	$r = q("SELECT `id`, `name`, `url`, `network` FROM `contact` 
+	$r = q("SELECT `id`, `name`, `url`, `network` FROM `contact`
 		WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0 AND `notify` != ''
 		$sql_extra
 		ORDER BY `name` ASC ",
@@ -212,11 +216,14 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p
 			else
 				$selected = '';
 
-			$trimmed = mb_substr($rr['name'],0,20);
+			if($privmail)
+				$trimmed = GetProfileUsername($rr['url'], $rr['name'], false);
+			else
+				$trimmed = mb_substr($rr['name'],0,20);
 
 			$o .= "\r\n";
 		}
-	
+
 	}
 
 	$o .= "\r\n";
@@ -239,7 +246,7 @@ function prune_deadguys($arr) {
 	$r = q("select id from contact where id in ( " . $str . ") and blocked = 0 and pending = 0 and archive = 0 ");
 	if($r) {
 		$ret = array();
-		foreach($r as $rr) 
+		foreach($r as $rr)
 			$ret[] = intval($rr['id']);
 		return $ret;
 	}
@@ -251,7 +258,7 @@ function get_acl_permissions($user = null) {
 	$allow_cid = $allow_gid = $deny_cid = $deny_gid = false;
 
 	if(is_array($user)) {
-		$allow_cid = ((strlen($user['allow_cid'])) 
+		$allow_cid = ((strlen($user['allow_cid']))
 			? explode('><', $user['allow_cid']) : array() );
 		$allow_gid = ((strlen($user['allow_gid']))
 			? explode('><', $user['allow_gid']) : array() );
@@ -411,21 +418,21 @@ function acl_lookup(&$a, $out_type = 'json') {
 	}
 
 	if ($type=='' || $type=='c'){
-		$r = q("SELECT COUNT(*) AS c FROM `contact` 
-				WHERE `uid` = %d AND `self` = 0 
+		$r = q("SELECT COUNT(*) AS c FROM `contact`
+				WHERE `uid` = %d AND `self` = 0
 				AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0
 				AND `notify` != '' $sql_extra2" ,
 			intval(local_user())
 		);
 		$contact_count = (int)$r[0]['c'];
-	} 
+	}
 	elseif ($type == 'm') {
 
 		// autocomplete for Private Messages
 
-		$r = q("SELECT COUNT(*) AS c FROM `contact` 
-				WHERE `uid` = %d AND `self` = 0 
-				AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0 
+		$r = q("SELECT COUNT(*) AS c FROM `contact`
+				WHERE `uid` = %d AND `self` = 0
+				AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0
 				AND `network` IN ('%s','%s','%s') $sql_extra2" ,
 			intval(local_user()),
 			dbesc(NETWORK_DFRN),
@@ -439,8 +446,8 @@ function acl_lookup(&$a, $out_type = 'json') {
 
 		// autocomplete for Contacts
 
-		$r = q("SELECT COUNT(*) AS c FROM `contact` 
-				WHERE `uid` = %d AND `self` = 0 
+		$r = q("SELECT COUNT(*) AS c FROM `contact`
+				WHERE `uid` = %d AND `self` = 0
 				AND `pending` = 0 $sql_extra2" ,
 			intval(local_user())
 		);
@@ -449,22 +456,22 @@ function acl_lookup(&$a, $out_type = 'json') {
 	} else {
 		$contact_count = 0;
 	}
-	
-	
+
+
 	$tot = $group_count+$contact_count;
-	
+
 	$groups = array();
 	$contacts = array();
-	
+
 	if ($type=='' || $type=='g'){
-		
+
 		$r = q("SELECT `group`.`id`, `group`.`name`, GROUP_CONCAT(DISTINCT `group_member`.`contact-id` SEPARATOR ',') as uids
-				FROM `group`,`group_member` 
-				WHERE `group`.`deleted` = 0 AND `group`.`uid` = %d 
+				FROM `group`,`group_member`
+				WHERE `group`.`deleted` = 0 AND `group`.`uid` = %d
 					AND `group_member`.`gid`=`group`.`id`
 					$sql_extra
 				GROUP BY `group`.`id`
-				ORDER BY `group`.`name` 
+				ORDER BY `group`.`name`
 				LIMIT %d,%d",
 			intval(local_user()),
 			intval($start),
@@ -472,7 +479,7 @@ function acl_lookup(&$a, $out_type = 'json') {
 		);
 
 		foreach($r as $g){
-//		logger('acl: group: ' . $g['name'] . ' members: ' . $g['uids']);		
+//		logger('acl: group: ' . $g['name'] . ' members: ' . $g['uids']);
 			$groups[] = array(
 				"type"  => "g",
 				"photo" => "images/twopeople.png",
@@ -484,10 +491,10 @@ function acl_lookup(&$a, $out_type = 'json') {
 			);
 		}
 	}
-	
+
 	if ($type=='' || $type=='c'){
-	
-		$r = q("SELECT `id`, `name`, `nick`, `micro`, `network`, `url`, `attag`, forum FROM `contact` 
+
+		$r = q("SELECT `id`, `name`, `nick`, `micro`, `network`, `url`, `attag`, forum FROM `contact`
 			WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0 AND `notify` != ''
 			$sql_extra2
 			ORDER BY `name` ASC ",
@@ -495,7 +502,7 @@ function acl_lookup(&$a, $out_type = 'json') {
 		);
 	}
 	elseif($type == 'm') {
-		$r = q("SELECT `id`, `name`, `nick`, `micro`, `network`, `url`, `attag` FROM `contact` 
+		$r = q("SELECT `id`, `name`, `nick`, `micro`, `network`, `url`, `attag` FROM `contact`
 			WHERE `uid` = %d AND `self` = 0 AND `blocked` = 0 AND `pending` = 0 AND `archive` = 0
 			AND `network` IN ('%s','%s','%s')
 			$sql_extra2
@@ -507,7 +514,7 @@ function acl_lookup(&$a, $out_type = 'json') {
 		);
 	}
 	elseif($type == 'a') {
-		$r = q("SELECT `id`, `name`, `nick`, `micro`, `network`, `url`, `attag` FROM `contact` 
+		$r = q("SELECT `id`, `name`, `nick`, `micro`, `network`, `url`, `attag` FROM `contact`
 			WHERE `uid` = %d AND `pending` = 0
 			$sql_extra2
 			ORDER BY `name` ASC ",
@@ -527,7 +534,7 @@ function acl_lookup(&$a, $out_type = 'json') {
 		$x['data'] = array();
 		if(count($r)) {
 			foreach($r as $g) {
-				$x['photos'][] = $g['micro'];
+				$x['photos'][] = proxy_url($g['micro']);
 				$x['links'][] = $g['url'];
 				$x['suggestions'][] = $g['name'];
 				$x['data'][] = intval($g['id']);
@@ -541,7 +548,7 @@ function acl_lookup(&$a, $out_type = 'json') {
 		foreach($r as $g){
 			$contacts[] = array(
 				"type"  => "c",
-				"photo" => $g['micro'],
+				"photo" => proxy_url($g['micro']),
 				"name"  => $g['name'],
 				"id"	=> intval($g['id']),
 				"network" => $g['network'],
@@ -549,28 +556,28 @@ function acl_lookup(&$a, $out_type = 'json') {
 				"nick" => ($g['attag']) ? $g['attag'] : $g['nick'],
 				"forum" => $g['forum']
 			);
-		}			
+		}
 	}
-		
+
 	$items = array_merge($groups, $contacts);
 
 	if ($conv_id) {
-		/* if $conv_id is set, get unknow contacts in thread */ 
+		/* if $conv_id is set, get unknow contacts in thread */
 		/* but first get know contacts url to filter them out */
 		function _contact_link($i){ return dbesc($i['link']); }
 		$known_contacts = array_map(_contact_link, $contacts);
 		$unknow_contacts=array();
-		$r = q("select 
+		$r = q("select
 					`author-avatar`,`author-name`,`author-link`
 				from item where parent=%d
 				and (
 					`author-name` LIKE '%%%s%%' OR
 					`author-link` LIKE '%%%s%%'
-				) and 
+				) and
 				`author-link` NOT IN ('%s')
 				GROUP BY `author-link`
 				ORDER BY `author-name` ASC
-				", 
+				",
 				intval($conv_id),
 				dbesc($search),
 				dbesc($search),
@@ -586,7 +593,7 @@ function acl_lookup(&$a, $out_type = 'json') {
 				// /nickname
 				$unknow_contacts[] = array(
 					"type"  => "c",
-					"photo" => $row['author-avatar'],
+					"photo" => proxy_url($row['author-avatar']),
 					"name"  => $row['author-name'],
 					"id"	=> '',
 					"network" => "unknown",
@@ -611,14 +618,14 @@ function acl_lookup(&$a, $out_type = 'json') {
 		);
 		return $o;
 	}
-	
+
 	$o = array(
 		'tot'	=> $tot,
 		'start' => $start,
 		'count'	=> $count,
 		'items'	=> $items,
 	);
-	
+
 	echo json_encode($o);
 
 	killme();
diff --git a/include/api.php b/include/api.php
index ffa5d0e9df..06dbca7f14 100644
--- a/include/api.php
+++ b/include/api.php
@@ -7,6 +7,9 @@
 	require_once("include/conversation.php");
 	require_once("include/oauth.php");
 	require_once("include/html2plain.php");
+	require_once("mod/share.php");
+	require_once("include/Photo.php");
+
 	/*
 	 * Twitter-Like API
 	 *
@@ -96,24 +99,52 @@
 		}
 
 		$user = $_SERVER['PHP_AUTH_USER'];
-		$encrypted = hash('whirlpool',trim($_SERVER['PHP_AUTH_PW']));
+		$password = $_SERVER['PHP_AUTH_PW'];
+		$encrypted = hash('whirlpool',trim($password));
 
+		// allow "user@server" login (but ignore 'server' part)
+		$at=strstr($user, "@", true);
+		if ( $at ) $user=$at;
 
 		/**
 		 *  next code from mod/auth.php. needs better solution
 		 */
+		$record = null;
 
-		// process normal login request
-
-		$r = q("SELECT * FROM `user` WHERE ( `email` = '%s' OR `nickname` = '%s' )
-			AND `password` = '%s' AND `blocked` = 0 AND `account_expired` = 0 AND `account_removed` = 0 AND `verified` = 1 LIMIT 1",
-			dbesc(trim($user)),
-			dbesc(trim($user)),
-			dbesc($encrypted)
+		$addon_auth = array(
+			'username' => trim($user),
+			'password' => trim($password),
+			'authenticated' => 0,
+			'user_record' => null
 		);
-		if(count($r)){
-			$record = $r[0];
-		} else {
+
+		/**
+		 *
+		 * A plugin indicates successful login by setting 'authenticated' to non-zero value and returning a user record
+		 * Plugins should never set 'authenticated' except to indicate success - as hooks may be chained
+		 * and later plugins should not interfere with an earlier one that succeeded.
+		 *
+		 */
+
+		call_hooks('authenticate', $addon_auth);
+
+		if(($addon_auth['authenticated']) && (count($addon_auth['user_record']))) {
+			$record = $addon_auth['user_record'];
+		}
+		else {
+			// process normal login request
+
+			$r = q("SELECT * FROM `user` WHERE ( `email` = '%s' OR `nickname` = '%s' )
+				AND `password` = '%s' AND `blocked` = 0 AND `account_expired` = 0 AND `account_removed` = 0 AND `verified` = 1 LIMIT 1",
+				dbesc(trim($user)),
+				dbesc(trim($user)),
+				dbesc($encrypted)
+			);
+			if(count($r))
+				$record = $r[0];
+		}
+
+		if((! $record) || (! count($record))) {
 			logger('API_login failure: ' . print_r($_SERVER,true), LOGGER_DEBUG);
 			header('WWW-Authenticate: Basic realm="Friendica"');
 			header('HTTP/1.0 401 Unauthorized');
@@ -197,6 +228,7 @@
 	}
 
 	function api_error(&$a, $type, $error) {
+		# TODO:  https://dev.twitter.com/overview/api/response-codes
 		$r = "".$error."".$a->query_string."";
 		switch($type){
 			case "xml":
@@ -707,8 +739,7 @@
 				$_REQUEST['body'] = html2bbcode($txt);
 			}
 
-		}
-		else
+		} else
 			$_REQUEST['body'] = requestdata('status');
 
 		$_REQUEST['title'] = requestdata('title');
@@ -785,13 +816,26 @@
 			}
 
 			$_REQUEST['type'] = 'wall';
-			if(x($_FILES,'media')) {
-				// upload the image if we have one
-				$_REQUEST['hush']='yeah'; //tell wall_upload function to return img info instead of echo
-				require_once('mod/wall_upload.php');
-				$media = wall_upload_post($a);
-				if(strlen($media)>0)
-					$_REQUEST['body'] .= "\n\n".$media;
+		}
+
+		if(x($_FILES,'media')) {
+			// upload the image if we have one
+			$_REQUEST['hush']='yeah'; //tell wall_upload function to return img info instead of echo
+			require_once('mod/wall_upload.php');
+			$media = wall_upload_post($a);
+			if(strlen($media)>0)
+				$_REQUEST['body'] .= "\n\n".$media;
+		}
+
+		// To-Do: Multiple IDs
+		if (requestdata('media_ids')) {
+			$r = q("SELECT `resource-id`, `scale`, `nickname`, `type` FROM `photo` INNER JOIN `user` ON `user`.`uid` = `photo`.`uid` WHERE `resource-id` IN (SELECT `resource-id` FROM `photo` WHERE `id` = %d) AND `scale` > 0 AND `photo`.`uid` = %d ORDER BY `photo`.`width` DESC LIMIT 1",
+				intval(requestdata('media_ids')), api_user());
+			if ($r) {
+				$phototypes = Photo::supportedTypes();
+				$ext = $phototypes[$r[0]['type']];
+				$_REQUEST['body'] .= "\n\n".'[url='.$a->get_baseurl().'/photos/'.$r[0]['nickname'].'/image/'.$r[0]['resource-id'].']';
+				$_REQUEST['body'] .= '[img]'.$a->get_baseurl()."/photo/".$r[0]['resource-id']."-".$r[0]['scale'].".".$ext."[/img][/url]";
 			}
 		}
 
@@ -814,6 +858,41 @@
 	api_register_func('api/statuses/update_with_media','api_statuses_update', true);
 
 
+	function api_media_upload(&$a, $type) {
+		if (api_user()===false) {
+			logger('no user');
+			return false;
+		}
+
+		$user_info = api_get_user($a);
+
+		if(!x($_FILES,'media')) {
+			// Output error
+			return false;
+		}
+
+		require_once('mod/wall_upload.php');
+		$media = wall_upload_post($a, false);
+		if(!$media) {
+			// Output error
+			return false;
+		}
+
+		$returndata = array();
+		$returndata["media_id"] = $media["id"];
+		$returndata["media_id_string"] = (string)$media["id"];
+		$returndata["size"] = $media["size"];
+		$returndata["image"] = array("w" => $media["width"],
+						"h" => $media["height"],
+						"image_type" => $media["type"]);
+
+		logger("Media uploaded: ".print_r($returndata, true), LOGGER_DEBUG);
+
+		return array("media" => $returndata);
+	}
+
+	api_register_func('api/media/upload','api_media_upload', true);
+
 	function api_status_show(&$a, $type){
 		$user_info = api_get_user($a);
 
@@ -822,7 +901,7 @@
 		// get last public wall message
 		$lastwall = q("SELECT `item`.*, `i`.`contact-id` as `reply_uid`, `i`.`author-link` AS `item-author`
 				FROM `item`, `item` as `i`
-				WHERE `item`.`contact-id` = %d
+				WHERE `item`.`contact-id` = %d AND `item`.`uid` = %d
 					AND ((`item`.`author-link` IN ('%s', '%s')) OR (`item`.`owner-link` IN ('%s', '%s')))
 					AND `i`.`id` = `item`.`parent`
 					AND `item`.`type`!='activity'
@@ -830,6 +909,7 @@
 				ORDER BY `item`.`created` DESC
 				LIMIT 1",
 				intval($user_info['cid']),
+				intval(api_user()),
 				dbesc($user_info['url']),
 				dbesc(normalise_link($user_info['url'])),
 				dbesc($user_info['url']),
@@ -871,8 +951,10 @@
 				$in_reply_to_screen_name = NULL;
 			}
 
+			$converted = api_convert_item($item);
+
 			$status_info = array(
-				'text' => trim(html2plain(bbcode(api_clean_plain_items($lastwall['body']), false, false, 2, true), 0)),
+				'text' => $converted["text"],
 				'truncated' => false,
 				'created_at' => api_date($lastwall['created']),
 				'in_reply_to_status_id' => $in_reply_to_status_id,
@@ -884,19 +966,17 @@
 				'in_reply_to_user_id_str' => $in_reply_to_user_id_str,
 				'in_reply_to_screen_name' => $in_reply_to_screen_name,
 				'geo' => NULL,
-				'favorited' => false,
-				// attachments
+				'favorited' => $lastwall['starred'] ? true : false,
 				'user' => $user_info,
-				'statusnet_html'		=> trim(bbcode($lastwall['body'], false, false)),
+				'statusnet_html'		=> $converted["html"],
 				'statusnet_conversation_id'	=> $lastwall['parent'],
 			);
 
-			if ($lastwall['title'] != "")
-				$status_info['statusnet_html'] = "

".bbcode($lastwall['title'])."

\n".$status_info['statusnet_html']; + if (count($converted["attachments"]) > 0) + $status_info["attachments"] = $converted["attachments"]; - $entities = api_get_entitities($status_info['text'], $lastwall['body']); - if (count($entities) > 0) - $status_info['entities'] = $entities; + if (count($converted["entities"]) > 0) + $status_info["entities"] = $converted["entities"]; if (($lastwall['item_network'] != "") AND ($status["source"] == 'web')) $status_info["source"] = network_to_name($lastwall['item_network']); @@ -970,8 +1050,11 @@ } } } + + $converted = api_convert_item($item); + $user_info['status'] = array( - 'text' => trim(html2plain(bbcode(api_clean_plain_items($lastwall['body']), false, false, 2, true), 0)), + 'text' => $converted["text"], 'truncated' => false, 'created_at' => api_date($lastwall['created']), 'in_reply_to_status_id' => $in_reply_to_status_id, @@ -983,17 +1066,16 @@ 'in_reply_to_user_id_str' => $in_reply_to_user_id_str, 'in_reply_to_screen_name' => $in_reply_to_screen_name, 'geo' => NULL, - 'favorited' => false, - 'statusnet_html' => trim(bbcode($lastwall['body'], false, false)), + 'favorited' => $lastwall['starred'] ? true : false, + 'statusnet_html' => $converted["html"], 'statusnet_conversation_id' => $lastwall['parent'], ); - if ($lastwall['title'] != "") - $user_info['statusnet_html'] = "

".bbcode($lastwall['title'])."

\n".$user_info['statusnet_html']; + if (count($converted["attachments"]) > 0) + $user_info["status"]["attachments"] = $converted["attachments"]; - $entities = api_get_entitities($user_info['text'], $lastwall['body']); - if (count($entities) > 0) - $user_info['entities'] = $entities; + if (count($converted["entities"]) > 0) + $user_info["status"]["entities"] = $converted["entities"]; if (($lastwall['item_network'] != "") AND ($user_info["status"]["source"] == 'web')) $user_info["status"]["source"] = network_to_name($lastwall['item_network']); @@ -1100,15 +1182,15 @@ $ret = api_format_items($r,$user_info); - // We aren't going to try to figure out at the item, group, and page - // level which items you've seen and which you haven't. If you're looking - // at the network timeline just mark everything seen. + // Set all posts from the query above to seen + $idarray = array(); + foreach ($r AS $item) + $idarray[] = intval($item["id"]); - $r = q("UPDATE `item` SET `unseen` = 0 - WHERE `unseen` = 1 AND `uid` = %d", - //intval($user_info['uid']) - intval(api_user()) - ); + $idlist = implode(",", $idarray); + + if ($idlist != "") + $r = q("UPDATE `item` SET `unseen` = 0 WHERE `unseen` AND `id` IN (%s)", $idlist); $data = array('$statuses' => $ret); @@ -1198,7 +1280,7 @@ api_register_func('api/statuses/public_timeline','api_statuses_public_timeline', true); /** - * + * */ function api_statuses_show(&$a, $type){ if (api_user()===false) return false; @@ -1287,6 +1369,10 @@ logger('API: api_conversation_show: '.$id); + $r = q("SELECT `parent` FROM `item` WHERE `id` = %d", intval($id)); + if ($r) + $id = $r[0]["parent"]; + $sql_extra = ''; if ($max_id > 0) @@ -1361,10 +1447,8 @@ $pos = strpos($r[0]['body'], "[share"); $post = substr($r[0]['body'], $pos); } else { - $post = "[share author='".str_replace("'", "'", $r[0]['author-name']). - "' profile='".$r[0]['author-link']. - "' avatar='".$r[0]['author-avatar']. - "' link='".$r[0]['plink']."']"; + $post = share_header($r[0]['author-name'], $r[0]['author-link'], $r[0]['author-avatar'], $r[0]['guid'], $r[0]['created'], $r[0]['plink']); + $post .= $r[0]['body']; $post .= "[/share]"; } @@ -1419,9 +1503,9 @@ api_register_func('api/statuses/destroy','api_statuses_destroy', true); /** - * + * * http://developer.twitter.com/doc/get/statuses/mentions - * + * */ function api_statuses_mentions(&$a, $type){ if (api_user()===false) return false; @@ -1568,6 +1652,69 @@ api_register_func('api/statuses/user_timeline','api_statuses_user_timeline', true); + /** + * Star/unstar an item + * param: id : id of the item + * + * api v1 : https://web.archive.org/web/20131019055350/https://dev.twitter.com/docs/api/1/post/favorites/create/%3Aid + */ + function api_favorites_create_destroy(&$a, $type){ + if (api_user()===false) return false; + + # for versioned api. + # TODO: we need a better global soluton + $action_argv_id=2; + if ($a->argv[1]=="1.1") $action_argv_id=3; + + if ($a->argc<=$action_argv_id) die(api_error($a, $type, t("Invalid request."))); + $action = str_replace(".".$type,"",$a->argv[$action_argv_id]); + if ($a->argc==$action_argv_id+2) { + $itemid = intval($a->argv[$action_argv_id+1]); + } else { + $itemid = intval($_REQUEST['id']); + } + + $item = q("SELECT * FROM item WHERE id=%d AND uid=%d", + $itemid, api_user()); + + if ($item===false || count($item)==0) die(api_error($a, $type, t("Invalid item."))); + + switch($action){ + case "create": + $item[0]['starred']=1; + break; + case "destroy": + $item[0]['starred']=0; + break; + default: + die(api_error($a, $type, t("Invalid action. ".$action))); + } + $r = q("UPDATE item SET starred=%d WHERE id=%d AND uid=%d", + $item[0]['starred'], $itemid, api_user()); + + q("UPDATE thread SET starred=%d WHERE iid=%d AND uid=%d", + $item[0]['starred'], $itemid, api_user()); + + if ($r===false) die(api_error($a, $type, t("DB error"))); + + + $user_info = api_get_user($a); + $rets = api_format_items($item,$user_info); + $ret = $rets[0]; + + $data = array('$status' => $ret); + switch($type){ + case "atom": + case "rss": + $data = api_rss_extra($a, $data, $user_info); + } + + return api_apply_template("status", $type, $data); + } + + api_register_func('api/favorites/create', 'api_favorites_create_destroy', true); + api_register_func('api/favorites/destroy', 'api_favorites_create_destroy', true); + function api_favorites(&$a, $type){ global $called_api; @@ -1603,7 +1750,7 @@ `contact`.`network`, `contact`.`thumb`, `contact`.`dfrn-id`, `contact`.`self`, `contact`.`id` AS `cid`, `contact`.`uid` AS `contact-uid` FROM `item`, `contact` - WHERE `item`.`uid` = %d AND `verb` = '%s' + WHERE `item`.`uid` = %d AND `item`.`visible` = 1 and `item`.`moderated` = 0 AND `item`.`deleted` = 0 AND `item`.`starred` = 1 AND `contact`.`id` = `item`.`contact-id` @@ -1612,7 +1759,6 @@ AND `item`.`id`>%d ORDER BY `item`.`id` DESC LIMIT %d ,%d ", intval(api_user()), - dbesc(ACTIVITY_POST), intval($since_id), intval($start), intval($count) ); @@ -1633,6 +1779,9 @@ api_register_func('api/favorites','api_favorites', true); + + + function api_format_as($a, $ret, $user_info) { $as = array(); @@ -1740,6 +1889,65 @@ return $ret; } + function api_convert_item($item) { + + $body = $item['body']; + $attachments = api_get_attachments($body); + + // Workaround for ostatus messages where the title is identically to the body + $html = bbcode(api_clean_plain_items($body), false, false, 2, true); + $statusbody = trim(html2plain($html, 0)); + + // handle data: images + $statusbody = api_format_items_embeded_images($item,$statusbody); + + $statustitle = trim($item['title']); + + if (($statustitle != '') and (strpos($statusbody, $statustitle) !== false)) + $statustext = trim($statusbody); + else + $statustext = trim($statustitle."\n\n".$statusbody); + + if (($item["network"] == NETWORK_FEED) and (strlen($statustext)> 1000)) + $statustext = substr($statustext, 0, 1000)."... \n".$item["plink"]; + + $statushtml = trim(bbcode($body, false, false)); + + if ($item['title'] != "") + $statushtml = "

".bbcode($item['title'])."

\n".$statushtml; + + $entities = api_get_entitities($statustext, $body); + + return(array("text" => $statustext, "html" => $statushtml, "attachments" => $attachments, "entities" => $entities)); + } + + function api_get_attachments(&$body) { + + $text = $body; + $text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '[img]$3[/img]', $text); + + $URLSearchString = "^\[\]"; + $ret = preg_match_all("/\[img\]([$URLSearchString]*)\[\/img\]/ism", $text, $images); + + if (!$ret) + return false; + + $attachments = array(); + + foreach ($images[1] AS $image) { + $imagedata = get_photo_info($image); + + if ($imagedata) + $attachments[] = array("url" => $image, "mimetype" => $imagedata["mime"], "size" => $imagedata["size"]); + } + + if (strstr($_SERVER['HTTP_USER_AGENT'], "AndStatus")) + foreach ($images[0] AS $orig) + $body = str_replace($orig, "", $body); + + return $attachments; + } + function api_get_entitities(&$text, $bbcode) { /* To-Do: @@ -1849,7 +2057,6 @@ $start = iconv_strpos($text, $url, $offset, "UTF-8"); if (!($start === false)) { - require_once("include/Photo.php"); $image = get_photo_info($url); if ($image) { // If image cache is activated, then use the following sizes: @@ -1907,14 +2114,14 @@ $text); return $text; } - + function api_format_items($r,$user_info, $filter_user = false) { $a = get_app(); $ret = Array(); foreach($r as $item) { - api_share_as_retweet($a, api_user(), $item); + api_share_as_retweet($item); localize_item($item); $status_user = api_item_get_user($a,$item); @@ -1961,29 +2168,10 @@ $in_reply_to_status_id_str = NULL; } - // Workaround for ostatus messages where the title is identically to the body - //$statusbody = trim(html2plain(bbcode(api_clean_plain_items($item['body']), false, false, 5, true), 0)); - $html = bbcode(api_clean_plain_items($item['body']), false, false, 2, true); - $statusbody = trim(html2plain($html, 0)); - - // handle data: images - $statusbody = api_format_items_embeded_images($item,$statusbody); - - $statustitle = trim($item['title']); + $converted = api_convert_item($item); - if (($statustitle != '') and (strpos($statusbody, $statustitle) !== false)) - $statustext = trim($statusbody); - else - $statustext = trim($statustitle."\n\n".$statusbody); - - if (($item["network"] == NETWORK_FEED) and (strlen($statustext)> 1000)) - $statustext = substr($statustext, 0, 1000)."... \n".$item["plink"]; - - $statushtml = trim(bbcode($item['body'], false, false)); - - $status = array( - 'text' => $statustext, + 'text' => $converted["text"], 'truncated' => False, 'created_at'=> api_date($item['created']), 'in_reply_to_status_id' => $in_reply_to_status_id, @@ -1996,19 +2184,17 @@ 'in_reply_to_screen_name' => $in_reply_to_screen_name, 'geo' => NULL, 'favorited' => $item['starred'] ? true : false, - //'attachments' => array(), 'user' => $status_user , //'entities' => NULL, - 'statusnet_html' => $statushtml, + 'statusnet_html' => $converted["html"], 'statusnet_conversation_id' => $item['parent'], ); - if ($item['title'] != "") - $status['statusnet_html'] = "

".bbcode($item['title'])."

\n".$status['statusnet_html']; + if (count($converted["attachments"]) > 0) + $status["attachments"] = $converted["attachments"]; - $entities = api_get_entitities($status['text'], $item['body']); - if (count($entities) > 0) - $status['entities'] = $entities; + if (count($converted["entities"]) > 0) + $status["entities"] = $converted["entities"]; if (($item['item_network'] != "") AND ($status["source"] == 'web')) $status["source"] = network_to_name($item['item_network']); @@ -2367,7 +2553,7 @@ if ($user_id !="") { $sql_extra .= ' AND `mail`.`contact-id` = ' . intval($user_id); - } + } elseif($screen_name !=""){ $sql_extra .= " AND `contact`.`nick` = '" . dbesc($screen_name). "'"; } @@ -2377,7 +2563,7 @@ intval($since_id), intval($start), intval($count) ); - + $ret = Array(); foreach($r as $item) { @@ -2479,7 +2665,7 @@ echo json_encode($r[0]); } - killme(); + killme(); } api_register_func('api/friendica/photos/list', 'api_fr_photos_list', true); @@ -2487,7 +2673,71 @@ -function api_share_as_retweet($a, $uid, &$item) { + /** + * similar as /mod/redir.php + * redirect to 'url' after dfrn auth + * + * why this when there is mod/redir.php already? + * This use api_user() and api_login() + * + * params + * c_url: url of remote contact to auth to + * url: string, url to redirect after auth + */ + function api_friendica_remoteauth(&$a) { + $url = ((x($_GET,'url')) ? $_GET['url'] : ''); + $c_url = ((x($_GET,'c_url')) ? $_GET['c_url'] : ''); + + if ($url === '' || $c_url === '') + die((api_error($a, 'json', "Wrong parameters"))); + + $c_url = normalise_link($c_url); + + // traditional DFRN + + $r = q("SELECT * FROM `contact` WHERE `id` = %d AND `nurl` = '%s' LIMIT 1", + dbesc($c_url), + intval(api_user()) + ); + + if ((! count($r)) || ($r[0]['network'] !== NETWORK_DFRN)) + die((api_error($a, 'json', "Unknown contact"))); + + $cid = $r[0]['id']; + + $dfrn_id = $orig_id = (($r[0]['issued-id']) ? $r[0]['issued-id'] : $r[0]['dfrn-id']); + + if($r[0]['duplex'] && $r[0]['issued-id']) { + $orig_id = $r[0]['issued-id']; + $dfrn_id = '1:' . $orig_id; + } + if($r[0]['duplex'] && $r[0]['dfrn-id']) { + $orig_id = $r[0]['dfrn-id']; + $dfrn_id = '0:' . $orig_id; + } + + $sec = random_string(); + + q("INSERT INTO `profile_check` ( `uid`, `cid`, `dfrn_id`, `sec`, `expire`) + VALUES( %d, %s, '%s', '%s', %d )", + intval(api_user()), + intval($cid), + dbesc($dfrn_id), + dbesc($sec), + intval(time() + 45) + ); + + logger($r[0]['name'] . ' ' . $sec, LOGGER_DEBUG); + $dest = (($url) ? '&destination_url=' . $url : ''); + goaway ($r[0]['poll'] . '?dfrn_id=' . $dfrn_id + . '&dfrn_version=' . DFRN_PROTOCOL_VERSION + . '&type=profile&sec=' . $sec . $dest . $quiet ); + } + api_register_func('api/friendica/remoteauth', 'api_friendica_remoteauth', true); + + + +function api_share_as_retweet(&$item) { $body = trim($item["body"]); // Skip if it isn't a pure repeated messages @@ -2531,6 +2781,15 @@ function api_share_as_retweet($a, $uid, &$item) { if ($matches[1] != "") $avatar = $matches[1]; + $link = ""; + preg_match("/link='(.*?)'/ism", $attributes, $matches); + if ($matches[1] != "") + $link = $matches[1]; + + preg_match('/link="(.*?)"/ism', $attributes, $matches); + if ($matches[1] != "") + $link = $matches[1]; + $shared_body = preg_replace("/\[share(.*?)\]\s?(.*?)\s?\[\/share\]\s?/ism","$2",$body); if (($shared_body == "") OR ($profile == "") OR ($author == "") OR ($avatar == "")) @@ -2540,6 +2799,7 @@ function api_share_as_retweet($a, $uid, &$item) { $item["author-name"] = $author; $item["author-link"] = $profile; $item["author-avatar"] = $avatar; + $item["plink"] = $link; return(true); @@ -2695,11 +2955,9 @@ function api_best_nickname(&$contacts) { $contacts = array($contacts[0]); } + /* Not implemented by now: -favorites -favorites/create -favorites/destroy statuses/retweets_of_me friendships/create friendships/destroy diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 7107c49139..919bfc331d 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -5,7 +5,7 @@ require_once("include/event.php"); require_once("library/markdown.php"); require_once("include/html2bbcode.php"); require_once("include/bbcode.php"); -require_once("include/markdownify/markdownify.php"); +require_once("library/html-to-markdown/HTML_To_Markdown.php"); // we don't want to support a bbcode specific markdown interpreter @@ -17,19 +17,21 @@ function diaspora2bb($s) { $s = html_entity_decode($s,ENT_COMPAT,'UTF-8'); - // Simply remove cr. + // Remove CR to avoid problems with following code $s = str_replace("\r","",$s); - //
is invalid. Replace it with the valid expression - $s = str_replace(array("
", "

", "

", '

'),array("
", "
", "
", "
"),$s); + $s = str_replace("\n"," \n",$s); - $s = preg_replace('/\@\{(.+?)\; (.+?)\@(.+?)\}/','@[url=https://$3/u/$2]$1[/url]',$s); + // The parser cannot handle paragraphs correctly + $s = str_replace(array("

", "

", '

'),array("
", "
", "
"),$s); // Escaping the hash tags $s = preg_replace('/\#([^\s\#])/','#$1',$s); $s = Markdown($s); + $s = preg_replace('/\@\{(.+?)\; (.+?)\@(.+?)\}/','@[url=https://$3/u/$2]$1[/url]',$s); + $s = str_replace('#','#',$s); $s = html2bbcode($s); @@ -56,6 +58,8 @@ function diaspora2bb($s) { function bb2diaspora($Text,$preserve_nl = false, $fordiaspora = true) { + $a = get_app(); + $OriginalText = $Text; // Since Diaspora is creating a summary for links, this function removes them before posting @@ -88,41 +92,22 @@ function bb2diaspora($Text,$preserve_nl = false, $fordiaspora = true) { $Text = $Text."
".$tagline; } - } else { + } else $Text = bbcode($Text, $preserve_nl, false, 4); - // Libertree doesn't convert a harizontal rule if there isn't a linefeed - $Text = str_replace(array("


", "
"), array("

", "

"), $Text); - } + // If a link is followed by a quote then there should be a newline before it + // Maybe we should make this newline at every time before a quote. + $Text = str_replace(array("
"), array("
"), $Text); + + $stamp1 = microtime(true); // Now convert HTML to Markdown - $md = new Markdownify(false, false, false); - $Text = $md->parseString($Text); + $Text = new HTML_To_Markdown($Text); - // The Markdownify converter converts underscores '_' in URLs to '\_', which - // messes up the URL. Manually fix these - $count = 1; - $pos = bb_find_open_close($Text, '[', ']', $count); - while($pos !== false) { - $start = substr($Text, 0, $pos['start']); - $subject = substr($Text, $pos['start'], $pos['end'] - $pos['start'] + 1); - $end = substr($Text, $pos['end'] + 1); + $a->save_timestamp($stamp1, "parser"); - $subject = str_replace('\_', '_', $subject); - $Text = $start . $subject . $end; - - $count++; - $pos = bb_find_open_close($Text, '[', ']', $count); - } - - // If the text going into bbcode() has a plain URL in it, i.e. - // with no [url] tags around it, it will come out of parseString() - // looking like: , which gets removed by strip_tags(). - // So take off the angle brackets of any such URL - $Text = preg_replace("//is", "http$1", $Text); - - // Remove all unconverted tags - $Text = strip_tags($Text); + // Libertree has a problem with escaped hashtags. + $Text = str_replace(array('\#'), array('#'), $Text); // Remove any leading or trailing whitespace, as this will mess up // the Diaspora signature verification and cause the item to disappear diff --git a/include/bbcode.php b/include/bbcode.php index 724b8e2fdd..1eac012c3e 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -4,7 +4,7 @@ require_once('include/event.php'); function bb_attachment($Text, $plaintext = false, $tryoembed = true) { $Text = preg_replace_callback("/(.*?)\[attachment(.*?)\](.*?)\[\/attachment\]/ism", - function ($match) use ($plaintext){ + function ($match) use ($plaintext, $tryoembed){ $attributes = $match[2]; @@ -41,7 +41,9 @@ function bb_attachment($Text, $plaintext = false, $tryoembed = true) { if ($matches[1] != "") $title = $matches[1]; - $title = htmlentities($title, ENT_QUOTES, 'UTF-8', false); + //$title = htmlentities($title, ENT_QUOTES, 'UTF-8', false); + $title = bbcode(html_entity_decode($title, ENT_QUOTES, 'UTF-8'), false, false, true); + $title = str_replace(array("[", "]"), array("[", "]"), $title); $image = ""; if ($type != "video") { @@ -81,14 +83,18 @@ function bb_attachment($Text, $plaintext = false, $tryoembed = true) { else $oembed = $bookmark[0]; - if (($image != "") AND !strstr(strtolower($oembed), "
', $url, $image, $title); - elseif (($preview != "") AND !strstr(strtolower($oembed), "
', $url, $preview, $title); + if (strstr(strtolower($oembed), "'; + return ''; } diff --git a/include/onepoll.php b/include/onepoll.php index bb5b8905ab..7b93a9a2f0 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -176,7 +176,7 @@ function onepoll_run(&$argv, &$argc){ return; } - if(! strstr($handshake_xml,' UTC_TIMESTAMP() - INTERVAL 1 DAY", intval($contact['id']) ); @@ -602,6 +607,6 @@ function onepoll_run(&$argv, &$argc){ } if (array_search(__file__,get_included_files())===0){ - onepoll_run($argv,$argc); + onepoll_run($_SERVER["argv"],$_SERVER["argc"]); killme(); } diff --git a/include/ostatus_conversation.php b/include/ostatus_conversation.php index 2fa7d7a544..667f7dde42 100644 --- a/include/ostatus_conversation.php +++ b/include/ostatus_conversation.php @@ -20,12 +20,12 @@ function check_conversations() { if($last) { $next = $last + ($poll_interval * 60); if($next > time()) { - logger('complete_conversation: poll interval not reached'); + logger('poll interval not reached'); return; } } - logger('complete_conversation: cron_start'); + logger('cron_start'); $start = date("Y-m-d H:i:s", time() - ($poll_timeframe * 60)); $conversations = q("SELECT * FROM `term` WHERE `type` = 7 AND `term` > '%s'", @@ -36,7 +36,7 @@ function check_conversations() { complete_conversation($id, $url); } - logger('complete_conversation: cron_end'); + logger(' cron_end'); set_config('system','ostatus_last_poll', time()); } @@ -52,9 +52,7 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio $a->last_ostatus_conversation_url = $conversation_url; - //logger('complete_conversation: completing conversation url '.$conversation_url.' for id '.$itemid); - - $messages = q("SELECT `uid`, `parent`, `created` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid)); + $messages = q("SELECT `uid`, `parent`, `created`, `received`, `guid` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid)); if (!$messages) return; $message = $messages[0]; @@ -64,8 +62,9 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval(TERM_CONVERSATION)); if (!$conversation) { - $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`) VALUES (%d, %d, %d, %d, '%s', '%s')", - intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval(TERM_CONVERSATION), dbesc($message["created"]), dbesc($conversation_url)); + $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`, `created`, `received`, `guid`) VALUES (%d, %d, %d, %d, '%s', '%s', '%s', '%s', '%s')", + intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval(TERM_CONVERSATION), + dbesc($message["created"]), dbesc($conversation_url), dbesc($message["created"]), dbesc($message["received"]), dbesc($message["guid"])); logger('complete_conversation: Storing conversation url '.$conversation_url.' for id '.$itemid); } @@ -90,8 +89,6 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio do { $conv_as = fetch_url($conv."?page=".$pageno); - //$conv_as = fetch_url($conv."?page=".$pageno, false, 0, 10); - //$conv_as = file_get_contents($conv."?page=".$pageno); $conv_as = str_replace(',"statusnet:notice_info":', ',"statusnet_notice_info":', $conv_as); $conv_as = json_decode($conv_as); @@ -110,7 +107,7 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio $items = array_reverse($items); foreach ($items as $single_conv) { - // identi.ca just changed the format of the activity streams. This is a quick fix. + // status.net changed the format of the activity streams. This is a quick fix. if (@is_string($single_conv->object->id)) $single_conv->id = $single_conv->object->id; @@ -127,7 +124,7 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio intval($message["uid"]), dbesc($first_id)); if ($new_parents) { $parent = $new_parents[0]; - logger('complete_conversation: adopting new parent '.$parent["id"].' for '.$itemid); + logger('adopting new parent '.$parent["id"].' for '.$itemid); } else { $parent["id"] = 0; $parent["uri"] = $first_id; @@ -144,6 +141,8 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio if ($message_exists) { if ($parent["id"] != 0) { $existing_message = $message_exists[0]; + + // This is partly bad, since the entry in the thread table isn't updated $r = q("UPDATE `item` SET `parent` = %d, `parent-uri` = '%s', `thr-parent` = '%s' WHERE `id` = %d", intval($parent["id"]), dbesc($parent["uri"]), @@ -153,12 +152,23 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio continue; } + $contact = q("SELECT `id` FROM `contact` WHERE `uid` = %d AND `nurl` = '%s' AND `network` != '%s'", + $message["uid"], normalise_link($single_conv->actor->id), NETWORK_STATUSNET); + + if (count($contact)) { + logger("Found contact for url ".$single_conv->actor->id, LOGGER_DEBUG); + $contact_id = $contact[0]["id"]; + } else { + logger("No contact found for url ".$single_conv->actor->id, LOGGER_DEBUG); + $contact_id = $parent["contact-id"]; + } + $arr = array(); $arr["network"] = NETWORK_OSTATUS; $arr["uri"] = $single_conv->id; $arr["plink"] = $single_conv->id; $arr["uid"] = $message["uid"]; - $arr["contact-id"] = $parent["contact-id"]; // To-Do + $arr["contact-id"] = $contact_id; if ($parent["id"] != 0) $arr["parent"] = $parent["id"]; $arr["parent-uri"] = $parent["uri"]; @@ -201,20 +211,13 @@ function complete_conversation($itemid, $conversation_url, $only_add_conversatio // If the newly created item is the top item then change the parent settings of the thread if ($newitem AND ($arr["uri"] == $first_id)) { - logger('complete_conversation: setting new parent to id '.$newitem); + logger('setting new parent to id '.$newitem); $new_parents = q("SELECT `id`, `uri`, `contact-id`, `type`, `verb`, `visible` FROM `item` WHERE `uid` = %d AND `id` = %d LIMIT 1", intval($message["uid"]), intval($newitem)); if ($new_parents) { $parent = $new_parents[0]; - logger('complete_conversation: done changing parents to parent '.$newitem); + logger('done changing parents to parent '.$newitem); } - - /*logger('complete_conversation: changing parents to parent '.$newitem.' old parent: '.$parent["id"].' new uri: '.$arr["uri"]); - $r = q("UPDATE `item` SET `parent` = %d, `parent-uri` = '%s' WHERE `parent` = %d", - intval($newitem), - dbesc($arr["uri"]), - intval($parent["id"])); - logger('complete_conversation: done changing parents to parent '.$newitem.' '.print_r($r, true));*/ } } } diff --git a/include/poller.php b/include/poller.php index 0edda8170a..933624ecb5 100644 --- a/include/poller.php +++ b/include/poller.php @@ -1,4 +1,14 @@ $maxsysload) { - logger('system: load ' . $load . ' too high. Poller deferred to next scheduled run.'); + logger('system: load ' . $load[0] . ' too high. Poller deferred to next scheduled run.'); return; } } @@ -74,8 +84,8 @@ function poller_run(&$argv, &$argc){ // expire any expired accounts - q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0 - AND `account_expires_on` != '0000-00-00 00:00:00' + q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0 + AND `account_expires_on` != '0000-00-00 00:00:00' AND `account_expires_on` < UTC_TIMESTAMP() "); // delete user and contact records for recently removed accounts @@ -149,7 +159,6 @@ function poller_run(&$argv, &$argc){ $manual_id = 0; $generation = 0; - $hub_update = false; $force = false; $restart = false; @@ -169,7 +178,7 @@ function poller_run(&$argv, &$argc){ } $interval = intval(get_config('system','poll_interval')); - if(! $interval) + if(! $interval) $interval = ((get_config('system','delivery_interval') === false) ? 3 : intval(get_config('system','delivery_interval'))); $sql_extra = (($manual_id) ? " AND `id` = $manual_id " : ""); @@ -182,26 +191,27 @@ function poller_run(&$argv, &$argc){ proc_run('php','include/cronhooks.php'); // Only poll from those with suitable relationships, - // and which have a polling address and ignore Diaspora since + // and which have a polling address and ignore Diaspora since // we are unable to match those posts with a Diaspora GUID and prevent duplicates. - $abandon_sql = (($abandon_days) - ? sprintf(" AND `user`.`login_date` > UTC_TIMESTAMP() - INTERVAL %d DAY ", intval($abandon_days)) - : '' + $abandon_sql = (($abandon_days) + ? sprintf(" AND `user`.`login_date` > UTC_TIMESTAMP() - INTERVAL %d DAY ", intval($abandon_days)) + : '' ); - $contacts = q("SELECT `contact`.`id` FROM `contact` INNER JOIN `user` ON `user`.`uid` = `contact`.`uid` - WHERE ( `rel` = %d OR `rel` = %d ) AND `poll` != '' - AND NOT `network` IN ( '%s', '%s', '%s' ) - $sql_extra - AND `self` = 0 AND `contact`.`blocked` = 0 AND `contact`.`readonly` = 0 - AND `contact`.`archive` = 0 - AND `user`.`account_expired` = 0 AND `user`.`account_removed` = 0 $abandon_sql ORDER BY RAND()", + $contacts = q("SELECT `contact`.`id` FROM `contact` INNER JOIN `user` ON `user`.`uid` = `contact`.`uid` + WHERE `rel` IN (%d, %d) AND `poll` != '' AND `network` IN ('%s', '%s', '%s', '%s', '%s', '%s') + $sql_extra + AND NOT `self` AND NOT `contact`.`blocked` AND NOT `contact`.`readonly` AND NOT `contact`.`archive` + AND NOT `user`.`account_expired` AND NOT `user`.`account_removed` $abandon_sql ORDER BY RAND()", intval(CONTACT_IS_SHARING), intval(CONTACT_IS_FRIEND), - dbesc(NETWORK_DIASPORA), - dbesc(NETWORK_FACEBOOK), - dbesc(NETWORK_PUMPIO) + dbesc(NETWORK_DFRN), + dbesc(NETWORK_ZOT), + dbesc(NETWORK_OSTATUS), + dbesc(NETWORK_FEED), + dbesc(NETWORK_MAIL), + dbesc(NETWORK_MAIL2) ); if(! count($contacts)) { @@ -224,35 +234,24 @@ function poller_run(&$argv, &$argc){ if($manual_id) $contact['last-update'] = '0000-00-00 00:00:00'; - if($contact['network'] === NETWORK_DFRN) + if(in_array($contact['network'], array(NETWORK_DFRN, NETWORK_ZOT, NETWORK_OSTATUS))) $contact['priority'] = 2; - if(!get_config('system','ostatus_use_priority') and ($contact['network'] === NETWORK_OSTATUS)) - $contact['priority'] = 2; - - if($contact['priority'] || $contact['subhub']) { - - $hub_update = true; - $update = false; - - $t = $contact['last-update']; - + if($contact['subhub'] AND in_array($contact['network'], array(NETWORK_DFRN, NETWORK_ZOT, NETWORK_OSTATUS))) { // We should be getting everything via a hub. But just to be sure, let's check once a day. // (You can make this more or less frequent if desired by setting 'pushpoll_frequency' appropriately) // This also lets us update our subscription to the hub, and add or replace hubs in case it // changed. We will only update hubs once a day, regardless of 'pushpoll_frequency'. + $poll_interval = get_config('system','pushpoll_frequency'); + $contact['priority'] = (($poll_interval !== false) ? intval($poll_interval) : 3); + } - if($contact['subhub']) { - $poll_interval = get_config('system','pushpoll_frequency'); - $contact['priority'] = (($poll_interval !== false) ? intval($poll_interval) : 3); - $hub_update = false; + if($contact['priority'] AND !$force) { - if((datetime_convert('UTC','UTC', 'now') > datetime_convert('UTC','UTC', $t . " + 1 day")) || $force) - $hub_update = true; - } - else - $hub_update = false; + $update = false; + + $t = $contact['last-update']; /** * Based on $contact['priority'], should we poll this site now? Or later? @@ -281,26 +280,25 @@ function poller_run(&$argv, &$argc){ $update = true; break; } - if((! $update) && (! $force)) + if(!$update) continue; } - // Don't run onepoll.php if the contact isn't pollable - // This check also is inside the onepoll.php - but this will reduce the load - if (in_array($contact["rel"], array(CONTACT_IS_SHARING, CONTACT_IS_FRIEND)) AND ($contact["poll"] != "") - AND !in_array($contact['network'], array(NETWORK_DIASPORA, NETWORK_FACEBOOK, NETWORK_PUMPIO, NETWORK_TWITTER, NETWORK_APPNET)) - AND !$contact["self"] AND !$contact["blocked"] AND !$contact["readonly"] AND !$contact["archive"]) - proc_run('php','include/onepoll.php',$contact['id']); + logger("Polling ".$contact["network"]." ".$contact["id"]." ".$contact["nick"]." ".$contact["name"]); + + proc_run('php','include/onepoll.php',$contact['id']); if($interval) @time_sleep_until(microtime(true) + (float) $interval); } } + logger('poller: end'); + return; } if (array_search(__file__,get_included_files())===0){ - poller_run($argv,$argc); + poller_run($_SERVER["argv"],$_SERVER["argc"]); killme(); } diff --git a/include/queue.php b/include/queue.php index 3c28cefaf2..128dfcba57 100644 --- a/include/queue.php +++ b/include/queue.php @@ -265,6 +265,6 @@ function queue_run(&$argv, &$argc){ } if (array_search(__file__,get_included_files())===0){ - queue_run($argv,$argc); + queue_run($_SERVER["argv"],$_SERVER["argc"]); killme(); } diff --git a/include/security.php b/include/security.php index 6e722d673b..2d6db95f4f 100644 --- a/include/security.php +++ b/include/security.php @@ -55,7 +55,7 @@ function authenticate_success($user_record, $login_initial = false, $interactive else $a->identities = array(); - $r = q("select `user`.`uid`, `user`.`username`, `user`.`nickname` + $r = q("select `user`.`uid`, `user`.`username`, `user`.`nickname` from manage INNER JOIN user on manage.mid = user.uid where `user`.`account_removed` = 0 and `manage`.`uid` = %d", intval($master_record['uid']) @@ -86,6 +86,15 @@ function authenticate_success($user_record, $login_initial = false, $interactive dbesc($l), intval($_SESSION['uid']) ); + + // Set the login date for all identities of the user + q("UPDATE `user` SET `login_date` = '%s' WHERE `password` = '%s' AND `email` = '%s' AND `account_removed` = 0", + dbesc(datetime_convert()), + dbesc($master_record['password']), + dbesc($master_record['email']) + ); + + } if($login_initial) { call_hooks('logged_in', $a->user); diff --git a/include/shadowupdate.php b/include/shadowupdate.php new file mode 100644 index 0000000000..74c2a43ebd --- /dev/null +++ b/include/shadowupdate.php @@ -0,0 +1,22 @@ + diff --git a/include/socgraph.php b/include/socgraph.php index daec03726e..23db35cabd 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -12,14 +12,17 @@ require_once('include/datetime.php'); * * Once the global contact is stored add (if necessary) the contact linkage which associates * the given uid, cid to the global contact entry. There can be many uid/cid combinations - * pointing to the same global contact id. + * pointing to the same global contact id. * */ - + function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { + + require_once("include/html2bbcode.php"); + $a = get_app(); if($cid) { @@ -39,7 +42,7 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { if(! $url) return; - $url = $url . (($uid) ? '/@me/@all?fields=displayName,urls,photos' : '?fields=displayName,urls,photos') ; + $url = $url . (($uid) ? '/@me/@all?fields=displayName,urls,photos,updated,network,aboutMe,currentLocation,tags,gender,generation' : '?fields=displayName,urls,photos,updated,network,aboutMe,currentLocation,tags,gender,generation') ; logger('poco_load: ' . $url, LOGGER_DEBUG); @@ -67,6 +70,13 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { $profile_photo = ''; $connect_url = ''; $name = ''; + $network = ''; + $updated = '0000-00-00 00:00:00'; + $location = ''; + $about = ''; + $keywords = ''; + $gender = ''; + $generation = 0; $name = $entry->displayName; @@ -82,7 +92,7 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { } } } - if(isset($entry->photos)) { + if(isset($entry->photos)) { foreach($entry->photos as $photo) { if($photo->type == 'profile') { $profile_photo = $photo->value; @@ -91,74 +101,48 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { } } - if((! $name) || (! $profile_url) || (! $profile_photo)) - continue; + if(isset($entry->updated)) + $updated = date("Y-m-d H:i:s", strtotime($entry->updated)); - $x = q("select * from `gcontact` where `nurl` = '%s' limit 1", - dbesc(normalise_link($profile_url)) - ); + if(isset($entry->network)) + $network = $entry->network; - if(count($x)) { - $gcid = $x[0]['id']; + if(isset($entry->currentLocation)) + $location = $entry->currentLocation; - if($x[0]['name'] != $name || $x[0]['photo'] != $profile_photo) { - q("update gcontact set `name` = '%s', `photo` = '%s', `connect` = '%s', `url` = '%s' - where `nurl` = '%s'", - dbesc($name), - dbesc($profile_photo), - dbesc($connect_url), - dbesc($profile_url), - dbesc(normalise_link($profile_url)) - ); - } - } - else { - q("insert into `gcontact` (`name`,`url`,`nurl`,`photo`,`connect`) - values ( '%s', '%s', '%s', '%s','%s') ", - dbesc($name), - dbesc($profile_url), + if(isset($entry->aboutMe)) + $about = html2bbcode($entry->aboutMe); + + if(isset($entry->gender)) + $gender = $entry->gender; + + if(isset($entry->generation) AND ($entry->generation > 0)) + $generation = ++$entry->generation; + + if(isset($entry->tags)) + foreach($entry->tags as $tag) + $keywords = implode(", ", $tag); + + // If you query a Friendica server for its profiles, the network has to be Friendica + if ($uid == 0) + $network = NETWORK_DFRN; + + poco_check($profile_url, $name, $network, $profile_photo, $about, $location, $gender, $keywords, $connect_url, $updated, $generation, $cid, $uid, $zcid); + + // Update the Friendica contacts. Diaspora is doing it via a message. (See include/diaspora.php) + if (($location != "") OR ($about != "") OR ($keywords != "") OR ($gender != "")) + q("UPDATE `contact` SET `location` = '%s', `about` = '%s', `keywords` = '%s', `gender` = '%s' + WHERE `nurl` = '%s' AND NOT `self` AND `network` = '%s'", + dbesc($location), + dbesc($about), + dbesc($keywords), + dbesc($gender), dbesc(normalise_link($profile_url)), - dbesc($profile_photo), - dbesc($connect_url) - ); - $x = q("select * from `gcontact` where `nurl` = '%s' limit 1", - dbesc(normalise_link($profile_url)) - ); - if(count($x)) - $gcid = $x[0]['id']; - } - if(! $gcid) - return; - - $r = q("select * from glink where `cid` = %d and `uid` = %d and `gcid` = %d and `zcid` = %d limit 1", - intval($cid), - intval($uid), - intval($gcid), - intval($zcid) - ); - if(! count($r)) { - q("insert into glink ( `cid`,`uid`,`gcid`,`zcid`, `updated`) values (%d,%d,%d,%d, '%s') ", - intval($cid), - intval($uid), - intval($gcid), - intval($zcid), - dbesc(datetime_convert()) - ); - } - else { - q("update glink set updated = '%s' where `cid` = %d and `uid` = %d and `gcid` = %d and zcid = %d", - dbesc(datetime_convert()), - intval($cid), - intval($uid), - intval($gcid), - intval($zcid) - ); - } - + dbesc(NETWORK_DFRN)); } logger("poco_load: loaded $total entries",LOGGER_DEBUG); - q("delete from glink where `cid` = %d and `uid` = %d and `zcid` = %d and `updated` < UTC_TIMESTAMP - INTERVAL 2 DAY", + q("DELETE FROM `glink` WHERE `cid` = %d AND `uid` = %d AND `zcid` = %d AND `updated` < UTC_TIMESTAMP - INTERVAL 2 DAY", intval($cid), intval($uid), intval($zcid) @@ -166,6 +150,256 @@ function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { } +function poco_check($profile_url, $name, $network, $profile_photo, $about, $location, $gender, $keywords, $connect_url, $updated, $generation, $cid = 0, $uid = 0, $zcid = 0) { + + $a = get_app(); + + // Generation: + // 0: No definition + // 1: Profiles on this server + // 2: Contacts of profiles on this server + // 3: Contacts of contacts of profiles on this server + // 4: ... + + $gcid = ""; + + if ($profile_url == "") + return $gcid; + + // Don't store the statusnet connector as network + // We can't simply set this to NETWORK_OSTATUS since the connector could have fetched posts from friendica as well + if ($network == NETWORK_STATUSNET) + $network = ""; + + // The global contacts should contain the original picture, not the cached one + if (($generation != 1) AND stristr(normalise_link($profile_photo), normalise_link($a->get_baseurl()."/photo/"))) + $profile_photo = ""; + + $r = q("SELECT `network` FROM `contact` WHERE `nurl` = '%s' AND `network` != '' AND `network` != '%s' LIMIT 1", + dbesc(normalise_link($profile_url)), dbesc(NETWORK_STATUSNET) + ); + if(count($r)) + $network = $r[0]["network"]; + + if (($network == "") OR ($network == NETWORK_OSTATUS)) { + $r = q("SELECT `network`, `url` FROM `contact` WHERE `alias` IN ('%s', '%s') AND `network` != '' AND `network` != '%s' LIMIT 1", + dbesc($profile_url), dbesc(normalise_link($profile_url)), dbesc(NETWORK_STATUSNET) + ); + if(count($r)) { + $network = $r[0]["network"]; + $profile_url = $r[0]["url"]; + } + } + + $x = q("SELECT * FROM `gcontact` WHERE `nurl` = '%s' LIMIT 1", + dbesc(normalise_link($profile_url)) + ); + if(count($x) AND ($network == "") AND ($x[0]["network"] != NETWORK_STATUSNET)) + $network = $x[0]["network"]; + + if (($network == "") OR ($name == "") OR ($profile_photo == "")) { + require_once("include/Scrape.php"); + + $data = probe_url($profile_url); + $network = $data["network"]; + $name = $data["name"]; + $profile_url = $data["url"]; + $profile_photo = $data["photo"]; + } + + if (count($x) AND ($x[0]["network"] == "") AND ($network != "")) { + q("UPDATE `gcontact` SET `network` = '%s' WHERE `nurl` = '%s'", + dbesc($network), + dbesc(normalise_link($profile_url)) + ); + } + + if (($name == "") OR ($profile_photo == "")) + return $gcid; + + if (!in_array($network, array(NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA))) + return $gcid; + + logger("profile-check generation: ".$generation." Network: ".$network." URL: ".$profile_url." name: ".$name." avatar: ".$profile_photo, LOGGER_DEBUG); + + if(count($x)) { + $gcid = $x[0]['id']; + + if (($location == "") AND ($x[0]['location'] != "")) + $location = $x[0]['location']; + + if (($about == "") AND ($x[0]['about'] != "")) + $about = $x[0]['about']; + + if (($gender == "") AND ($x[0]['gender'] != "")) + $gender = $x[0]['gender']; + + if (($keywords == "") AND ($x[0]['keywords'] != "")) + $keywords = $x[0]['keywords']; + + if (($generation == 0) AND ($x[0]['generation'] > 0)) + $generation = $x[0]['generation']; + + if($x[0]['name'] != $name || $x[0]['photo'] != $profile_photo || $x[0]['updated'] < $updated) { + q("UPDATE `gcontact` SET `name` = '%s', `network` = '%s', `photo` = '%s', `connect` = '%s', `url` = '%s', + `updated` = '%s', `location` = '%s', `about` = '%s', `keywords` = '%s', `gender` = '%s', `generation` = %d + WHERE (`generation` >= %d OR `generation` = 0) AND `nurl` = '%s'", + dbesc($name), + dbesc($network), + dbesc($profile_photo), + dbesc($connect_url), + dbesc($profile_url), + dbesc($updated), + dbesc($location), + dbesc($about), + dbesc($keywords), + dbesc($gender), + intval($generation), + intval($generation), + dbesc(normalise_link($profile_url)) + ); + } + } else { + q("INSERT INTO `gcontact` (`name`,`network`, `url`,`nurl`,`photo`,`connect`, `updated`, `location`, `about`, `keywords`, `gender`, `generation`) + VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s', '%s', '%s', '%s', '%s', %d)", + dbesc($name), + dbesc($network), + dbesc($profile_url), + dbesc(normalise_link($profile_url)), + dbesc($profile_photo), + dbesc($connect_url), + dbesc($updated), + dbesc($location), + dbesc($about), + dbesc($keywords), + dbesc($gender), + intval($generation) + ); + $x = q("SELECT * FROM `gcontact` WHERE `nurl` = '%s' LIMIT 1", + dbesc(normalise_link($profile_url)) + ); + if(count($x)) + $gcid = $x[0]['id']; + } + + if(! $gcid) + return $gcid; + + $r = q("SELECT * FROM `glink` WHERE `cid` = %d AND `uid` = %d AND `gcid` = %d AND `zcid` = %d LIMIT 1", + intval($cid), + intval($uid), + intval($gcid), + intval($zcid) + ); + if(! count($r)) { + q("INSERT INTO `glink` (`cid`,`uid`,`gcid`,`zcid`, `updated`) VALUES (%d,%d,%d,%d, '%s') ", + intval($cid), + intval($uid), + intval($gcid), + intval($zcid), + dbesc(datetime_convert()) + ); + } else { + q("UPDATE `glink` SET `updated` = '%s' WHERE `cid` = %d AND `uid` = %d AND `gcid` = %d AND `zcid` = %d", + dbesc(datetime_convert()), + intval($cid), + intval($uid), + intval($gcid), + intval($zcid) + ); + } + + // For unknown reasons there are sometimes duplicates + q("DELETE FROM `gcontact` WHERE `nurl` = '%s' AND `id` != %d AND + NOT EXISTS (SELECT `gcid` FROM `glink` WHERE `gcid` = `gcontact`.`id`)", + dbesc(normalise_link($profile_url)), + intval($gcid) + ); + + return $gcid; +} + +function poco_contact_from_body($body, $created, $cid, $uid) { + preg_replace_callback("/\[share(.*?)\].*?\[\/share\]/ism", + function ($match) use ($created, $cid, $uid){ + return(sub_poco_from_share($match, $created, $cid, $uid)); + }, $body); +} + +function sub_poco_from_share($share, $created, $cid, $uid) { + $profile = ""; + preg_match("/profile='(.*?)'/ism", $share[1], $matches); + if ($matches[1] != "") + $profile = $matches[1]; + + preg_match('/profile="(.*?)"/ism', $share[1], $matches); + if ($matches[1] != "") + $profile = $matches[1]; + + if ($profile == "") + return; + + logger("prepare poco_check for profile ".$profile, LOGGER_DEBUG); + poco_check($profile, "", "", "", "", "", "", "", "", $created, 3, $cid, $uid); +} + +function poco_store($item) { + + // Isn't it public? + if ($item['private']) + return; + + // Or is it from a network where we don't store the global contacts? + if (!in_array($item["network"], array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS, NETWORK_STATUSNET, ""))) + return; + + // Is it a global copy? + $store_gcontact = ($item["uid"] == 0); + + // Is it a comment on a global copy? + if (!$store_gcontact AND ($item["uri"] != $item["parent-uri"])) { + $q = q("SELECT `id` FROM `item` WHERE `uri`='%s' AND `uid` = 0", $item["parent-uri"]); + $store_gcontact = count($q); + } + + if (!$store_gcontact) + return; + + // "3" means: We don't know this contact directly (Maybe a reshared item) + $generation = 3; + $network = ""; + $profile_url = $item["author-link"]; + + // Is it a user from our server? + $q = q("SELECT `id` FROM `contact` WHERE `self` AND `nurl` = '%s' LIMIT 1", + dbesc(normalise_link($item["author-link"]))); + if (count($q)) { + logger("Our user (generation 1): ".$item["author-link"], LOGGER_DEBUG); + $generation = 1; + $network = NETWORK_DFRN; + } else { // Is it a contact from a user on our server? + $q = q("SELECT `network`, `url` FROM `contact` WHERE `uid` != 0 AND `network` != '' + AND (`nurl` = '%s' OR `alias` IN ('%s', '%s')) AND `network` != '%s' LIMIT 1", + dbesc(normalise_link($item["author-link"])), + dbesc(normalise_link($item["author-link"])), + dbesc($item["author-link"]), + dbesc(NETWORK_STATUSNET)); + if (count($q)) { + $generation = 2; + $network = $q[0]["network"]; + $profile_url = $q[0]["url"]; + logger("Known contact (generation 2): ".$profile_url, LOGGER_DEBUG); + } + } + + if ($generation == 3) + logger("Unknown contact (generation 3): ".$item["author-link"], LOGGER_DEBUG); + + poco_check($profile_url, $item["author-name"], $network, $item["author-avatar"], "", "", "", "", "", $item["received"], $generation, $item["contact-id"], $item["uid"]); + + // Maybe its a body with a shared item? Then extract a global contact from it. + poco_contact_from_body($item["body"], $item["received"], $item["contact-id"], $item["uid"]); +} function count_common_friends($uid,$cid) { @@ -192,9 +426,9 @@ function common_friends($uid,$cid,$start = 0,$limit=9999,$shuffle = false) { if($shuffle) $sql_extra = " order by rand() "; else - $sql_extra = " order by `gcontact`.`name` asc "; + $sql_extra = " order by `gcontact`.`name` asc "; - $r = q("SELECT `gcontact`.* + $r = q("SELECT `gcontact`.* FROM `glink` INNER JOIN `gcontact` on `glink`.`gcid` = `gcontact`.`id` where `glink`.`cid` = %d and `glink`.`uid` = %d and `gcontact`.`nurl` in (select nurl from contact where uid = %d and self = 0 and blocked = 0 and hidden = 0 and id != %d ) @@ -214,7 +448,7 @@ function common_friends($uid,$cid,$start = 0,$limit=9999,$shuffle = false) { function count_common_friends_zcid($uid,$zcid) { - $r = q("SELECT count(*) as `total` + $r = q("SELECT count(*) as `total` FROM `glink` INNER JOIN `gcontact` on `glink`.`gcid` = `gcontact`.`id` where `glink`.`zcid` = %d and `gcontact`.`nurl` in (select nurl from contact where uid = %d and self = 0 and blocked = 0 and hidden = 0 ) ", @@ -233,9 +467,9 @@ function common_friends_zcid($uid,$zcid,$start = 0, $limit = 9999,$shuffle = fal if($shuffle) $sql_extra = " order by rand() "; else - $sql_extra = " order by `gcontact`.`name` asc "; + $sql_extra = " order by `gcontact`.`name` asc "; - $r = q("SELECT `gcontact`.* + $r = q("SELECT `gcontact`.* FROM `glink` INNER JOIN `gcontact` on `glink`.`gcid` = `gcontact`.`id` where `glink`.`zcid` = %d and `gcontact`.`nurl` in (select nurl from contact where uid = %d and self = 0 and blocked = 0 and hidden = 0 ) @@ -269,9 +503,9 @@ function count_all_friends($uid,$cid) { function all_friends($uid,$cid,$start = 0, $limit = 80) { - $r = q("SELECT `gcontact`.* + $r = q("SELECT `gcontact`.* FROM `glink` INNER JOIN `gcontact` on `glink`.`gcid` = `gcontact`.`id` - where `glink`.`cid` = %d and `glink`.`uid` = %d + where `glink`.`cid` = %d and `glink`.`uid` = %d order by `gcontact`.`name` asc LIMIT %d, %d ", intval($cid), intval($uid), @@ -289,16 +523,31 @@ function suggestion_query($uid, $start = 0, $limit = 80) { if(! $uid) return array(); - $r = q("SELECT count(glink.gcid) as `total`, gcontact.* from gcontact - INNER JOIN glink on glink.gcid = gcontact.id + $network = array(NETWORK_DFRN); + + if (get_config('system','diaspora_enabled')) + $network[] = NETWORK_DIASPORA; + + if (!get_config('system','ostatus_disabled')) + $network[] = NETWORK_OSTATUS; + + $sql_network = implode("', '", $network); + //$sql_network = "'".$sql_network."', ''"; + $sql_network = "'".$sql_network."'"; + + $r = q("SELECT count(glink.gcid) as `total`, gcontact.* from gcontact + INNER JOIN glink on glink.gcid = gcontact.id where uid = %d and not gcontact.nurl in ( select nurl from contact where uid = %d ) and not gcontact.name in ( select name from contact where uid = %d ) and not gcontact.id in ( select gcid from gcign where uid = %d ) - group by glink.gcid order by total desc limit %d, %d ", + AND `gcontact`.`updated` != '0000-00-00 00:00:00' + AND `gcontact`.`network` IN (%s) + group by glink.gcid order by gcontact.updated desc,total desc limit %d, %d ", intval($uid), intval($uid), intval($uid), intval($uid), + $sql_network, intval($start), intval($limit) ); @@ -306,22 +555,30 @@ function suggestion_query($uid, $start = 0, $limit = 80) { if(count($r) && count($r) >= ($limit -1)) return $r; - $r2 = q("SELECT gcontact.* from gcontact - INNER JOIN glink on glink.gcid = gcontact.id + $r2 = q("SELECT gcontact.* from gcontact + INNER JOIN glink on glink.gcid = gcontact.id where glink.uid = 0 and glink.cid = 0 and glink.zcid = 0 and not gcontact.nurl in ( select nurl from contact where uid = %d ) and not gcontact.name in ( select name from contact where uid = %d ) and not gcontact.id in ( select gcid from gcign where uid = %d ) + AND `gcontact`.`updated` != '0000-00-00 00:00:00' + AND `gcontact`.`network` IN (%s) order by rand() limit %d, %d ", intval($uid), intval($uid), intval($uid), + $sql_network, intval($start), intval($limit) ); + $list = array(); + foreach ($r2 AS $suggestion) + $list[$suggestion["nurl"]] = $suggestion; - return array_merge($r,$r2); + foreach ($r AS $suggestion) + $list[$suggestion["nurl"]] = $suggestion; + return $list; } function update_suggestions() { diff --git a/include/tags.php b/include/tags.php index ea7eed84c3..a8bcae86dc 100644 --- a/include/tags.php +++ b/include/tags.php @@ -9,7 +9,7 @@ function create_tags_from_item($itemid) { $searchpath = $a->get_baseurl()."/search?tag="; - $messages = q("SELECT `guid`, `uid`, `id`, `edited`, `deleted`, `title`, `body`, `tag`, `parent` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid)); + $messages = q("SELECT `guid`, `uid`, `id`, `edited`, `deleted`, `created`, `received`, `title`, `body`, `tag`, `parent` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid)); if (!$messages) return; @@ -26,16 +26,6 @@ function create_tags_from_item($itemid) { if ($message["deleted"]) return; - $cachefile = get_cachefile(urlencode($message["guid"])."-".hash("md5", $message['body'])); - - if (($cachefile != '') AND !file_exists($cachefile)) { - $s = prepare_text($message['body']); - $stamp1 = microtime(true); - file_put_contents($cachefile, $s); - $a->save_timestamp($stamp1, "file"); - logger('create_tags_from_item: put item '.$message["id"].' into cachefile '.$cachefile); - } - $taglist = explode(",", $message["tag"]); $tags = ""; @@ -47,6 +37,9 @@ function create_tags_from_item($itemid) { $data = " ".$message["title"]." ".$message["body"]." ".$tags." "; + // ignore anything in a code block + $data = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$data); + $tags = array(); $pattern = "/\W\#([^\[].*?)[\s'\".,:;\?!\[\]\/]/ism"; @@ -79,8 +72,22 @@ function create_tags_from_item($itemid) { $term = $tag; } - $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`) VALUES (%d, %d, %d, %d, '%s', '%s')", - intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval($type), dbesc($term), dbesc($link)); + if ($message["uid"] == 0) { + $global = true; + + q("UPDATE `term` SET `global` = 1 WHERE `otype` = %d AND `guid` = '%s'", + intval(TERM_OBJ_POST), dbesc($message["guid"])); + } else { + $isglobal = q("SELECT `global` FROM `term` WHERE `uid` = 0 AND `otype` = %d AND `guid` = '%s'", + intval(TERM_OBJ_POST), dbesc($message["guid"])); + + $global = (count($isglobal) > 0); + } + + $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`, `guid`, `created`, `received`, `global`) + VALUES (%d, %d, %d, %d, '%s', '%s', '%s', '%s', '%s', %d)", + intval($message["uid"]), intval($itemid), intval(TERM_OBJ_POST), intval($type), dbesc($term), + dbesc($link), dbesc($message["guid"]), dbesc($message["created"]), dbesc($message["received"]), intval($global)); // Search for mentions if ((substr($tag, 0, 1) == '@') AND (strpos($link, $profile_base_friendica) OR strpos($link, $profile_base_diaspora))) { @@ -106,10 +113,39 @@ function create_tags_from_itemuri($itemuri, $uid) { } function update_items() { - //$messages = q("SELECT `id` FROM `item` where tag !='' ORDER BY `created` DESC limit 10"); - $messages = q("SELECT `id` FROM `item` where tag !=''"); + global $db; - foreach ($messages as $message) - create_tags_from_item($message["id"]); + $messages = $db->q("SELECT `oid`,`item`.`guid`, `item`.`created`, `item`.`received` FROM `term` INNER JOIN `item` ON `item`.`id`=`term`.`oid` WHERE `term`.`otype` = 1 AND `term`.`guid` = ''", true); + + logger("fetched messages: ".count($messages)); + while ($message = $db->qfetch()) { + + if ($message["uid"] == 0) { + $global = true; + + q("UPDATE `term` SET `global` = 1 WHERE `otype` = %d AND `guid` = '%s'", + intval(TERM_OBJ_POST), dbesc($message["guid"])); + } else { + $isglobal = q("SELECT `global` FROM `term` WHERE `uid` = 0 AND `otype` = %d AND `guid` = '%s'", + intval(TERM_OBJ_POST), dbesc($message["guid"])); + + $global = (count($isglobal) > 0); + } + + q("UPDATE `term` SET `guid` = '%s', `created` = '%s', `received` = '%s', `global` = %d WHERE `otype` = %d AND `oid` = %d", + dbesc($message["guid"]), dbesc($message["created"]), dbesc($message["received"]), + intval($global), intval(TERM_OBJ_POST), intval($message["oid"])); + } + + $db->qclose(); + + $messages = $db->q("SELECT `guid` FROM `item` WHERE `uid` = 0", true); + + logger("fetched messages: ".count($messages)); + while ($message = $db->qfetch()) { + q("UPDATE `item` SET `global` = 1 WHERE `guid` = '%s'", dbesc($message["guid"])); + } + + $db->qclose(); } ?> diff --git a/include/tagupdate.php b/include/tagupdate.php new file mode 100644 index 0000000000..b12e809772 --- /dev/null +++ b/include/tagupdate.php @@ -0,0 +1,22 @@ + diff --git a/include/text.php b/include/text.php index 9fef4aebb5..fd5ae0a2b6 100644 --- a/include/text.php +++ b/include/text.php @@ -2,6 +2,7 @@ require_once("include/template_processor.php"); require_once("include/friendica_smarty.php"); +require_once("mod/proxy.php"); if(! function_exists('replace_macros')) { /** @@ -269,23 +270,23 @@ if(! function_exists('paginate_data')) { * @return Array data for pagination template */ function paginate_data(&$a, $count=null) { - $stripped = preg_replace('/(&page=[0-9]*)/','',$a->query_string); + $stripped = preg_replace('/([&?]page=[0-9]*)/','',$a->query_string); $stripped = str_replace('q=','',$stripped); $stripped = trim($stripped,'/'); $pagenum = $a->pager['page']; - if (($a->page_offset != "") AND !strstr($stripped, "&offset=")) + if (($a->page_offset != "") AND !preg_match('/[?&].offset=/', $stripped)) $stripped .= "&offset=".urlencode($a->page_offset); - if (!strpos($stripped, "?")) { - if ($pos = strpos($stripped, "&")) - $stripped = substr($stripped, 0, $pos)."?".substr($stripped, $pos + 1); - } $url = $a->get_baseurl() . '/' . $stripped; $data = array(); function _l(&$d, $name, $url, $text, $class="") { + if (!strpos($url, "?")) { + if ($pos = strpos($url, "&")) + $url = substr($url, 0, $pos)."?".substr($url, $pos + 1); + } $d[$name] = array('url'=>$url, 'text'=>$text, 'class'=>$class); } @@ -384,6 +385,18 @@ function alt_pager(&$a, $i) { }} +if(! function_exists('scroll_loader')) { +/** + * Loader for infinite scrolling + * @return string html for loader + */ +function scroll_loader() { + $tpl = get_markup_template("scroll_loader.tpl"); + return replace_macros($tpl, array( + 'wait' => t('Loading more entries...'), + 'end' => t('The end') + )); +}} if(! function_exists('expand_acl')) { /** @@ -739,6 +752,9 @@ if(! function_exists('get_tags')) { function get_tags($s) { $ret = array(); + // Convert hashtag links to hashtags + $s = preg_replace("/#\[url\=([^\[\]]*)\](.*?)\[\/url\]/ism", "#$2", $s); + // ignore anything in a code block $s = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$s); @@ -904,7 +920,7 @@ function micropro($contact, $redirect = false, $class = '', $textmode = false) { if($redirect) { $a = get_app(); $redirect_url = $a->get_baseurl() . '/redir/' . $contact['id']; - if(local_user() && ($contact['uid'] == local_user()) && ($contact['network'] === 'dfrn')) { + if(local_user() && ($contact['uid'] == local_user()) && ($contact['network'] === NETWORK_DFRN)) { $redir = true; $url = $redirect_url; $sparkle = ' sparkle'; @@ -928,7 +944,7 @@ function micropro($contact, $redirect = false, $class = '', $textmode = false) { . (($click) ? ' fakelink' : '') . '" ' . (($redir) ? ' target="redir" ' : '') . (($url) ? ' href="' . $url . '"' : '') . $click . ' >' . $contact['name']
+			. proxy_url($contact['micro']) . '' . "\r\n"; } }} @@ -1109,7 +1125,8 @@ function smilies($s, $sample = false) { ':like', ':dislike', '~friendica', - 'red#' + 'red#', + 'red#matrix' ); @@ -1147,7 +1164,8 @@ function smilies($s, $sample = false) { ':like', ':dislike', '~friendica ~friendica', - 'red red' + 'redredmatrix', + 'redredmatrix' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s); @@ -1278,6 +1296,28 @@ function redir_private_images($a, &$item) { }} +function put_item_in_cache(&$item, $update = false) { + + if (($item["rendered-hash"] != hash("md5", $item["body"])) OR ($item["rendered-hash"] == "") OR + ($item["rendered-html"] == "") OR get_config("system", "ignore_cache")) { + + // The function "redir_private_images" changes the body. + // I'm not sure if we should store it permanently, so we save the old value. + $body = $item["body"]; + + $a = get_app(); + redir_private_images($a, $item); + + $item["rendered-html"] = prepare_text($item["body"]); + $item["rendered-hash"] = hash("md5", $item["body"]); + $item["body"] = $body; + + if ($update AND ($item["id"] != 0)) { + q("UPDATE `item` SET `rendered-html` = '%s', `rendered-hash` = '%s' WHERE `id` = %d", + dbesc($item["rendered-html"]), dbesc($item["rendered-hash"]), intval($item["id"])); + } + } +} // Given an item array, convert the body element from bbcode to html and add smilie icons. // If attach is true, also add icons for item attachments @@ -1329,28 +1369,8 @@ function prepare_body(&$item,$attach = false, $preview = false) { $item['hashtags'] = $hashtags; $item['mentions'] = $mentions; - - $cachefile = get_cachefile(urlencode($item["guid"])."-".hash("md5", $item['body'])); - - if (($cachefile != '')) { - if (file_exists($cachefile)) { - $stamp1 = microtime(true); - $s = file_get_contents($cachefile); - $a->save_timestamp($stamp1, "file"); - } else { - redir_private_images($a, $item); - $s = prepare_text($item['body']); - - $stamp1 = microtime(true); - file_put_contents($cachefile, $s); - $a->save_timestamp($stamp1, "file"); - - logger('prepare_body: put item '.$item["id"].' into cachefile '.$cachefile); - } - } else { - redir_private_images($a, $item); - $s = prepare_text($item['body']); - } + put_item_in_cache($item, true); + $s = $item["rendered-html"]; require_once("mod/proxy.php"); $s = proxy_parse_html($s); diff --git a/include/threads.php b/include/threads.php index 6b1c4342f7..3cfa025640 100644 --- a/include/threads.php +++ b/include/threads.php @@ -1,5 +1,5 @@ $data) { - if ($sql != "") - $sql .= ", "; + foreach ($item AS $field => $data) + if (!in_array($field, array("guid", "title", "body"))) { + if ($sql != "") + $sql .= ", "; - $sql .= "`".$field."` = '".$data."'"; - } + $sql .= "`".$field."` = '".dbesc($data)."'"; + } - $result = q("UPDATE `thread` SET ".$sql." WHERE `iid` = %d", $itemid); + $result = q("UPDATE `thread` SET ".$sql." WHERE `iid` = %d", intval($itemid)); - logger("update_thread: Update thread for item ".$itemid." - ".print_r($result, true)." ".print_r($item, true), LOGGER_DEBUG); + logger("Update thread for item ".$itemid." - guid ".$item["guid"]." - ".print_r($result, true)." ".print_r($item, true), LOGGER_DEBUG); + + // Updating a shadow item entry + $items = q("SELECT `id` FROM `item` WHERE `guid` = '%s' AND `uid` = 0 LIMIT 1", dbesc($item["guid"])); + + if (!$items) + return; + + $result = q("UPDATE `item` SET `title` = '%s', `body` = '%s' WHERE `id` = %d", + dbesc($item["title"]), + dbesc($item["body"]), + intval($items[0]["id"]) + ); + logger("Updating public shadow for post ".$items[0]["id"]." - guid ".$item["guid"]." Result: ".print_r($result, true), LOGGER_DEBUG); } function delete_thread_uri($itemuri, $uid) { @@ -57,17 +156,32 @@ function delete_thread_uri($itemuri, $uid) { if(count($messages)) foreach ($messages as $message) - delete_thread($message["id"]); + delete_thread($message["id"], $itemuri); } -function delete_thread($itemid) { +function delete_thread($itemid, $itemuri = "") { + $item = q("SELECT `uid` FROM `thread` WHERE `iid` = %d", intval($itemid)); + $result = q("DELETE FROM `thread` WHERE `iid` = %d", intval($itemid)); logger("delete_thread: Deleted thread for item ".$itemid." - ".print_r($result, true), LOGGER_DEBUG); + + if ($itemuri != "") { + $r = q("SELECT `id` FROM `item` WHERE `uri` = '%s' AND NOT (`uid` IN (%d, 0))", + dbesc($itemuri), + intval($item["uid"]) + ); + if (!count($r)) { + $r = q("DELETE FROM `item` WHERE `uri` = '%s' AND `uid` = 0)", + dbesc($itemuri) + ); + logger("delete_thread: Deleted shadow for item ".$itemuri." - ".print_r($result, true), LOGGER_DEBUG); + } + } } function update_threads() { - global $db; + global $db; logger("update_threads: start"); @@ -96,4 +210,21 @@ function update_threads_mention() { q("UPDATE `thread` SET `mention` = 1 WHERE `iid` = %d", $parent["parent"]); } } + + +function update_shadow_copy() { + global $db; + + logger("start"); + + $messages = $db->q(sprintf("SELECT `iid` FROM `thread` WHERE `uid` != 0 AND `network` IN ('', '%s', '%s', '%s') + AND `visible` AND NOT `deleted` AND NOT `moderated` AND NOT `private` ORDER BY `created`", + NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS), true); + + logger("fetched messages: ".count($messages)); + while ($message = $db->qfetch()) + add_thread($message["iid"], true); + + $db->qclose(); +} ?> diff --git a/index.php b/index.php index 5dcb9a54a0..02316e1e95 100644 --- a/index.php +++ b/index.php @@ -53,6 +53,20 @@ if(!$install) { load_config('config'); load_config('system'); + $maxsysload_frontend = intval(get_config('system','maxloadavg_frontend')); + if($maxsysload_frontend < 1) + $maxsysload_frontend = 50; + if(function_exists('sys_getloadavg')) { + $load = sys_getloadavg(); + if(intval($load[0]) > $maxsysload_frontend) { + logger('system: load ' . $load[0] . ' too high. Service Temporarily Unavailable.'); + header($_SERVER["SERVER_PROTOCOL"].' 503 Service Temporarily Unavailable'); + header('Retry-After: 300'); + die("System is currently unavailable. Please try again later"); + } + } + + if (get_config('system','force_ssl') AND ($a->get_scheme() == "http") AND (intval(get_config('system','ssl_policy')) == SSL_POLICY_FULL) AND (substr($a->get_baseurl(), 0, 8) == "https://")) { @@ -115,7 +129,6 @@ if((x($_GET,'zrl')) && (!$install && !$maintenance)) { * * What we really need to do is output the raw headers ourselves so we can keep them separate. * - */ // header('Link: <' . $a->get_baseurl() . '/amcd>; rel="acct-mgmt";'); @@ -498,30 +511,38 @@ $(document).ready(function() { }); function loadcontent() { - //$("div.loader").show(); + if (lockLoadContent) return; + lockLoadContent = true; + + $("#scroll-loader").fadeIn('normal'); num+=1; console.log('Loading page ' + num); $.get('/network?mode=raw$reload_uri&page=' + num, function(data) { - $(data).insertBefore('#conversation-end'); + $("#scroll-loader").hide(); + if ($(data).length > 0) { + $(data).insertBefore('#conversation-end'); + lockLoadContent = false; + } else { + $("#scroll-end").fadeIn('normal'); + } }); - - //$("div.loader").fadeOut('normal'); } var num = $pageno; +var lockLoadContent = false; $(window).scroll(function(e){ if ($(document).height() != $(window).height()) { // First method that is expected to work - but has problems with Chrome - if ($(window).scrollTop() == $(document).height() - $(window).height()) + if ($(window).scrollTop() > ($(document).height() - $(window).height() * 1.5)) loadcontent(); } else { // This method works with Chrome - but seems to be much slower in Firefox - if ($(window).scrollTop() > (($("section").height() + $("header").height() + $("footer").height()) - $(window).height())) + if ($(window).scrollTop() > (($("section").height() + $("header").height() + $("footer").height()) - $(window).height() * 1.5)) loadcontent(); } }); diff --git a/js/jquery.js b/js/jquery.js index ab28a24729..e6a051d0d1 100644 --- a/js/jquery.js +++ b/js/jquery.js @@ -1,4 +1,4 @@ -/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.1",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=N.replace("w","w#"),P="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+O+"))|)"+M+"*\\]",Q=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",R=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),S=new RegExp("^"+M+"*,"+M+"*"),T=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(Q),W=new RegExp("^"+O+"$"),X={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(eb){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||"string"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+qb(o[l]);w=ab.test(a)&&ob(b.parentNode)||b,x=o.join(",")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function gb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function hb(a){return a[u]=!0,a}function ib(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function jb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function kb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function lb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function nb(a){return hb(function(b){return b=+b,hb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function ob(a){return a&&typeof a.getElementsByTagName!==C&&a}c=fb.support={},f=fb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fb.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){m()},!1):g.attachEvent&&g.attachEvent("onunload",function(){m()})),c.attributes=ib(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ib(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ib(function(a){return a.innerHTML="
",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=ib(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ib(function(a){a.innerHTML="",a.querySelectorAll("[msallowclip^='']").length&&q.push("[*^$]="+M+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+M+"*(?:value|"+L+")"),a.querySelectorAll(":checked").length||q.push(":checked")}),ib(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+M+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ib(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",Q)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return kb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?kb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},fb.matches=function(a,b){return fb(a,null,null,b)},fb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fb(b,n,null,[a]).length>0},fb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fb.selectors={cacheLength:50,createPseudo:hb,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?hb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:hb(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?hb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:hb(function(a){return function(b){return fb(a,b).length>0}}),contains:hb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:hb(function(a){return W.test(a||"")||fb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:nb(function(){return[0]}),last:nb(function(a,b){return[b-1]}),eq:nb(function(a,b,c){return[0>c?c+b:c]}),even:nb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:nb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:nb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:nb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function rb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function sb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function tb(a,b,c){for(var d=0,e=b.length;e>d;d++)fb(a,b[d],c);return c}function ub(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function vb(a,b,c,d,e,f){return d&&!d[u]&&(d=vb(d)),e&&!e[u]&&(e=vb(e,f)),hb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||tb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ub(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ub(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ub(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function wb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=rb(function(a){return a===b},h,!0),l=rb(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[rb(sb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return vb(i>1&&sb(m),i>1&&qb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&wb(a.slice(i,e)),f>e&&wb(a=a.slice(e)),f>e&&qb(a))}m.push(c)}return sb(m)}function xb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=G.call(i));s=ub(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&fb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?hb(f):f}return h=fb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xb(e,d)),f.selector=a}return f},i=fb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&ob(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qb(j),!a)return I.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&ob(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ib(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ib(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||jb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ib(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||jb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ib(function(a){return null==a.getAttribute("disabled")})||jb(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h; -if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/\s*$/g,rb={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?""!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m("