-- phpMyAdmin SQL Dump -- version 4.7.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- 생성 시간: 17-08-08 00:19 -- 서버 버전: 5.5.45 -- PHP 버전: 5.6.30 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!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 utf8mb4 */; -- -- 데이터베이스: `junxe` -- CREATE DATABASE IF NOT EXISTS `junxe` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `junxe`; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_action_forward` -- CREATE TABLE `xe_action_forward` ( `act` varchar(80) NOT NULL, `module` varchar(60) NOT NULL, `type` varchar(15) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_action_forward` -- INSERT INTO `xe_action_forward` (`act`, `module`, `type`) VALUES ('rss', 'rss', 'view'), ('atom', 'rss', 'view'), ('IS', 'integration_search', 'view'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_addons` -- CREATE TABLE `xe_addons` ( `addon` varchar(250) NOT NULL, `is_used` char(1) NOT NULL DEFAULT 'Y', `is_used_m` char(1) NOT NULL DEFAULT 'N', `is_fixed` char(1) NOT NULL DEFAULT 'N', `extra_vars` text, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_addons_site` -- CREATE TABLE `xe_addons_site` ( `site_srl` bigint(11) NOT NULL DEFAULT '0', `addon` varchar(250) NOT NULL, `is_used` char(1) NOT NULL DEFAULT 'Y', `is_used_m` char(1) NOT NULL DEFAULT 'N', `extra_vars` text, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_addons_site` -- INSERT INTO `xe_addons_site` (`site_srl`, `addon`, `is_used`, `is_used_m`, `extra_vars`, `regdate`) VALUES (0, 'autolink', 'Y', 'N', NULL, '20170611230244'), (0, 'blogapi', 'N', 'N', NULL, '20170611230244'), (0, 'member_communication', 'Y', 'N', NULL, '20170611230244'), (0, 'member_extra_info', 'Y', 'N', NULL, '20170611230244'), (0, 'mobile', 'Y', 'N', NULL, '20170611230244'), (0, 'resize_image', 'Y', 'N', NULL, '20170611230244'), (0, 'openid_delegation_id', 'N', 'N', NULL, '20170611230244'), (0, 'point_level_icon', 'N', 'N', NULL, '20170611230244'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_admin_favorite` -- CREATE TABLE `xe_admin_favorite` ( `admin_favorite_srl` bigint(11) NOT NULL, `site_srl` bigint(11) DEFAULT '0', `module` varchar(80) DEFAULT NULL, `type` varchar(30) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_admin_log` -- CREATE TABLE `xe_admin_log` ( `ipaddress` varchar(100) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `site_srl` bigint(11) DEFAULT '0', `module` varchar(100) DEFAULT NULL, `act` varchar(100) DEFAULT NULL, `request_vars` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_ai_installed_packages` -- CREATE TABLE `xe_ai_installed_packages` ( `package_srl` bigint(11) NOT NULL DEFAULT '0', `version` varchar(255) DEFAULT NULL, `current_version` varchar(255) DEFAULT NULL, `need_update` char(1) DEFAULT 'N' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_ai_installed_packages` -- INSERT INTO `xe_ai_installed_packages` (`package_srl`, `version`, `current_version`, `need_update`) VALUES (22753354, '1.8.19', '1.8.19', 'N'), (22590697, '1.0.0', '1.0.0', 'N'), (18910976, '0.1', '1.7', 'N'), (18745485, '5.0.0', '5.0.0', 'N'), (18378362, '0.2', '1.7', 'N'), (18325662, '1.8.42', '1.8.41', 'Y'), (18324327, '0.1', '1.7', 'N'), (18324266, '0.1', '1.7', 'N'), (18324167, '1.7.1.1', '1.7.2', 'N'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_ai_remote_categories` -- CREATE TABLE `xe_ai_remote_categories` ( `category_srl` bigint(11) NOT NULL DEFAULT '0', `parent_srl` bigint(11) NOT NULL DEFAULT '0', `title` varchar(250) NOT NULL, `list_order` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_ai_remote_categories` -- INSERT INTO `xe_ai_remote_categories` (`category_srl`, `parent_srl`, `title`, `list_order`) VALUES (18322977, 18322919, '회원레벨 아이콘', 15), (18904838, 18322919, '에디터 스타일', 14), (18322952, 18322919, '위젯 스타일', 13), (18322950, 18322919, '위젯 스킨', 12), (18322943, 18322919, '모듈 스킨', 10), (18994170, 18322919, '모듈 모바일 스킨', 11), (18322954, 18322919, '레이아웃', 8), (18994172, 18322919, '모바일 레이아웃', 9), (18631347, 18322917, '단락에디터컴포넌트', 6), (18322919, 0, '스킨', 7), (18322929, 18322917, '에디터컴포넌트', 5), (18322927, 18322917, '위젯', 4), (18322925, 18322917, '애드온', 3), (18322907, 18322917, 'XE 코어', 1), (18322923, 18322917, '모듈', 2), (18322917, 0, '프로그램', 0); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_autoinstall_packages` -- CREATE TABLE `xe_autoinstall_packages` ( `package_srl` bigint(11) NOT NULL DEFAULT '0', `category_srl` bigint(11) DEFAULT '0', `path` varchar(250) NOT NULL, `have_instance` char(1) NOT NULL DEFAULT 'N', `updatedate` varchar(14) DEFAULT NULL, `latest_item_srl` bigint(11) NOT NULL DEFAULT '0', `version` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_autoinstall_packages` -- INSERT INTO `xe_autoinstall_packages` (`package_srl`, `category_srl`, `path`, `have_instance`, `updatedate`, `latest_item_srl`, `version`) VALUES (18324167, 18322923, './modules/board', 'N', '20170712133211', 21940502, '1.7.1.1'), (18324168, 18322923, './modules/homepage', 'N', '20170710150821', 21854391, '1.7.0.1'), (18324169, 18322923, './modules/issuetracker', 'N', '20170712130401', 21278648, '1.2.1'), (18324171, 18322923, './modules/livexe', 'N', '20170711212055', 19624726, '0.6'), (18324175, 18322923, './modules/material', 'N', '20170712112024', 18669818, '1.0'), (18324186, 18322923, './modules/textyle', 'N', '20170712112022', 21795348, '1.7.0'), (18324187, 18322923, './modules/textylehub', 'N', '20170710000408', 21795365, '1.7.0'), (18324188, 18322923, './modules/planet', 'N', '20170710163353', 21015994, '0.1.4'), (18324189, 18322923, './modules/referer_old', 'N', '20170708172639', 18325389, '0.15'), (18324191, 18322923, './modules/resource', 'N', '20170712112331', 21854259, '1.7.0'), (18324199, 18322923, './modules/tccommentnotify', 'N', '20170707134437', 18365815, '1.1.0'), (18324210, 18322923, './modules/wiki', 'N', '20170710213533', 21985871, '1.7.0.1'), (18324211, 18322943, './modules/board/skins/xe_board', 'N', '20170709133657', 18325569, '0.1'), (18324212, 18322943, './modules/board/skins/xe_default', 'N', '20170706094832', 18325513, '0.1'), (18324213, 18322943, './modules/editor/skins/dreditor', 'N', '20170712112024', 18865892, '1.3.0'), (18324214, 18322943, './modules/editor/skins/fckeditor', 'N', '20170710140827', 18325501, '0.1'), (18324221, 18322943, './modules/editor/skins/xquared', 'N', '20170708224349', 18325496, '0.1'), (18324225, 18322943, './modules/textyle/skins/wordPressDefault', 'N', '20170706094849', 18325484, '0.1'), (18324226, 18322925, './addons/keyword_link', 'N', '20170625121630', 18325653, '0.1'), (18324227, 18322925, './addons/member_join_extend', 'N', '20170710140209', 18325647, '0.1'), (18324228, 18322925, './addons/planet_bookmark', 'N', '20170704042645', 21017018, '0.1.1'), (18324233, 18322925, './addons/planet_todo', 'N', '20170630070828', 21016986, '0.1.1'), (18324241, 18322925, './addons/referer_old', 'N', '20170701073708', 18325632, '0.1'), (18324247, 18322925, './addons/tccommentnotify', 'N', '20170710150502', 18365845, '1.0'), (18324248, 18322925, './addons/wiki_link', 'N', '20170708231638', 21813902, '1.7.0'), (18324261, 18322929, './modules/editor/components/cc_license', 'N', '20170710214933', 18325227, '0.1'), (18324266, 18322929, './modules/editor/components/emoticon', 'N', '20170703110348', 18325232, '0.1'), (18324273, 18322929, './modules/editor/components/quotation', 'N', '20170710212147', 18325248, '0.1'), (18324292, 18322954, './layouts/cafeXE', 'N', '20170710132341', 21802168, '1.7.0'), (18324297, 18322954, './layouts/ideation', 'N', '20170705211810', 18325198, '0.1'), (18324299, 18322954, './layouts/xe_official_v2', 'N', '20170712112038', 20391868, '1.0'), (18324320, 18322927, './widgets/archive_list', 'N', '20170616232344', 18325093, '0.1'), (18324321, 18322927, './widgets/calendar', 'N', '20170712104820', 20591626, '0.2'), (18324326, 18322927, './widgets/category', 'N', '20170712112024', 18325077, '0.1'), (18324327, 18322927, './widgets/counter_status', 'N', '20170707222829', 18325071, '0.1'), (18324328, 18322927, './widgets/DroArc_clock', 'N', '20170710142937', 18325065, '0.1'), (18324330, 18322927, './widgets/forum', 'N', '20170613013854', 18325054, '0.1'), (18324331, 18322927, './widgets/ideationBanner', 'N', '20170711114333', 18325042, '0.1'), (18324332, 18322927, './widgets/ideationPopular', 'N', '20170711103940', 18325026, '0.1'), (18324335, 18322927, './widgets/image_counter', 'N', '20170710125355', 19099243, '0.2'), (18324336, 18322927, './widgets/logged_members', 'N', '20170710135232', 18325004, '0.1'), (18324337, 18322927, './widgets/member_group', 'N', '20170708231120', 18324998, '0.1'), (18324338, 18322927, './widgets/navigator', 'N', '20170712104851', 21801528, '1.7.0'), (18324343, 18322927, './widgets/newest_comment', 'N', '20170708163727', 18324984, '0.1'), (18324344, 18322927, './widgets/newest_document', 'N', '20170712112047', 20893807, '1.0'), (18324345, 18322927, './widgets/newest_trackback', 'N', '20170601161640', 18324957, '0.1'), (18324346, 18322927, './widgets/planet_document', 'N', '20170711103916', 18327255, '0.2'), (18324348, 18322927, './widgets/rank_count', 'N', '20170710141741', 18324851, '1.5'), (18324352, 18322927, './widgets/rank_point', 'N', '20170712115811', 18324818, '1.0'), (18324353, 18322927, './widgets/rss_reader', 'N', '20170623133607', 18324791, '#7'), (18324355, 18322927, './widgets/site_info', 'N', '20170708231120', 21801496, '1.7.0'), (18324359, 18322927, './widgets/tab_newest_document', 'N', '20170711104429', 18324658, '0.1'), (18324360, 18322927, './widgets/tag_list', 'N', '20170712121118', 18324768, '0.1'), (18324361, 18322927, './widgets/webzine', 'N', '20170710160753', 18324711, '0.1'), (18324362, 18322927, './widgets/xeBanner', 'N', '20170711124721', 18324697, '0.1'), (18324391, 18322950, './widgets/content/skins/xeHome', 'N', '20170711235911', 18324681, '0.1'), (18324395, 18322950, './widgets/tab_newest_document/skins/ideationTab', 'N', '20170710144500', 18324647, '0.1'), (18324396, 18322952, './widgetstyles/colorbox', 'N', '20170707140611', 18324641, '0.1'), (18324398, 18322952, './widgetstyles/memo', 'N', '20170629232128', 18324622, '0.1'), (18324401, 18322952, './widgetstyles/postitWire', 'N', '20170710150745', 18324610, '0.1'), (18324402, 18322952, './widgetstyles/roundFace', 'N', '20170710142920', 18324603, '0.1'), (18324403, 18322952, './widgetstyles/roundWire', 'N', '20170710135456', 18324590, '0.1'), (18324404, 18322952, './widgetstyles/simpleRound', 'N', '20170707140626', 18324575, '0.1'), (18324405, 18322952, './widgetstyles/simpleSquare', 'N', '20170710140527', 18324565, '0.1'), (18324406, 18322952, './widgetstyles/simpleTitle', 'N', '20170710130427', 18324546, '0.1'), (18325662, 18322907, '.', 'N', '20170712134245', 22755860, '1.8.42'), (18325755, 18322927, './widgets/popular_planet_document', 'N', '20170711103923', 18325772, '0.1'), (18325790, 18322923, './modules/ad', 'N', '20170708220138', 19741760, '0.5.2'), (18325803, 18322929, './modules/editor/components/code_highlighter', 'N', '20170711125658', 22754829, '1.4'), (18325813, 18322925, './addons/tag_relation', 'N', '20170711110628', 22274979, '1.4.1'), (18325941, 18322923, './modules/sms', 'N', '20170711113804', 18745231, '1.3.10'), (18325946, 18322923, './modules/minishop', 'N', '20170708234828', 22754398, '1.3.2'), (18325951, 18322925, './addons/sms_alert', 'N', '20170628202241', 18326173, '1.0'), (18325952, 18322927, './widgets/sms', 'N', '20170710151608', 18326180, '1.1'), (18325989, 18322929, './modules/editor/components/google_translate', 'N', '20170710220641', 18777700, '0.2'), (18326005, 18322929, './modules/editor/components/textbox', 'N', '20170710150633', 18326938, '0.1'), (18326011, 18322925, './addons/hidden_module', 'N', '20170710144839', 18337264, '0.3'), (18326030, 18322923, './modules/statistics', 'N', '20170712110200', 18327023, '1.0.1b'), (18326038, 18322925, './addons/statistics', 'N', '20170712110155', 18327083, '1.0.1b'), (18326351, 18322925, './addons/remove_id_search', 'N', '20170710150101', 18326429, '1.0'), (18326352, 18322925, './addons/guest_name', 'N', '20170710124331', 19010744, '1.1.2'), (18326353, 18322925, './addons/write_limit', 'N', '20170706093706', 18637861, '1.2.1'), (18326553, 18322954, './layouts/habile_layout', 'N', '20170705211851', 18330571, '1.3'), (18327285, 18322954, './layouts/bcptwta', 'N', '20170611195912', 18328111, '1.0'), (18327287, 18322950, './widgets/tag_list/skins/tagcloud', 'N', '20170711131955', 18328078, '1.0'), (18327419, 18322954, './layouts/mh_simple', 'N', '20170709185953', 18327611, '1.1'), (22245529, 18322977, './modules/point/icons/2sis_icon', 'N', '20170706075152', 22245577, '1'), (18327462, 18322927, './widgets/gagachat', 'N', '20170710144730', 22555267, '3.7'), (18327743, 18322954, './layouts/Treasurej_Heart_Note', 'N', '20170711160144', 19334770, '1.6'), (18327995, 18322950, './widgets/counter_status/skins/miznkiz_simple_counter', 'N', '20170712113054', 18339071, '0.1'), (18328243, 18322927, './widgets/CoolirisPlayer', 'N', '20170626160543', 18332482, '2.0'), (18328356, 18322927, './widgets/newest_medias', 'N', '20170710150833', 18330464, 'v0.1'), (18328672, 18322954, './layouts/PXE_leaflet_lite', 'N', '20170629104740', 18339574, '1.02 Final'), (18328730, 18322950, './widgets/login_info/skins/treasurej_simple150px', 'N', '20170711160144', 18953730, '1.5.3'), (18330288, 18322950, './widgets/login_info/skins/sleepless_simple', 'N', '20170710164201', 18332123, '1.0.0'), (18330488, 18322927, './widgets/webzine/skins/LILY_GoodStyle', 'N', '20170711024054', 18333192, '1.0'), (18330513, 18322950, './widgets/tag_list/skins/treasurej_tagcloud', 'N', '20170711160144', 18778301, '1.2'), (18330814, 18322954, './layouts/messenger', 'N', '20170710140545', 18331384, 'Messenger_v0.1'), (18331803, 18322943, './modules/board/skins/p_board_p', 'N', '20170616100143', 18845219, '3.2.0'), (18334573, 18322952, './widgetstyles/webslice', 'N', '20170616104202', 18338237, '0.0.1'), (18334938, 18322923, './modules/kin', 'N', '20170711184315', 21965762, '1.7.0'), (18334979, 18322925, './addons/popup', 'N', '20170712122936', 18335423, '0.1'), (18334980, 18322925, './addons/piclens', 'N', '20170710132529', 20168732, '1.5'), (18334989, 18322925, './addons/func_include', 'N', '20170710141140', 18336654, 'v1.0'), (18334990, 18322925, './addons/entry', 'N', '20170711100831', 18685479, '1.2'), (18334996, 18322923, './modules/media', 'N', '20170706095010', 18336696, 'v0.1'), (18335009, 18322927, './widgets/rnq_newest_document', 'N', '20170705141731', 18336745, '1.1.5'), (18335021, 18322927, './widgets/division', 'N', '20170710125037', 20582119, '1.1'), (18335028, 18322950, './widgets/login_info/skins/rnq_login', 'N', '20170617132727', 18337247, 'v0.2'), (18335034, 18322950, './widgets/rnq_newest_document/skins/rnq_newest_integrate', 'N', '20170710140038', 18798607, '0.3.1'), (18335040, 18322950, './widgets/rnq_newest_document/skins/rnq_newest_default', 'N', '20170620193223', 18798214, '0.3'), (18335043, 18322923, './modules/nms', 'N', '20170710125733', 19520872, '0.9.0'), (18335048, 18322927, './widgets/nms_info', 'N', '20170531120755', 18349106, '0.1.3'), (18335090, 18322943, './modules/board/skins/xe_naradesign', 'N', '20170710042359', 18335100, '1.0'), (18335281, 18322923, './modules/join_extend', 'N', '20170711160921', 18988537, '0.5.3.4'), (18335356, 18322943, './modules/textyle/skins/corporate', 'N', '20170710142507', 18335357, '0.9'), (18335369, 18322950, './widgets/content/skins/naradesign', 'N', '20170711150822', 18335372, '0.3'), (18335382, 18322950, './widgets/login_info/skins/webmini', 'N', '20170630105537', 18336191, '3.1'), (18337279, 18322950, './widgets/rnq_newest_document/skins/rnq_newest_notice', 'N', '20170617121112', 18798196, '0.3'), (18338697, 18322925, './addons/uccup', 'N', '20170517161041', 18338747, 'v2.3'), (18338699, 18322943, './modules/board/skins/xe_uccup', 'N', '20170709111454', 18338792, 'v2.3'), (18342939, 18322925, './addons/comment_new', 'N', '20170707134422', 18670429, '1.1.1'), (18346921, 18322927, './widgets/randomchat', 'N', '20170710164210', 18517236, '1.2'), (18347510, 18322954, './layouts/aginet_official_v2', 'N', '20170710124150', 18575161, '2.0.7'), (18351409, 18322923, './modules/zzz_menu_new', 'N', '20170712120200', 21832040, '1.7.0'), (18354173, 18322952, './widgetstyles/sz_gradient', 'N', '20170630071733', 18354312, '0.1.0'), (18354463, 18322977, './modules/point/icons/lv', 'N', '20170712100033', 19013505, '0.2'), (18354979, 18322977, '/ modules / point / icons', 'N', '20170712105717', 18355002, 'SuddenAttack + 확장'), (18357476, 18322954, './layouts/xe_sunooDMLg', 'N', '20170710143015', 19462033, '1.0'), (18360610, 18322927, './widgets/flowing_pictures', 'N', '20170711101945', 18648791, '1.1.7'), (18362403, 18322954, './layouts/xe_sunooDMRg', 'N', '20170610085426', 19462101, '1.0'), (18366133, 18322943, './modules/join_extend/skins', 'N', '20170707151522', 18366143, '1'), (18378357, 18322954, './layouts/xe_cafe', 'N', '20170708231120', 21803889, '1.7.0'), (18378362, 18322950, './widgets/login_info/skins/default', 'N', '20170710130615', 20168245, '0.2'), (18381054, 18322954, './layouts/naver_photo_style', 'N', '20170710142802', 18429470, '1.2.1'), (18383233, 18322954, './layouts/Jungbok_layout_V3.0', 'N', '20170710135156', 18389790, 'V3.0'), (18386463, 18322943, './modules/textyle/skins', 'N', '20170708050146', 19100013, '2.5'), (18388093, 18322925, './addons/bekmeProhibite', 'N', '20170704053858', 18388181, '1.0'), (18398352, 18322943, './modules/board/skins/xe_official_planner123', 'N', '20170712130708', 22755772, '5.3.1'), (18399622, 18322977, './modules/poin/954', 'N', '20170712105707', 18404551, '1.0.1'), (18409541, 18322954, './layouts/hankooktown2', 'N', '20170705142353', 19512809, '1.2.2'), (18409634, 18322950, './widgets/login_info/skins/hk', 'N', '20170711203310', 18547214, '0.4'), (18410867, 18322923, './modules/pointsend', 'N', '20170708195324', 22755279, '1.2.5.2'), (18410868, 18322925, './addons/member_pointsend', 'N', '20170711210111', 21227458, '0.2.2'), (18411910, 18322950, './widgets/newest_comment/skins', 'N', '20170710124946', 18413214, '1.0'), (18414428, 18322954, './layouts/Gom-e.net_Hankooktown2_Layout', 'N', '20170622210732', 18445386, '1.0.7'), (18419537, 18322954, './layouts/kindguyLayout(joins_200911_1)', 'N', '20170704160712', 18422597, 'v.200911'), (18424676, 18322954, './layouts/gomenet_xe_official_v2', 'N', '20170705203305', 18426534, '1.0.1'), (18432183, 18322954, './layouts/kindguyLayout(munhwa_200911_1)', 'N', '20170521041318', 18432699, 'v.200911'), (18432187, 18322954, './layouts/kindguyLayout(munhwa_200911_2)', 'N', '20170617201240', 18432723, 'v.200911'), (18435775, 18322927, './widgets/level_point', 'N', '20170710231423', 22595479, '1.0'), (18447927, 18322954, './layouts/Gom2netLayoutEngland', 'N', '20170703115005', 18454140, '1.0.1'), (18448761, 18322943, './modules/board/skins/xe_official_hancoma_title_skin', 'N', '20170711062502', 18461302, '0.2'), (18454611, 18322954, './layouts/kindguyLayout(khan_200911_1)', 'N', '20170710140809', 18454709, 'v.200911'), (18454629, 18322954, './layouts/kindguyLayout(khan_200911_2)', 'N', '20170704160823', 18454718, 'v.200911'), (18459111, 18322925, './addons/addthis', 'N', '20170601163712', 18459913, '0.1'), (18510031, 18322943, './modules/textyle/skins/zirho', 'N', '20170712112159', 18569108, '0.0.1'), (18511514, 18322925, './addons/adult_keyword', 'N', '20170710144247', 22754386, '1.0'), (18512505, 18322954, './layouts/kindguyLayout(BlueN_200912_1)', 'N', '20170521041557', 18516495, '200912'), (18512506, 18322954, './layouts/kindguyLayout(BlueN_200912_2)', 'N', '20170627145727', 18516511, '200912'), (18527888, 18322923, './modules/oneban', 'N', '20170710142723', 18529981, '1.0'), (18536532, 18322952, './widgetstyles/xe_official', 'N', '20170712113159', 22755434, '1.1'), (18539546, 18322925, './addons/addvote', 'N', '20170712110325', 21244042, '1.0'), (18555205, 18322950, './widgets/counter_status/skins/sworld_counter', 'N', '20170709155207', 18591528, '0.1'), (18555654, 18322952, './widgetstyles/tingenara', 'N', '20170708163340', 18557124, '1'), (18561875, 18322923, './modules/smsontextyle', 'N', '20170712112436', 18569729, '1.0.1'), (18561895, 18322927, './widgets/sms_textyle', 'N', '20170613151929', 18569743, '1.0.1'), (18572882, 18322954, './layouts/xdom_v2', 'N', '20170712104850', 19595474, '2.5.2.4'), (18572883, 18322950, './widgets/login_info/skins/xdom_login_v2', 'N', '20170712104851', 19051343, '2.3.1'), (18577507, 18322927, './widgets/chat25', 'N', '20170710144424', 18587408, '0.0.1'), (18579525, 18322950, './widgets/login_info/skins/tingenaralogin', 'N', '20170711222504', 18587232, '1'), (18589320, 18322923, './modules/cashbook', 'N', '20170710143356', 19603368, '0.3.7'), (18595500, 18322943, './modules/integration_search/skins/default_xgenesis', 'N', '20170710132306', 18596361, '0.1.1'), (18595504, 18322954, './layouts/xe_official_v2_xgenesis', 'N', '20170629161308', 18596408, '0.1.1'), (18595711, 18322943, './modules/communication/skins/name', 'N', '20170708085352', 18597241, '0.1'), (18606308, 18322954, './layouts/elkha_fge', 'N', '20170710143800', 18657582, '1.2'), (18606314, 18322954, './layouts/elkha_sky', 'N', '20170710134927', 19822870, '1.4.5'), (18606318, 18322954, './layouts/paper_layer', 'N', '20170710150442', 18611976, '1.0'), (18607436, 18322923, './modules/wizardxe', 'N', '20170712112410', 19150177, '0.0.6'), (18607444, 18322927, './widgets/gallery_frame', 'N', '20170707135057', 18619741, '0.0.2'), (18607471, 18322927, './widgets/bangbang_alltogether', 'N', '20170626180819', 18645219, '0.0.3'), (18607483, 18322954, './layouts/zirho_layout', 'N', '20170705225249', 18645390, '0.0.3'), (18610979, 18322923, './modules/msg_admin', 'N', '20170706095114', 18614159, '0.1'), (18612951, 18322954, './layouts/elkha_simple', 'N', '20170629011744', 18633735, '1.1'), (18617496, 18322943, './modules/textyle/skins/Viewfinder', 'N', '20170616232341', 18678663, '0.3'), (18618046, 18322950, './widgets/counter_status/skins/tingenara', 'N', '20170710131654', 18620661, '1'), (18621989, 18322923, './modules/gagafilemd5', 'N', '20170706102805', 18684166, '1.0'), (18627986, 18322927, './widgets/banner_script', 'N', '20170513003902', 18634779, '0.1'), (18631776, 18322950, './widgets/content/skins/official_board_style', 'N', '20170708115231', 18638860, '1.2'), (18631835, 18322954, './layouts/kindguyLayout(201001_Kindguy4_1_xe1.3.1.2)', 'N', '20170707190047', 18634134, '201001'), (18631838, 18322954, './layouts/kindguyLayout(201001_Kindguy4_2_xe1.3.1.2)', 'N', '20170612013707', 18634163, '201001'), (18632016, 18322943, './modules/board/skins/faq', 'N', '20170711152008', 18636828, '1.3'), (18634568, 18322927, './widgets/quick_menu', 'N', '20170620002131', 18638902, '0.1.0'), (18634632, 18322927, './widgets/lnb_menu', 'N', '20170704171122', 20558937, '0.2.0'), (18634838, 18322954, './layouts/vz_clear_blue', 'N', '20170525051502', 18635623, '0.2'), (18635216, 18322950, './widgets/login_info/skins/xgenesis_login', 'N', '20170707211933', 18638870, '0.1.0'), (18636930, 18322927, './widgets/MinionInXE', 'N', '20170701125327', 18835506, '1.4'), (18637860, 18322954, './layouts/xgenesis_official', 'N', '20170704155052', 19516685, '0.2.2'), (18640942, 18322923, './modules/pop_up', 'N', '20170712104213', 18646378, '0.0.4'), (18640943, 18322925, './addons/pop_up', 'N', '20170712130417', 19149746, '0.0.8'), (18642464, 18322954, './layouts/elkha_graystyle', 'N', '20170712133846', 22755700, '2.1'), (18642836, 18322952, './widgetstyles/gray_style', 'N', '20170712113209', 18826509, '1.2.1'), (18646646, 18631347, './modules/editor/skins/dreditor/drcomponents/iframe', 'N', '20170712113256', 18646655, '0.1'), (18647145, 18322952, './widgetstyles/mo_colorline', 'N', '20170711225746', 18654291, '0.3'), (18648969, 18322925, './addons/soo_for_muzik_player', 'N', '20170709045546', 19687129, '0.3.1'), (18649607, 18322929, './modules/editor/components/jowrney_logmap', 'N', '20170703084936', 19533339, '0.4.0'), (18649610, 18322950, './widgets/login_info/skins/2010_jowrney_release', 'N', '20170709185308', 18654744, '0.1.0'), (18649613, 18322954, './layouts/2010_jowrney', 'N', '20170709184442', 19060126, '0.2.5'), (18650492, 18322954, './layouts/elkha_sky2', 'N', '20170712003157', 18865308, '1.4.5'), (18650580, 18322929, './modules/editor/components/soo_naver_bookinfo', 'N', '20170710131826', 19044122, '0.3.1'), (18652557, 18631347, './modules/editor/skins/dreditor/drcomponents/code', 'N', '20170712113253', 18652761, '0.1'), (18655593, 18322954, './xe/layouts', 'N', '20170711151949', 18667484, '1.0'), (18662544, 18322954, './layouts/blooz_layout_ver3', 'N', '20170709155821', 18701665, '3.2'), (18663182, 18322954, './layouts/shx_chameleon', 'N', '20170707041355', 18668568, '0.1.1'), (18664319, 18322925, './addons/P3P', 'N', '20170705135026', 18668421, '1.0'), (18666669, 18322923, './modules/stopsmoking', 'N', '20170710124246', 19493136, '0.2.2'), (18669571, 18322977, './modules/point/icons/dark', 'N', '20170712105805', 18672429, '1.0'), (18673912, 18322929, './modules/editor/components/soo_google_map', 'N', '20170712113138', 22231835, '0.9'), (18677776, 18322954, './layouts/lay', 'N', '20170625172237', 18682153, '0.1'), (18678675, 18322943, './modules/textyle/skins/Emplode', 'N', '20170616232323', 18700716, '0.6'), (18679839, 18322929, './modules/editor/components/soo_naver_image', 'N', '20170710134143', 18690439, '1.0.2'), (18681809, 18322925, './addons/age_restrictions', 'N', '20170712114939', 18687595, '1.0'), (18682481, 18322925, './addons/soo_js_exif', 'N', '20170702105842', 18859459, '0.3.4'), (18682907, 18322954, './layouts/ueo', 'N', '20170711115355', 19051858, '0.2'), (18686122, 18322943, './modules/board/skins/elkha_xe_official', 'N', '20170712112236', 18687734, '1.0'), (18697182, 18322927, './widgets/calendar_plannerXE123', 'N', '20170712112909', 22755771, '5.3.1'), (18700386, 18322954, './layouts/koo', 'N', '20170402082435', 18707058, '0.1'), (18703085, 18322954, './layouts/jimseung_nate', 'N', '20170531021217', 18705555, '1.0'), (18703356, 18322954, './layouts/how', 'N', '20170626143204', 18707091, '0.1'), (18705012, 18322954, './layouts/layoutSkin(kindguy5.1_xe1.4.0.5)', 'N', '20170630072923', 18708750, '201002'), (18705013, 18322954, './layouts/layoutSkin(kindguy5.2_xe1.4.0.5)', 'N', '20170630044428', 18708767, '201002'), (18706109, 18322954, './layouts/jimseung_biz', 'N', '20170710144650', 18711864, '0.1'), (18706113, 18322954, './layouts/jimseung_simplesub', 'N', '20170626143111', 18709461, '1'), (18712555, 18322954, './layouts/nom', 'N', '20170525051819', 18712759, '0.1'), (18712640, 18322927, './widgets/JW_player', 'N', '20170705142952', 18712773, '1.0'), (18714842, 18322954, './layouts/eond_portal_main_2col_right', 'N', '20170708175425', 21776053, '0.7'), (18716138, 18322954, './layouts/bom', 'N', '20170630124547', 18722236, '0.1'), (18716480, 18322954, './layouts/voo', 'N', '20170711094437', 18722243, '0.1'), (19692912, 18322925, './addons/music24', 'N', '20170710132153', 19692913, '1.0.0'), (18722759, 18322954, './layouts/xe_sunooEmLg', 'N', '20170531140425', 19462122, '1.0'), (18730576, 18322929, './modules/editor/components/interpark_book_search', 'N', '20170710124813', 18740294, '0.1'), (18731809, 18322943, './modules/board/skins/loser_guestbook', 'N', '20170627221101', 19235463, '0.1'), (18735942, 18322954, './layouts/mediaOn', 'N', '20170705140350', 18746917, '1.02'), (18739967, 18322950, 'widgets/content/skins/YGH_line', 'N', '20170711222253', 18741565, '0.1'), (18745485, 18322923, './modules/syndication', 'N', '20170712110215', 22755525, '5.0.0'), (18748689, 18322954, './layouts/daerew_v4_layout', 'N', '20170710145339', 18926143, '1.2'), (18750254, 18322950, './widgets/login_info/skins/daerew_v4_login', 'N', '20170708143846', 18751630, '1.0'), (18766685, 18322954, './layouts/elkha_graystyle2_lite', 'N', '20170712113210', 18844159, '1.0.3'), (18766699, 18322943, './modules/board/skins/quiet_board', 'N', '20170709170221', 18766890, '2.3'), (18766704, 18322925, './addons/member_layer_config', 'N', '20170710151411', 18766875, '1.1'), (18773076, 18322923, './modules/blogshop', 'N', '20170712113249', 18920619, '1.1'), (18773077, 18631347, './modules/editor/skins/dreditor/drcomponents/blogshop_writer', 'N', '20170712113249', 18920604, '1.1'), (18775186, 18322950, 'xe/modules/member/skins/default', 'N', '20170613162640', 18784334, '0.2'), (18777712, 18322925, './addons/add_document', 'N', '20170704160458', 18794485, '0.1.1'), (18779239, 18322925, './addons/daumview_vote', 'N', '20170710145911', 18898435, '0.5.5'), (18790298, 18322925, './addon/hellomaster', 'N', '20170712075046', 18794783, '1.0.0'), (18790924, 18322954, './layouts/xe_sunooEmRg', 'N', '20170707130349', 19462147, '1.0'), (18800584, 18322923, './modules/sboard', 'N', '20170711191856', 18878072, '2.1.0'), (18802611, 18322950, './widgets/content/skins/daerew_webzine_notice', 'N', '20170712031258', 18810316, '1.0'), (18802619, 18322950, './widgets/counter_status/skins/daerew_counter', 'N', '20170711133941', 19433478, '1.1'), (18809955, 18322943, './modules/editor/skins/tinyMCE', 'N', '20170711230519', 18810260, '1.4'), (18818977, 18322954, './layouts/blackcity', 'N', '20170706221616', 18832088, '1.0'), (18827207, 18322950, './widgets/login_info/skins/git_login_simple', 'N', '20170711222837', 18993961, '2.0'), (18832037, 18322954, './layouts/rom', 'N', '20170706192307', 18837238, '0.1'), (18832352, 18322923, '/editer/skins', 'N', '20170708214334', 18838645, '1.0'), (18835470, 18322927, './widgets/splanner', 'N', '20170710141548', 18878338, '0.3.0'), (18846103, 18322954, './layouts/SORRENT_LAYOUT_RELEASE', 'N', '20170705103025', 18851320, '1.0'), (18846109, 18322950, './widgets/login_info/skins/SORRENT_LOGIN', 'N', '20170705103026', 18851330, '1.0'), (18849332, 18322954, './layouts/layout_skin(xenara1.1_xe1.4.0.10)', 'N', '20170609172950', 18853151, '201004'), (18852198, 18322952, './widgetstyle', 'N', '20170616191102', 18853308, '1.0.0'), (18853350, 18322925, './addons/member_join_captcha', 'N', '20170712094630', 18855317, '0.1.4'), (18855088, 18322954, './layouts/elkha_dr4', 'N', '20170712014817', 19703575, '1.0.2'), (18864982, 18322977, './modules/point/icons/cs_level', 'N', '20170712105634', 18866619, '0.1a'), (18866481, 18322954, './layouts/Treasurej_Lifestyle', 'N', '20170705140615', 21971882, '1.1'), (18867310, 18322923, './modules/project', 'N', '20170710133412', 21278683, '1.3.1'), (18877427, 18322954, './layouts/Treasurej_Craftwork', 'N', '20170621064239', 19032188, '1.0.1'), (18882151, 18322925, './addons/facebook_social', 'N', '20170707220606', 18882152, '0.1'), (18900548, 18322954, './layouts/layout_skin(kindguy1.0_type1_xe1.4.1.1)', 'N', '20170617122532', 18901309, '201005'), (18900551, 18322954, './layouts/layout_skin(kindguy1.1_type2_xe1.4.1.1)', 'N', '20170628202631', 18901322, '201005'), (18904767, 18322977, './modules/point/icons/raycity_m', 'N', '20170712105628', 18908827, '0.1v'), (18904819, 18322977, './modules/point/icons/raycity_f', 'N', '20170712105625', 18908837, '0.1v'), (18905882, 18322923, './modules/loginlog', 'N', '20170711180004', 22755715, '1.4.0'), (18910976, 18904838, './modules/editor/styles/dreditor', 'N', '20170711131507', 18910977, '0.1'), (18915805, 18322943, './modules/textyle/skins/babyBlack', 'N', '20170703190550', 18918781, 'v0.1'), (18917848, 18322954, './layouts/xeVector', 'N', '20170617120622', 18918526, '0.2'), (18929288, 18322954, './layouts/mcube', 'N', '20170407181842', 18957849, '0.2'), (18929292, 18322923, './modules/mcubeimg', 'N', '20170704192429', 18983143, '0.3'), (18939397, 18322950, './widgets/login_info/skins/kan_login', 'N', '20170710140321', 18948357, '0.1'), (18943118, 18322943, './modules/bodex/skins', 'N', '20170710124913', 18953950, '완성버전'), (18953963, 18322943, './modules/board/skins/xe_official_sky', 'N', '20170711164505', 18971884, '1.2'), (18956310, 18322923, './modules/iconshop', 'N', '20170710145853', 18999633, '0.4'), (18956315, 18322925, './addons/member_icon_print', 'N', '20170710232350', 18968140, '0.3'), (18957505, 18322927, './widgets/cu3er', 'N', '20170710145741', 18983161, '0.2'), (18959079, 18322954, './layouts/layoutskin_wave_blue', 'N', '20170701112206', 21382225, '1.1.0'), (18968288, 18322954, './layouts/kinesis_sitelist', 'N', '20170627033405', 19348039, '0.1.1'), (18975451, 18322954, './layouts/layout_skin(kindguy5.0_type2_xe1.4.1.1)', 'N', '20170706131258', 18981166, '201006'), (18975452, 18322954, './layouts/layout_skin(kindguy5.1_type2_xe1.4.1.1)', 'N', '20170521093805', 18981176, '201006'), (18980346, 18322943, './modules/board/skins/sejin7940_board', 'N', '20170712112637', 20120497, '3.7'), (18982154, 18322925, './addons/addfooter', 'N', '20170711102019', 18983942, '0.2'), (18982156, 18322925, './addons/additional_mid', 'N', '20170616215953', 18983989, '0.2'), (18982164, 18322925, './addons/header_editor', 'N', '20170712114255', 18984012, '0.3'), (18982175, 18322925, './addons/id_rejection', 'N', '20170625144026', 18984037, '0.2'), (18982191, 18322925, './addons/meta_add', 'N', '20170711211937', 19814958, '0.2.2'), (18982192, 18322925, './addons/q_emphasis', 'N', '20170620182232', 18984109, '0.1'), (18982195, 18322925, './addons/soo_add_content', 'N', '20170712004837', 22755412, '0.6a'), (18982196, 18322925, './addons/soo_autolang', 'N', '20170710060630', 19687115, '1.0.3'), (18982221, 18322925, './addons/soo_parking', 'N', '20170711204925', 22755425, '0.25'), (18990092, 18322925, './addons/IEblock', 'N', '20170627220743', 18993329, '0.1'), (18990133, 18322925, './addons/referercheck', 'N', '20170710123922', 19009627, '2.1'), (18990588, 18322925, './addons/soo_mcrblog_link', 'N', '20170710152232', 21924371, '1.2.14'), (18994748, 18904838, './modules/editor/components/emoticon/tpl/images/pink', 'N', '20170712113310', 18995710, '1.0'), (18995899, 18322952, './widgetstyles/sorrent_simplebox', 'N', '20170710124409', 18998803, '0.1'), (18997142, 18322977, './modules/point/icons/300', 'N', '20170710150310', 18998204, '1.0'), (18997930, 18322923, './modules/coupon', 'N', '20170711193248', 21627586, '1.0'), (18998734, 18994172, './m.layouts/naverstyle', 'N', '20170712122313', 19000655, '1.0'), (18999302, 18322950, './widgets/login_info/skins/kan_login_v2', 'N', '20170710144951', 19002080, '0.1'), (19009872, 18904838, './modules/editor/components/emoticon/tpl/images/congcon', 'N', '20170623125632', 19010544, '1.0'), (19015265, 18322977, './modules/point/icons/cool', 'N', '20170712105618', 19026346, '0.1v'), (19015269, 18322977, './modules/point/icons/CA_L_Mark', 'N', '20170712100601', 19026360, '0.1v'), (19018202, 18322943, './modules/board/skins/simple_blue', 'N', '20170629004624', 19023717, '1.0'), (19020313, 18322943, './modules/board/skins/pastel_light_purple', 'N', '20170710135250', 19028626, '1.0'), (19024107, 18322923, './modules/lottery', 'N', '20170710134801', 19027139, '0.1'), (19027281, 18322950, './widgets/attendance_check/skins/sky_next_line', 'N', '20170710013226', 19029151, '1'), (19030767, 18322950, './widgets/tab_newest_document/skins/tab_sky', 'N', '20170711104447', 19039476, '0.2'), (19030768, 18322943, './modules/attendance/skins/sky_at_board', 'N', '20170710124549', 19038444, '1'), (19031365, 18322954, './layouts/elkha_neutral', 'N', '20170710145535', 20692034, '0.5'), (19032971, 18322954, './layouts/Treasurej_Craftwork_C', 'N', '20170630072504', 19038047, '1.0.1'), (19034752, 18322954, './layouts/elkha_x610', 'N', '20170521182123', 19072093, '0.1'), (19044000, 18322954, './layouts/kom', 'N', '20170710152453', 19050135, '1.0'), (19044001, 18322950, './widgets/login_info/skins/tingenara', 'N', '20170616120757', 19050124, '1.0'), (19049200, 18322925, './addons/domain_check', 'N', '20170706184513', 19050476, '0.2'), (19050369, 18322954, './layouts/crom_fixy_layout_private', 'N', '20170705074205', 19053826, '1.0'), (19051939, 18322954, './layouts/zom', 'N', '20170706192246', 19087062, '0.2'), (19056755, 18994170, './modules/board/m.skins/xe_official_planner123', 'N', '20170712114152', 22755770, '5.3.1'), (19060125, 18994172, './m.layouts/2010_jowrney_mobile', 'N', '20170711110622', 19063585, '0.1.3'), (19060827, 18322954, './layouts/xom', 'N', '20170605221122', 19092257, '0.2'), (19064264, 18322977, './modules/point/icons/getam', 'N', '20170712100820', 19064959, '0.1a'), (19064410, 18322977, './modules/point/icons/simple_TS', 'N', '20170702225919', 19064414, '1.0'), (19068106, 18322977, './modules/point/icons/nova2', 'N', '20170712100048', 19068107, '0.1a'), (19069946, 18322925, './addons/cookie-free_domains', 'N', '20170628162731', 19070012, '1.0'), (19071245, 18322950, './widgets/point_status/skins/cloverworld_skin', 'N', '20170708183058', 19071386, '1.0.0.0'), (19073125, 18322954, './layouts/fsfsdas_neutral', 'N', '20170712113352', 19848942, '0.4.4'), (19073195, 18322923, './modules/krzip_popup', 'N', '20170628235844', 19073196, '0.1'), (19073227, 18322943, './modules/member/skins/default_krzip', 'N', '20170707181754', 19073228, '0.1'), (19076083, 18322927, './widgets/sayradio', 'N', '20170710132627', 19077336, '1.0.1'), (19077792, 18322927, './widgets/twitter_follow', 'N', '20170531020135', 19077793, '1.0'), (19080637, 18322950, './widgets/rank_point/skins/elkha', 'N', '20170709195758', 19080640, '0.1'), (19081557, 18322950, './widgets/newest_document/skins/layoutskin_webzine_v2', 'N', '20170711155441', 21596748, '1.2'), (19081914, 18322925, './addons/tweet_button', 'N', '20170705141610', 19083524, '0.1'), (21127741, 18322927, './widgets/contentextended', 'N', '20170712053301', 21189359, '2.45'), (19088764, 18322954, './layouts/crom_black_box_layout', 'N', '20170704183818', 19089573, '1.0'), (19090619, 18322954, './layouts/nabul2_milate_8T', 'N', '20170515170811', 19092504, '2.0'), (19097462, 18322954, './layouts/pb', 'N', '20170710141835', 19125110, '1.2'), (19098862, 18322954, './layouts/crom_groove_eco_private', 'N', '20170707174554', 19099350, '1.0'), (19099015, 18322954, './layouts/ure', 'N', '20170706103352', 19099016, '0.1'), (19100570, 18322954, './layouts/PXE_koi', 'N', '20170710133824', 19504533, '1.0.1'), (19109313, 18322927, './widgets/content_specificdoc', 'N', '20170630111226', 19109314, '0.2'), (19116278, 18322954, './layouts/modern_line', 'N', '20170617205159', 19135412, '1.0'), (19122280, 18322952, './widgets/widgetstyles', 'N', '20170712113156', 19122812, '1.0.0'), (19125571, 18322943, './moudles/board/skins', 'N', '20170710144632', 19128667, 'v2'), (19130198, 18322923, './modules/analytics', 'N', '20170712132553', 22755256, '1.0.1'), (19130808, 18322927, './widgets/analytics_flash_counter', 'N', '20170712053039', 19157494, '0.2'), (19133209, 18322927, './widgets/newest_document_category', 'N', '20170707135031', 19134377, '0.1'), (19133654, 18322954, './layouts/Rebirth_A', 'N', '20170706044444', 19224091, '1.1.2'), (19135133, 18322954, './layouts/seven', 'N', '20170710142010', 19955250, '1.2'), (19135768, 18322950, './widgets/newest_document/skins/factory_basic_2', 'N', '20170707140310', 19135769, '2.0'), (19136412, 18322950, './widgets/newest_comment/skins/factory_basic_2', 'N', '20170707140331', 19136413, '2.0'), (19137447, 18322925, './addons/rainbow_link', 'N', '20170708234409', 19431548, '0.3'), (19138636, 18322954, './layouts/xenoriter_simple', 'N', '20170531060552', 19138637, '1.0'), (19141813, 18322950, './widgets/webzine/skins', 'N', '20170707140319', 19141814, '1.0'), (19145884, 18322925, './addons/always_follower', 'N', '20170705140904', 19503998, '1.1'), (19157569, 18322925, './addons/google_analytics', 'N', '20170712093457', 19157571, '1.0.0'), (19178969, 18322954, './layouts/xe_official_v2_TmaKing', 'N', '20170711212729', 19186638, '0.1.1'), (19182698, 18322943, './modules/board/skins/new_faq', 'N', '20170710124228', 20467493, '2.1'), (19187623, 18322925, './addons/refhide', 'N', '20161107152024', 19191147, '0.1.1'), (19197538, 18322950, './modules/editor/skins/webhard', 'N', '20170711223446', 19291157, '0.2'), (19197549, 18322943, './modules/board/skins/webhard', 'N', '20170711223446', 19291163, '0.2'), (19201015, 18322954, './layouts/kinesis_cs01f', 'N', '20170703123938', 19201021, '1.0.1'), (19201082, 18322923, './modules/mail_m9', 'N', '20170712053410', 19201083, '0.1'), (19202124, 18322923, './modules/lunar', 'N', '20170710110830', 19213083, '0.1.1'), (19202128, 18322943, './modules/member/skins/default(lunar)', 'N', '20170705022928', 19467792, '0.3'), (19202617, 18322954, './layouts/gom2net_layout', 'N', '20170710134837', 19204527, '1.0.2'), (19202629, 18322925, './addons/webfontface', 'N', '20170711192623', 19206513, '0.1'), (19208301, 18322927, './widgets/coinslider', 'N', '20170711085707', 20182294, '1.5'), (19212262, 18322923, './modules/lucene', 'N', '20170710143049', 19315303, '1.2'), (19213125, 18322927, './widgets/solarlunar', 'N', '20170710110829', 19213126, '0.1'), (19218468, 18322927, './widgets/birthday', 'N', '20170710145137', 19218473, '0.1'), (19219093, 18322954, './layouts/kia', 'N', '20170619213246', 19219094, '0.1'), (19219428, 18322927, './widgets/srchat', 'N', '20170711125855', 22754692, '219.48'), (19226818, 18322954, './layouts/gom2net_2nd_layout', 'N', '20170710151638', 19273763, '2.0.6'), (21344825, 18322977, './modules/point/icons/level', 'N', '20170712105755', 21360732, '2.0'), (19230703, 18322954, './layouts/eond_official', 'N', '20170710150023', 21382865, '1.4.1'), (19231437, 18322950, './widgets/planet_document/skins/eond', 'N', '20170707140228', 19283934, '1.0'), (19231709, 18322952, './widgetstyles/eond_webzine', 'N', '20170712113233', 19231710, '0.2'), (19231756, 18322952, './widgetstyles/eond_doubleline', 'N', '20170709114734', 19231762, '0.1'), (19232784, 18322954, './layouts/nabul2_Wishful', 'N', '20170602004351', 19232785, '1.0'), (19234197, 18322954, './layouts/eond_mynote', 'N', '20170711124524', 21723208, '1.4.4'), (19235403, 18322943, './modules/board/skins/eond_board', 'N', '20170630070413', 19235419, '0.2'), (19235552, 18322950, './widgets/login_info/skins/eond_mynote', 'N', '20170711124525', 21651021, '0.8'), (19235579, 18322950, './widgets/counter_status/skins/mynote', 'N', '20170711124524', 19252856, '0.1'), (19248816, 18322954, './layouts/xe_official_v2_Toyou', 'N', '20170711152412', 19258583, 'c'), (19260194, 18322927, './widgets/contentslider', 'N', '20170712112123', 20199435, '2.1.1'), (19270268, 18322950, './widgets/bgw_menu/skins/naradesign', 'N', '20170704114012', 19270269, '0.1'), (19271512, 18322950, './widgets/point_status/skins/eond_official_login', 'N', '20170710130916', 19271513, '0.1'), (19274574, 18322925, './addons/a_soo_wikidoc_pointfixer', 'N', '20170710134936', 19274579, '1'), (19280154, 18322954, './layouts/kinesis_pl001f', 'N', '20170611142213', 19280155, '1.0'), (19283251, 18322954, './layouts/gom2net_3rd_layout', 'N', '20170612145714', 19283257, '3.0.1'), (19285120, 18322943, './modules/board/skins/win_guestbook', 'N', '20170711210920', 19295125, '0.5'), (19293487, 18322925, './addons/soo_mobile_top', 'N', '20170705142938', 20892008, '3'), (19299608, 18322977, './modules/point/icons/ToYou_level', 'N', '20170712094800', 19299609, 'ToYou_level_icon v1.'), (19302110, 18322954, './layouts/gardenoforchids', 'N', '20170605145513', 19302111, '1.0'), (19306395, 18322925, './addons/shortcut', 'N', '20170704035922', 19306492, '0.9.9.2'), (19306873, 18904838, './modules/editor/components/emoticon/tpl/images/hicon', 'N', '20170710143837', 19310220, '1.0.0'), (19310933, 18322927, './widgets/xclient', 'N', '20170707014442', 19660872, '1.2.0'), (19320728, 18322954, './layouts/darkdream', 'N', '20170612012527', 19320733, '1.0'), (19322818, 18322954, './layouts/darkgrid', 'N', '20170626033953', 19322819, '1.0'), (19323693, 18322923, './modules/antiaccess', 'N', '20170710151504', 20181898, '1.0.3.1'), (19325680, 18322923, './modules/pipingxe', 'N', '20170704001504', 19546936, '1.0.5'), (22753439, 18322927, './widgets/tocplus', 'N', '20170701235517', 22754373, '0.3'), (19330741, 18322950, './widgets/tab_newest_document/skins/colorful', 'N', '20170710145517', 19330742, '1.0'), (19336589, 18322925, './addons/soo_block_UA', 'N', '20170707234251', 19336590, '0.1'), (19340331, 18322954, './layouts/CN_No1', 'N', '20170630071411', 19344956, '1.0.1'), (19344633, 18322943, './modules/member/skins', 'N', '20170710145048', 19349355, '1.0.0'), (19346257, 18322927, './widgets/googlesearch', 'N', '20170702115625', 19349099, '1.0.1'), (19348911, 18322943, './modules/board/skins/simpleborder_guestbook', 'N', '20170710133918', 19356183, '1.2'), (19349000, 18322943, './modules/board/skins/xe_board_extended', 'N', '20170712134209', 19349001, '1.0'), (19351727, 18322954, './layouts/crom_eco', 'N', '20170701010748', 19351728, '1.0'), (19353209, 18322950, './widgets/tab_newest_document/skins/tab_flash', 'N', '20170615071323', 19353210, '1.0'), (19355038, 18322950, './widgets/googlesearch/skin/multi_box', 'N', '20170617083125', 19355039, '1.0'), (19355511, 18904838, './modules/editor/skins/simple_editor', 'N', '20170712113304', 19355526, '1.0'), (19355521, 18322950, './widgets/googlesearch/skin/translate', 'N', '20170611141934', 19355602, '1.0'), (19360170, 18322954, './layouts/layout_skin(xenara_v1.0_type1_xe1.4.4.1)', 'N', '20170530210702', 19360187, '201010'), (19360171, 18322954, './layouts/layout_skin(xenara_v1.1_type3_xe1.4.4.1)', 'N', '20170705135825', 19360205, '201010'), (19426823, 18322943, './modules/poll/skins/clevis_poll', 'N', '20170710164318', 19440072, '0.3'), (19428586, 18322954, './layouts/fullmetal_by_daramkun', 'N', '20170530210635', 19432660, '1.0.0'), (19431275, 18322943, './module/board/skins', 'N', '20170710154246', 19432793, '0.2'), (19431519, 18322925, './addons/favicon', 'N', '20170711174317', 19434038, '1.1'), (19433415, 18322925, './addons/jquery_external_load', 'N', '20170617094208', 22674018, '2.0'), (19440527, 18322954, './layouts/CN_No2', 'N', '20170710144537', 19440528, '1.0.1'), (19442769, 18322925, './addons/sex_restrictions', 'N', '20170414001033', 19455388, '0.1.1'), (19456847, 18322977, 'modules/point/icons', 'N', '20170712095424', 19456896, '0.2'), (19456969, 18322954, './layouts/impress-06', 'N', '20170705232610', 19464583, '1.0.1'), (19458868, 18322925, './addons/soo_feed_delay', 'N', '20170615193532', 19458869, '0.1'), (19462008, 18322927, './widgets/login_sunoo', 'N', '20170711094009', 19462009, '1.0'), (19462173, 18322954, './layouts/xe_sunooNSLg', 'N', '20170706145926', 19462174, '1.0'), (19462195, 18322954, './layouts/xe_sunooWALg', 'N', '20170710123520', 19462196, '1.0'), (19473533, 18322943, './modules/integration_search/skins/xgenesis_official', 'N', '20170710140133', 19473716, '0.1.0'), (19476930, 18322927, './widgets/stopsmoking_status', 'N', '20170710005432', 19476931, '0.1.0'), (19491937, 18322954, './layouts/xe_sunooTALg', 'N', '20170601140152', 19491938, '1.0'), (19497436, 18322923, './modules/analysis', 'N', '20170702054416', 19528063, '0.1.2'), (19503269, 18322925, './addons/analysis', 'N', '20170704230843', 19527972, '0.1.2'), (19506416, 18322954, './layouts/PXE_clio', 'N', '20170712114049', 19506418, '1.1'), (19509849, 18322954, './layouts/hankooktown', 'N', '20170711203310', 19509864, '1.0'), (19510234, 18322954, './layouts/gallery_layout', 'N', '20170712113416', 19532739, '0.2'), (19510889, 18322923, './modules/portalpoint', 'N', '20170711230009', 19741258, '1.2'), (19512714, 18322954, './layouts/heaven', 'N', '20170619063732', 19514431, 'Alpha'), (19513447, 18322925, './addons/sns_linker_lite', 'N', '20170704200546', 22754189, '1.1'), (19513978, 18322954, './layouts/layout_photoGalleryA_Free', 'N', '20170707061210', 19514630, '1.0'), (19514688, 18322927, './widgets/xgenesis_login', 'N', '20170701131543', 19539957, '0.1.1'), (19515289, 18322927, './widgets/minion4', 'N', '20170710134555', 19635737, '2.0.1'), (19515672, 18322954, './layouts/xe_sunooBCLg', 'N', '20170703160510', 19515673, '1.0'), (19518187, 18322923, './modules/socialxe', 'N', '20170712014510', 22123379, '1.0.11'), (19518188, 18322923, './modules/socialxeserver', 'N', '20170710112045', 22120897, '1.0.11'), (19518196, 18322925, './addons/socialxe_helper', 'N', '20170712014510', 20361435, '1.0.6'), (19518201, 18322927, './widgets/socialxe_comment', 'N', '20170712014510', 20361452, '1.0.8'), (19518204, 18322927, './widgets/socialxe_info', 'N', '20170707133406', 19679127, '1.0.6'), (19519171, 18322950, './widgets/tab_newest_document/skins/xe_official', 'N', '20170711104428', 19519369, 'xe_official'), (19519182, 18322923, './modules/aroundmap', 'N', '20170709213114', 19519377, '0.2'), (19519186, 18322925, './addons/qrcode', 'N', '20170625115453', 19528193, '0.2'), (19519188, 18322923, './modules/rssboard', 'N', '20170705144032', 19539111, '0.3'), (19519235, 18322923, './modules/sphinx', 'N', '20170628163643', 19519336, '0.2'), (19522899, 18322923, './modules/bannermgm', 'N', '20170712073514', 19523059, '0.1'), (19522900, 18322927, './widgets/bannermgm_widget', 'N', '20170712073514', 19525794, '0.2'), (19524346, 18322950, './widgets/login_info/skins/gallery_layout_login', 'N', '20170710141111', 19527566, '0.2'), (19525249, 18322943, './modules/textyle/skins/fotowallXE', 'N', '20170711190339', 19526784, '0.4.0'), (19526505, 18322927, './widgets/bible_read', 'N', '20170710084106', 19585818, '1.1'), (19526573, 18322943, './modules/board/skins/lune_board', 'N', '20170709185502', 20290780, '1.04'), (19527443, 18322925, './addons/event_board', 'N', '20170605131142', 19527447, '0.1'), (19527550, 18322927, './widgets/gallery_layout_widget', 'N', '20170711112222', 19532746, '1.0.0'), (19527787, 18322927, './widgets/sitemap', 'N', '20170710140957', 19527788, '0.1.0'), (19529399, 18322954, './layouts/crom_iXE', 'N', '20170710131619', 19600243, '1.0.3'), (19529916, 18322943, './modules/editor/skins/jowrneyEditor', 'N', '20170711230251', 19533373, '0.1.0'), (19529917, 18322977, '해당사항없음', 'N', '20170709025800', 19533355, '0.1.0'), (19530900, 18322950, './widgets/content/skins/church_skin', 'N', '20170613235443', 19532808, '0.2'), (19530901, 18322950, './widgets/login_info/skins/church_layout_login', 'N', '20170430224631', 19530913, '0.1'), (19532317, 18322954, './layouts/portal_layout', 'N', '20170710140733', 19533824, '0.3'), (19532779, 18322954, './layouts/church_layout', 'N', '20170708175947', 19532784, '0.2'), (19533731, 18322977, './modules/point/icons/xeicon_coa', 'N', '20170711161601', 19736559, '3.0'), (19534671, 18322927, './widgets/sejin7940_calendar', 'N', '20170709133408', 19534672, '1.0'), (19548524, 18322927, './widgets/newest_document_tab', 'N', '20170711220819', 19548663, '0.2'), (19549401, 18322925, './addons/source_marking', 'N', '20170711132931', 19549402, '0.3'), (19550402, 18322925, './addons/socialxe_mid_forwarder', 'N', '20170704104832', 20361446, '1.0.3'), (19551431, 18322977, './modules/document/tpl/icons', 'N', '20170711101658', 19551432, '0.1'), (19555797, 18322925, './addons/prettyphoto', 'N', '20170712004101', 21336236, '1.1.3.0'), (19555878, 18322925, './addons/webfont', 'N', '20170711192736', 21378394, '1.1.3.1'), (19555887, 18322925, './addons/css3pie', 'N', '20170711180110', 20878725, '1.3.3.0'), (19555890, 18322954, './layouts/sketchbook5', 'N', '20170712121842', 21336191, '1.6.3.6'), (19555903, 18322943, './modules/board/skins/sketchbook5', 'N', '20170712133959', 22754336, '1.7.0'), (19555926, 18322925, './addons/tag_relation/skins/default', 'N', '20170710115717', 19915132, '0.9.5'), (19555927, 18322950, './widgets/socialxe_comment/skins/sketchbook5', 'N', '20170712014510', 22509535, '1.7.0'), (19560898, 18322943, './modules/member/skins/photoGalleryA', 'N', '20170708231441', 19560902, '1.0'), (19565911, 18322925, './addons/soo_body_content', 'N', '20170712101459', 19565912, '0.2'), (19566135, 18322977, './modules/point/icons/NetCabin_Lvic', 'N', '20170710133430', 19576465, '0.1'), (19570840, 18322954, './layouts/CN_No3', 'N', '20170628192718', 19582438, '1.0.4'), (19574799, 18322925, './addons/smenubox_scaleupdown', 'N', '20170629205248', 19576713, '0.1'), (19583417, 18322925, './addons/wiki-link', 'N', '20170710135909', 19600787, '0.2'), (19594292, 18994172, './m.layouts/sketchbook5Mobile', 'N', '20170711105901', 20557098, '1.2.2.3'), (19594435, 18994170, './modules/board/m.skins/sketchbook5Mobile', 'N', '20170712132724', 20973906, '1.2.3.3'), (19600206, 18322925, './addons/autowww', 'N', '20170705140238', 19604227, '1.0'), (19608490, 18322925, './addons/del-www', 'N', '20170710125602', 19608585, '0.1'), (19618448, 18322954, './layouts/Tony', 'N', '20170708181002', 19620083, '0.1.1'), (19618480, 18322950, './widgets/login_info/skins/Tony', 'N', '20170708181002', 19618481, '0.1.0'), (19623053, 18322950, './widgets/login_info/skins/neutral', 'N', '20170711093447', 20803425, '0.2'), (19623082, 18322950, './widgets/login_info/skins/graystyle', 'N', '20170710232952', 20702518, '0.21'), (19623904, 18322954, './layouts/layout_photoGalleyA_sub', 'N', '20170708231440', 19623910, '1.2'), (19623994, 18322954, './layouts/layout_newsMagazine_free', 'N', '20170710132131', 19623995, '1.0'), (19624853, 18322950, './widgets/login_info/skins/Quad', 'N', '20170630072843', 19624859, '1.0.0'), (19624858, 18322954, './layouts/Quad', 'N', '20170710133636', 19630832, '1.0.3'), (19630138, 18322954, './layouts/SimpleDropDown', 'N', '20170710150215', 20467486, '2.0.0'), (19637507, 18322943, './modules/board/skins/JB_erebus_board', 'N', '20170712112140', 22450338, '1.3.1'), (19639463, 18322952, './widgetstyles/lineBox', 'N', '20170710145235', 19639464, '0.1'), (19655120, 18322954, './layouts/NetCabin_X3', 'N', '20170618183420', 20430977, '0.2.2'), (19657758, 18322954, './layouts/NetCabin_X2', 'N', '20170530204616', 19657761, '0.1'), (19657941, 18322929, './modules/editor/components/chess', 'N', '20170709210416', 19688815, '1.1.2'), (19673444, 18904838, './modules/editor/styles/NomarginPTag', 'N', '20170712113320', 19675462, '0.0.1.1'), (19674194, 18904838, './modules/editor/styles/misol', 'N', '20170710225404', 19674198, '0.1'), (19674471, 18322927, './widgets/twitter', 'N', '20170708193625', 19676523, '0.2'), (19684891, 18322954, './layouts/elkha_pieces', 'N', '20170710135926', 19788968, '0.2'), (19684961, 18322950, './widgets/login_info/skins/eond_gateway', 'N', '20170710225131', 19684962, '0.5'), (19692489, 18322927, './widgets/music24_kr_clock', 'N', '20170710110739', 19692490, '1.0.0'), (19700913, 18322954, './layouts/elkha_monochrome', 'N', '20170709033207', 19803893, '0.12'), (19702417, 18322950, './widgets/login_info/skins/monochrome', 'N', '20170710144827', 20803243, '0.2'), (19702419, 18322950, './widgets/language_select/skins/monochrome', 'N', '20170710132610', 19702444, '0.1'), (19705472, 18322927, './widgets/content/skins/XEgrid_content', 'N', '20170707134946', 19705666, '1.1'), (19707673, 18322950, './widgets/newest_document/skins/CN_No_series', 'N', '20170707140212', 19707678, '1.1'), (19707730, 18322952, './widgetstyles/CN_No_series', 'N', '20170707163717', 19707731, '1.1'), (19707750, 18322954, './layouts/CN_No4', 'N', '20170614064356', 19708324, '1.1'), (19708869, 18322927, './widgets/navigation', 'N', '20170707014322', 19712189, '0.4'), (19711536, 18322954, './layouts/people blue', 'N', '20170712131018', 19744693, '0.5'), (19712183, 18322954, './layouts/smart', 'N', '20170710125208', 20902184, '0.9.9'), (19712751, 18322954, './layouts/layout_skin(xenara_v1.2_type2_xe1.4.5.2)', 'N', '20170621073927', 19712752, '1.2'), (19723352, 18322927, './widgets/facebook', 'N', '20170707134911', 19723353, '0.1'), (19740666, 18322943, './modules/textyle/skins/PHOTOGRAPHER', 'N', '20170712112828', 19757669, '0.2'); INSERT INTO `xe_autoinstall_packages` (`package_srl`, `category_srl`, `path`, `have_instance`, `updatedate`, `latest_item_srl`, `version`) VALUES (19740680, 18322943, './modules/textyle/skins/DESIGNER', 'N', '20170711000112', 19757652, '0.2'), (19740711, 18322943, './modules/textyle/skins/designspiration', 'N', '20170711000052', 19757610, '0.2'), (19744664, 18322943, './modules/textyle/skins/BlueMood', 'N', '20170619105119', 19757584, '0.2'), (19749792, 18322954, './layouts/layoutwotc_text', 'N', '20170704094040', 22596494, '1.0.7'), (19754728, 18322977, './modules/point/icons/ca_ladder_60', 'N', '20170712105609', 19755182, '0.1'), (19759864, 18322927, './widgets/google_map', 'N', '20170712004126', 19759892, '0.2'), (19765252, 18322954, './layouts/XEgrid_Free', 'N', '20170705195527', 19765321, '1.0.3'), (19767397, 18322954, './layouts/columnist', 'N', '20170712112108', 20270404, '1.5.1'), (19775760, 18322950, './widgets/content/skins/Photographer', 'N', '20170712112828', 19775761, '0.1'), (19775788, 18322950, './widgets/content/skins/default_new', 'N', '20170711000114', 19775789, '0.1'), (19775816, 18322950, './widgets/content/skins/default2', 'N', '20170619105120', 19775820, '0.1'), (19775829, 18322950, './widgets/tag_list/skins/default1', 'N', '20170712112828', 19775830, '0.1'), (19775849, 18322950, './widgets/tag_list/skins/default2', 'N', '20170605114700', 19775850, '0.1'), (19775878, 18322950, './widgets/tag_list/skins/default3', 'N', '20170710142311', 19775879, '0.1'), (19775899, 18322950, './widgets/counter_status/skins/Designspiration', 'N', '20170711000053', 19775901, '0.1'), (19775908, 18322950, './widgets/counter_status/skins/default_new', 'N', '20170711000115', 19775909, '0.1'), (19775924, 18322950, './widgets/counter_status/skins/default2', 'N', '20170619105120', 19775928, '0.1'), (19775942, 18322950, './widgets/category/skins/Designspiration', 'N', '20170710012618', 19775943, '0.1'), (19775958, 18322950, './widgets/category/skins/BlogskinDesigner', 'N', '20170619105120', 19775962, '0.1'), (19775971, 18322950, './widgets/category/skins/default_new', 'N', '20170701214419', 19775972, '0.1'), (19804189, 18322925, './addons/elkha_www', 'N', '20170712095117', 20702493, '0.11'), (19806836, 18322977, './modules/point/icons/elkha_poporina_zerostar50', 'N', '20170711214833', 19806837, '0.1'), (19807569, 18322950, './widgets/login_info/skins/webengine_black', 'N', '20170710141258', 19827659, '1.2'), (19816429, 18322954, './layouts/CN_No5', 'N', '20170710152323', 19816430, '1.0'), (19816467, 18322950, './widgets/newest_document/skins/CN_No5', 'N', '20170710212729', 19816468, '1.0'), (19816486, 18322950, './widgets/newest_comment/skins/CN_No5', 'N', '20170705142806', 19816487, '1.0'), (19817434, 18322929, './modules/editor/components/eh_player', 'N', '20170710142347', 22755204, '1.7'), (19818901, 18322954, './layouts/ikarusv1simple', 'N', '20170710135329', 19829113, '1.1.0'), (19831182, 18322954, './layouts/layout_skin(xenara_v3.0_type2_xe1.4.4.4)', 'N', '20170707063929', 19831183, '3.0'), (19831194, 18322954, './layouts/layout_skin(xenara_v3.1_type2_xe1.4.4.4)', 'N', '20170710134528', 19831195, '3.1'), (19833041, 18322952, './widgetstyles/sctb', 'N', '20170712113152', 20213631, '6.0'), (19834157, 18322954, 'xe/layouts', 'N', '20170614000811', 19834158, '0.2.1'), (19849619, 18322952, './widgetstyles/SteelblueRound', 'N', '20170705083223', 19849620, '0.1'), (19854096, 18322927, './widgets/qrcode_creator', 'N', '20170709175244', 19854097, '0.1'), (19859881, 18322925, './addons/googleplus', 'N', '20170710151910', 19864516, '0.1.1'), (19862381, 18322925, './addons/soo_googleplus', 'N', '20170628142003', 19890691, '0.2.1'), (22753528, 18322925, './addons/point_pangpang_plus', 'N', '20170704232130', 22754951, '0.2b'), (19875631, 18322925, './addons/gosite', 'N', '20170530210459', 19875632, '0.1'), (19885185, 18322943, './modules/board/skins/sr_memo', 'N', '20170712002059', 20959847, '0.9.1'), (19891355, 18322954, './layouts/steelblue4_Basic', 'N', '20170706095001', 19891356, '4'), (19894029, 18322943, './modules/bodex/skins/sw_contact', 'N', '20170707135540', 19902554, '0.9'), (19901434, 18994170, './modules/board/m.skins', 'N', '20170711094257', 19902394, '0.1'), (19906026, 18322925, './addons/mypeople', 'N', '20170710141846', 19906139, '0.0.1'), (19918081, 18322943, './modules/board/skins/CNboard', 'N', '20170709122708', 19918082, '1.0'), (19918823, 18322954, './layouts/cimple_plus', 'N', '20170711211258', 19921280, '1.3c'), (19923002, 18322925, './addons/sejin7940_write_limit', 'N', '20170708083910', 22687892, '1.5.2'), (19960240, 18322925, './addons/sejin7940_readed_count', 'N', '20170712121546', 19960243, '1.6'), (19962621, 18322943, './modules/member/skins/noangel_black', 'N', '20170706154224', 19962952, '1.0a'), (19964934, 18322950, './widgets/login_info/skins/cronos_free', 'N', '20170710123718', 20187569, '1.1'), (19974913, 18322954, './layouts/Dynamic', 'N', '20170712113356', 20429124, '3.0'), (19976643, 18322950, './modules/message/skins/naruCD', 'N', '20170710134753', 19984421, '0.1.2'), (19496679, 18904838, './modules/editor/components/emoticon/tpl/images', 'N', '20170702050256', 19504007, '0.1'), (19988049, 18322977, './modules/point/icons', 'N', '20170625105233', 19988222, '1.1.1'), (20003560, 18322977, '레이아웃에서 직접 업로드', 'N', '20170706120218', 20003621, '1.0'), (20070033, 18322927, './widgets/widget_kgcalendar', 'N', '20170710142720', 20117642, '1.1'), (20070206, 18322927, './widgets/widget_kgcontent', 'N', '20170712115818', 20315271, '1.2'), (20074878, 18322954, './layouts/elkha_tskorea', 'N', '20170710232935', 22755825, '0.3'), (20075809, 18322950, './widgets/language_select/skins/tskorea', 'N', '20170711151429', 20092424, '0.1'), (20075810, 18322927, './widgets/layout_info', 'N', '20170622002945', 20092486, '0.1'), (20079764, 18322950, './widgets/counter_status/skins/flash', 'N', '20170712113112', 20079797, '0.1'), (20091784, 18322927, './widgets/shopxeslider', 'N', '20170710004300', 20123108, 'V1.1'), (20092690, 18322950, 'widgets/content/skins/elkha_nivo', 'N', '20170710140903', 20092697, '0.1'), (20092760, 18322925, './addons/elkha_packer', 'N', '20170629104842', 20702463, '0.11'), (20117694, 18322943, '.modules/board/skins', 'N', '20170708200006', 20117695, '1.0'), (20118343, 18322925, './addon/cufon', 'N', '20170710135030', 20190605, '0.1.0'), (20120961, 18322927, './widgets/treasurej_popular', 'N', '20170712123121', 22550390, '1.0.5'), (20122381, 18322950, './widgets/treasurej_popular/skins/treasurej_popular_tabr', 'N', '20170712113021', 21972737, '1.1'), (20155119, 18322943, './modules/member/skins/XET_member', 'N', '20170710125509', 21197586, '1.2'), (20155171, 18322943, './modules/communication/skins/XET_communication', 'N', '20170708181012', 21344485, '1.2.1'), (20168220, 18322954, './layouts/xe_cafe_site', 'N', '20170708231121', 21803913, '1.7.0'), (20168286, 18322950, './widgets/login_info/skins/cafe_site', 'N', '20170711093157', 21802090, '1.7.0'), (20168297, 18322950, './widgets/language_select/skins/cafe_site', 'N', '20170712113042', 21802140, '1.7.0'), (20185969, 18322927, './widgets/autoredirect', 'N', '20170710133242', 20185972, '1.0'), (20186750, 18322950, './widgets/treasurej_popular/skins/treasurej_popular_tabs', 'N', '20170712113014', 21972593, '1.1'), (20187337, 18322923, './modules/guestbook', 'N', '20170707133433', 21962590, '1.7.0.1'), (20187411, 18322923, './modules/faq', 'N', '20170711153727', 21854296, '1.7.0.1'), (20187450, 18322923, './modules/contact', 'N', '20170712112323', 21968983, '1.7.0.2'), (20236415, 18322943, './modules/attendance/skins/sr_at_skin', 'N', '20170710145237', 20236418, '0.1'), (20242228, 18322943, '/modules/editor/skins', 'N', '20170711224312', 20624981, '0.1'), (20259612, 18322954, './layouts/HappyTravel_v1', 'N', '20170629011220', 20261781, '1.0'), (20276661, 18322950, './widgets/login_info/skins/cafe_official', 'N', '20170712113038', 21801927, '1.7.0'), (20276676, 18322950, './widgets/language_select/skins/xe_cafe_language', 'N', '20170708231121', 20276677, '0.1'), (20276726, 18322954, './layouts/xe_cafe_hub', 'N', '20170710151716', 21803871, '1.7.0'), (20277082, 18322943, './modules/homepage/skins/xe_cafe_v2', 'N', '20170710142059', 20309227, '0.1.1'), (20277901, 18322925, './addons/controlbox', 'N', '20170711180110', 20632434, '1.0.1'), (20279228, 18322923, './modules/boardauction', 'N', '20170712061608', 20295567, '0.1.1'), (20279332, 18322943, './modules/board/skins/xe_auction', 'N', '20170709072918', 20369078, '0.1.1'), (20290703, 18994170, './modules/board/m.skins/m_sr_memo', 'N', '20170712022354', 20300033, '0.3.6'), (20324298, 18322923, './modules/textmessage', 'N', '20170712085222', 22755760, '3.2.1'), (20324311, 18322923, './modules/notification', 'N', '20170711170103', 22755762, '2.4.2'), (20330088, 18322954, './layouts/layoutwotc_portal', 'N', '20170703170421', 20691619, '1.0.2'), (20340640, 18322925, './addons/iphone_checkbox', 'N', '20170622170248', 20409821, '1.0a'), (20350195, 18322927, './widgets/contentslist', 'N', '20170707134845', 20350196, '0.5'), (20393822, 18322923, './modules/newposts', 'N', '20170711101924', 22755538, '2.4'), (20401336, 18322954, './layouts/style_a_lite', 'N', '20170712113345', 22754751, '2.1.5'), (20415487, 18322943, './modules/lottery/skins/simple', 'N', '20170705140426', 20451828, '1.1'), (20427455, 18322952, './widgetstyles/admin_ws', 'N', '20170707163700', 20454155, '0.2'), (20453531, 18322925, './addons/bodyfade', 'N', '20170612203116', 21401825, '0.2.3'), (20458826, 18322954, './layouts/we_home', 'N', '20170705171625', 20980624, '1.8'), (20464644, 18322927, './widgets/vanner', 'N', '20170625134700', 20464663, '0.2'), (20466120, 18322925, './addons/elfinder', 'N', '20170712085914', 20480086, '0.1.1'), (20472943, 18322954, './layouts/xe_solid_enterprise_LeCiel_v1', 'N', '20170710135008', 20613484, '1.7'), (20473328, 18904838, './modules/editor/skins/fckplus', 'N', '20170711224411', 20487316, '1.1a'), (20473753, 18322943, './modules/editor/skins/xeed', 'N', '20170703160145', 20473754, '0.2'), (20476783, 18904838, './modules/editor/skins/fckplus_SimpleWhite', 'N', '20170710154646', 20487172, '1.1a'), (20476937, 18322943, './modules/contact/skins/cameron', 'N', '20170711104059', 21970579, '1.5'), (20493834, 18322950, './widgets/content/skins/updatenews', 'N', '20170712113049', 21134264, '1.8'), (20495669, 18322943, './modules/member/skins/simple', 'N', '20170612235255', 20507441, '0.1'), (20502461, 18322943, './modules/message/skins/cmd_message', 'N', '20170710133300', 20502462, '0.1'), (20509760, 18322943, './modules/page/skins/sejin7940_page', 'N', '20170711101910', 22572810, '1.4.1'), (20514706, 18322943, './modules/board/skins/simple_board', 'N', '20170711181719', 22754093, '1.3'), (20519604, 18322943, './modules/member/skins/simple_for_14', 'N', '20170707135502', 21193099, '0.2'), (20520233, 18322952, './widgetstyles/sketchbook5_wincomi', 'N', '20170712132941', 20798858, '3.0'), (20520855, 18322925, './addons/color_message', 'N', '20170705140040', 20520858, '1.1'), (20522778, 18322925, './addons/color_message_for_14', 'N', '20170710142639', 20522789, '1.0'), (20522820, 18322950, './widgets/bible_read/skins/KnDol', 'N', '20170710133618', 20590447, '1.1.0'), (20525058, 18322925, './addons/popup_menu_like_1_4', 'N', '20170621231414', 20798880, '1.0'), (20526823, 18322925, './addons/me2plugin_for_14', 'N', '20170710141145', 20526828, '1.0'), (20531619, 18322954, './layouts/white_square_layout', 'N', '20170710115050', 20882875, '1.3'), (20533710, 18322950, './widgets/xeBanner/skins', 'N', '20170711124721', 20533711, '1.0.0'), (20547035, 18322925, './addons/exif', 'N', '20170710144614', 21378417, '0.9.2.2'), (20557173, 18322950, './widgets/content/skins/xe2011_contributor_present', 'N', '20170707140111', 20557174, '0.1'), (20558958, 18322950, './widgets/lnb_menu/skins', 'N', '20170704194136', 20558964, '0.1.0'), (20564368, 18322925, './addons/sejin7940_align', 'N', '20170711181108', 20564370, '1.0'), (20579823, 18322954, './layouts/SilverCloud', 'N', '20170621184809', 20579824, '1.0'), (20605745, 18322927, './widgets/widget_kgmedia', 'N', '20170712115823', 20695833, '1.1'), (20612563, 18322927, './widgets/contentsmedia', 'N', '20170711154440', 20696865, '0.7'), (20644220, 18322925, './addons/prohibit_monologue', 'N', '20170710143501', 20644221, '0.1'), (20649732, 18322925, './addons/commentwritedownload', 'N', '20170710123700', 20681999, '0.3'), (20670102, 18322923, './modules/lisense', 'N', '20170707024211', 20692149, '0.1'), (20673638, 18322925, './addons/html5audio_flash', 'N', '20170710124404', 22541039, '1.5.1'), (20673640, 18322925, './addons/falling_snow', 'N', '20170617153136', 20697610, '1.5.0'), (20673970, 18322923, './modules/referer', 'N', '20170712112356', 22755729, '3.9.6'), (20673999, 18322925, './addons/referer', 'N', '20170711172554', 22755559, '3.5.1'), (20687933, 18322954, './layouts/xdt_offical_2', 'N', '20170710133215', 20949015, '1.4'), (20707031, 18322943, '/modules/contact/skins', 'N', '20170711140929', 20707032, '1.0'), (20710471, 18322923, './modules/checkip', 'N', '20170711010127', 20765854, '0.2.2'), (20789735, 18322943, './modules/socialxe/skins/bootstrap.single', 'N', '20170710142104', 20789736, '1.0'), (20792413, 18322950, './widgets/content/skins/sticky_note', 'N', '20170628120122', 20792414, '1.0.3.0'), (20796792, 18322927, './widgets/notice', 'N', '20170711111911', 22755365, '1.0.6'), (20806148, 18322925, './addons/nonebutton', 'N', '20170710152305', 20823285, '0.1.1'), (20832909, 18322927, './widgets/user_finder', 'N', '20170710163838', 20836373, '0.1'), (20832931, 18322923, './modules/user_finder', 'N', '20170710163838', 20836347, '0.1'), (20882492, 18322923, './modules/purplebook', 'N', '20170609114127', 22755547, '4.8.1'), (20908270, 18322923, './modules/detail_search', 'N', '20170710130728', 20949711, '0.1.1'), (20908354, 18322950, './widgets/dswidget', 'N', '20170710095901', 20950044, '0.1.1'), (20927819, 18322950, './widgets/login_info/skins/photo15', 'N', '20170710144601', 22253694, '1.1'), (20936395, 18322923, './modules/umessage', 'N', '20170711001655', 20943903, '1.1'), (20949728, 18322925, './addons/CssOutPlus', 'N', '20170707103904', 20952200, '1.1'), (20951206, 18322925, './addons/css3pie_js', 'N', '20170710150916', 20966650, '1.1.1'), (20954749, 18322925, './addons/message_alarm', 'N', '20170709212919', 21041089, '2.0'), (20957609, 18322925, './addons/wating_message', 'N', '20170710151201', 20957612, '0.1.1'), (20959091, 18322925, './addons/doc_viewer', 'N', '20170712104216', 20959094, '0.1.2'), (20966755, 18322954, './layouts/xdt_community', 'N', '20170710130952', 21002067, '1.1'), (20971314, 18322925, './addons/kakao_link', 'N', '20170711182007', 20975200, '0.2'), (20989209, 18322954, './layouts/Chemistry_lite', 'N', '20170703011637', 20989210, '1.0'), (20999893, 18322927, './widgets/sys_status', 'N', '20170712092338', 21005314, '3.1.1'), (21003996, 18322927, './widgets/xestream', 'N', '20170711110624', 21014531, '0.2'), (21004386, 18322950, './widgets/sys_status/skin/simple', 'N', '20170710133054', 21004387, '0.1'), (21009029, 18322954, './layouts/xdt_community_2', 'N', '20170711174832', 21009030, '1.0'), (21014822, 18322929, './modules/editor/components/soo_youtube', 'N', '20170711103154', 21039496, '0.5.1'), (21015635, 18322925, './addons/appoint_view_user', 'N', '20170711224330', 21409930, '1.0'), (21038796, 18322950, './widgets/point_status/skins/bootstrap', 'N', '20170710202322', 21146775, '1.2'), (21038825, 18322950, './widgets/content/skins/sketchbook5_style', 'N', '20170712133800', 22755640, '1.1'), (21090780, 18322954, './layouts/pleasure', 'N', '20170616054329', 21092056, '1.2'), (21092346, 18322925, './addons/xdt_button', 'N', '20170711221111', 21739119, '2.1'), (21124707, 18322925, './addons/soo_add_ssl', 'N', '20170710152403', 21124708, '0.1'), (21146815, 18322950, './widgets/sys_status/skins/tb', 'N', '20170712092338', 21146816, '1.0'), (21154641, 18322925, './addons/iframe_resize', 'N', '20170712022129', 21189969, '0.2'), (21189057, 18322925, './addons/settitle', 'N', '20170710151658', 21383555, '1.3'), (21189175, 18322925, './addons/texteffect', 'N', '20170628202014', 21197591, '0.2 beta'), (21190663, 18322925, './addons/report_addon', 'N', '20170629205123', 21194703, '0.2'), (21194822, 18322929, './modules/editor/components/simple_jw', 'N', '20170708111425', 21364752, '0.3.0'), (21194850, 18322925, './addons/bootstrap_btn', 'N', '20170630073256', 21194883, '1.0'), (21195053, 18322925, './addons/bootstrap_icon', 'N', '20170712001305', 21202617, '1.1a'), (21195185, 18322923, './modules/authentication', 'N', '20170712095358', 22754169, '3.1.2'), (21196855, 18322927, './widgets/camtv', 'N', '20170712132954', 21228634, '0.1'), (21204144, 18322925, './addons/number_display', 'N', '20170707071140', 21204145, '0.1'), (21211103, 18322923, './modules/sejin7940_comment', 'N', '20170710171949', 22755699, '1.8'), (21220010, 18322925, './addons/limit_message', 'N', '20170602162317', 21229637, '0.2'), (21221462, 18322925, './addons/naver_analytics', 'N', '20170711212824', 22658323, '1.2'), (21231044, 18322923, './modules/reset_password', 'N', '20170710131140', 22728311, '1.2'), (21245296, 18322954, './layouts/xe_official_v2.2', 'N', '20170707155617', 21295736, 'v.2.2'), (21262112, 18322925, './addons/scrollbar', 'N', '20170626044808', 21262114, '0.9.1'), (21267409, 18322954, './layouts/qookrabbit', 'N', '20170711180108', 21363221, '1.9.8'), (21289114, 18322925, './addons/division', 'N', '20170709195234', 21294767, '1.0'), (21290615, 18994170, './modules/board/m.skins/xenon_m_board', 'N', '20170711174618', 21393065, '1.5'), (21290617, 18994170, './modules/page/m.skins/xenon_m_page', 'N', '20170710130557', 21295253, '1.1'), (21290626, 18994170, './modules/member/m.skins/xenon_m_member', 'N', '20170709134058', 21429905, '1.0'), (21290627, 18994172, './m.layouts/XenonMoblie', 'N', '20170711174619', 21815540, '1.9.1'), (21298003, 18322925, './addons/layerpopup', 'N', '20170712100820', 22754287, '1.10'), (21302525, 18322954, './layouts/xdt_pure', 'N', '20170711234850', 22755554, '1.6'), (21305288, 18322952, './widgetstyles/nico', 'N', '20170712093111', 21532773, '2.0'), (21305881, 18322923, './modules/xewall', 'N', '20170711181703', 22754355, '0.3.1'), (21352246, 18322950, './widgets/counter_status/skins/qookrabbit_status', 'N', '20170711180110', 21352247, '0.1'), (21352623, 18322925, './addons/mresizer', 'N', '20170712112546', 22755552, '1.6'), (21354730, 18322925, './addons/msg_point', 'N', '20170710130657', 21354731, '1.0'), (21354767, 18322925, './addons/change_nickname', 'N', '20170709191056', 22754182, '2.0'), (21364832, 18322950, './widgets/newest_comment/skins/mynote', 'N', '20170710145502', 21364833, '0.1'), (21367559, 18322954, '/layout', 'N', '20170710145158', 21389903, '0.0.2'), (21369594, 18322925, './addons/my_comment_addon', 'N', '20170710225826', 21394119, '1.1.2'), (21369690, 18322950, './widgets/newest_comment/skins/xenon_m_com', 'N', '20170707164552', 21370425, '1.1'), (21369691, 18322950, './widgets/newest_document/skins/xenon_m_doc', 'N', '20170612171342', 21369734, '1.0'), (21369692, 18322950, './widgets/newest_document/skins/xenon_m_gel', 'N', '20170621171706', 21369738, '1.0'), (21370287, 18322923, './modules/smartux', 'N', '20170625102653', 21370289, '1.0.2'), (21373345, 18322925, './addons/searchhighlight', 'N', '20170710180148', 21394152, '0.2'), (21374711, 18322923, './modules/ncenterlite', 'N', '20170711234042', 22755671, '3.0.3'), (21378491, 18994170, './modules/board/m.skins/sketchbook5', 'N', '20170712133959', 22754337, '1.7.0'), (21382622, 18322925, './addon/jquery_snow', 'N', '20170628011443', 21391227, '0.0.1'), (21384926, 18322925, './addons/dragcolor', 'N', '20170629103538', 21385023, '1.0'), (21388442, 18322923, './modules/mobileex', 'N', '20170711011516', 22107721, '0.6.1'), (21391263, 18322925, './addons/mbanner', 'N', '20170707134135', 21391414, '1.0'), (21393465, 18322927, './widgets/uchat', 'N', '20170712032523', 22755730, '1.1.9'), (21396254, 18322950, './widgets/content/skins/tb_sb', 'N', '20170711173119', 21396255, '1.0'), (21398290, 18322925, './addons/pagechange', 'N', '20170630070528', 21432465, '3.0'), (21400134, 18322925, './addons/securityPlus', 'N', '20170710142705', 21400135, '1.0.0'), (21410063, 18322952, './widgetstyles/xdt_windless', 'N', '20170711220915', 21410071, '1.0'), (21411060, 18322943, './modules/socialxe/skins/tb', 'N', '20170712001313', 22122003, '1.1'), (22753897, 18322925, './addons/floating_video', 'N', '20170711194107', 22755842, '0.6.0'), (21411087, 18322943, './modules/socialxeserver/skins/tb', 'N', '20170710145305', 21411095, '1.0'), (21411172, 18322943, './modules/contact/skins/tb', 'N', '20170710133335', 21411184, '1.0'), (21412475, 18322923, './modules/recruit', 'N', '20170711200214', 21412476, '1.0'), (21413017, 18322927, './widgets/xegallery', 'N', '20170710134434', 21433519, '0.3'), (21415137, 18322925, './addons/setitle2', 'N', '20170705174039', 21415140, '2.1.0'), (21428178, 18322954, './layouts/xdt_simple_home', 'N', '20170710115719', 22403086, '1.4'), (21439563, 18322925, './addons/kru_sslhelper', 'N', '20170709235459', 21711242, '3.0.1'), (21526323, 18322925, './addons/noclick', 'N', '20170711041036', 22754294, '1.3'), (21535219, 18322954, './layouts/live_login', 'N', '20170710125124', 21768603, '1.5.0.0'), (21591779, 18322925, './addons/radarURL', 'N', '20170710181158', 21594258, '1.2'), (21606824, 18322925, './addons/href_fixed1', 'N', '20170710124131', 21606841, '1.0'), (21620531, 18322925, './addons/opengraph', 'N', '20170709182404', 21620532, '0.0.2'), (21626541, 18322925, './addons/Redirection', 'N', '20170710142033', 21626542, '1.0a'), (21643081, 18322950, './widgets/content/skins/mynote', 'N', '20170711124524', 21643082, '0.1'), (21643233, 18322954, './layouts/Express999', 'N', '20170708045454', 21838875, '2.1'), (21648251, 18322950, './widgets/content/skins/tb_cw', 'N', '20170712092303', 21978061, '2.2'), (21651786, 18322925, './addons/scmplayer', 'N', '20170709002231', 22299133, '1.5'), (21715889, 18322943, './modules/message/skins/eond', 'N', '20170710130036', 21715890, '0.1'), (21717275, 18322923, './modules/okname', 'N', '20170706062354', 21726208, '0.2.0'), (21717279, 18322925, './addons/okname', 'N', '20170704194512', 21726233, '0.2.0'), (21736776, 18322925, './addons/kru_dab', 'N', '20170710134707', 21748943, '1.1'), (21749702, 18994170, './modules/textyle/m.skins', 'N', '20170711000127', 21762837, '0.9'), (21752944, 18322925, './addons/layerAlert', 'N', '20170628033443', 21753018, '1.1'), (21761048, 18322954, './layouts/eond_rosso', 'N', '20170706165243', 21791719, '0.3.3'), (21776217, 18322954, './layouts/eond_starter', 'N', '20170708175348', 21776218, '0.1'), (21782412, 18322954, './layouts/eond_compact', 'N', '20170708175450', 21782413, '0.8.4'), (21788706, 18322925, './addons/AntiProxy', 'N', '20170711110201', 21788708, '1.0.0'), (21798677, 18322943, './modules/ncenterlite/skins/playerplace', 'N', '20170620110517', 21798682, '1.0.1'), (21802016, 18322943, './modules/board/skins/xe_official_planner123/colorset', 'N', '20170712110147', 22754341, '0.4'), (21805731, 18322925, './addons/activescrollbar', 'N', '20170628002441', 21805732, '1.0'), (21807603, 18322927, './widgets/xehoverdir', 'N', '20170710210805', 21807604, '0.1'), (21810388, 18322954, './layouts/xdt_black_time', 'N', '20170710233719', 22403080, '1.2'), (21813965, 18322943, './modules/board/skins/xe_v3_gallery_haan', 'N', '20170712130538', 21814028, '0.3.1'), (21838367, 18322927, './widgets/foodin', 'N', '20170630150547', 21845017, '0.0.3'), (21838368, 18322950, './widgets/foodin/skin/simple', 'N', '20170630150459', 21845033, '0.0.1'), (21854312, 18322923, './modules/forum', 'N', '20170704185121', 21956789, '1.7.0.1'), (21855754, 18322927, './widgets/server_status', 'N', '20170710171646', 21885905, '0.2'), (21861240, 18322943, './modules/member/skins/tb', 'N', '20170711173119', 21861246, '1.0'), (21861251, 18322943, './modules/communication/skins/tb', 'N', '20170711173119', 21861263, '1.0'), (21861272, 18322943, './modules/message/skins/tb', 'N', '20170628013847', 21861277, '1.0'), (21861282, 18322943, './modules/integration_search/skins/tb', 'N', '20170710205109', 21861307, '1.0'), (21862798, 18322954, './layouts/brownwhite', 'N', '20170612175341', 21863022, '1.1'), (21876980, 18322923, './modules/multidomain', 'N', '20170711220121', 22755400, '1.4.1'), (21876999, 18322925, './addons/multidomain', 'N', '20170711174423', 22280906, '1.2'), (21883072, 18322954, './layouts/the_bootstrap', 'N', '20170711173118', 22755641, '3.5.2'), (21889835, 18322925, './addons/counter_ex', 'N', '20170708085019', 22754574, '1.1.0'), (21901097, 18322925, './addons/today_fortune', 'N', '20170710150839', 21908882, '1.0.1'), (21933112, 18322925, './addons/to_sns', 'N', '20170712132323', 22755864, '0.2.2'), (21933295, 18322923, './modules/realnotice', 'N', '20170710150717', 21933310, '0.5'), (21950613, 18322925, './addons/sejin7940_mustlogin', 'N', '20170709160645', 21959492, '0.2'), (21978106, 18322925, './addons/sejin7940_autotrash', 'N', '20170711105633', 21978124, '1.1.1'), (22017658, 18322954, './layouts/xecenter', 'N', '20170712112046', 22633469, '1.3.7'), (22069845, 18322927, './widgets/traffic_status', 'N', '20170710145629', 22069874, '1.0'), (22073155, 18322923, './modules/cash', 'N', '20170707150855', 22074809, '0.1'), (22115065, 18322954, './layouts/awake', 'N', '20170712122133', 22754348, '1.0.4'), (22115651, 18322923, './modules/pa', 'N', '20170704224321', 22121058, '1.0'), (22141994, 18322977, './modules/point/icons/level_icon', 'N', '20170712105900', 22734341, 'SSS'), (22160991, 18322977, './modules/point/icons/wf_lv', 'N', '20170709093049', 22161011, '0.2'), (22186881, 18322977, './modules/point/icons/star', 'N', '20170712105843', 22186890, 'S'), (22194465, 18322925, './addons/member_join_ex', 'N', '20170711155340', 22194483, '0.2.3'), (22208650, 18322923, '/messageTalk', 'N', '20170705022651', 22208679, '1.1'), (22208653, 18322925, './addons/font-awesome', 'N', '20170710144252', 22226740, '1.0'), (22223413, 18322925, './addons/wiki_extend', 'N', '20170711192947', 22223443, '0.1'), (22228663, 18322925, './addons/addon_insert_sticker', 'N', '20170710151132', 22228684, '1.0'), (22235916, 18322925, './addons/zipped_xe', 'N', '20170712011103', 22278143, '0.3'), (22245450, 18322943, './widgets/logged_members/skins/w_redtokbox', 'N', '20170704081812', 22277385, '1.2'), (22260417, 18322925, './addons/301moved', 'N', '20170628190025', 22265949, '0.2'), (22263678, 18322927, './widgets/eh_whcarousel', 'N', '20170710145653', 22754205, '0.4'), (22266089, 18322977, './modules/point/icons/default_J', 'N', '20170627144111', 22266113, 'PK_CP'), (22280542, 18322954, './layouts/simplestrap', 'N', '20170712125735', 22755826, '2.2.1'), (22282486, 18322950, './widgets/content/skins/simplestrap_sb', 'N', '20170712125735', 22755643, '1.0.2'), (22283649, 18322943, './modules/member/skins/simplestrap', 'N', '20170712125735', 22755627, '2.0'), (22283657, 18322943, './modules/communication/skins/simplestrap', 'N', '20170712125735', 22755793, '2.0.1'), (22288778, 18322927, './widgets/talkbox', 'N', '20170707011009', 22460980, '1.1'), (22301990, 18322943, './modules/board/skins/sketchbook5_youtube', 'N', '20170712112956', 22304077, '0.3'), (22303618, 18322977, './modules/point/icons/donek', 'N', '20170702225744', 22303661, 'Acc'), (22305559, 18322977, './modules/point/icons/KJA_Love', 'N', '20170702062330', 22305588, 'R'), (22332211, 18322954, './layouts/xdt_cool', 'N', '20170712111639', 22595789, '1.2.2'), (22337183, 18322977, './modules/point/icons/typical-t', 'N', '20170616141411', 22337194, 'Timeless'), (22337993, 18322954, '/layouts', 'N', '20170706102715', 22337998, '1.0.0'), (22348667, 18322954, './layouts/blue', 'N', '20170710142535', 22348685, '1.0'), (22753681, 18322925, './addons/hashtags', 'N', '20170711111940', 22755203, '1.2'), (22351328, 18322943, './modules/forum/skins/flat_forum_lite', 'N', '20170710150147', 22374400, '1.0.4'), (22356670, 18322943, './modules/integration_search/skins/yjsoft_ggcse', 'N', '20170712105341', 22379825, '0.1.0'), (22356680, 18322977, './modules/point/icons/zanazana', 'N', '20170711155849', 22356690, 'I don\'t no'), (22359020, 18322925, './addons/elkha_simple_spam', 'N', '20170711110516', 22359071, '0.1'), (22377937, 18322954, './layouts/hestia', 'N', '20170711093959', 22754444, '2.1.4'), (22393789, 18322950, 'widgets/counter_status/skins/hestia_status', 'N', '20170711093959', 22393813, '1.0'), (22396862, 18322954, './layouts/xdt_style_b', 'N', '20170707083645', 22658304, '1.2.4'), (22402420, 18322977, './modules/point/icons/500-983', 'N', '20170531133312', 22402437, 'fort'), (22440981, 18322950, './widgets/content/skins/eond_ygh', 'N', '20170711215332', 22440999, '0.3'), (22446815, 18322923, './modules/upgletyle', 'N', '20170710235946', 22692647, '0.1.4'), (22450636, 18322943, './modules/editor/skins/xpresseditor_axupload5', 'N', '20170712032452', 22755307, '1.2.1'), (22452877, 18904838, './modules/editor/styles/simplestrap', 'N', '20170708050729', 22452885, '0.1'), (22454021, 18322923, './messageTalk', 'N', '20170712064221', 22460914, '2.0.1'), (22455366, 18322925, './addons/block_document', 'N', '20170710140011', 22755330, '0.2'), (22456939, 18322925, './addons/xdt_scrollbar', 'N', '20170630103037', 22456955, '1.0'), (22466915, 18322923, './modules/plusad', 'N', '20170710210420', 22530791, '0.5'), (22466916, 18322927, './widgets/plusadWidget', 'N', '20170712021958', 22530804, '0.6'), (22467273, 18322943, './modules/board/skins/phiz_A_zine2', 'N', '20170712013343', 22471747, '1.0'), (22470148, 18322954, './layouts/layout_intermission', 'N', '20170712131414', 22545808, '0.9.6'), (22473723, 18322954, './layouts/daol_official', 'N', '20170705232123', 22715041, '1.1'), (22481310, 18322977, './modules/point/icons/Dandy_TJ', 'N', '20170712111352', 22481349, 'I\'m very Dandy'), (22488105, 18322954, './layouts/webengine_white', 'N', '20170711133722', 22602278, '1.2'), (22497371, 18322925, './addons/url_shortener', 'N', '20170709155237', 22574332, '1.12'), (22501400, 18322950, './widgets/newest_document/skins/luke_doc', 'N', '20170707164541', 22502529, 'v1.0'), (22501977, 18322954, './layouts/dark_white', 'N', '20170712004056', 22508454, 'v1.1'), (22505945, 18322950, './widgets/newest_comment/skins/luke_doc', 'N', '20170710125715', 22505955, 'v1.0'), (22508537, 18322923, './modules/rockgame', 'N', '20170711215859', 22541336, '0.4'), (22511691, 18322925, './addons/member_activity_check', 'N', '20170710133707', 22754292, '0.4'), (22514693, 18994172, './m.layouts/xenon_nx', 'N', '20170712094205', 22754354, '0.9.3'), (22516532, 18322925, './addons/langfilter', 'N', '20170711110715', 22754507, '0.7'), (22526030, 18322927, './widgets/simple_clock', 'N', '20170710130336', 22537348, '1.1'), (22526528, 18322925, './addons/falling_snow2', 'N', '20170628002415', 22528351, '1.0.0'), (22526756, 18322925, './addons/falling_snow3', 'N', '20170625113305', 22528554, '1.0.0'), (22529686, 18322927, './widgets/simple_calendar', 'N', '20170712001158', 22579892, '1.3'), (22529898, 18322950, './widgets/browserWidget/skins/simplestrap', 'N', '20170613092108', 22529948, '0.1'), (22530581, 18322943, './modules/board/skins/contact_write', 'N', '20170712110143', 22755840, '1.14'), (22531811, 18322950, './widgets/treasurej_popular/skins/neat_popular_tabs', 'N', '20170712123121', 22754295, '1.1'), (22535332, 18322954, './layouts/xeschool_red', 'N', '20170621234452', 22535344, 'red'), (22535350, 18322977, './modules/point/icons/redskiicons', 'N', '20170711155741', 22535354, 'redski'), (22535360, 18322977, './modules/point/icons/plusalpine', 'N', '20170711155259', 22535364, 'plusAlpha'), (22537451, 18322925, './addons/bootstrap3_css', 'N', '20170710133513', 22537493, '1.0'), (22539420, 18322927, './widgets/cute_clock', 'N', '20170710110345', 22539425, '1.0'), (22540074, 18322954, './layouts/s4us_1.0', 'N', '20170711120913', 22540131, '1.0'), (22540502, 18322943, './modules/contact/skins/phizContact', 'N', '20170711224036', 22540527, '1.0'), (22540996, 18322929, './modules/editor/components/multimedia_link', 'N', '20170711205925', 22616932, '1.2.0'), (22542943, 18322954, './layouts/Fresh', 'N', '20170711150401', 22543307, '1.0'), (22544858, 18322925, './addons/html5video_flash', 'N', '20170625070642', 22544908, '1.0.0'), (22547855, 18994170, './modules/member/m.skins/Blouse', 'N', '20170708202827', 22568070, '1.3'), (22549104, 18322925, './addons/recommend', 'N', '20170710212323', 22549119, '1.0'), (22553944, 18322925, './addons/xdt_css', 'N', '20170710150005', 22553960, '1.0'), (22556480, 18322927, './widgets/moonchat', 'N', '20170712133444', 22755858, '3.0.1'), (22562932, 18322950, './widgets/sitemap/skins/select', 'N', '20170707135841', 22585636, '0.3.3'), (22563110, 18322950, './widgets/content/skins/s4utabview', 'N', '20170711223112', 22563143, '1.0'), (22563158, 18322954, './layouts/nextep', 'N', '20170706104005', 22581078, 'nextep v1.2'), (22566102, 18322943, './modules/board/skins/wmboard', 'N', '20170707154436', 22573020, '2.1'), (22568598, 18322954, './layouts/xdt_simple_home2', 'N', '20170712132429', 22715996, '1.0.1'), (22572346, 18322927, './widgets/hindole', 'N', '20170710140151', 22572496, '1.0'), (22572358, 18322950, './widgets/newest_comment/skins/hindole_v1_com', 'N', '20170708163727', 22572455, '1.0'), (22572362, 18322954, './layout/book_layout', 'N', '20170712004015', 22572485, '1.0'), (22572365, 18322952, './widgetstyles/hindole_box', 'N', '20170711160337', 22600170, '1.1'), (22572369, 18322952, './widgetstyles/simple-style', 'N', '20170712092801', 22572466, '1.0'), (22572375, 18322950, './widgets/newest_document/skins/hindole_v1_doc', 'N', '20170712060532', 22572430, '1.0'), (22577184, 18322923, './modules/sejin7940_copy', 'N', '20170712110622', 22755414, '1.3.3'), (22579388, 18322923, './modules/money', 'N', '20170710143706', 22702291, '0.1.3'), (22580059, 18322925, './addons/xesticky', 'N', '20170710131920', 22580144, '0.1'), (22581369, 18322927, './widgets/towc_new_docu', 'N', '20170712112617', 22638452, '1.9'), (22583905, 18322950, './widgets/content/skins/phiz_rwd_images', 'N', '20170711151914', 22583963, '1.0'), (22583972, 18322954, './layouts/phizRWDThemes', 'N', '20170711172354', 22714063, '1.2'), (22585779, 18322943, './modules/board/skins/sm', 'N', '20170712085846', 22696276, '1.9.7'), (22587055, 18994170, './modules/board/m.skins/sm', 'N', '20170712022317', 22693248, '0.5.8'), (22589792, 18994172, './m.layouts/webbuilder', 'N', '20170707161403', 22589821, '1.0.1'), (22590268, 18322923, './modules/quizgame', 'N', '20170708195347', 22590276, '0.1'), (22590697, 18322943, './modules/editor/skins/ckeditor', 'N', '20170710151220', 22590711, '1.0.0'), (22591861, 18322954, './layouts/webbuilder_layout', 'N', '20170711124715', 22610423, '1.0.3'), (22594541, 18322923, './modules/nproduct', 'N', '20170712011552', 22755809, '2.5.2'), (22594546, 18322923, './modules/nstore', 'N', '20170712003202', 22755810, '2.5.2'), (22594548, 18322923, './modules/store_review', 'N', '20170712011553', 22755815, '2.5.2'), (22594549, 18322923, './modules/ncart', 'N', '20170712011553', 22755807, '2.5.2'), (22594556, 18322923, './modules/epay', 'N', '20170712011554', 22755804, '2.5.2'), (22594557, 18322923, './modules/nmileage', 'N', '20170712011554', 22755808, '2.5.2'), (22594571, 18322927, './widgets/frontdisplay', 'N', '20170712003604', 22596682, '1.0'), (22594576, 18322927, './widgets/category_menu', 'N', '20170712003538', 22596721, '1.2'), (22594585, 18322925, './addons/trolley', 'N', '20170712003509', 22596756, '0.3'), (22596809, 18322923, './modules/nstore_digital', 'N', '20170711221142', 22755812, '2.5.2'), (22596810, 18322923, './modules/nstore_digital_contents', 'N', '20170711215731', 22755811, '2.5.2'), (22597020, 18322923, './modules/license', 'N', '20170711181654', 22635123, '1.2.1'), (22597112, 18322923, './modules/cympusadmin', 'N', '20170712011552', 22755802, '2.5.2'), (22597120, 18322923, './modules/store_search', 'N', '20170712015743', 22755816, '2.5.2'), (22597227, 18322923, './modules/paynoty', 'N', '20170712001221', 22755813, '2.5.2'), (22597855, 18322943, './modules/board/skins/rest_default', 'N', '20170712025823', 22723910, '1.2.1'), (22605220, 18322925, './addons/cameron_plugin', 'N', '20170712084436', 22754521, '1.2'), (22607524, 18322925, './addons/dsori_submanager_free', 'N', '20170710164124', 22608742, '0.1740.2'), (22753629, 18322927, './widgets/Ding_Button_Collection', 'N', '20170710152200', 22754874, '1.1'), (22610153, 18322943, './modules/editor/skins/dsori_ckeditor', 'N', '20170710142159', 22624901, '0.1740.3'), (22610154, 18322925, './addons/dsori_ckeditor_setting', 'N', '20170701170810', 22624891, '0.1740.3'), (22610502, 18322954, './layouts/webbuilder_layout2', 'N', '20170708154922', 22614812, '1.0.3'), (22611192, 18322925, './addons/dsori_facebook_comment', 'N', '20170710131947', 22613855, '0.1740.2'), (22616427, 18322925, './addons/pushwing', 'N', '20170711114811', 22663888, '0.5'), (22616439, 18322925, './addons/pushwing_comment', 'N', '20170706202402', 22639689, '0.5'), (22617898, 18322923, './modules/automail', 'N', '20170711221141', 22617911, '0.1'), (22618830, 18322925, './addons/checklen', 'N', '20170710134407', 22754320, '1.3'), (22622633, 18322925, './addons/blockact', 'N', '20170710170414', 22622739, '1.0'), (22627992, 18322954, './layouts/orange_simple', 'N', '20170705122853', 22670250, '1.4'), (22631178, 18322925, './addons/mobile_redirect', 'N', '20170705141730', 22631183, '1.0'), (22631822, 18322954, './layouts/xeview_layout', 'N', '20170708003516', 22631830, '1.2'), (22631837, 18322954, './layouts/five_start', 'N', '20170616133431', 22631859, '1.0'), (22634250, 18322925, './addons/browser_helper', 'N', '20170710141033', 22634254, '1.0'), (22634927, 18322952, './widgetstyles/m_cronos_ws', 'N', '20170711100028', 22647143, '1.1'), (22634955, 18322950, './widgets/mcontent/skins/m_cronos_w', 'N', '20170708235047', 22647135, '1.1'), (22640952, 18322925, './addons/twoc_memo_del', 'N', '20170710152229', 22640972, '1.1'), (22641332, 18322954, './layouts/Imagemonster', 'N', '20170712132729', 22754363, '2.1'), (22641961, 18322927, './widgets/photoslider', 'N', '20170712132841', 22641966, '1.0'), (22643750, 18322925, './addons/bot_title_control', 'N', '20170630072647', 22643845, '0.2'), (22644317, 18322925, './addons/member_control', 'N', '20170702071916', 22644546, '0.1'), (22646356, 18322943, './modules/member/skins/sketchbook5_member_skin', 'N', '20170712133239', 22755492, '0.4.21'), (22646443, 18322943, './modules/communication/skins/sketchbook5_communication_skin', 'N', '20170712133555', 22755495, '0.4.21'), (22646468, 18994170, './modules/member/m.skins/sketchbook5_member_m.skin', 'N', '20170712133302', 22755493, '0.4.21'), (22646488, 18994170, './modules/communication/m.skins/sketchbook5_communication_m.skin', 'N', '20170712133331', 22755494, '0.4.21'), (22648755, 18322923, './modules/upgletyle_plugin_daumview', 'N', '20170710151802', 22648765, '0.1.0.b1'), (22648862, 18322925, './addons/robotcontrol', 'N', '20170710140303', 22649123, '1.1.0'), (22649096, 18322925, './addons/fa_loader', 'N', '20170711162209', 22754343, '4.2.0'), (22649328, 18322925, './addons/checkkorean', 'N', '20170711201746', 22651662, '1.1'), (22650410, 18322925, './addons/login_defencer', 'N', '20170710063510', 22650418, '1.0'), (22651543, 18322954, './layouts/flat_series', 'N', '20170704215603', 22754140, '1.0.22'), (22651552, 18322950, './widgets/login_info/skins/flat_series', 'N', '20170710141115', 22744104, '1.0.1'), (22652987, 18322925, './addons/confirm_declare', 'N', '20170628000557', 22754564, '1.1a'), (22653449, 18322925, './addons/block_ip', 'N', '20170711163344', 22754567, '2.1a'), (22654408, 18322925, './addons/authentication_change', 'N', '20170712091819', 22654433, '0.1'), (22655078, 18322954, './layouts/emergence', 'N', '20170702051729', 22660012, '1.0.0'), (22657234, 18322925, './addons/xdt_google_analytics', 'N', '20170710151336', 22754376, '1.1'), (22658404, 18994170, './modules/board/m.skins/sosifam_memo', 'N', '20170712014427', 22738369, '0.5'), (22658524, 18322927, './widgets/hb_bank', 'N', '20170712094757', 22658668, '0.1'), (22660923, 18994172, './m.layouts/phizMobileThemes', 'N', '20170712004712', 22754202, '1.2'), (22660940, 18994170, './modules/member/m.skins/phizMobile', 'N', '20170711162221', 22660950, '1.0'), (22660953, 18994170, './modules/communication/m.skin/phizMobile', 'N', '20170711162216', 22660956, '1.0'), (22664861, 18322927, './widgets/cameronSlider', 'N', '20170712103646', 22754523, '1.0.2'), (22664862, 18322950, './widgets/cameronSlider/skins/cameraSlider', 'N', '20170711160951', 22754329, '1.0.1'), (22665526, 18322950, './widgets/cameronSlider/skins/bxSlider', 'N', '20170711112020', 22754330, '1.0.1'), (22665670, 18322950, './widgets/cameronSlider/skins/FlexSlider2', 'N', '20170711134920', 22754331, '1.0.1'), (22668729, 18322927, './widgets/webcon_newswidget', 'N', '20170712113846', 22700746, '1.0.1'), (22669010, 18322954, './layouts/css3_simple', 'N', '20170710145303', 22687348, '1.1'), (22672196, 18322925, './addons/new_document_notify', 'N', '20170710001236', 22754335, '2.0'), (22673162, 18322925, './addons/fileicon', 'N', '20170709025331', 22716823, '1.1'), (22673736, 18322925, './addons/jqueryuicdn', 'N', '20170710121145', 22673740, '1.0'), (22677441, 18322925, './addons/jquerycdn', 'N', '20170710144008', 22714080, '1.0.3'), (22678118, 18322927, './widgets/webcon_smartTab', 'N', '20170711162152', 22680181, '1.0'), (22678527, 18322954, './layouts/awake2', 'N', '20170711234330', 22755684, '1.7'), (22678880, 18322925, './addons/jsecure_xe', 'N', '20170710143025', 22684436, '0.2'), (22690074, 18322923, './modules/sejin7940_vote', 'N', '20170710225216', 22755593, '1.3.1'), (22692696, 18322927, './widgets/webcon_mosaicGallery', 'N', '20170710130223', 22692724, '1.0'), (22692901, 18322927, './widgets/srchat_count', 'N', '20170709155318', 22692906, '1.0'), (22699529, 18322927, './widgets/webcon_carousel', 'N', '20170711133402', 22699542, '1.0'), (22703498, 18322927, './widgets/webcon_N_newsSearch', 'N', '20170707110452', 22703507, '1.0'), (22703903, 18322927, './widgets/webcon_verticalTab', 'N', '20170711133335', 22708158, '1.0.1'), (22703904, 18322925, './addons/xetrace', 'N', '20170612014124', 22703936, '1.0.0'), (22705169, 18322923, './modules/moneysend', 'N', '20170710131252', 22705176, '0.0.1'), (22706212, 18322925, './addons/hide_mid', 'N', '20170707020937', 22706230, '0.1.0'), (22711628, 18322954, './layouts/xelab_ll1', 'N', '20170712125037', 22712736, '1.0.2'), (22715595, 18322925, './addons/captbha', 'N', '20170608205203', 22715603, '0.5'), (22716306, 18322954, './layouts/firstkenta', 'N', '20170710125809', 22754179, '1.1'), (22716407, 18322925, './addons/autodeny', 'N', '20170705140846', 22716411, '0.7'), (22718180, 18322927, './widgets/webcon_effectSlider', 'N', '20170711133325', 22718196, '1.0'), (22718477, 18322925, './addons/fa_fileicon', 'N', '20170710202522', 22754338, '1.1.2'), (22720710, 18322943, './modules/upgletyle/skins/emplode', 'N', '20170710235945', 22720745, '0.7'), (22723913, 18322925, './addons/dyform_no_spam', 'N', '20170711041018', 22754947, '0.4'), (22726124, 18322923, './modules/ggmailing', 'N', '20170712054638', 22755531, '0.4.4'), (22730394, 18322943, './modules/sejin7940_comment/skins/sketchbook5_mycomment_skin', 'N', '20170712133706', 22755498, '1.0.4'), (22730395, 18994170, './modules/sejin7940_comment/m.skins/sketchbook5_mycomment_mskin', 'N', '20170712133636', 22755497, '1.0.4'), (22730560, 18322954, './layouts/purexe', 'N', '20170628192526', 22754180, '1.1'), (22753344, 18322954, './layouts/simple_is_best', 'N', '20170708044829', 22754147, '1.0'), (22735026, 18322925, './addons/sejin7940_mobile_resize', 'N', '20170708135121', 22735066, '1.0'), (22735793, 18322927, './widgets/webcon_mosaicContents', 'N', '20170711133305', 22735808, '1.0'), (22736227, 18322925, './addons/memberinfo', 'N', '20170712132432', 22754342, '1.10'), (22736353, 18322925, './addons/bbCode', 'N', '20170708024009', 22736356, '1.0'), (22736372, 18322925, './addons/placeHolders', 'N', '20170630072654', 22736378, '1.0'), (22737353, 18322977, './modules/point/icons/semo', 'N', '20170710142747', 22737363, 'Volkswagen'), (22744282, 18322925, './addons/stop_spambot_xe', 'N', '20170712065314', 22755773, '1.0'), (22752234, 18322925, './addons/block_country', 'N', '20170628002221', 22752338, '0.2'), (22753306, 18322927, './widgets/ggboardmailing_widget', 'N', '20170711182414', 22755528, '0.3'), (22753312, 18322925, './addons/new_document_notify2', 'N', '20170708044555', 22754204, '1.0.12'), (22753313, 18322923, './modules/attendance', 'N', '20170711170247', 22755209, '7.0.1'), (22753314, 18322923, './modules/privilege', 'N', '20170709015306', 22754353, '0.1.2'), (22753315, 18322925, './addons/sns_card', 'N', '20170706224959', 22754099, '1.1'), (22753316, 18322954, './layouts/doorweb_v4', 'N', '20170712122852', 22754256, '1.7'), (22753317, 18322950, './widgets/content/skins/doorweb', 'N', '20170712122852', 22754080, '1.7'), (22753322, 18322954, './layouts/rkt001', 'N', '20170706040138', 22754084, '1.0.0'), (22753326, 18322923, './modules/ajaxboard', 'N', '20170712001149', 22754482, '2.1.1'), (22753328, 18322954, './layouts/verti', 'N', '20170710150527', 22754108, '0.1.0'), (22753334, 18322943, './modules/editor/skins/xpresseditor_datauri', 'N', '20170710150557', 22754114, '1.7'), (22753336, 18322925, './addons/font_awesome_new', 'N', '20170710132211', 22754115, '1.0'), (22753339, 18322954, './layouts/rkt002', 'N', '20170710133732', 22754118, '1.0.0'), (22753340, 18322925, './addons/font_nanum_gothic', 'N', '20170711201548', 22754124, '1.0'), (22753341, 18322954, './layouts/The_Simple_Classic_Lite', 'N', '20170709150449', 22754141, '1.1'), (22753342, 18322927, './widgets/slideimg', 'N', '20170712113004', 22754339, '1.1.2'), (22753343, 18322925, './addons/multimedia_thumbnail', 'N', '20170711145020', 22754311, '2.0.0'), (22753345, 18994172, './m.layouts/simple_is_best_mobile', 'N', '20170711103929', 22754148, '1.0'), (22753346, 18322923, './modules/currency', 'N', '20170712011554', 22755801, '2.5.2'), (22753348, 18322923, './modules/inipay', 'N', '20170711172410', 22754422, '1.2'), (22753349, 18322923, './modules/inipaymobile', 'N', '20170711215711', 22755805, '2.5.2'), (22753783, 18322923, './modules/inipaystandard', 'N', '20170710141916', 22755776, '0.2'), (22753350, 18322923, './modules/kcp', 'N', '20170711221024', 22755806, '2.5.2'), (22753351, 18322923, './modules/cashpay', 'N', '20170712001343', 22755800, '2.5.2'), (22753352, 18322923, './modules/paypal', 'N', '20170711221123', 22755814, '2.5.2'), (22753353, 18322954, './layouts/kbfree', 'N', '20170712003706', 22754197, '1.2'), (22753675, 18322923, './modules/youtube', 'N', '20170711202107', 22755418, '1.1.1.'), (22753428, 18322927, './widgets/sejin7940_navermap', 'N', '20170711153309', 22754347, '0.2.1'), (22753354, 18322923, './modules/seo', 'N', '20170711222600', 22755548, '1.8.19'), (22753356, 18322923, './modules/gdata', 'N', '20170710140621', 22754185, '0.5'), (22753358, 18322927, './widgets/picasa_recent_images', 'N', '20170709051530', 22754183, '0.1'), (22753359, 18322925, './addons/my_reading', 'N', '20170711123355', 22754203, '1.1'), (22753373, 18322925, './addons/updatecategory', 'N', '20170701000332', 22754190, '1.0'), (22753374, 18322927, './widgets/xelayout_weather', 'N', '20170710150424', 22754198, '0.2'), (22753381, 18322925, './addons/sxe_block_write', 'N', '20170616064527', 22754220, '0.2'), (22753382, 18322925, './addons/sxe_now_connected', 'N', '20170711183522', 22754221, '0.2'), (22753386, 18322954, './layouts/b_black', 'N', '20170711113432', 22754231, '1.0'), (22753387, 18322925, './addons/sxe_bbcode_lite', 'N', '20170514154525', 22754233, '0.1'), (22753388, 18322923, './modules/sejin7940_nick', 'N', '20170712045806', 22755824, '1.2'), (22753390, 18322925, './addons/sxe_writing_format', 'N', '20170710135127', 22754246, '0.2'), (22753393, 18322925, './addons/sxe_ncenter_plus', 'N', '20170712074332', 22754245, '0.2'), (22753396, 18322923, './modules/ximember', 'N', '20170712134239', 22754333, '1.4'), (22753397, 18322923, './modules/board_extend', 'N', '20170712005831', 22754254, '1.1'), (22753489, 18322925, './addons/member_ajaxboard', 'N', '20170623204904', 22754483, '2.1.1'), (22753399, 18322943, './modules/ncenterlite/skins/wild_ones', 'N', '20170710133936', 22754258, '0.1'), (22753403, 18322927, './widgets/opageWidget', 'N', '20170710205043', 22754271, '1.0'), (22753406, 18322929, './modules/editor/components/map_components', 'N', '20170712113126', 22755647, '1.4'), (22753408, 18322925, './addons/member_extra_vars_check', 'N', '20170712133004', 22754283, '1.0'), (22753411, 18322925, './addons/block_control', 'N', '20170711152217', 22754291, '1.0'), (22753413, 18322927, './widgets/sitemap_selectbox', 'N', '20170705140221', 22754293, '0.1.0'), (22753416, 18322925, './addons/auto_multimedia', 'N', '20170710115800', 22754308, '1.0'), (22753417, 18322925, './addons/addon_write_insert_media', 'N', '20170711120907', 22754309, '0.1'), (22753419, 18322925, './addons/addon_insert_video', 'N', '20170711204730', 22754313, '0.1'), (22753420, 18322923, './modules/pointhistory', 'N', '20170711172217', 22755663, '0.2.1'), (22753422, 18322950, './widgets/treasurej_popular/skins/smart_popular_tabs', 'N', '20170712011406', 22754327, '1.1'), (22753429, 18322943, './modules/board/skins/sosi_memo', 'N', '20170712002055', 22754360, '0.1'), (22753434, 18322923, './modules/profiler', 'N', '20170711211453', 22754941, '1.0'), (22753437, 18322950, './widgets/calendar/skins/UXF_CALENDER_TYPE_01', 'N', '20170711161421', 22754368, '1.1.0'), (22753449, 18322925, './addons/xss_session_protector', 'N', '20170712082137', 22754383, '0.1'), (22753457, 18322954, './layouts/simplicity', 'N', '20170710233239', 22754391, '1.0'), (22753458, 18322925, './addons/youtube_control', 'N', '20170711104604', 22754991, '1.3'), (22753459, 18322923, './modules/maps', 'N', '20170710151947', 22755385, '1.1.5'), (22753460, 18322927, './widgets/maps_widget', 'N', '20170710151946', 22755384, '1.1.5'), (22753462, 18322925, './addons/download_wanna_reply', 'N', '20170603222702', 22754407, '1.0'), (22753463, 18322925, './addons/image_preview', 'N', '20170707221650', 22754413, '1.0'), (22753464, 18322943, './modules/board/skins/mixitup', 'N', '20170707200417', 22754418, '1.0'), (22753465, 18322923, './modules/easyxe', 'N', '20170710143431', 22755347, '1.43.1'), (22753466, 18322925, './addons/auto_nick', 'N', '20170705140327', 22754428, '1.0'), (22753474, 18322943, './modules/lottery/skins/eond_v1', 'N', '20170709195731', 22754439, '0.1'), (22753475, 18322943, './modules/board/skins/bbsmusic', 'N', '20170712133919', 22754834, '1.7.105'); INSERT INTO `xe_autoinstall_packages` (`package_srl`, `category_srl`, `path`, `have_instance`, `updatedate`, `latest_item_srl`, `version`) VALUES (22753476, 18322954, './layouts/CustomStrap', 'N', '20170711200719', 22754447, '1.0'), (22753478, 18322927, './widgets/ggwmmemberexcel_widget', 'N', '20170710174720', 22754450, '0.1'), (22753481, 18322925, './addons/sejin7940_kakao_link', 'N', '20170712011237', 22754488, '0.5.2'), (22753482, 18322925, './addons/tag_relation_add', 'N', '20170706160113', 22754457, '1.4.1'), (22753484, 18322925, './addons/html5multimedia_flash', 'N', '20170710214327', 22754465, '1.0.0'), (22753488, 18322923, './modules/sitemap', 'N', '20170712104521', 22755639, '1.3'), (22753492, 18322925, './addons/okiz_easyadmin_logout', 'N', '20170710132135', 22754522, '1.1'), (22753497, 18994170, './modules/board/m.skins/ms_m_board', 'N', '20170711173555', 22755358, '1.5.1'), (22753498, 18322950, './widgets/login_info/skins/eond_ppomppu', 'N', '20170711090418', 22754494, '1.0'), (22753500, 18322925, './addons/sejin7940_addvote', 'N', '20170709222807', 22755698, '1.3'), (22753501, 18322925, './addons/ssl_support', 'N', '20170701215713', 22754509, '0.1'), (22753504, 18322923, './modules/timeline', 'N', '20170711232323', 22755266, '1.0.2'), (22753506, 18322925, './addons/hot_document', 'N', '20170711165417', 22754766, '1.2.3'), (22753508, 18322925, './addons/sejin7940_all_notice', 'N', '20170710151928', 22754697, '1.4'), (22753510, 18322925, './addons/member_block_addon', 'N', '20170710143155', 22754665, '0.4'), (22753512, 18322927, './widgets/magiccontentWidget', 'N', '20170711130104', 22754746, '1.1'), (22753515, 18322925, './addons/denied_word', 'N', '20170707235522', 22754797, '1.002'), (22753517, 18322923, './modules/bulkmsg', 'N', '20170710151823', 22754543, '1.0'), (22753534, 18322925, './addons/auto_reply', 'N', '20170710171730', 22754579, '0.1a'), (22753535, 18322927, './widgets/doorweb_content', 'N', '20170712122912', 22754622, '1.7.2'), (22753538, 18322954, './layouts/doorweb_basic', 'N', '20170712122912', 22754722, '1.7.7'), (22753540, 18322923, './modules/stats', 'N', '20170712095207', 22754620, '1.1.1'), (22753541, 18322923, './modules/marketplace', 'N', '20170712114155', 22754737, '1.3'), (22753542, 18994172, './m.layouts/sweetMobile', 'N', '20170712111544', 22754694, '1.4'), (22753543, 18322950, './widgets/mcontent/skins/sweetMobileContent', 'N', '20170712100926', 22754588, '1.0'), (22753545, 18322929, './modules/editor/components/markdown', 'N', '20170712113121', 22755851, '0.8'), (22753546, 18322925, './addons/login_2sisstore', 'N', '20170712132715', 22755326, '1.1'), (22753550, 18322925, './addons/stats', 'N', '20170712095207', 22754602, '1.1'), (22753552, 18322923, './modules/pado_ajax_newsModule', 'N', '20170710123818', 22754727, '1.5'), (22753553, 18322954, './layouts/material_xe', 'N', '20170710220830', 22754773, '1.0.1'), (22753555, 18322943, './modules/member/skins/material_xe', 'N', '20170709153150', 22754608, '1.0.0'), (22753556, 18322927, './widgets/pado_ajax_newsWidget', 'N', '20170701230624', 22754726, '1.9'), (22753558, 18994170, './modules/board/m.skins/sweetMobileBoard', 'N', '20170712100914', 22754647, '1.2'), (22753559, 18322954, './layouts/xet_onecolor', 'N', '20170712002538', 22754842, '1.0.5'), (22753560, 18322927, './widgets/pado_board_rankingWidget', 'N', '20170711142748', 22755211, '1.2'), (22753561, 18322954, './layouts/ts_basic', 'N', '20170709134437', 22754619, '1.0'), (22753562, 18322952, './widgetstyles/sweetMobileWidgetStyle', 'N', '20170712101020', 22754626, '1.7'), (22753563, 18322923, './modules/apporix', 'N', '20170706233946', 22754631, '1.0'), (22753564, 18322925, './addons/apporix', 'N', '20170706233946', 22754645, '1.1'), (22753565, 18322923, './modules/smith', 'N', '20170712094421', 22754636, '1.1'), (22753566, 18322943, './modules/editor/skins/sejin7940_editor_fileupload', 'N', '20170706143822', 22754637, '0.5'), (22753567, 18322950, './widgets/login_info/skins/simplicity_login', 'N', '20170708143320', 22754649, '1.7'), (22753568, 18322943, './modules/editor/skins/sejin7940_editor_blank', 'N', '20170712133245', 22754639, '0.5'), (22753570, 18322925, './addons/message_btn', 'N', '20170705053730', 22754743, '1.1'), (22753571, 18322923, './modules/exam', 'N', '20170711203157', 22754771, '0.8'), (22753572, 18322954, './layouts/websitebuilder', 'N', '20170710233101', 22754679, '1.0.1'), (22753573, 18994172, './m.layouts/xenon_hs', 'N', '20170712112514', 22754659, '0.1.0'), (22753575, 18322943, './modules/board/skins/ASXE_FLAT', 'N', '20170711175719', 22754714, '1.1'), (22753576, 18322954, './layouts/ASXE_FLAT', 'N', '20170711115109', 22754715, '1.1'), (22753581, 18322925, './addons/apporix_native_alert', 'N', '20170625100152', 22754678, '0.1'), (22753582, 18322927, './widgets/ding_loginWidget', 'N', '20170712112949', 22755210, '0.6'), (22753587, 18322954, './layouts/miku_daisuki', 'N', '20170710135716', 22754733, '1.0'), (22753588, 18322923, './modules/moneyhistory', 'N', '20170707075826', 22754731, '0.1.4'), (22753594, 18322925, './addons/session_shield', 'N', '20170707055938', 22755299, '2.0'), (22753600, 18322927, './widgets/ding_member_ranking', 'N', '20170711142819', 22754905, '1.5'), (22753603, 18322927, './widgets/widget_marketplace', 'N', '20170710113857', 22754783, '0.1.1'), (22753605, 18322927, './widgets/padoLittleBanner', 'N', '20170710152248', 22754817, '0.4'), (22753685, 18322925, './addons/no_adblock', 'N', '20170707000647', 22755161, '1.1.3'), (22753606, 18322925, './addons/level_permit', 'N', '20170707221542', 22754795, '0.1'), (22753607, 18322925, './addons/member_doc', 'N', '20170710142610', 22754796, '0.2'), (22753608, 18322925, './addons/denied_exist', 'N', '20170710204323', 22754798, '0.2'), (22753609, 18322925, './addons/regdate_edit', 'N', '20170710235952', 22754803, '0.1'), (22753610, 18322925, './addons/poll_point', 'N', '20170704002011', 22754813, '0.2'), (22753612, 18322925, './addons/select_addon', 'N', '20170710141446', 22754818, '1.0'), (22753614, 18322927, './widgets/pado_image_news', 'N', '20170710142253', 22755163, '0.3'), (22753615, 18322927, './widgets/nkoclock', 'N', '20170706194248', 22754823, '0.1'), (22753616, 18322927, './widgets/uhachat', 'N', '20170711213517', 22755376, '0.3'), (22753617, 18322923, './modules/encryption', 'N', '20170710131122', 22755121, '1.2'), (22753620, 18322927, './widgets/fixedNotice', 'N', '20170712100911', 22754854, '0.3'), (22753622, 18322925, './addons/signoutdel', 'N', '20170628154651', 22754837, '0.1'), (22753624, 18322923, './modules/member_condition', 'N', '20170710143032', 22755317, '1.0.2'), (22753627, 18322925, './addons/fixed_notice', 'N', '20170630070733', 22754875, '1.1'), (22753634, 18322927, './widgets/soo_kma_rss', 'N', '20170710210559', 22755438, '0.3.1'), (22753633, 18322925, './addons/Ding_Fixed_Banner', 'N', '20170712101012', 22755314, '1.6'), (22753637, 18322923, './modules/androidpushapp', 'N', '20170712040442', 22755682, '2.1'), (22753636, 18322923, './modules/auto_login', 'N', '20170708215337', 22754942, '1.1.4'), (22753638, 18322943, './modules/editor/skins/ck_xpress', 'N', '20170710141315', 22754981, '1.0.2'), (22753639, 18322925, './addons/Ding_Light_Box', 'N', '20170710023859', 22755312, '1.2'), (22753640, 18322925, './addons/autolang', 'N', '20170710000907', 22754915, '1.0'), (22753645, 18322950, './widgets/content/skins/notice_slider', 'N', '20170711104908', 22754937, '1.1'), (22753646, 18322925, './addons/fix_domain', 'N', '20170711173821', 22754935, '1.0.0'), (22753647, 18322923, './modules/schedule', 'N', '20170711172615', 22754990, '1.1'), (22753648, 18322925, './addons/bot_challenge', 'N', '20170712121835', 22755249, '1.0.5'), (22753651, 18322923, './modules/vote', 'N', '20170711120128', 22755019, '1.1.4'), (22753652, 18322925, './addons/point_pangpang', 'N', '20170712122453', 22755059, '1.5.2'), (22753653, 18322925, './addons/content_regex_filter', 'N', '20170710151002', 22754961, '0.2'), (22753654, 18322929, './modules/editor/components/srook_maker', 'N', '20170707125149', 22754966, '1.0'), (22753655, 18322923, './modules/beluxe', 'N', '20170712134053', 22755255, '2.8.3'), (22753657, 18322925, './addons/remail', 'N', '20170709230353', 22754984, '1.0'), (22753658, 18322925, './addons/zipperupper', 'N', '20170706072531', 22755026, '0.3'), (22753660, 18322954, './layouts/ding_default_layout', 'N', '20170712131147', 22755044, '1.1'), (22753662, 18322954, './layouts/xe_kimtajo_layout', 'N', '20170712010040', 22755545, '2.03'), (22753663, 18322923, './modules/speedlimiter', 'N', '20170708215230', 22755088, '1.3.1'), (22753666, 18322927, './widgets/jwplayer', 'N', '20170711123118', 22755048, '2.0.0'), (22753667, 18322925, './addons/requirefile', 'N', '20170710125948', 22755038, '1.01'), (22753674, 18322943, './modules/beluxe/skins/dxblog', 'N', '20170712034123', 22755246, '1.3'), (22753677, 18322923, './modules/advanced_mailer', 'N', '20170712120448', 22755732, '1.8.2'), (22753678, 18322927, './widgets/youtube', 'N', '20170711201709', 22755381, '1.3.0.'), (22753680, 18322943, './modules/beluxe/skins/dxreview', 'N', '20170711211020', 22755245, '1.3'), (22753684, 18322925, './addons/lua_external_file', 'N', '20170701061739', 22755147, '0.0.3'), (22753688, 18322927, './widgets/best_content', 'N', '20170710163602', 22755148, '1.0'), (22753689, 18322929, './modules/editor/components/btn_add', 'N', '20170709181020', 22755152, '0.3'), (22753692, 18322927, './widgets/androidapp_login', 'N', '20170711173547', 22755388, '1.4'), (22753693, 18322925, './addons/outdated_browser', 'N', '20170712102601', 22755188, '1.1.1'), (22753695, 18322925, './addons/lua_hashtag', 'N', '20170711111934', 22755190, '0.0.1'), (22753696, 18322925, './addons/lua_shortcut', 'N', '20170704145313', 22755315, '1.1'), (22753698, 18322950, './widgets/sitemap/skins/eond_hmap', 'N', '20170710131628', 22755200, '0.1'), (22753699, 18322950, './widgets/planet_document/skins/eond_on', 'N', '20170708223822', 22755212, '0.3'), (22753702, 18322925, './addons/document_permission_control_by_author', 'N', '20170710125903', 22755263, '0.2'), (22753703, 18322925, './addons/image_new_windows', 'N', '20170711152429', 22755252, '1.1'), (22753706, 18322925, './addons/adsense_helper', 'N', '20170710131310', 22755268, '1.0'), (22753710, 18322954, './layouts/creative_sim', 'N', '20170704165909', 22755295, '1.0.1'), (22753711, 18322954, './layouts/sim_blog', 'N', '20170710131853', 22755296, '1.1.1'), (22753712, 18322954, './layouts/xit', 'N', '20170710133600', 22755284, '1.0'), (22753713, 18322954, './layouts/xecafe', 'N', '20170710150156', 22755285, '1.0'), (22753717, 18322923, './modules/member_expire', 'N', '20170712105331', 22755857, '1.2.6'), (22753720, 18322954, './layouts/simblog2', 'N', '20170712083004', 22755305, '1.0'), (22753721, 18322927, './widgets/daum_postcode', 'N', '20170710183410', 22755318, '0.1.1'), (22753722, 18322925, './addons/latex', 'N', '20170710142235', 22755316, '1.7'), (22753723, 18322925, './addons/auto_secret', 'N', '20170711223510', 22755355, '1.1'), (22753724, 18322923, './modules/freedownload', 'N', '20170612012051', 22755331, '1.1'), (22753725, 18322927, './widgets/pado_comment_rankingWidget', 'N', '20170711142744', 22755325, '1.0'), (22753726, 18322923, './modules/imageprocess', 'N', '20170712034011', 22755587, '2.1.1.1'), (22753727, 18322943, './modules/board/skins/ena_board_set_simpledashed', 'N', '20170712113148', 22755328, '1.0.0'), (22753733, 18322927, './widgets/kimtajo_subpage_widget', 'N', '20170711142626', 22755346, '1.0'), (22753815, 18322925, './addons/member_realname', 'N', '20170628001652', 22755592, '0.2'), (22753741, 18322927, './widgets/eond_fileboxBanner', 'N', '20170710012845', 22755364, '0.1'), (22753742, 18322954, './layouts/basic_tpl_c', 'N', '20170712111751', 22755404, '1.04'), (22753743, 18322954, './layouts/yourfoliomain', 'N', '20170711120303', 22755394, '0.1'), (22753745, 18322925, './addons/auto_comment_allow', 'N', '20170702005811', 22755397, '1.0'), (22753748, 18322925, './addons/admin_hide', 'N', '20170711220050', 22755416, '1.0'), (22753755, 18322925, './addons/fixed_img', 'N', '20170712112603', 22755449, '1.3'), (22753759, 18322923, './modules/laweb_xe', 'N', '20170712131842', 22755702, '3.10'), (22753768, 18322927, './widgets/contactfree', 'N', '20170711161732', 22755456, '1.0'), (22753769, 18322954, './layouts/freelancer', 'N', '20170711014645', 22755465, '1.00'), (22753770, 18322925, './addons/ggwoorimailscrap', 'N', '20170710133206', 22755522, '0.3'), (22753779, 18994170, './modules/board/m.skins/BlueRock', 'N', '20170708235630', 22755476, '0.1'), (22753780, 18994172, './m.layouts/BlueRock', 'N', '20170708235630', 22755477, '0.1'), (22753787, 18322954, './layouts/kimtajo_responsive_one_page', 'N', '20170711184456', 22755594, '1.03'), (22753791, 18322923, './modules/yeyak', 'N', '20170712114708', 22755863, '2.2.1'), (22753796, 18322925, './addons/fix_mysql_utf8', 'N', '20170706094439', 22755521, '1.0'), (22753797, 18322925, './addons/autoattach', 'N', '20170712112528', 22755845, '1.1.3'), (22753798, 18322927, './widgets/ggward', 'N', '20170710141517', 22755532, '0.2'), (22753799, 18322927, './widgets/ggnewsletter', 'N', '20170702182412', 22755533, '0.2'), (22753881, 18322925, './addons/clamav', 'N', '20170706112537', 22755764, '1.0.0'), (22753800, 18322925, './addons/web_fonts', 'N', '20170712112554', 22755550, '1.1'), (22753801, 18322954, './layouts/xedition_r', 'N', '20170712005743', 22755551, '1.9'), (22753802, 18322950, './widgets/uhachat/skins/pinklet', 'N', '20170710110524', 22755553, '0.1'), (22753806, 18322923, './modules/mailing', 'N', '20170710214041', 22755557, '0.5'), (22753807, 18322925, './addons/hello_member', 'N', '20170709195121', 22755565, '1.1.0.0'), (22753811, 18322923, './modules/opensearch', 'N', '20170707181950', 22755570, '1.0'), (22753817, 18322943, './modules/board/skins/simple_banner', 'N', '20170711225602', 22755613, '1.1'), (22753818, 18322923, './modules/phpexcel_module', 'N', '20170707222132', 22755598, '0.1'), (22753820, 18322954, './layouts/kimtajo_onepage_widget_layout', 'N', '20170712090241', 22755601, '1.00'), (22753822, 18322927, './widgets/onepage_about', 'N', '20170711010024', 22755603, '1.00'), (22753823, 18322927, './widgets/onepage_features', 'N', '20170711010119', 22755604, '1.00'), (22753824, 18322927, './widgets/onepage_pricing', 'N', '20170711005940', 22755605, '1.00'), (22753825, 18322927, './widgets/onepage_service', 'N', '20170711010104', 22755606, '1.00'), (22753826, 18322927, './widgets/onepage_team', 'N', '20170711005919', 22755607, '1.00'), (22753827, 18322927, './widgets/onepage_testimonial', 'N', '20170712090631', 22755608, '1.00'), (22753828, 18322927, './widgets/onepage_work', 'N', '20170712090241', 22755609, '1.00'), (22753833, 18322943, './modules/board/skins/Horizon', 'N', '20170712050551', 22755713, '1.4'), (22753835, 18994172, './m.layouts/phizmobile_m', 'N', '20170712122650', 22755630, '1.8.1'), (22753837, 18994170, './modules/page/m.skins/main02_MobileM', 'N', '20170712112248', 22755631, '1.0'), (22753838, 18322923, './modules/phizeditormobile', 'N', '20170712112253', 22755632, '1.8.0'), (22753840, 18994170, './modules/board/m.skins/phiz_mboard', 'N', '20170712112252', 22755633, '1.8.1'), (22753841, 18322943, './modules/board/skins/phiz_mboard', 'N', '20170711182102', 22755634, '1.8.1'), (22753842, 18322923, './modules/sitemaplite', 'N', '20170712113820', 22755735, '1.1.1'), (22753845, 18322952, './widgetstyles/clearstrap_ws', 'N', '20170709163901', 22755645, '1.0'), (22753846, 18322925, './addons/no_act', 'N', '20170701034838', 22755661, '0.3'), (22753847, 18322954, './layouts/stellar', 'N', '20170712003442', 22755659, '1.0'), (22753849, 18322925, './addons/block_search', 'N', '20170710060919', 22755674, '1.0'), (22753850, 18322925, './addons/login_redirect', 'N', '20170710060938', 22755675, '1.0'), (22753851, 18322925, './addons/backspace_killer', 'N', '20170707163509', 22755676, '1.0'), (22753852, 18322925, './addons/noduplicate', 'N', '20170712114543', 22755677, '1.0'), (22753856, 18322954, './layouts/magik', 'N', '20170712003346', 22755690, '1.0'), (22753857, 18322923, './modules/notifymessage', 'N', '20170711174625', 22755694, '1.0.1'), (22753859, 18322927, './widgets/widget_rssreader', 'N', '20170710204614', 22755695, '1.8.25'), (22753861, 18322923, './modules/roulette', 'N', '20170711211537', 22755708, '0.3'), (22753863, 18322923, './modules/couponsms', 'N', '20170707071020', 22755709, '1.0'), (22753864, 18322923, './modules/layout_manager', 'N', '20170711102427', 22755722, '0.1'), (22753865, 18322923, './modules/supercache', 'N', '20170712020131', 22755765, '1.3.4'), (22753866, 18322927, './widgets/widget_update_document', 'N', '20170712112916', 22755718, '0.1'), (22753867, 18322954, './layouts/Door_cpA_limit', 'N', '20170712132439', 22755752, '1.2'), (22753868, 18322950, './widgets/content/skins/Door_cpA', 'N', '20170712100053', 22755724, '0.1'), (22753870, 18322927, './widgets/uchat2', 'N', '20170712025423', 22755827, '1.0.4'), (22753871, 18322954, './layouts/Door_cpB_limit', 'N', '20170712113909', 22755754, '1.4'), (22753872, 18322950, './widgets/content/skins/Door_cpB', 'N', '20170712113911', 22755744, '1.7'), (22753876, 18322952, './widgetstyles/greenButtonStyle', 'N', '20170710145022', 22755756, '0.1'), (22753889, 18322927, './widgets/sitemap7', 'N', '20170712112903', 22755786, '0.1.0'), (22753885, 18322925, './addons/ext_ad_membership', 'N', '20170707043750', 22755775, '0.2'), (22753886, 18322977, './modules/point/icons/las_icon', 'N', '20170712101050', 22755781, '0.2'), (22753890, 18322923, './modules/blind', 'N', '20170712132203', 22755799, '0.3'), (22753891, 18322923, './modules/cympuser', 'N', '20170712001927', 22755803, '2.5.2'), (22753892, 18322954, './layouts/ena_creamy', 'N', '20170712014011', 22755817, '1.0'), (22753893, 18322943, './modules/board/skins/ena_board_set_mellow', 'N', '20170711154622', 22755855, '1.1.1'), (22753894, 18322923, './modules/randocument', 'N', '20170707192103', 22755828, '1.0'), (22753895, 18322923, './modules/etorrent', 'N', '20170711224328', 22755829, '0.1'), (22753896, 18322927, './widgets/etorrent_pop', 'N', '20170711124748', 22755830, '0.1'), (22753898, 18322925, './addons/datasaver_warning', 'N', '20170712133336', 22755847, '1.0'), (22753900, 18322954, './layouts/undeviating', 'N', '20170712003655', 22755859, '1.0'), (22753901, 18322925, './addons/zhttps', 'N', '20170712132028', 22755861, '1.0'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_comment_declared` -- CREATE TABLE `xe_comment_declared` ( `comment_srl` bigint(11) NOT NULL, `declared_count` bigint(11) NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_comment_declared_log` -- CREATE TABLE `xe_comment_declared_log` ( `comment_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `ipaddress` varchar(128) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_comment_voted_log` -- CREATE TABLE `xe_comment_voted_log` ( `comment_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `ipaddress` varchar(128) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `point` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_comments` -- CREATE TABLE `xe_comments` ( `comment_srl` bigint(11) NOT NULL, `module_srl` bigint(11) NOT NULL DEFAULT '0', `document_srl` bigint(11) NOT NULL DEFAULT '0', `parent_srl` bigint(11) NOT NULL DEFAULT '0', `is_secret` char(1) NOT NULL DEFAULT 'N', `content` longtext NOT NULL, `voted_count` bigint(11) NOT NULL DEFAULT '0', `blamed_count` bigint(11) NOT NULL DEFAULT '0', `notify_message` char(1) NOT NULL DEFAULT 'N', `password` varchar(60) DEFAULT NULL, `user_id` varchar(80) DEFAULT NULL, `user_name` varchar(80) NOT NULL, `nick_name` varchar(80) NOT NULL, `member_srl` bigint(11) NOT NULL, `email_address` varchar(250) NOT NULL, `homepage` varchar(250) NOT NULL, `uploaded_count` bigint(11) NOT NULL DEFAULT '0', `regdate` varchar(14) DEFAULT NULL, `last_update` varchar(14) DEFAULT NULL, `ipaddress` varchar(128) NOT NULL, `list_order` bigint(11) NOT NULL, `status` bigint(1) NOT NULL DEFAULT '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_comments_list` -- CREATE TABLE `xe_comments_list` ( `comment_srl` bigint(11) NOT NULL, `document_srl` bigint(11) NOT NULL DEFAULT '0', `head` bigint(11) NOT NULL DEFAULT '0', `arrange` bigint(11) NOT NULL DEFAULT '0', `module_srl` bigint(11) NOT NULL DEFAULT '0', `regdate` varchar(14) DEFAULT NULL, `depth` bigint(11) NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_counter_log` -- CREATE TABLE `xe_counter_log` ( `site_srl` bigint(11) NOT NULL DEFAULT '0', `ipaddress` varchar(250) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `user_agent` varchar(250) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_counter_site_status` -- CREATE TABLE `xe_counter_site_status` ( `site_srl` bigint(11) NOT NULL, `regdate` bigint(11) NOT NULL, `unique_visitor` bigint(11) DEFAULT '0', `pageview` bigint(11) DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_counter_status` -- CREATE TABLE `xe_counter_status` ( `regdate` bigint(11) NOT NULL, `unique_visitor` bigint(11) DEFAULT '0', `pageview` bigint(11) DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_aliases` -- CREATE TABLE `xe_document_aliases` ( `alias_srl` bigint(11) NOT NULL DEFAULT '0', `module_srl` bigint(11) NOT NULL DEFAULT '0', `document_srl` bigint(11) NOT NULL DEFAULT '0', `alias_title` varchar(250) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_categories` -- CREATE TABLE `xe_document_categories` ( `category_srl` bigint(11) NOT NULL DEFAULT '0', `module_srl` bigint(11) NOT NULL DEFAULT '0', `parent_srl` bigint(12) NOT NULL DEFAULT '0', `title` varchar(250) DEFAULT NULL, `expand` char(1) DEFAULT 'N', `document_count` bigint(11) NOT NULL DEFAULT '0', `regdate` varchar(14) DEFAULT NULL, `last_update` varchar(14) DEFAULT NULL, `list_order` bigint(11) NOT NULL, `group_srls` text, `color` varchar(11) DEFAULT NULL, `description` varchar(200) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_declared` -- CREATE TABLE `xe_document_declared` ( `document_srl` bigint(11) NOT NULL, `declared_count` bigint(11) NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_declared_log` -- CREATE TABLE `xe_document_declared_log` ( `document_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `ipaddress` varchar(128) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_extra_keys` -- CREATE TABLE `xe_document_extra_keys` ( `module_srl` bigint(11) NOT NULL, `var_idx` bigint(11) NOT NULL, `var_name` varchar(250) NOT NULL, `var_type` varchar(50) NOT NULL, `var_is_required` char(1) NOT NULL DEFAULT 'N', `var_search` char(1) NOT NULL DEFAULT 'N', `var_default` text, `var_desc` text, `eid` varchar(40) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_extra_vars` -- CREATE TABLE `xe_document_extra_vars` ( `module_srl` bigint(11) NOT NULL, `document_srl` bigint(11) NOT NULL, `var_idx` bigint(11) NOT NULL, `lang_code` varchar(10) NOT NULL, `value` longtext, `eid` varchar(40) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_histories` -- CREATE TABLE `xe_document_histories` ( `history_srl` bigint(11) NOT NULL DEFAULT '0', `module_srl` bigint(11) NOT NULL DEFAULT '0', `document_srl` bigint(11) NOT NULL DEFAULT '0', `content` longtext, `nick_name` varchar(80) NOT NULL, `member_srl` bigint(11) DEFAULT NULL, `regdate` varchar(14) DEFAULT NULL, `ipaddress` varchar(128) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_readed_log` -- CREATE TABLE `xe_document_readed_log` ( `document_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `ipaddress` varchar(128) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_trash` -- CREATE TABLE `xe_document_trash` ( `trash_srl` bigint(11) NOT NULL DEFAULT '0', `document_srl` bigint(11) NOT NULL DEFAULT '0', `module_srl` bigint(11) NOT NULL DEFAULT '0', `trash_date` varchar(14) DEFAULT NULL, `description` text, `ipaddress` varchar(128) NOT NULL, `user_id` varchar(80) DEFAULT NULL, `user_name` varchar(80) NOT NULL, `nick_name` varchar(80) NOT NULL, `member_srl` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_document_voted_log` -- CREATE TABLE `xe_document_voted_log` ( `document_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `ipaddress` varchar(128) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `point` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_documents` -- CREATE TABLE `xe_documents` ( `document_srl` bigint(11) NOT NULL, `module_srl` bigint(11) NOT NULL DEFAULT '0', `category_srl` bigint(11) NOT NULL DEFAULT '0', `lang_code` varchar(10) NOT NULL DEFAULT '', `is_notice` char(1) NOT NULL DEFAULT 'N', `title` varchar(250) DEFAULT NULL, `title_bold` char(1) NOT NULL DEFAULT 'N', `title_color` varchar(7) DEFAULT NULL, `content` longtext NOT NULL, `readed_count` bigint(11) NOT NULL DEFAULT '0', `voted_count` bigint(11) NOT NULL DEFAULT '0', `blamed_count` bigint(11) NOT NULL DEFAULT '0', `comment_count` bigint(11) NOT NULL DEFAULT '0', `trackback_count` bigint(11) NOT NULL DEFAULT '0', `uploaded_count` bigint(11) NOT NULL DEFAULT '0', `password` varchar(60) DEFAULT NULL, `user_id` varchar(80) DEFAULT NULL, `user_name` varchar(80) NOT NULL, `nick_name` varchar(80) NOT NULL, `member_srl` bigint(11) NOT NULL, `email_address` varchar(250) NOT NULL, `homepage` varchar(250) NOT NULL, `tags` text, `extra_vars` text, `regdate` varchar(14) DEFAULT NULL, `last_update` varchar(14) DEFAULT NULL, `last_updater` varchar(80) DEFAULT NULL, `ipaddress` varchar(128) NOT NULL, `list_order` bigint(11) NOT NULL, `update_order` bigint(11) NOT NULL, `allow_trackback` char(1) NOT NULL DEFAULT 'Y', `notify_message` char(1) NOT NULL DEFAULT 'N', `status` varchar(20) DEFAULT 'PUBLIC', `comment_status` varchar(20) DEFAULT 'ALLOW' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_documents` -- INSERT INTO `xe_documents` (`document_srl`, `module_srl`, `category_srl`, `lang_code`, `is_notice`, `title`, `title_bold`, `title_color`, `content`, `readed_count`, `voted_count`, `blamed_count`, `comment_count`, `trackback_count`, `uploaded_count`, `password`, `user_id`, `user_name`, `nick_name`, `member_srl`, `email_address`, `homepage`, `tags`, `extra_vars`, `regdate`, `last_update`, `last_updater`, `ipaddress`, `list_order`, `update_order`, `allow_trackback`, `notify_message`, `status`, `comment_status`) VALUES (91, 66, 0, 'ko', 'N', 'Welcome XE', 'N', 'N', '\n
\n
\n WELCOME TO\n

WELCOME TO XPRESSENGINE

\n

XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
간편한 설치와 다양한 추가 프로그램을 활용하여
자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

\n XE 시작하기\n
\n
\n', 0, 0, 0, 0, 0, 0, NULL, 'junijuniya', 'admin', 'kjun', 4, 'junijuniya@naver.com', '', NULL, 'N;', '20170611230248', '20170611230248', NULL, '::1', -91, -91, 'N', 'N', 'PUBLIC', 'DENY'), (92, 66, 0, 'ko', 'N', 'Welcome mobile XE', 'N', 'N', '\n
\n
\n WELCOME TO\n

WELCOME TO XPRESSENGINE

\n

XpressEngine은 자유로운 웹 콘텐츠 발행을 돕는 CMS입니다.
간편한 설치와 다양한 추가 프로그램을 활용하여
자신만의 웹페이지를 쉽고 빠르게 만들 수 있습니다.

\n XE 시작하기\n
\n
\n', 0, 0, 0, 0, 0, 0, NULL, 'junijuniya', 'admin', 'kjun', 4, 'junijuniya@naver.com', '', NULL, 'N;', '20170611230248', '20170611230248', NULL, '::1', -92, -92, 'N', 'N', 'PUBLIC', 'DENY'), (93, 66, 0, 'ko', 'N', 'XEIcon (1)', 'N', 'N', '
\n

Beautiful iconic font & CSS toolkit

\n

\n XEIcon은 웹사이트 제작에 최적화된 백터 그래픽 아이콘 툴킷입니다.
\n 한국 웹서비스 문화에 적합한 디자인과 카테고리를 고려하여 제작되었습니다.
\n XEIcon으로 아름답고 직관적인 웹페이지를 만들어보세요!
\n

\n
\n', 0, 0, 0, 0, 0, 0, NULL, 'junijuniya', 'admin', 'kjun', 4, 'junijuniya@naver.com', '', NULL, 'N;', '20170611230249', '20170611230249', NULL, '::1', -93, -93, 'N', 'N', 'PUBLIC', 'DENY'), (94, 66, 0, 'ko', 'N', 'XEIcon (2)', 'N', 'N', '
\n

FEATURE

\n \n
\n', 0, 0, 0, 0, 0, 0, NULL, 'junijuniya', 'admin', 'kjun', 4, 'junijuniya@naver.com', '', NULL, 'N;', '20170611230249', '20170611230249', NULL, '::1', -94, -94, 'N', 'N', 'PUBLIC', 'DENY'), (95, 66, 0, 'ko', 'N', 'XEIcon (3)', 'N', 'N', '
\n
\n

GET STARTED

\n

XEIcon 사용과 설치 방법은 매우 간단합니다. 자세한 사용방법을 XEIcon 공식사이트에서 확인해보세요!

\n \n
\n
\n', 0, 0, 0, 0, 0, 0, NULL, 'junijuniya', 'admin', 'kjun', 4, 'junijuniya@naver.com', '', NULL, 'N;', '20170611230249', '20170611230249', NULL, '::1', -95, -95, 'N', 'N', 'PUBLIC', 'DENY'), (96, 66, 0, 'ko', 'N', 'XEIcon (4)', 'N', 'N', '
\n

CONTRIBUTION

\n

새로운 아이콘 요청이나 XEICON에 대한 제안이 있다면 자유롭게 이야기해주세요!
앞으로의 이야기들을 함께 만들어갈 third party 참여 또한 환영합니다.

\n github\n
\n', 0, 0, 0, 0, 0, 0, NULL, 'junijuniya', 'admin', 'kjun', 4, 'junijuniya@naver.com', '', NULL, 'N;', '20170611230249', '20170611230249', NULL, '::1', -96, -96, 'N', 'N', 'PUBLIC', 'DENY'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_editor_autosave` -- CREATE TABLE `xe_editor_autosave` ( `member_srl` bigint(11) DEFAULT '0', `ipaddress` varchar(128) DEFAULT NULL, `module_srl` bigint(11) DEFAULT NULL, `document_srl` bigint(11) NOT NULL DEFAULT '0', `title` varchar(250) DEFAULT NULL, `content` longtext NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_editor_components` -- CREATE TABLE `xe_editor_components` ( `component_name` varchar(250) NOT NULL, `enabled` char(1) NOT NULL DEFAULT 'N', `extra_vars` text, `list_order` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_editor_components` -- INSERT INTO `xe_editor_components` (`component_name`, `enabled`, `extra_vars`, `list_order`) VALUES ('colorpicker_text', 'Y', NULL, 42), ('colorpicker_bg', 'Y', NULL, 44), ('emoticon', 'Y', NULL, 46), ('url_link', 'Y', NULL, 48), ('image_link', 'Y', NULL, 50), ('multimedia_link', 'Y', NULL, 52), ('quotation', 'Y', NULL, 54), ('table_maker', 'Y', NULL, 56), ('poll_maker', 'Y', NULL, 58), ('image_gallery', 'Y', NULL, 60); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_editor_components_site` -- CREATE TABLE `xe_editor_components_site` ( `site_srl` bigint(11) NOT NULL DEFAULT '0', `component_name` varchar(250) NOT NULL, `enabled` char(1) NOT NULL DEFAULT 'N', `extra_vars` text, `list_order` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_files` -- CREATE TABLE `xe_files` ( `file_srl` bigint(11) NOT NULL, `upload_target_srl` bigint(11) NOT NULL DEFAULT '0', `upload_target_type` char(3) DEFAULT NULL, `sid` varchar(60) DEFAULT NULL, `module_srl` bigint(11) NOT NULL DEFAULT '0', `member_srl` bigint(11) NOT NULL, `download_count` bigint(11) NOT NULL DEFAULT '0', `direct_download` char(1) NOT NULL DEFAULT 'N', `source_filename` varchar(250) DEFAULT NULL, `uploaded_filename` varchar(250) DEFAULT NULL, `file_size` bigint(11) NOT NULL DEFAULT '0', `comment` varchar(250) DEFAULT NULL, `isvalid` char(1) DEFAULT 'N', `cover_image` char(1) NOT NULL DEFAULT 'N', `regdate` varchar(14) DEFAULT NULL, `ipaddress` varchar(128) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_lang` -- CREATE TABLE `xe_lang` ( `site_srl` bigint(11) NOT NULL, `name` varchar(255) NOT NULL, `lang_code` varchar(10) NOT NULL, `value` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_layouts` -- CREATE TABLE `xe_layouts` ( `layout_srl` bigint(12) NOT NULL, `site_srl` bigint(11) NOT NULL DEFAULT '0', `layout` varchar(250) DEFAULT NULL, `title` varchar(250) DEFAULT NULL, `extra_vars` text, `layout_path` varchar(250) DEFAULT NULL, `module_srl` bigint(12) DEFAULT '0', `regdate` varchar(14) DEFAULT NULL, `layout_type` char(1) DEFAULT 'P' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_layouts` -- INSERT INTO `xe_layouts` (`layout_srl`, `site_srl`, `layout`, `title`, `extra_vars`, `layout_path`, `module_srl`, `regdate`, `layout_type`) VALUES (89, 0, 'xedition', 'XEDITION', 'O:8:\"stdClass\":3:{s:3:\"GNB\";i:65;s:3:\"UNB\";i:76;s:3:\"FNB\";i:79;}', NULL, 0, '20170611230248', 'P'), (90, 0, 'default', 'welcome_mobile_layout', 'O:8:\"stdClass\":4:{s:3:\"GNB\";i:65;s:3:\"UNB\";i:76;s:3:\"FNB\";i:79;s:9:\"main_menu\";i:65;}', NULL, 0, '20170611230248', 'M'), (130, 0, 'xe_official', 'XE 공식 사이트 레이아웃', NULL, NULL, 0, '20170712134314', 'P'), (131, 0, 'default', '기본 레이아웃', NULL, NULL, 0, '20170712134314', 'P'), (132, 0, 'user_layout', '테스트 레이아웃', NULL, NULL, 0, '20170712134314', 'P'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member` -- CREATE TABLE `xe_member` ( `member_srl` bigint(11) NOT NULL, `user_id` varchar(80) NOT NULL, `email_address` varchar(250) NOT NULL, `password` varchar(60) NOT NULL, `email_id` varchar(80) NOT NULL, `email_host` varchar(160) DEFAULT NULL, `user_name` varchar(40) NOT NULL, `nick_name` varchar(40) NOT NULL, `find_account_question` bigint(11) DEFAULT NULL, `find_account_answer` varchar(250) DEFAULT NULL, `homepage` varchar(250) DEFAULT NULL, `blog` varchar(250) DEFAULT NULL, `birthday` char(8) DEFAULT NULL, `allow_mailing` char(1) NOT NULL DEFAULT 'Y', `allow_message` char(1) NOT NULL DEFAULT 'Y', `denied` char(1) DEFAULT 'N', `limit_date` varchar(14) DEFAULT NULL, `regdate` varchar(14) DEFAULT NULL, `last_login` varchar(14) DEFAULT NULL, `change_password_date` varchar(14) DEFAULT NULL, `is_admin` char(1) DEFAULT 'N', `description` text, `extra_vars` text, `list_order` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_member` -- INSERT INTO `xe_member` (`member_srl`, `user_id`, `email_address`, `password`, `email_id`, `email_host`, `user_name`, `nick_name`, `find_account_question`, `find_account_answer`, `homepage`, `blog`, `birthday`, `allow_mailing`, `allow_message`, `denied`, `limit_date`, `regdate`, `last_login`, `change_password_date`, `is_admin`, `description`, `extra_vars`, `list_order`) VALUES (4, 'junijuniya', 'junijuniya@naver.com', 'sha256:0008192:RoyT9p3sR1ao:yNILRLXrocGFdDjvxy+MQTAM6txmxVRH', 'junijuniya', 'naver.com', 'admin', 'kjun', NULL, NULL, '', '', NULL, 'N', 'Y', 'N', NULL, '20170611230241', '20170712134112', '20170611230241', 'Y', NULL, NULL, -4); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_auth_mail` -- CREATE TABLE `xe_member_auth_mail` ( `auth_key` varchar(60) NOT NULL, `member_srl` bigint(11) NOT NULL, `user_id` varchar(80) NOT NULL, `new_password` varchar(80) NOT NULL, `is_register` char(1) DEFAULT 'N', `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_autologin` -- CREATE TABLE `xe_member_autologin` ( `autologin_key` varchar(80) NOT NULL, `member_srl` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_count_history` -- CREATE TABLE `xe_member_count_history` ( `member_srl` bigint(11) NOT NULL, `content` longtext NOT NULL, `last_update` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_member_count_history` -- INSERT INTO `xe_member_count_history` (`member_srl`, `content`, `last_update`) VALUES (4, 'a:1:{i:0;a:3:{i:0;s:3:\"::1\";i:1;s:32:\"잘못된 비밀번호입니다.\";i:2;i:1499834458;}}', '20170712134059'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_denied_nick_name` -- CREATE TABLE `xe_member_denied_nick_name` ( `nick_name` varchar(80) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `description` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_denied_user_id` -- CREATE TABLE `xe_member_denied_user_id` ( `user_id` varchar(80) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `description` text, `list_order` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_member_denied_user_id` -- INSERT INTO `xe_member_denied_user_id` (`user_id`, `regdate`, `description`, `list_order`) VALUES ('addon', '20170611230243', '', -5), ('admin', '20170611230243', '', -6), ('adminlogging', '20170611230243', '', -7), ('autoinstall', '20170611230243', '', -8), ('board', '20170611230243', '', -9), ('comment', '20170611230243', '', -10), ('communication', '20170611230243', '', -11), ('counter', '20170611230243', '', -12), ('document', '20170611230243', '', -13), ('editor', '20170611230243', '', -14), ('file', '20170611230243', '', -15), ('importer', '20170611230243', '', -16), ('install', '20170611230243', '', -17), ('integration_search', '20170611230243', '', -18), ('krzip', '20170611230243', '', -19), ('layout', '20170611230243', '', -20), ('member', '20170611230243', '', -21), ('menu', '20170611230243', '', -22), ('message', '20170611230243', '', -23), ('module', '20170611230243', '', -24), ('page', '20170611230243', '', -25), ('point', '20170611230243', '', -26), ('poll', '20170611230243', '', -27), ('rss', '20170611230243', '', -28), ('seo', '20170611230243', '', -29), ('session', '20170611230243', '', -30), ('spamfilter', '20170611230243', '', -31), ('syndication', '20170611230243', '', -32), ('tag', '20170611230243', '', -33), ('trash', '20170611230243', '', -34), ('widget', '20170611230243', '', -35), ('www', '20170611230243', '', -36), ('root', '20170611230243', '', -37), ('administrator', '20170611230243', '', -38), ('telnet', '20170611230243', '', -39), ('ftp', '20170611230243', '', -40), ('http', '20170611230243', '', -41); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_friend` -- CREATE TABLE `xe_member_friend` ( `friend_srl` bigint(11) NOT NULL, `friend_group_srl` bigint(11) NOT NULL DEFAULT '0', `member_srl` bigint(11) NOT NULL, `target_srl` bigint(11) NOT NULL, `list_order` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_friend_group` -- CREATE TABLE `xe_member_friend_group` ( `friend_group_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `title` varchar(250) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_group` -- CREATE TABLE `xe_member_group` ( `site_srl` bigint(11) NOT NULL DEFAULT '0', `group_srl` bigint(11) NOT NULL, `list_order` bigint(11) NOT NULL, `title` varchar(80) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `is_default` char(1) DEFAULT 'N', `is_admin` char(1) DEFAULT 'N', `image_mark` text, `description` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_member_group` -- INSERT INTO `xe_member_group` (`site_srl`, `group_srl`, `list_order`, `title`, `regdate`, `is_default`, `is_admin`, `image_mark`, `description`) VALUES (0, 1, 1, '관리그룹', '20170611230241', 'N', 'Y', '', ''), (0, 2, 2, '준회원', '20170611230241', 'Y', 'N', '', ''), (0, 3, 3, '정회원', '20170611230241', 'N', 'N', '', ''); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_group_member` -- CREATE TABLE `xe_member_group_member` ( `site_srl` bigint(11) NOT NULL DEFAULT '0', `group_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_member_group_member` -- INSERT INTO `xe_member_group_member` (`site_srl`, `group_srl`, `member_srl`, `regdate`) VALUES (0, 1, 4, '20170611230241'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_join_form` -- CREATE TABLE `xe_member_join_form` ( `member_join_form_srl` bigint(11) NOT NULL, `column_type` varchar(60) NOT NULL, `column_name` varchar(60) NOT NULL, `column_title` varchar(60) NOT NULL, `required` char(1) NOT NULL DEFAULT 'N', `default_value` text, `is_active` char(1) DEFAULT 'Y', `description` text, `list_order` bigint(11) NOT NULL DEFAULT '1', `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_login_count` -- CREATE TABLE `xe_member_login_count` ( `ipaddress` varchar(128) NOT NULL, `count` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `last_update` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_member_login_count` -- INSERT INTO `xe_member_login_count` (`ipaddress`, `count`, `regdate`, `last_update`) VALUES ('::1', 1, '20170712134059', '20170712134059'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_message` -- CREATE TABLE `xe_member_message` ( `message_srl` bigint(11) NOT NULL, `related_srl` bigint(11) NOT NULL, `sender_srl` bigint(11) NOT NULL, `receiver_srl` bigint(11) NOT NULL, `message_type` char(1) NOT NULL DEFAULT 'S', `title` varchar(250) NOT NULL, `content` text NOT NULL, `readed` char(1) NOT NULL DEFAULT 'N', `list_order` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `readed_date` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_member_scrap` -- CREATE TABLE `xe_member_scrap` ( `member_srl` bigint(11) NOT NULL, `document_srl` bigint(11) NOT NULL, `title` varchar(250) DEFAULT NULL, `user_id` varchar(80) DEFAULT NULL, `user_name` varchar(80) NOT NULL, `nick_name` varchar(80) NOT NULL, `target_member_srl` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `list_order` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_menu` -- CREATE TABLE `xe_menu` ( `menu_srl` bigint(12) NOT NULL, `site_srl` bigint(11) NOT NULL DEFAULT '0', `title` varchar(250) DEFAULT NULL, `listorder` bigint(11) DEFAULT '0', `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_menu` -- INSERT INTO `xe_menu` (`menu_srl`, `site_srl`, `title`, `listorder`, `regdate`) VALUES (65, 0, 'Main menu', -65, '20170611230245'), (76, 0, 'Utility menu', -76, '20170611230246'), (79, 0, 'Footer Menu', -79, '20170611230247'), (97, 0, '__ADMINMENU_V17__', -97, '20170611231740'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_menu_item` -- CREATE TABLE `xe_menu_item` ( `menu_item_srl` bigint(12) NOT NULL, `parent_srl` bigint(12) NOT NULL DEFAULT '0', `menu_srl` bigint(12) NOT NULL, `name` text, `desc` varchar(250) DEFAULT NULL, `url` varchar(250) DEFAULT NULL, `is_shortcut` char(1) DEFAULT 'N', `open_window` char(1) DEFAULT 'N', `expand` char(1) DEFAULT 'N', `normal_btn` varchar(255) DEFAULT NULL, `hover_btn` varchar(255) DEFAULT NULL, `active_btn` varchar(255) DEFAULT NULL, `group_srls` text, `listorder` bigint(11) DEFAULT '0', `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_menu_item` -- INSERT INTO `xe_menu_item` (`menu_item_srl`, `parent_srl`, `menu_srl`, `name`, `desc`, `url`, `is_shortcut`, `open_window`, `expand`, `normal_btn`, `hover_btn`, `active_btn`, `group_srls`, `listorder`, `regdate`) VALUES (67, 0, 65, 'Welcome Page', '', 'index', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -67, '20170611230245'), (69, 0, 65, 'Board', '', 'board', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -69, '20170611230246'), (70, 69, 65, 'SAMPLE 1', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -70, '20170611230246'), (71, 70, 65, 'SAMPLE 1-1', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -71, '20170611230246'), (72, 69, 65, 'SAMPLE 2', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -72, '20170611230246'), (73, 69, 65, 'SAMPLE 3', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -73, '20170611230246'), (75, 0, 65, 'XEIcon', '', 'xeicon', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -75, '20170611230246'), (77, 0, 76, 'XE Official Site', '', 'http://www.xpressengine.com', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -77, '20170611230246'), (78, 0, 76, 'GitHub', '', 'https://github.com/xpressengine', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -78, '20170611230247'), (80, 0, 79, 'Welcome Page', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -80, '20170611230247'), (81, 80, 79, 'SAMPLE 1', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -81, '20170611230247'), (82, 80, 79, 'SAMPLE 2', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -82, '20170611230247'), (83, 80, 79, 'SAMPLE 3', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -83, '20170611230247'), (84, 0, 79, 'Board', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -84, '20170611230247'), (85, 84, 79, 'SAMPLE 1', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -85, '20170611230247'), (86, 84, 79, 'SAMPLE 2', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -86, '20170611230247'), (87, 0, 79, 'XEIcon', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -87, '20170611230247'), (88, 87, 79, 'SAMPLE 1', '', '#', 'Y', 'N', 'N', NULL, NULL, NULL, NULL, -88, '20170611230248'), (98, 0, 97, '{$lang->menu_gnb[\'dashboard\']}', NULL, 'index.php?module=admin', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -98, '20170611231740'), (99, 0, 97, '{$lang->menu_gnb[\'menu\']}', NULL, '#', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -99, '20170611231740'), (100, 0, 97, '{$lang->menu_gnb[\'user\']}', NULL, '#', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -100, '20170611231740'), (101, 0, 97, '{$lang->menu_gnb[\'content\']}', NULL, '#', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -101, '20170611231740'), (102, 0, 97, '{$lang->menu_gnb[\'configuration\']}', NULL, '#', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -102, '20170611231740'), (103, 0, 97, '{$lang->menu_gnb[\'advanced\']}', NULL, '#', 'N', 'N', 'N', NULL, NULL, NULL, NULL, -103, '20170611231740'), (104, 99, 97, '{$lang->menu_gnb_sub[\'siteMap\']}', NULL, 'index.php?module=admin&act=dispMenuAdminSiteMap', 'N', 'N', 'N', '', '', '', '1', -104, '20170611231740'), (105, 99, 97, '{$lang->menu_gnb_sub[\'siteDesign\']}', NULL, 'index.php?module=admin&act=dispMenuAdminSiteDesign', 'N', 'N', 'N', '', '', '', '1', -105, '20170611231740'), (106, 100, 97, '{$lang->menu_gnb_sub[\'userList\']}', NULL, 'index.php?module=admin&act=dispMemberAdminList', 'N', 'N', 'N', '', '', '', '1', -106, '20170611231740'), (107, 100, 97, '{$lang->menu_gnb_sub[\'userSetting\']}', NULL, 'index.php?module=admin&act=dispMemberAdminConfig', 'N', 'N', 'N', '', '', '', '1', -107, '20170611231740'), (108, 100, 97, '{$lang->menu_gnb_sub[\'userGroup\']}', NULL, 'index.php?module=admin&act=dispMemberAdminGroupList', 'N', 'N', 'N', '', '', '', '1', -108, '20170611231740'), (109, 101, 97, '{$lang->menu_gnb_sub[\'document\']}', NULL, 'index.php?module=admin&act=dispDocumentAdminList', 'N', 'N', 'N', '', '', '', '1', -109, '20170611231740'), (110, 101, 97, '{$lang->menu_gnb_sub[\'comment\']}', NULL, 'index.php?module=admin&act=dispCommentAdminList', 'N', 'N', 'N', '', '', '', '1', -110, '20170611231740'), (111, 101, 97, '{$lang->menu_gnb_sub[\'file\']}', NULL, 'index.php?module=admin&act=dispFileAdminList', 'N', 'N', 'N', '', '', '', '1', -111, '20170611231740'), (112, 101, 97, '{$lang->menu_gnb_sub[\'poll\']}', NULL, 'index.php?module=admin&act=dispPollAdminList', 'N', 'N', 'N', '', '', '', '1', -112, '20170611231740'), (113, 101, 97, '{$lang->menu_gnb_sub[\'rss\']}', NULL, 'index.php?module=admin&act=dispRssAdminIndex', 'N', 'N', 'N', '', '', '', '1', -113, '20170611231740'), (114, 101, 97, '{$lang->menu_gnb_sub[\'multilingual\']}', NULL, 'index.php?module=admin&act=dispModuleAdminLangcode', 'N', 'N', 'N', '', '', '', '1', -114, '20170611231740'), (115, 101, 97, '{$lang->menu_gnb_sub[\'importer\']}', NULL, 'index.php?module=admin&act=dispImporterAdminImportForm', 'N', 'N', 'N', '', '', '', '1', -115, '20170611231740'), (116, 101, 97, '{$lang->menu_gnb_sub[\'trash\']}', NULL, 'index.php?module=admin&act=dispTrashAdminList', 'N', 'N', 'N', '', '', '', '1', -116, '20170611231740'), (117, 103, 97, '{$lang->menu_gnb_sub[\'easyInstall\']}', NULL, 'index.php?module=admin&act=dispAutoinstallAdminIndex', 'N', 'N', 'N', '', '', '', '1', -117, '20170611231740'), (118, 103, 97, '{$lang->menu_gnb_sub[\'installedLayout\']}', NULL, 'index.php?module=admin&act=dispLayoutAdminInstalledList', 'N', 'N', 'N', '', '', '', '1', -118, '20170611231740'), (119, 103, 97, '{$lang->menu_gnb_sub[\'installedModule\']}', NULL, 'index.php?module=admin&act=dispModuleAdminContent', 'N', 'N', 'N', '', '', '', '1', -119, '20170611231740'), (120, 103, 97, '{$lang->menu_gnb_sub[\'installedWidget\']}', NULL, 'index.php?module=admin&act=dispWidgetAdminDownloadedList', 'N', 'N', 'N', '', '', '', '1', -120, '20170611231740'), (121, 103, 97, '{$lang->menu_gnb_sub[\'installedAddon\']}', NULL, 'index.php?module=admin&act=dispAddonAdminIndex', 'N', 'N', 'N', '', '', '', '1', -121, '20170611231740'), (122, 103, 97, '{$lang->menu_gnb_sub[\'editor\']}', NULL, 'index.php?module=admin&act=dispEditorAdminIndex', 'N', 'N', 'N', '', '', '', '1', -122, '20170611231740'), (123, 101, 97, '{$lang->menu_gnb_sub[\'spamFilter\']}', NULL, 'index.php?module=admin&act=dispSpamfilterAdminDeniedIPList', 'N', 'N', 'N', '', '', '', '1', -123, '20170611231740'), (124, 102, 97, '{$lang->menu_gnb_sub[\'adminConfigurationGeneral\']}', NULL, 'index.php?module=admin&act=dispAdminConfigGeneral', 'N', 'N', 'N', '', '', '', '1', -124, '20170611231740'), (125, 102, 97, '{$lang->menu_gnb_sub[\'adminConfigurationFtp\']}', NULL, 'index.php?module=admin&act=dispAdminConfigFtp', 'N', 'N', 'N', '', '', '', '1', -125, '20170611231740'), (126, 102, 97, '{$lang->menu_gnb_sub[\'adminMenuSetup\']}', NULL, 'index.php?module=admin&act=dispAdminSetup', 'N', 'N', 'N', '', '', '', '1', -126, '20170611231740'), (127, 102, 97, '{$lang->menu_gnb_sub[\'fileUpload\']}', NULL, 'index.php?module=admin&act=dispFileAdminConfig', 'N', 'N', 'N', '', '', '', '1', -127, '20170611231740'), (128, 102, 97, '{$lang->menu_gnb_sub[\'filebox\']}', NULL, 'index.php?module=admin&act=dispModuleAdminFileBox', 'N', 'N', 'N', '', '', '', '1', -128, '20170611231740'), (129, 100, 97, '{$lang->menu_gnb_sub[\'point\']}', NULL, 'index.php?module=admin&act=dispPointAdminConfig', 'N', 'N', 'N', '', '', '', '1', -129, '20170611231740'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_menu_layout` -- CREATE TABLE `xe_menu_layout` ( `menu_srl` bigint(12) NOT NULL, `layout_srl` bigint(12) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_admins` -- CREATE TABLE `xe_module_admins` ( `module_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_categories` -- CREATE TABLE `xe_module_categories` ( `module_category_srl` bigint(11) NOT NULL DEFAULT '0', `title` varchar(250) DEFAULT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_config` -- CREATE TABLE `xe_module_config` ( `module` varchar(250) NOT NULL, `site_srl` bigint(11) NOT NULL, `config` text, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_module_config` -- INSERT INTO `xe_module_config` (`module`, `site_srl`, `config`, `regdate`) VALUES ('comment', 0, 'N;', '20170611230237'), ('editor', 0, 'N;', '20170611230237'), ('file', 0, 'O:8:\"stdClass\":3:{s:16:\"allowed_filesize\";s:1:\"2\";s:19:\"allowed_attach_size\";s:1:\"2\";s:17:\"allowed_filetypes\";s:3:\"*.*\";}', '20170611230240'), ('layout', 0, 'N;', '20170611230237'), ('point', 0, 'O:8:\"stdClass\":22:{s:11:\"able_module\";s:1:\"N\";s:9:\"max_level\";i:30;s:10:\"level_step\";a:30:{i:1;i:90;i:2;i:360;i:3;i:810;i:4;i:1440;i:5;i:2250;i:6;i:3240;i:7;i:4410;i:8;i:5760;i:9;i:7290;i:10;i:9000;i:11;i:10890;i:12;i:12960;i:13;i:15210;i:14;i:17640;i:15;i:20250;i:16;i:23040;i:17;i:26010;i:18;i:29160;i:19;i:32490;i:20;i:36000;i:21;i:39690;i:22;i:43560;i:23;i:47610;i:24;i:51840;i:25;i:56250;i:26;i:60840;i:27;i:65610;i:28;i:70560;i:29;i:75690;i:30;i:81000;}s:12:\"signup_point\";i:10;s:11:\"login_point\";i:5;s:10:\"point_name\";s:5:\"point\";s:10:\"level_icon\";s:7:\"default\";s:16:\"disable_download\";b:0;s:15:\"insert_document\";i:10;s:19:\"insert_document_act\";s:23:\"procBoardInsertDocument\";s:19:\"delete_document_act\";s:23:\"procBoardDeleteDocument\";s:14:\"insert_comment\";i:5;s:18:\"insert_comment_act\";s:44:\"procBoardInsertComment,procBlogInsertComment\";s:18:\"delete_comment_act\";s:44:\"procBoardDeleteComment,procBlogDeleteComment\";s:11:\"upload_file\";i:5;s:15:\"upload_file_act\";s:14:\"procFileUpload\";s:15:\"delete_file_act\";s:14:\"procFileDelete\";s:13:\"download_file\";i:-5;s:17:\"download_file_act\";s:16:\"procFileDownload\";s:13:\"read_document\";i:0;s:5:\"voted\";i:0;s:6:\"blamed\";i:0;}', '20170611230244'), ('rss', 0, 'N;', '20170611230237'), ('module', 0, 'O:8:\"stdClass\":3:{s:18:\"isUpdateFixedValue\";b:1;s:10:\"htmlFooter\";N;s:9:\"siteTitle\";s:4:\"KJun\";}', '20170612092246'), ('autoinstall', 0, 'O:8:\"stdClass\":1:{s:14:\"downloadServer\";s:33:\"http://download.xpressengine.com/\";}', '20170611230238'), ('poll', 0, 'O:8:\"stdClass\":2:{s:4:\"skin\";s:7:\"default\";s:8:\"colorset\";s:6:\"normal\";}', '20170611230240'), ('member', 0, 'O:8:\"stdClass\":19:{s:11:\"enable_join\";s:1:\"Y\";s:13:\"enable_openid\";s:1:\"N\";s:16:\"enable_auth_mail\";s:1:\"N\";s:10:\"image_name\";s:1:\"Y\";s:10:\"image_mark\";s:1:\"Y\";s:13:\"profile_image\";s:1:\"Y\";s:20:\"image_name_max_width\";s:2:\"90\";s:21:\"image_name_max_height\";s:2:\"20\";s:20:\"image_mark_max_width\";s:2:\"20\";s:21:\"image_mark_max_height\";s:2:\"20\";s:23:\"profile_image_max_width\";s:2:\"90\";s:24:\"profile_image_max_height\";s:2:\"90\";s:16:\"group_image_mark\";s:1:\"N\";s:17:\"password_strength\";s:6:\"normal\";s:26:\"password_hashing_algorithm\";s:6:\"pbkdf2\";s:28:\"password_hashing_work_factor\";i:8;s:29:\"password_hashing_auto_upgrade\";s:1:\"Y\";s:10:\"signupForm\";a:13:{i:0;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:13:\"email_address\";s:5:\"title\";s:13:\"email_address\";s:12:\"mustRequired\";b:1;s:9:\"imageType\";b:0;s:8:\"required\";b:1;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"Y\";s:12:\"isIdentifier\";b:1;}i:1;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:7:\"user_id\";s:5:\"title\";s:7:\"user_id\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:0;s:8:\"required\";b:1;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"Y\";s:12:\"isIdentifier\";b:0;}i:2;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:8:\"password\";s:5:\"title\";s:8:\"password\";s:12:\"mustRequired\";b:1;s:9:\"imageType\";b:0;s:8:\"required\";b:1;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"N\";s:12:\"isIdentifier\";b:0;}i:3;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:9:\"user_name\";s:5:\"title\";s:9:\"user_name\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:0;s:8:\"required\";b:1;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"Y\";s:12:\"isIdentifier\";b:0;}i:4;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:9:\"nick_name\";s:5:\"title\";s:9:\"nick_name\";s:12:\"mustRequired\";b:1;s:9:\"imageType\";b:0;s:8:\"required\";b:1;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"Y\";s:12:\"isIdentifier\";b:0;}i:5;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:21:\"find_account_question\";s:5:\"title\";s:21:\"find_account_question\";s:12:\"mustRequired\";b:1;s:9:\"imageType\";b:0;s:8:\"required\";b:1;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"N\";s:12:\"isIdentifier\";b:0;}i:6;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:8:\"homepage\";s:5:\"title\";s:8:\"homepage\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:0;s:8:\"required\";b:0;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"Y\";s:12:\"isIdentifier\";b:0;}i:7;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:4:\"blog\";s:5:\"title\";s:4:\"blog\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:0;s:8:\"required\";b:0;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"Y\";s:12:\"isIdentifier\";b:0;}i:8;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:8:\"birthday\";s:5:\"title\";s:8:\"birthday\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:0;s:8:\"required\";b:0;s:5:\"isUse\";b:1;s:8:\"isPublic\";s:1:\"Y\";s:12:\"isIdentifier\";b:0;}i:9;O:8:\"stdClass\":9:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:9:\"signature\";s:5:\"title\";s:9:\"signature\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:0;s:8:\"required\";b:0;s:5:\"isUse\";b:0;s:8:\"isPublic\";s:1:\"N\";s:12:\"isIdentifier\";b:0;}i:10;O:8:\"stdClass\":11:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:13:\"profile_image\";s:5:\"title\";s:13:\"profile_image\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:1;s:8:\"required\";b:0;s:5:\"isUse\";b:0;s:8:\"isPublic\";s:1:\"N\";s:12:\"isIdentifier\";b:0;s:9:\"max_width\";N;s:10:\"max_height\";N;}i:11;O:8:\"stdClass\":11:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:10:\"image_name\";s:5:\"title\";s:10:\"image_name\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:1;s:8:\"required\";b:0;s:5:\"isUse\";b:0;s:8:\"isPublic\";s:1:\"N\";s:12:\"isIdentifier\";b:0;s:9:\"max_width\";N;s:10:\"max_height\";N;}i:12;O:8:\"stdClass\":11:{s:13:\"isDefaultForm\";b:1;s:4:\"name\";s:10:\"image_mark\";s:5:\"title\";s:10:\"image_mark\";s:12:\"mustRequired\";b:0;s:9:\"imageType\";b:1;s:8:\"required\";b:0;s:5:\"isUse\";b:0;s:8:\"isPublic\";s:1:\"N\";s:12:\"isIdentifier\";b:0;s:9:\"max_width\";N;s:10:\"max_height\";N;}}s:10:\"identifier\";s:13:\"email_address\";}', '20170611230241'), ('document', 0, 'O:8:\"stdClass\":1:{s:14:\"thumbnail_type\";s:4:\"crop\";}', '20170612092246'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_extend` -- CREATE TABLE `xe_module_extend` ( `parent_module` varchar(80) NOT NULL, `extend_module` varchar(80) NOT NULL, `type` varchar(15) NOT NULL, `kind` varchar(5) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_extra_vars` -- CREATE TABLE `xe_module_extra_vars` ( `module_srl` bigint(11) NOT NULL, `name` varchar(80) NOT NULL, `value` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_module_extra_vars` -- INSERT INTO `xe_module_extra_vars` (`module_srl`, `name`, `value`) VALUES (66, 'regdate', '20170611230245'), (74, 'regdate', '20170611230246'), (66, 'page_type', 'WIDGET'), (74, 'page_type', 'WIDGET'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_filebox` -- CREATE TABLE `xe_module_filebox` ( `module_filebox_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `filename` varchar(250) NOT NULL, `fileextension` varchar(4) NOT NULL, `filesize` bigint(11) NOT NULL DEFAULT '0', `comment` varchar(250) DEFAULT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_grants` -- CREATE TABLE `xe_module_grants` ( `module_srl` bigint(11) NOT NULL, `name` varchar(20) NOT NULL, `group_srl` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_locks` -- CREATE TABLE `xe_module_locks` ( `lock_name` varchar(40) NOT NULL, `deadline` varchar(14) DEFAULT NULL, `member_srl` bigint(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_mobile_skins` -- CREATE TABLE `xe_module_mobile_skins` ( `module_srl` bigint(11) NOT NULL, `name` varchar(80) NOT NULL, `value` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_part_config` -- CREATE TABLE `xe_module_part_config` ( `module` varchar(250) NOT NULL, `module_srl` bigint(11) NOT NULL, `config` text, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_skins` -- CREATE TABLE `xe_module_skins` ( `module_srl` bigint(11) NOT NULL, `name` varchar(80) NOT NULL, `value` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_module_trigger` -- CREATE TABLE `xe_module_trigger` ( `trigger_name` varchar(80) NOT NULL, `called_position` varchar(15) NOT NULL, `module` varchar(80) NOT NULL, `type` varchar(15) NOT NULL, `called_method` varchar(80) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_module_trigger` -- INSERT INTO `xe_module_trigger` (`trigger_name`, `called_position`, `module`, `type`, `called_method`) VALUES ('comment.deleteComment', 'after', 'file', 'controller', 'triggerCommentDeleteAttached'), ('comment.deleteComment', 'after', 'poll', 'controller', 'triggerDeleteCommentPoll'), ('comment.getCommentMenu', 'after', 'member', 'controller', 'triggerGetCommentMenu'), ('comment.insertComment', 'after', 'file', 'controller', 'triggerCommentAttachFiles'), ('comment.insertComment', 'after', 'poll', 'controller', 'triggerInsertCommentPoll'), ('comment.insertComment', 'before', 'file', 'controller', 'triggerCommentCheckAttached'), ('comment.insertComment', 'before', 'spamfilter', 'controller', 'triggerInsertComment'), ('comment.updateComment', 'after', 'file', 'controller', 'triggerCommentAttachFiles'), ('comment.updateComment', 'after', 'poll', 'controller', 'triggerUpdateCommentPoll'), ('comment.updateComment', 'before', 'file', 'controller', 'triggerCommentCheckAttached'), ('comment.updateComment', 'before', 'spamfilter', 'controller', 'triggerInsertComment'), ('communication.sendMessage', 'before', 'spamfilter', 'controller', 'triggerSendMessage'), ('display', 'before', 'editor', 'controller', 'triggerEditorComponentCompile'), ('display', 'before', 'seo', 'controller', 'triggerBeforeDisplay'), ('display', 'before', 'widget', 'controller', 'triggerWidgetCompile'), ('document.deleteDocument', 'after', 'comment', 'controller', 'triggerDeleteDocumentComments'), ('document.deleteDocument', 'after', 'file', 'controller', 'triggerDeleteAttached'), ('document.deleteDocument', 'after', 'poll', 'controller', 'triggerDeleteDocumentPoll'), ('document.deleteDocument', 'after', 'seo', 'controller', 'triggerAfterDocumentDeleteDocument'), ('document.deleteDocument', 'after', 'syndication', 'controller', 'triggerDeleteDocument'), ('document.deleteDocument', 'after', 'tag', 'controller', 'triggerDeleteTag'), ('document.getDocumentMenu', 'after', 'member', 'controller', 'triggerGetDocumentMenu'), ('document.insertDocument', 'after', 'editor', 'controller', 'triggerDeleteSavedDoc'), ('document.insertDocument', 'after', 'file', 'controller', 'triggerAttachFiles'), ('document.insertDocument', 'after', 'poll', 'controller', 'triggerInsertDocumentPoll'), ('document.insertDocument', 'after', 'syndication', 'controller', 'triggerInsertDocument'), ('document.insertDocument', 'after', 'tag', 'controller', 'triggerInsertTag'), ('document.insertDocument', 'before', 'file', 'controller', 'triggerCheckAttached'), ('document.insertDocument', 'before', 'spamfilter', 'controller', 'triggerInsertDocument'), ('document.insertDocument', 'before', 'tag', 'controller', 'triggerArrangeTag'), ('document.moveDocumentModule', 'after', 'syndication', 'controller', 'triggerMoveDocumentModule'), ('document.moveDocumentToTrash', 'after', 'syndication', 'controller', 'triggerMoveDocumentToTrash'), ('document.restoreTrash', 'after', 'syndication', 'controller', 'triggerRestoreTrash'), ('document.updateDocument', 'after', 'editor', 'controller', 'triggerDeleteSavedDoc'), ('document.updateDocument', 'after', 'file', 'controller', 'triggerAttachFiles'), ('document.updateDocument', 'after', 'poll', 'controller', 'triggerUpdateDocumentPoll'), ('document.updateDocument', 'after', 'seo', 'controller', 'triggerAfterDocumentUpdateDocument'), ('document.updateDocument', 'after', 'syndication', 'controller', 'triggerUpdateDocument'), ('document.updateDocument', 'after', 'tag', 'controller', 'triggerInsertTag'), ('document.updateDocument', 'before', 'file', 'controller', 'triggerCheckAttached'), ('document.updateDocument', 'before', 'spamfilter', 'controller', 'triggerInsertDocument'), ('document.updateDocument', 'before', 'tag', 'controller', 'triggerArrangeTag'), ('editor.deleteSavedDoc', 'after', 'file', 'controller', 'triggerDeleteAttached'), ('file.deleteFile', 'after', 'seo', 'controller', 'triggerAfterFileDeleteFile'), ('member.getMemberMenu', 'after', 'board', 'controller', 'triggerMemberMenu'), ('menu.getModuleListInSitemap', 'after', 'board', 'model', 'triggerModuleListInSitemap'), ('module.deleteModule', 'after', 'comment', 'controller', 'triggerDeleteModuleComments'), ('module.deleteModule', 'after', 'document', 'controller', 'triggerDeleteModuleDocuments'), ('module.deleteModule', 'after', 'file', 'controller', 'triggerDeleteModuleFiles'), ('module.deleteModule', 'after', 'syndication', 'controller', 'triggerDeleteModule'), ('module.deleteModule', 'after', 'tag', 'controller', 'triggerDeleteModuleTags'), ('module.dispAdditionSetup', 'before', 'comment', 'view', 'triggerDispCommentAdditionSetup'), ('module.dispAdditionSetup', 'before', 'document', 'view', 'triggerDispDocumentAdditionSetup'), ('module.dispAdditionSetup', 'before', 'editor', 'view', 'triggerDispEditorAdditionSetup'), ('module.dispAdditionSetup', 'before', 'file', 'view', 'triggerDispFileAdditionSetup'), ('module.dispAdditionSetup', 'before', 'rss', 'view', 'triggerDispRssAdditionSetup'), ('module.procModuleAdminCopyModule', 'after', 'comment', 'controller', 'triggerCopyModule'), ('module.procModuleAdminCopyModule', 'after', 'document', 'controller', 'triggerCopyModule'), ('module.procModuleAdminCopyModule', 'after', 'document', 'controller', 'triggerCopyModuleExtraKeys'), ('module.procModuleAdminCopyModule', 'after', 'editor', 'controller', 'triggerCopyModule'), ('module.procModuleAdminCopyModule', 'after', 'file', 'controller', 'triggerCopyModule'), ('module.procModuleAdminCopyModule', 'after', 'rss', 'controller', 'triggerCopyModule'), ('moduleHandler.proc', 'after', 'rss', 'controller', 'triggerRssUrlInsert'), ('trackback.insertTrackback', 'before', 'spamfilter', 'controller', 'triggerInsertTrackback'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_modules` -- CREATE TABLE `xe_modules` ( `module_srl` bigint(11) NOT NULL, `module` varchar(80) NOT NULL, `module_category_srl` bigint(11) DEFAULT '0', `layout_srl` bigint(11) DEFAULT '0', `use_mobile` char(1) DEFAULT 'N', `mlayout_srl` bigint(11) DEFAULT '0', `menu_srl` bigint(11) DEFAULT '0', `site_srl` bigint(11) NOT NULL DEFAULT '0', `mid` varchar(40) NOT NULL, `is_skin_fix` char(1) NOT NULL DEFAULT 'Y', `skin` varchar(250) DEFAULT NULL, `is_mskin_fix` char(1) NOT NULL DEFAULT 'Y', `mskin` varchar(250) DEFAULT NULL, `browser_title` varchar(250) NOT NULL, `description` text, `is_default` char(1) NOT NULL DEFAULT 'N', `content` longtext, `mcontent` longtext, `open_rss` char(1) NOT NULL DEFAULT 'Y', `header_text` text, `footer_text` text, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_modules` -- INSERT INTO `xe_modules` (`module_srl`, `module`, `module_category_srl`, `layout_srl`, `use_mobile`, `mlayout_srl`, `menu_srl`, `site_srl`, `mid`, `is_skin_fix`, `skin`, `is_mskin_fix`, `mskin`, `browser_title`, `description`, `is_default`, `content`, `mcontent`, `open_rss`, `header_text`, `footer_text`, `regdate`) VALUES (66, 'page', 0, -1, 'Y', -1, 65, 0, 'index', 'N', '/USE_DEFAULT/', 'N', '/USE_DEFAULT/', 'Welcome Page', '', 'N', '', '', 'Y', '', '', '20170611230245'), (68, 'board', 0, -1, 'Y', -1, 65, 0, 'board', 'N', NULL, 'N', NULL, 'Board', NULL, 'N', NULL, NULL, 'Y', NULL, NULL, '20170611230246'), (74, 'page', 0, -1, 'Y', -1, 65, 0, 'xeicon', 'N', '/USE_DEFAULT/', 'N', '/USE_DEFAULT/', 'XEIcon', '', 'N', '
', NULL, 'Y', '', '', '20170611230246'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_point` -- CREATE TABLE `xe_point` ( `member_srl` bigint(11) NOT NULL, `point` bigint(11) NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_poll` -- CREATE TABLE `xe_poll` ( `poll_srl` bigint(11) NOT NULL, `stop_date` varchar(14) DEFAULT NULL, `upload_target_srl` bigint(11) NOT NULL, `poll_count` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `ipaddress` varchar(128) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `list_order` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_poll_item` -- CREATE TABLE `xe_poll_item` ( `poll_item_srl` bigint(11) NOT NULL, `poll_srl` bigint(11) NOT NULL, `poll_index_srl` bigint(11) NOT NULL, `upload_target_srl` bigint(11) NOT NULL, `title` varchar(250) NOT NULL, `poll_count` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_poll_log` -- CREATE TABLE `xe_poll_log` ( `poll_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `ipaddress` varchar(128) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_poll_title` -- CREATE TABLE `xe_poll_title` ( `poll_srl` bigint(11) NOT NULL, `poll_index_srl` bigint(11) NOT NULL, `title` varchar(250) NOT NULL, `checkcount` bigint(11) NOT NULL DEFAULT '1', `poll_count` bigint(11) NOT NULL, `upload_target_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `ipaddress` varchar(128) NOT NULL, `regdate` varchar(14) DEFAULT NULL, `list_order` bigint(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_sequence` -- CREATE TABLE `xe_sequence` ( `seq` bigint(64) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_sequence` -- INSERT INTO `xe_sequence` (`seq`) VALUES (1), (2), (3), (4), (5), (6), (7), (8), (9), (10), (11), (12), (13), (14), (15), (16), (17), (18), (19), (20), (21), (22), (23), (24), (25), (26), (27), (28), (29), (30), (31), (32), (33), (34), (35), (36), (37), (38), (39), (40), (41), (42), (43), (44), (45), (46), (47), (48), (49), (50), (51), (52), (53), (54), (55), (56), (57), (58), (59), (60), (61), (62), (63), (64), (65), (66), (67), (68), (69), (70), (71), (72), (73), (74), (75), (76), (77), (78), (79), (80), (81), (82), (83), (84), (85), (86), (87), (88), (89), (90), (91), (92), (93), (94), (95), (96), (97), (98), (99), (100), (101), (102), (103), (104), (105), (106), (107), (108), (109), (110), (111), (112), (113), (114), (115), (116), (117), (118), (119), (120), (121), (122), (123), (124), (125), (126), (127), (128), (129), (130), (131), (132); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_session` -- CREATE TABLE `xe_session` ( `session_key` varchar(255) NOT NULL, `member_srl` bigint(11) NOT NULL, `expired` varchar(14) DEFAULT NULL, `val` longtext, `ipaddress` varchar(128) NOT NULL, `last_update` varchar(14) DEFAULT NULL, `cur_mid` varchar(128) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_site_admin` -- CREATE TABLE `xe_site_admin` ( `site_srl` bigint(11) NOT NULL, `member_srl` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_sites` -- CREATE TABLE `xe_sites` ( `site_srl` bigint(11) NOT NULL, `index_module_srl` bigint(11) DEFAULT '0', `domain` varchar(255) NOT NULL, `default_language` varchar(255) DEFAULT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 테이블의 덤프 데이터 `xe_sites` -- INSERT INTO `xe_sites` (`site_srl`, `index_module_srl`, `domain`, `default_language`, `regdate`) VALUES (0, 66, 'localhost:7730/xe/', 'ko', '20170611230234'); -- -------------------------------------------------------- -- -- 테이블 구조 `xe_spamfilter_denied_ip` -- CREATE TABLE `xe_spamfilter_denied_ip` ( `ipaddress` varchar(250) NOT NULL, `description` varchar(250) DEFAULT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_spamfilter_denied_word` -- CREATE TABLE `xe_spamfilter_denied_word` ( `word` varchar(250) NOT NULL, `hit` bigint(20) NOT NULL DEFAULT '0', `latest_hit` varchar(14) DEFAULT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_spamfilter_log` -- CREATE TABLE `xe_spamfilter_log` ( `spamfilter_log_srl` bigint(11) NOT NULL, `ipaddress` varchar(250) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_syndication_except_modules` -- CREATE TABLE `xe_syndication_except_modules` ( `module_srl` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_syndication_logs` -- CREATE TABLE `xe_syndication_logs` ( `log_srl` bigint(11) NOT NULL, `module_srl` bigint(11) DEFAULT '0', `document_srl` bigint(11) DEFAULT '0', `title` varchar(255) DEFAULT NULL, `summary` varchar(255) DEFAULT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_tags` -- CREATE TABLE `xe_tags` ( `tag_srl` bigint(11) NOT NULL, `module_srl` bigint(11) NOT NULL DEFAULT '0', `document_srl` bigint(11) NOT NULL DEFAULT '0', `tag` varchar(240) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- 테이블 구조 `xe_trash` -- CREATE TABLE `xe_trash` ( `trash_srl` bigint(11) NOT NULL, `title` varchar(250) DEFAULT NULL, `origin_module` varchar(250) NOT NULL DEFAULT 'document', `serialized_object` longtext NOT NULL, `description` text, `ipaddress` varchar(128) NOT NULL, `remover_srl` bigint(11) NOT NULL, `regdate` varchar(14) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- 덤프된 테이블의 인덱스 -- -- -- 테이블의 인덱스 `xe_action_forward` -- ALTER TABLE `xe_action_forward` ADD UNIQUE KEY `idx_foward` (`act`); -- -- 테이블의 인덱스 `xe_addons` -- ALTER TABLE `xe_addons` ADD PRIMARY KEY (`addon`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_addons_site` -- ALTER TABLE `xe_addons_site` ADD UNIQUE KEY `unique_addon_site` (`site_srl`,`addon`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_admin_favorite` -- ALTER TABLE `xe_admin_favorite` ADD PRIMARY KEY (`admin_favorite_srl`); -- -- 테이블의 인덱스 `xe_admin_log` -- ALTER TABLE `xe_admin_log` ADD KEY `idx_admin_ip` (`ipaddress`), ADD KEY `idx_admin_date` (`regdate`); -- -- 테이블의 인덱스 `xe_ai_installed_packages` -- ALTER TABLE `xe_ai_installed_packages` ADD KEY `idx_package_srl` (`package_srl`); -- -- 테이블의 인덱스 `xe_ai_remote_categories` -- ALTER TABLE `xe_ai_remote_categories` ADD PRIMARY KEY (`category_srl`), ADD KEY `idx_parent_srl` (`parent_srl`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_autoinstall_packages` -- ALTER TABLE `xe_autoinstall_packages` ADD UNIQUE KEY `unique_path` (`path`), ADD KEY `idx_package_srl` (`package_srl`), ADD KEY `idx_category_srl` (`category_srl`), ADD KEY `idx_regdate` (`updatedate`); -- -- 테이블의 인덱스 `xe_comment_declared` -- ALTER TABLE `xe_comment_declared` ADD PRIMARY KEY (`comment_srl`), ADD KEY `idx_declared_count` (`declared_count`); -- -- 테이블의 인덱스 `xe_comment_declared_log` -- ALTER TABLE `xe_comment_declared_log` ADD KEY `idx_comment_srl` (`comment_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_comment_voted_log` -- ALTER TABLE `xe_comment_voted_log` ADD KEY `idx_comment_srl` (`comment_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_comments` -- ALTER TABLE `xe_comments` ADD PRIMARY KEY (`comment_srl`), ADD UNIQUE KEY `idx_module_list_order` (`module_srl`,`list_order`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_document_srl` (`document_srl`), ADD KEY `idx_parent_srl` (`parent_srl`), ADD KEY `idx_voted_count` (`voted_count`), ADD KEY `idx_blamed_count` (`blamed_count`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_uploaded_count` (`uploaded_count`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_last_update` (`last_update`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_list_order` (`list_order`), ADD KEY `idx_status` (`status`); -- -- 테이블의 인덱스 `xe_comments_list` -- ALTER TABLE `xe_comments_list` ADD PRIMARY KEY (`comment_srl`), ADD KEY `idx_list` (`document_srl`,`head`,`arrange`), ADD KEY `idx_date` (`module_srl`,`regdate`); -- -- 테이블의 인덱스 `xe_counter_log` -- ALTER TABLE `xe_counter_log` ADD KEY `idx_site_counter_log` (`site_srl`,`ipaddress`), ADD KEY `idx_counter_log` (`regdate`); -- -- 테이블의 인덱스 `xe_counter_site_status` -- ALTER TABLE `xe_counter_site_status` ADD UNIQUE KEY `site_status` (`site_srl`,`regdate`); -- -- 테이블의 인덱스 `xe_counter_status` -- ALTER TABLE `xe_counter_status` ADD PRIMARY KEY (`regdate`); -- -- 테이블의 인덱스 `xe_document_aliases` -- ALTER TABLE `xe_document_aliases` ADD PRIMARY KEY (`alias_srl`), ADD UNIQUE KEY `idx_module_title` (`module_srl`,`alias_title`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_document_srl` (`document_srl`), ADD KEY `idx_alias_title` (`alias_title`); -- -- 테이블의 인덱스 `xe_document_categories` -- ALTER TABLE `xe_document_categories` ADD PRIMARY KEY (`category_srl`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_document_declared` -- ALTER TABLE `xe_document_declared` ADD PRIMARY KEY (`document_srl`), ADD KEY `idx_declared_count` (`declared_count`); -- -- 테이블의 인덱스 `xe_document_declared_log` -- ALTER TABLE `xe_document_declared_log` ADD KEY `idx_document_srl` (`document_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_document_extra_keys` -- ALTER TABLE `xe_document_extra_keys` ADD UNIQUE KEY `unique_module_keys` (`module_srl`,`var_idx`); -- -- 테이블의 인덱스 `xe_document_extra_vars` -- ALTER TABLE `xe_document_extra_vars` ADD UNIQUE KEY `unique_extra_vars` (`module_srl`,`document_srl`,`var_idx`,`lang_code`), ADD KEY `idx_document_list_order` (`document_srl`,`module_srl`,`var_idx`); -- -- 테이블의 인덱스 `xe_document_histories` -- ALTER TABLE `xe_document_histories` ADD PRIMARY KEY (`history_srl`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_document_srl` (`document_srl`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_ipaddress` (`ipaddress`); -- -- 테이블의 인덱스 `xe_document_readed_log` -- ALTER TABLE `xe_document_readed_log` ADD KEY `idx_document_srl` (`document_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_document_trash` -- ALTER TABLE `xe_document_trash` ADD PRIMARY KEY (`trash_srl`), ADD KEY `idx_document_srl` (`document_srl`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_trash_date` (`trash_date`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_member_srl` (`member_srl`); -- -- 테이블의 인덱스 `xe_document_voted_log` -- ALTER TABLE `xe_document_voted_log` ADD KEY `idx_document_srl` (`document_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_documents` -- ALTER TABLE `xe_documents` ADD PRIMARY KEY (`document_srl`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_category_srl` (`category_srl`), ADD KEY `idx_is_notice` (`is_notice`), ADD KEY `idx_readed_count` (`readed_count`), ADD KEY `idx_voted_count` (`voted_count`), ADD KEY `idx_blamed_count` (`blamed_count`), ADD KEY `idx_comment_count` (`comment_count`), ADD KEY `idx_trackback_count` (`trackback_count`), ADD KEY `idx_uploaded_count` (`uploaded_count`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_last_update` (`last_update`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_list_order` (`list_order`), ADD KEY `idx_update_order` (`update_order`), ADD KEY `idx_module_list_order` (`module_srl`,`list_order`), ADD KEY `idx_module_update_order` (`module_srl`,`update_order`), ADD KEY `idx_module_readed_count` (`module_srl`,`readed_count`), ADD KEY `idx_module_voted_count` (`module_srl`,`voted_count`), ADD KEY `idx_module_notice` (`module_srl`,`is_notice`), ADD KEY `idx_module_document_srl` (`module_srl`,`document_srl`), ADD KEY `idx_module_blamed_count` (`module_srl`,`blamed_count`), ADD KEY `idx_module_status` (`module_srl`,`status`); -- -- 테이블의 인덱스 `xe_editor_autosave` -- ALTER TABLE `xe_editor_autosave` ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_editor_components` -- ALTER TABLE `xe_editor_components` ADD PRIMARY KEY (`component_name`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_editor_components_site` -- ALTER TABLE `xe_editor_components_site` ADD UNIQUE KEY `unique_component_site` (`site_srl`,`component_name`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_files` -- ALTER TABLE `xe_files` ADD PRIMARY KEY (`file_srl`), ADD KEY `idx_upload_target_srl` (`upload_target_srl`), ADD KEY `idx_upload_target_type` (`upload_target_type`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_download_count` (`download_count`), ADD KEY `idx_file_size` (`file_size`), ADD KEY `idx_is_valid` (`isvalid`), ADD KEY `idx_list_order` (`cover_image`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_ipaddress` (`ipaddress`); -- -- 테이블의 인덱스 `xe_lang` -- ALTER TABLE `xe_lang` ADD KEY `idx_lang` (`site_srl`,`name`,`lang_code`); -- -- 테이블의 인덱스 `xe_layouts` -- ALTER TABLE `xe_layouts` ADD PRIMARY KEY (`layout_srl`), ADD KEY `menu_site_srl` (`site_srl`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_member` -- ALTER TABLE `xe_member` ADD PRIMARY KEY (`member_srl`), ADD UNIQUE KEY `unique_user_id` (`user_id`), ADD UNIQUE KEY `unique_email_address` (`email_address`), ADD UNIQUE KEY `unique_nick_name` (`nick_name`), ADD KEY `idx_email_host` (`email_host`), ADD KEY `idx_allow_mailing` (`allow_mailing`), ADD KEY `idx_is_denied` (`denied`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_last_login` (`last_login`), ADD KEY `idx_is_admin` (`is_admin`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_member_auth_mail` -- ALTER TABLE `xe_member_auth_mail` ADD UNIQUE KEY `unique_key` (`auth_key`,`member_srl`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_member_autologin` -- ALTER TABLE `xe_member_autologin` ADD UNIQUE KEY `unique_key` (`autologin_key`,`member_srl`); -- -- 테이블의 인덱스 `xe_member_count_history` -- ALTER TABLE `xe_member_count_history` ADD PRIMARY KEY (`member_srl`), ADD KEY `idx_last_update` (`last_update`); -- -- 테이블의 인덱스 `xe_member_denied_nick_name` -- ALTER TABLE `xe_member_denied_nick_name` ADD PRIMARY KEY (`nick_name`); -- -- 테이블의 인덱스 `xe_member_denied_user_id` -- ALTER TABLE `xe_member_denied_user_id` ADD PRIMARY KEY (`user_id`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_member_friend` -- ALTER TABLE `xe_member_friend` ADD PRIMARY KEY (`friend_srl`), ADD KEY `idx_friend_group_srl` (`friend_group_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_target_srl` (`target_srl`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_member_friend_group` -- ALTER TABLE `xe_member_friend_group` ADD PRIMARY KEY (`friend_group_srl`), ADD KEY `index_owner_member_srl` (`member_srl`); -- -- 테이블의 인덱스 `xe_member_group` -- ALTER TABLE `xe_member_group` ADD PRIMARY KEY (`group_srl`), ADD UNIQUE KEY `idx_site_title` (`site_srl`,`title`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_member_group_member` -- ALTER TABLE `xe_member_group_member` ADD KEY `idx_site_srl` (`site_srl`), ADD KEY `idx_group_member` (`group_srl`,`member_srl`); -- -- 테이블의 인덱스 `xe_member_join_form` -- ALTER TABLE `xe_member_join_form` ADD PRIMARY KEY (`member_join_form_srl`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_member_login_count` -- ALTER TABLE `xe_member_login_count` ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_last_update` (`last_update`); -- -- 테이블의 인덱스 `xe_member_message` -- ALTER TABLE `xe_member_message` ADD PRIMARY KEY (`message_srl`), ADD KEY `idx_related_srl` (`related_srl`), ADD KEY `idx_sender_srl` (`sender_srl`), ADD KEY `idx_receiver_srl` (`receiver_srl`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_member_scrap` -- ALTER TABLE `xe_member_scrap` ADD UNIQUE KEY `unique_scrap` (`member_srl`,`document_srl`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_menu` -- ALTER TABLE `xe_menu` ADD PRIMARY KEY (`menu_srl`), ADD KEY `menu_site_srl` (`site_srl`), ADD KEY `idx_title` (`title`), ADD KEY `idx_listorder` (`listorder`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_menu_item` -- ALTER TABLE `xe_menu_item` ADD PRIMARY KEY (`menu_item_srl`), ADD KEY `idx_menu_srl` (`menu_srl`), ADD KEY `idx_listorder` (`listorder`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_menu_layout` -- ALTER TABLE `xe_menu_layout` ADD PRIMARY KEY (`menu_srl`); -- -- 테이블의 인덱스 `xe_module_admins` -- ALTER TABLE `xe_module_admins` ADD UNIQUE KEY `unique_module_admin` (`module_srl`,`member_srl`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_module_categories` -- ALTER TABLE `xe_module_categories` ADD PRIMARY KEY (`module_category_srl`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_module_config` -- ALTER TABLE `xe_module_config` ADD PRIMARY KEY (`module`); -- -- 테이블의 인덱스 `xe_module_extra_vars` -- ALTER TABLE `xe_module_extra_vars` ADD UNIQUE KEY `unique_module_vars` (`module_srl`,`name`); -- -- 테이블의 인덱스 `xe_module_filebox` -- ALTER TABLE `xe_module_filebox` ADD PRIMARY KEY (`module_filebox_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_fileextension` (`fileextension`); -- -- 테이블의 인덱스 `xe_module_grants` -- ALTER TABLE `xe_module_grants` ADD UNIQUE KEY `unique_module` (`module_srl`,`name`,`group_srl`); -- -- 테이블의 인덱스 `xe_module_locks` -- ALTER TABLE `xe_module_locks` ADD UNIQUE KEY `unique_lock_name` (`lock_name`), ADD KEY `idx_deadline` (`deadline`); -- -- 테이블의 인덱스 `xe_module_mobile_skins` -- ALTER TABLE `xe_module_mobile_skins` ADD UNIQUE KEY `unique_module_mobile_skins` (`module_srl`,`name`); -- -- 테이블의 인덱스 `xe_module_part_config` -- ALTER TABLE `xe_module_part_config` ADD KEY `idx_module_part_config` (`module`,`module_srl`); -- -- 테이블의 인덱스 `xe_module_skins` -- ALTER TABLE `xe_module_skins` ADD UNIQUE KEY `unique_module_skins` (`module_srl`,`name`); -- -- 테이블의 인덱스 `xe_module_trigger` -- ALTER TABLE `xe_module_trigger` ADD UNIQUE KEY `idx_trigger` (`trigger_name`,`called_position`,`module`,`type`,`called_method`); -- -- 테이블의 인덱스 `xe_modules` -- ALTER TABLE `xe_modules` ADD PRIMARY KEY (`module_srl`), ADD UNIQUE KEY `idx_site_mid` (`site_srl`,`mid`), ADD KEY `idx_module` (`module`), ADD KEY `idx_module_category` (`module_category_srl`); -- -- 테이블의 인덱스 `xe_point` -- ALTER TABLE `xe_point` ADD PRIMARY KEY (`member_srl`), ADD KEY `idx_point` (`point`); -- -- 테이블의 인덱스 `xe_poll` -- ALTER TABLE `xe_poll` ADD PRIMARY KEY (`poll_srl`), ADD KEY `idx_upload_target_srl` (`upload_target_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_poll_item` -- ALTER TABLE `xe_poll_item` ADD PRIMARY KEY (`poll_item_srl`), ADD KEY `index_poll_srl` (`poll_srl`), ADD KEY `idx_poll_index_srl` (`poll_index_srl`), ADD KEY `idx_upload_target_srl` (`upload_target_srl`); -- -- 테이블의 인덱스 `xe_poll_log` -- ALTER TABLE `xe_poll_log` ADD KEY `idx_poll_srl` (`poll_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_poll_title` -- ALTER TABLE `xe_poll_title` ADD KEY `idx_poll_srl` (`poll_srl`,`poll_index_srl`), ADD KEY `idx_upload_target_srl` (`upload_target_srl`), ADD KEY `idx_member_srl` (`member_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_list_order` (`list_order`); -- -- 테이블의 인덱스 `xe_sequence` -- ALTER TABLE `xe_sequence` ADD PRIMARY KEY (`seq`); -- -- 테이블의 인덱스 `xe_session` -- ALTER TABLE `xe_session` ADD PRIMARY KEY (`session_key`), ADD KEY `idx_session_member_srl` (`member_srl`), ADD KEY `idx_session_expired` (`expired`), ADD KEY `idx_session_update` (`last_update`), ADD KEY `idx_session_cur_mid` (`cur_mid`), ADD KEY `idx_session_update_mid` (`member_srl`,`last_update`,`cur_mid`); -- -- 테이블의 인덱스 `xe_site_admin` -- ALTER TABLE `xe_site_admin` ADD UNIQUE KEY `idx_site_admin` (`site_srl`,`member_srl`); -- -- 테이블의 인덱스 `xe_sites` -- ALTER TABLE `xe_sites` ADD PRIMARY KEY (`site_srl`), ADD UNIQUE KEY `unique_domain` (`domain`); -- -- 테이블의 인덱스 `xe_spamfilter_denied_ip` -- ALTER TABLE `xe_spamfilter_denied_ip` ADD PRIMARY KEY (`ipaddress`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_spamfilter_denied_word` -- ALTER TABLE `xe_spamfilter_denied_word` ADD PRIMARY KEY (`word`), ADD KEY `idx_hit` (`hit`), ADD KEY `idx_latest_hit` (`latest_hit`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_spamfilter_log` -- ALTER TABLE `xe_spamfilter_log` ADD PRIMARY KEY (`spamfilter_log_srl`), ADD KEY `idx_ipaddress` (`ipaddress`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_syndication_except_modules` -- ALTER TABLE `xe_syndication_except_modules` ADD PRIMARY KEY (`module_srl`); -- -- 테이블의 인덱스 `xe_syndication_logs` -- ALTER TABLE `xe_syndication_logs` ADD UNIQUE KEY `primary_key` (`log_srl`), ADD KEY `idx_regdate` (`regdate`); -- -- 테이블의 인덱스 `xe_tags` -- ALTER TABLE `xe_tags` ADD PRIMARY KEY (`tag_srl`), ADD KEY `idx_module_srl` (`module_srl`), ADD KEY `idx_document_srl` (`document_srl`), ADD KEY `idx_regdate` (`regdate`), ADD KEY `idx_tag` (`document_srl`,`tag`); -- -- 테이블의 인덱스 `xe_trash` -- ALTER TABLE `xe_trash` ADD PRIMARY KEY (`trash_srl`), ADD KEY `idx_regdate` (`regdate`); -- -- 덤프된 테이블의 AUTO_INCREMENT -- -- -- 테이블의 AUTO_INCREMENT `xe_sequence` -- ALTER TABLE `xe_sequence` MODIFY `seq` bigint(64) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=133;-- -- 데이터베이스: `test` -- CREATE DATABASE IF NOT EXISTS `test` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `test`; -- -- 데이터베이스: `wp` -- CREATE DATABASE IF NOT EXISTS `wp` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `wp`; -- -------------------------------------------------------- -- -- 테이블 구조 `wp_commentmeta` -- CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) UNSIGNED NOT NULL, `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- 테이블 구조 `wp_comments` -- CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) UNSIGNED NOT NULL, `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_comments` -- INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (2, 23, 'Charlene', 'lamarpate@gmail.com', 'http://news.elitelandtours.com/', '196.247.19.207', '2017-06-29 14:50:18', '2017-06-29 05:50:18', 'Why Alaska Cruise And Tours Are Gettying Very Popular Today', 0, '0', 'Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17', '', 0, 0); -- -------------------------------------------------------- -- -- 테이블 구조 `wp_links` -- CREATE TABLE `wp_links` ( `link_id` bigint(20) UNSIGNED NOT NULL, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- 테이블 구조 `wp_options` -- CREATE TABLE `wp_options` ( `option_id` bigint(20) UNSIGNED NOT NULL, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_options` -- INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'http://kjcode.iptime.org:8010/wordpress', 'yes'), (2, 'home', 'http://kjcode.iptime.org:8010/wordpress', 'yes'), (3, 'blogname', 'KJun', 'yes'), (4, 'blogdescription', 'C#', 'yes'), (5, 'users_can_register', '0', 'yes'), (6, 'admin_email', 'junijuniya@naver.com', 'yes'), (7, 'start_of_week', '0', 'yes'), (8, 'use_balanceTags', '0', 'yes'), (9, 'use_smilies', '1', 'yes'), (10, 'require_name_email', '1', 'yes'), (11, 'comments_notify', '1', 'yes'), (12, 'posts_per_rss', '10', 'yes'), (13, 'rss_use_excerpt', '0', 'yes'), (14, 'mailserver_url', 'mail.example.com', 'yes'), (15, 'mailserver_login', 'login@example.com', 'yes'), (16, 'mailserver_pass', 'password', 'yes'), (17, 'mailserver_port', '110', 'yes'), (18, 'default_category', '1', 'yes'), (19, 'default_comment_status', 'open', 'yes'), (20, 'default_ping_status', 'open', 'yes'), (21, 'default_pingback_flag', '1', 'yes'), (22, 'posts_per_page', '10', 'yes'), (23, 'date_format', 'Y-m-d', 'yes'), (24, 'time_format', 'g:i a', 'yes'), (25, 'links_updated_date_format', 'Y년 F j일 g:i a', 'yes'), (26, 'comment_moderation', '0', 'yes'), (27, 'moderation_notify', '1', 'yes'), (28, 'permalink_structure', '/index.php/archives/%post_id%', 'yes'), (29, 'rewrite_rules', 'a:87:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:66:\"index.php/archives/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:61:\"index.php/archives/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"index.php/archives/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:54:\"index.php/archives/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:36:\"index.php/archives/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:63:\"index.php/archives/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:58:\"index.php/archives/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"index.php/archives/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:51:\"index.php/archives/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:33:\"index.php/archives/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:64:\"index.php/archives/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:59:\"index.php/archives/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"index.php/archives/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:52:\"index.php/archives/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:34:\"index.php/archives/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:66:\"index.php/archives/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:61:\"index.php/archives/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"index.php/archives/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:54:\"index.php/archives/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:36:\"index.php/archives/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:93:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:88:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:69:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:81:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:63:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:80:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:75:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:56:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:68:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:50:\"index.php/archives/date/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:67:\"index.php/archives/date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:62:\"index.php/archives/date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"index.php/archives/date/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:55:\"index.php/archives/date/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:37:\"index.php/archives/date/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:47:\"index.php/archives/[0-9]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"index.php/archives/[0-9]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"index.php/archives/[0-9]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/archives/[0-9]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"index.php/archives/[0-9]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"index.php/archives/[0-9]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"index.php/archives/([0-9]+)/embed/?$\";s:34:\"index.php?p=$matches[1]&embed=true\";s:40:\"index.php/archives/([0-9]+)/trackback/?$\";s:28:\"index.php?p=$matches[1]&tb=1\";s:60:\"index.php/archives/([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?p=$matches[1]&feed=$matches[2]\";s:55:\"index.php/archives/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?p=$matches[1]&feed=$matches[2]\";s:48:\"index.php/archives/([0-9]+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?p=$matches[1]&paged=$matches[2]\";s:55:\"index.php/archives/([0-9]+)/comment-page-([0-9]{1,})/?$\";s:41:\"index.php?p=$matches[1]&cpage=$matches[2]\";s:44:\"index.php/archives/([0-9]+)(?:/([0-9]+))?/?$\";s:40:\"index.php?p=$matches[1]&page=$matches[2]\";s:36:\"index.php/archives/[0-9]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"index.php/archives/[0-9]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"index.php/archives/[0-9]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/archives/[0-9]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"index.php/archives/[0-9]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"index.php/archives/[0-9]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'), (30, 'hack_file', '0', 'yes'), (31, 'blog_charset', 'UTF-8', 'yes'), (32, 'moderation_keys', '', 'no'), (33, 'active_plugins', 'a:1:{i:0;s:45:\"crayon-syntax-highlighter/crayon_wp.class.php\";}', 'yes'), (34, 'category_base', '', 'yes'), (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (36, 'comment_max_links', '2', 'yes'), (37, 'gmt_offset', '', 'yes'), (38, 'default_email_category', '1', 'yes'), (39, 'recently_edited', 'a:3:{i:0;s:62:\"E:\\wordpressSite\\wordpress/wp-content/themes/nisarg/footer.php\";i:1;s:61:\"E:\\wordpressSite\\wordpress/wp-content/themes/nisarg/style.css\";i:2;s:0:\"\";}', 'no'), (40, 'template', 'nisarg', 'yes'), (41, 'stylesheet', 'nisarg', 'yes'), (42, 'comment_whitelist', '1', 'yes'), (43, 'blacklist_keys', '', 'no'), (44, 'comment_registration', '0', 'yes'), (45, 'html_type', 'text/html', 'yes'), (46, 'use_trackback', '0', 'yes'), (47, 'default_role', 'subscriber', 'yes'), (48, 'db_version', '38590', 'yes'), (49, 'uploads_use_yearmonth_folders', '1', 'yes'), (50, 'upload_path', '', 'yes'), (51, 'blog_public', '1', 'yes'), (52, 'default_link_category', '2', 'yes'), (53, 'show_on_front', 'posts', 'yes'), (54, 'tag_base', '', 'yes'), (55, 'show_avatars', '1', 'yes'), (56, 'avatar_rating', 'G', 'yes'), (57, 'upload_url_path', '', 'yes'), (58, 'thumbnail_size_w', '150', 'yes'), (59, 'thumbnail_size_h', '150', 'yes'), (60, 'thumbnail_crop', '1', 'yes'), (61, 'medium_size_w', '300', 'yes'), (62, 'medium_size_h', '300', 'yes'), (63, 'avatar_default', 'mystery', 'yes'), (64, 'large_size_w', '1024', 'yes'), (65, 'large_size_h', '1024', 'yes'), (66, 'image_default_link_type', 'none', 'yes'), (67, 'image_default_size', '', 'yes'), (68, 'image_default_align', '', 'yes'), (69, 'close_comments_for_old_posts', '0', 'yes'), (70, 'close_comments_days_old', '14', 'yes'), (71, 'thread_comments', '1', 'yes'), (72, 'thread_comments_depth', '5', 'yes'), (73, 'page_comments', '0', 'yes'), (74, 'comments_per_page', '50', 'yes'), (75, 'default_comments_page', 'newest', 'yes'), (76, 'comment_order', 'asc', 'yes'), (77, 'sticky_posts', 'a:0:{}', 'yes'), (78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'), (79, 'widget_text', 'a:5:{i:2;a:2:{s:5:\"title\";s:6:\"위치\";s:4:\"text\";s:203:\"

주소
123 번지
서울시, 12345

시간
월요일—금요일: 9:00AM–5:00PM
토요일 & 일요일: 11:00AM–3:00PM

\";}i:3;a:2:{s:5:\"title\";s:20:\"이 사이트 소개\";s:4:\"text\";s:130:\"이곳은 자신과 자신의 사이트를 소개하거나 몇 가지 크레딧을 추가할 수 있는 적합한 장소입니다.\";}i:4;a:2:{s:5:\"title\";s:6:\"위치\";s:4:\"text\";s:203:\"

주소
123 번지
서울시, 12345

시간
월요일—금요일: 9:00AM–5:00PM
토요일 & 일요일: 11:00AM–3:00PM

\";}i:5;a:2:{s:5:\"title\";s:20:\"이 사이트 소개\";s:4:\"text\";s:130:\"이곳은 자신과 자신의 사이트를 소개하거나 몇 가지 크레딧을 추가할 수 있는 적합한 장소입니다.\";}s:12:\"_multiwidget\";i:1;}', 'yes'), (80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'), (81, 'uninstall_plugins', 'a:0:{}', 'no'), (82, 'timezone_string', 'Asia/Seoul', 'yes'), (83, 'page_for_posts', '0', 'yes'), (84, 'page_on_front', '0', 'yes'), (85, 'default_post_format', '0', 'yes'), (86, 'link_manager_enabled', '0', 'yes'), (87, 'finished_splitting_shared_terms', '1', 'yes'), (88, 'site_icon', '17', 'yes'), (89, 'medium_large_size_w', '768', 'yes'), (90, 'medium_large_size_h', '0', 'yes'), (91, 'initial_db_version', '38590', 'yes'), (92, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'), (93, 'fresh_site', '0', 'yes'), (94, 'WPLANG', 'ko_KR', 'yes'), (95, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'), (96, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'), (97, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'), (98, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'), (99, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'), (100, 'sidebars_widgets', 'a:3:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'), (101, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), (102, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), (103, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), (104, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), (105, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), (106, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), (107, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), (108, 'cron', 'a:4:{i:1501856894;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1501863197;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1501863250;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'), (109, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1498201276;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'), (122, '_site_transient_timeout_browser_f4f646d94c93d67142ec6fd2459f205f', '1498752851', 'no'), (123, '_site_transient_browser_f4f646d94c93d67142ec6fd2459f205f', 'a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"51.0.2704.79\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'no'), (131, 'can_compress_scripts', '1', 'no'), (146, 'theme_mods_twentyfifteen', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:16;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1498400266;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}', 'yes'), (152, 'current_theme', 'Nisarg', 'yes'), (153, 'theme_switched', '', 'yes'), (154, '_site_transient_timeout_community-events-4501c091b0366d76ea3218b6cfdd8097', '1498244497', 'no'), (155, '_site_transient_community-events-4501c091b0366d76ea3218b6cfdd8097', 'a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:2:\"::\";}s:6:\"events\";a:0:{}}', 'no'), (177, '_site_transient_timeout_wordpress_credits_ko_KR', '1498318296', 'no'), (178, '_site_transient_wordpress_credits_ko_KR', 'a:2:{s:6:\"groups\";a:8:{s:15:\"project-leaders\";a:4:{s:4:\"name\";s:15:\"Project Leaders\";s:4:\"type\";s:6:\"titles\";s:7:\"shuffle\";b:1;s:4:\"data\";a:6:{s:4:\"matt\";a:4:{i:0;s:14:\"Matt Mullenweg\";i:1;s:32:\"767fc9c115a1b989744c755db47feb60\";i:2;s:4:\"matt\";i:3;s:12:\"Release Lead\";}s:5:\"nacin\";a:4:{i:0;s:12:\"Andrew Nacin\";i:1;s:32:\"01cfe9feaafb068590891bbd1f6a7f5a\";i:2;s:5:\"nacin\";i:3;s:14:\"Lead Developer\";}s:11:\"markjaquith\";a:4:{i:0;s:12:\"Mark Jaquith\";i:1;s:32:\"097a87a525e317519b5ee124820012fb\";i:2;s:11:\"markjaquith\";i:3;s:14:\"Lead Developer\";}s:6:\"azaozz\";a:4:{i:0;s:10:\"Andrew Ozz\";i:1;s:32:\"4e84843ebff0918d72ade21c6ee7b1e4\";i:2;s:6:\"azaozz\";i:3;s:14:\"Lead Developer\";}s:5:\"helen\";a:4:{i:0;s:16:\"Helen Hou-Sandí\";i:1;s:32:\"6506162ada6b700b151ad8a187f65842\";i:2;s:5:\"helen\";i:3;s:14:\"Lead Developer\";}s:4:\"dd32\";a:4:{i:0;s:10:\"Dion Hulse\";i:1;s:32:\"4af2825655b46fb1206b08d9041d8e3e\";i:2;s:4:\"dd32\";i:3;s:14:\"Lead Developer\";}}}s:15:\"core-developers\";a:4:{s:4:\"name\";s:23:\"Contributing Developers\";s:4:\"type\";s:6:\"titles\";s:7:\"shuffle\";b:0;s:4:\"data\";a:21:{s:8:\"jbpaul17\";a:4:{i:0;s:9:\"Jeff Paul\";i:1;s:32:\"8ac4ec4b1f9cb342e59ed5127f050d24\";i:2;s:8:\"jbpaul17\";i:3;s:14:\"Release Deputy\";}s:13:\"aaroncampbell\";a:4:{i:0;s:17:\"Aaron D. Campbell\";i:1;s:32:\"f27b79eb04eb414c4c1fc98375fe7404\";i:2;s:13:\"aaroncampbell\";i:3;s:14:\"Core Developer\";}s:6:\"jorbin\";a:4:{i:0;s:12:\"Aaron Jorbin\";i:1;s:32:\"b3e2b94eb305bf95a1bee11bc7705fb7\";i:2;s:6:\"jorbin\";i:3;s:14:\"Core Developer\";}s:7:\"afercia\";a:4:{i:0;s:13:\"Andrea Fercia\";i:1;s:32:\"074af62ea5ff218b6a6eeab89104f616\";i:2;s:7:\"afercia\";i:3;s:14:\"Core Developer\";}s:12:\"boonebgorges\";a:4:{i:0;s:15:\"Boone B. Gorges\";i:1;s:32:\"9cf7c4541a582729a5fc7ae484786c0c\";i:2;s:12:\"boonebgorges\";i:3;s:14:\"Core Developer\";}s:7:\"ocean90\";a:4:{i:0;s:17:\"Dominik Schilling\";i:1;s:32:\"616b56a9c5898a427304425af0966c07\";i:2;s:7:\"ocean90\";i:3;s:14:\"Core Developer\";}s:12:\"DrewAPicture\";a:4:{i:0;s:11:\"Drew Jaynes\";i:1;s:32:\"95c934fa2c3362794bf62ff8c59ada08\";i:2;s:12:\"DrewAPicture\";i:3;s:14:\"Core Developer\";}s:7:\"iseulde\";a:4:{i:0;s:22:\"Ella Iseulde Van Dorpe\";i:1;s:32:\"1a847a68778b8344b6aa106a8861984f\";i:2;s:7:\"iseulde\";i:3;s:14:\"Core Developer\";}s:5:\"pento\";a:4:{i:0;s:15:\"Gary Pendergast\";i:1;s:32:\"1ad9e5c98d81c6815a65dab5b6e1f669\";i:2;s:5:\"pento\";i:3;s:14:\"Core Developer\";}s:10:\"jeremyfelt\";a:4:{i:0;s:11:\"Jeremy Felt\";i:1;s:32:\"d1759b1c669981b7c52ec9a97d19e6bd\";i:2;s:10:\"jeremyfelt\";i:3;s:14:\"Core Developer\";}s:9:\"joemcgill\";a:4:{i:0;s:10:\"Joe McGill\";i:1;s:32:\"7cef1c9108207ec24db7a40f142db676\";i:2;s:9:\"joemcgill\";i:3;s:14:\"Core Developer\";}s:11:\"johnbillion\";a:4:{i:0;s:15:\"John Blackbourn\";i:1;s:32:\"23e12888dcd87d07434b7621bc164958\";i:2;s:11:\"johnbillion\";i:3;s:14:\"Core Developer\";}s:12:\"mikeschroder\";a:4:{i:0;s:13:\"Mike Schroder\";i:1;s:32:\"76424a001dc6b3ebb4faca0c567800c4\";i:2;s:12:\"mikeschroder\";i:3;s:14:\"Core Developer\";}s:10:\"swissspidy\";a:4:{i:0;s:15:\"Pascal Birchler\";i:1;s:32:\"609d6ee54dc13a51270cb99769535b82\";i:2;s:10:\"swissspidy\";i:3;s:14:\"Core Developer\";}s:11:\"rachelbaker\";a:4:{i:0;s:12:\"Rachel Baker\";i:1;s:32:\"634b37a53babc18a5bda19722d5b41a3\";i:2;s:11:\"rachelbaker\";i:3;s:14:\"Core Developer\";}s:14:\"wonderboymusic\";a:4:{i:0;s:12:\"Scott Taylor\";i:1;s:32:\"112ca15732a80bb928c52caec9d2c8dd\";i:2;s:14:\"wonderboymusic\";i:3;s:14:\"Core Developer\";}s:14:\"SergeyBiryukov\";a:4:{i:0;s:15:\"Sergey Biryukov\";i:1;s:32:\"750b7b0fcd855389264c2b1294d61bd6\";i:2;s:14:\"SergeyBiryukov\";i:3;s:14:\"Core Developer\";}s:11:\"westonruter\";a:4:{i:0;s:12:\"Weston Ruter\";i:1;s:32:\"22ed378fbf1d918ef43a45b2a1f34634\";i:2;s:11:\"westonruter\";i:3;s:14:\"Core Developer\";}s:13:\"davidakennedy\";a:4:{i:0;s:16:\"David A. Kennedy\";i:1;s:32:\"219860d3117df777c48f475d25e24fdd\";i:2;s:13:\"davidakennedy\";i:3;s:0:\"\";}s:8:\"flixos90\";a:4:{i:0;s:11:\"Felix Arntz\";i:1;s:32:\"55035b4301c3710ff0fc65d7231af18d\";i:2;s:8:\"flixos90\";i:3;s:0:\"\";}s:9:\"melchoyce\";a:4:{i:0;s:10:\"Mel Choyce\";i:1;s:32:\"ed4f856405e64c1492839d2bf4913baa\";i:2;s:9:\"melchoyce\";i:3;s:0:\"\";}}}s:23:\"contributing-developers\";a:4:{s:4:\"name\";b:0;s:4:\"type\";s:6:\"titles\";s:7:\"shuffle\";b:1;s:4:\"data\";a:13:{s:8:\"obenland\";a:4:{i:0;s:19:\"Konstantin Obenland\";i:1;s:32:\"2370ea5912750f4cb0f3c51ae1cbca55\";i:2;s:8:\"obenland\";i:3;s:0:\"\";}s:6:\"rmccue\";a:4:{i:0;s:10:\"Ryan McCue\";i:1;s:32:\"08818120f223035a0857c2a0ec417f93\";i:2;s:6:\"rmccue\";i:3;s:0:\"\";}s:10:\"karmatosed\";a:4:{i:0;s:13:\"Tammie Lister\";i:1;s:32:\"ca7d4273a689cdbf524d8332771bb1ca\";i:2;s:10:\"karmatosed\";i:3;s:0:\"\";}s:8:\"joehoyle\";a:4:{i:0;s:9:\"Joe Hoyle\";i:1;s:32:\"0ceb885cc3d306af93c9764b2936d618\";i:2;s:8:\"joehoyle\";i:3;s:0:\"\";}s:9:\"ericlewis\";a:4:{i:0;s:17:\"Eric Andrew Lewis\";i:1;s:32:\"7e524cf1c5e8d108658899a497dc4bd4\";i:2;s:9:\"ericlewis\";i:3;s:0:\"\";}s:13:\"peterwilsoncc\";a:4:{i:0;s:12:\"Peter Wilson\";i:1;s:32:\"1dd9fded718f9b344d48f37f9bfcb159\";i:2;s:13:\"peterwilsoncc\";i:3;s:0:\"\";}s:9:\"kovshenin\";a:4:{i:0;s:20:\"Konstantin Kovshenin\";i:1;s:32:\"8585b20b69e8ff4b0ba737accfdbb31b\";i:2;s:9:\"kovshenin\";i:3;s:0:\"\";}s:14:\"michaelarestad\";a:4:{i:0;s:15:\"Michael Arestad\";i:1;s:32:\"e8b4c8470f61ff15b9c98f7a1556c16b\";i:2;s:14:\"michaelarestad\";i:3;s:0:\"\";}s:15:\"adamsilverstein\";a:4:{i:0;s:16:\"Adam Silverstein\";i:1;s:32:\"fddbd6c3e1c3d971aa732b9346aeb433\";i:2;s:15:\"adamsilverstein\";i:3;s:0:\"\";}s:7:\"jnylen0\";a:4:{i:0;s:11:\"James Nylen\";i:1;s:32:\"0c4d46844039ba935f69208615e9010c\";i:2;s:7:\"jnylen0\";i:3;s:0:\"\";}s:10:\"kadamwhite\";a:4:{i:0;s:12:\"K.Adam White\";i:1;s:32:\"6cd1cf6de05952505a165425efaf06b4\";i:2;s:10:\"kadamwhite\";i:3;s:0:\"\";}s:4:\"Joen\";a:4:{i:0;s:13:\"Joen Asmussen\";i:1;s:32:\"7fda1da9c34e978d5990afd7f58ca0f4\";i:2;s:4:\"Joen\";i:3;s:0:\"\";}s:6:\"matveb\";a:4:{i:0;s:14:\"Matias Ventura\";i:1;s:32:\"3f8389957d0c59bb0bd5433e86b53a19\";i:2;s:6:\"matveb\";i:3;s:0:\"\";}}}s:16:\"recent-rockstars\";a:4:{s:4:\"name\";b:0;s:4:\"type\";s:6:\"titles\";s:7:\"shuffle\";b:1;s:4:\"data\";a:0:{}}s:5:\"props\";a:4:{s:4:\"name\";s:33:\"Core Contributors to WordPress %s\";s:12:\"placeholders\";a:1:{i:0;s:3:\"4.8\";}s:4:\"type\";s:4:\"list\";s:4:\"data\";a:309:{s:11:\"1naveengiri\";s:11:\"1naveengiri\";s:9:\"4nickpick\";s:9:\"4nickpick\";s:8:\"abhishek\";s:8:\"abhishek\";s:11:\"abhishekfdd\";s:14:\"Abhishek Kumar\";s:6:\"abrain\";s:6:\"abrain\";s:7:\"kawauso\";s:21:\"Adam Harley (Kawauso)\";s:10:\"adamsoucie\";s:11:\"Adam Soucie\";s:12:\"afzalmultani\";s:13:\"Afzal Multani\";s:12:\"mrahmadawais\";s:11:\"Ahmad Awais\";s:5:\"ajoah\";s:5:\"ajoah\";s:6:\"xknown\";s:11:\"Alex Concha\";s:10:\"apmarshall\";s:19:\"Alex Floyd Marshall\";s:11:\"alexkingorg\";s:9:\"Alex King\";s:10:\"tellyworth\";s:11:\"Alex Shiels\";s:15:\"andreamiddleton\";s:16:\"Andrea Middleton\";s:10:\"rockwell15\";s:15:\"Andrew Rockwell\";s:8:\"kelderic\";s:11:\"Andy Mercer\";s:13:\"ankit-k-gupta\";s:13:\"Ankit K Gupta\";s:7:\"arena94\";s:7:\"arena94\";s:10:\"arshidkv12\";s:6:\"Arshid\";s:9:\"aryamaaru\";s:4:\"Arun\";s:6:\"asalce\";s:6:\"asalce\";s:12:\"ashokkumar24\";s:12:\"ashokkumar24\";s:11:\"barryceelen\";s:12:\"Barry Ceelen\";s:7:\"bcworkz\";s:7:\"bcworkz\";s:15:\"bharatkambariya\";s:16:\"Bharat Kambariya\";s:9:\"blobfolio\";s:9:\"Blobfolio\";s:7:\"gitlost\";s:6:\"bonger\";s:4:\"bor0\";s:16:\"Boro Sitnikovski\";s:5:\"bradt\";s:14:\"Brad Touesnard\";s:12:\"bradyvercher\";s:13:\"Brady Vercher\";s:7:\"kraftbj\";s:13:\"Brandon Kraft\";s:10:\"drrobotnik\";s:15:\"Brandon Lavigne\";s:14:\"bridgetwillard\";s:15:\"Bridget Willard\";s:17:\"bhargavbhandari90\";s:5:\"Bunty\";s:8:\"camikaos\";s:9:\"Cami Kaos\";s:12:\"carl-alberto\";s:12:\"Carl Alberto\";s:20:\"caseypatrickdriscoll\";s:14:\"Casey Driscoll\";s:4:\"cazm\";s:4:\"cazm\";s:6:\"ccprog\";s:6:\"ccprog\";s:12:\"chandrapatel\";s:13:\"Chandra Patel\";s:6:\"chesio\";s:6:\"chesio\";s:10:\"ketuchetan\";s:14:\"chetansatasiya\";s:11:\"chiragpatel\";s:12:\"Chirag Patel\";s:6:\"chouby\";s:6:\"Chouby\";s:12:\"chriseverson\";s:12:\"chriseverson\";s:8:\"cklosows\";s:15:\"Chris Klosowski\";s:9:\"chris_dev\";s:9:\"Chris Mok\";s:13:\"christian1012\";s:15:\"Christian Chung\";s:12:\"coreymckrill\";s:13:\"Corey McKrill\";s:10:\"courtneypk\";s:13:\"Courtney P.K.\";s:14:\"cristianozanca\";s:15:\"Cristiano Zanca\";s:8:\"csloisel\";s:8:\"csloisel\";s:6:\"curdin\";s:19:\"Curdin Krummenacher\";s:12:\"clarinetlord\";s:13:\"Cyrus Collier\";s:15:\"danielbachhuber\";s:16:\"Daniel Bachhuber\";s:5:\"mte90\";s:21:\"Daniele Scasciafratte\";s:9:\"diddledan\";s:16:\"Daniel Llewellyn\";s:6:\"nerrad\";s:22:\"Darren Ethier (nerrad)\";s:9:\"darshan02\";s:10:\"Darshan_dj\";s:8:\"darthaud\";s:8:\"darthaud\";s:4:\"dllh\";s:26:\"Daryl L. L. Houston (dllh)\";s:13:\"davidanderson\";s:14:\"David Anderson\";s:11:\"davidbenton\";s:11:\"davidbenton\";s:10:\"davidbinda\";s:13:\"David Binovec\";s:3:\"dlh\";s:13:\"David Herrera\";s:8:\"dshanske\";s:13:\"David Shanske\";s:12:\"designsimply\";s:12:\"designsimply\";s:10:\"dhanendran\";s:10:\"Dhanendran\";s:9:\"dharm1025\";s:14:\"Dharmesh Patel\";s:13:\"dhaval-parekh\";s:13:\"Dhaval Parekh\";s:13:\"dingo_bastard\";s:7:\"dingo-d\";s:10:\"dotancohen\";s:11:\"Dotan Cohen\";s:9:\"doublehhh\";s:7:\"DoubleH\";s:9:\"dreamon11\";s:9:\"DreamOn11\";s:12:\"drivingralle\";s:12:\"Drivingralle\";s:7:\"dspilka\";s:7:\"dspilka\";s:10:\"chopinbach\";s:13:\"Edwin Cromley\";s:7:\"ejner69\";s:11:\"Ejner Galaz\";s:10:\"emirpprime\";s:10:\"emirpprime\";s:8:\"ethitter\";s:12:\"Erick Hitter\";s:11:\"endif-media\";s:11:\"Ethan Allen\";s:6:\"fab1en\";s:17:\"Fabien Quatravaux\";s:11:\"fibonaccina\";s:11:\"fibonaccina\";s:9:\"mista-flo\";s:12:\"Florian TIAR\";s:8:\"francina\";s:16:\"Francesca Marano\";s:7:\"fstaude\";s:20:\"Frank Neumann-Staude\";s:10:\"f-j-kaiser\";s:18:\"Franz Josef Kaiser\";s:6:\"gma992\";s:17:\"Gabriel Maldonado\";s:14:\"voldemortensen\";s:15:\"Garth Mortensen\";s:7:\"garyc40\";s:8:\"Gary Cao\";s:10:\"soulseekah\";s:17:\"Gennady Kovshenin\";s:15:\"georgestephanis\";s:16:\"George Stephanis\";s:10:\"ghosttoast\";s:19:\"Gustave F. Gerhardt\";s:10:\"hedgefield\";s:10:\"hedgefield\";s:14:\"helgatheviking\";s:14:\"helgatheviking\";s:9:\"hristo-sg\";s:16:\"Hristo Pandjarov\";s:7:\"iandunn\";s:8:\"Ian Dunn\";s:7:\"zinigor\";s:13:\"Igor Zinovyev\";s:17:\"ig_communitysites\";s:17:\"ig_communitysites\";s:5:\"imath\";s:5:\"imath\";s:7:\"ipstenu\";s:22:\"Ipstenu (Mika Epstein)\";s:10:\"ireneyoast\";s:10:\"ireneyoast\";s:9:\"iv3rson76\";s:13:\"Ivan Stefanov\";s:9:\"ivantedja\";s:9:\"ivantedja\";s:8:\"jdgrimes\";s:11:\"J.D. Grimes\";s:12:\"jackreichert\";s:13:\"Jack Reichert\";s:9:\"whyisjake\";s:13:\"Jake Spurlock\";s:12:\"jaydeep-rami\";s:12:\"Jaydeep Rami\";s:6:\"jazbek\";s:6:\"jazbek\";s:4:\"jblz\";s:10:\"Jeff Bowen\";s:11:\"jfarthing84\";s:13:\"Jeff Farthing\";s:9:\"cheffheid\";s:14:\"Jeffrey de Wit\";s:10:\"jenblogs4u\";s:10:\"Jen Miller\";s:4:\"jpry\";s:10:\"Jeremy Pry\";s:16:\"jesseenterprises\";s:16:\"jesseenterprises\";s:14:\"jigneshnakrani\";s:15:\"Jignesh Nakrani\";s:8:\"jipmoors\";s:9:\"Jip Moors\";s:8:\"jjcomack\";s:8:\"jjcomack\";s:9:\"joedolson\";s:10:\"Joe Dolson\";s:15:\"johnjamesjacoby\";s:17:\"John James Jacoby\";s:7:\"desrosj\";s:19:\"Jonathan Desrosiers\";s:12:\"spacedmonkey\";s:12:\"Jonny Harris\";s:11:\"joostdevalk\";s:13:\"Joost de Valk\";s:12:\"chanthaboune\";s:7:\"Josepha\";s:7:\"shelob9\";s:12:\"Josh Pollock\";s:6:\"juhise\";s:11:\"Juhi Saxena\";s:9:\"kopepasah\";s:16:\"Justin Kopepasah\";s:8:\"vijustin\";s:14:\"Justin McGuire\";s:14:\"certainstrings\";s:13:\"Justin Tucker\";s:6:\"kafleg\";s:6:\"kafleg\";s:7:\"trepmal\";s:16:\"Kailey (trepmal)\";s:8:\"karinedo\";s:8:\"karinedo\";s:7:\"zoonini\";s:7:\"Kathryn\";s:7:\"kaushik\";s:7:\"kaushik\";s:12:\"kkoppenhaver\";s:18:\"Keanan Koppenhaver\";s:12:\"keesiemeijer\";s:12:\"keesiemeijer\";s:6:\"ryelle\";s:10:\"Kelly Dwan\";s:7:\"ixkaito\";s:4:\"Kite\";s:6:\"kjellr\";s:6:\"kjellr\";s:7:\"kostasx\";s:7:\"kostasx\";s:11:\"kubik-rubik\";s:11:\"kubik-rubik\";s:6:\"kuck1u\";s:6:\"KUCKLU\";s:12:\"lancewillett\";s:13:\"Lance Willett\";s:13:\"laurelfulford\";s:13:\"laurelfulford\";s:6:\"leemon\";s:6:\"leemon\";s:11:\"leewillis77\";s:10:\"Lee Willis\";s:11:\"lewiscowles\";s:11:\"LewisCowles\";s:12:\"liammcarthur\";s:12:\"LiamMcArthur\";s:10:\"lucasstark\";s:11:\"Lucas Stark\";s:10:\"lukasbesch\";s:10:\"lukasbesch\";s:12:\"lukecavanagh\";s:13:\"Luke Cavanagh\";s:12:\"maedahbatool\";s:13:\"Maedah Batool\";s:5:\"mp518\";s:16:\"Mahesh Prajapati\";s:12:\"mantismamita\";s:12:\"mantismamita\";s:5:\"tyxla\";s:14:\"Marin Atanasov\";s:7:\"maguiar\";s:12:\"Mario Aguiar\";s:12:\"markoheijnen\";s:13:\"Marko Heijnen\";s:6:\"mrwweb\";s:15:\"Mark Root-Wiley\";s:4:\"mapk\";s:11:\"Mark Uraine\";s:14:\"matheusgimenez\";s:14:\"MatheusGimenez\";s:9:\"matheusfd\";s:15:\"Matheus Martins\";s:11:\"mathieuhays\";s:11:\"mathieuhays\";s:6:\"matias\";s:6:\"matias\";s:7:\"mboynes\";s:14:\"Matthew Boynes\";s:7:\"mattheu\";s:20:\"Matthew Haines-Young\";s:9:\"mattwiebe\";s:10:\"Matt Wiebe\";s:8:\"mattyrob\";s:8:\"mattyrob\";s:11:\"maximeculea\";s:12:\"Maxime Culea\";s:9:\"mayukojpn\";s:13:\"Mayo Moriyama\";s:6:\"mayurk\";s:14:\"Mayur Keshwani\";s:7:\"menakas\";s:9:\"Menaka S.\";s:11:\"michalzuber\";s:11:\"michalzuber\";s:13:\"michelleweber\";s:13:\"michelleweber\";s:6:\"stubgo\";s:10:\"Miina Sikk\";s:7:\"mihai2u\";s:12:\"Mike Crantea\";s:12:\"mikehansenme\";s:11:\"Mike Hansen\";s:10:\"mikejolley\";s:11:\"Mike Jolley\";s:10:\"mikelittle\";s:11:\"Mike Little\";s:8:\"mnelson4\";s:11:\"Mike Nelson\";s:7:\"dimadin\";s:12:\"Milan Dinić\";s:12:\"milindmore22\";s:11:\"Milind More\";s:11:\"mitraval192\";s:12:\"Mithun Raval\";s:11:\"mmdeveloper\";s:11:\"MMDeveloper\";s:6:\"batmoo\";s:15:\"Mohammad Jangda\";s:9:\"mohanjith\";s:9:\"mohanjith\";s:9:\"monikarao\";s:9:\"monikarao\";s:11:\"morganestes\";s:12:\"Morgan Estes\";s:6:\"mt8biz\";s:22:\"moto hachi ( mt8.biz )\";s:11:\"mrgregwaugh\";s:11:\"MrGregWaugh\";s:9:\"mschadegg\";s:9:\"mschadegg\";s:9:\"codegeass\";s:15:\"Muhammet Arslan\";s:4:\"dots\";s:9:\"MULTIDOTS\";s:3:\"nao\";s:12:\"Naoko Takano\";s:10:\"naomicbush\";s:13:\"Naomi C. Bush\";s:9:\"natereist\";s:10:\"Nate Reist\";s:13:\"greatislander\";s:13:\"Ned Zimmerman\";s:16:\"celloexpressions\";s:11:\"Nick Halsey\";s:9:\"nsundberg\";s:16:\"Nicklas Sundberg\";s:10:\"nikschavan\";s:13:\"Nikhil Chavan\";s:14:\"nitin-kevadiya\";s:14:\"Nitin Kevadiya\";s:13:\"kailanitish90\";s:12:\"Nitish Kaila\";s:11:\"nobremarcos\";s:11:\"nobremarcos\";s:9:\"nosegraze\";s:9:\"NoseGraze\";s:12:\"nullvariable\";s:12:\"nullvariable\";s:11:\"odysseygate\";s:7:\"odyssey\";s:8:\"iaaxpage\";s:13:\"page-carbajal\";s:7:\"pbearne\";s:11:\"Paul Bearne\";s:6:\"pbiron\";s:10:\"Paul Biron\";s:13:\"pauldewouters\";s:15:\"Paul de Wouters\";s:9:\"figureone\";s:9:\"Paul Ryan\";s:9:\"pavelevap\";s:9:\"pavelevap\";s:10:\"sirbrillig\";s:12:\"Payton Swick\";s:7:\"pdufour\";s:7:\"pdufour\";s:5:\"piewp\";s:7:\"Perdaan\";s:10:\"philipjohn\";s:11:\"Philip John\";s:8:\"delawski\";s:14:\"Piotr Delawski\";s:7:\"psoluch\";s:12:\"Piotr Soluch\";s:14:\"postpostmodern\";s:14:\"postpostmodern\";s:12:\"pranalipatel\";s:13:\"Pranali Patel\";s:14:\"pratikshrestha\";s:15:\"Pratik Shrestha\";s:9:\"presskopp\";s:9:\"Presskopp\";s:12:\"printsachen1\";s:12:\"printsachen1\";s:17:\"priyankabehera155\";s:15:\"Priyanka Behera\";s:6:\"prosti\";s:6:\"prosti\";s:7:\"ptbello\";s:7:\"ptbello\";s:10:\"rafaehlers\";s:13:\"Rafael Ehlers\";s:12:\"raggedrobins\";s:12:\"raggedrobins\";s:8:\"raisonon\";s:8:\"raisonon\";s:11:\"ramiabraham\";s:11:\"ramiabraham\";s:5:\"ramiy\";s:14:\"Rami Yushuvaev\";s:4:\"ranh\";s:4:\"ranh\";s:9:\"rclations\";s:10:\"RC Lations\";s:10:\"redrambles\";s:10:\"redrambles\";s:8:\"reidbusi\";s:8:\"reidbusi\";s:6:\"reldev\";s:6:\"reldev\";s:7:\"rellect\";s:7:\"rellect\";s:5:\"arena\";s:6:\"RENAUT\";s:7:\"rensw90\";s:7:\"rensw90\";s:12:\"reportermike\";s:12:\"reportermike\";s:12:\"rianrietveld\";s:13:\"Rian Rietveld\";s:12:\"riddhiehta02\";s:12:\"Riddhi Mehta\";s:12:\"aussieguy123\";s:13:\"Robbie Cahill\";s:12:\"sanchothefat\";s:15:\"Robert O\'Rourke\";s:14:\"littlerchicken\";s:13:\"Robin Cornett\";s:9:\"runciters\";s:9:\"runciters\";s:4:\"ryan\";s:10:\"Ryan Boren\";s:7:\"welcher\";s:12:\"Ryan Welcher\";s:11:\"sagarjadhav\";s:12:\"Sagar Jadhav\";s:11:\"sagarkbhatt\";s:11:\"sagarkbhatt\";s:14:\"sagarprajapati\";s:15:\"Sagar Prajapati\";s:7:\"salcode\";s:14:\"Sal Ferrarello\";s:15:\"samantha-miller\";s:15:\"Samantha Miller\";s:12:\"samikeijonen\";s:13:\"Sami Keijonen\";s:12:\"samuelsidler\";s:13:\"Samuel Sidler\";s:12:\"sanketparmar\";s:13:\"Sanket Parmar\";s:11:\"sathyapulse\";s:11:\"sathyapulse\";s:9:\"sboisvert\";s:9:\"sboisvert\";s:11:\"coffee2code\";s:12:\"Scott Reilly\";s:10:\"seanchayes\";s:10:\"Sean Hayes\";s:15:\"sebastianpisula\";s:16:\"Sebastian Pisula\";s:4:\"sfpt\";s:4:\"sfpt\";s:8:\"sgolemon\";s:8:\"sgolemon\";s:7:\"shadyvb\";s:12:\"Shady Sharaf\";s:6:\"shanee\";s:6:\"shanee\";s:14:\"shashwatmittal\";s:15:\"Shashwat Mittal\";s:18:\"shazahm1hotmailcom\";s:8:\"shazahm1\";s:7:\"shulard\";s:7:\"shulard\";s:6:\"slbmeh\";s:6:\"slbmeh\";s:5:\"soean\";s:11:\"Soren Wrede\";s:8:\"sstoqnov\";s:17:\"Stanimir Stoyanov\";s:8:\"stephdau\";s:25:\"Stephane Daury (stephdau)\";s:6:\"netweb\";s:13:\"Stephen Edgar\";s:13:\"stephenharris\";s:14:\"Stephen Harris\";s:11:\"stevenkword\";s:11:\"Steven Word\";s:13:\"stormrockwell\";s:14:\"Storm Rockwell\";s:5:\"sudar\";s:11:\"Sudar Muthu\";s:10:\"supercoder\";s:10:\"Supercoder\";s:4:\"cybr\";s:13:\"Sybre Waaijer\";s:8:\"szaqal21\";s:8:\"szaqal21\";s:6:\"gonom9\";s:6:\"taggon\";s:8:\"miyauchi\";s:17:\"Takayuki Miyauchi\";s:12:\"takayukister\";s:16:\"Takayuki Miyoshi\";s:14:\"technopolitica\";s:14:\"technopolitica\";s:8:\"teinertb\";s:8:\"teinertb\";s:9:\"tejas5989\";s:9:\"tejas5989\";s:7:\"terwdan\";s:7:\"terwdan\";s:12:\"tharsheblows\";s:12:\"tharsheblows\";s:8:\"themiked\";s:8:\"theMikeD\";s:9:\"thepelkus\";s:9:\"thepelkus\";s:8:\"tfrommen\";s:16:\"Thorsten Frommen\";s:14:\"timmydcrawford\";s:14:\"Timmy Crawford\";s:17:\"timothyblynjacobs\";s:14:\"Timothy Jacobs\";s:5:\"timph\";s:5:\"timph\";s:8:\"tmatsuur\";s:8:\"tmatsuur\";s:6:\"tomdxw\";s:6:\"tomdxw\";s:13:\"topher1kenobe\";s:6:\"Topher\";s:7:\"wpsmith\";s:12:\"Travis Smith\";s:14:\"triplejumper12\";s:14:\"triplejumper12\";s:8:\"truongwp\";s:8:\"truongwp\";s:6:\"tymvie\";s:6:\"tymvie\";s:14:\"grapplerulrich\";s:6:\"Ulrich\";s:12:\"utkarshpatel\";s:7:\"Utkarsh\";s:13:\"vaishuagola27\";s:14:\"vaishu.agola27\";s:6:\"vortfu\";s:6:\"vortfu\";s:4:\"wpfo\";s:4:\"wpfo\";s:4:\"xrmx\";s:4:\"xrmx\";s:5:\"ze3kr\";s:5:\"ze3kr\";s:6:\"h3llas\";s:12:\"Zeljko Ascic\";}}s:10:\"validators\";a:4:{s:4:\"name\";s:11:\"Translators\";s:4:\"type\";s:7:\"compact\";s:7:\"shuffle\";b:1;s:4:\"data\";a:4:{s:9:\"chris_dev\";a:3:{i:0;s:9:\"Chris Mok\";i:1;s:32:\"25a029755d0ab01a69a206af242eaa09\";i:2;s:9:\"chris_dev\";}s:6:\"drssay\";a:3:{i:0;s:6:\"drssay\";i:1;s:32:\"4566bc1818d0c1652a6e4bd2a44381ad\";i:2;s:6:\"drssay\";}s:12:\"gracejiyoung\";a:3:{i:0;s:12:\"gracejiyoung\";i:1;s:32:\"852724cfd972fa2e42c7b8512f6ba11e\";i:2;s:12:\"gracejiyoung\";}s:9:\"martian36\";a:3:{i:0;s:9:\"martian36\";i:1;s:32:\"f5e6dd50d743c697fd9edfa3e47d6171\";i:2;s:9:\"martian36\";}}}s:11:\"translators\";a:3:{s:4:\"name\";b:0;s:4:\"type\";s:4:\"list\";s:4:\"data\";a:2:{s:6:\"082net\";s:6:\"082net\";s:8:\"nodeover\";s:8:\"nodeover\";}}s:9:\"libraries\";a:3:{s:4:\"name\";s:18:\"External Libraries\";s:4:\"type\";s:9:\"libraries\";s:4:\"data\";a:32:{i:0;a:2:{i:0;s:11:\"Backbone.js\";i:1;s:22:\"http://backbonejs.org/\";}i:1;a:2:{i:0;s:10:\"Class POP3\";i:1;s:25:\"https://squirrelmail.org/\";}i:2;a:2:{i:0;s:16:\"Color Animations\";i:1;s:33:\"https://plugins.jquery.com/color/\";}i:3;a:2:{i:0;s:8:\"getID3()\";i:1;s:30:\"http://getid3.sourceforge.net/\";}i:4;a:2:{i:0;s:15:\"Horde Text Diff\";i:1;s:23:\"https://pear.horde.org/\";}i:5;a:2:{i:0;s:11:\"hoverIntent\";i:1;s:57:\"http://cherne.net/brian/resources/jquery.hoverIntent.html\";}i:6;a:2:{i:0;s:13:\"imgAreaSelect\";i:1;s:42:\"http://odyniec.net/projects/imgareaselect/\";}i:7;a:2:{i:0;s:4:\"Iris\";i:1;s:34:\"https://github.com/Automattic/Iris\";}i:8;a:2:{i:0;s:6:\"jQuery\";i:1;s:19:\"https://jquery.com/\";}i:9;a:2:{i:0;s:9:\"jQuery UI\";i:1;s:21:\"https://jqueryui.com/\";}i:10;a:2:{i:0;s:14:\"jQuery Hotkeys\";i:1;s:41:\"https://github.com/tzuryby/jquery.hotkeys\";}i:11;a:2:{i:0;s:22:\"jQuery serializeObject\";i:1;s:49:\"http://benalman.com/projects/jquery-misc-plugins/\";}i:12;a:2:{i:0;s:12:\"jQuery.query\";i:1;s:40:\"https://plugins.jquery.com/query-object/\";}i:13;a:2:{i:0;s:14:\"jQuery.suggest\";i:1;s:43:\"https://github.com/pvulgaris/jquery.suggest\";}i:14;a:2:{i:0;s:21:\"jQuery UI Touch Punch\";i:1;s:27:\"http://touchpunch.furf.com/\";}i:15;a:2:{i:0;s:5:\"json2\";i:1;s:43:\"https://github.com/douglascrockford/JSON-js\";}i:16;a:2:{i:0;s:7:\"Masonry\";i:1;s:28:\"http://masonry.desandro.com/\";}i:17;a:2:{i:0;s:15:\"MediaElement.js\";i:1;s:26:\"http://mediaelementjs.com/\";}i:18;a:2:{i:0;s:6:\"PclZip\";i:1;s:33:\"http://www.phpconcept.net/pclzip/\";}i:19;a:2:{i:0;s:6:\"PemFTP\";i:1;s:71:\"https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html\";}i:20;a:2:{i:0;s:6:\"phpass\";i:1;s:31:\"http://www.openwall.com/phpass/\";}i:21;a:2:{i:0;s:9:\"PHPMailer\";i:1;s:38:\"https://github.com/PHPMailer/PHPMailer\";}i:22;a:2:{i:0;s:8:\"Plupload\";i:1;s:24:\"http://www.plupload.com/\";}i:23;a:2:{i:0;s:13:\"random_compat\";i:1;s:42:\"https://github.com/paragonie/random_compat\";}i:24;a:2:{i:0;s:8:\"Requests\";i:1;s:31:\"http://requests.ryanmccue.info/\";}i:25;a:2:{i:0;s:9:\"SimplePie\";i:1;s:21:\"http://simplepie.org/\";}i:26;a:2:{i:0;s:27:\"The Incutio XML-RPC Library\";i:1;s:34:\"http://scripts.incutio.com/xmlrpc/\";}i:27;a:2:{i:0;s:8:\"Thickbox\";i:1;s:32:\"http://codylindley.com/thickbox/\";}i:28;a:2:{i:0;s:7:\"TinyMCE\";i:1;s:24:\"https://www.tinymce.com/\";}i:29;a:2:{i:0;s:7:\"Twemoji\";i:1;s:34:\"https://github.com/twitter/twemoji\";}i:30;a:2:{i:0;s:13:\"Underscore.js\";i:1;s:24:\"http://underscorejs.org/\";}i:31;a:2:{i:0;s:6:\"zxcvbn\";i:1;s:33:\"https://github.com/dropbox/zxcvbn\";}}}}s:4:\"data\";a:2:{s:8:\"profiles\";s:33:\"https://profiles.wordpress.org/%s\";s:7:\"version\";s:3:\"4.8\";}}', 'no'), (185, '_transient_timeout_plugin_slugs', '1498575479', 'no'), (186, '_transient_plugin_slugs', 'a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:45:\"crayon-syntax-highlighter/crayon_wp.class.php\";i:2;s:9:\"hello.php\";}', 'no'), (187, 'recently_activated', 'a:0:{}', 'yes'), (190, '_site_transient_timeout_browser_f27a70fef65ab50236291e1635e268f3', '1498837148', 'no'), (191, '_site_transient_browser_f27a70fef65ab50236291e1635e268f3', 'a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'no'), (203, '_transient_twentyfifteen_categories', '1', 'yes'), (206, '_site_transient_timeout_wporg_theme_feature_list', '1498410935', 'no'), (207, '_site_transient_wporg_theme_feature_list', 'a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}', 'no'), (209, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1501837076;s:7:\"checked\";a:4:{s:6:\"nisarg\";s:7:\"1.2.8.1\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'), (210, 'theme_mods_nisarg', 'a:7:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:91:\"http://kjcode.iptime.org:8010/wordpress/wp-content/themes/nisarg/images/headers/skyline.png\";s:17:\"header_image_data\";a:3:{s:3:\"url\";s:91:\"http://kjcode.iptime.org:8010/wordpress/wp-content/themes/nisarg/images/headers/skyline.png\";s:13:\"thumbnail_url\";s:101:\"http://kjcode.iptime.org:8010/wordpress/wp-content/themes/nisarg/images/headers/skyline_thumbnail.png\";s:11:\"description\";s:9:\"buildings\";}s:19:\"post_display_option\";s:9:\"full-post\";s:12:\"color_scheme\";s:4:\"blue\";s:12:\"accent_color\";s:7:\"#03a9f4\";}', 'yes'), (224, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1498502660', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (225, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 16:08:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.9-alpha-40922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.8 “Evans”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2017/06/evans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 14:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4770\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:43004:\"

An Update with You in Mind

\n

\"\"

\n

Gear up for a more intuitive WordPress!

\n

Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.

\n

Though some updates seem minor, they’ve been built by hundreds of contributors with you in mind. Get ready for new features you’ll welcome like an old friend: link improvements, three new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.

\n
\n

Exciting Widget Updates

\n

\"\"

\n

Image Widget

\n

Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.

\n

Video Widget

\n

A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.

\n

Audio Widget

\n

Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!

\n

Rich Text Widget

\n

This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.

\n
\n

Link Boundaries

\n
\n

Have you ever tried updating a link, or the text around a link, and found you can’t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.

\n
\n

Nearby WordPress Events

\n

\"\"

\n

Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!

\n

This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.

\n

Being part of the community can help you improve your WordPress skills and network with people you wouldn’t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.

\n
\n

Even More Developer Happiness \"😊\"

\n

More Accessible Admin Panel Headings

\n

New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.

\n

Removal of Core Support for WMV and WMA Files

\n

As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.

\n

Multisite Updates

\n

New capabilities have been introduced to 4.8 with an eye towards removing calls to
\nis_super_admin(). Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.

\n

Text-Editor JavaScript API

\n

With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!

\n

Media Widgets API

\n

The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.

\n

Customizer Width Variable

\n

Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.

\n
\n

The Squad

\n

This release was led by Matt and Jeff Paul, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:

\n[Inactive], Aaron D. Campbell, Aaron Jorbin, abrightclearweb, Achal Jain, achbed, Acme Themes, Adam Silverstein, adammacias, Ahmad Awais, ahmadawais, airesvsg, ajoah, Aki Björklund, akshayvinchurkar, Alain Schlesser, Alex Concha, Alex Dimitrov, Alex Hon, alex27, allancole, Amanda Rush, Andrea Fercia, Andreas Panag, Andrew Nacin, Andrew Ozz, Andrey \"Rarst\" Savchenko, Andy Meerwaldt, Andy Mercer, Andy Skelton, Aniket Pant, Anil Basnet, Ankit K Gupta, Anthony Hortin, antisilent, Anton Timmermans, Antti Kuosmanen, apokalyptik, artoliukkonen, Arunas Liuiza, attitude, backermann, Bappi, Ben Cole, Bernhard Gronau, Bernhard Kau, binarymoon, Birgir Erlendsson (birgire), BjornW, bobbingwide, boblinthorst, boboudreau, bonger, Boone B. Gorges, Brady Vercher, Brainstorm Force, Brandon Kraft, Brian Hogg, Brian Krogsgard, Bronson Quick, Caroline Moore, Casey Driscoll, Caspie, Chandra Patel, Chaos Engine, cheeserolls, chesio, chetansatasiya, choong, Chouby, chredd, Chris Jean, Chris Marslender, Chris Smith, Chris Van Patten, Chris Wiegman, chriscct7, chriseverson, Christian Chung, Christian Nolen, Christian Wach, Christoph Herr, Clarion Technologies, Claudio Sanches, Claudio Sanches, ClaudioLaBarbera, codemovement.pk, coderkevin, codfish, coreymcollins, Curdin Krummenacher, Curtiss Grymala, Cătălin Dogaru, danhgilmore, Daniel Bachhuber , Daniel Kanchev, Daniel Pietrasik, Daniele Scasciafratte, Daryl L. L. Houston (dllh), Dave Pullig, Dave Romsey (goto10), David A. Kennedy, David Chandra Purnama, David Herrera, David Lingren, David Mosterd, David Shanske, davidbhayes, Davide \'Folletto\' Casali, deeptiboddapati, delphinus, deltafactory, Denis de Bernardy, Derek Herman, Derrick Hammer, Derrick Koo, dimchik, Dinesh Chouhan, Dion Hulse, Dipesh Kakadiya, dmsnell, Dominik Schilling, Dotan Cohen, Doug Wollison, doughamlin, DreamOn11, Drew Jaynes, duncanjbrown, dungengronovius, DylanAuty, Eddie Hurtig, Eduardo Reveles, Edwin Cromley, ElectricFeet, Elio Rivero, Ella Iseulde Van Dorpe, elyobo, enodekciw, enshrined, Eric Andrew Lewis, Eric Lanehart, Evan Herman, Felix Arntz, Fencer04, Florian Brinkmann, Florian TIAR, FolioVision, fomenkoandrey, Francesco Taurino, Frank Klein, Frankie Jarrett, Fred, Fredrik Forsmo, fuscata, Gabriel Maldonado, Garth Mortensen, Gary Jones, Gary Pendergast, Geeky Software, George Stephanis, Goran Šerić, Graham Armfield, Grant Derepas, Gregory Karpinsky (@tivnet), Hardeep Asrani, Helen Hou-Sandí, Henry Wright, hiddenpearls, Hinaloe, Hristo Pandjarov, Hugo Baeta, Iain Poulson, Ian Dunn, Ian Edington, idealien, Ignacio Cruz Moreno, imath, implenton, Ionut Stanciu, Ipstenu (Mika Epstein), ivdimova, J.D. Grimes, Jacob Peattie, Jake Spurlock, James Nylen, jamesacero, Japh, Jared Cobb, jayarjo, jdolan, jdoubleu, Jeff Bowen, Jeff Paul, Jeffrey de Wit, Jeremy Felt, Jeremy Pry, jimt, Jip Moors, jmusal, Joe Dolson, Joe Hoyle, Joe McGill, Joel James, johanmynhardt, John Blackbourn, John Dittmar, John James Jacoby, John P. Bloch, John Regan, johnpgreen, Jon (Kenshino), Jonathan Bardo, Jonathan Brinley, Jonathan Daggerhart, Jonathan Desrosiers, Jonny Harris, jonnyauk, jordesign, JorritSchippers, Joseph Fusco, Josh Eaton, Josh Pollock, joshcummingsdesign, joshkadis, Joy, jrf, JRGould, Juanfra Aldasoro, Juhi Saxena, Junko Nukaga, Justin Busa, Justin Sainton, Justin Shreve, Justin Sternberg, K.Adam White, kacperszurek, Kailey (trepmal), KalenJohnson, Kat Hagan, Keanan Koppenhaver, keesiemeijer, kellbot, Kelly Dwan, Kevin Hagerty, Kirk Wight, kitchin, Kite, kjbenk, Knut Sparhell, koenschipper, kokarn, Konstantin Kovshenin, Konstantin Obenland, Konstantinos Kouratoras, kuchenundkakao, kuldipem, Laurel Fulford, Lee Willis, Leo Baiano, LittleBigThings (Csaba), Lucas Stark, Luke Cavanagh, Luke Gedeon, Luke Pettway, lyubomir_popov, mageshp, Mahesh Waghmare, Mangesh Parte, Manish Songirkar, mantismamita, Marcel Bootsman, Marin Atanasov, Mario Valney, Marius L. J., Mariyan Belchev, Mark Jaquith, Mark Root-Wiley, Mark Uraine, Marko Heijnen, markshep, matrixik, Matt Banks, Matt Jaworski, Matt King, Matt van Andel, Matt Wiebe, Matthew Haines-Young, mattyrob, Max Cutler, Maxime Culea, Mayo Moriyama, mckernanin, Mel Choyce, mhowell, Michael Arestad, Michael Arestad, michalzuber, Miina Sikk, Mike Auteri, Mike Crantea, Mike Glendinning, Mike Hansen, Mike Little, Mike Schroder, Mike Viele, Milan Dinić, modemlooper, Mohammad Jangda, Mohan Dere, monikarao, morettigeorgiev, Morgan Estes, Morten Rand-Hendriksen, moto hachi ( mt8.biz ), mrbobbybryant, Naim Naimov, Nate Reist, NateWr, nathanrice, Nazgul, Ned Zimmerman, net, Nick Halsey , Nicolas GUILLAUME, Nikhil Chavan, Nikhil Vimal, Nikolay Bachiyski, Nilambar Sharma, noplanman, nullvariable, odie2, odyssey, Okamoto Hidetaka, orvils, oskosk, Otto Kekäläinen, ovann86, Pantip Treerattanapitak (Nok), Pascal Birchler, patilvikasj, Paul Bearne, Paul Wilde, Payton Swick, pdufour, Perdaan, Peter Wilson, phh, php, Piotr Delawski, pippinsplugins, pjgalbraith, pkevan, Pratik, Pressionate, Presskopp, procodewp, Rachel Baker, Rahul Prajapati, Ramanan, Rami Yushuvaev, ramiabraham, ranh, Red Sand Media Group, Riad Benguella, Rian Rietveld, Richard Tape, Robert D Payne, Robert Jolly, Robert Noakes, Rocco Aliberti, Rodrigo Primo, Rommel Castro, Ronald Araújo, Ross Wintle, Roy Sivan, Ryan Kienstra, Ryan McCue, Ryan Plas, Ryan Welcher, Sal Ferrarello, Sami Keijonen, Samir Shah, Samuel Sidler, Sandesh, Sang-Min Yoon, Sanket Parmar, Sarah Gooding, Sayed Taqui, schrapel, Scott Reilly, Scott Taylor, scrappy@hub.org, scribu, seancjones, Sebastian Pisula, Sergey Biryukov, Sergio De Falco, sfpt, shayanys, shazahm1, shprink, simonlampen, skippy, smerriman, snacking, solal, Soren Wrede, Stanimir Stoyanov, Stanko Metodiev, Steph, Steph Wells, Stephanie Leary, Stephen Edgar, Stephen Harris, Steven Word, stevenlinx, Sudar Muthu, Swapnil V. Patil, swapnild, szaqal21, Takahashi Fumiki, Takayuki Miyauchi, Tammie Lister, tapsboy, Taylor Lovett, team, tg29359, tharsheblows, the, themeshaper, thenbrent, thomaswm, Thorsten Frommen, tierra, Tim Nash, Timmy Crawford, Timothy Jacobs, timph, Tkama, tnegri, Tom Auger, Tom J Nowell, tomdxw, Toro_Unit (Hiroshi Urabe), Torsten Landsiedel, transl8or, traversal, Travis Smith, Triet Minh, Trisha Salas, tristangemus, truongwp, tsl143, Ty Carlson, Ulrich, Utkarsh, Valeriu Tihai, Vishal Kakadiya, vortfu, Vrunda Kansara, webbgaraget, WebMan Design | Oliver Juhas, websupporter, Weston Ruter, William Earnhardt, williampatton, Wolly aka Paolo Valenti, yale01, Yoav Farhi, Yoga Sukma, Zach Wills, Zack Tollman, Ze Fontainhas, zhildzik, and zsusag.\n

 

\n

Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.

\n

Do you want to report on WordPress 4.8? We’ve compiled a press kit featuring information about the release features, and some media assets to help you along.

\n

If you want to follow along or help out, check out Make WordPress and our core development blog. Thanks for choosing WordPress — we hope you enjoy!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/06/wordpress-4-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 22:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4765\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:336:\"The second release candidate for WordPress 4.8 is now available. To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip). We’ve made a handful of changes since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"

The second release candidate for WordPress 4.8 is now available.

\n

To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip).

\n

We’ve made a handful of changes since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the Beta 1, Beta 2, and RC1 blog posts.

\n

Think you’ve found a bug? Please post to the Alpha/Beta support forum. If any known issues come up, you’ll be able to find them here.

\n

Happy testing!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 May 2017 23:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4758\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:325:\"The release candidate for WordPress 4.8 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on Thursday, June 8, but we need your help to get there. If you haven’t tested 4.8 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2365:\"

The release candidate for WordPress 4.8 is now available.

\n

RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on Thursday, June 8, but we need your help to get there. If you haven’t tested 4.8 yet, now is the time!

\n

To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip).

\n

We’ve made a handful of changes since releasing Beta 2 earlier this week. For more details about what’s new in version 4.8, check out the Beta 1 and Beta 2 blog posts.

\n

Think you’ve found a bug? Please post to the Alpha/Beta support forum. If any known issues come up, you’ll be able to find them here.

\n

Developers, please test your plugins and themes against WordPress 4.8 and update your plugin’s Tested up to version in the readme to 4.8. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the core development blog.

\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages!

\n

This release’s haiku is courtesy of @matveb:

\n

Érrese uno
\nCien veces y más
\nErre ce dos

\n

Thanks for your continued help testing out the latest versions of WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 May 2017 00:02:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4749\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.8 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1621:\"

WordPress 4.8 Beta 2 is now available!

\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip).

\n

For more information on what’s new in 4.8, check out the Beta 1 blog post. Since then, we’ve made over 50 changes in Beta 2.

\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages!

\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n

WordPress four point eight
\nOne step closer to release
\nPlease test Beta 2!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4749\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2017/05/wordpress-4-7-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 May 2017 22:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4734\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"WordPress 4.7.5 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.4 and earlier are affected by six security issues: Insufficient redirect validation in the HTTP class. Reported by Ronni Skansing. Improper handling of post meta data values in the XML-RPC […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Pascal Birchler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2349:\"

WordPress 4.7.5 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately.

\n

WordPress versions 4.7.4 and earlier are affected by six security issues:

\n
    \n
  1. Insufficient redirect validation in the HTTP class. Reported by Ronni Skansing.
  2. \n
  3. Improper handling of post meta data values in the XML-RPC API. Reported by Sam Thomas.
  4. \n
  5. Lack of capability checks for post meta data in the XML-RPC API. Reported by Ben Bidner of the WordPress Security Team.
  6. \n
  7. A Cross Site Request Forgery (CSRF)  vulnerability was discovered in the filesystem credentials dialog. Reported by Yorick Koster.
  8. \n
  9. A cross-site scripting (XSS) vulnerability was discovered when attempting to upload very large files. Reported by Ronni Skansing.
  10. \n
  11. A cross-site scripting (XSS) vulnerability was discovered related to the Customizer. Reported by Weston Ruter of the WordPress Security Team.
  12. \n
\n

Thank you to the reporters of these issues for practicing responsible disclosure.

\n

In addition to the security issues above, WordPress 4.7.5 contains 3 maintenance fixes to the 4.7 release series. For more information, see the release notes or consult the list of changes.

\n

Download WordPress 4.7.5 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.5.

\n

Thanks to everyone who contributed to 4.7.5.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4734\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Now on HackerOne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2017/05/wordpress-now-on-hackerone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 May 2017 16:02:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4730\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1718:\"

WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially on HackerOne!

\n

HackerOne is a platform for security researchers to securely and responsibly report vulnerabilities to our team. It provides tools that improve the quality and consistency of communication with reporters, and will reduce the time spent on responding to commonly reported issues. This frees our team to spend more time working on improving the security of WordPress.

\n

The security team has been working on this project for quite some time. Nikolay Bachiyski started the team working on it just over a year ago. We ran it as a private program while we worked out our procedures and processes, and are excited to finally make it public.

\n

With the announcement of the WordPress HackerOne program we are also introducing bug bounties. Bug bounties let us reward reporters for disclosing issues to us and helping us secure our products and infrastructure. We’ve already awarded more than $3,700 in bounties to seven different reporters! We are thankful to Automattic for paying the bounties on behalf of the WordPress project.

\n

The program and bounties cover all our projects including WordPress, BuddyPress, bbPress, GlotPress, and WP-CLI as well as all of our sites including WordPress.org, bbPress.org, WordCamp.org, BuddyPress.org, and GlotPress.org.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 May 2017 00:15:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4727\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"We’re planning a smaller WP release early next month, bringing in three major enhancements: An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.) A revamp of the dashboard news widget to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"

We’re planning a smaller WP release early next month, bringing in three major enhancements:

\n\n

The first beta of 4.8 is now available for testing. You can use the beta tester plugin (or just run trunk) to try the latest and greatest, and each of these areas could use a ton of testing. Our goals are to make editing posts with links more intuitive, make widgets easier for new users and more convenient for existing ones, and get many more people aware of and attending our community events.

\n

Four point eight is here
\nSmall changes with a big punch
\nBig ones come later

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.7.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2017/04/wordpress-4-7-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Apr 2017 17:54:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4710\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release. This release contains 47 bug fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Pascal Birchler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4518:\"

After almost sixty million downloads of WordPress 4.7, we are pleased to announce the immediate availability of WordPress 4.7.4, a maintenance release.

\n

This release contains 47 maintenance fixes and enhancements, chief among them an incompatibility between the upcoming Chrome version and the visual editor, inconsistencies in media handling, and further improvements to the REST API. For a full list of changes, consult the release notes and the list of changes.

\n

Download WordPress 4.7.4 or visit Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.4.

\n

Thanks to everyone who contributed to 4.7.4:
\nAaron Jorbin, Adam Silverstein, Andrea Fercia, Andrew Ozz, aussieguy123, Blobfolio, boldwater, Boone Gorges, Boro Sitnikovski, chesio, Curdin Krummenacher, Daniel Bachhuber, Darren Ethier (nerrad), David A. Kennedy, davidbenton, David Herrera, Dion Hulse, Dominik Schilling (ocean90), eclev91, Ella Van Dorpe, Gustave F. Gerhardt, ig_communitysites, James Nylen, Joe Dolson, John Blackbourn, karinedo, lukasbesch, maguiar, MatheusGimenez, Matthew Boynes, Matt Wiebe, Mayur Keshwani, Mel Choyce, Nick Halsey, Pascal Birchler, Peter Wilson, Piotr Delawski, Pratik Shrestha, programmin, Rachel Baker, sagarkbhatt, Sagar Prajapati, sboisvert, Scott Taylor, Sergey Biryukov, Stephen Edgar, Sybre Waaijer, Timmy Crawford, vortfu, and Weston Ruter.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4710\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 17:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4696\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:396:\"WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata.  Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"James Nylen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6191:\"

WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately.

\n

WordPress versions 4.7.2 and earlier are affected by six security issues:

\n
    \n
  1. Cross-site scripting (XSS) via media file metadata.  Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs.
  2. \n
  3. Control characters can trick redirect URL validation.  Reported by Daniel Chatfield.
  4. \n
  5. Unintended files can be deleted by administrators using the plugin deletion functionality.  Reported by TrigInc and xuliang.
  6. \n
  7. Cross-site scripting (XSS) via video URL in YouTube embeds.  Reported by Marc Montpas.
  8. \n
  9. Cross-site scripting (XSS) via taxonomy term names.  Reported by Delta.
  10. \n
  11. Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources.  Reported by Sipke Mellema.
  12. \n
\n

Thank you to the reporters for practicing responsible disclosure.

\n

In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the release notes or consult the list of changes.

\n

Download WordPress 4.7.3 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.

\n

Thanks to everyone who contributed to 4.7.3: Aaron D. Campbell, Adam Silverstein, Alex Concha, Andrea Fercia, Andrew Ozz, asalce, blobfolio, bonger, Boone Gorges, Boro Sitnikovski, Brady Vercher, Brandon Lavigne, Bunty, ccprog, chetansatasiya, David A. Kennedy, David Herrera, Dhanendran, Dion Hulse, Dominik Schilling (ocean90), Drivingralle, Ella Van Dorpe, Gary Pendergast, Ian Dunn, Ipstenu (Mika Epstein), James Nylen, jazbek, Jeremy Felt, Jeremy Pry, Joe Hoyle, Joe McGill, John Blackbourn, John James Jacoby, Jonathan Desrosiers, Kelly Dwan, Marko Heijnen, MatheusGimenez, Mike Nelson, Mike Schroder, Muhammet Arslan, Nick Halsey, Pascal Birchler, Paul Bearne, pavelevap, Peter Wilson, Rachel Baker, reldev, Robert O’Rourke, Ryan Welcher, Sanket Parmar, Sean Hayes, Sergey Biryukov, Stephen Edgar, triplejumper12, Weston Ruter, and wpfo.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.7.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jan 2017 19:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4676\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2142:\"

WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately.

\n

WordPress versions 4.7.1 and earlier are affected by three security issues:

\n
    \n
  1. The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of Alley Interactive.
  2. \n
  3. WP_Query is vulnerable to a SQL injection (SQLi) when passing unsafe data. WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by Mo Jangda (batmoo).
  4. \n
  5. A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by Ian Dunn of the WordPress Security Team.
  6. \n
  7. An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by Marc-Alexandre Montpas of Sucuri Security. *
  8. \n
\n

Thank you to the reporters of these issues for practicing responsible disclosure.

\n

Download WordPress 4.7.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.2.

\n

Thanks to everyone who contributed to 4.7.2.

\n

* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read Disclosure of Additional Security Fix in WordPress 4.7.2.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 26 Jun 2017 06:44:19 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 08 Jun 2017 16:08:34 GMT\";s:4:\"link\";s:63:\"; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130910190210\";}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (226, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1498502660', 'no'), (227, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1498459460', 'no'), (228, '_site_transient_timeout_community-events-447f32d25b7d55524675c64d649ae5d9', '1498502661', 'no'), (229, '_site_transient_community-events-447f32d25b7d55524675c64d649ae5d9', 'a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"192.168.0.0\";}s:6:\"events\";a:0:{}}', 'no'), (230, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1498502662', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (231, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Heroin or Aspirin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/06/heroin-or-aspirin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/06/heroin-or-aspirin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:878:\"

The company Bayer is famous for inventing aspirin in 1898, which is arguably one of the world\"’\"s most beloved brands, and for good reason. But I was surprised to learn that just two weeks earlier, the same three guys who gave the world aspirin also created Bayer\"’\"s other big brand, heroin, which was marketed for about eight years as the world\"’\"s best cough medicine.

\n

From Andrew Essex on his book about the End of Advertising. Hat tip: John Maeda.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Jun 2017 13:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"BuddyPress: BuddyPress 2.9.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=266659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://buddypress.org/2017/06/buddypress-2-9-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2980:\"

Today sees BP 2.9 move to Beta 2 ( Beta 1 skipped for technical reasons ) testing phase and we would request all plugin authors, theme developers and other interested parties test out this release and feedback any issues found to our trac ticket home , or raise on the support forum.

\n

Amongst other improvements and fixes to look out for are:

\n\n

For a full list of commits see 2.9 tickets A full changelog will be available when we release the final version.

\n

You can download the plugin to test from the WP repo BP 2.9.0-beta2 or grab a copy from our SVN repo.

\n

Template changes

\n

In this release there are a number of improvements to templates that add a level of improved a11y performance and markup changes for better semantics & Standards.

\n

Theme authors may want to pay particular attention to changes to profile field visibility links and the profile field descriptions where significant markup changes are made that effect positioning of these elements – changesets for these are r11617 & r11618

\n

Nouveau – new template pack

\n

While we were definitely aiming for release of this feature for 2.9, the necessary final fixes and feature enhancements along with the necessary code reviews were going to prove very tight to get finished in time and would have likely meant a degree of rushing. We have decided that as this is such a major new feature, the first new theme in many years and that expectations will be high for it that we should not rush to put out a product that might be even slightly sub optimal.

\n

However fear not we are very concerned that the project is focussed on through the last stages of 2.9 and has primary focus during the next release cycle to ensure an early completion.

\n

It is further proposed that we’ll actually release Nouveau in a much shorter release cycle as 3.0, this way we can get an early release and not have the project just sitting in trunk until the end of the year.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jun 2017 20:17:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hugo Ashmore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Gutenberg 0.2.0 Released, Adds New Custom HTML and Cover Image Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/gutenberg-0-2-0-released-adds-new-custom-html-and-cover-image-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3385:\"

The Gutenberg plugin is moving fast with version 0.2.0 now available. This is the first release since the plugin was added to the directory last week. It includes two new block types, along with other new features, improvements, and fixes for many bugs that previously severely impaired the editor’s usability.

\n

A new Custom HTML block allows users to add HTML and click to see a fast preview within the editor.

\n

\n

\n

The new Cover Image block lets users place an image in the content with the background image fixed by default. Users can also specify text to have overlaid. Gutenberg developers emphasized that this feature should not be confused with the “Featured Image” panel which is already working in a similar way to how it has in the past.

\n

\n

While testing the Cover Image block with Twenty Seventeen and Twenty Fifteen, I was unable to get it working correctly on the frontend. Within the editor it works beautifully but once I launched the preview I found that, regardless of which positioning option I chose, I could not get the full image to display. The size of the image’s output was only as tall as the overlay text. If there was a right way to position it, I was unable to discover it. I checked with the development team and Matías Ventura said they are not loading styles for blocks in the front-end yet. Blocks like Cover Image that need CSS to display properly will not look right at the moment, but the plan is to focus on adding CSS for these this coming week.

\n

A few of the notable fixes and improvements include the following:

\n\n

As of today, Gutenberg has more than 500 active installs. The development team is planning on shipping weekly releases to the WordPress.org plugin. If you want to keep up with the releases, subscribe to the make.wordpress.org/core blog. Feedback is welcome on Gutenberg’s GitHub repository as well as in the #core-editor channel on WordPress Slack.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jun 2017 03:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress 4.9 to Focus on Managing Plugins and Themes, Gutenberg Targeted for 5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/wordpress-4-9-to-focus-on-managing-plugins-and-themes-gutenberg-targeted-for-5-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4788:\"photo credit: Oli Dale\n

Matt Mullenweg, the overall product lead for core releases in 2017, has published an overview for what users can expect in WordPress versions 4.9 and 5.0. After the success of 4.8 and the initial release of Gutenberg last week, Mullenweg is aiming to see the plugin installed on 100K+ sites during the next few months before merging it into core. He also suggested that WordPress could put a promo for the plugin in the upcoming 4.8.1 release.

\n

“In the meantime I think we can do another user-focused 4.9 release with the theme of editing code and managing plugins and themes, doing v2s and polishing some features we brought into WP last year,” Mullenweg said. “Weston and Mel already have some good ideas there, and we can start to discuss and brainstorm at the Dev chat next week. This will also allow the Gutenberg-driven release to be 5.0, which is a nice-to-have but not the primary driver of this decision.”

\n

Mullenweg elaborated on changes to the release process in a post on his personal blog. The original idea was for releases to be driven by improvements to the three focus areas (the editor, customizer, and REST API), but the radical changes that Gutenberg introduces to the editing experience means that customization improvements will need to wait until the editor is a little further along:

\n

\nMel and Weston took this as an opportunity to think about not just the “Customizer”, which is a screen and code base within WP, but really thinking in a user-centric way about what it means to customize a site and they identified a number of low-hanging fruits, areas like widgets where we could have a big user impact with relatively little effort.

\n

WordPress is littered with little inconsistencies and gaps in the user experience that aren’t hard to fix, but are hard to notice the 500th time you’re looking at a screen.

\n

I didn’t think we’d be able to sustain the effort on the editor and still do a meaningful user release in the meantime, but we did, and I think we can do it again.

\n

During this week’s core development meeting, contributors brainstormed more specific items for inclusion in 4.9. The ability to schedule customizer changesets is one feature they discussed as a possibility. Customizer component co-maintainer Weston Ruter described the feature as “adding statuses for changesets: being able to draft a changeset to come back to later, and then to be able to schedule it to go live.”

\n

The Customize Snapshots feature plugin contains the UI for this and Customize Changesets, the term for the underlying infrastructure required for saving a Customizer session as a draft, was added in WordPress 4.7. Adding the UI in WordPress 4.9 would allow users to share Customizer sessions, preview them outside of the iframe, and schedule them to publish at a future date.

\n

Andrew Roberts, a contributor to TinyMCE, said they should have a new mobile-optimized UX, which would result in a responsive toolbar, that could land within the proposed 4.9 timeframe.

\n

“I would wonder if we couldn’t tweak the UI to be closer to Gutenberg (e.g. white toolbars),” Roberts said. “I had raised this idea before and it was thought it was better to wait until Gutenberg, but I remain of the opinion we could iterate a little bit closer to get users used to it.”

\n

Contributors also discussed the possibility of changing the default font in the editor to ease the transition to Gutenberg in the future. Currently, Gutenberg uses system fonts for UI and Noto Serif for the editor text.

\n

Mel Choyce, who is heading the Customizer focus with Weston Ruter, said she hopes the team can finish the Gallery Widget for 4.9. Current progress on the widget can be found on GitHub.

\n

WordPress 4.8.1 is tentatively planned for the last week in July, and contributors anticipate including a fix for some issues with the new Text Widget stripping out code.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jun 2017 21:57:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress’ New Gutenberg Editor Now Available as a Plugin for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wordpress-new-gutenberg-editor-now-available-as-a-plugin-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9087:\"

\n

One of the featured sessions at WordCamp Europe 2017 was Om Malik’s interview with Matt Mullenweg, followed by a 20-minute Q&A from the audience. After showing a preview of the new Gutenberg editor with dynamic blocks replacing widgets, Mullenweg announced that it is now available as a plugin on WordPress.org.

\n

Gutenberg has been in development for six months and is ready for testing, but its developers do not recommend using it on production sites. Anyone interested in the future of WordPress will want to take it for a test drive, as the new editor will revolutionize the way users think about creating and editing content. The demo video at WordCamp Europe also showed Gutenberg working smoothly in a mobile context.

\n

At first glance, it may appear that WordPress is trying to copy its more recent competitors (Medium, Wix, and others) to keep pace, but the 14-year-old software has offered many of these content capabilities for years. Mullenweg explained how the new editor simply unifies the UI into blocks that can be placed anywhere. Gutenberg is set to replace widgets, the HTML UI of shortcodes, and blocks previously offered through the TinyMCE toolbar.

\n

\n

“We’ve taken stabs at this before, if you imagine our previous efforts with post formats – to make it easier to do certain types of media or quote posts or things like that,” Mullenweg said. “That whole concept can now flatten to just being a block. Working all that in, it’s bringing things we’ve been thinking about for a very long time in WordPress.”

\n

If you’ve ever sat down with a new user to introduce them to WordPress, then you probably answered a long list of painful questions regarding the many varied and confusing ways of creating content. Gutenberg has the potential to make WordPress much easier to use.

\n

“Right now WordPress makes you learn a lot of concepts – shortcodes, widgets, the stuff that exists inside TinyMCE as blocks today – and people rightly wonder why they can’t use those things everywhere,” Mullenweg said. “What we’re trying to do is shift it so that you only have to learn about blocks once and once you learn about the image block, that can be in a post, in a sidebar, in a page, in a custom post type, and it will work exactly the same way. Whatever is integrated with it, let’s say a plugin that brings in your Google Photos or your Dropbox, that will now work everywhere, too.”

\n

Mullenweg said his previous attempt at replacing TinyMCE lasted approximately two years and they never ended up shipping it. Getting Gutenberg off the ground at this time allows WordPress to take the best of what competitors in both open source and commercial spaces have been doing, and improve upon it.

\n

“Medium started five or six years ago,” Mullenweg said. “Browser technology, what you can do, has advanced quite a bit. I think this actually allows us to leapfrog past some of the really great visual editors, because we’re able to build on the shoulders of things like Medium, Wix, Squarespace, and others that have come before us.”

\n

Gutenberg First Impressions and Concerns

\n

The Gutenberg plugin is now active on more than 300 sites and first impressions are rolling in. This is the first time the new block editor has been easily accessible to any user who wants to try it. Gutenberg also offers a somewhat unique testing experience in that it creates its own menu inside WordPress, so users don’t have to choose between the old editor and the new one. Activating Gutenberg doesn’t make it an either/or experience and users can test at their own convenience.

\n

From my initial testing, I found that Gutenberg provides a clean and enjoyable experience. Up until this point many of us couldn’t fully anticipate what Gutenberg would look like, but the interface is very similar to what one might imagine for an improved “distraction-free writing experience.” Gutenberg provides a more minimal UI for both the visual and text editors, although inserting blocks seems to be less functional when using the text editor.

\n

There are still many bugs and rough edges, but this interface appears to be a natural evolution of WordPress’ content editing experience. It feels like WordPress. The editor pulls in many of the elements that have worked well historically and introduces a minimal UI that makes it possible for anyone to build a beautiful, feature-rich post without knowing any HTML. Gutenberg is the most exciting thing to happen to WordPress in a long time.

\n

“The default state is likely my favorite ‘Distraction Free Writing’ implementation in WordPress yet,” WordPress core committer Aaron Jorbin said in a post listing his initial observations. I’m simultaneously able to focus on my content, and yet I have all the tools I need for writing. I don’t have all the tools I need for content creation.”

\n

Matt Cromwell, co-author of GiveWP, also wrote up his first impressions of Gutenberg with high compliments for the new writing experience.

\n

“In recent years we’ve seen Medium become the de facto elegant writing experience,” Cromwell said. “Medium is able to do that though by limiting the formatting and layout options dramatically. Gutenberg has the potential to allow writing to be as elegant as Medium or more so, plus deliver far more flexibility with layouts and content types.”

\n

One area of uncertainty for WordPress developers is how Gutenberg will handle support for plugins and maintain a high level of performance with a large number of custom blocks added.

\n
\n

I\'ll try again when it has support for plugins. I can\'t see this landing in core if it doesn\'t work with plugins.

\n

— Josh Pollock (@Josh412) June 22, 2017

\n

\n
\n

It *should* store the block data as JSON (or serialized object, IDC) into postmeta, but instead it uses regexp to parse HTML and queries DB.

\n

— Christian Nikkanen (@k1sul1) June 22, 2017

\n

\n

“I miss a lot of the meta boxes I’m used to seeing on the screen,” Aaron Jorbin said. “Things like Yoast SEO (on some sites) and custom taxonomies are just not shown. If every metabox ever made for WordPress needs to be remade, it sure is going to make developers’ lives a living hell.”

\n

Matt Cromwell also detailed a nightmare scenario of having more custom blocks than the current UI can handle.

\n

“What happens when you have 25 plugins that all want to load 25 custom blocks into that tiny ‘Insert’ dropdown?” Cromwell said. “Will there be a search? Or will it just scroll forever?”

\n

Mullenweg specifically addressed some of these concerns in his Q&A session at WordCamp Europe.

\n

“A lot of people have a lot of things built into the edit screen, so part of the reason we’re putting it out there as a plugin first and also pushing it so hard to get as many people to install it as possible, is so that everyone who has posting and editing screen adjustments can rethink them to be beautiful within this new framework,” Mullenweg said.

\n

Mullenweg anticipates that WordPress will release version 4.9 before merging Gutenberg, because he wants to see it tested on more than 100,000 sites before replacing the edit screen. If all goes well, the new editor could land in WordPress 5.0.

\n

“I think that some things that people did, like TinyMCE toolbar things, aren’t really needed any more,” Mullenweg said. “Stuff that people did in the past with custom post types might be better as blocks. It gives us a real opportunity to reimagine a lot of the user interactions and flows that today we’ve taken for granted on the edit screen for five or six years.”

\n

Check out Mullenweg’s WCEU 2017 interview below to see the live demo of Gutenberg and make sure to take a few minutes to install the plugin to see it in action for yourself.

\n

\n

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 22:29:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Post Status: The future of the WordPress economy, and why I’m not worried\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=37734\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://poststatus.com/future-wordpress-economy-im-not-worried/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13890:\"

Editor’s Note: This is a guest post by Joshua Strebel, the CEO and co-founder of Pagely. Pagely was one of the first managed WordPress hosts and continues to be a market leader. Josh had some thoughts about the WordPress economy, which I asked him if he would share here for the Post Status audience. He’s been around for a while, and I think he’s got a pretty good hold on the state of things. I hope you enjoy his commentary. And if you like this post, you’ll also enjoy Post Status Publish.

\n
\n

There’s been some recent speculation on whether or not the WordPress economy is beginning to slump. I would answer ‘yes’ and ‘no’; it is clearly evolving, and some areas are contracting while others are growing. I believe we are feeling the effects of market maturity.

\n

Are downmarket “one stop shop” alternatives and in house teams the best solution for the future of WordPress? No, because hosting providers, developers, and agencies who specialize in this space are where the concentrated real quality resides, and people are always willing to pay for quality. Ultimately WordPress has staying power because of its ecosystem, so let’s take stock of that.

\n

The current state of the WordPress economy

\n

In 2017 WordPress is used by major publishers, enterprise, universities and even custom SaaS applications. In fact the world’s leaders in business and marketing trends use WordPress (and aren’t necessarily leveraging in house teams to do so). To name a few:

\n\n

WordPress powers an estimated 28% of all websites which run the gamut of single contributor blogs and simple websites to applications and complex portals. That’s nearly 75 million websites built by anyone from a very beginner to an extremely advanced level of technical skill. It’s both easy to use and graceful in its complex abilities to do just about anything you would need a website to do.

\n

There’s also the community behind WordPress, an ecosystem in and of itself of people around the world with this one thing in common. As an open source community, our entire industry is plugged into every update. We can contribute to testing or code. We have all the power to make sure the WordPress economy stays strong and continues to grow.

\n

New businesses are constantly being formed around plugins, themes and services built specifically for WordPress, with no signs of stopping. In fact, we’ll continue to find more and more creators of WordPress specific companies, with full time jobs elsewhere, using this as an opportunity to contribute to the community.

\n

However, the near constant flow of new entries into an already saturated market is outstripping demand. The WordPress pie overall is still growing but not quick enough to absorb the new sellers entering into the lower third of the market. The new players are typically unable to challenge the dominant players for a significant market share, and the demands and needs of the customers are also moving up the value chain. Yes, some newcomers do disrupt the established WP players, but it is happening with less frequency and the barrier is ever higher.

\n

Economies ebb & flow: Apple and Airbnb (and WordPress)

\n

The companies and brands that have changed the way people live experience low points. Just like the ones we’ve feared will appear in our own industry. But you know these companies well and they, and their economies, have persevered.

\n

Take the classic example, one of the greatest comeback stories of all time: Apple. Apple defied all odds and went from near bankruptcy to the powerhouse hardware leader it is today with over a billion iPhones currently in use. They lost Steve Jobs and many feared they would lose their focus and tumble downward. Instead they’re the largest and most profitable they’ve ever been. Walk down the streets of New York City or San Francisco and you’ll see brick and mortar shops dedicated to alt-genius-bar services and shattered screen replacement. The Apple economy is strong.

\n

Just like Apple, Airbnb almost flopped, but came out on top. It has an ecosystem of its own with tons of offshoot companies that support various aspects of the community, just like WordPress. After near failure Airbnb now supports a community of over 100 million and is valued at over $30 billion. They also face growing pains and — at times — volatility, but companies like this that fundamentally change the way the world works aren’t going anywhere.

\n

WordPress itself isn’t in danger of a near flop, but these are valuable examples of economies that fared far worse, and still made it through.

\n

The core strengths of WordPress

\n

WordPress possesses fundamental characteristics that so many of today’s great leaders encompass. All leaders like this are built to support a growing economy for a long time to come.

\n

Brand

\n

In Pagely’s own recent user survey, the most important factors for choosing a service were reliability and security. These are cornerstones of the WordPress brand (haters gonna hate – but core has been really solid for many years in both respects) and reasons why such a large percentage of the internet continues to choose it to power their websites. As a brand, WordPress is synonymous with being one of the most reliable and secure CMS options available. Quality service providers that support WordPress, like Pagely, also often encompass these brand characteristics. We often hear of these same characteristics as pain points from customers trying to work in-house or with downmarket alternatives.

\n

Ubiquity

\n

WordPress users span nearly every industry in the world. Publishers, Fortune 500 Companies, Music, Fashion, Tech, Politics, you name it. Like I mentioned above, ~75 million websites exist with WordPress and they are published in dozens of languages/locales. WordPress is literally a web that has woven itself through the digital and physical world.

\n

Community

\n

The WordPress community is made up of contributors, coders, engineers, designers, marketing professionals, and every other title necessary to run a business. The community reaches so far that it touches every corner of today’s tech workforce. Not only is the community large, but it cares. We care. The number of blogs and forums dedicated to helping people understand WordPress are impossible to count. Events like WordCamp, LoopConf, Publish, and PressNomics occur all year long and prominent core contributors participate. Don’t hate me for loosely quoting Lincoln. But, it could be said here that “[WordPress] of the people, by the people, for the people shall not perish from the earth.”

\n

The WordPress ecosystem rewards quality

\n

While the core strengths of WordPress support the service itself, quality is what supports the economy as a whole. And the fact remains that people are willing to pay for quality. To paint the picture, at Pagely a core aspect of our mission is to bring a flexible, friendly, and first-rate experience to all our customers. In staying true to that high standard of quality we’ve seen substantial year over year revenue growth since 2014. With an ecosystem that strives for and rewards quality, the larger WordPress economy is in a position to keep growing – continuing to take us along with it.

\n

Any ‘economy’ will ebb and flow but when a technology powers 28% of something, it has staying power; WordPress and the ecosystem we’ve built around it isn’t going anywhere, but it is changing.

\n

The ecosystem is maturing — and growing

\n

I would argue that after 12+ years the WordPress ecosystem has firmly moved from “New market” territory where there were wide open spaces for entrants to dominate. As an example, commercial themes really took off in 2008,  managed WordPress hosting came to prominence in 2010, and commercial plugins rose to fame in 2011. These, and most channels in the ecosystem are now clearly defined “Existing markets”.

\n

Since 2015 or so, the majors players in each category are known, with few exceptions of new entrants claiming significant market share. Those that are doing so are using strategies common in existing markets: Resegmentation based on price, and resegmentation based on a niche strategy.

\n

Borrowed from this article, we can identify six signs a market is maturing. Not every point applies completely to our ecosystem, but enough do I believe we can safely make this call.

\n
    \n
  1. Customer needs/desires do not appear to be evolving rapidly.
    \n– eCommerce and membership sites are the most recent ‘asks’ that come to mind, and that was a few years ago.
  2. \n
  3. Consolidation by leading competitors is reducing competitive intensity.
    \n– GoDaddy, EIG, Envato, and Automattic are rapidly consolidating products and services into their domain.
  4. \n
  5. Disruptive innovations and new entrants are gaining share only gradually and top out at relatively low levels.
    \n– Some really innovative things are happening, but around the corners and seem slow to pick up traction.
  6. \n
  7. Market shares of leading competitors have solidified and are changing gradually, if at all.
    \n– We pretty much know who the leaders are in every category and at what price points they own.
  8. \n
  9. Price, brand and/or channel strategy has supplanted product innovation as key value drivers.
    \n– Refining the value proposition to our customers has greater focus at Pagely vs. shipping the latest tech du jour (which is happening just behind the scenes at measured pace).
  10. \n
  11. Cash flows are increasingly turning positive and being returned to investors rather than invested into the market.
    \n– Not in all cases, there is still much energy being focused into market expansion.
  12. \n
\nThe pie is still growing overall, but a higher % of that growth is being concentrated among the established leaders that do more than the basics.\n

The massive low-cost hosting providers are enrolling many thousands of new WordPress users a day. Their product offering is good enough for the price point, their marketing spends are huge, and any new customer starting to use WordPress is landing there.

\n

It is the same with eCommerce on WordPress — there are just two or three plugins and services absorbing new users.

\n

In the agency space, the buyers willing to spend capital (enough to sustain a high-end WordPress agency) on WordPress solutions are not buying $500 websites, or $5,000 websites as they once were. They are buying $50K-$1M custom-built WordPress backed applications. The resources and talent required to serve these clients is concentrated at a handful of established and well known shops.

\n

These examples continue into every segment of the ecosystem.

\n

WordPress is getting easier and easier to use right out of the box. And if the majority of the new WordPress users needs are solved on install (via core, bundled plugins, or the hosting platform) then a wide swath of the current ecosystem is going to shrink.

\n

In all channels, new market entrants or existing small shops are being out-gunned by the established players, or the buyers needs are being met upon install.

\n

Adapt to win

\n

So is the WordPress ecosystem shrinking? Yes, segments of it are and will continue to do so.

\n

It’s like in any industry: the car replaced the horse and the robot replaced the factory worker. What was successful in the New Market phase may not work in the more mature, Existing Market phase we are in.

\n

Other segments, many not even identified yet, will expand. There are still big challenges that need to be solved in WordPress, the solutions for which will surely prove to be innovative and profitable. Go find the next blue ocean.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 22:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Joshua Strebel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: WordPress Marketing Team Launches Case Studies and Usage Survey for Agencies, Clients, and Enterprises\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-marketing-team-launches-case-studies-and-usage-survey-for-agencies-clients-and-enterprises\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5563:\"photo credit: Lukasz Kowalewski\n

WordPress’ Marketing Team has launched a set of surveys to gather case studies and usage data from agencies, clients, and enterprises, with the goal of providing more resources for adoption. The Usage Survey was created to capture feedback on the factors that influenced an organization to select WordPress as well as any barriers to using the software. The team plans to use use the data to provide resources, such as fact sheets, FAQs, case studies, testimonial videos, and other marketing materials.

\n

During the State of the Word address in 2016, Matt Mullenweg said the project could no longer get by on “marketing happenstance” but needed to form a more coordinated effort to counter the millions of dollars that proprietary systems are spending marketing their products against WordPress. These research surveys are one of the first steps in that direction, along with the WordPress Growth Council that Mullenweg formed to bring together more people with large-scale marketing expertise.

\n

With the proliferation of user-friendly, DIY commercial website solutions, WordPress has reached a critical time where the project needs to shed its image as a clunky, legacy CMS and demonstrate why it’s the market leader. This not only requires WordPress to deliver from a technical standpoint, especially in the areas of editing and customization, but also requires the 14-year-old project to step up its marketing efforts.

\n

WordPress’ Marketing Team exists to “help people market WordPress as open source software and the WordPress community.” The need is evident, as even the most experienced WordPress professionals struggle to properly articulate the difference between WordPress.com and the self-hosted software in a way that newcomers can understand. This is an intractable marketing problem for the self-hosted community.

\n
\n

Explain to me in two paragraphs or less the delineation between https://t.co/shm7MBBfUi, Jetpack, and https://t.co/w3VOMjx5s9.

\n

— Ryan D. Sullivan (@ryandonsullivan) June 21, 2017

\n

\n
\n

WordPress(dot)org has lost the branding battle with WordPress(dot)com.

\n

— Drew Jaynes (@DrewAPicture) June 21, 2017

\n

\n

David Skarjune, a contributor on the Marketing Team who helped put the surveys together, describes the problem that WordPress professionals face in marketing the free software:

\n

Here we have the classic WordPress.COM and WordPress.ORG duo that encompasses the nature of the WordPress free software system. This twosome drives the project and sometimes it drives us crazy—only because it instills wide-eyed confusion trying to explain these companion entities to the rest of the world. Simple enough: get a free blog at .COM or get free software and help at .ORG. However, free software makes no sense to the average person, and too many writers, marketers, and designers don’t much care how the InterWebs actually operate.

\n

The confusion between WordPress.com and self-hosted WordPress is just one of the many factors that make the software a unique marketing challenge. Mario Peshev, CEO of DevriX, identified many more obstacles that enterprises find in using WordPress. Several of these include misconceptions about security, scaling, and limitations for functionality beyond blogging. WordPress’ Marketing Team aims to provide agencies with free resources to combat common misconceptions and show real-world examples of where the software is quietly powering enterprise websites behind the scenes.

\n

If you have an interesting example of how WordPress solved a client’s needs, feel free to submit a case study. If you represent an organization that is using WordPress and can offer feedback on why you selected it and any obstacles you continue to face, please take the WordPress Usage Survey. Both surveys will be open through July 14, 2017, and the results will be published on WordPress.org.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 04:33:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WPShout Updates and Acquires WPHierarchy.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72233\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wptavern.com/wpshout-updates-and-acquires-wphierarchy-com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1423:\"

WPHierarchy.com is a WordPress resource created by Rami Abraham in 2013. The site is an interactive version of Michelle Schulp’s colorful diagram of WordPress’ template hierarchy. Each template is linked to documentation that explains its function.

\n

Over the years, WordPress’ template hierarchy has changed. For instance, paged.php no longer comes after archive.php. The site however, hasn’t kept up with the changes.

\n

In an effort to keep the site going, updated, and maintained, WPShout has acquired the domain from Abraham for an undisclosed amount. The team fixed the most of the obvious issues and the site is once again a valuable resource for visualizing the template hierarchy.

\n

\n

David Hayes, of WPShout, says they’re working on collaborating with Schulp to visualize and better explain how Custom Templates can be applied to all post types.

\n

If you’d like to report an error or want to contribute, you can do so via the project’s Github page.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 00:59:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: WPWeekly Episode 278 – Recap of WordCamp Europe 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=72367&preview=true&preview_id=72367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wpweekly-episode-278-recap-of-wordcamp-europe-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2118:\"

In this episode, John James Jacoby and I are joined by Coach Birgit Olzem, Carole Olinger, Jaki Levy, and Dwayne McDaniel who attended WordCamp Europe in Paris, France.

\n

We discuss contributor day and the effects of having it at the beginning of a WordCamp instead of at the end. Each individual shared their experience attending the event and described what their favorite session was.

\n

Lunch was provided at WordCamp Europe in paper bags with plastic utensils. With 1,900 attendees, this resulted in a lot of trash. We discussed the impact WordCamps can have on the environment and why larger WordPress events should act as a role model for being as sustainable as possible.

\n

We also talked about Gutenberg, the WordPress marketing team’s efforts, and the differences between WordCamp US and EU.

\n

Stories Discussed:

\n

WooCommerce Drops 50% Renewal Discount on Subscriptions

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, June 28th 3:00 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #278:
\n

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Jun 2017 00:12:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"HeroPress: Becoming Known in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"https://heropress.com/essays/becoming-known-wordpress-community/?utm_source=rss&utm_medium=rss&utm_campaign=becoming-known-wordpress-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11907:\"\"Pull

So you make websites, right?

\n

My name’s Juan and I make websites. I’ve been doing that since my brother came home with a computer’s magazine that had a CD with a copy of Front Page 98. I learned about HTML. Tables. Marquees. Divs. CSS. Flash. ActionScript. JavaScript. PHP-Nuke. phpBB. Blogger. And, finally, in 2008, I learned about WordPress.

\n

I loved writing and enjoyed having my own blog after seeing that social networks like MySpace or Fotolog weren’t going too far. I kept learning and found the power of WordPress to create more complex sites. I decided that my hobby could be my job. I became a freelancer. I found clients, I made lots of mistakes, I didn’t make much money. I was alone in my small village in the North of Spain: Santoña, in Cantabria.

\n

I knew I wasn’t the only one creating websites around, but I never thought about meeting people like me. I didn’t know about the real power of Open Source. I was isolated, planning to move with my girlfriend to another city, Pontevedra, and I didn’t have a clue about what was going to happen soon in my life.

\n

The power of WordCamps

\n

One day I found out that in November of 2015 there was going to be a WordCamp in Santander, a city 50 km. far from my village. An event for WordPress developers and users. That sounded good. I had no idea that that kind of events were happening all around the world. I had no idea about anything related to the WordPress Community. I didn’t know that the Community was even a thing.

\n

So I went there a Saturday morning and attended to most of the talks.

\n

I remember sitting in the last rows, as if I were hiding so no one would notice that I was there alone.

\n

I didn’t want to say anything stupid and I was just absorbing all I could from the speakers and their presentations.

\n

After a great talk about theme development I waited for the speaker and I thanked him for all the info. I was nervous. He was a speaker. He was from another league, right? But he was a really nice guy, ‘if you have any doubt, just ask me’. Cool.

\n

On Sunday we had the Contributor’s Day. And there I was, randomly in the Community table, learning how to organize a Meetup with some people I had just met, Rocío Valdivia and Ibon Azkoitia. Remember these names. They told me that, as I was moving to another city where there wasn’t any WordPress group, I could start one myself.

\n

My brain: Wait a second. Me? Starting a WordPress Meetup in Pontevedra?

\n

I took notes and kept enjoying the day. I met many people and, being not very good remembering names, all I could do was following them on Twitter. And signing in the WP Slack channel.

\n

At the end of the event, Darío, the main organizer asked me about how was the experience. I had loved it. Will you come back? Yeah, but next year… as a speaker!

\n

My brain, again: As a speaker? Are you really listening to yourself? You hate speaking in public. You’re the most nervous person ever.

\n

My first year in the Spanish WordPress Community

\n

The days after the event were weird. I started reading about the people I met and I found out that some of them were incredible developers, some of them had thousands of followers in Twitter, some of them had the most important websites about WordPress in our language… And I didn’t have a clue about all that.

\n

Did it matter? Not at all. These people don’t care about those things and will help you no matter who you are or where you are coming from.

\n

Moving to a new place was a slow process, so I didn’t have to worry about the Meetup I promised to organize, but the weeks were running and I had no idea about what to talk about in the next WordCamp as I told Darío.

\n

I started to become a little more involved in the Community. I helped translating plugins to Spanish. The original translation of WooCommerce was made by a drunk robot or similar, so there were thousands of strings to be revised and translated again. It was fun. And a lot of work that I did with the help of Fernando Tellado, an experienced translator and member of the Community.

\n

And I was helping hundreds of people that were using WordPress for their businesses. That’s powerful. I was helping many people.

\n

By that time I was reading many WordPress related blogs and sites and I decided to curate a weekly post with the ten best links (in Spanish and English) I read every week. That’s how I started Enlace Permanente, which is almost now in its #70 edition with many subscribers to the newsletter and followers.

\n

I kept talking with Ibon, Darío and others in the Slack channels and on September of 2016 we decided to go to WordCamp Seville. I travelled the country from North to South and spent there a fantastic weekend. I shared an AirBnb apartment with Ibon, Mauricio Gelves and Fernan Díez, who became great friends. I met more new people and strengthened the relationship with ‘older’ mates.

\n

And, as I was finally moving to a new flat in Pontevedra, I decided it was time to start the local Community of the city. A city where I didn’t know any other developer or WordPress user. But… I was sure someone will be there.

\n

I had the help of Rocío, who works at Automattic and all her time is donated to the WordPress.org Community team, working at WordCamp Central helping Meetup and WordCamp organizers all around the world.

\n

She was extremely helpful and she’s the reason that today in Spain we have more than 40 different Meetups and 5 WordCamps in 2017.

\n

I planned the first event for the end of November, but before, I had to send an email to Darío as the Call for Speakers of WordCamp Santander 2016 was already open. I decided to talk about my experience the last year. ‘From being no one to being a speaker: a year in the Spanish WordPress Community’. That was the title of my talk.

\n

And yes, I was nervous. I didn’t sleep well the week before. I talked quickly. But I did it. People laughed, people clapped and people enjoyed my story. This story. And they learned about how they could help an awesome Open Source project like WordPress and meet great people at the same time.

\n

Becoming a known member of the Community

\n

When you become part of a Community for the first time, you easily find that there are small groups within the big one. People that already know each other of past events, of past projects. And maybe you think that it’s not easy to be part of those groups. Or that they won’t accept a new one.

\n

Well, that didn’t happen to me in the WordPress Community.

\n

Everyone was ready to say ‘hi’ to the latest addition. Everyone was ready to help with translation doubts. Everyone was ready to share their experience organizing local groups. Or answering questions in the support forums. Or just ready to chit chat. Or to organize a trip for the next WordCamp.

\n

So I just started doing the same.

\n

And you don’t do it to become a known member of the Community. That’s just a catchy phrase for the post. You do it because it feels good.

\n

Because you meet great developers, designers, freelancers… Because you can help anyone who knows a little less than you, the same way that the people that know more help you.

\n

In 2017 I was lucky enough to be part of WordCamp Madrid and WordCamp Bilbao, as a volunteer and as a speaker. I had the chance to talk about something that I’m really passionate in Madrid: the open web. I had the chance to speak up about net neutrality, about our contents, about walled gardens, about what we can do to save the web. I shared an important message with my peers.

\n

And in Bilbao I had the chance to explain the process of creating a WordPress theme from the moment the designer starts wireframing a project. My day to day job. Best practices, advice, tools, how-tos… I showed how I do my job to become better at it and to help others to become better too.

\n

Also in Pontevedra, we’re around 20-25 people every month in the local Meetup. And in Galicia, the region where I live, I’ve helped creating two more Meetup groups, in Ourense & Lugo. And I’m sure there will be more soon! There are almost 3 million people here, so many WordPress users still to find!

\n

And what now?

\n

I want to keep having fun and working to make WordPress a better tool and platform for as many people as possible. I want to find more people in the local communities to show them what we have here. And who knows? Maybe organizing a WordCamp in 2018.

\n

Also, in the next months I would like to find out if it’s possible also to become a more active member of the Global WordPress Community. As English is not our first language and we’re a little shy, probably not many Spanish speakers are known in the WP world. But I’m sure that the steps I did to become part of our national group can be done exactly the same way to be part of the international one, don’t you think?

\n

So, who knows? Will I go to a WordCamp in the USA or another country next year… as a speaker?

\n

And you? Are you ready to become part of your local and national Community? It’s easier than you think, I’m sure of that. Just… say it out loud and start doing stuff.

\n

The post Becoming Known in the WordPress Community appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 11:30:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Juan Hernando\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WordCamp Europe 2018 to be Held in Belgrade, Serbia, June 14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72113\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordcamp-europe-2018-to-be-held-in-belgrade-serbia-june-14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1938:\"

Belgrade, Serbia will host the sixth edition of WordCamp Europe, June 14-16, 2018. Prior host cities include Leiden, Sofia, Seville, Vienna, and Paris. Attendees and the massive 221-person volunteer crew gave their enthusiastic approval when organizers announced the event would be returning to Eastern Europe next year.

\n
\n
\n
\n
\n
\n

WordCamp Europe 2018 will be in Belgrade, Serbia, June 14-16! <3 #wceu

\n

A post shared by Sarah Gooding (@pollyplummer) on Jun 17, 2017 at 9:18am PDT

\n
\n
\n

\n

The Serbian WordPress community has grown exponentially since the first WordPress meetup was held in 2013 at ManageWP’s offices. Now, Serbia hosts meetups in several cities and many of them are averaging more than 100 attendees. Meetup.com is not very popular in Serbia so the WP Serbia Facebook group is used more frequently to organize community events. The group has grown from 600 members to more than 4,700 during over the past two and a half years.

\n

At WordCamp Europe I had the opportunity to interview Jenny Beaumont, this year’s local lead for Paris, along with Milan Ivanović who will lead the local team next year in Serbia. Beaumont shares the challenges of wrangling busy volunteers on the local team and offers Ivanović some advice as he prepares to head up the team in Serbia. Ivanović is eager to acquaint WordPress’ global community with Serbia’s famous hospitality and sums up why prospective attendees should consider attending in 2018: “The food!”

\n
\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 05:22:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WooCommerce Drops 50% Renewal Discount on Subscriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/woocommerce-drops-50-renewal-discount-on-subscriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2919:\"

Customers who purchased extensions from WooCommerce.com are discovering that the renewal discount of 50% has been removed. Instead, they are now paying full-price.

\n

The WooCommerce blog and the official Twitter account do not mention anything about the price increase.

\n

We contacted Automattic and asked if the discount was removed and if customers received prior notice of the price increase. Todd Wilkens, head of WooCommerce, provided the Tavern with the following statement:

\n

All customers receive notification of their upcoming renewal 7 or 15 days before a charge. If anyone received an incorrect price, please contact us immediately and we will make it right. As always, we are committed to making sure WooCommerce is affordable to the widest range of people while maintaining our high level of service and support.

\n

A customer upset by the change contacted WooCommerce’s support desk and inquired about the price increase. The support representative confirmed that the discount was removed and that customers will need to pay full-price to renew.

\n

The customer service rep also explained that the change is due to WooCommerce moving to a straight renewal process, similar to other SaaS products. The representative concludes the ticket by saying they’re monitoring and accepting feedback about the change.

\nWooCommerce Customer Support Response\n

Nathan Hadsall, who makes a living using WooCommerce, is among those upset by the change. “I have been a huge WooCommerce supporter and most of my work as a developer is spent working with WooCommerce,” Hadsall said.

\n

“However this type of approach to business is very sad. I have no problem paying for a license despite the fact that GPL software is available cheaper and legally/ethically by other means.

\n

“I will still stick to WooCommerce since the core is fantastic and is getting better. The biggest change for me will be the plugins and code I use to extend WooCommerce functionality. I will probably start to look elsewhere.

\n

“The biggest gripe I have is with the way WooCommerce does business. WooCommerce has never seemed to care about their customers. Slipping this pricing change in was not an honest move.”

\n

Raising prices for renewals is a part of business and something I think many customers expect at some point. However, raising prices on subscriptions that existing customers may have set to auto-renew, without explicitly notifying them about the change, can create a negative, lasting experience.

\n

If you purchased a subscription on WooCommerce.com and have set it to auto-renew, keep a close eye for your renewal notice.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 02:56:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: Disqus 3.0 Beta Improves Comment Syncing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wptavern.com/disqus-3-0-beta-improves-comment-syncing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2195:\"

When we interviewed Daniel Ha, CEO and co-founder of Disqus, earlier this year, he explained why some users were reporting problems syncing comments between Disqus and WordPress and that improvements would be coming soon.

\n

“We may have taken some services offline to work on them which may have affected those who were trying to sync,” Ha said.

\n

Disqus has released 3.0 Beta 1 that fixes syncing issues and introduces a redesigned settings screen. Disqus 3.0 was rewritten to take advantage of newer APIs in WordPress which will allow for faster iterations of improvements.

\n

Comments are synced to the WordPress database using a webhook method instead of wp-cron making the process more reliable. This version also supports edited comments and comment states enabling users to see if comments are approved, pending, or deleted.

\nDisqus 3.0 Settings Screen\n

Disqus 3.0 has a redesigned settings screen that includes shortcuts to frequently visited sections of Disqus’ backend. Disqus replaces the Comments top-level menu item and shortcut links are now available in the WordPress Admin Bar.

\n

Other improvements to the plugin include:

\n\n

The plugin is only available via Gitub as the team seeks feedback to identify potential issues before rolling it out to the public. If you discover a bug, you can report it by opening a new issue on the project’s Github page.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jun 2017 07:28:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Peak Tea Demand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/06/peak-tea-demand/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/06/peak-tea-demand/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:459:\"

I found this funny anecdote from a CNET article about the future of power:

\n

Power and utility companies must exactly balance supply with what people consume at any given moment. UK grid operators famously must cope with a demand surge after the TV soap opera “EastEnders” ends, when thousands of people start boiling water for tea.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jun 2017 15:59:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordCamp Europe 2017 Draws 1900 Attendees from 79 Countries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wordcamp-europe-2017-draws-1900-attendees-from-79-countries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5654:\"photo credit: WP Tavern\n

WordCamp Europe was held this weekend in Paris, bringing together 1,900 attendees from 79 countries. Another 1,000 people joined via livestream from 77 countries to make a total audience of 2,900 participants from 92 countries. The number of attendees on the ground was about one third less than original estimates of 3,000, but everyone who wanted a ticket was able to get one. A team of 221 volunteers communicated on Slack behind the scenes to make the event run as smoothly as possible.

\n

The event’s 45 organizers made the presentations more accessible to speakers of different languages with live captioning and real-time audio translation.

\nphoto credit: WP Tavern\n

WordCamp Europe is the leading WordPress event for catching presentations about the ongoing efforts to bring the software to all the languages of the world. A large percentage of attendees were multi-lingual leaders in WordPress’ translation community, resulting in many presentations and lightning talks focused on topics like communication, internationalization, organizing translation sprints, and using inclusive language for interfaces.

\nphoto credit: WordCamp Europe 2017 Photography Team\n

Matt Mullenweg and Om Malik joined the event for a casual Q&A session with attendees wherein Mullenweg showed a demo of the new Gutenberg editor and announced its availability as a plugin on WordPress.org. We’ll cover their comments on the future of the editor and the open web more in-depth in another post.

\n

\n

This year’s WordCamp Europe sponsors had space for large 360° booths and the opportunity to be featured in 30-second advertisements between sessions. Organizers also arranged for sponsor workshops with a dedicated space for those who purchased the highest sponsorship levels. These workshops included topics like Creating a WordPress Theme for the Masses, Intro to WooCommerce, Jetpack tips, and hosting product demos.

\nphoto credit: WP Tavern\n

WordCamp Europe had no shortage of swag unique to the event, including a limited edition French plush Wapuu, posters, postcards, socks, stickers for European WordCamps, and other items for sale in the traveling Swag Store. A giant, stuffed French Wapuu made the rounds, appearing in pictures with attendees.

\n
\n

The fun, family and Wapuu moment @WCEurope! #getwapuu #WCEU #wceu2017 pic.twitter.com/eykTMyuiC8

\n

— Anil Gupta (@guptaanilg) June 17, 2017

\n

\n
\n

Swag + Wapuu = ❤️ pic.twitter.com/Lg5LGYeHmj

\n

— WordCamp Europe (@WCEurope) June 16, 2017

\n

\n

Contributor Day kicked off the event on Thursday with a strong turnout of 473 attendees. Traditionally, WordCamp contributor days are held on Sunday after the main event, the day following the after party when many who signed up struggle to make it on time – or at all. WordCamp Europe attendees generally appreciated having the contributor day scheduled before the main conference and the higher attendance numbers demonstrate the success of this arrangement.

\n

The after party featured a 1930’s theme at the Pavillon d’Armenonville. Attendees dressed the part and enjoyed a relaxing end to the WordCamp with an evening of dancing and meeting new and old friends.

\n
\n

Maybe the coolest guys at #WCEU After-Party! ❤️\"👌\"@schlessera @glueckpress pic.twitter.com/p0xDyjyD9N

\n

— Carole Olinger 🤘 (@CaroleOlinger) June 17, 2017

\n

\n

Organizers anticipate that videos of the presentations will be available next week. We will also be rolling out video interviews with interesting people from the European and global WordPress community in the coming days.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Jun 2017 13:45:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: 10 Lessons Learned From Five Years of Selling WordPress Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/10-lessons-learned-from-five-years-of-selling-wordpress-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7934:\"

This post was contributed by Rebecca Gill. Rebecca is the founder of Web Savvy Marketing, a web development, design, maintenance, and SEO consulting company based in Michigan and host of the SEO Bits podcast.

\n

Rebecca recently sold her Genesis Theme store to 9seeds, a store she managed and maintained for five years. In this post, she shares ten lessons learned from selling WordPress products.

\n
\n

When Jon Brown and I started talking about Web Savvy Marketing selling its theme store to 9seeds, it became abundantly clear that I wasn’t just selling him a portfolio of Genesis child themes. Anybody can do that. What I was really selling him was an established process and five long years of making mistakes and creating solutions.

\n

When I launched our theme store and stepped into the world of developing WordPress products, I was beyond naïve. I had no idea what I was getting myself into and I didn’t know how to run a successful e-commerce business.

\n

But after a lot of mistakes and course corrections, I found stability, a lot of great customers, and more revenue than I expected.

\n

Today, I’m sharing my top 10 lessons learned with you, so I can spare you from falling down the same rabbit holes and pitfalls.

\n

My 10 Lessons Learned

\n

Reputation Is Everything

\n

I didn’t set up out to create a strong reputation and I honestly didn’t know I was doing it. I was just following the rules given to me by my Grandmother and the basics of business I learned while working for my prior employers.

\n

What I realized was this – having a strong reputation helps you sell, but it also helps keep you out of hot water when things don’t go as you plan. People are more willing to buy from you, become your brand advocates, and forgive you when you make a mistake.

\n

A Strong FAQ Page Is Worth Its Weight in Gold

\n

I didn’t see this as a necessary page at first, but once I had the same question asked 100 times, I realized I needed to have an easily accessible page that answered common questions. Our comprehensive FAQ page has saved me time, but it also aided in sales. Visitors receive immediate answers to their questions and they are more inclined to hit the buy button while you still have their attention and interest.

\n

Thorough Post-sale Communication Is a Requirement

\n

During the first year of our store opening, I was flooded with post-sale emails and inquiries. No one was using our support forum and the option of self-service. I was so annoyed and frustrated it wasn’t even funny. And then something happened.

\n

I realized it wasn’t the buyers’ fault. I realized it was my fault. I had failed to communicate, provide next steps, and set expectations. Once I took ownership over this issue, I created a follow-up sequence that provided post-purchase instructions on where to go and what to do.

\n

A magical thing happened – or many things actually. I freed up my time because people stopped emailing me and I had happy customers who actually thanked me for all the great follow-up information. That was a win/win if there ever was one.

\n

Email Templates Save Oodles of Time

\n

Even with my stellar FAQ page and follow-up emails, I still received inquiries from people who asked similar questions. I learned to create email templates for anything I had to answer more than five times. This reduced my response time from five minutes to thirty seconds. This freed up my time and more importantly, it gave faster responses to my customers, so they were happy.

\n

Create Systems to Save Sanity

\n

I’m slightly obsessive-compulsive and I used this to our advantage with the theme store. I created project templates for any new theme launch and I mimicked the same type of tight structure I have with large custom website builds.

\n

We had a template full of to-do items, ownership of tasks, and expected turn around times. This made the design, coding, and launch of a theme very systematic. This in turn translated to faster product launches, fewer mistakes, and a reduction in development costs.

\n

Strong SEO Is Your Friend

\n

I could not have been successful without search engine optimization. I let SEO lead the way for what we would sell, who we would sell it to, and how we would market the final product. Strong SEO helped me select the right themes to develop, get quick sales, and cover my development costs within a few months of each launch.

\n

Social Media Is a Time Suck but Worth Every Minute Invested

\n

I have a love/hate relationship with social media. I hate that it takes so much time and it can be so emotionally draining. At the same time, I love that it helps you reach customers around the world and it supports the SEO process. Social media was a life raft in many ways and I don’t think the store or sales would have grown without it.

\n

If Things Can Go Wrong, They Will Go Wrong

\n

I have felt like this has been the norm for us this last year. Hosting, plugins, payment gateways, and third-party software sites have worn me out. And I’ve had a team to fix everything. You have to expect things to fail and you must have a plan to fix them quickly. It’s the nature of life and business. Learn to deal with issues quickly and to address one thing at a time.

\n

Grace Goes a Long Way in Diffusing Bad Situations

\n

No matter how hard you try and how hard you work, your customers will have bad days. When that happens you might receive the brunt of their emotions. This is called ‘transference’ and in most cases it has nothing to do with you or your product.

\n

You have to recognize this for what it is and handle it with grace. Close your email, walk away from your desk, or do whatever you have to do to not reply in anger. Instead, you need to let the moment pass so you can reply calmly and with grace. In each situation where I’ve used this tactic, I’ve had the crazy person reply with an apology, tell me they were having a really bad day, and then thank me for keeping my calm.

\n

People Will Steal Your Products, So Try Not to Take It Personally

\n

People will steal your work and your products. You’ll find your premium digital products sitting for download on forums and it will break your heart. Don’t let it. Address the situation and move on. Don’t let someone else’s bad juju ruin your mood, day, or momentum. It won’t help the situation and it will drive you crazy if you let it.

\n

In Hindsight

\n

I loved launching and owning our theme store. I didn’t sell it because I hated it or because it wasn’t profitable. I sold it because it was no longer the best fit for our company and me personally, which meant it wasn’t going to service our customers as it should.

\n

If I had the opportunity to do things over, I would still launch and I’d follow the same path I did over the last five years.

\n

The theme store brought me some wonderful employees, great online friends, and it brought me deeper into the WordPress community.

\n

Selling the store was a hard decision, but the right one. In my heart, I knew I wanted to focus the company more on custom development and I wanted to spend more time with my SEO courses and my new podcast.

\n

If you’re new to WordPress products and you’re considering launching a new product offering, I encourage you to jump in. Learn from my mistakes, but hold on, because you’re in for a wild ride.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 22:36:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: 4.8 and What’s Coming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47440\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/06/4-8-and-whats-coming/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3844:\"

Last week we released version 4.8 “Evans” of WordPress, as I write this it has had about 4.8 million downloads already. The release was stable and has been received well, and we were able do the merge and beta a bit faster than we have before.

\n

When I originally wrote about the three focuses for the year (and in the State of the Word) I said releases would be driven by improvements in those three areas, and people in particular are anticipating the new Gutenberg editor, so I wanted to talk a bit about what’s changed and what I’ve learned in the past few months that caused us to course correct and do an intermediate 4.8 release, and why there will likely be a 4.9 before Gutenberg comes in.

\n

Right now the vast majority of effort is going into the new editing experience, and the progress has been great, but because we’re going to use the new editor as the basis for our new customization experience it means that the leads for the customization focus have to wait for Gutenberg to get a bit further along before we can build on that foundation. Mel and Weston took this as an opportunity to think about not just the “Customizer”, which is a screen and code base within WP, but really thinking in a user-centric way about what it means to customize a site and they identified a number of low-hanging fruits, areas like widgets where we could have a big user impact with relatively little effort.

\n

WordPress is littered with little inconsistencies and gaps in the user experience that aren’t hard to fix, but are hard to notice the 500th time you’re looking at a screen.

\n

I didn’t think we’d be able to sustain the effort on the editor and still do a meaningful user release in the meantime, but we did, and I think we can do it again.

\n

4.8 also brought in a number of developer and accessibility improvements, including dropping support for old IE versions, but as I mentioned (too harshly) in my first quarter check-in there hasn’t been as much happening on the REST API side of things, but after talking to some folks at WordCamp EU and the community summit before I’m optimistic about that improving. Something else I didn’t anticipate was wp-cli coming under the wing of WP.org as an official project, which is huge for developers and people building on WP. (It’s worth mentioning wp-cli and REST API work great together.)

\n

To summarize: The main focus of the editor is going great, customization has been getting improvements shipped to users, the wp-cli has become like the third focus, and I’m optimistic about REST-based development the remainder of the year.

\n

I’ll be on stage at WordCamp Europe in Paris tomorrow afternoon doing a Q&A with Om Malik and taking audience questions, will also have a few announcements. You can get to the livestream tomorrow on the WordCamp EU homepage.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 13:33:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: WordCamp Europe 2017 Kicks Off with Contributor Day Focused on Growing WordPress through Inclusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72072\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/wordcamp-europe-2017-kicks-off-with-contributor-day-focused-on-growing-wordpress-through-inclusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7321:\"photo credit: WP Tavern\n

Hundreds of WordPress contributors gathered today with space for each team to have its own dedicated room. The Community Summit was held earlier in the week, lending a strong contingent of veteran contributors to this event, ready to use the short time they had together.

\n

With a high concentration of WordPress expertise gathered in Paris, WCEU organizers were able to include 13 talks and workshops aimed at enriching contributors. For an event that has always focused on serving diverse communities, it’s no surprise that many of the contributor projects were focused on growing and improving WordPress through accessibility, internationalization, documentation, and inclusion.

\n

WP REST API Team is Writing Docs to Make the API More Approachable to New Users and Contributors

\n

WP REST API project co-lead Ryan McCue said their team was concentrated on improving documentation to give developers a better understanding of the REST API infrastructure and how it integrates with the rest of WordPress.

\n

“The main thing we’re trying to work on is documentation for this sort of stuff, because we’re lacking a lot of documentation around the infrastructure,” McCue said. “One of the things we don’t do well is having a way to go from ‘I know nothing’ to ‘I know this stuff.’ A lot our documentation describes solutions without describing the problem and how you pick a solution.” Contributors are working on a new set of user guides, which are currently on GitHub, that will eventually be included in the developer handbook.

\n

McCue said the next major project is completing work on OAuth 2, the new authentication method that will allow users to authorize applications to access data on their sites. He anticipates the team will have a “very workable plugin” that could be ready for testing within the next six months.

\n

“We need to get this sorted if any of the mobile apps are going to use the REST API,” McCue said. These apps currently use the existing XML-RPC and WordPress.com APIs. Although OAuth hasn’t been a major focus so far this year, McCue said the team is looking at changing that going forward.

\n

Documentation Team is Working Towards Making HelpHub the Go-To Resource for WordPress Support

\nphoto credit: WordCamp Europe 2017 Photography Team\n

Jon Ang, who helped lead the Documentation team, said they have been focused on writing documentation for new contributors, as well as ensuring current docs are gender neutral and not overly technical so that content writers can understand them.

\n

“Helping with the project has traditionally been tough, because we don’t explain how you can get started,” Ang said. “We realized this across the entire documentation team. We are great at writing end-user documentation but not great at writing contributor documentation.”

\n

One of the major documentation projects they have been working on for the past few years is HelpHub, a companion resource to DevHub that will eventually hold all end-user documentation for WordPress. Migration from the codex is complete and the goal is to retire the codex once the project launches. Docs contributors are working towards making HelpHub the first place that users search for assistance before taking to the forums, lifting some of the burden from support volunteers. HelpHub is being designed to be easily searchable, possibly powered by elasticsearch, with inter-connected articles that focus on a single topic with bite-sized content.

\n

Ang estimates HelpHub is 30% complete in terms of content and 50% in terms of development. The backend is mostly finished and contributors are now working on the frontend. They are also bringing in content experts to write articles on critical topics, such as security. Ang hopes the team can deliver an MVP by the end of this year and finish the project within the next year.

\n

Community Team is Working on Redesigning Central.WordCamp.org to be More Useful to the Wider WordPress Community

\nCommunity Team Contributors – photo credit: WordCamp Europe 2017 Photography Team\n

A segment of Community Team contributors are working on marketing events better to the wider WordPress community that is not as well-connected with news about the project. As redesign of central.wordcamp.org is part of this effort.

\n

“Overall, the feeling is that we are not getting in front of the people who need our information the most,” Global Community Team member Josepha Hayden said. “Most WordCamps are educational. There is an aspirational aspect to all of them, of course. But the people who could use the information the most are, for example, the people who inherited a WordPress site and don’t know what to do about that.”

\n

After reviewing Google Trends to see what people are actually looking for when they get to a WordCamp site, the Community Team found that most visitors are searching for a WordCamp and the year. The only reason they get to the site is because they already know the event is happening.

\n

“The deputies we’ve spoken to in the last year or so have been echoing this feedback that the problem our WordCamp organizers have is they don’t have any way to get the information out to attendees better,” Hayden said. “If you already know about WordCamps, it’s easy to find your local WordCamp but if you don’t, then it’s not.”

\n

The Community Team has begun working on a communication and marketing plan that may include things like automated emails or social media campaigns but their first priority is redesigning central.wordCamp.org.

\n

“We realized the first place we need to start is to have a canonical place for them to go,” Hayden said. “Central.WordCamp.org was always supposed to be that place but for awhile it had kind of a hybrid audience. We’re working on identifying the content, who the correct audience is, and what we’re missing if we want to help somebody who has never heard about any WordPress events.”

\n

The discussion around redesigning central.wordcamp.org discussion has been happening for a few years and the team already has a design that was donated. They have the homepage and several other pages complete and hope to have the new site launched by the end of the year.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Jun 2017 00:27:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Lifted, a WordPress Theme and Plugin Shop for the Marijuana Industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/lifted-a-wordpress-theme-and-plugin-shop-for-the-marijuana-industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4731:\"

Lifted is a new WordPress theme and plugin company founded by Drew Poland that caters to the marijuana industry. I reached out to Poland to learn more about his company, his pricing model, and get his perspective on this space in the WordPress ecosystem.

\n

Why did you decide to get into the marijuana industry with WordPress plugins and themes?

\n

Two primary reasons. The first is that, I truly believe in its medicinal use and there’s more than enough research out to support its effectiveness.

\n

Documentaries like Weed from CNN and Dr.Sanjay Gupta will bring you to tears watching children like Charlotte Figi, who suffer from extreme epilepsy, almost instantly stop the seizures and become functional with the things most of us take for granted like talking and walking.

\n

It’s tough to watch at times but there are a lot of cases from the extreme ones like end of life and debilitating issues, to everyday pain, stress, and PTSD management that make it a valuable alternative to harder, more addictive prescription drugs like Opioids, that are most commonly thrown at these as a solution.

\n

The second reason is less inspiring. It’s simply a budding industry with massive room for growth. It’s really just now coming around and I think will accelerate as it matures and the path will become clearer in terms of what clients need and want. An entire new industry has opened.

\n

What are some of the technologies used to power your themes?

\n

Everything is built the WordPress way so everyday users can for the most part, activate a theme and go. For the most part, its page templates, widgets, and some custom fields. If a user is comfortable with those than they can easily use a theme from Lifted.

\n

Are your themes and plugins GPL licensed or GPL compatible?

\n

Absolutely! Everything is 100% GPL licensed.

\n

How did you determine the price range for Grape Ape $129.99-$379.99 and can you provide an ETA on when it might be released? (I don’t think I’ve ever seen pre-orders for a theme before)

\nFront page of the Grape Ape Theme\n

I simply wanted to come in with a product priced on the higher end because I’m a firm believer that most WordPress products are priced entirely too low.

\n

I value my time on the highest level since I can’t make more of it, so a sell low and at volume approach just doesn’t work for me. I don’t want to support a $50 theme and the reality is that if this were a custom project for a client, the budget needs to be $10k minimum.

\n

The estimated release date for Grape Ape is the end of July.

\n

The pre-order was a result of simply wanting to force myself to get the actual Lifted Themes site up. Otherwise, I would have waited until Grape Ape was complete and then spent entirely too much time on the Lifted site.

\n

So I had to settle in with a good-looking theme I could live with and later work with my designer to develop something more custom. Had I really wanted to push the pre-order more I would have ramped up marketing months in advance to build up the anticipation and desire for it.

\n

Based on your research, how crowded is this space when it comes to WordPress themes and plugins?

\n

I would say it’s a clear lane and you can drive as fast or as slow as you like. I have been slow-moving up until this point and had the first marijuana plugin on WordPress.org, so there’s a lot of room.

\n

The marijuana industry is also not what I would call mature and at the end of the day there is still a stigma in professional settings. So if you are someone building products on the side or have a lot of clients in a specific industry that isn’t so receptive, you might not feel comfortable broadcasting that you are working in this space.

\n

Are there any legalities customers should be aware of before using your products?

\n

If used as intended, no. At its core, Grape Ape is fitted for your typical run of the mill business website, that’s no different from a coffee shop.

\n

At the moment, plugins are also in a clear zone. In the future, that may become more of a concern as services and tools are opening their APIs to connect dispensary back office systems with their web presence. That’s where things start to get tricky, more from a potential patient data view than anything else.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 21:14:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: 9seeds Acquires Web Savvy Marketing’s Genesis Theme Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/9seeds-acquires-web-savvy-marketings-genesis-theme-store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3761:\"

9seeds, a WordPress development agency launched in 2009, has acquired Web Savvy Marketing’s theme store for an undisclosed amount. Web Savvy Marketing launched its theme store in 2012 and currently has a library of 26 themes built on the Genesis Framework by StudioPress. 

\nWeb Savvy Marketing Theme Store\n

Chris Cree who helped launch and manage the theme store in 2012 departed from the company in 2016 and moved overseas to create a bible school. As the focus of Web Savvy Marketing shifted towards larger custom development projects and SEO, Rebbecca Gill, founder of Web Savvy Marketing, needed to find a way to maintain the theme store

\n

“I wanted Chris’ vision to live on and I wanted all my babies to continue to flourish and find their way to websites around the world,” Gill said. “I was at a crossroads and I didn’t know what to do.

\n

“I needed to make sure the company had a solid long-term strategy, but I also needed to protect our loyal theme customers. Five years of sales meant we had a lot of existing buyers who needed ongoing support.”

\n

Last year, Gill met Jon Brown, owner of 9seeds, and established a professional relationship.

\n

“We have very similar views on business, friendships, and ethics,” Gill said. “I liked him right away and I knew I wanted to spend more personal and professional time with him.

\n

“And as we grew closer, we started chatting about my struggles with the theme store and his long-term business goals. Before I knew it, he wanted to acquire the theme store and I wanted to give it to him.”

\n

9seeds has built a number of custom sites for clients using the Genesis Framework. For those who wanted to leverage existing themes, the company has often referred clients to Web Savvy Marketing’s theme store.

\n

“It took a bit more time of getting to know each other personally before I came to hold the same feelings that others had shared about her,” Brown said. “I felt deeply that this was a person I not only wanted to be friends with but wanted to be in business with. It became apparent to both of us that this was a perfect fit.”

\n

The acquisition brings the themes in-house and expands 9seeds reach into the WordPress products market.

\n

“It’s a win for 9seeds by giving us a springboard into a market we’ve long had our eye on accompanied by the best trail guide in the business showing us the path,” Brown said.

\n

“It’s a win for WSM by freeing Rebecca and her team up to align with where her focus now is on larger custom site builds and SEO consulting.”

\n

9seeds is providing support for existing customers and is working on a new theme. The support forums and theme store will migrate to the 9seeds domain later this year.

\n

To learn more about Brown and his work with 9seeds, listen to episode 276 of WordPress Weekly.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 19:18:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Post Status: An entrepreneurial journey around eCommerce, with Patrick Rauland — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=37565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://poststatus.com/entrepreneurial-journey-around-ecommerce-patrick-rauland-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2488:\"

Welcome to the Post Status Draft podcast, which you can find on iTunes, Google Play, Stitcher, and via RSS for your favorite podcatcher. Post Status Draft is hosted by the creator and editor of Post Status, Brian Krogsgard, and this week’s guest host, Patrick Rauland.

\n

In this episode, Brian and Patrick Rauland discuss the state of eCommerce today, both from a product perspective, and for store owners. They also discuss Patrick’s own journeys in the land of eCommerce, as a former product manager for WooCommerce, a course author for Lynda (now LinkedIn Learning), a consultant, and an online eCommerce conference organizer.

\n

\nhttps://audio.simplecast.com/72909.mp3
\nDirect Download

\n

Links

\n\n

Photo Credit

\n

Sponsor: Pagely

\n

Pagely offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to Pagely for being a Post Status partner.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jun 2017 01:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WPWeekly Episode 277 – WordPress 4.8, Filing Good Bug Reports, and WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71968&preview=true&preview_id=71968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wpweekly-episode-277-wordpress-4-8-filing-good-bug-reports-and-wp-super-cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3427:\"

In this episode, John James Jacoby and I start off the show by sending Jesse Peterson our thoughts, prayers, and positive energy. Peterson is a longtime member of the WordPress community, founder of Genesis The.me, and is battling Cystic Fibrosis. He received the call last Friday to receive a double-lung transplant but the surgery was cancelled after doctors determined the lungs were bad after removing them from the patient. We’re hoping he gets the call again soon!

\n

We give insight into what’s new in WordPress 4.8, provide tips for filing a good bug report, and tell you what to expect in the next major version of WP Super Cache. We discuss Imagely acquiring TeslaThemes and near the end of the show, we talk about the WordPress Community Summit at WordCamp Europe.

\n

Stories Discussed:

\n

WordPress 4.8 “Evans” Released Featuring Nearby WordPress Events, New Media Widgets, and Link Boundaries
\nHarare, Zimbabwe to Host Its 2nd WordCamp November 4, 2017
\nMajor Update Coming to WP Super Cache: New REST API, User-Friendly Settings Page, and Improvements to Legacy File Storage
\nImagely Acquires TeslaThemes, Is Seeking Other Acquisition Opportunities

\n

Picks of the Week:

\n

wpTestDrive allows you to try commercial themes and plugins before purchasing them. wpTestDrive creates a new WordPress instance with admin access where you can test plugins, themes, and their add-ons with or without demo content. It’s free, and test drives stay active for 10 days for registered members or 24 hours for guests. The site uses affiliate links to commercial products to offset the cost of running the site.

\n

CampTix is a free, open source ticketing plugin for WordPress that powers the ticket purchasing experience on WordCamp.org. Some of its features include, multiple ticket and attendee forms, coupon codes, mass emailing of attendees, exporting data into CSV or XML, refunds, and more.

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, June 21st 3:00 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #277:
\n

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2017 23:22:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"HeroPress: Trust Yourself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://heropress.com/essays/trust-yourself/?utm_source=rss&utm_medium=rss&utm_campaign=trust-yourself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8431:\"\"Pull

Editor’s Note: Birgit has been a friend of HeroPress since it’s very beginning. Through the oddities of life she was never able to do an essay. Recently she told me she would have one soon. This is not that essay. Our contributor this week needed some extra time and Birgit said she had something she wanted to write about, so here it is. Many thanks Birgit.

\n

Something is in the air. Do you feel the WordPress vibrations? It’s shortly before the fifth WordCamp Europe which will be held in Paris this year. The social channels like Twitter & Co. are flooded with pre-event messages. You can feel the emotions of excitement and sadness in the timeline nearby. People share their excitement about their upcoming attendance and others who can’t make it. I am a person who belongs to both groups.

\n

But let me begin some months ago to tell you how this came to be. After WordCamp Europe in Vienna last summer I purchased my ticket for WCEU 2017 in Paris directly after the ticket sale was opened. There was no doubt at all I would participate.

\n

How life’s play changes, it worked out differently than planned.

\n

I’ve struggled with some health issues over several years. Mostly caused by stress during and after the divorce, as well as some deaths in the vicinity. Nothing really serious, but not ignorable. I thought… But at the end of the summer last year I got seriously ill. Not the right place for details here, but I had to quit my day job in a small agency because the fixed-term employment contract ended at the same time. Also, I had to reduce any contributions to the WordPress project. I had to reduce my freelancing contracts, too.

\n

I ran from one medical specialist to the other to find the cause of my illness. I was so frustrated not to be able to work like I’ve done before and so upset about the brain-fog and the fatigue. It was so depressing. As a mom of five children, it is not funny to be ill. The three youngest kids are living at home with me and my new partner. My oldest daughter bought her own house. But I couldn’t help her while moving. Can you imagine, how frustrating this could be?

\n

But hey – I am a fighter like a lioness. I put everything on the plate, invested my small savings into healing treatments and so on.

\n

To make a long story short, I am getting healthier every day.

\n

We found the cause and the healing treatments are helping like expected. Two operations went well. It is a process, but it’s going forward.

\n

Sitting at home without a job is not my thing, so I searched for a new day job. I found a part-time employment in my hometown as a head of a tutoring institute. It is ok, but nothing WordPress related. It secures my existence. But my saving balance allowed no budget for WordCamp travels. I gave up thoughts of attending WordCamp Europe in Paris this year.

\n

So I decided to offer my ticket.

\n
\n

I’v to sell my #wceu ticket I bought last year. Unless it happens a miracle and there is a sponsor for stay & travel @WCEurope pic.twitter.com/PFWBTtSmlq

\n

— Coach Birgit Olzem (@CoachBirgit) May 24, 2017

\n

\n

The unexpected miracle happened. I found sponsors for travel & stay without active seeking. My generous sponsors rewarded my past contributions to WordPress and Community over several years with this openhearted support. I am so grateful for this.

\n

Since 2012 I have been an active member of the WordPress Community. First as the main responsible person for the translations of WordPress into German, then as a part of the international Polyglots team. I am also editor and release manager for local German site and I am a member of some other contribution teams in the WordPress ecosystem. I spent a lot of spare time and money on contributions and WordCamp travels.

\n

Perhaps you can imagine how frustrating it was, that I couldn’t afford to travel to WordCamp Europe.

\n

An event where I can meet a lot of friends I made over the last years. Even more, I was happy to get the generous sponsoring. I am so grateful!

\n

In the last two years I had to reduce my contribution time and disappeared from the scene, but I followed the changes and enhancements within the community in the background. Nevertheless I wasn’t forgotten.

\n

And it’s not only me who get help to attend to WCEU:

\n
\n

Today is a completely different day. Largely thanks to @jdevalk (and team @yoast ) I WILL be attending. Beyond grateful is what I am.

\n

— Remkus de Vries (@DeFries) June 13, 2017

\n

\n

Everyone has had some downs and some ups. If you ask, there is always someone who is willing to help you. It is an example of a mindset from an open-source community like the WordPress community and it reflects the philosophy. You can get everything, but you have to ask. Only speaking people can be helped.

\n

Apropos speaking people can get helped:

\n

I have a dream over some years to contribute to WordPress in full-time as a WordPress Community Manager. There are so many things I can do even if I am not a full-stack developer. Perhaps this miracle happens, too. But at this moment I am sitting on my suitcases to write about the generosity in the WordPress Community. This essay wasn’t planned, but it happened to have been written.

\n

I am so grateful for my heroes who made it happen, that I can go to the WordCamp Europe this year.

\n

There are so many unseen heroes outside who need to be seen.

\n

Be open minded, trust yourself and talk about what matters to you.

\n

There is a light at the end of the tunnel. Be your own hero.

\n

Beyond everything else: Care about yourself!

\n

The post Trust Yourself appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jun 2017 08:00:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Birgit Olzem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Imagely Acquires TeslaThemes, Is Seeking Other Acquisition Opportunities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/imagely-acquires-teslathemes-is-seeking-other-acquisition-opportunities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4432:\"

In an effort to diversify and expand into the commercial WordPress theme market, Imagely, maintainers of NextGEN Gallery, have acquired TeslaThemes for an undisclosed amount.

\n

TeslaThemes launched in 2013 as a theme club and recently celebrated its fourth anniversary. The company has 68 themes in its library, including the TeslaThemes framework.

\n

Eric Danzer, Founder and CEO of Imagely, says no major changes will be happening with TeslaThemes and that their immediate focus will be to provide maintenance and support.

\n

“Beyond that, our goal is to do more of what Tesla has already been doing so well – creating beautiful new themes and continually enhancing the existing themes,” Danzer said.

\n

Imagely has been busy this year launching a managed WordPress hosting service for photographers, releasing new photography themes, and an Adobe Lightroom plugin that allows users to manage NextGEN galleries from within Lightroom.

\n

Later this year, Imagely plans to release a new version of NextGEN gallery with a redesigned backend interface. The company is also working on a way to add automated print fulfillment to WordPress.

\n

“Automated print fulfillment allows photographers to sell prints from their websites, and have those prints automatically delivered via the print lab without any intervention on their part,” Danzer said.

\n

“This functionality drives many large companies in the photo industry – SmugMug, ShootProof, Pixieset, Zenfolio, Photoshelter, and others. But it’s not possible yet on WordPress.

\n

“Bringing a full print solution to WordPress has the potential to revolutionize the photo industry and make WordPress the default web solution for photographers that it should be.”

\n

Marcel Sobieski, co-founder of TeslaThemes, thanked customers for their support and confirmed that they exited the company on June 9th.

\n

“We built a solid, trusted and valuable business, that is needed on the market and is appreciated both by industry colleagues and clients,” Sobieski said.

\n

This is the second exit in the last six months for Sobieski and his team. The sale of TeslaThemes will allow them to focus on a new venture called WPMatic.io, a one-on-one WordPress support and development company.

\n

“The six years of experience that we have in WordPress is already helping a few hundred clients and tens of companies and agencies in need, right after purchasing a WP Theme from the market,” Sobieski said.

\n

“Soon we will start partnering with some of the best WP Theme Clubs to deliver a unique experience for their clients.”

\n

The acquisition of TeslaThemes represents Imagely’s first major move into the general WordPress products market. The company is also seeking acquisition opportunities for other WordPress plugin and theme companies.

\n

“In the coming years, we’ll be both building and be acquiring a range of other WordPress theme and plugin companies,” Danzer said.

\n

“I’ll even add a small call here: if you have a solid WordPress product, with a great brand and stable revenue over around $200,000, and you are looking to exit, feel free to reach out to me directly to chat.”

\n

Correction: June 14th, 2017 The article incorrectly identifies Imagely as the creators of NextGEN Gallery. Alex Rabe is the creator of NextGEN Gallery and he released it in 2007. Photocrati acquired the plugin in February, 2016.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2017 21:33:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Akismet: Coming Soon to a Jetpack Near You\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://blog.akismet.com/2017/06/13/coming-soon-to-a-jetpack-near-you/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1007:\"

If you haven’t tried Jetpack yet — our sister plugin — there’s never been a better time to add it to your bucket list.

\n

In the coming weeks we’ll be announcing a really exciting new addition to Jetpack’s services and you can sign up to get early access right here.

\n
\n

\"\" \"\"
\"Coming
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jun 2017 10:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Richard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WordCamp for Publishers Opens Up Ticket Sales, 50% Sold in the First Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71732\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wordcamp-for-publishers-opens-up-ticket-sales-50-sold-in-the-first-day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2365:\"

\n

WordCamp for Publishers, the first niche WordCamp to be focused around a specific industry, opened up ticket sales today. The event will take place in Denver, Colorado, August 17-19, and organizers have planned for just 230 attendees, due to venue constraints. In less than 24 hours since tickets went on sale, the event is already 50% sold out.

\n

Speakers and workshop facilitators have already been selected and published to the event’s website, featuring publication directors, developers, product managers, and other industry experts.

\n

The tentative schedule for the WordCamp includes a mixture of presentations, hands-on workshops, and social events to encourage networking and collaboration among publishers.

\n\n

One of the goals for the event is to encourage those who are maintaining open source tools for publishers to work together towards ensuring a strong future for those projects. Contributing is an important part of the event, as many of the organizers have experience working at or with publishing organizations that heavily rely on open source tools.

\n

The Denver Post has donated the venue for the event as an official sponsor and the official hotel is a five-minute walk from there. After purchasing a ticket online, attendees will receive an email with a link to make a reservation at the Sheraton Denver Downtown Hotel, which has a designated block of rooms for WordCampers.

\n

Organizers expect the event to sell out quickly, so if you’re thinking of attending, don’t wait to buy your ticket.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 22:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Unsplash Updates its License, Raises GPL Compatibility Concerns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/unsplash-updates-its-license-raises-gpl-compatibility-concerns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6631:\"

Unsplash.com, a site that provides high-resolution photos for free, updated its license and the change has people in the WordPress community concerned.

\n
\n

So unsplash images are no longer public domain. No longer gpl compatible. What does it mean for #WordPressThemes that uses these images?

\n

— Carolina Nymark (@carolinapoena) June 9, 2017

\n

\n

Prior to the change, Unsplash’s license stated the following:

\n

All photos published on Unsplash are licensed under Creative Commons Zero which means you can copy, modify, distribute and use the photos for free, including commercial purposes, without asking permission from or providing attribution to the photographer or Unsplash.

\n

According to GNU.org, the CC0 or Creative Commons Zero license is compatible with the GPL.

\n

CC0 is a public domain dedication from Creative Commons. A work released under CC0 is dedicated to the public domain to the fullest extent permitted by law. If that is not possible for any reason, CC0 also provides a lax, permissive license as a fallback. Both public domain works and the lax license provided by CC0 are compatible with the GNU GPL.

\n

If you want to release your work to the public domain, we recommend you use CC0.

\n

Unsplash’s new license states (emphasis mine):

\n

All photos published on Unsplash can be used for free. You can use them for commercial and noncommercial purposes. You do not need to ask permission from or provide credit to the photographer or Unsplash, although it is appreciated when possible.

\n

More precisely, Unsplash grants you a nonexclusive copyright license to download, copy, modify, distribute, perform, and use photos from Unsplash for free, including for commercial purposes, without permission from or attributing the photographer or Unsplash. This license does not include the right to compile photos from Unsplash to replicate a similar or competing service. 

\n

The inability to compile photos from Unsplash to replicate a similar or competing service is a restriction on how the photos can be used, calling into question its compatibility with the GPL.

\n

Luke Chesser, co-founder of Unsplash, explained on Twitter that individual photos have no restrictions.

\n

“The Unsplash license doesn’t violate GPL and can still be used in WordPress themes,” Chesser said. “There are no restrictions on the individual photos.

\n

“There is only a restriction on the collection of photos, which doesn’t even apply unless your intent is to create a similar service.”

\n

For example, it’s ok if someone creates a site that displays the best photos of bridges from Unsplash. But if the site makes those photos available for download, it would violate the license.

\n

On its FAQ page, Unsplash explains why the restriction was put in place:

\n

The fuel that drives Unsplash is the exceptional images that are generously contributed by people from all over the world. Without them, none of this would work. Unsplash would be nothing. We owe everyone who’s contributed a photo not only a thank you but support and empowerment for the gifts they’ve given us.

\n

Out of respect for our contributors and our ability to uphold our value of empowering creativity, we added this sentence to the Unsplash License.

\n

We don’t support the mass duplication of Unsplash photos with the purpose of replicating a similar or competing service because it leads to confusion which negatively impacts both the spirit of open creative use and the celebration of Unsplash contributors.

\n

Mass compiling of photos from Unsplash to distribute on other sites has created legal issues in the past. “Sites that mass duplicate and compile Unsplash photos point support and legal issues back to Unsplash, while continuing to redistribute photos that may be removed on Unsplash,” the company said.

\n

The reasons cited by Unsplash for putting the restriction in place are some of the same reasons WordPress plugin developers register trademarks. The GPL allows the following freedoms.

\n
    \n
  1. The freedom to run the program, for any purpose.
  2. \n
  3. The freedom to study how the program works, and change it so it does your computing as you wish.
  4. \n
  5. The freedom to redistribute copies so you can help your neighbor.
  6. \n
  7. The freedom to distribute copies of your modified versions, giving the community a chance to benefit from your changes.
  8. \n
\n

Over the years, there have been many instances in the WordPress community where businesses have taken advantage of these freedoms merely to profit from the work of others.

\n

The reselling of commercial plugins causes confusion in the market and resellers typically point support and other inquiries back to the plugin’s developers.

\n

Trademarks give commercial plugin authors measures to protect their brand without violating the GPL. A good example is the GravityForms Trademark page which clearly outlines how its brand can be used and displayed.

\n

For now, it appears that most people who use Unsplash will be unaffected by the licensing change. However, as long as there is one license that governs the use of images and it has at least one restriction, its compatibility with the GPL will remain in doubt.

\n

Correction June 14th Luke Chesser, co-founder of Unsplash, did not say that individual photos are still CC0-licensed but rather, have no restrictions.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 21:27:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"WPTavern: Major Update Coming to WP Super Cache: New REST API, User-Friendly Settings Page, and Improvements to Legacy File Storage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71718\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wptavern.com/major-update-coming-to-wp-super-cache-new-rest-api-user-friendly-settings-page-and-improvements-to-legacy-file-storage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2550:\"

\n

WP Super Cache, a WordPress caching plugin maintained by Donncha Ó Caoimh and Automattic, is looking for users to help test the plugin ahead of the next major update. Ó Caoimh said the upcoming release is in a “stable and usable” state, but with the unusually large number of bug fixes and new features, it could use some testing in different environments.

\n

WP Super Cache is set to introduce a REST API, which will be useful for situations where administrators are not using wp-admin to manage their sites. The plugin is also changing the location for storing legacy cache files to the supercache directory.

\n

“This makes it easier to manage these files,” Ó Caoimh said. “The plugin doesn’t have to search through potentially hundreds of cache files for those that need to be deleted if a page updates or someone leaves a comment. Now all those files will be in the same directory structure the anonymous “supercache” files will be. I’m really excited about this feature as it makes caching for logged-in users/users who comment and caching of pages with parameters so much faster now.”

\n

Ó Caoimh is also updating the settings page to make it easier for new users to understand the options. Currently it asks the user to select from mod_rewrite, PHP, or Legacy page caching with little explanation for why a user might opt for a certain delivery method. The new settings page simplifies the language used to describe the caching types.

\n

\n

The upcoming release will also fix nearly 100 bugs. As WP Super Cache is one of the most popular WordPress caching solutions and is active on more than a million sites, any problems with a major release will have a far-reaching impact. The latest changes to the plugin are available on GitHub for anyone who wants to help test.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 20:04:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Harare, Zimbabwe to Host Its 2nd WordCamp November 4, 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71314\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/harare-zimbabwe-to-host-its-2nd-wordcamp-november-4-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3375:\"photo credit: Lonely Planet\n

Harare, Zimbabwe will be hosting its second WordCamp on November 4, 2017, at Hellenic Academy. The city was one of three selected to be part of the WordCamp Incubator Program in 2016. Harare’s first WordCamp was successful in connecting the local WordPress community and inspiring local leaders to carry on with organizing future events.

\n

Last year the Harare WordPress Meetup had 82 members and the group has nearly doubled in size with 142 members today. Members meet every month and communicate outside of meetings via an active WhatsApp group. The current venue they use was donated by Moto Republik, thanks to one of the members Munya Bloggo, who works there.

\n

“It was always the goal of the WordCamp Incubator program to organize an easily-reproducible event that we could organize independently in the years to come,” 2017 lead organizer Thabo Tswana said. “We expected it of ourselves. Some attendees and organizers actually approached me about the next WordCamp during WordCamp Harare 2016.”

\n

Tswana said the turnout at last year’s event was larger than he expected, because very few attendees booked tickets online. The majority ended up buying tickets at the door on the day of the event, a fairly uncommon scenario for most WordCamps that makes it somewhat difficult to estimate total attendees.

\n

“One of the biggest impacts that WordCamp had was introducing us to the WordPress Community,” Tswana said. “There are so many WordPress users in Zimbabwe (bloggers, designers, developers) but hardly anyone knew about the WordPress Community or how to contribute to WordPress. We now have a growing meetup group and the local community is starting to become more aware of what WordPress has to offer.”

\n

The local community consists primarily of developers and advanced WordPress users and Tswana said he would like see more of them getting involved with contributing. As the majority of meetup members are new to the larger WordPress community, they are still learning about the many ways users can contribute back to the project.

\n

Two Harare WordPress Meetup members, Kudakwashe Zafevere and Rima Trew, arranged for Hellenic Academy to donate a venue for WordCamp Harare 2017. The facilities are well-suited to hosting a tech event with wifi available.

\n

“This year, some local companies and organizations expressed interest in helping us out,” Tswana said. “We definitely expect more attendees due to the buzz that was created by last year’s WordCamp. To sum it all up, more people and organizations are getting involved this year.”

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jun 2017 02:33:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: WordPress 4.8 “Evans” Released Featuring Nearby WordPress Events, New Media Widgets, and Link Boundaries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71534\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7169:\"

WordPress 4.8 “Evans” is available for download and is the first major release of the year under the new release cycle. WordPress 4.8 is named after William John “Bill” Evans, an American jazz pianist.

\n

New Image, Video, and Audio Widgets

\n

WordPress 4.8 includes three new widgets. All three widgets make it easier to display images, video, or audio  without using HTML. The Text widget now has support for TinyMCE providing rich-text functionality. Similar to the post editor, users have a choice between using a Visual or Text editor with limited formatting options.

\nImage, Video, and Enhanced Text Widget\n

Because the Text widget uses TinyMCE, it inherits its nuances when it comes to pasting and displaying code. In a dev note that explains how TinyMCE was added to the Text Widget, Weston Ruter offers the following notice.

\n

When pasting HTML into the ‘Text’ (HTML) tab of the Text widget, any extraneous line breaks should be removed or else unwanted paragraphs and line beaks may result. This is particularly important when you paste in script or style tags (as in the case of 3rd-party JavaScript embeds), since auto-inserted paragraphs will cause script errors; this will be fixed in #2833.

\n

This behavior aligns with longstanding behavior in the post editor, so it is not new, although it does differ from how the Text widget has previously behaved. As noted above, for previously existing Text widgets that had the auto-add paragraphs’ checkbox unchecked (and thus the filter instance prop set to false), the previous behavior of not doing wpautop will be maintained: only once the widgets are modified will any extraneous line breaks need to be removed.

\n

Link Boundaries

\n

Adding and editing links in the visual editor is more intuitive thanks to link boundaries. Link boundaries provide a visual representation of where a link begins and ends. This helps prevent adding unnecessary text to the beginning or end of a link.

\n

\n

\n

See Nearby WordPress Events in the Dashboard

\n

One of the pillars of WordPress’ ecosystem is its community of meetups and WordCamps. In 2016, more than 62,566 people attended a local meetup in 58 countries. About a third of those were new members.

\n

WordPress 4.8 draws attention to these events by enhancing the News Dashboard widget. The widget will try to automatically guess your location and display meetups and WordCamps that are nearby.

\nNews Widget Shows Upcoming Meetups and WordCamps\n

If the location is incorrect, clicking the Pencil button opens a box where you can type in your city. The bottom of the widget includes links to the WordPress Meetup landing page, WordCamp Central Schedule, and the WordPress.org news blog.

\n

Responsive Customizer Sidebar

\n

In previous versions of WordPress, the Customizer Sidebar had a maximum width of 300 pixels. In WordPress 4.8, the Customizer Sidebar is responsive and its width will automatically increase based on the size of the screen up to a maximum of 600 pixels.

\nCustomizer Sidebar 345 Pixels Wide\n

More Accessible Admin Pages

\n

The headers on admin screens are now separate elements making it easier for assistive technologies to help people navigate pages.

\n

Support Dropped for Internet Explorer Versions 8, 9, and 10

\n

WordPress 4.8 drops support for Internet Explorer versions 8, 9, and 10 as these versions no longer receive security updates and are used by a small percentage of people. WordPress 4.8 will work in these browsers but some features related to TinyMCE will be limited. New features will no longer be tested against these older versions of IE.

\n

Noteworthy Changes

\n\n

This release was led by Matt Mullenweg and Jeff Paul. 346 people contributed to WordPress 4.8 and 106 of them were first time contributors.

\n

If you think you’ve discovered a bug in WordPress 4.8, read this support thread first to see if it’s a common issue that’s already been reported. If not, describe your issue in as much detail as possible and publish it to the Troubleshooting section on the support forums.

\n

As you upgrade your sites today, enjoy Time Remembered by Bill Evans, released in 1983.

\n
\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 19:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Worona Releases Free WordCamp Europe Paris Guide App\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71494\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/worona-releases-free-wordcamp-europe-paris-guide-app\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4240:\"

Worona, a Madrid-based WordPress startup that builds mobile apps for free, has created an app for WordCamp Europe attendees. The WCEU Paris Guide app includes location and transportation information, schedules for the event, suggestions on where to eat (restaurants, bistros, a selection of the best cheap eats), a list of top attractions and museums, and nightlife recommendations.

\n

\n

Worona has released an Android app and an iOS app for attendees to download. Currently the app needs to be connected to the internet, but the company is working on supporting an offline mode in the next version, which is rolling out soon.

\n

“We used our online platform to turn a WordPress blog (paris.worona.org) into a native app,” Reyes Martínez, Worona’s marketing and communications specialist, said. “We use React and fetch the content using the WP-API. The apps are created with Cordova.”

\n

Worona is a relatively new WordPress startup in Europe, having released its first prototype in late 2014. The company offers its mobile app building platform to users for free via its plugin on WordPress.org. The platform turns WordPress sites into native mobile apps that users can publish to the app stores. Worona can also manage the process of publishing the app for a one-time 290€ fee.

\n

In 2016, Worona had more than 12,000 users from 150 different countries. After launching its new platform four months ago, more than 11,500 users have signed up.

\n

Martínez said that Worona differs from existing WordPress app builders in that it is free, user-friendly, completely open source, and extensible.

\n

“We studied the WordPress ecosystem and the mobile distribution trends during the last three years and realized that other existing solutions, such as AppPresser, are just focused on one or two mobile channels, but not in all of them,” Martínez said. “This can be a problem for publishers, as they have to configure the different channels (apps, web apps, AMP, Facebook Instant Articles) one by one and take care of being consistent with all of them. After launching our own beta in 2015 and testing similar solutions, we decided to develop an all-in-one platform with the vision of becoming the leading solution for mobile distribution.”

\n

Worona is also aiming to create an ecosystem of extensions and themes for the platform, allowing third-party developers to create new solutions.

\n

“The strategy of creating a marketplace of extensions has been successfully accomplished by the WordPress ecosystem before (but not by any of our direct competitors),” Martínez said. “WooCommerce, for example, gives you access to a variety of extensions aiming to solve any problems related to your e-commerce. Because it is open-source, these features can be created by any developer or user. The bigger the community, the higher the range of solutions.”

\n

Worona is currently a team of five, including two co-founders, a marketing specialist, and two full-stack developers. Most of the team will be at WordCamp Europe. They hope the WCEU Paris Guide app will be useful for attendees and also provide a good introduction to their product. If you have any feedback that would make the app more useful, make sure to comment on the announcement and Worona may be able to incorporate user suggestions before the event.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 17:32:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Dev Blog: WordPress 4.8 “Evans”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2017/06/evans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40312:\"

An Update with You in Mind

\n

\"\"

\n

Gear up for a more intuitive WordPress!

\n

Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.

\n

Though some updates seem minor, they’ve been built by hundreds of contributors with you in mind. Get ready for new features you’ll welcome like an old friend: link improvements, three new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.

\n
\n

Exciting Widget Updates

\n

\"\"

\n

Image Widget

\n

Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.

\n

Video Widget

\n

A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.

\n

Audio Widget

\n

Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!

\n

Rich Text Widget

\n

This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.

\n
\n

Link Boundaries

\n
\"Link

Link Boundaries

\n

Have you ever tried updating a link, or the text around a link, and found you can’t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.

\n
\n

Nearby WordPress Events

\n

\"\"

\n

Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!

\n

This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.

\n

Being part of the community can help you improve your WordPress skills and network with people you wouldn’t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.

\n
\n

Even More Developer Happiness \"😊\"

\n

More Accessible Admin Panel Headings

\n

New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.

\n

Removal of Core Support for WMV and WMA Files

\n

As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.

\n

Multisite Updates

\n

New capabilities have been introduced to 4.8 with an eye towards removing calls to
\nis_super_admin(). Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.

\n

Text-Editor JavaScript API

\n

With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!

\n

Media Widgets API

\n

The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.

\n

Customizer Width Variable

\n

Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.

\n
\n

The Squad

\n

This release was led by Matt and Jeff Paul, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:

\n[Inactive], Aaron D. Campbell, Aaron Jorbin, abrightclearweb, Achal Jain, achbed, Acme Themes, Adam Silverstein, adammacias, Ahmad Awais, ahmadawais, airesvsg, ajoah, Aki Björklund, akshayvinchurkar, Alain Schlesser, Alex Concha, Alex Dimitrov, Alex Hon, alex27, allancole, Amanda Rush, Andrea Fercia, Andreas Panag, Andrew Nacin, Andrew Ozz, Andrey \"Rarst\" Savchenko, Andy Meerwaldt, Andy Mercer, Andy Skelton, Aniket Pant, Anil Basnet, Ankit K Gupta, Anthony Hortin, antisilent, Anton Timmermans, Antti Kuosmanen, apokalyptik, artoliukkonen, Arunas Liuiza, attitude, backermann, Bappi, Ben Cole, Bernhard Gronau, Bernhard Kau, binarymoon, Birgir Erlendsson (birgire), BjornW, bobbingwide, boblinthorst, boboudreau, bonger, Boone B. Gorges, Brainstorm Force, Brandon Kraft, Brian Hogg, Brian Krogsgard, Bronson Quick, Caroline Moore, Casey Driscoll, Caspie, Chandra Patel, Chaos Engine, cheeserolls, chesio, chetansatasiya, choong, Chouby, chredd, Chris Jean, Chris Marslender, Chris Smith, Chris Van Patten, Chris Wiegman, chriscct7, chriseverson, Christian Chung, Christian Nolen, Christian Wach, Christoph Herr, Clarion Technologies, Claudio Sanches, Claudio Sanches, ClaudioLaBarbera, codemovement.pk, coderkevin, codfish, coreymcollins, Curdin Krummenacher, Curtiss Grymala, Cătălin Dogaru, danhgilmore, Daniel Kanchev, Daniel Pietrasik, Daniele Scasciafratte, Daryl L. L. Houston (dllh), Dave Pullig, Dave Romsey (goto10), David A. Kennedy, David Chandra Purnama, David Herrera, David Lingren, David Mosterd, David Shanske, davidbhayes, Davide \'Folletto\' Casali, deeptiboddapati, delphinus, deltafactory, Denis de Bernardy, Derek Herman, Derrick Hammer, Derrick Koo, dimchik, Dinesh Chouhan, Dion Hulse, Dipesh Kakadiya, dmsnell, Dominik Schilling, Dotan Cohen, Doug Wollison, doughamlin, DreamOn11, Drew Jaynes, duncanjbrown, dungengronovius, DylanAuty, Eddie Hurtig, Eduardo Reveles, Edwin Cromley, ElectricFeet, Elio Rivero, Ella Iseulde Van Dorpe, elyobo, enodekciw, enshrined, Eric Andrew Lewis, Eric Lanehart, Evan Herman, Felix Arntz, Fencer04, Florian Brinkmann, Florian TIAR, FolioVision, fomenkoandrey, Francesco Taurino, Frank Klein, Frankie Jarrett, Fred, Fredrik Forsmo, fuscata, Gabriel Maldonado, Garth Mortensen, Gary Jones, Gary Pendergast, Geeky Software, George Stephanis, Goran Šerić, Graham Armfield, Grant Derepas, Gregory Karpinsky (@tivnet), Hardeep Asrani, Helen Hou-Sandí, Henry Wright, hiddenpearls, Hinaloe, Hristo Pandjarov, Hugo Baeta, Iain Poulson, Ian Dunn, Ian Edington, idealien, Ignacio Cruz Moreno, imath, implenton, Ionut Stanciu, Ipstenu (Mika Epstein), ivdimova, J.D. Grimes, Jacob Peattie, Jake Spurlock, James Nylen, jamesacero, Japh, Jared Cobb, jayarjo, jdolan, jdoubleu, Jeff Bowen, Jeff Paul, Jeffrey de Wit, Jeremy Felt, Jeremy Pry, jimt, Jip Moors, jmusal, Joe Dolson, Joe Hoyle, Joe McGill, Joel James, Joen Asmussen, johanmynhardt, John Blackbourn, John Dittmar, John James Jacoby, John P. Bloch, johnpgreen, Jon (Kenshino), Jonathan Bardo, Jonathan Brinley, Jonathan Daggerhart, Jonathan Desrosiers, Jonny Harris, jonnyauk, jordesign, JorritSchippers, Joseph Fusco, Josh Eaton, Josh Pollock, joshcummingsdesign, joshkadis, Joy, jrf, JRGould, Juanfra Aldasoro, Juhi Saxena, Junko Nukaga, Justin Busa, Justin Sainton, Justin Shreve, Justin Sternberg, K.Adam White, kacperszurek, Kailey (trepmal), KalenJohnson, Kat Hagan, Keanan Koppenhaver, keesiemeijer, kellbot, Kelly Dwan, Kevin Hagerty, Kirk Wight, kitchin, Kite, kjbenk, Knut Sparhell, koenschipper, kokarn, Konstantin Kovshenin, Konstantin Obenland, Konstantinos Kouratoras, kuchenundkakao, kuldipem, Lee Willis, Leo Baiano, LittleBigThings (Csaba), Lucas Stark, Luke Cavanagh, Luke Gedeon, Luke Pettway, lyubomir_popov, mageshp, Mahesh Waghmare, Mangesh Parte, Manish Songirkar, mantismamita, Marcel Bootsman, Marin Atanasov, Mario Valney, Marius L. J., Mark Jaquith, Mark Root-Wiley, Mark Uraine, Marko Heijnen, markshep, Matias Ventura, matrixik, Matt Banks, Matt Jaworski, Matt King, Matt van Andel, Matt Wiebe, Matthew Haines-Young, mattyrob, Max Cutler, Maxime Culea, Mayo Moriyama, mbelchev, mckernanin, Mel Choyce, mhowell, Michael Arestad, Michael Arestad, michalzuber, Miina Sikk, Mike Auteri, Mike Crantea, Mike Glendinning, Mike Hansen, Mike Little, Mike Schroder, Mike Viele, Milan Dinić, modemlooper, Mohammad Jangda, Mohan Dere, monikarao, morettigeorgiev, Morgan Estes, Morten Rand-Hendriksen, moto hachi ( mt8.biz ), mrbobbybryant, Naim Naimov, Nate Reist, NateWr, nathanrice, Nazgul, Ned Zimmerman, net, Nicolas GUILLAUME, Nikhil Chavan, Nikhil Vimal, Nikolay Bachiyski, Nilambar Sharma, noplanman, nullvariable, odie2, odyssey, Okamoto Hidetaka, orvils, oskosk, Otto Kekäläinen, ovann86, Pantip Treerattanapitak (Nok), Pascal Birchler, patilvikasj, Paul Bearne, Paul Wilde, pdufour, Perdaan, Peter Wilson, phh, php, Piotr Delawski, pippinsplugins, pjgalbraith, pkevan, Pratik, Pressionate, Presskopp, procodewp, Rachel Baker, Rahul Prajapati, Ramanan, ramiabraham, ranh, Red Sand Media Group, Riad Benguella, Rian Rietveld, Richard Tape, Robert D Payne, Robert Jolly, Robert Noakes, Rocco Aliberti, Rodrigo Primo, Rommel Castro, Ronald Araújo, Ross Wintle, Roy Sivan, Ryan Kienstra, Ryan McCue, Ryan Plas, Ryan Welcher, Sal Ferrarello, Sami Keijonen, Samir Shah, Samuel Sidler, Sandesh, Sang-Min Yoon, Sanket Parmar, Sarah Gooding, Sayed Taqui, schrapel, Scott Reilly, Scott Taylor, scrappy@hub.org, scribu, seancjones, Sebastian Pisula, Sergey Biryukov, Sergio De Falco, sfpt, shayanys, shazahm1, shprink, simonlampen, skippy, smerriman, snacking, solal, Soren Wrede, Stanimir Stoyanov, Stanko Metodiev, Steph, Steph Wells, Stephanie Leary, Stephen Edgar, Stephen Harris, Steven Word, stevenlinx, Sudar Muthu, Swapnil V. Patil, swapnild, szaqal21, Takahashi Fumiki, Takayuki Miyauchi, Tammie Lister, tapsboy, Taylor Lovett, team, tg29359, tharsheblows, the, themeshaper, thenbrent, thomaswm, Thorsten Frommen, tierra, Tim Nash, Timmy Crawford, Timothy Jacobs, timph, Tkama, tnegri, Tom Auger, Tom J Nowell, tomdxw, Toro_Unit (Hiroshi Urabe), Torsten Landsiedel, transl8or, traversal, Travis Smith, Triet Minh, Trisha Salas, tristangemus, truongwp, tsl143, Ty Carlson, Ulrich, Utkarsh, Valeriu Tihai, Vishal Kakadiya, vortfu, Vrunda Kansara, webbgaraget, WebMan Design | Oliver Juhas, websupporter, Weston Ruter, William Earnhardt, williampatton, Wolly aka Paolo Valenti, yale01, Yoav Farhi, Yoga Sukma, Zach Wills, Zack Tollman, Ze Fontainhas, zhildzik, and zsusag.\n

 

\n

Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.

\n

Do you want to report on WordPress 4.8? We’ve compiled a press kit featuring information about the release features, and some media assets to help you along.

\n

If you want to follow along or help out, check out Make WordPress and our core development blog. Thanks for choosing WordPress — we hope you enjoy!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 14:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Holler Box: A Smart Notification Plugin for WordPress Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/holler-box-a-smart-notification-plugin-for-wordpress-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4373:\"

\n

Scott Bolinger, co-founder of AppPresser, has launched a new sales and conversion tool for WordPress websites called Holler Box. The plugin offers a lightweight, elegant popup message for capturing email addresses, displaying a (fake) live chat, or announcing a sale or event.

\n

Bolinger designed it to be non-intrusive – it’s not the kind of modal dialog that obscures content with an animated box in the middle of the page. Holler Box appears at the bottom right-hand of the page by default.

\n

After finding other WordPress popup plugins to be too complex for his needs, Bolinger decided to create his own solution for displaying a quick notification on his websites.

\n

“I’m a developer, and even adding a simple banner or popup to my site is not easy,” Bolinger said. I have to write the code, test locally, push to staging, test there, then push to production and do a final test. When I want to remove the message, I have to reverse the process. I’m busy, and that takes time.”

\n

Bolinger made it so that creating a new Holler Box is as easy as writing a new blog post. The content editing screen includes a meta box with options for customizing the display.

\n

\n

The “Advanced Settings” meta box allows users to set pages where the notification should be displayed, limit to logged-in only or logged-out visitors, set the display for new or returning visitors, and customize the delay based on time or scrolling. It also gives options for when the Holler Box should disappear and how often it should be shown to each visitor.

\n

Holler Box is capable of a wide range of uses. A few examples include the following:

\n\n

Below is an example of how the MailChimp email opt-in form works:

\n

\n

Holler Box also tracks impressions and conversions (link clicks and message opens) so that users can see how well their notifications are performing and optimize them as needed.

\n

The free version on WordPress.org has an impressive number of customization options, but Bolinger also plans to release a Pro version that will include additional features, such as an option for a header banner, more advanced display filters, automatic message deactivation, advanced email opt-in features, more conversion data, and support.

\n

“Holler Box aims to be more stylish and easier to use than existing options,” Bolinger said. “I use it when I need to make an announcement without spending a lot of time in a complex tool.” He said he could see the plugin working well side-by-side with well-established popup plugin competitors like OptinMonster.

\n

Bolinger said Holler Box is not affiliated with AppPresser, but he plans to use it as a sales tool on all of his sites. The plugin’s unique feature set is something he found missing in WordPress’ marketplace for sales/conversion tools.

\n

“I think Holler Box will increase sales and conversions without being as disruptive as other popups,” Bolinger said. “The sale notification popup and faux live chat feature are really unique. It’s how I want to communicate with my audience – hopefully other people feel the same.”

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 01:37:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WPWeekly Episode 276 – Interview with Jon Brown, a Traveling Digital Nomad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71482&preview=true&preview_id=71482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/wpweekly-episode-276-interview-with-jon-brown-a-traveling-digital-nomad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2848:\"

In this episode, John James Jacoby and I are joined by Jon Brown. Brown is a developer and author for 9seeds, a WordPress development agency. Brown describes what it’s like to work remotely and offers tips on how to stay productive while traveling. He tells us what items he can’t travel without. We also get his take on recent developments and debates going on in the WordPress community.

\n

Stories Discussed:

\n

Open Sourcing Mental Illness Surpasses $50K Fundraising Goal
\nVue.js Creator Evan You Weighs in on WordPress JavaScript Framework Discussion
\nWordCamp Europe 2017 Livestream Tickets Now Available
\nWPForms Acquires WP Mail SMTP Plugin
\nVersionPress Launches VersionPress.com to Fund Open Source Project

\n

Picks of the Week:

\n

GenerateWP is a collection of tools that generates code for Shortcodes, Post Types, Meta Boxes, Taxonomies, Term Meta, and Post Statuses.

\n

Holler Box enables users to create customizable marketing messages to display to site visitors. Use Holler Box to convert website visitors, upsell customers, and get messages out to the right people at the right time.

\n

WP Performance Profiler is a plugin by Interconnect.it that helps developers optimize the performance of WordPress sites running on PHP 5.3 to 5.6.

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, June 14th 3:00 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #276:
\n

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 01:10:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Post Status: Teaching what you learn with Joe Casabona — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=37463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/teaching-learn-joe-casabona-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"

Welcome to the Post Status Draft podcast, which you can find on iTunes, Google Play, Stitcher, and via RSS for your favorite podcatcher. Post Status Draft is hosted by the creator and editor of Post Status, Brian Krogsgard, and this week’s guest host, Joe Casabona.

\n

Brian and Joe discuss the way they have learned WordPress over the years, and how they’ve gone about sharing and teaching what they’ve learned. They focus mostly on front-end parts of WordPress development.

\n

https://audio.simplecast.com/72351.mp3
\nDirect Download

\n

Links

\n\n

Sponsor: Yoast

\n

Yoast SEO Premium gives you 24/7 support from a great support team and extra features such as a redirect manager, recommended internal links, tutorial videos and integration with Google Webmaster Tools! Check out Yoast SEO Premium.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 17:33:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Donncha: Take a sneak peek at WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://odd.blog/2017/06/07/take-a-sneak-peek-at-wp-super-cache/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4302:\"

WP Super Cache is a full page caching plugin for WordPress that makes your site faster, and helps deal with unexpected surges in traffic.

\n

Over the last few months we’ve been busy working on the plugin to add new features and fix bugs and we can almost call it ready. It’s stable and usable and runs on this site but we would love more people to test it out before we release a new version.

\n

Here’s just some of the new features and bug fixes we’ve been working on:

\n\n

Since “legacy caching” or “WP-Cache caching” is now more maintainable and faster we want to change the language describing how the plugin caches and delivers pages.

\n

\n

Currently the plugin asks you to choose between mod_rewrite, PHP and “Legacy page caching” which isn’t really useful. Most users won’t recognise those terms. It’s also not accurate as “legacy page caching” is active all the time as long as caching is enabled.
\nInstead we should have “Standard Caching” and “Super Caching”. Super Caching will then have simple and expert delivery methods.

\n

Simple delivery is through PHP, while expert delivery uses mod_rewrite rules which means the .htaccess file has to be updated and hopefully the warning below it will discourage casual users from testing it.

\n

Due to the huge number of changes in the plugin we really need people to give it a try and check if everything works ok. The changes to the settings page will hopefully make it easier for new users to get to grips with it too.

\n

You can find the newest code on Github. The changes to the settings page are in #255 if you want to comment on them.

\n

Thanks in advance! 🙂

\n\n

Related Posts

\n

Source

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 17:24:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"HeroPress: Trust The Dots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://heropress.com/essays/trust-the-dots/?utm_source=rss&utm_medium=rss&utm_campaign=trust-the-dots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12612:\"\"Pull

I was born twice: first, as a baby boy in the sunny morning of Monday June 14, 1993 in Taiz, Yemen; and then again, in the fall of 2008. It was my first time to study at a public high school, grade 10, class 12. It was completely different than the private school I used to study at. It was big and crowded, with a minimum of 80 students in each class!

\n

At that time, I was trying to improve my personality and explore new opportunities. I wanted to live my life fully, not as the teenager that I was. A way to organize my thoughts and connect with new people was needed. I did not have a clue what to do until the moment I got the chance to use the internet and began to read online blogs of many interesting bloggers. The idea of blogging was fascinating to me. “Why not starting one?” I thought to myself.

\n

Finding WordPress

\n

As days passed, I met four enthusiastic and ambitious schoolmates who became my friends till now.  Mohammed, one of them, was a relatively quiet and open minded person. My mates and I got to know him through MSN Messenger, and, surprisingly, he was studying in the next class! He was very absorbed in Web Development and was working on a custom CMS platform and some other web applications for his father’s clinic. I asked him about blogging software he would recommend. He strongly recommended Joomla and also suggested Drupal, WordPress and others. I tried them all.

\n

WordPress was so easy to use and out-of-the-box, although I had failed a few times while I was trying to install it locally. Once I had logged-in to the dashboard, honestly, I thrilled to pieces!

\n

After some time, my friends and I decided to start a simple blog about Graphics Design using WordPress. It was my beginning to learn the basics of Web Development (HTML, CSS, Javascript and PHP). Fortunately, Mohammed had a book that he lent me, and some PDFs, that I copied. We were constantly discussing and learning from each other during break times or in the afternoons. They were enjoyable and enlightening moments.

\n

I used to receive some positive messages as the developer of the blog we started and appreciative replies to my answers for some questions in Arab WordPress community, a forum to share knowledge among Arab WordPress users. This encouraged me to start a small freelancing business with WordPress. It seemed a great idea to expand expertise, earn some money, and follow my passion!

\n

Fitting It All In

\n

Being a freelancer and a high-school student at the same time was not that easy as one would think! Sometimes I was working until 3:00 a.m. to finish a client project, and then woke up at 6:30 a.m. rushing to school. Most often, classes were so dry that led me to write PHP codes in every copy-book of mine! If you would like to try this at your school, remember to move yourself to the end of your class or be ready for any of your teachers’ mean reactions to keep you attentive! On several afternoons, I used to take naps to restore my energy and be ready to work at night.

\n

Very rarely, I would have to stay out at internet cafés until 2:00 a.m. to upload/download things I needed because we had no Internet connection at home.

\n

For sure, this made my parents quite angry and obviously worried. Most importantly, I had neither a cell phone because of some strict rules in my family nor a national ID card because of the legal age requirement in Yemen. I was attempting to use my school ID card to receive money transactions, and guess what? I was lucky enough to manage it twice. But then I was asked to present a national ID. “ When will I turn 18?” I just had to overcome that obstacle, asking trustworthy friends to help.

\n

My clients were mostly from the Arab World, Europe, and USA. I had the chance to contact with many nice and outstanding people who not only boosted my experience but also showed me the way into some new opportunities and more success.

\n

Support At Home

\n

At the beginning, most of my family members thought I was playing, except my MOTHER. I remember the moment I told her about my fairly new business. She said, “Regardless of what it is, just do what you love and believe in!” However, I faced hard times trying to convince her I did not smoke as she smelled cigarette on my clothes whenever I got back home from those cafés! On the other hand, my father was the kind of man who stood backstage. He used to tell his friends how happy and proud he was of me. That was all what I needed from him.

\n

Giving Back

\n

On August 2012, I sent a message to Rasheed Bydousi, Arab WordPress community founder and translation editor of Arabic language, to suggest some ideas and ask to be a volunteer. He was very supportive and truly wise. We started discussing and working on some ideas for more than 4 months. In parallel with studying, working, and being a volunteer, I increased my efforts in translating, patching (helping in development), and reporting bugs for WordPress projects.

\n

It was very important for me to give back to the community I had taken a lot from.

\n

I felt the need of holding a WordPress meeting in my hometown, Taiz, because of the lack of specialized people who would like to collaborate and share knowledge. In 2013, I invited local developers to a small meeting in a local coffeeshop called “AL-Rassef”.

\n

\"WordPress

\n

Afterward, I presented a lecture about WordPress at Taiz University, in the same lecture hall I used to be a student in by that time. It was a warm beginning but I couldn’t continue due to my work and the deterioration of the political and security situation.

\n

Disruption

\n

Since 2011, my country has been facing major political changes and instability. On April 2015, the Yemeni crisis has reached its climax and war started in my city, Taiz, and it is still going on! Some of my relatives had decided to move out of Taiz but my father chose to stay, hoping that war will stop quickly. We lived for months without public electricity or Internet. When the fight crawled to our area, we lived for weeks in the ground floor of our house, no way to go out, tanks firing from 300 meters away, airstrikes on nearby areas, and snipers shooting whoever dared to walk on streets. Many friends and innocent people were killed and some members of my family were hurt. We couldn’t sleep for days, fearing that at any moment they will knock our house door.

\n

I thought that was the end for me and all of my dreams. I was pretending to be cool and calm so my younger brother and two sisters feel better. I was telling jokes, reading books or watching movies when we got some power from my uncle generator. “Life of Pi” was one of the movies we had watched and everyone enjoyed it! I refused to hold a gun, “How could it help?! That’s not my role in life!” I was thinking.

\n

I was struggling to believe in tomorrow, no matter how it looked miserable and sad.

\n

In one of the mornings, after a nearby airstrike, we got a chance to escape. I tried to hold every detail of our house, neighborhood and street. “Thank you for all great memories. I will definitely return,” I told my house, feeling torn apart back then! I only took my laptop, tablet, and few clothes, they were all what I needed to start over.

\n

Starting Over

\n

“You can’t connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in your future. You have to trust in something — your gut, destiny, life, karma, whatever. This approach has never let me down, and it has made all the difference in my life.”
\n— Steve Jobs

\n

After some time of catching my breath, I realized that I had to connect the dots, keep on following my dreams and aim higher. On May 2016, I moved to Sana’a, the capital city of Yemen, leaving the pain and frustration behind. I got to know some enthusiastic developers and we decided to establish a community called Yemeni Developers Club for people who are interested in computer programming and have the passion for it. We hold a meeting on the first Saturday of every month to share ideas, answer questions, and help one another to innovate, learn, and grow. We are planning to have, in the near future, special meetings to discuss WordPress related topics and learn how to obtain the maximum benefit from it.

\n\"\"Photos for Ta’izz and Sana’a cites, photographed by Mona Athubhani.\n

Amazing Melting Pot

\n
\n
\n
\n
\n
\n
I am sure that WordPress helps thousands of developers, including me, be more independent, involves them to be parts of it, and offers opportunities to serve people from around the world.
\n
\n
\n
\n
\n
\n

WordPress is such an amazing melting pot that contains people from everywhere, no matter how old they are, where they are from, or what languages they speak.

\n

Become a Hero

\n

Being a WordPress hero is not about programming skills or contributions size, it is all about the challenges we face and overcome. It is even more about supporting the new users to be the next heroes.

\n
\n

Thank You

\n

Thanks to all my friends who contributed to make this essay better. Many thanks to Topher DeRosia for inviting me to write here and SPECIAL THANKS to Mona Athubhani without whom I would not have completed this essay.

\n

The post Trust The Dots appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jun 2017 00:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nashwan Doaqan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: VersionPress Launches VersionPress.com to Fund Open Source Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/versionpress-launches-versionpress-com-to-fund-open-source-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3005:\"

The founders of VersionPress have launched VersionPress.com, a WordPress managed hosting service. VersionPress.com is the best of what VersionPress offers paired with features such as, staging sites and backups, on an Amazon Web Services infrastructure.

\n

VersionPress is essentially an undo button for WordPress or full version-control. At the click of a button, users can undo an action and restore a site’s database to a previous point in history without having to export and import MySQL.

\n

Borek Bernard, co-founder of VersionPress, says the move is the result of trying to overcome two major challenges: WordPress plugins and Hosts. WordPress plugins can alter a site’s database. Building in support for the 40K+ plugins that exist in the repository has been a huge undertaking for the team.

\n

In order to use VersionPress, a webhost needs to have Git installed and allow proc_open which it uses to interact with Git. Most hosts do not allow proc_open for security reasons or have older versions of Git installed, generating incompatibilities. “Over time, it became clear we needed our own environment to run VersionPress in,” Bernard said.

\n

All sites hosted on the platform run PHP 7 or Nginx, HTTP/2, and at least two Docker instances that auto-scale based on load. VersionPress.com includes the ability to set up staging and production sites using VersionPress’ capabilities to merge changes between the two. Similar to Flywheel, billing can be assigned to a developer, agency, or client account. “The platform is geared towards WordPress developers and agencies but will help anyone who wants a fast, reliable WordPress site,” Bernard said.

\n

The model they’re using is similar to WordPress.com and self-hosted WordPress. “A hosted service will provide resources to fund the development of the open source project and its long-term stability,” he said. “So it became a no-brainer at some point.” General availability for VersionPress.com won’t open until July but those who pre-order will receive a substantial discount.

\n

Bernard re-iterated that VersionPress will always be a free, open source project and that VersionPress.com is a major step towards bringing full version control of WordPress to the masses.

\n

The managed WordPress hosting space is well established and perhaps a bit crowded. It will be interesting to see how VersionPress.com compares to and fits in with the competition.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 21:45:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Remote Work Can’t Be Stopped\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://ma.tt/2017/06/remote-work-cant-be-stopped/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:489:\"

Christopher Mims writes for the Wall Street Journal Why Remote Work Can’t Be Stopped, also riffing off the IBM shift I wrote about a few weeks ago. I was exciting to see an Automattician Julia featured at the top and a few other colleagues having their voice in the article.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 21:14:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: WPForms Acquires WP Mail SMTP Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/wpforms-acquires-wp-mail-smtp-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4349:\"

\n

WPForms, founded by Syed Balkhi, has acquired the free WP Mail SMTP plugin from WordPress plugin developer Callum MacDonald. WP Mail SMTP has more than 600,000 active installs and WPForms will allow it to continue to operate as an independent plugin on WordPress.org. Balkhi said the plugin will become the company’s go-to recommendation on WPForms as well as WPBeginner.

\n

Email deliverability is a common problem for all types of WordPress websites, but it is the most frequent support issue for those using WPForms.

\n

“The number is only growing as Gmail, Yahoo, and others implement aggressive filters to reduce spam,” Balkhi said. “These spam filters look to see whether an email is originating from the location it claims to be originating from. This causes the emails sent from your WordPress site to either go in the spam folder or sometimes not be delivered at all! Having a proper SMTP solution significantly increases email deliverability. I believe that once we implement the new UX and workflow, this will significantly reduce our support load since this is the #1 issue our users deal with.”

\n

After a few months of email exchanges, Balkhi and Callum MacDonald reached an agreement for WPForms to purchase WP Mail SMTP. Balkhi would not disclose the exact financial details of the acquisition but said it was “a five-figure-deal because the plugin itself did not generate any revenue.”

\n

MacDonald had considered monetizing the plugin in the past but saw too many hurdles as he became less active in the WordPress space over the past few years.

\n

“There are a few recent developments around SMTP that mean the plugin could use an update,” MacDonald said. “I didn’t have the time, so it made sense to move on at this point. I went over [monetizing] it several times. My conclusion is that it’s a lot harder than it looks. If I was still active in the WordPress space, it would make more sense, but I’m not, so monetizing was going to be a long road and hard work. It made more sense to sell.”

\n

Balkhi said he approached MacDonald because email deliverability was a problem that he was looking to solve for WPForms users as well as the larger WPBeginner and WordPress community.

\n

“We didn’t want to build an add-on for WPForms because the problem isn’t unique to just us,” Balkhi said. “It affects every form plugin and basically every WordPress website that sends an email of any kind (forgot password, user registration, etc).”

\n

Last year Balkhi and his team acquired Yoast’s Google Analytics and renamed it to MonsterInsights. Over the past year the plugin has continued its growth from 10 million downloads at the time of acquisition to more than 16 million today.

\n

Balkhi reports that the MonsterInsights acquisition has been a success but the product was a very different type of acquisition from the one announced today. He said he has no plans to build an email deliverability service but rather wants to invest in a solution that will help his customers and others in the WordPress community.

\n

WP Mail SMTP plugin users can expect improvements to the plugin and a more “beginner-friendly” redesign, which Balkhi anticipates to release at the end of Q3 or Q4 of 2017.

\n

“In terms of growing our WPForms’ user base through WP Mail SMTP, that’s not our primary goal,” Balkhi said. “Our top priority is to solve the email deliverability issue that our existing users and the larger WordPress community faces.” Balkhi said he hopes to leverage the 600,000+ user base to negotiate better deals with established email deliverability services.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 20:12:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Cory Miller and Dr. Sherry Walling Launch ZenTribes an Entrepreneur Peer Group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/cory-miller-and-dr-sherry-walling-launch-zentribes-an-entrepreneur-peer-group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3202:\"

Being an entrepreneur can be stressful, emotional, and lonely, especially during a rough part of life. Cory Miller, founder of iThemes, has been at the forefront of advocating that entrepreneurs don’t have to go through the struggles of running a business alone.

\n

Two years after founding iThemes, Miller found himself going through a tough divorce at the same time his company started taking off.

\n

“Not many people in my life at that time could come close to relating to what I was going through as a human combined with being an entrepreneur,” Miller said.

\n

“I was suffering in solitude. And I was craving authentic relationships with like-minded people on a similar path who knew what living the entrepreneurial life — with its sometimes drastic ups and downs — meant and who were walking it every day, like me, and wanted to walk together with others too.”

\n

Miller eventually found himself in an entrepreneur peer group in Oklahoma City, OK, where entrepreneurs meet once a month for three hours to discuss the trials and tribulations of running a business.

\n

Miller says the group is partially responsible for his good health and happiness as a business owner, father, husband, and human being.

\n

In an effort to create similar opportunities for other business owners, Miller has partnered with Dr. Sherry Walling, who has a PhD in Psychology, to launch ZenTribes.

\n

ZenTribes is a group of 6-9 like-minded entrepreneurs that get together once a month online to share stories, encouragement, and express support for one another. Walling and Miller are both members of the group and will be sharing their expertise with members.

\n

Meetings will take place every Wednesday from 1-2:30 PM Central Standard Time for eight weeks using Zoom. The first meeting is on July 12th. The last meeting is on August 30th.

\n

The first 15 minutes of meetings will focus on a key topic with an hour set aside for discussions and sharing experiences related to that topic. The last 15 minutes are dedicated to sharing resources and giving attendees suggested homework.

\n

Some of the topics that will be discussed include:

\n\n

ZenTribes is accepting applications for the first group of people until 1 PM CST June 15th. The cost to be a member of the group is $799. For more information about this initiative, listen to episode 120 of the ZenFounder podcast. In it, Miller and Sherry describe the program, why they created it, and how entrepreneurial groups can benefit business owners.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 17:35:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Safe Avocado-ing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2017/06/safe-avocado-ing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:460:\"

I’m glad the New York Times is covering how to safely cut an avocado, because I’ve messed that up 100% of the time I’ve tried to handle an avocado in the past month. It makes you almost want to forgive them for that green pea guacamole thing.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jun 2017 04:07:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordCamp Europe 2017 Livestream Tickets Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordcamp-europe-2017-livestream-tickets-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1075:\"

WordCamp Europe will be livestreaming all sessions again this year to make the event accessible to those who are unable to travel to Paris. Live stream tickets are free, but viewers must sign up on the tickets page.

\n

Organizers have also set up a page on the event’s website for people to advertise for buying or selling tickets. Many who have already purchased regular tickets have had a last-minute change of plans, problems with obtaining a visa, or have an extra ticket due to being selected as a speaker or a volunteer. More than two dozen tickets have already been posted for sale.

\n

Regular ticket sales concluded at the end of May, but there are 2,915 livestreaming tickets remaining, along with 272 micro-sponsorship slots at € 150.00 apiece.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jun 2017 20:07:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: Vue.js Creator Evan You Weighs in on WordPress JavaScript Framework Discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/vue-js-creator-evan-you-weighs-in-on-wordpress-javascript-framework-discussion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8193:\"photo credit: JSConf China\n

Last week WordPress core contributors narrowed their considerations for a new JavaScript framework to React and Vue. As the core team has more collective knowledge of working with React, they have reached out to developers with different experiences of using other frameworks in a WordPress context.

\n

One of the chief concerns contributors have regarding Vue is the longevity of the project. I asked Vue creator Evan You if he could weigh in on the topic to give WordPress contributors a better understanding of the project, specifically regarding his efforts to cultivate additional maintainers to help share the load of maintainership.

\n

“I think it’s important to look at the track record – Vue has been around for almost 4 years, and all the work has been done in public on GitHub so anyone can go and check the maintenance history,” You said. “While it has been largely developed by me, the current maintenance is a lot more community-driven. We have active core team members triaging most of the issues and a larger and larger percentage of the issues fixed by community PRs. So – yes, I had already been working on cultivating additional maintainers and will continue to do so.”

\n

You currently receives $10K/month from recurring Patreon donations that fund his full-time efforts working on Vue. Prior to this he also worked at Google and Meteor. During his time at Google, some of the projects You worked on used Angular, which he said he found to be too heavy for his use cases at the time. He built Vue.js to be a more lightweight implementation of the concepts that he liked about Angular.

\n

You also recently said he has learned quite a bit from the React community, which has influenced some of his technical decisions in Vue 2.

\n
\n

I learned a lot from the React community – on both code and people. I hope everyone can be like @dan_abramov. Peace.

\n

— Evan You (@youyuxi) May 29, 2017

\n

\n

“First, Vue 2 uses the same Virtual DOM based rendering model underneath, which was first pioneered by React,” You said. “Introducing a Virtual DOM allowed Vue to expose the power of vdom composition while maintaining the approachability.

\n

“The React community is also very active when there are new problem domains being explored – e.g. state management and CSS management. There are many competing solutions and a lot of inspirations when I was implementing official solutions for Vue.”

\n

Evan You Addresses WordPress Core Contributors’ Misconceptions about Vue.js

\n

You said he has been following WordPress contributors’ discussions on React vs Vue but would not offer an opinion on which is a better choice for the project.

\n

“My answer would obviously be biased, and honestly I’m not in the shoes of the WP core team so I don’t have enough perspective to make a choice,” You said. “However, I can provide feedback on some of the issues being discussed in hope of helping them make a better-informed decision.”

\n

You left a comment on the most recent Javascript meeting notes with clarifications on a few misunderstandings about Vue.js. You addressed the point regarding “embracing JavaScript the language,” as some contributors think Vue’s templating language obscures the underlying JavaScript.

\n

“I think ’embracing JavaScript the language’ is another primitive of React we don’t see in Vue,” Andrew Duthie said during the last meeting.

\n

You’s reply compares Vue’s use of templates as “syntax sugar for view representation on top of HTML” to what he believes to be a similar usage in the case of JSX as view representation on top of JavaScript:

\n

The increasing richness of UI does NOT necessitate putting everything in JavaScript. On the other hand, just because Vue uses templates by default doesn’t mean it allows people to get by without learning JavaScript properly.

\n

Vue’s templates are compiled into JavaScript render functions under the hood and they are actually closer to JavaScript than to traditional string templating. It’s just a layer of syntax sugar on top of the underlying Virtual DOM representation. Think of JSX as syntax sugar for view representation on top of JS; Vue templates are syntax sugar for view representation on top of HTML.

\n

JSX/Raw JS does provide more flexibility when you need to apply direct manipulation of Virtual DOM nodes, this is why Vue also supports render functions. But this is not putting two opposing paradigms under the same tent – it’s simply allowing the user to skip the syntax sugar layer for more control.

\n

You said the idea behind templating on top of render functions is to provide “better approachability,” a concern shared by many other proponents of WordPress adopting Vue.

\n

“Users who are more comfortable with HTML and have simpler use cases could use the template, while users who are already familiar of JSX/render functions can leverage the full power of JS,” You said. “This would fit pretty nicely for the use of WP core: community users who care about approachability have an easier time getting started, while the core team have access to JSX/render functions for advanced use cases.”

\n

You also addressed the concern of longevity by offering more information on Vue’s development processes. He confirmed that the current codebase is largely developed by him alone, but maintenance is spread across a core team with members all over the world.

\n

“Other contributors have lower commit counts because their contributions are all submitted in the form of PRs and we use the ‘Squash and commit’ feature on GitHub so each PR results in only one commit for the contributor,” You said. “We’ve merged close to 500 PRs in the core repo alone, and many more across the organization. Other repos under the vuejs organization, e.g. vuex, vue-router, vuejs.org are also largely maintained by dedicated team members.”

\n

You also offered clarification on questions of stability and future compatibility, as WordPress contributors presented concerns regarding breaking changes in the templating language in Vue 2.0.

\n

“This begs for some clarification: Vue versioning strictly follows semver,” You said. “The only time there had been breaking API changes post 1.0 was the 2.0 bump. The template syntax is part of the API so it’s not going to [break], and in between major version bumps we commit to 100% API backwards compatibility. We take stability very seriously, so do our community and in-production users, including GitLab, Vice, and some of the biggest internet companies in China.”

\n

As many WordPress core contributors have been developing on top of React for years, You’s input offers a more detailed, in-depth look at Vue that contributors have been asking for during various rounds of feedback. The discussion will continue over the next several weeks and contributors plan to include the topic at WordCamp Europe’s contributor summit.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jun 2017 18:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Open Sourcing Mental Illness Surpasses $50K Fundraising Goal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/open-sourcing-mental-illness-surpases-50k-fundraising-goal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3035:\"

\n

Open Sourcing Mental Illness (OSMI), a non-profit organization that raises mental health awareness in the tech community, has surpassed its $50K fundraising goal for 2017. Ed Finkler, who founded OSMI in 2013, left his position as CTO of Graph Story to work full-time on speaking, educating, and providing resources to support mental wellness in the tech and open source communities. As of today, the campaign has raised more than $58,000.

\n

In addition to donations from individuals, OSMI has added several corporate sponsors, including CakeDC, Github, Digital Ocean, and Laravel. CakeDC has designated $1,000/month for 12 months to support Finkler’s salary. Finkler works together with a board of directors and a team of volunteers who also speak at conferences about mental health in tech. Several WordPress companies have also been involved in raising support for OSMI, including WebDevStudios and WP Elevation.

\n

OSMI conducts an annual Mental Health in Tech survey as part of ongoing research. Last year’s survey received more than 1,500 responses and the results underscore the great need for removing the stigma surrounding mental illness in the tech industry. A few examples Finkler highlighted include:

\n\n

OSMI offers all of the resources it creates for free. The funds raised in the campaign will help to create more tools, documents, videos, and other educational resources. Finkler is working towards engaging with more HR departments and educating more executive teams. He also plans to use the funds to do more research and employ additional experts to reach more people.

\n

For more information about OSMI’s efforts to improve mental health in the tech industry, check out Jeff Chandler’s recent interview with Finkler on the WP Weekly podcast.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Jun 2017 03:59:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 21\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71142&preview=true&preview_id=71142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-21\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6022:\"photo credit: Night Moves(license)\n

There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.

\n

Bob Dunn and Patrick Rauland Host Lift Off Summit

\n

Bob Dunn and Patrick Rauland have partnered up for Lift Off Summit. Between June 19-23, visitors will be able to watch 3-4 videos per day focused on getting more traffic, increasing social interactions, and keeping customers to their online stores. The virtual conference is free to watch.

\n

The Evolution of WordPress Magazine Themes

\n

Alex Denning takes a look back at the evolution of WordPress magazine themes over the last 10 years and offers insights into what might be next for the style.

\n

WordPress magazine themes were a huge deal between 2009-2011. Brian Gardner was able to create a profitable business with a single magazine style theme called Revolution, one of the first themes to display content in ways different from the typical single column blog layout.

\n

Magazine themes are a great chapter of WordPress’ history. Their popularity is why WordPress has featured images and automatic thumbnail generation in core.

\n

Highlights From Season Four of ManageWP’s Ask Me Anything

\n

ManageWP published highlights from season four of Ask Me Anything, a weekly event where members of the WordPress community voluntarily answer any questions submitted.

\n

WordPress 4.8 Field Guide

\n

Everything you need to know to prepare for WordPress 4.8, tentatively scheduled for release on June 8th, is in the field guide.

\n

Take the WPCampus WordPress in Higher Education Survey

\n

WPCampus is once again asking for those who work with WordPress in educational settings to fill out the following survey. This year, three randomly selected participants will receive a free ticket to attend WPCampus in Buffalo, NY, July 14-15.

\n

The data will be used to create a series of reports on how WordPress is used in public schools and higher education. Last year’s survey indicated that misconceptions surrounding WordPress security and scalability are slowing its growth in higher education.

\n

A Plugin for Monitoring Directory Sizes

\n

David Bisset shared a dashboard widget that displays the sizes of directories.

\n
\n

WordPress dashboard widget that displays directory sizes, in case you need to keep an eye on that for some reason. https://t.co/eWu6cxtze7 pic.twitter.com/bPOgXVkwvL

\n

— David Bisset (@dimensionmedia) June 1, 2017

\n

\n

Stop Signup Spam Integrates with GiveWP

\n

Stop Signup Spam, a plugin we featured last month now integrates with GiveWP.

\n
\n

My \"Stop Signup Spam\" plugin now integrates with @GiveWP, thanks to a contribution from @learnwithmattc! https://t.co/hmHBxxKEki

\n

— Leland Fiegel (@lelandf) May 31, 2017

\n

\n

LED WordPress Badge

\n

George Stephanis unveiled his wifi-enabled light up WordPress badge on Twitter. He ordered the parts and soldered them together himself. You’ll get to see it in person if you’re attending WordCamp Kyoto.

\n
\n

IT IS ALIIIIIIIVE! I\'ll be debuting my shiny new (wifi-enabled, esp-8266 powered) WordPress badge in ONE MONTH at @wckyoto2017! pic.twitter.com/P7WZmQUf9z

\n

— george stephanis (@daljo628) May 30, 2017

\n

\n

Wabster!

\n

In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the unofficial mascot of the WordPress project. This week’s edition features a variation of the Wapuu design. Wabster, created by Alison Knott, is the mascot of WordCamp Halifax.

\n

\n

That’s it for issue twenty-one. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jun 2017 20:23:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Chassis Desktop Application for Local WordPress Development Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/chassis-desktop-application-for-local-wordpress-development-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2112:\"

\n

Human Made has released its first public beta of Chassis Desktop, an application for local WordPress development. Chassis is a Vagrant-based virtual server and a community project that Human Made has commercially supported since 2012. The new desktop app is in early beta at version 0.2.0 with version 1.0.0 coming soon.

\n

Chassis Desktop was designed with a user-friendly interface suitable for beginners and experts alike. It was built by Bronson Quick and Ryan McCue using Electron and contains code from the create-react-app project.

\n

On first launch the app makes sure that Vagrant and VirtualBox are installed and then guides the user to create a new box. Setting up a new Chassis install or adding Chassis to an existing install is fast and easy with the simple UI. The app also includes keyboard navigation and a built-in terminal for quick access to more control over your box.

\n

\n

Over the years Chassis contributors have created an ecosystem of extensions for things like MailHog, Photon, Memcache, debugging, and other software. These add-ons allow users to tailor their systems to their needs.

\n

Chassis Desktop aims to make it easy for users to manager their Chassis development environments without having to touch the command line. As it is currently in pre-release status, early adopters may discover some bugs. Beta testers are encouraged to log any issues on GitHub.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jun 2017 03:24:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: WordPress 4.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/06/wordpress-4-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1160:\"

The second release candidate for WordPress 4.8 is now available.

\n

To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip).

\n

We’ve made a handful of changes since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the Beta 1, Beta 2, and RC1 blog posts.

\n

Think you’ve found a bug? Please post to the Alpha/Beta support forum. If any known issues come up, you’ll be able to find them here.

\n

Happy testing!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 22:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Inpsyde Open Sources Wonolog, a Monolog-based Logging Package for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=71109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/inpsyde-open-sources-wonolog-a-monolog-based-logging-package-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1721:\"

\n

Inpsyde, a WordPress agency and WordPress.com VIP partner based in Germany, has open sourced Wonolog, a package that integrates Monolog for sophisticated WordPress data logging. Monolog is the most widely used PHP logging library with more than 57 million downloads to date.

\n

Wonolog automatically creates logs that target specific WordPress requests and can be customized with action and filter hooks. Here are a few examples of WordPress data it can log:

\n\n

Wonolog is available as a Composer package and its creators recommend installing at the website level. Inpsyde has been using it successfully in production with different projects for several months. Wonolog requires PHP 5.6 or higher and WordPress 4.6+. A documentation site is available to help new users get started and the project can be found on GitHub.

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 20:54:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WPWeekly Episode 275 – The JavaScript Framework Rabbit Hole\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=71102&preview=true&preview_id=71102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wpweekly-episode-275-the-javascript-framework-rabbit-hole\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2549:\"

In this episode, John James Jacoby and I celebrate WordPress’ 14th birthday. We discuss the removal of HHVM from WordPress’ testing infrastructure and how it was likely the reason PHP 7 gained so many performance improvements.

\n

For a majority of the show, Jacoby and I spoke in-depth on which JavaScript framework WordPress core should choose. We discuss what’s at stake, who might be impacted, and why the discussion and eventual decision is important for WordPress’ future. To round out the show, we share our picks of the week and let you know about upcoming WordCamps.

\n

Stories Discussed:

\n

WordPress Turns 14
\nWordPress Removes HHVM from Testing Infrastructure
\nWordPress Core JavaScript Framework Debate Heats Up, Contributors Narrow Discussion to React vs. Vue

\n

Picks of the Week:

\n

Wapu.us, created by James Tryon, is a place to discover and learn about Wapuu, the unofficial mascot of the WordPress project.

\n

Cavalcade is a scalable job system, designed as a drop-in replacement for WordPress’ built-in pseudo-cron system created by Human Made.

\n

Give is a free WordPress donation management plugin by WordImpress.

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, June 7th 3:00 P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #275:
\n

\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 01:09:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 26 Jun 2017 06:44:20 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 26 Jun 2017 06:30:11 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130910190210\";}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (232, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1498502662', 'no'), (233, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1498459462', 'no'), (234, '_transient_timeout_dash_v2_16e5162baedbebe7a1904fee5fde69e4', '1498502662', 'no'), (235, '_transient_dash_v2_16e5162baedbebe7a1904fee5fde69e4', '
', 'no'), (244, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1498493634', 'no'), (245, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4343;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2481;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2352;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2158;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1820;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1584;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1560;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1428;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1340;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1328;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1321;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1269;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1261;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1108;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1050;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1040;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:988;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:930;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:815;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:791;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:791;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:765;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:760;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:667;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:658;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:657;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:648;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:644;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:635;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:631;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:611;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:593;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:590;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:582;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:579;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:569;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:569;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:556;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:551;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:537;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:531;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:530;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:518;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:506;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:498;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:492;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:490;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:476;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:467;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:465;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:465;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:463;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:441;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:437;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:435;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:434;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:430;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:420;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:417;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:410;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:402;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:399;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:397;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:396;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:394;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:378;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:376;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:368;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:367;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:350;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:340;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:332;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:331;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:330;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:324;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:322;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:320;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:320;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:315;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:314;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:306;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:299;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:296;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:290;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:289;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:287;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:287;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:283;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:281;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:277;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:275;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:275;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:274;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:270;}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";i:265;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:263;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:263;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:263;}}', 'no'), (248, 'crayon_options', 'a:95:{s:7:\"version\";s:11:\"_2.7.2_beta\";s:5:\"theme\";s:7:\"classic\";s:4:\"font\";s:6:\"monaco\";s:16:\"font-size-enable\";b:1;s:9:\"font-size\";i:12;s:11:\"line-height\";i:15;s:7:\"preview\";b:1;s:10:\"height-set\";b:0;s:11:\"height-mode\";i:0;s:6:\"height\";s:3:\"500\";s:11:\"height-unit\";i:0;s:9:\"width-set\";b:0;s:10:\"width-mode\";i:0;s:5:\"width\";s:3:\"500\";s:10:\"width-unit\";i:0;s:7:\"top-set\";b:1;s:10:\"top-margin\";i:12;s:10:\"bottom-set\";b:1;s:13:\"bottom-margin\";i:12;s:8:\"left-set\";b:0;s:11:\"left-margin\";i:12;s:9:\"right-set\";b:0;s:12:\"right-margin\";i:12;s:7:\"h-align\";i:0;s:12:\"float-enable\";b:0;s:7:\"toolbar\";i:0;s:15:\"toolbar-overlay\";b:1;s:12:\"toolbar-hide\";b:1;s:13:\"toolbar-delay\";b:1;s:4:\"copy\";b:1;s:5:\"popup\";b:1;s:9:\"show-lang\";i:0;s:10:\"show-title\";b:1;s:7:\"striped\";b:1;s:7:\"marking\";b:1;s:10:\"start-line\";i:1;s:4:\"nums\";b:1;s:11:\"nums-toggle\";b:1;s:15:\"trim-whitespace\";b:1;s:17:\"whitespace-before\";i:0;s:16:\"whitespace-after\";i:0;s:13:\"trim-code-tag\";b:1;s:11:\"tab-convert\";b:0;s:8:\"tab-size\";i:4;s:13:\"fallback-lang\";s:7:\"default\";s:10:\"local-path\";s:0:\"\";s:6:\"scroll\";b:0;s:5:\"plain\";b:1;s:12:\"plain-toggle\";b:1;s:18:\"show-plain-default\";b:0;s:10:\"show-plain\";i:0;s:12:\"disable-anim\";b:0;s:11:\"touchscreen\";b:1;s:7:\"runtime\";b:0;s:12:\"disable-date\";s:0:\"\";s:9:\"error-log\";b:1;s:13:\"error-log-sys\";b:1;s:14:\"error-msg-show\";b:1;s:9:\"error-msg\";s:60:\"오류가 발생했습니다. 나중에 다시 해보세요.\";s:9:\"hide-help\";b:0;s:5:\"cache\";i:1;s:17:\"efficient-enqueue\";b:0;s:11:\"capture-pre\";b:1;s:16:\"capture-mini-tag\";b:0;s:5:\"mixed\";b:1;s:10:\"show_mixed\";b:1;s:9:\"plain_tag\";b:0;s:15:\"enqueque-themes\";b:1;s:14:\"enqueque-fonts\";b:1;s:10:\"main-query\";b:0;s:12:\"safe-enqueue\";b:1;s:10:\"inline-tag\";b:1;s:18:\"inline-tag-capture\";b:0;s:16:\"code-tag-capture\";b:0;s:21:\"code-tag-capture-type\";i:0;s:13:\"inline-margin\";i:5;s:11:\"inline-wrap\";b:1;s:9:\"backquote\";b:1;s:8:\"comments\";b:1;s:6:\"decode\";b:0;s:17:\"decode-attributes\";b:1;s:8:\"attr-sep\";i:0;s:13:\"excerpt-strip\";b:0;s:6:\"ranges\";b:1;s:16:\"tag-editor-front\";b:0;s:21:\"tag-editor-front-hide\";b:1;s:26:\"tag-editor-button-add-text\";s:8:\"Add Code\";s:27:\"tag-editor-button-edit-text\";s:9:\"Edit Code\";s:31:\"tag-editor-quicktag-button-text\";s:6:\"crayon\";s:11:\"wrap-toggle\";b:1;s:4:\"wrap\";b:0;s:6:\"expand\";b:0;s:13:\"expand-toggle\";b:1;s:8:\"minimize\";b:0;s:13:\"delay-load-js\";b:0;}', 'yes'), (249, 'crayon_posts', 'a:1:{i:0;i:23;}', 'yes'), (250, 'crayon_legacy_posts', 'a:0:{}', 'yes'), (259, '_site_transient_timeout_available_translations', '1498500441', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (260, '_site_transient_available_translations', 'a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 21:35:47\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 18:41:14\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 20:31:44\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-18 19:16:01\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-16 11:47:56\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 13:21:24\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 23:24:44\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 21:25:12\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 08:50:23\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 00:09:35\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 12:43:20\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 18:05:57\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 08:09:19\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 07:18:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 05:14:35\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 16:48:27\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-04 17:21:42\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-16 17:22:41\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-22 23:32:30\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 00:55:30\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 08:00:44\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 18:25:22\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-26 09:55:05\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 08:47:21\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 06:47:57\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 20:40:15\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-07 12:07:46\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:33:29\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 08:25:42\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 07:33:38\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 21:11:01\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 07:29:14\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-25 11:16:15\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 07:08:35\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 11:50:13\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 12:45:17\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.18/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-26 11:11:30\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 11:30:58\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 11:00:15\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-20 17:04:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 13:05:53\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-23 09:31:28\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.18/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 10:24:37\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-21 17:29:18\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-18 18:31:34\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:54:09\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 09:02:13\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 15:29:14\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-08 11:06:53\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-23 05:15:14\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-19 13:54:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 19:23:40\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-03 00:28:41\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 11:24:18\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-15 13:17:37\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:45\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-17 17:23:10\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'no'), (269, 'category_children', 'a:0:{}', 'yes'), (271, '_transient_is_multi_author', '0', 'yes'), (288, '_transient_nisarg_categories', '1', 'yes'), (407, '_site_transient_timeout_theme_roots', '1501838828', 'no'), (408, '_site_transient_theme_roots', 'a:4:{s:6:\"nisarg\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}', 'no'), (410, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), (411, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/ko_KR/wordpress-4.8.1.zip\";s:6:\"locale\";s:5:\"ko_KR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/ko_KR/wordpress-4.8.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.1\";s:7:\"version\";s:5:\"4.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1501837071;s:15:\"version_checked\";s:5:\"4.8.1\";s:12:\"translations\";a:0:{}}', 'no'), (412, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1501837074;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.3.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.3.4.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:45:\"crayon-syntax-highlighter/crayon_wp.class.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:39:\"w.org/plugins/crayon-syntax-highlighter\";s:4:\"slug\";s:25:\"crayon-syntax-highlighter\";s:6:\"plugin\";s:45:\"crayon-syntax-highlighter/crayon_wp.class.php\";s:11:\"new_version\";s:5:\"2.8.4\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/crayon-syntax-highlighter/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/crayon-syntax-highlighter.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}}}', 'no'), (413, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"junijuniya@naver.com\";s:7:\"version\";s:5:\"4.8.1\";s:9:\"timestamp\";i:1501837073;}', 'no'); -- -------------------------------------------------------- -- -- 테이블 구조 `wp_postmeta` -- CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) UNSIGNED NOT NULL, `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_postmeta` -- INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (23, 13, '_wp_attached_file', '2017/06/kjun_logo.jpg'), (24, 13, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:170;s:6:\"height\";i:50;s:4:\"file\";s:21:\"2017/06/kjun_logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"kjun_logo-150x50.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (25, 14, '_wp_attached_file', '2017/06/cropped-kjun_logo.jpg'), (26, 14, '_wp_attachment_context', 'custom-logo'), (27, 14, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:248;s:6:\"height\";i:248;s:4:\"file\";s:29:\"2017/06/cropped-kjun_logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-kjun_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (28, 16, '_wp_attached_file', '2017/06/cropped-kjun_logo-1.jpg'), (29, 16, '_wp_attachment_context', 'custom-logo'), (30, 16, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:248;s:6:\"height\";i:72;s:4:\"file\";s:31:\"2017/06/cropped-kjun_logo-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-kjun_logo-1-150x72.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (31, 17, '_wp_attached_file', '2017/06/1.jpg'), (32, 17, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:43;s:6:\"height\";i:41;s:4:\"file\";s:13:\"2017/06/1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), (45, 23, '_edit_last', '1'), (46, 23, '_edit_lock', '1498492048:1'); -- -------------------------------------------------------- -- -- 테이블 구조 `wp_posts` -- CREATE TABLE `wp_posts` ( `ID` bigint(20) UNSIGNED NOT NULL, `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_posts` -- INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2, 1, '2017-06-23 01:13:14', '2017-06-22 16:13:14', '이것은 예제 페이지입니다. 이것은 한곳을 차지하고 사이트 내비게이션에 표시되기 때문에 블로그 글과는 다릅니다(대부분의 테마). 대다수의 사람들은 잠재적인 사이트 방문자들에게 자신을 소개하기 위한 \"사이트 소개\" 페이지부터 시작합니다. 다음과 같이 작성할 수 있습니다:\n\n
안녕하세요! 저는 낮에는 자전거로 배달하는 일을 하고 밤에는 배우가 되기 위한 연기 연습을 합니다. 여기는 제 웹사이트입니다. 서울에 살고 순돌이라는 이름의 대단한 개가 있으며 피냐 콜라다를 좋아합니다.(비 맞기도 좋아합니다.)
\n\n...또는 이럴 수도 있습니다:\n\n
가나다 회사는 2012년에 만들어졌으며 그 후로 소비자를 위해 품질 좋은 생산품을 만들고 있습니다. 고양시에 위치하며 2천명의 직원이 있고 고양시 커뮤니티를 위해 다양하고 멋진 일을 하고 있습니다.
\n\n새로운 워드프레스 사용자로써, 자신의 관리자 화면으로 가서 이 페이지를 삭제하고 자신의 콘텐츠로 채워진 새로운 페이지를 만들어보세요. 즐기세요!', '샘플 페이지', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2017-06-23 01:13:14', '2017-06-22 16:13:14', '', 0, 'http://localhost:8010/wordpress/?page_id=2', 0, 'page', '', 0), (13, 1, '2017-06-23 16:04:40', '2017-06-23 07:04:40', '', 'kjun logo', 'kjun logo', 'inherit', 'open', 'closed', '', 'kjun_logo', '', '', '2017-06-23 16:05:10', '2017-06-23 07:05:10', '', 0, 'http://localhost:8010/wordpress/wp-content/uploads/2017/06/kjun_logo.jpg', 0, 'attachment', 'image/jpeg', 0), (14, 1, '2017-06-23 16:05:34', '2017-06-23 07:05:34', 'http://localhost:8010/wordpress/wp-content/uploads/2017/06/cropped-kjun_logo.jpg', 'cropped-kjun_logo.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-kjun_logo-jpg', '', '', '2017-06-23 16:05:34', '2017-06-23 07:05:34', '', 0, 'http://localhost:8010/wordpress/wp-content/uploads/2017/06/cropped-kjun_logo.jpg', 0, 'attachment', 'image/jpeg', 0), (16, 1, '2017-06-23 16:06:51', '2017-06-23 07:06:51', 'http://localhost:8010/wordpress/wp-content/uploads/2017/06/cropped-kjun_logo-1.jpg', 'cropped-kjun_logo-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-kjun_logo-1-jpg', '', '', '2017-06-23 16:06:51', '2017-06-23 07:06:51', '', 0, 'http://localhost:8010/wordpress/wp-content/uploads/2017/06/cropped-kjun_logo-1.jpg', 0, 'attachment', 'image/jpeg', 0), (17, 1, '2017-06-23 16:07:11', '2017-06-23 07:07:11', '', 'kjun', '', 'inherit', 'open', 'closed', '', '1', '', '', '2017-06-23 16:07:20', '2017-06-23 07:07:20', '', 0, 'http://localhost:8010/wordpress/wp-content/uploads/2017/06/1.jpg', 0, 'attachment', 'image/jpeg', 0), (23, 1, '2017-06-25 23:47:28', '2017-06-25 14:47:28', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로\r\n쉽게 말하면 대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 뒤에 판단하고 싶은 타입을 넣어 사용합니다.* const pattern\r\n이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌습니다.\r\n\r\n
    if (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n        Console.WriteLine(\"1\");\r\n}
    \r\n* type pattern\r\n 타입을 비교하고 맞다면 변수에 그값을 할당하게 됩니다.\r\n\r\n
    if (item is Circle circ)\r\n{\r\n   WriteLine(circ.Radius);\r\n}
    \r\n* var pattern \r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 됩니다.\r\n
    if (item is var item)\r\n{\r\n     WriteLine(\"var item\");\r\n}
    \r\n 
  2. \r\n
  3. switch 문\r\n 위에서 언급한 패턴매칭을 switch 문에서 활용할 수 있습니다.\r\n
        private void PrintArea(List<Shape> shapes)\r\n    {\r\n        foreach (var shape in shapes)\r\n        {\r\n            switch (shape)\r\n            { \r\n                // const pattern \r\n                case null:\r\n                    WriteLine(\"Skip\");\r\n                    break;\r\n                // type pattern \r\n                case Circle c:\r\n                    WriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\n                    break;\r\n                case Rect r when r.Width == r.Height: \r\n                    WriteLine($\"정사각형: {r.Width * r.Width}\");\r\n                    break;\r\n                case Rect r:\r\n                    WriteLine($\"사각형: {r2.Width * r2.Height}\");\r\n                    break;\r\n                default:\r\n                    WriteLine(\"모르는 모양\");\r\n                    break;\r\n            }\r\n        }\r\n    }\r\n\r\n    class Shape { } \r\n    class Circle : Shape { /*  생략  */ }\r\n    class Rect : Shape { /*  생략  */ }
    \r\n \r\n\r\n 
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'publish', 'open', 'open', '', 'c-7-0-%ec%83%88-%ea%b8%b0%eb%8a%a5-%ed%8c%a8%ed%84%b4-%eb%a7%a4%ec%b9%ad', '', '', '2017-06-27 00:47:25', '2017-06-26 15:47:25', '', 0, 'http://kjcode.iptime.org:8010/wordpress/?p=23', 0, 'post', '', 0), (24, 1, '2017-06-25 23:47:28', '2017-06-25 14:47:28', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로 쉽게 말하면\r\n\r\n대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\n\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며\r\n\r\n패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n\r\n \r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 위에 판단하고 싶은 타입을 넣어 사용합니다.\r\nC# 7.0 에서 추가된 기능은\r\n\r\n* const pattern\r\n\r\n이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌다.\r\n\r\nif (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n         Console.WriteLine(\"1\");\r\n}\r\n\r\n* type pattern\r\n\r\n타입을 비교하고 맞다면 변수에 그값을 할당하게 된다\r\n\r\nif (item is Circle circ)\r\n{\r\nWriteLine(circ.Radius);\r\n} item\r\n\r\n* var pattern\r\n\r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 된다.\r\n\r\nif (item is var item)\r\n{\r\nWriteLine(\"var item\");\r\n}\r\n
  2. \r\n
  3. switch 문\r\n위에서 언급한 패턴매칭을 switch 문에서 활용할수 있습니다.\r\nprivate void PrintArea(List<Shape> shapes)\r\n{\r\nforeach (var shape in shapes)\r\n{\r\nswitch (shape)\r\n{\r\n// const pattern\r\ncase null:\r\nWriteLine(\"Skip\");\r\nbreak;\r\n\r\n// type pattern\r\ncase Circle c:\r\nWriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\nbreak;\r\ncase Rect r when r.Width == r.Height:\r\nWriteLine($\"정사각형: {r.Width * r.Width}\");\r\nbreak;\r\ncase Rect r:\r\nWriteLine($\"사각형: {r2.Width * r2.Height}\");\r\nbreak;\r\n\r\ndefault:\r\nWriteLine(\"모르는 모양\");\r\nbreak;\r\n}\r\n}\r\n}\r\n\r\nclass Shape {}\r\nclass Circle : Shape { /*  생략  */ }\r\n\r\nclass Rect : Shape { /*  생략  */ }
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2017-06-25 23:47:28', '2017-06-25 14:47:28', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/24', 0, 'revision', '', 0), (27, 1, '2017-06-27 00:44:31', '2017-06-26 15:44:31', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로\n쉽게 말하면 대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\n
    \n
  1. is 연산자\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\na is string 이런식으로 뒤에 판단하고 싶은 타입을 넣어 사용합니다.\n\n* const pattern\n이전에는 is 뒤에 타입이 와야 했지만\n아래처럼 상수값을 이용해 체크가 가능해졌습니다.\n\n
    if (item is null)\n{\n        Console.WriteLine(\"null\");\n }\n   else if (item is 1)\n{\n        Console.WriteLine(\"1\");\n}
    \n* type pattern\n 타입을 비교하고 맞다면 변수에 그값을 할당하게 됩니다.\n\n
    if (item is Circle circ)\n{\n   WriteLine(circ.Radius);\n}
    \n* var pattern \n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 됩니다.\n
    if (item is var item)\n{\n     WriteLine(\"var item\");\n}
    \n 
  2. \n
  3. switch 문\n 위에서 언급한 패턴매칭을 switch 문에서 활용할 수 있습니다.\n
        private void PrintArea(List<Shape> shapes)\n    {\n        foreach (var shape in shapes)\n        {\n            switch (shape)\n            { \n                // const pattern \n                case null:\n                    WriteLine(\"Skip\");\n                    break;\n                // type pattern \n                case Circle c:\n                    WriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\n                    break;\n                case Rect r when r.Width == r.Height: \n                    WriteLine($\"정사각형: {r.Width * r.Width}\");\n                    break;\n                case Rect r:\n                    WriteLine($\"사각형: {r2.Width * r2.Height}\");\n                    break;\n                default:\n                    WriteLine(\"모르는 모양\");\n                    break;\n            }\n        }\n    }\n\n    class Shape { } class Circle : Shape { /*  생략  */ }\n    class Rect : Shape { /*  생략  */ }
    \n \n\n 
  4. \n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-autosave-v1', '', '', '2017-06-27 00:44:31', '2017-06-26 15:44:31', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/27', 0, 'revision', '', 0), (28, 1, '2017-06-26 22:13:33', '2017-06-26 13:13:33', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로 쉽게 말하면\r\n\r\n대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\n\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며\r\n\r\n패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n\r\n \r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 위에 판단하고 싶은 타입을 넣어 사용합니다.\r\nC# 7.0 에서 추가된 기능은* const pattern이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌다.if (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n         Console.WriteLine(\"1\");\r\n}\r\n\r\n\r\n* type pattern\r\n\r\n타입을 비교하고 맞다면 변수에 그값을 할당하게 된다\r\n[code language=\"csharp\"]\r\n\r\nif (item is Circle circ)\r\n{\r\nWriteLine(circ.Radius);\r\n} item\r\n\r\n* var pattern\r\n\r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 된다.\r\n\r\nif (item is var item)\r\n{\r\nWriteLine(\"var item\");\r\n}\r\n\r\n 
  2. \r\n
  3. switch 문\r\n\r\n위에서 언급한 패턴매칭을 switch 문에서 활용할수 있습니다.private void PrintArea(List<Shape> shapes)\r\n{\r\nforeach (var shape in shapes)\r\n{\r\nswitch (shape)\r\n{\r\n// const pattern\r\ncase null:\r\nWriteLine(\"Skip\");\r\nbreak;// type pattern\r\ncase Circle c:\r\nWriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\nbreak;\r\ncase Rect r when r.Width == r.Height:\r\nWriteLine($\"정사각형: {r.Width * r.Width}\");\r\nbreak;\r\ncase Rect r:\r\nWriteLine($\"사각형: {r2.Width * r2.Height}\");\r\nbreak;default:\r\nWriteLine(\"모르는 모양\");\r\nbreak;\r\n}\r\n}\r\n}\r\n\r\nclass Shape {}\r\nclass Circle : Shape { /*  생략  */ }\r\n\r\nclass Rect : Shape { /*  생략  */ }
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2017-06-26 22:13:33', '2017-06-26 13:13:33', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/28', 0, 'revision', '', 0), (29, 1, '2017-06-26 22:25:36', '2017-06-26 13:25:36', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로 쉽게 말하면\r\n\r\n대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\n\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며\r\n\r\n패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n\r\n \r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 뒤에 판단하고 싶은 타입을 넣어 사용합니다.\r\n\r\n* const pattern\r\n\r\n이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌습니다.\r\n\r\n
    if (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n        Console.WriteLine(\"1\");\r\n}
    \r\n* type pattern\r\n\r\n타입을 비교하고 맞다면 변수에 그값을 할당하게 됩니다.\r\n\r\n
    if (item is Circle circ)\r\n{\r\n   WriteLine(circ.Radius);\r\n}
    \r\n* var pattern\r\n\r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 된다.\r\n
    if (item is var item)\r\n{\r\n     WriteLine(\"var item\");\r\n}
    \r\n 
  2. \r\n
  3. switch 문\r\n\r\n위에서 언급한 패턴매칭을 switch 문에서 활용할 수 있습니다.\r\n
        private void PrintArea(List<Shape> shapes)\r\n    {\r\n        foreach (var shape in shapes)\r\n        {\r\n            switch (shape)\r\n            { \r\n                // const pattern \r\n                case null:\r\n                    WriteLine(\"Skip\");\r\n                    break;\r\n                // type pattern \r\n                case Circle c:\r\n                    WriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\n                    break;\r\n                case Rect r when r.Width == r.Height: \r\n                    WriteLine($\"정사각형: {r.Width * r.Width}\");\r\n                    break;\r\n                case Rect r:\r\n                    WriteLine($\"사각형: {r2.Width * r2.Height}\");\r\n                    break;\r\n                default:\r\n                    WriteLine(\"모르는 모양\");\r\n                    break;\r\n            }\r\n        }\r\n    }\r\n\r\n    class Shape { } class Circle : Shape { /*  생략  */ }\r\n    class Rect : Shape { /*  생략  */ }
    \r\n \r\n\r\n 
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2017-06-26 22:25:36', '2017-06-26 13:25:36', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/29', 0, 'revision', '', 0), (30, 1, '2017-06-26 23:54:24', '2017-06-26 14:54:24', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로\r\n\r\n쉽게 말하면 대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\n\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며\r\n\r\n패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n\r\n \r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 뒤에 판단하고 싶은 타입을 넣어 사용합니다.* const pattern\r\n\r\n이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌습니다.\r\n\r\n
    if (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n        Console.WriteLine(\"1\");\r\n}
    \r\n* type pattern\r\n\r\n타입을 비교하고 맞다면 변수에 그값을 할당하게 됩니다.\r\n\r\n
    if (item is Circle circ)\r\n{\r\n   WriteLine(circ.Radius);\r\n}
    \r\n* var pattern\r\n\r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 됩니다.\r\n
    if (item is var item)\r\n{\r\n     WriteLine(\"var item\");\r\n}
    \r\n 
  2. \r\n
  3. switch 문\r\n\r\n위에서 언급한 패턴매칭을 switch 문에서 활용할 수 있습니다.\r\n
        private void PrintArea(List<Shape> shapes)\r\n    {\r\n        foreach (var shape in shapes)\r\n        {\r\n            switch (shape)\r\n            { \r\n                // const pattern \r\n                case null:\r\n                    WriteLine(\"Skip\");\r\n                    break;\r\n                // type pattern \r\n                case Circle c:\r\n                    WriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\n                    break;\r\n                case Rect r when r.Width == r.Height: \r\n                    WriteLine($\"정사각형: {r.Width * r.Width}\");\r\n                    break;\r\n                case Rect r:\r\n                    WriteLine($\"사각형: {r2.Width * r2.Height}\");\r\n                    break;\r\n                default:\r\n                    WriteLine(\"모르는 모양\");\r\n                    break;\r\n            }\r\n        }\r\n    }\r\n\r\n    class Shape { } class Circle : Shape { /*  생략  */ }\r\n    class Rect : Shape { /*  생략  */ }
    \r\n \r\n\r\n 
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2017-06-26 23:54:24', '2017-06-26 14:54:24', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/30', 0, 'revision', '', 0), (31, 1, '2017-06-27 00:06:04', '2017-06-26 15:06:04', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로\r\n\r\n쉽게 말하면 대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\n\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며\r\n\r\n패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n\r\n \r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 뒤에 판단하고 싶은 타입을 넣어 사용합니다.\r\n\r\n* const pattern이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌습니다.\r\n\r\n
    if (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n        Console.WriteLine(\"1\");\r\n}
    \r\n* type pattern\r\n\r\n타입을 비교하고 맞다면 변수에 그값을 할당하게 됩니다.\r\n\r\n
    if (item is Circle circ)\r\n{\r\n   WriteLine(circ.Radius);\r\n}
    \r\n* var pattern\r\n\r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 됩니다.\r\n
    if (item is var item)\r\n{\r\n     WriteLine(\"var item\");\r\n}
    \r\n 
  2. \r\n
  3. switch 문\r\n\r\n위에서 언급한 패턴매칭을 switch 문에서 활용할 수 있습니다.\r\n
        private void PrintArea(List<Shape> shapes)\r\n    {\r\n        foreach (var shape in shapes)\r\n        {\r\n            switch (shape)\r\n            { \r\n                // const pattern \r\n                case null:\r\n                    WriteLine(\"Skip\");\r\n                    break;\r\n                // type pattern \r\n                case Circle c:\r\n                    WriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\n                    break;\r\n                case Rect r when r.Width == r.Height: \r\n                    WriteLine($\"정사각형: {r.Width * r.Width}\");\r\n                    break;\r\n                case Rect r:\r\n                    WriteLine($\"사각형: {r2.Width * r2.Height}\");\r\n                    break;\r\n                default:\r\n                    WriteLine(\"모르는 모양\");\r\n                    break;\r\n            }\r\n        }\r\n    }\r\n\r\n    class Shape { } class Circle : Shape { /*  생략  */ }\r\n    class Rect : Shape { /*  생략  */ }
    \r\n \r\n\r\n 
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2017-06-27 00:06:04', '2017-06-26 15:06:04', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/31', 0, 'revision', '', 0), (32, 1, '2017-06-27 00:06:49', '2017-06-26 15:06:49', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로\r\n\r\n쉽게 말하면 대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\n\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며\r\n\r\n패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n\r\n \r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 뒤에 판단하고 싶은 타입을 넣어 사용합니다.* const pattern\r\n이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌습니다.\r\n\r\n
    if (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n        Console.WriteLine(\"1\");\r\n}
    \r\n* type pattern\r\n 타입을 비교하고 맞다면 변수에 그값을 할당하게 됩니다.\r\n\r\n
    if (item is Circle circ)\r\n{\r\n   WriteLine(circ.Radius);\r\n}
    \r\n* var pattern \r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 됩니다.\r\n
    if (item is var item)\r\n{\r\n     WriteLine(\"var item\");\r\n}
    \r\n 
  2. \r\n
  3. switch 문\r\n 위에서 언급한 패턴매칭을 switch 문에서 활용할 수 있습니다.\r\n
        private void PrintArea(List<Shape> shapes)\r\n    {\r\n        foreach (var shape in shapes)\r\n        {\r\n            switch (shape)\r\n            { \r\n                // const pattern \r\n                case null:\r\n                    WriteLine(\"Skip\");\r\n                    break;\r\n                // type pattern \r\n                case Circle c:\r\n                    WriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\n                    break;\r\n                case Rect r when r.Width == r.Height: \r\n                    WriteLine($\"정사각형: {r.Width * r.Width}\");\r\n                    break;\r\n                case Rect r:\r\n                    WriteLine($\"사각형: {r2.Width * r2.Height}\");\r\n                    break;\r\n                default:\r\n                    WriteLine(\"모르는 모양\");\r\n                    break;\r\n            }\r\n        }\r\n    }\r\n\r\n    class Shape { } class Circle : Shape { /*  생략  */ }\r\n    class Rect : Shape { /*  생략  */ }
    \r\n \r\n\r\n 
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2017-06-27 00:06:49', '2017-06-26 15:06:49', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/32', 0, 'revision', '', 0), (33, 1, '2017-06-27 00:45:36', '2017-06-26 15:45:36', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로\r\n쉽게 말하면 대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 뒤에 판단하고 싶은 타입을 넣어 사용합니다.\r\n\r\n* const pattern\r\n이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌습니다.\r\n\r\n
    if (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n        Console.WriteLine(\"1\");\r\n}
    \r\n* type pattern\r\n 타입을 비교하고 맞다면 변수에 그값을 할당하게 됩니다.\r\n\r\n
    if (item is Circle circ)\r\n{\r\n   WriteLine(circ.Radius);\r\n}
    \r\n* var pattern \r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 됩니다.\r\n
    if (item is var item)\r\n{\r\n     WriteLine(\"var item\");\r\n}
    \r\n 
  2. \r\n
  3. switch 문\r\n 위에서 언급한 패턴매칭을 switch 문에서 활용할 수 있습니다.\r\n
        private void PrintArea(List<Shape> shapes)\r\n    {\r\n        foreach (var shape in shapes)\r\n        {\r\n            switch (shape)\r\n            { \r\n                // const pattern \r\n                case null:\r\n                    WriteLine(\"Skip\");\r\n                    break;\r\n                // type pattern \r\n                case Circle c:\r\n                    WriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\n                    break;\r\n                case Rect r when r.Width == r.Height: \r\n                    WriteLine($\"정사각형: {r.Width * r.Width}\");\r\n                    break;\r\n                case Rect r:\r\n                    WriteLine($\"사각형: {r2.Width * r2.Height}\");\r\n                    break;\r\n                default:\r\n                    WriteLine(\"모르는 모양\");\r\n                    break;\r\n            }\r\n        }\r\n    }\r\n\r\n    class Shape { } \r\n    class Circle : Shape { /*  생략  */ }\r\n    class Rect : Shape { /*  생략  */ }
    \r\n \r\n\r\n 
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2017-06-27 00:45:36', '2017-06-26 15:45:36', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/33', 0, 'revision', '', 0), (34, 1, '2017-06-27 00:47:25', '2017-06-26 15:47:25', '패턴 매칭이란 어떤 대상이 특정한 패턴을 가지고 있는지 확인하는 것으로\r\n쉽게 말하면 대상이 숫자 타입인지 문자 타입인지 확인하는 것입니다.\r\nC#7.0 에서는 const pattern, type pattern, var pattern 3가지 패턴을 지원하고 있으며패턴 매칭 기능은 is 연산자와 switch 문에서 사용됩니다.\r\n
    \r\n
  1. is 연산자\r\n대상이 특정 타입의 객체인지 판단하는 용도로 타입이 맞다면 true 를 리턴합니다.\r\na is string 이런식으로 뒤에 판단하고 싶은 타입을 넣어 사용합니다.* const pattern\r\n이전에는 is 뒤에 타입이 와야 했지만\r\n아래처럼 상수값을 이용해 체크가 가능해졌습니다.\r\n\r\n
    if (item is null)\r\n{\r\n        Console.WriteLine(\"null\");\r\n }\r\n   else if (item is 1)\r\n{\r\n        Console.WriteLine(\"1\");\r\n}
    \r\n* type pattern\r\n 타입을 비교하고 맞다면 변수에 그값을 할당하게 됩니다.\r\n\r\n
    if (item is Circle circ)\r\n{\r\n   WriteLine(circ.Radius);\r\n}
    \r\n* var pattern \r\n말그대로 var 타입을 체크하는 것으로 무조건 true 가 되고 해당 변수에 할당이 됩니다.\r\n
    if (item is var item)\r\n{\r\n     WriteLine(\"var item\");\r\n}
    \r\n 
  2. \r\n
  3. switch 문\r\n 위에서 언급한 패턴매칭을 switch 문에서 활용할 수 있습니다.\r\n
        private void PrintArea(List<Shape> shapes)\r\n    {\r\n        foreach (var shape in shapes)\r\n        {\r\n            switch (shape)\r\n            { \r\n                // const pattern \r\n                case null:\r\n                    WriteLine(\"Skip\");\r\n                    break;\r\n                // type pattern \r\n                case Circle c:\r\n                    WriteLine($\"원원: {{c.Radius * c.Radius * Math.PI}}\");\r\n                    break;\r\n                case Rect r when r.Width == r.Height: \r\n                    WriteLine($\"정사각형: {r.Width * r.Width}\");\r\n                    break;\r\n                case Rect r:\r\n                    WriteLine($\"사각형: {r2.Width * r2.Height}\");\r\n                    break;\r\n                default:\r\n                    WriteLine(\"모르는 모양\");\r\n                    break;\r\n            }\r\n        }\r\n    }\r\n\r\n    class Shape { } \r\n    class Circle : Shape { /*  생략  */ }\r\n    class Rect : Shape { /*  생략  */ }
    \r\n \r\n\r\n 
  4. \r\n
', '(C# 7.0) 새 기능- 패턴 매칭', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2017-06-27 00:47:25', '2017-06-26 15:47:25', '', 23, 'http://kjcode.iptime.org:8010/wordpress/index.php/archives/34', 0, 'revision', '', 0); -- -------------------------------------------------------- -- -- 테이블 구조 `wp_term_relationships` -- CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_term_relationships` -- INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (23, 3, 0), (23, 4, 0), (23, 5, 0); -- -------------------------------------------------------- -- -- 테이블 구조 `wp_term_taxonomy` -- CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL, `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_term_taxonomy` -- INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 0), (2, 2, 'category', '', 0, 0), (3, 3, 'post_tag', '', 0, 1), (4, 4, 'post_tag', '', 0, 1), (5, 5, 'category', '', 0, 1); -- -------------------------------------------------------- -- -- 테이블 구조 `wp_termmeta` -- CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) UNSIGNED NOT NULL, `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- 테이블 구조 `wp_terms` -- CREATE TABLE `wp_terms` ( `term_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_terms` -- INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, '미분류', 'uncategorized', 0), (2, 'C#', 'c', 0), (3, '패턴 매칭', '%ed%8c%a8%ed%84%b4-%eb%a7%a4%ec%b9%ad', 0), (4, 'Pattern', 'pattern', 0), (5, 'C#7.0', 'c7', 0); -- -------------------------------------------------------- -- -- 테이블 구조 `wp_usermeta` -- CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_usermeta` -- INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'Kang Jun'), (2, 1, 'first_name', ''), (3, 1, 'last_name', ''), (4, 1, 'description', ''), (5, 1, 'rich_editing', 'true'), (6, 1, 'comment_shortcuts', 'false'), (7, 1, 'admin_color', 'fresh'), (8, 1, 'use_ssl', '0'), (9, 1, 'show_admin_bar_front', 'true'), (10, 1, 'locale', ''), (11, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'), (12, 1, 'wp_user_level', '10'), (13, 1, 'dismissed_wp_pointers', ''), (14, 1, 'show_welcome_panel', '1'), (15, 1, 'session_tokens', 'a:8:{s:64:\"a44312dde9b2a29b6ebc3e9fb99f7b0ef3bc0a3639b559cce91d246dfb278c74\";a:4:{s:10:\"expiration\";i:1499357648;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1498148048;}s:64:\"0d9530cc98486c0f7a5e76d78135167f694803e2f216b3e6a19388c56ccf049c\";a:4:{s:10:\"expiration\";i:1499669053;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1498459453;}s:64:\"e32579efd5dc674ec6d96d7f19fdff27196d2131f0a6fa6f4b32c4859ed65ec7\";a:4:{s:10:\"expiration\";i:1499691713;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1498482113;}s:64:\"8a5e742257a4021ac3f4914574f8e4d117f466c59e9f2e103960942cd0e4da8b\";a:4:{s:10:\"expiration\";i:1498663378;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1498490578;}s:64:\"590323eee84249c20185e16c89181371f94e4529ba115fef4c490ed496d55b99\";a:4:{s:10:\"expiration\";i:1499700197;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1498490597;}s:64:\"56e940797e26ad54e2b17bfa7e59bd1ee4dba1e26e14375075e8e903e105b081\";a:4:{s:10:\"expiration\";i:1498663411;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1498490611;}s:64:\"09e7fbf02c07987f5ef5d7a0b41dd5443c98b3f853ce654926c586b98f908b97\";a:4:{s:10:\"expiration\";i:1498663426;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1498490626;}s:64:\"eb53c9480a33c4d5fc18b09326a075e1bc23147e683ced334d965169a80feaa5\";a:4:{s:10:\"expiration\";i:1498663795;s:2:\"ip\";s:11:\"192.168.0.1\";s:2:\"ua\";s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393\";s:5:\"login\";i:1498490995;}}'), (16, 1, 'wp_dashboard_quick_press_last_post_id', '3'), (17, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"192.168.0.0\";}'), (18, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce'), (19, 1, 'wp_user-settings-time', '1498482811'); -- -------------------------------------------------------- -- -- 테이블 구조 `wp_users` -- CREATE TABLE `wp_users` ( `ID` bigint(20) UNSIGNED NOT NULL, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 테이블의 덤프 데이터 `wp_users` -- INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'Kang Jun', '$P$BUZxb.dZByW9ru6EOgsIOcM2sopMt90', 'kang-jun', 'junijuniya@naver.com', '', '2017-06-22 16:13:14', '', 0, 'Kang Jun'); -- -- 덤프된 테이블의 인덱스 -- -- -- 테이블의 인덱스 `wp_commentmeta` -- ALTER TABLE `wp_commentmeta` ADD PRIMARY KEY (`meta_id`), ADD KEY `comment_id` (`comment_id`), ADD KEY `meta_key` (`meta_key`(191)); -- -- 테이블의 인덱스 `wp_comments` -- ALTER TABLE `wp_comments` ADD PRIMARY KEY (`comment_ID`), ADD KEY `comment_post_ID` (`comment_post_ID`), ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), ADD KEY `comment_date_gmt` (`comment_date_gmt`), ADD KEY `comment_parent` (`comment_parent`), ADD KEY `comment_author_email` (`comment_author_email`(10)); -- -- 테이블의 인덱스 `wp_links` -- ALTER TABLE `wp_links` ADD PRIMARY KEY (`link_id`), ADD KEY `link_visible` (`link_visible`); -- -- 테이블의 인덱스 `wp_options` -- ALTER TABLE `wp_options` ADD PRIMARY KEY (`option_id`), ADD UNIQUE KEY `option_name` (`option_name`); -- -- 테이블의 인덱스 `wp_postmeta` -- ALTER TABLE `wp_postmeta` ADD PRIMARY KEY (`meta_id`), ADD KEY `post_id` (`post_id`), ADD KEY `meta_key` (`meta_key`(191)); -- -- 테이블의 인덱스 `wp_posts` -- ALTER TABLE `wp_posts` ADD PRIMARY KEY (`ID`), ADD KEY `post_name` (`post_name`(191)), ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), ADD KEY `post_parent` (`post_parent`), ADD KEY `post_author` (`post_author`); -- -- 테이블의 인덱스 `wp_term_relationships` -- ALTER TABLE `wp_term_relationships` ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`), ADD KEY `term_taxonomy_id` (`term_taxonomy_id`); -- -- 테이블의 인덱스 `wp_term_taxonomy` -- ALTER TABLE `wp_term_taxonomy` ADD PRIMARY KEY (`term_taxonomy_id`), ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), ADD KEY `taxonomy` (`taxonomy`); -- -- 테이블의 인덱스 `wp_termmeta` -- ALTER TABLE `wp_termmeta` ADD PRIMARY KEY (`meta_id`), ADD KEY `term_id` (`term_id`), ADD KEY `meta_key` (`meta_key`(191)); -- -- 테이블의 인덱스 `wp_terms` -- ALTER TABLE `wp_terms` ADD PRIMARY KEY (`term_id`), ADD KEY `slug` (`slug`(191)), ADD KEY `name` (`name`(191)); -- -- 테이블의 인덱스 `wp_usermeta` -- ALTER TABLE `wp_usermeta` ADD PRIMARY KEY (`umeta_id`), ADD KEY `user_id` (`user_id`), ADD KEY `meta_key` (`meta_key`(191)); -- -- 테이블의 인덱스 `wp_users` -- ALTER TABLE `wp_users` ADD PRIMARY KEY (`ID`), ADD KEY `user_login_key` (`user_login`), ADD KEY `user_nicename` (`user_nicename`), ADD KEY `user_email` (`user_email`); -- -- 덤프된 테이블의 AUTO_INCREMENT -- -- -- 테이블의 AUTO_INCREMENT `wp_commentmeta` -- ALTER TABLE `wp_commentmeta` MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- 테이블의 AUTO_INCREMENT `wp_comments` -- ALTER TABLE `wp_comments` MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- 테이블의 AUTO_INCREMENT `wp_links` -- ALTER TABLE `wp_links` MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- 테이블의 AUTO_INCREMENT `wp_options` -- ALTER TABLE `wp_options` MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=414; -- -- 테이블의 AUTO_INCREMENT `wp_postmeta` -- ALTER TABLE `wp_postmeta` MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; -- -- 테이블의 AUTO_INCREMENT `wp_posts` -- ALTER TABLE `wp_posts` MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35; -- -- 테이블의 AUTO_INCREMENT `wp_term_taxonomy` -- ALTER TABLE `wp_term_taxonomy` MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- 테이블의 AUTO_INCREMENT `wp_termmeta` -- ALTER TABLE `wp_termmeta` MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- 테이블의 AUTO_INCREMENT `wp_terms` -- ALTER TABLE `wp_terms` MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- 테이블의 AUTO_INCREMENT `wp_usermeta` -- ALTER TABLE `wp_usermeta` MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- 테이블의 AUTO_INCREMENT `wp_users` -- ALTER TABLE `wp_users` MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;