Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/db/ |
Upload File : |
-- phpMyAdmin SQL Dump -- version 3.3.10deb1 -- http://www.phpmyadmin.net -- -- โฮสต์: localhost -- เวลาในการสร้าง: 28 มี.ค. 2014 02:05น. -- รุ่นของเซิร์ฟเวอร์: 5.1.63 -- รุ่นของ PHP: 5.3.5-1ubuntu7.11 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- ฐานข้อมูล: `itsc_nhrc` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_banner` -- CREATE TABLE IF NOT EXISTS `jos_banner` ( `bid` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) NOT NULL DEFAULT '0', `type` varchar(30) NOT NULL DEFAULT 'banner', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `imptotal` int(11) NOT NULL DEFAULT '0', `impmade` int(11) NOT NULL DEFAULT '0', `clicks` int(11) NOT NULL DEFAULT '0', `imageurl` varchar(100) NOT NULL DEFAULT '', `clickurl` varchar(200) NOT NULL DEFAULT '', `date` datetime DEFAULT NULL, `showBanner` tinyint(1) NOT NULL DEFAULT '0', `checked_out` tinyint(1) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL DEFAULT '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_banner` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_bannerclient` -- CREATE TABLE IF NOT EXISTS `jos_bannerclient` ( `cid` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `contact` varchar(255) NOT NULL DEFAULT '', `email` varchar(255) NOT NULL DEFAULT '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL DEFAULT '0', `checked_out_time` time DEFAULT NULL, `editor` varchar(50) DEFAULT NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_bannerclient` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_bannertrack` -- CREATE TABLE IF NOT EXISTS `jos_bannertrack` ( `track_date` date NOT NULL, `track_type` int(10) unsigned NOT NULL, `banner_id` int(10) unsigned NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_bannertrack` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_categories` -- CREATE TABLE IF NOT EXISTS `jos_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` varchar(255) NOT NULL DEFAULT '', `section` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ; -- -- dump ตาราง `jos_categories` -- INSERT INTO `jos_categories` (`id`, `parent_id`, `title`, `name`, `alias`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES (1, 0, 'ข่าวประชาสัมพันธ์', '', 'news', '', '3', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (3, 0, 'Photo', '', 'photo', '', '10', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''), (4, 0, 'ข่าวที่น่าสนใจ', '', 'news', '', '9', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (6, 0, 'ภาพกิจกรรม', '', 'event', '', '11', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (7, 0, 'RSS FEED', '', 'rss-feed', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (8, 0, 'ค่าปกติ', 'ค่าปกติ', '', '', 'com_jevents', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_components` -- CREATE TABLE IF NOT EXISTS `jos_components` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `link` varchar(255) NOT NULL DEFAULT '', `menuid` int(11) unsigned NOT NULL DEFAULT '0', `parent` int(11) unsigned NOT NULL DEFAULT '0', `admin_menu_link` varchar(255) NOT NULL DEFAULT '', `admin_menu_alt` varchar(255) NOT NULL DEFAULT '', `option` varchar(50) NOT NULL DEFAULT '', `ordering` int(11) NOT NULL DEFAULT '0', `admin_menu_img` varchar(255) NOT NULL DEFAULT '', `iscore` tinyint(4) NOT NULL DEFAULT '0', `params` text NOT NULL, `enabled` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `parent_option` (`parent`,`option`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=91 ; -- -- dump ตาราง `jos_components` -- INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES (1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, 'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n', 1), (2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '', 1), (3, 'Clients', '', 0, 1, 'option=com_banners&c=client', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '', 1), (4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/component.png', 0, 'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', 1), (5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '', 1), (6, 'Categories', '', 0, 4, 'option=com_categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1), (7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1), (8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '', 1), (9, 'Categories', '', 0, 7, 'option=com_categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1), (10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '', 1), (11, 'News Feeds ', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '', 1), (12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds ', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, 'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', 1), (13, 'Categories', '', 0, 11, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1), (14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1), (15, 'Search', 'option=com_search', 0, 0, 'option=com_search', 'Search Statistics', 'com_search', 0, 'js/ThemeOffice/component.png', 1, 'enabled=1\nshow_date=1\n\n', 1), (16, 'Categories', '', 0, 1, 'option=com_categories§ion=com_banner', 'Categories', '', 3, '', 1, '', 1), (17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1), (18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1), (19, 'Media Manager', '', 0, 0, 'option=com_media', 'Media Manager', 'com_media', 0, '', 1, 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n', 1), (20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\n\n', 1), (21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1), (22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1), (23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, 'site=th-TH\nadministrator=th-TH\n\n', 1), (24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\nmailBodySuffix=\n\n', 1), (25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1), (27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1), (28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1), (29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1), (30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1), (31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n', 1), (32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1), (33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1), (34, 'Phoca Gallery', 'option=com_phocagallery', 0, 0, 'option=com_phocagallery', 'Phoca Gallery', 'com_phocagallery', 0, 'components/com_phocagallery/assets/images/icon-16-pg-menu.png', 0, 'categories_columns=1\nequal_percentage_width=1\ndisplay_image_categories=1\ncategories_box_width=33%\nimage_categories_size=4\ncategories_image_ordering=9\ncategories_display_avatar=0\ndisplay_subcategories=1\ndisplay_empty_categories=0\nhide_categories=\nshow_categories=\ndisplay_access_category=0\ndefault_pagination_categories=0\npagination_categories=5;10;15;20;50\nfont_color=#b36b00\nbackground_color=#fcfcfc\nbackground_color_hover=#f5f5f5\nimage_background_color=#f5f5f5\nimage_background_shadow=shadow1\nborder_color=#e8e8e8\nborder_color_hover=#b36b00\nmargin_box=5\npadding_box=5\ndisplay_new=0\ndisplay_hot=0\ndisplay_name=1\ndisplay_icon_detail=0\ndisplay_icon_download=0\ndisplay_icon_folder=0\nfont_size_name=12\nchar_length_name=15\ncategory_box_space=0\ndisplay_categories_sub=0\ndisplay_subcat_page=0\ndisplay_category_icon_image=0\ncategory_image_ordering=9\ndisplay_back_button=1\ndisplay_categories_back_button=1\ndefault_pagination_category=20\npagination_category=5;10;15;20;50\ndisplay_img_desc_box=0\nfont_size_img_desc=10\nimg_desc_box_height=30\nchar_length_img_desc=300\ndisplay_categories_cv=0\ndisplay_subcat_page_cv=0\ndisplay_category_icon_image_cv=0\ncategory_image_ordering_cv=9\ndisplay_back_button_cv=1\ndisplay_categories_back_button_cv=1\ncategories_columns_cv=1\ndisplay_image_categories_cv=1\nimage_categories_size_cv=4\ndetail_window=8\ndetail_window_background_color=#ffffff\nmodal_box_overlay_color=#000000\nmodal_box_overlay_opacity=0.3\nmodal_box_border_color=#6b6b6b\nmodal_box_border_width=2\nsb_slideshow_delay=5\nsb_lang=en\nhighslide_class=rounded-white\nhighslide_opacity=0\nhighslide_outline_type=rounded-white\nhighslide_fullimg=0\nhighslide_close_button=0\nhighslide_slideshow=1\njak_slideshow_delay=5\njak_orientation=none\njak_description=1\njak_description_height=10\ndisplay_description_detail=0\ndisplay_title_description=0\nfont_size_desc=11\nfont_color_desc=#333333\ndescription_detail_height=16\ndescription_lightbox_font_size=12\ndescription_lightbox_font_color=#ffffff\ndescription_lightbox_bg_color=#000000\nslideshow_delay=3000\nslideshow_pause=0\nslideshow_random=0\ndetail_buttons=1\nphocagallery_width=\nphocagallery_center=0\ncategory_ordering=1\nimage_ordering=1\ngallery_metadesc=\ngallery_metakey=\nalt_value=1\nenable_user_cp=0\nenable_upload_avatar=1\nenable_avatar_approve=0\nenable_usercat_approve=0\nenable_usersubcat_approve=0\nuser_subcat_count=5\nmax_create_cat_char=1000\nenable_userimage_approve=0\nmax_upload_char=1000\nupload_maxsize=3145728\nupload_maxres_width=3072\nupload_maxres_height=2304\nuser_images_max_size=20971520\nenable_java=0\nenable_java_admin=1\njava_resize_width=-1\njava_resize_height=-1\njava_box_width=480\njava_box_height=480\ndisplay_rating=0\ndisplay_rating_img=0\ndisplay_comment=0\ndisplay_comment_img=0\ncomment_width=500\nmax_comment_char=1000\ndisplay_comment_nopup=0\nexternal_comment_system=0\nfb_comment_app_id=\nfb_comment_width=550\nfb_comment_count=\nenable_piclens=0\nstart_piclens=0\npiclens_image=1\nswitch_image=0\nswitch_width=640\nswitch_height=480\nswitch_fixed_size=0\nenable_overlib=0\nol_bg_color=#666666\nol_fg_color=#f6f6f6\nol_tf_color=#000000\nol_cf_color=#ffffff\noverlib_overlay_opacity=0.7\noverlib_image_rate=\ncreate_watermark=0\nwatermark_position_x=center\nwatermark_position_y=middle\ndisplay_icon_vm=0\ndisplay_category_statistics=0\ndisplay_main_cat_stat=1\ndisplay_lastadded_cat_stat=1\ncount_lastadded_cat_stat=3\ndisplay_mostviewed_cat_stat=1\ncount_mostviewed_cat_stat=3\ndisplay_camera_info=0\nexif_information=FILE.FileName;FILE.FileDateTime;FILE.FileSize;FILE.MimeType;COMPUTED.Height;COMPUTED.Width;COMPUTED.IsColor;COMPUTED.ApertureFNumber;IFD0.Make;IFD0.Model;IFD0.Orientation;IFD0.XResolution;IFD0.YResolution;IFD0.ResolutionUnit;IFD0.Software;IFD0.DateTime;IFD0.Exif_IFD_Pointer;IFD0.GPS_IFD_Pointer;EXIF.ExposureTime;EXIF.FNumber;EXIF.ExposureProgram;EXIF.ISOSpeedRatings;EXIF.ExifVersion;EXIF.DateTimeOriginal;EXIF.DateTimeDigitized;EXIF.ShutterSpeedValue;EXIF.ApertureValue;EXIF.ExposureBiasValue;EXIF.MaxApertureValue;EXIF.MeteringMode;EXIF.LightSource;EXIF.Flash;EXIF.FocalLength;EXIF.SubSecTimeOriginal;EXIF.SubSecTimeDigitized;EXIF.ColorSpace;EXIF.ExifImageWidth;EXIF.ExifImageLength;EXIF.SensingMethod;EXIF.CustomRendered;EXIF.ExposureMode;EXIF.WhiteBalance;EXIF.DigitalZoomRatio;EXIF.FocalLengthIn35mmFilm;EXIF.SceneCaptureType;EXIF.GainControl;EXIF.Contrast;EXIF.Saturation;EXIF.Sharpness;EXIF.SubjectDistanceRange;GPS.GPSLatitudeRef;GPS.GPSLatitude;GPS.GPSLongitudeRef;GPS.GPSLongitude;GPS.GPSAltitudeRef;GPS.GPSAltitude;GPS.GPSTimeStamp;GPS.GPSStatus;GPS.GPSMapDatum;GPS.GPSDateStamp\ndisplay_categories_geotagging=0\ncategories_lng=\ncategories_lat=\ncategories_zoom=2\ncategories_map_width=\ncategories_map_height=500\ndisplay_icon_geotagging=0\ndisplay_category_geotagging=0\ncategory_map_width=\ncategory_map_height=400\npagination_thumbnail_creation=0\nclean_thumbnails=0\nenable_thumb_creation=1\ncrop_thumbnail=5\njpeg_quality=85\nenable_picasa_loading=1\npicasa_load_pagination=20\nicon_format=gif\nlarge_image_width=640\nlarge_image_height=480\nmedium_image_width=100\nmedium_image_height=100\nsmall_image_width=50\nsmall_image_height=50\nfront_modal_box_width=680\nfront_modal_box_height=560\nadmin_modal_box_width=680\nadmin_modal_box_height=520\nfolder_permissions=0755\njfile_thumbs=1\n\n', 1), (35, 'Control Panel', '', 0, 34, 'option=com_phocagallery', 'Control Panel', 'com_phocagallery', 0, 'components/com_phocagallery/assets/images/icon-16-pg-control-panel.png', 0, '', 1), (36, 'Images', '', 0, 34, 'option=com_phocagallery&view=phocagallerys', 'Images', 'com_phocagallery', 1, 'components/com_phocagallery/assets/images/icon-16-pg-menu-gal.png', 0, '', 1), (37, 'Categories', '', 0, 34, 'option=com_phocagallery&view=phocagallerycs', 'Categories', 'com_phocagallery', 2, 'components/com_phocagallery/assets/images/icon-16-pg-menu-cat.png', 0, '', 1), (38, 'Themes', '', 0, 34, 'option=com_phocagallery&view=phocagalleryt', 'Themes', 'com_phocagallery', 3, 'components/com_phocagallery/assets/images/icon-16-pg-menu-theme.png', 0, '', 1), (39, 'Category Rating', '', 0, 34, 'option=com_phocagallery&view=phocagalleryra', 'Category Rating', 'com_phocagallery', 4, 'components/com_phocagallery/assets/images/icon-16-pg-menu-vote.png', 0, '', 1), (40, 'Image Rating', '', 0, 34, 'option=com_phocagallery&view=phocagalleryraimg', 'Image Rating', 'com_phocagallery', 5, 'components/com_phocagallery/assets/images/icon-16-pg-menu-vote-img.png', 0, '', 1), (41, 'Category Comments', '', 0, 34, 'option=com_phocagallery&view=phocagallerycos', 'Category Comments', 'com_phocagallery', 6, 'components/com_phocagallery/assets/images/icon-16-pg-menu-comment.png', 0, '', 1), (42, 'Image Comments', '', 0, 34, 'option=com_phocagallery&view=phocagallerycoimgs', 'Image Comments', 'com_phocagallery', 7, 'components/com_phocagallery/assets/images/icon-16-pg-menu-comment-img.png', 0, '', 1), (43, 'Users', '', 0, 34, 'option=com_phocagallery&view=phocagalleryusers', 'Users', 'com_phocagallery', 8, 'components/com_phocagallery/assets/images/icon-16-pg-menu-users.png', 0, '', 1), (44, 'Info', '', 0, 34, 'option=com_phocagallery&view=phocagalleryin', 'Info', 'com_phocagallery', 9, 'components/com_phocagallery/assets/images/icon-16-pg-menu-info.png', 0, '', 1), (45, 'Spider Calendar', 'option=com_spidercalendar', 0, 0, 'option=com_spidercalendar', 'Spider Calendar', 'com_spidercalendar', 0, 'js/ThemeOffice/component.png', 0, '', 1), (46, 'Calendar', '', 0, 45, 'option=com_spidercalendar&task=calendar', 'Calendar', 'com_spidercalendar', 0, 'js/ThemeOffice/component.png', 0, '', 1), (47, 'Themes', '', 0, 45, 'option=com_spidercalendar&task=theme', 'Themes', 'com_spidercalendar', 1, 'js/ThemeOffice/component.png', 0, '', 1), (48, 'Vinaora Visitors Counter', 'option=com_vvisit_counter', 0, 0, 'option=com_vvisit_counter', 'Vinaora Visitors Counter', 'com_vvisit_counter', 0, 'js/ThemeOffice/component.png', 0, '', 1), (49, 'JCE', 'option=com_jce', 0, 0, 'option=com_jce', 'JCE', 'com_jce', 0, 'components/com_jce/media/img/menu/logo.png', 0, '', 1), (50, 'WF_MENU_CPANEL', '', 0, 49, 'option=com_jce', 'WF_MENU_CPANEL', 'com_jce', 0, 'components/com_jce/media/img/menu/jce-cpanel.png', 0, '', 1), (51, 'WF_MENU_CONFIG', '', 0, 49, 'option=com_jce&view=config', 'WF_MENU_CONFIG', 'com_jce', 1, 'components/com_jce/media/img/menu/jce-config.png', 0, '', 1), (52, 'WF_MENU_PROFILES', '', 0, 49, 'option=com_jce&view=profiles', 'WF_MENU_PROFILES', 'com_jce', 2, 'components/com_jce/media/img/menu/jce-profiles.png', 0, '', 1), (53, 'WF_MENU_INSTALL', '', 0, 49, 'option=com_jce&view=installer', 'WF_MENU_INSTALL', 'com_jce', 3, 'components/com_jce/media/img/menu/jce-install.png', 0, '', 1), (54, 'Phoca Maps', 'option=com_phocamaps', 0, 0, 'option=com_phocamaps', 'Phoca Maps', 'com_phocamaps', 0, 'components/com_phocamaps/assets/images/icon-16-pmap-menu.png', 0, '', 1), (55, 'Control Panel', '', 0, 54, 'option=com_phocamaps', 'Control Panel', 'com_phocamaps', 0, 'components/com_phocamaps/assets/images/icon-16-pmap-menu-cp.png', 0, '', 1), (56, 'Maps', '', 0, 54, 'option=com_phocamaps&view=phocamapsmaps', 'Maps', 'com_phocamaps', 1, 'components/com_phocamaps/assets/images/icon-16-pmap-menu-map.png', 0, '', 1), (57, 'Markers', '', 0, 54, 'option=com_phocamaps&view=phocamapsmarkers', 'Markers', 'com_phocamaps', 2, 'components/com_phocamaps/assets/images/icon-16-pmap-menu-marker.png', 0, '', 1), (58, 'Info', '', 0, 54, 'option=com_phocamaps&view=phocamapsinfo', 'Info', 'com_phocamaps', 3, 'components/com_phocamaps/assets/images/icon-16-pmap-menu-info.png', 0, '', 1), (71, 'CPANEL', '', 0, 70, 'option=com_jfusion&task=cpanel', 'CPANEL', 'com_jfusion', 0, 'components/com_jfusion/images/control.png', 0, '', 1), (70, 'COM_JFUSION', 'option=com_jfusion', 0, 0, 'option=com_jfusion', 'COM_JFUSION', 'com_jfusion', 0, 'components/com_jfusion/images/jfusion_small.png', 0, '', 1), (78, 'LANGUAGE', '', 0, 70, 'option=com_jfusion&task=languages', 'LANGUAGE', 'com_jfusion', 7, 'components/com_jfusion/images/language_icon_small.png', 0, '', 1), (77, 'CONFIG_DUMP', '', 0, 70, 'option=com_jfusion&task=configdump', 'CONFIG_DUMP', 'com_jfusion', 6, 'components/com_jfusion/images/configdump_small.png', 0, '', 1), (76, 'LOGIN_CHECKER', '', 0, 70, 'option=com_jfusion&task=loginchecker', 'LOGIN_CHECKER', 'com_jfusion', 5, 'components/com_jfusion/images/disconnect.png', 0, '', 1), (75, 'USERSYNC_HISTORY', '', 0, 70, 'option=com_jfusion&task=synchistory', 'USERSYNC_HISTORY', 'com_jfusion', 4, 'components/com_jfusion/images/user.png', 0, '', 1), (74, 'NEW_USERSYNC', '', 0, 70, 'option=com_jfusion&task=syncoptions', 'NEW_USERSYNC', 'com_jfusion', 3, 'components/com_jfusion/images/user.png', 0, '', 1), (73, 'CONFIGURATION', '', 0, 70, 'option=com_jfusion&task=plugindisplay', 'CONFIGURATION', 'com_jfusion', 2, 'components/com_jfusion/images/process.png', 0, '', 1), (72, 'JOOMLA_OPTIONS', '', 0, 70, 'option=com_jfusion&task=plugineditor&jname=joomla_int', 'JOOMLA_OPTIONS', 'com_jfusion', 1, 'components/com_jfusion/images/joomla_small.png', 0, '', 1), (79, 'VERSIONS', '', 0, 70, 'option=com_jfusion&task=versioncheck', 'VERSIONS', 'com_jfusion', 8, 'components/com_jfusion/images/version.png', 0, '', 1), (81, 'Simple Review', 'option=com_simple_review', 0, 0, 'option=com_simple_review', 'Simple Review', 'com_simple_review', 0, 'js/ThemeOffice/component.png', 0, '', 1), (82, 'Main', '', 0, 81, 'option=com_simple_review', 'Main', 'com_simple_review', 0, 'js/ThemeOffice/component.png', 0, '', 1), (83, 'Configuration', '', 0, 81, 'option=com_simple_review&task=admin&module=Configuration_Module', 'Configuration', 'com_simple_review', 1, 'js/ThemeOffice/component.png', 0, '', 1), (84, 'Award Management', '', 0, 81, 'option=com_simple_review&task=list&module=Award_Module', 'Award Management', 'com_simple_review', 2, 'js/ThemeOffice/component.png', 0, '', 1), (85, 'Comment Management', '', 0, 81, 'option=com_simple_review&task=list&module=Comment_Module', 'Comment Management', 'com_simple_review', 3, 'js/ThemeOffice/component.png', 0, '', 1), (86, 'Category Management', '', 0, 81, 'option=com_simple_review&task=list&module=Category_Module', 'Category Management', 'com_simple_review', 4, 'js/ThemeOffice/component.png', 0, '', 1), (87, 'Review Management', '', 0, 81, 'option=com_simple_review&task=list&module=Review_Module', 'Review Management', 'com_simple_review', 5, 'js/ThemeOffice/component.png', 0, '', 1), (88, 'YouTube Gallery', 'option=com_youtubegallery', 0, 0, 'option=com_youtubegallery', 'YouTube Gallery', 'com_youtubegallery', 0, 'js/ThemeOffice/component.png', 0, '', 1), (89, 'JEvents MVC', 'option=com_jevents', 0, 0, 'option=com_jevents', 'JEvents MVC', 'com_jevents', 0, 'js/ThemeOffice/component.png', 0, 'com_calViewName=default\ncom_dateformat=1\ncom_calUseStdTime=0\ncom_blockRobots=1\nrobotprior=-1 month\nrobotpost=+1 month\ncom_cache=0\ncom_calHeadline=comp\ncom_calUseIconic=1\ncom_navbarcolor=green\ncom_earliestyear=2000\ncom_latestyear=2015\ncom_starday=0\ncom_print_icon_view=1\ncom_hideshowbycats=1\ncom_copyright=1\ninstalllayouts=0\njevadmin=62\nauthorisedonly=0\njevcreator_level=19\njeveditor_level=20\njevpublish_level=21\njevpublishown=0\neditpopup=0\npopupw=800\npopuph=500\ndefaultcat=0\ncom_defColor=category\ncom_calForceCatColorEventForm=0\ncom_single_pane_edit=0\ncom_show_editor_buttons=0\ncom_editor_button_exceptions=\ncom_notifyboth=0\ncom_notifyallevents=0\nshowpriority=0\ncom_mailview=1\ncom_byview=1\ncom_hitsview=1\ncom_repeatview=1\ncom_calCutTitle=15\ncom_calMaxDisplay=15\ncom_calDisplayStarttime=1\ncom_enableToolTip=1\ncom_calTTBackground=1\ncom_calTTPosX=LEFT\ncom_calTTPosY=BELOW\ncom_calTTShadow=0\ncom_calTTShadowX=0\ncom_calTTShadowY=0\ncom_showrepeats=1\ncom_calEventListRowsPpg=10\nshowyeardate=0\nshowyearpast=1\ncom_rss_cache=1\ncom_rss_cache_time=3600\ncom_rss_count=5\ncom_rss_live_bookmarks=1\ncom_rss_modid=0\ncom_rss_title=JEvents Syndication for Joomla\ncom_rss_description=Powered by JEvents!\ncom_rss_limit_text=0\ncom_rss_text_length=20\nmodcal_DispLastMonth=NO\nmodcal_DispLastMonthDays=0\nmodcal_DispNextMonth=NO\nmodcal_DispNextMonthDays=0\nmodcal_LinkCloaking=0\nmodlatest_MaxEvents=10\nmodlatest_Mode=0\nmodlatest_Days=5\nmodlatest_NoRepeat=1\nmodlatest_DispLinks=1\nmodlatest_DispYear=0\nmodlatest_DisDateStyle=0\nmodlatest_DisTitleStyle=0\nmodlatest_LinkToCal=0\nmodlatest_LinkCloaking=0\nmodlatest_SortReverse=0\nmodlatest_CustFmtStr=${eventDate}[!a: - ${endDate(%I:%M%p)}]\\n${title}\nmodlatest_RSS=0\n\n', 1), (90, 'Xmap', 'option=com_xmap', 0, 0, 'option=com_xmap', 'Xmap', 'com_xmap', 0, 'js/ThemeOffice/component.png', 0, '', 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_contact_details` -- CREATE TABLE IF NOT EXISTS `jos_contact_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `con_position` varchar(255) DEFAULT NULL, `address` text, `suburb` varchar(100) DEFAULT NULL, `state` varchar(100) DEFAULT NULL, `country` varchar(100) DEFAULT NULL, `postcode` varchar(100) DEFAULT NULL, `telephone` varchar(255) DEFAULT NULL, `fax` varchar(255) DEFAULT NULL, `misc` mediumtext, `image` varchar(255) DEFAULT NULL, `imagepos` varchar(20) DEFAULT NULL, `email_to` varchar(255) DEFAULT NULL, `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0', `published` tinyint(1) unsigned NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `catid` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `mobile` varchar(255) NOT NULL DEFAULT '', `webpage` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_contact_details` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_content` -- CREATE TABLE IF NOT EXISTS `jos_content` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `title_alias` varchar(255) NOT NULL DEFAULT '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `sectionid` int(11) unsigned NOT NULL DEFAULT '0', `mask` int(11) unsigned NOT NULL DEFAULT '0', `catid` int(11) unsigned NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL DEFAULT '1', `parentid` int(11) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL DEFAULT '0', `hits` int(11) unsigned NOT NULL DEFAULT '0', `metadata` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=28 ; -- -- dump ตาราง `jos_content` -- INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES (1, 'พ.อ.ดร.เศรษฐพงค์ มะลิสุวรรณ สัมภาษณ์รายการสด nation chanel ประเด็นความคืบหน้า 3G', 'nation-chanel-3g', '', '<p>Committed to connecting the world Virtually every facet of modem lift - in business, cuture or entertainment, at work and at home depends on information and communication technology. billions of mobile phone subscribers, close to five billion people</p>', '', -2, 3, 0, 1, '2012-07-31 19:52:17', 62, '', '2012-07-31 19:53:27', 62, 0, '0000-00-00 00:00:00', '2012-07-31 19:52:17', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 0, '', '', 0, 6, 'robots=\nauthor='), (2, 'Cheri', 'cheri', '', '<p><img src="images/stories/fruit/cherry.jpg" alt="cherry" /> </p>', '', 1, 10, 0, 3, '2013-10-04 03:47:41', 62, '', '2013-10-04 03:53:50', 62, 0, '0000-00-00 00:00:00', '2013-10-04 03:47:41', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 3, '', '', 0, 0, 'robots=\nauthor='), (3, 'รูปภาพ', 'photo', '', '<p><img src="images/stories/fruit/pears.jpg" alt="pears" /></p>', '', 1, 10, 0, 3, '2013-10-04 03:49:56', 62, '', '2013-10-04 03:54:00', 62, 0, '0000-00-00 00:00:00', '2013-10-04 03:49:56', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 5, '', '', 0, 0, 'robots=\nauthor='), (4, 'รูปภาพ', 'photo', '', '<p><img src="images/stories/fruit/peas.jpg" alt="peas" /></p>', '', 1, 10, 0, 3, '2013-10-04 03:50:30', 62, '', '2013-10-04 03:54:10', 62, 0, '0000-00-00 00:00:00', '2013-10-04 03:50:30', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 4, '', '', 0, 7, 'robots=\nauthor='), (5, 'รูปภาพ', 'photo', '', '<p><img src="images/stories/fruit/strawberry.jpg" alt="strawberry" /></p>', '', 1, 10, 0, 3, '2013-10-04 03:50:53', 62, '', '2013-10-04 03:53:38', 62, 0, '0000-00-00 00:00:00', '2013-10-04 03:50:53', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 1, '', '', 0, 0, 'robots=\nauthor='), (6, 'สธ.อนุมัติบรรจุพนักงานกสธ.1.4แสนคน', '14', '', '<p><img src="http://pe2.isanook.com/ns/0/ud/259/1298257/491211-01.jpg" alt="สธ.อนุมัติบรรจุพนักงานกสธ.1.4แสนคน" /> <br /> รองปลัดกระทรวงสาธารณสุข เผย อนุมัติบรรจุพนัก<a title="งาน" href="http://news.sanook.com/social/bulletin/" target="_blank">งาน</a>กระทรวงสาธารณสุข 140,000 คน ใช้เงินไม่เกินปีละ 16,500 ล้านบาท</p>\r\n<p>นาย แพทย์วชิระ เพ็งจันทร์ รองปลัดกระทรวงสาธารณสุข ให้สัมภาษณ์เกี่ยวกับความคืบหน้าการบรรจุลูกจ้างชั่วคราวเป็นพนักงานกระทรวง สาธารณสุข หรือ พกส. ว่า จากการประชุมคณะกรรมการบริหารพนักงานกระทรวงสาธารณสุข เมื่อวันที่ 30 ตุลาคม 2556 โดยที่ประชุม มีมติอนุมัติกรอบอัตรากำลังพนักงานกระทรวงสาธารณสุข จากการจ้างลูกจ้างชั่วคราวทั้งหมด 140,000 คน ซึ่งทางกระทรวงจะใช้เงินบำรุงเป็นเงินเดือนค่าจ้างพนักงานกระทรวงสาธารณสุข เพิ่มจากเดิม 15,000 ล้านบาทต่อปี รวมไม่เกิน 16,500 ล้านต่อปี และภายใน 2 ปีนี้ กระทรวงสาธารณสุข จะสามา<a title="รถ" href="http://auto.sanook.com/4723/%E0%B8%A3%E0%B8%B2%E0%B8%84%E0%B8%B2%E0%B8%A3%E0%B8%96%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88/" target="_blank">รถ</a>บรรจุ พนักงานกระทรวงสาธารณสุข เพิ่มขึ้นปีละ 7,500 คน จากเงินบำรุงเพื่อทดแทนพนักงานกระทรวงสาธารณสุขสายวิชาชีพ 24 สายงานที่บรรจุเป็นข้าราชการ ระหว่าง พ.ศ.2556-2558 รวมจำนวน 22,500 คน ซึ่งมั่นใจว่า จะได้รับอนุมัติจาก ก.พ. และ</p>\r\n<p> </p>\r\n<p>credit : <a href="http://news.sanook.com">http://news.sanook.com</a></p>', '', -2, 9, 0, 4, '2013-10-31 13:44:45', 62, '', '2013-10-31 13:54:56', 62, 0, '0000-00-00 00:00:00', '2013-10-31 13:44:45', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 2, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (7, 'ฮือฮา! ภาพถ่ายติดพญานาค โผล่สระน้ำที่นครพนม', '2013-10-31-13-57-35', '', '<p><img src="http://pe1.isanook.com/ns/0/ud/253/1266392/news04-1.jpg" alt="ฮือฮา! ภาพถ่ายติดพญานาค โผล่สระน้ำที่นครพนม" /></p>\r\n<p>(29 ต.ค.) ผู้สื่อ<a title="ข่าว" href="http://news.sanook.com" target="_blank">ข่าว</a>ราย<a title="งาน" href="http://news.sanook.com/social/bulletin/" target="_blank">งาน</a>ว่า ชาวบ้านบ้านตาลน้อย อ.นาหว้า จ.นครพนม ต่างแห่กันไปชมพญานาคที่อาศัยอยู่ในสระน้ำของวัด หลังจากที่มีภาพถ่ายติดบางสิ่งที่คล้ายกับพญานาค สร้างความฮือฮาให้แก่ชาวบ้านไปทั่วบริเวณ</p>\r\n<p>ตามรายงานระบุว่า เหตุดังกล่าวเกิดขึ้นที่วัดแสงอุทัยสิริพัฒนาราม หมู่ที่ 9 ต.นาหว้า อ.นาหว้า จ.นครพนม ชาวบ้านกลุ่มใหญ่ได้เดินทางไปพิสูจน์ดูที่สระน้ำภายในวัด หลังมีภาพถ่ายงูยักษ์ คล้ายกับพญานาค หลุดออกมาเผยแพร่ในหมู่บ้าน จนสร้างความฮือฮากันยกใหญ่ โดยภาพดังกล่าวอ้างว่ามีหญิงสูงวัยคนหนึ่งถ่ายภาพเอาไว้ได้</p>\r\n<p>จากการตรวจสอบเบื้องต้นพบว่า ผู้ที่ถ่ายภาพดังกล่าวได้คือ คุณยายแก้ว พรหม<a title="ทอง" href="http://money.sanook.com/economic/goldrate/" target="_blank">ทอง</a> อายุ 70 ปี ซึ่งเป็นน้องสาวของเจ้าอาวาสวัดดังกล่าว เปิดเผยว่า ก่อนหน้านี้กำลังทำบุญทำวัตรอยู่ที่วัด ขณะกำลังเดินทางไปเข้าห้องน้ำ ทำธุระส่วนตัว ก็พบงูยักษ์ตัวใหญ่ ชูคอแผ่<a title="แม่" href="http://women.sanook.com/mom-baby/" target="_blank">แม่</a>เบี้ย โผล่ขึ้นมาใกล้ขอบสระน้ำ ด้วยความตกใจจึงคว้าโทรศัพท์มือถือมาถ่ายรูปเอาไว้ 2-3 รูป ก่อนจะรีบวิ่งหนีเพราะความกลัว ก่อนจะนำภาพดังกล่าวมาให้หลานสาวดูและเผยแพร่ไปทั่วหมู่บ้าน</p>\r\n<p>อย่างไรก็ตาม เหตุดังกล่าวกลุ่มชาวบ้านเชื่อว่าเป็นพญานาคที่มาปรากฏกายให้ชาวบ้านเห็น เพื่อเป็นสิริมงคล เนื่องจากสระน้ำในวัดดังกล่าวนั้น มีตำนานเรื่องเล่าเกี่ยวกับพญานาคอยู่เดิมแล้ว และเชื่อว่าภาพดังกล่าวไม่น่าจะเป็นภาพตัดต่อแต่อย่างใด เนื่องจากเห็นชัดเจนว่าเป็นงูยักษ์ตัวใหญ่ ดวงตาสีแดง ทั้งนี้ระหว่างที่กลุ่มชาวบ้านยังได้เดินทางไปพิสูจน์ที่สระน้ำดังกล่าว ปรากฏว่าเกิดคลื่นน้ำในสระน้ำอยู่ตลอดเวลาอย่างน่าประหลาดใจ</p>\r\n<p>สำหรับภาพถ่ายพญานาคที่ชาวบ้านอ้างว่าถ่ายเอาไว้ได้นั้น แสดงให้เห็นภาพคล้ายกับงูขนาดใหญ่ ดวงตาสีแดง มีเขี้ยวแหลม แต่ยังไม่สามา<a title="รถ" href="http://auto.sanook.com/4723/%E0%B8%A3%E0%B8%B2%E0%B8%84%E0%B8%B2%E0%B8%A3%E0%B8%96%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88/" target="_blank">รถ</a>พิสูจน์ ได้ว่าเป็นภาพจริงหรือไม่ อาจจะเป็นเพียงขอนไม้หรือรูปปั้นที่มีรูปร่างลักษณะคล้ายกับงู อีกทั้งที่มุมภาพ ยังปรากฏเห็นภาพวิญญาณหญิงสาว ที่คล้ายกับลูกเล่นพิเศษในแอพลิเคชั่นถ่ายรูปชื่อดัง คาเมร่า 360 อีกด้วย</p>\r\n<p><em><strong>ขอบคุณข่าวจากรายการ คลุกวงข่าว ทางโมเดิร์นไนน์ <a title="ทีวี" href="http://tv.sanook.com" target="_blank">ทีวี</a></strong></em></p>', '', -2, 9, 0, 4, '2013-10-31 13:55:49', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-10-31 13:55:49', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (16, 'กสม.รับรางวัล "ประชาบดี" เชิดชูเกียรติผู้ทำคุณประโยชน์ดีเด่นฯประจำปี 2556', '-qq-2556', '', '<div align="center"><a href="http://www.nhrc.or.th/2012/wb/img_news/contents/2614_display_th_2539.jpg" target="_blank"> <img title="ดูภาพขนาดจริง" src="http://www.nhrc.or.th/2012/wb/img_news/02/2614_display_th_2539.jpg" alt="" border="0" /> </a></div>\r\n<div align="justify">เมื่อวัน ที่ 28 กุมภาพันธ์ 2557 นายวีรวิทย์ วีรวรวิทย์ รองเลขาธิการคณะกรรมการสิทธิมนุษยชนแห่งชาติ เข้าร่วมพิธีประทานรางวัล "ประชาบดี" เชิดชูเกียรติผู้ทำคุณประโยชน์ดีเด่นฯประจำปี 2556 โดยพระเจ้าวรวงศ์เธอ พระองค์เจ้าโสมสวลีพระวรราชาทินัดดามาตุ ทรงประทานให้ ณ โรงแรม เดอะ เบอร์เคลีย์ โดยรางวัลที่ได้รับ เป็นรางวัลในประเภทสื่อที่นำเสนอกิจกรรมที่เป็นประโยชน์ต่อผู้ที่อยู่ในภาวะ ยากลำบาก สำหรับรายการ"รู้ทันสิทธิ" ซึ่งจัดทำโดยสำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ และถ่ายทอดโดยองค์การกระจายเสียงและแพร่ภาพสาธารณะแห่งประเทศไทย ทั้งนี้ รางวัลประชาบดี เป็นผลจากการพิจารณาสรรหาบุคคล องค์กรสื่อ และผู้ที่อยู่ในภาวะยากลำบาก โดยคณะกรรมการเชิดชูเกียรติผู้ทำคุณประโยชน์ดีเด่นแก่ผู้อยู่ในภาวะลำบาก และผู้อยู่ในภาวะลำบากที่ประพฤติตนดีเด่น ได้เห็นชอบในการให้รางวัล 4 ประเภท คือ <br /> - ประเภทบุคคลที่ทำคุณประโยชน์แก่ผู้อยู่ในภาวะลำบาก จำนวน 11 ราย <br /> - ประเภทองค์กรที่ทำคุณประโยชน์แก่ผู้อยู่ในภาวะลำบาก จำนวน 9 องค์กร<br /> - ประเภทสื่อที่นำเสนอกิจกรรมที่เป็นประโยชน์ต่อผู้อยู่ในภาวะลำบาก จำนวน 30 รายการ<br /> - ประเภทบุคคลผู้อยู่ในภาวะลำบากที่สามารถดำรงชีวิตเป็นแบบอย่าง<br /> ควรค่าแก่การยกย่องเชิดชูเกียรติ จำนวน 63 ราย<br /> <br /> *ขอบคุณภาพจาก : ไทยพีบีเอส<br /> ที่มาของภาพ : <a href="http://org.thaipbs.or.th/org_news/prnews/article506487.ece">http://org.thaipbs.or.th/org_news/prnews/article506487.ece</a></div>', '', 1, 9, 0, 4, '2014-03-09 08:58:53', 62, '', '2014-03-14 01:33:49', 63, 0, '0000-00-00 00:00:00', '2014-03-09 08:58:53', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 2, 0, 3, '', '', 0, 28, 'robots=\nauthor='), (8, 'ภาพหลุด เจนี่ คล้ายคนท้อง???', '2013-10-31-13-59-02', '', '<div class="ct-read _self-ps_rel"><img src="http://pe2.isanook.com/ns/0/ud/253/1266353/janie.jpg" alt="ภาพหลุด เจนี่ คล้ายคนท้อง???" />\r\n<p>ยังเป็นกระแสและเป็นที่จับตามองอยู่ตลอด สำหรับคู่รักทอล์คออฟเดอะทาวน์<strong> "เจนี่-เอ๋ อัศวเหม"</strong> หลังออกมาแถลง<a title="ข่าว" href="http://news.sanook.com" target="_blank">ข่าว</a>พร้อมโชว์ทะเบียนสมรส ก็มีกระแสข่าวลือออกมาหนาหูว่า สาวเจนี่ท้องและแอบไปฝากครรภ์ที่โรงพยาบาล ซึ่งเจ้าตัวก็ออกมาปฏิเสธว่า</p>\r\n<p><strong>"ไม่ได้ท้องแน่นอนค่ะ มันก็แบบเป็นเรื่องปกติที่คนจ้องมองแบบนั้น ด้วยความที่เจนี่กับพี่เอ๋ จดทะเบียนกันในเวลาสั้น ๆ แค่ไม่นาน ก็ไม่แปลกที่คนจะคิดค่ะ"</strong></p>\r\n<p>แถมเมื่อกลางเดือนกันยายนที่ผ่านมา <strong>เอ๋ ชนม์สวัสดิ์</strong> ก็ได้โพสต์ภาพภรรยาสาวกำลังเล่นโยคะโชว์หน้าท้องแบนราบ เป็นการยืนยันทางอ้อมว่า สาวเจนี่ไม่ได้ท้องตามข่าวลือ นอกจากนี้ สาวเจนี่ยังได้ไปอวดหุ่นสวยร่วม<a title="งาน" href="http://news.sanook.com/social/bulletin/" target="_blank">งาน</a>เปิดตัวแบรนด์ดังถึงมิลานอีกด้วย ขาเม้าท์ทั้งหลายเลยเงียบกริบไปตามๆกัน</p>\r\n<p>แต่ล่าสุด มีภาพหลุดของสาวเจนี่ ที่ดูอวบอิ่มมีน้ำมีนวลขึ้นผิดหูผิดตา จนข่าวลือเรื่องท้องสะพัดอีกรอบ งานนี้ไม่รู้ว่าคุณสามีดูแลดีจนน้ำหนักพุ่ง เป็นเพราะมุมกล้อง หรือว่ากำลังจะมีข่าวดีหรือเปล่า ยังไงก็คงต้องรอดูกันต่อไป หรือไม่ก็ต้องรอสาวเจนี่ควงคุณสามีออกมาแถลงข่าวอีกรอบแล้วกันนะจ๊ะ...</p>\r\n<p><strong>อ่าน >>> </strong><a href="http://men.sanook.com/1219/%E0%B9%80%E0%B8%9B%E0%B8%B4%E0%B8%94%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%A7%E0%B8%B1%E0%B8%95%E0%B8%B4-%E0%B9%80%E0%B8%AD%E0%B9%8B-%E0%B8%8A%E0%B8%99%E0%B8%A1%E0%B9%8C%E0%B8%AA%E0%B8%A7%E0%B8%B1%E0%B8%AA%E0%B8%94%E0%B8%B4%E0%B9%8C-%E0%B8%AD%E0%B8%B1%E0%B8%A8%E0%B8%A7%E0%B9%80%E0%B8%AB%E0%B8%A1/" target="_blank">เอ๋ ชนม์สวัสดิ์ อัศวเหม ผู้ชายหมื่นล้านเนื้อหอม</a></p>\r\n</div>', '', -2, 9, 0, 4, '2013-10-31 13:57:50', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-10-31 13:57:50', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (9, 'ซิทคอม “เนื้อคู่ฯ The Final Answer” จ่อคัมแบคปีหน้า', '--the-final-answer-', '', '<div class="ct-read _self-ps_rel"><img src="http://pe2.isanook.com/ns/0/ud/259/1298215/9.jpg" alt="ซิทคอม &#8220;เนื้อคู่ฯ The Final Answer&#8221; จ่อคัมแบคปีหน้า" />\r\n<p>รอคอยกันมานานสำหรับแฟนละครซิทคอม <strong>"<a href="http://news.sanook.com/861633/%E0%B9%80%E0%B8%99%E0%B8%B7%E0%B9%89%E0%B8%AD%E0%B8%84%E0%B8%B9%E0%B9%88%E0%B8%AD%E0%B8%A2%E0%B8%B2%E0%B8%81%E0%B8%A3%E0%B8%B9%E0%B9%89%E0%B8%A7%E0%B9%88%E0%B8%B2%E0%B9%83%E0%B8%84%E0%B8%A3-%E0%B8%81%E0%B8%A5%E0%B8%B1%E0%B8%9A%E0%B8%A1%E0%B8%B2%E0%B9%82%E0%B8%AD%E0%B8%9B%E0%B8%AD%E0%B8%A5%E0%B9%8C-%E0%B8%94%E0%B8%B5%E0%B9%8A%E0%B8%94%E0%B9%8A%E0%B8%B2%E0%B8%A5%E0%B8%B8%E0%B8%84%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88%E0%B9%80%E0%B8%A3%E0%B9%89%E0%B8%B2%E0%B9%83%E0%B8%88%E0%B8%81%E0%B8%A7%E0%B9%88%E0%B8%B2/" rel="tag" target="_blank">เนื้อคู่ประตูถัดไป</a>"</strong> ที่โดนพิษถูกถอดออกจากผังรายการแบบฟ้าผ่าถึง 2 ครั้ง ทั้งๆ ที่เป็นซิทคอมสุดฮิต ล่าสุด แฟนๆ ก็ได้เฮกันแล้วจ้า เพราะในวันนี้ทาง GTH ได้ทำการบวงสรวงละครซิทคอมเนื้อคู่ฯ ในซีซั่นใหม่ที่ใช้ชื่อว่า<strong> "เนื้อคู่ The Final Answer"</strong> โดยมีเหล่านักแสดงมาร่วมบวงสรวงกันอย่างอบอุ่น ทั้ง <strong>โอปอล์ ปาณิสรา,ซันนี่ สุวรรณเมธานนท์,พอลล่า เทเลอร์,โบ ธนากร</strong> ฯลฯ โดย<strong> "เนื้อคู่ The Final Answer"</strong> มีกำหนดจะฉายในปีหน้าทางช่อง GTH ON AIR กล่อง GMMZ ช่อง 11/ 409</p>\r\n<p>แต่รู้สึกว่าบรรดาดาราจากซิทคอมเนื้อคู่ฯ จะถูกแย่งซีนจาก<strong> "น้องไลลา"</strong> ลูกสาวสุดน่ารักของสาว <strong>"พอลล่า เทลเลอร์"</strong> นะจ๊ะ เพราะมีแต่คนขอแชะภาพด้วยตลอดๆ</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>credit : news.sanook.com</p>\r\n</div>', '', -2, 9, 0, 4, '2013-10-31 13:59:44', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-10-31 13:59:44', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (10, 'สภาเห็นชอบชื่อร่างนิรโทษ 306 : 109 เสียง', '-306--109-', '', '<p><img src="http://pe1.isanook.com/ns/0/ud/259/1298233/491183-01.jpg" alt="สภาเห็นชอบชื่อร่างนิรโทษ 306 : 109 เสียง" /> <br /> ส.ส.พท. เสนอปิดอภิปรายชื่อร่าง หลัง ''วัชระ'' อภิปรายนอกประเด็น ขณะที่ประชุมเห็นชอบ ชื่อร่างด้วยคะแนน <a href="http://news.sanook.com/tag/306/" rel="tag" target="_blank">306</a> ต่อ 109</p>\r\n<p>บรรยากาศการประชุมการประชุมสภาผู้แทนราษฎร เพื่อพิจารณาร่าง พ.ร.บ.นิรโทษกรรม ล่าสุด ได้เข้าสู่การ<br />พิจารณาคำปรารภ โดยก่อนหน้านี้ ได้เกิดความวุ่นวายเล็กน้อย ระหว่างที่ นายวัชระ เพชร<a title="ทอง" href="http://money.sanook.com/economic/goldrate/" target="_blank">ทอง</a> ส.ส.บัญชีรายชื่อ พรรคประชาธิปัตย์ อภิปรายในชื่อร่างอยู่ ส.ส.พรรคเพื่อไทย ก็ลุกขึ้นประท้วง เป็นระยะ ว่า นายวัชระ อภิปรายนอกประเด็นหลายครั้ง ทำให้ นายพหล วรปัญญา ส.ส.ลพบุรี พรรคเพื่อไทย ได้ลุกขึ้นเสนอปิดอภิปราย ทำให้ ส.ส.พรรคประชาธิปัตย์ ประท้วงว่า ผิดข้อบังคับ เพราะยังเหลือผู้แปรญัตติ อยู่ น.พ.สุกิจ อัถโถปกรณ์ ส.ส.ตรัง พรรคประชาธิปัตย์ เสนอเปิดอภิปรายอีกครั้ง ซึ่งที่ประชุมได้ลงมติ ปิดอภิปรายด้วยคะแนน 305 ต่อ 103 จากนั้นที่ประชุมจึงลงมติ เห็นชอบชื่อร่างตามกรรมาธิการด้วยคะแนน 306 ต่อ 109</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>credit : <a href="http://news.sanook.com/">http://news.sanook.com/</a></p>', '', -2, 9, 0, 4, '2013-10-31 14:01:36', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-10-31 14:01:36', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (11, 'นายแพทย์สมเจตน์ เหล่าลือเกียรติ ผู้อำนวยการโรงพยาบาลพหลพลพยุหเสนา นำคณะเจ้าหน้าที่ร่วมพิธีถวายบังคมพระบรมราชานุสาวรีย์ พระบาทสมเด็จพระจุลจอมเกล้าเจ้าอยู่หัว ', '2013-10-31-14-06-55', '', '<p><span class="font16" style="color: #4e68a1;"><strong>นาย แพทย์สมเจตน์ เหล่าลือเกียรติ ผู้อำนวยการโรงพยาบาลพหลพลพยุหเสนา นำคณะเจ้าหน้าที่ร่วมพิธีถวายบังคมพระบรมราชานุสาวรีย์ พระบาทสมเด็จพระจุลจอมเกล้าเจ้าอยู่หัว </strong></span><br /> <br /> </p>\r\n<p><img src="http://www2.phahol.go.th/images/2013-10-25/IMG_0893.jpg" alt="" /></p>\r\n<p><br /> </p>\r\n<p>นายแพทย์สมเจตน์ เหล่าลือเกียรติ ผู้อำนวยการโรงพยาบาลพหลพลพยุหเสนา นำคณะเจ้าหน้าที่ร่วมพิธีถวายบังคมพระบรมราชานุสาวรีย์ พระบาทสมเด็จพระจุลจอมเกล้าเจ้าอยู่หัว พระปิยมหาราช เนื่องในวันคล้ายวันเสด็จสวรรคตของพระบาทสมเด็จพระจุลจอมเกล้าเจ้าอยู่หัว พระปิยมหาราช เพื่อเป็นการน้อมรำลึกถึงพระมหากรุณาธิคุณของพระองค์ท่าน โดยมีนายสุริยันต์ กาญจนศิลป์ รองผู้ว่าราชการจังหวัดกาญจนบุรี เป็นประธานในพิธี เมื่อวันที่ ๒๓ ตุลาคม ๒๕๕๖ ณ บริเวณพระบรมราชานุสาวรีย์ พระบาทสมเด็จพระปรมินทรมหาจุฬาลงกรณ์ พระจุลจอมเกล้าเจ้าอยู่หัว พระปิยมหาราช ศาลากลางจังหวัดกาญจนบุรี (เขียนโดยงานประชาสัมพันธ์)</p>\r\n<p><br /><br /> <span style="color: #339999;">แหล่งข่าวโดย » </span> <span style="color: #cc00cc;">ศูนย์เทคโนโลยีสารสนเทศและการสื่อสาร</span></p>', '', 1, 3, 0, 1, '2013-10-31 14:02:35', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-10-31 14:02:35', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 1, 0, 10, '', '', 0, 5, 'robots=\nauthor='), (12, 'สคร.9 ร่วมส่งเสริมให้ประชาชนตรวจเลือดให้รู้สถานะการติดเชื้อเอดส์ “ รู้เร็ว รักษาเร็ว ', '9-----', '', '<p><span class="font16" style="color: #4e68a1;"><strong>สคร.9 ร่วมส่งเสริมให้ประชาชนตรวจเลือดให้รู้สถานะการติดเชื้อเอดส์ “ รู้เร็ว รักษาเร็ว</strong></span><br /> </p>\r\n<div style="background-image: none; text-align: center; text-transform: none; text-indent: 0px; font: 12px/15px Tahoma; white-space: normal; letter-spacing: 0px; color: #181818; word-spacing: 0px;"><img style="width: 500px; height: 375px;" src="http://www.riskcomddc.com/images/DPC9/1383123_526432240779013_953635548_n_500_375.jpg" alt="" /></div>\r\n<p> </p>\r\n<div style="background-image: none; text-align: left; text-transform: none; text-indent: 0px; font: 12px/15px Tahoma; white-space: normal; letter-spacing: 0px; color: #181818; word-spacing: 0px;"><br />\r\n<p><br /><span style="font-size: 14px;"> เมื่อวันที่ 1-3 ตุลาคม 2556 กลุ่มสื่อสารความเสี่ยงและพัฒนาพฤติกรรมสุขภาพ สำนักงานป้องกันควบคุมโรคที่ 9 พิษณุโลก กรมควบคุมโรค ได้เข้าร่วมประชุมเชิงปฏิบัติการแลกเปลี่ยนเรียนรู้และฝึกอบรมการออกแบบนวัตกรรมการป้องกันการส่งเสริมความรู้สถานะ การติดเชื้อเอชไอวี “รู้เร็ว รักษาเร็ว” (Test and Treatment as Prevention) ในจังหวัดพื้นที่สาธิต ณ โรงแรมลพบุรีอินท์ จังหวัดลพบุรี จัดโดย สำนักโรคเอดส์ วัณโรค และโรคติดต่อทางเพศสัมพันธ์กรมควบคุมโรค โดยมีวัตถุประสงค์เพื่อขยายบทเรียนการดำเนินงานออกแบบโปรแกรมการป้องกันเพื่อระดมทรัพยากรในจังหวัด และการสนับสนุนการออกแบบนวัตกรรมการป้องกันการส่งเสริมการเรียนรู้สถานะการติดเชื้อเอชไอวี “รู้เร็ว รักษาเร็ว” (Test and Treatment as Prevention) ในจังหวัดเร่งรัดตามยุทธศาสตร์ป้องกันและแก้ไขปัญหาเอดส์แห่งชาติ พ.ศ. 2555-2559 เพื่อพัฒนาพื้นที่ ติดตามสถานการณ์และการดำเนินงานป้องกันและแก้ไขปัญหาเอดส์ที่เหมาะสมกับสภาพปัญหาและปัจจัยแวดล้อม เพื่อนำมาปรับปรุง/พัฒนาแผนปฏิบัติการป้องกันและแก้ไขปัญหาเอดส์แห่งชาติ ให้นำไปสู่เป้าหมายที่เป็นศูนย์ ผู้เข้าร่วมการอบรมประกอบด้วย ผู้รับผิดชอบงานเอดส์ และโรคติดต่อทางเพศสัมพันธ์สำนักงานสาธารณสุขจังหวัดเร่งรัดฯ ได้แก่ จังหวัดกรุงเทพฯ นนทบุรี ปทุมธานี สระบุรี ราชบุรี นครปฐม สมุทรสาคร เพชรบุรี เชียงใหม่ พะเยา เชียงราย นครสวรรค์ พิจิตร ตาก และพิษณุโลก สำนักงานป้องกันควบคุมโรคที่ 1 ,2 ,4 ,8 ,9 และ 10 รวมทั้งสิ้น 58 ราย<br /> </span></p>\r\n<p><br />ข้อความหลัก " ไม่ใช้เข็มร่วมกัน สวมถุงยางอนามัยเมื่อเสี่ยงทุกครั้ง หยุดยั้งโรคเอดส์ " </p>\r\n<p><br />ฟังเพลงรณรงค์โรคเอดส์เข้าใจง่าย ๆ ที่<a style="color: #181818; text-decoration: none;" href="https://www.facebook.com/l.php?u=https://soundcloud.com/prdpc9/83h4d3ozyomw&h=JAQH0nZHI&s=1" target="_blank">https://soundcloud.com/prdpc9/83h4d3ozyomw</a></p>\r\n<p><br />ดู Clip VDO ความรู้เอชไอวีตรวจเลือด เพื่อก้าวต่อ ที่<a style="color: #181818; text-decoration: none;" href="http://www.facebook.com/l.php?u=http://www.youtube.com/watch?v=W7HbP7APVTA&h=cAQHs_wkT&s=1" target="_blank">http://www.youtube.com/watch?v=W7HbP7APVTA</a> </p>\r\n<p><br />ข่าวที่เกี่ยวข้อง " อึ้ง 5 จังหวัดเหนือล่าง ต้องการใช้ถุงยางอนามัยรวมกันมากถึงปีละเกือบ 13 ล้านชิ้น " ที่<a style="color: #181818; text-decoration: none;" href="https://www.facebook.com/media/set/?set=a.477269259028645.1073741928.162933320462242&type=1">https://www.facebook.com/media/set/?set=a.477269259028645.1073741928.162933320462242&type=1</a></p>\r\n<p><br /> </p>\r\n</div>\r\n<p><br /><span style="font-size: 14px;">ข่าวนี้สนับสนุนยุทธศาสตร์ที่ 2 กรมควบคุมโรค : เป็นศูนย์กลางนโยบาย มาตรการ นวัตกรรม ข้อมูลอ้างอิง และมาตรฐานวิชาการ เฝ้าระวัง ป้องกัน ควบคุมโรคและภัยสุขภาพของชาติ ที่ได้มาตรฐานสากล และเป็นที่ยอมรับ<br /> <br /> <br /> <br />รายละเอียดภาพข่าวนี้<a style="color: #181818; text-decoration: none;" href="https://www.facebook.com/media/set/?set=a.526431670779070.1073742013.162933320462242&type=1">https://www.facebook.com/media/set/?set=a.526431670779070.1073742013.162933320462242&type=1</a></span></p>\r\n<p> </p>\r\n<p> </p>\r\n<p>credit : <a href="http://www.moph.go.th/moph2/show_hotnew.php?idHot_new=8213">http://www.moph.go.th/moph2/show_hotnew.php?idHot_new=8213</a></p>', '', 1, 3, 0, 1, '2013-10-31 14:07:01', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-10-31 14:07:01', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 1, 0, 9, '', '', 0, 3, 'robots=\nauthor='); INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES (13, 'สคร.9 เตือนภัยหนาวมาแล้ว คอทองแดงดื่มเหล้าแก้หนาว ผิงไฟในเต็นท์ อาจพลาดท่าเสียชีวิตได้ง่าย ', '9-----', '', '<p><span class="font16" style="color: #4e68a1;"><strong>สคร.9 เตือนภัยหนาวมาแล้ว คอทองแดงดื่มเหล้าแก้หนาว ผิงไฟในเต็นท์ อาจพลาดท่าเสียชีวิตได้ง่าย</strong></span><br /> </p>\r\n<div style="background-image: none; text-align: center; text-transform: none; text-indent: 0px; font: 12px/15px Tahoma; white-space: normal; letter-spacing: 0px; color: #181818; word-spacing: 0px;"><img style="width: 500px; height: 375px;" src="http://www.riskcomddc.com/images/DPC9/1375918_526433110778926_2144844416_n_500_375.jpg" alt="" /><br /> <br /> </div>\r\n<p> </p>\r\n<div style="background-image: none; text-align: left; text-transform: none; text-indent: 0px; font: 12px/15px Tahoma; white-space: normal; letter-spacing: 0px; color: #181818; word-spacing: 0px;"><span style="font-size: 14px;"><span style="font-size: 14px;"> เภสัชกรเชิดเกียรติ แกล้วกสิกิจ หัวหน้ากลุ่มสื่อสารความเสี่ยงและพัฒนาพฤติกรรมสุขภาพ สำนักงานป้องกันควบคุมโรคที่ 9 พิษณุโลก กรมควบคุมโรค กล่าวว่า ด้วยในพื้นที่ภาคเหนือตอนล่างที่มีลักษณะใกล้ภูเขาบางแห่งเริ่มมีอุณภูมิหนาวเย็นและมีหมอกหนา เหมาะสมกับการระบาดของเชื้อโรคหลายชนิดและเสี่ยงกับภัยสุขภาพ อากาศที่หนาวและแห้งอาจทำให้ ผู้สูงอายุ เด็กเล็ก และผู้ป่วยโรคประจำตัวเรื้อรังบางชนิดกำเริบได้ง่าย เช่น โรคภูมิคุ้มกันบกพร่อง โรคเบาหวาน โรคหัวใจ โรคปอด โรคโลหิตจาง เนื่องจากมีระดับภูมิต้านทานโรคต่ำ หากไม่มีการป้องกันควบคุมโรคอย่างเข้มแข็งพอ อาจส่งผลให้ประชาชนที่ไม่มีเครื่องนุ่งห่มหรือเครื่องนุ่งห่มกันหนาวอย่างเพียงพอ เจ็บป่วย และอาจถึงกับเสียชีวิตเหมือนปีที่ผ่านมาได้<br /></span></span>\r\n<p><br />ดังนั้นประชาชนในพื้นที่ ๆ เคยประสบปัญหาภัยหนาว ควรมีแนวทางการป้องกันโรคต่าง ๆ เช่น โรคจากภาวะอุณหภูมิต่ำ โรคภูมิแพ้ การติดเชื้อที่ผิวหนัง ติดเชื้อระบบทางเดินหายใจ ฯลฯ ดังนี้</p>\r\n<p><br />รู้ก่อน : คือ ควรเตรียมเสื้อผ้าและผ้าห่มกันหนาวให้เพียงพอกับสมาชิกในครอบครัว เตรียมยารักษาโรคเรื้อรังที่จำเป็น เช่น ผู้ป่วยหอบหืด ของใช้ที่จำเป็นในครอบครัว เช่น หน้ากากอนามัย ยาสามัญประจำบ้าน และคอยฟังข้อมูลข่าวสารจากหน่วยงานที่เกี่ยวข้องหรือสื่อมวลชน รวมทั้งฉีดวัคซีนป้องกันไข้หวัดใหญ่ตามฤดูกาลทุกปีในกลุ่มเสี่ยง เช่น ผู้ป่วยโรคเรื้อรัง โรคหัวใจ ไตวาย เบาหวาน และเด็กเล็กอายุ 6 เดือน ถึง 2 ขวบ</p>\r\n<p><br />รู้ทัน : สิ่งควรทำ คือ สวมเสื้อผ้าหรือเครื่องนุ่งห่มกันหนาวและดื่มเครื่องดื่มอุ่นๆ รักษาความอบอุ่นของร่างกาย ออกกำลังกายสม่ำเสมออย่างน้อยวันละ 30 นาที 3 - 4 วันต่อสัปดาห์ จะช่วยทำให้ร่างกายทนต่อความหนาวเย็นได้มากขึ้น ทาน้ำมันมะพร้าว โลชั่น รักษาความชุ่มชื่นของร่างกายไม่ให้ผิวหนัง และทาลิปมันป้องกันริมฝีปากแห้งแตกเป็นแผล เลือกรับประทานอาหารที่มีประโยชน์และพลังงาน เช่น เนื้อสัตว์ ไข่ ผักผลไม้ ไม่ควรดื่มสุรา เพราะจะทำให้ร่างกายขาดสติและขาดภูมิคุ้มกัน นำมาซึ่งโรคต่าง ๆ เช่น ปอดบวม โรคไข้หวัดใหญ่ ไข้หวัดนก ไม่ควรนอนในที่โล่งแจ้งลมโกรกโดยไม่สวมเสื้อผ้าหรือห่มผ้า ไม่ผิงไฟในที่อับอากาศ เช่น ในเต๊นท์ ไม่ควรคลุกคลีใกล้ชิดกับผู้ป่วยโรคติดเชื้อระบบทางเดินลมหายใจ ไอ จาม น้ำมูก ผู้ที่อ่อนแอนเมื่อเจ็บป่วยให้รีบไปตรวจรักษาที่สถานบริการสาธารณสุขใกล้บ้านทันที </p>\r\n<p><br />ป้องกันได้ : คือ ทำความสะอาดเสื้อผ้าและผ้าห่มกันหนาว โดยเฉพาะเสื้อผ้ามือสองให้แช่ด้วยน้ำยาฆ่าเชื้อหรือต้มป้องกัน เชื้อโรคผิวหนัง ทำความสะอาดที่อยู่อาศัย ตบฝุ่น ผึ่งแดด เครื่องนอน ที่นอน หมอน ผ้าห่ม มุ้ง ล้างมือให้สะอาด หลังการจามหรือไอ หรือไปสัมผัสสารคัดหลั่งของผู้ป่วย ก่อนและหลังอาหาร การเข้าห้องน้ำ การเตรียมอาหาร การทำงานต่าง ๆ มีสุขอนามัยที่ดี เมื่อไอ จาม ให้ปิดปากปิดจมูกด้วยผ้าหรือกระดาษเช็ดหน้า และเมื่อเจ็บป่วยด้วยโรคระบบทางเดินหายใจให้สวมหน้ากากอนามัยปิดปากปิดจมูกเสมอ</p>\r\n<p><br />เภสัชกรเชิดเกียรติ กล่าวต่อว่า ที่ต้องเน้นย้ำเป็นพิเศษคือ ในฤดูหนาวปีที่ผ่านมาพบรายงานมีผู้เสียชีวิตจากการดื่มสุราในปริมาณมาก ประชาชนบางส่วนดื่มสุราเพราะมีความเชื่อว่าจะทำให้ร่างกายอบอุ่น คลายหนาวได้ และช่วยลดความปวดเมื่อย แต่แท้จริงแล้วเป็นความเชื่อและความเข้าใจที่คลาดเคลื่อนที่เป็นอันตราย เพราะการดื่มสุราทำให้ร่างกายอ่อนแอ อาจถึงขั้นเสียชีวิตได้ และให้ระมัดระวังการก่อไฟผิงในที่อากาศไม่ถ่ายเท จะทำให้สูดดมควันไฟเข้าไป ส่งผลให้เด็กเล็กและคนชรา เจ็บป่วยจากภาวะโรคทางเดินหายใจได้ และต้องย้ำเตือนว่าอย่าผิงไฟในเต๊นท์ หรือห่มผ้าคลุมศรีษะจนหมด เพราะอาจเกิดการสำลักควัน หมดสติ และเสียชีวิตได้ </p>\r\n<p><br />ดังนั้นจึงขอแจ้งเตือนประชาชนและนักท่องเที่ยว หลีกเลี่ยงการดื่มสุรา และก่อนนอนให้สวมเสื้อกันหนาวให้ร่างกายอบอุ่น ห่มผ้าหนาๆ หมั่นคอยดูแลสุขภาพตนเองและบุตรหลานให้แข็งแรงอยู่ตลอดเวลา รับประทานอาหารที่มีประโยชน์ให้ครบทั้ง 5 หมู่ ออกกำลังกายสม่ำเสมอ พักผ่อนให้เพียงพอ ล้างมือบ่อย ๆ ไม่มีใครรู้ว่าความเจ็บป่วยจะเกิดขึ้นได้เมื่อไร แต่การที่เรามีสุขภาพที่ดีจะเป็นการป้องกันโรคที่ดีที่สุด และทำให้การเจ็บป่วยน้อยลง หากมีข้อสงสัยติดต่อได้ที่ศูนย์บริการข้อมูลฮอตไลน์ โทรศัพท์ 1422</p>\r\n<p><br />ข้อความหลัก “ ภัยหนาวป้องกันได้ งดดื่มเหล้า สวมเสื้อผ้าหนาไว้ให้อบอุ่น “</p>\r\n<p><br />ดู Clip VDO วิธีทำเสื้อพิชิตภัยหนาวอย่าง่าย ที่<a style="color: #181818; text-decoration: none;" href="http://www.youtube.com/watch?v=-vVcOwQN7qE" target="_blank">http://www.youtube.com/watch?v=-vVcOwQN7qE</a></p>\r\n<p><br />ฟังเพลงรณรงค์ป้องโรคจากฤดูหนาวที่<a style="color: #181818; text-decoration: none;" href="https://soundcloud.com/prdpc9/otps8tpiu425" target="_blank">https://soundcloud.com/prdpc9/otps8tpiu425</a></p>\r\n<p><br />Download ประกาศกรมควบคุมโรค เตือนภัยโรคจากฤดูหนาวที่ <a style="color: #181818; text-decoration: none;" href="http://dpc9.ddc.moph.go.th/crd/tranfers/guideline/2555_11_05_ddc_cool.pdf" target="_blank">http://dpc9.ddc.moph.go.th/crd/tranfers/guideline/2555_11_05_ddc_cool.pdf</a></p>\r\n<p><br /> </p>\r\n</div>\r\n<p><br /><span style="font-size: 14px;">ข่าวนี้สนับสนุนยุทธศาสตร์ที่ 3 กรมควบคุมโรค : การสื่อสารสาธารณะและประชาสัมพันธ์อย่างทั่วถึงและได้ผล เพื่อป้องกันควบคุมโรคและภัยสุขภาพ<br /> <br /> <br /> <br />รายละเอียดภาพข่าวนี้<a style="color: #181818; text-decoration: none;" href="https://www.facebook.com/media/set/?set=a.526432620778975.1073742014.162933320462242&type=1">https://www.facebook.com/media/set/?set=a.526432620778975.1073742014.162933320462242&type=1</a></span></p>\r\n<p> </p>\r\n<p> </p>\r\n<p>credit : <a href="http://www.moph.go.th/moph2/show_hotnew.php?idHot_new=8211">http://www.moph.go.th/moph2/show_hotnew.php?idHot_new=8211</a></p>', '', 1, 3, 0, 1, '2013-10-31 14:07:52', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-10-31 14:07:52', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 1, 0, 8, '', '', 0, 3, 'robots=\nauthor='), (14, 'กระทรวงพลังงานรับมอบถุงยังชีพจากพีทีทีซีจี เพื่อนำไปช่วยเหลือประชาชนที่ประสบปัญหาอุทกภัย (18 ต.ค. 56)', '--18--56', '', '<p>เมื่อวันที่ 18 ตุลาคม 2556 นายสุเทพ เหลี่ยมศิริเจริญ ปลัดกระทรวงพลังงาน รับมอบถุงยังชีพจำนวน 10,000 ถุง จากนายบวร วงศ์สินอุดม ประธานเจ้าหน้าที่บริหารและกรรมการผู้จัดการใหญ่ บริษัท พีทีที โกลบอล เคมิคอล จำกัด (มหาชน) เพื่อนำไปช่วยเหลือผู้ประสบปัญหาอุทกภัย ซึ่งการมอบถุงยังชีพดังกล่าวเป็นการดำเนินงานที่กระทรวงพลังงานร่วมกับหน่วย งานในสังกัด ทั้งหน่วยงานราชการ รัฐวิสาหกิจ และบริษัทในกำกับ ได้ดำเนินงานต่อเนื่องมาจากการปล่อยขบวนคาราวานช่วยเหลือผู้ประสบอุทกภัย ที่ดำเนินการช่วยเหลือมาตั้งแต่วันที่ 28 กันยายน 2556 เป็นต้นมา</p>\r\n<p><img class="mceItem" src="http://www.energy.go.th/sites/all/files/imagepicker/8/flood_ptt.jpg" alt="Image" /></p>', '', 0, 3, 0, 1, '2013-10-31 14:08:51', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2013-10-31 14:08:51', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 1, 0, 7, '', '', 0, 17, 'robots=\nauthor='), (15, 'การลงนามบันทึกความเข้าใจระหว่างรัฐบาลแห่งราชอาณาจักรไทยและรัฐบาลแห่ง สาธารณรัฐประชาชนจีน (11 ต.ค. 56)', '-11-56', '', '<p>การลงนามบันทึกความเข้าใจระหว่างรัฐบาลแห่งราชอาณาจักรไทยและรัฐบาลแห่ง สาธารณรัฐประชาชนจีน ว่าด้วยความร่วมมือด้านพลังงาน ได้จัดขึ้น ณ ห้องสีฟ้า ทำเนียบรัฐบาล ในวันที่ 11 ตุลาคม 2556 ระหว่างหน่วยงานด้านพลังงานของ 2 ประเทศ ซึ่งฝ่ายไทยมี นายพงษ์ศักดิ์ รักตพงศ์ไพศาล (รัฐมนตรีว่าการกระทรวงพลังงาน) เป็นผู้ลงนาม และฝ่ายจีนมี นายสวี่ เส้าสื่อ (รัฐมนตรีว่าการคณะกรรมการปฏิรูปและพัฒนาแห่งชาติ) เป็นผู้ลงนาม โดยมีนายกรัฐมนตรีทั้งสองประเทศร่วมเป็นสักขีพยานในการลงนาม</p>\r\n<p><img class="mceItem" src="http://www.energy.go.th/sites/all/files/imagepicker/8/mou_ch_th_01_1.jpg" alt="Image" /></p>\r\n<p> บันทึความเข้าใจฉบับนี้ริเริ่มมาจากความสัมพันธ์อันดีระหว่างราชอาณาจักรไทย กับสาธารณรัฐประชาชนจีน และความเป็นมิตรที่ดีต่อกันมาเป็นเวลานาน โดยมีจุดประสงค์ร่วมกัน ดังต่อไปนี้</p>\r\n<p> - การส่งเสริมความร่วมมือด้านพลังงานระหว่างราชอาณาจักรไทยและสาธารณรัฐ ประชาชนจีนในด้าน 1) เชื้อเพลิงฟอสซิล 2) ไฟฟ้า 3) พลังงานหมุนเวียน 4) การอนุรักษ์พลังงาน<br /> - การสร้างโอกาสทางการค้า การลงทุน การพัฒนาเทคโนโลยีด้านพลังงานในสองประเทศ และในอนุภูมิภาคลุ่มแม่น้ำโขง<br /> - การให้ความสนใจร่วมกันในการพัฒนาและกระตุ้นเศรษฐกิจ อุตสาหกรรมและสังคมของทั้งสองประเทศ เพื่อให้เกิดความเป็นอยู่ที่ดีขึ้นของประชาชนทั้งสองประเทศ </p>\r\n<p><img class="mceItem" src="http://www.energy.go.th/sites/all/files/imagepicker/8/mou_ch_th_03_1.jpg" alt="Image" /> <br /> การลงนามในบันทึกความเข้าใจดังกล่าว ร่วมกับสาธารณรัฐประชาชนจีนจะทำให้ประเทศไทยได้รับประโยชน์ในหลาหลายมิติ อาทิ การพัฒนาแลกเปลี่ยนความก้าวหน้าด้านเทคโนโลยีด้านพลังงาน การลงทุนในภาคพลังงานทั้งในประเทศไทย ประเทศจีน และการร่วมลงทุนในอนุภูมิภาคลุ่มแม่น้ำโขงด้วยกัน อันจะก่อให้เกิดประโยชน์ต่อการเสริมสร้างความมั่นคงทางพลังงานและการพัฒนา ประเทศอย่างต่อเนื่องในทั้งสองประเทศ</p>', '', 1, 9, 0, 4, '2013-10-31 14:12:04', 62, '', '2014-02-17 13:39:15', 62, 0, '0000-00-00 00:00:00', '2013-10-31 14:12:04', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=1\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 2, 0, 4, '', '', 1, 7, 'robots=\nauthor='), (17, 'กสม.เร่งตรวจสอบการละเมิดสิทธิมนุษยชนในสถานการณ์การชุมนุม 05/03/2014', '-05032014', '', '<div style="margin-bottom: 35px; width: 730px;" align="center"><a href="http://www.nhrc.or.th/2012/wb/img_news/contents/2613_display_th_8945.jpg" target="_blank"> <img title="ดูภาพขนาดจริง" src="http://www.nhrc.or.th/2012/wb/img_news/02/2613_display_th_8945.jpg" alt="" border="0" /> </a></div>\r\n<p align="center"><span>ข่าวประชาสัมพันธ์</span></p>\r\n<p align="center"><span>กสม.เร่งตรวจสอบการละเมิดสิทธิมนุษยชนในสถานการณ์การชุมนุม </span></p>\r\n<p><span><span class="Apple-tab-span" style="white-space: pre;"> </span>จาก</span><span>การชุมนุมทางการเมืองของคณะกรรมการประชาชนเพื่อการเปลี่ยนแปลงประเทศไทยให้เป็นประชาธิปไตยที่สมบูรณ์อันมีพระมหากษัตริย์เป็นประมุข (กปปส.) </span><span>และ</span><span>กลุ่มชุมนุม</span><span>อื่นๆเพื่อ</span><span>คัดค้านพ.ร.บ. นิรโทษกรรม การคัดค้านการดำเนินการ</span><span>ต่อ</span><span>การเลือกตั้งล่วงหน้า </span><span>และขับไล่รัฐบาล ซึ่งได้เกิด</span><span>เหตุการณ์ความรุนแรงในหลายพื้นที่การชุมนุม </span><span>นั้น </span></p>\r\n<p><span><span class="Apple-tab-span" style="white-space: pre;"> </span>จาก สถานการณ์การชุมนุมดังกล่าว มีผู้ร้องเรียน รวมถึงการโทรศัพท์แสดงความคิดเห็นและเสนอแนะต่อคณะกรรมการสิทธิมนุษยชนแห่ง ชาติในการดำเนินการตรวจสอบ และคุ้มครองสิทธิมนุษยชนหลายราย ทั้งนี้ กสม. พิจารณาว่าคำร้องเรียนอยู่ในอำนาจหน้าที่และรับเรื่องร้องเรียนไว้ โดยสรุปประเด็นการร้องเรียนต่างๆได้ ดังนี้ กรณีการใช้สารเคมีในการสลายการชุมนุม การปะทะระหว่างเจ้าหน้าที่ตำรวจกับผู้ชุมุนม กรณีเนรเทศคนต่างด้าวที่แสดงความคิดเห็นทางการเมือง การละเมิดสิทธิมนุษยชนที่เกี่ยวข้องกับเด็ก การออกหมายจับแกนนำของกปปส. กรณีกลุ่มผู้ชุมนุม กปปส.ขัดขวางการเลือกตั้ง</span> <span>กรณีการใช้</span><span>ระเบิดสังหาร อาวุธสงคราม</span><span>ต่อผู้ชุมนุมและสถานที่ราชการ</span> <span>และขอให้พิจารณาส่งเรื่องพร้อมความเห็นต่อศาลรัฐธรรมนูญ กรณีการจัดตั้งสภาประชาชน</span> </p>\r\n<p><span><span class="Apple-tab-span" style="white-space: pre;"> </span>ใน การนี้ คณะกรรมการสิทธิมนุษยชนแห่งชาติ ได้มีมติมอบหมายประเด็นเกี่ยวข้องกับสิทธิและเสรีภาพการชุมนุมทุกมิติให้คณะ อนุกรรมการด้านสิทธิพลเมืองและสิทธิทางการเมืองดำเนินการตรวจสอบ และได้มอบหมายให้คณะอนุกรรมการตรวจสอบการละเมิดสิทธิมนุษยชนด้านเด็ก สตรี และความเสมอภาคของบุคคล ดำเนินการตรวจสอบข้อเท็จจริงในประเด็นเกี่ยวกับสิทธิเด็กและสตรี </span></p>\r\n<p><span><span class="Apple-tab-span" style="white-space: pre;"> </span>ใน ขณะนี้คณะอนุกรรมการฯ ทั้งสองคณะได้ตรวจสอบ รวบรวมข้อมูล แสวงหาข้อเท็จจริง รับฟังคำชี้แจงและรวบรวมพยานหลักฐาน พยานเอกสาร พยานวัตถุ รวมทั้งการเชิญผู้ร้อง ผู้ถูกร้องและผู้ที่เกี่ยวข้อง มาชี้แจงข้อเท็จจริง นอกจากนี้คณะอนุกรรมการฯ ยังได้ลงพื้นที่ตรวจสอบสถานที่เกิดเหตุร่วมกับคณะทำงานที่ได้รับการแต่งตั้ง จากคณะกรรมการสิทธิมนุษยชนแห่งชาติ ซึ่งประกอบด้วยผู้เชี่ยวชาญ ผู้ทรงคุณวุฒิ เพื่อให้ได้ข้อมูลที่ครบถ้วนรอบด้านให้เกิดความเป็นธรรมกับทุกฝ่าย เมื่อได้ข้อมูลครบถ้วนแล้วจะมีการพิจารณาจัดทำรายงานผลการตรวจสอบ และ มาตรการการแก้ไขเสนอต่อคณะกรรมการสิทธิมนุษยชนแห่งชาติพิจารณาเป็นขั้นตอน สุดท้าย อย่างไรก็ดี เนื่องจาก กสม.มีอำนาจหน้าที่ในการตรวจสอบ แต่ไม่ได้มีอำนาจหน้าที่ในการปฏิบัติซึ่งเป็นอำนาจหน้าที่ของฝ่ายบริหารการ ดำเนินงานตรวจสอบจึงมีข้อจำกัดในทางปฏิบัติอยู่บ้าง </span></p>\r\n<p style="margin-bottom: 8.55pt;"><span><span class="Apple-tab-span" style="white-space: pre;"> </span>ทั้งนี้ คณะกรรมการสิทธิมนุษยชนแห่งชาติ จะได้เร่งรัดการดำเนินการ</span><span> และ</span><span>รายงาน</span><span>ความคืบหน้า</span><span>เรื่องการตรวจสอบ</span><span>ให้สาธารณชนได้รับรู้</span><span>ตามโอกาสที่เหมาะสม</span><span>ต่อไป</span> </p>\r\n<p style="margin-bottom: 0.0001pt;" align="right"><span>สำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ</span></p>\r\n<p><span style="font-family: Tahoma,Geneva,sans-serif; line-height: 1.3em;">๕ มีนาคม</span><span style="font-family: Tahoma,Geneva,sans-serif; line-height: 1.3em;"> </span><span style="font-family: Tahoma,Geneva,sans-serif; line-height: 1.3em;">๒๕๕๗</span></p>', '', 1, 9, 0, 4, '2014-03-09 08:59:31', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-09 08:59:31', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 2, '', '', 0, 18, 'robots=\nauthor='), (18, 'ชาวบ้าน อ.วังสะพุง จ.เลย เข้าร้องเรียน กสม. กรณีเหมืองแร่ทองคำ ', '2014-03-10-05-38-03', '', '<p><img src="images/stories/2266_display_th_1187.jpg" alt="" width="426" height="308" /></p>\r\n<p> </p>\r\n<p style="margin: 0px 0px 10px; line-height: 18px; color: #666666; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; text-align: justify;"><strong><span style="font-size: 16pt; line-height: 22.82666778564453px; font-family: ''Cordia New'', sans-serif;">ชาวบ้าน อ.วังสะพุง จ.เลย เข้าร้องเรียน กสม. กรณีเหมืองแร่ทองคำ </span></strong></p>\r\n<p style="margin: 0px 0px 10px; line-height: 18px; color: #666666; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; text-align: justify;"><span style="font-size: 16pt; line-height: 22.82666778564453px; font-family: ''Cordia New'', sans-serif;">เมื่อวันที่ ๒๕ พฤศจิกายน ๒๕๕๖ ชาวบ้านผู้ที่ได้รับผลกระทบจากการทำเหมืองแร่ทองคำในเขตพื้นที่ของ อ.วังสะพุง จ.เลย เข้าร้องเรียนต่อนายแพทย์นิรันดร์ พิทักษ์วัชระ กรรมการสิทธิมนุษยชนแห่งชาติ และประธานอนุกรรมการด้านสิทธิชุมชน ณ ห้องเสวนา ชั้น ๖ สำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ กรณีได้รับความเดือดร้อนจากการสร้างเหมืองแร่ทองคำ อ.สะพุง จ.เลย โดยหน่วยงานรัฐได้อนุญาตให้มีการต่อใบสัมปทานแก่บริษัทเหมืองแร่ทองคำในเขตพื้นที่ดังกล่าว ซึ่งเหมืองแร่แห่งนี้เป็นต้นเหตุของการเกิดมลพิษต่างๆ ปนเปื้อนอยู่ในสิ่งแวดล้อมและระบบนิเวศเป็นอย่างมาก ซึ่งส่งผลกระทบต่อชีวิตความเป็นอยู่ของชาวบ้านมาเป็นระยะเวลาหลายปี นอกจากนี้ในการหารือเพื่อศึกษาผลกระทบการจัดทำโครงการเหมืองแร่ระหว่างหน่วยงานภาครัฐกับบริษัทเหมืองแร่ ได้กีดกันไม่ให้ชาวบ้านที่ได้รับผลกระทบจากการสร้างเหมืองแร่เข้าร่วมเวทีเพื่อแสดงความคิดเห็นหรือร่วมตัดสินใจ เนื่องจากชาวบ้านกลุ่มนี้ได้ทำการคัดค้านมาโดยตลอด</span></p>\r\n<p><span style="color: #666666; text-align: justify; font-size: 16pt; line-height: 22.82666778564453px; font-family: ''Cordia New'', sans-serif;">อย่างไรก็ตาม ในวันพรุ่งนี้ นายแพทย์นิรันดร์ฯ มีกำหนดเดินทางไปประชุมเพื่อรับฟังการชี้แจงข้อเท็จจริงของผู้ที่เกี่ยวข้องทุกฝ่ายเพื่อนำมาประกอบการพิจารณาเรื่องร้องเรียนการละเมิดสิทธิมนุษยชน และเพื่อทำความเข้าใจในเรื่องของกระบวนการประเมินผลกระทบต่อสิ่งแวดล้อมและสุขภาพ</span><span style="color: #666666; text-align: justify; font-size: 12pt; line-height: 17.1200008392334px; font-family: Calibri, sans-serif;"> </span><span style="color: #666666; text-align: justify; font-size: 16pt; line-height: 22.82666778564453px; font-family: ''Cordia New'', sans-serif;">หรือที่เรียกว่า กระบวนการ </span><span style="color: #666666; text-align: justify; font-size: 12pt; line-height: 17.1200008392334px; font-family: Calibri, sans-serif;">EHIA </span><span style="color: #666666; text-align: justify; font-size: 16pt; line-height: 22.82666778564453px; font-family: ''Cordia New'', sans-serif;">รวมถึงกระบวนการให้เสรีภาพในการแสดงความคิดเห็นและการตัดสินใจร่วมกันระหว่างประชาชนและผู้มีส่วนได้เสีย ซึ่งเป็นไปตามมาตรา ๖๗ วรรค ๒ ของรัฐธรรมนูญแห่งราชอาณาจักไทย พุทธศักราช ๒๕๕๐ </span></p>', '', 1, 3, 0, 1, '2014-03-10 05:35:44', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-10 05:35:44', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 6, '', '', 0, 1, 'robots=\nauthor='), (19, 'สุลต่านบรูไนสวนกลับ หลังนานาชาติโวยยับ ใช้กม.รุนแรง''ตัดมือ-ขว้างหินประหาร'' 07/03/2014', '----07032014', '', '<div class="sub-left" style="position: relative; float: left; border-right-width: 0px; border-right-style: solid; border-right-color: green; width: 540px; height: 55px; color: #666666; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; line-height: 15.600000381469727px;">\r\n<h3 style="margin: 25px 0px 0px 30px; padding-left: 20px;"><span style="font-size: 12px;"> </span></h3>\r\n</div>\r\n<div class="cms-container" style="position: relative; clear: both; float: left; width: 730px; padding-left: 20px; padding-right: 20px; border: 0px solid red; min-height: 200px; margin-top: 15px; color: #666666; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; line-height: 15.600000381469727px;">\r\n<div style="margin-top: 25px; width: 700px;" align="justify">Source - มติชนออนไลน์ (Th)\r\n<p>Friday, March 07, 2014 11:20</p>\r\n<p> กรุงเทพฯ--7 มี.ค.--มติชนออนไลน์</p>\r\n<p> สำนักข่าวต่างประเทศรายงานว่า สุลต่านฮาสซานัล โบเกียห์ ผู้นำบรูไน ออกโรงตอบโต้นานาชาติที่โจมตีบรูไนกรณีเตรียมนำกฎหมายอิสลาม"ชาเรีย"มาใช้ ซึ่งรวมทั้งมาตรการลงโทษแบบตาต่อตา ฟันต่อฟัน ทั้งการ"ตัดมือ"และ"การขว้างหินประหาร โดยผู้นำบรูไนกล่าวว่า ในทัศนะของเขา ชาวบรูไนทุกเชื้อผิวควรจะเป็นหนึ่งเดียวภายใต้กฎหมายดังกล่าว และการใช้กฎหมายนี้เป็นความก้าวหน้า ไม่ใช่การถอยหลังเข้าคลอง</p>\r\n<p> รายงานระบุว่า กฎหมายดังกล่าวซึ่งจะใช้รวมถึงบุคคลต่างชาติในบรูไนด้วย ได้สร้างปฎิกิริยาไม่พอใจให้แก่กลุ่มพิทักษ์สิทธิมนุษยชน แต่ผู้นำบรูไนกล่าวว่า โลกภายนอกควรยอมรับบรูไนเหมือนที่เรายอมรับพวกเขา ขณะที่ทางการบรูไนระบุว่า มาตรการดังกล่าวจะถูกนำมาใช้ในปี 2017</p>\r\n<p> ด้านผู้เชี่ยวชาญระบุว่า บรูไนถือเป็นประเทศมุสลิมเคร่งศาสนา มีการห้ามการดื่มแอลกฮอลล์ และศาลมีอำนาจในการตัดสินคดีครอบครัว และว่า การใช้มาตรการดังกล่าวส่งผลให้บรูไนกลายเป็นไม่กี่ประเทศในอาเซียนที่ใช้กฎหมายรุนแรงดังกล่าว ผิดกับมาเลเซียและอินโดนีเซีย ซึ่งมีหัวสายกลางด้านศาสนามากกว่า และไม่ได้ใช้กฎหมายรุนแรงชนิดตาต่อตา ฟันต่อฟัน</p>\r\n</div>\r\n</div>', '', 1, 9, 0, 4, '2014-03-10 06:06:49', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-10 06:06:49', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 28, 'robots=\nauthor='), (20, 'กลุ่มแม่ของลูกเข้าร้องเรียนต่อ กสม. ขอให้คุ้มครองสิทธิเด็กจากสถานการณ์ทางการเมือง 25/02/2014', '---25022014', '', '<p><img style="display: block; margin-left: auto; margin-right: auto;" src="images/stories/2586_display_th_9849.jpg" alt="" width="351" height="234" /></p>\r\n<p> </p>\r\n<div style="color: #666666; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; line-height: 15.600000381469727px; margin-top: 25px; width: 700px;" align="justify">\r\n<p style="margin: 0px 0px 10px; line-height: 18px;">เมื่อวันที่ ๒๕ กุมภาพันธ์ ๒๕๕๗ นายขรรค์ชัย คงเสน่ห์ รองเลขาธิการคณะกรรมการสิทธิมนุษยชนแห่งชาติรับเรื่องร้องเรียนจากกลุ่มแม่ของลูก จำนวน ๕ คน นำโดย นางเกษรา ธารนพ ขอให้คณะกรรมการสิทธิมนุษยชนแห่งชาติ (กสม.) เข้ามาดูแลและปกป้องคุ้มครองสิทธิเด็กจากสถานการณ์ทางการเมือง ซึ่งสถานการณ์ทางการเมืองขณะนี้ได้ก่อให้เกิดความแตกแยกทางความคิดในสังคมไทยอย่างมาก ผ่านสื่อสังคมออนไลน์ในลักษณะต่าง ๆ โดยมิได้กระทำต่อเฉพาะผู้ที่เป็นคู่กรณีทางการเมืองเท่านั้น แต่มีการกระทำต่อเด็กที่ไม่ได้มีส่วนได้ส่วนเสียทางการเมือง เป็นการละเมิดต่อสิทธิของเด็ก ขาดจริยธรรม คุณธรรม แสดงให้เห็นถึงความด้อยวุฒิภาวะของผู้กระทำนั้น รวมถึงความรุนแรงที่กระทำต่อผู้ชุมนุมทางการเมือง โดยเฉพาะเหตุการณ์การชุมนุมที่จังหวัดตราด ที่มีเด็กเสียชีวิต ๑ คน และการชุมนุมที่ราชประสงค์ที่มีเด็กเสียชีวิต ๒ คน เด็กเหล่านี้ถูกกระทำโดยผู้กระทำไม่คำนึงเลยว่าเด็กจะได้รับผลกระทบอย่างไร โดยกลุ่มแม่ของลูกเห็นว่าเด็กไม่ว่าจะเป็นลูกของประชาชน หรือลูกของนายกรัฐมนตรี ไม่ควรจะถูกนำมาเกี่ยวข้องกับความขัดแย้งทางการเมือง</p>\r\n<p style="margin: 0px 0px 10px; line-height: 18px;"><span class="Apple-tab-span" style="white-space: pre;"> </span>นางเกษรา ธารนพ กล่าวว่า อยากให้คิดว่าหากสถานการณ์นี้เกิดขึ้นกับลูกของพวกคุณจะรับได้หรือไม่ เด็กไม่สามารถเรียกร้องสิทธิของตนเองได้ แต่ในฐานะแม่จึงออกมาเรียกร้องสิทธิให้เด็ก และอยากวิงวอนผู้ปกครองว่าหากพื้นที่ใดที่สุ่มเสี่ยงที่จะเกิดเหตุรุนแรงอย่านำเด็กไป</p>\r\n<p style="margin: 0px 0px 10px; line-height: 18px;"><span class="Apple-tab-span" style="white-space: pre;"> </span>นายขรรค์ชัย คงเสน่ห์ รองเลขาธิการคณะกรรมการสิทธิมนุษยชนแห่งชาติ กล่าวถึงอำนาจหน้าที่ของ กสม. ว่ามีอำนาจในการตรวจสอบและรายงานการกระทำหรือละเลยการกระทำอันเป็นการละเมิดสิทธิมนุษยชน โดยสามารถเรียกเอกสารหรือหลักฐานที่เกี่ยวข้อง หรือเรียกมาให้ถ้อยคำได้ และเสนอแนะนโยบายและข้อเสนอในการปรับปรุงกฎหมาย และกฎต่อรัฐสภาเพื่อส่งเสริมและคุ้มครองสิทธิมนุษยชน และออกแถลงการณ์เตือนให้สังคมได้รับรู้ แต่ไม่มีอำนาจในการสั่งการให้หน่วยงานอื่นปฏิบัติตามได้ ทั้งนี้จะรับเรื่องร้องเรียนของกลุ่มแม่ของลูกนำเข้าที่ประชุม กสม. ที่จัดขึ้นทุกวันพุธ และดำเนินการตามขั้นตอนต่อไป</p>\r\n</div>\r\n<h3 class="tab" style="margin: 25px 0px 0px; padding: 15px 30px 7px; position: relative; clear: both; width: 730px; color: #184c90; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: white; font-family: Tahoma, Geneva, sans-serif; line-height: 15.600000381469727px; top: 10px; z-index: 9999;" title="active"> </h3>', '', 1, 3, 0, 1, '2014-03-10 06:33:03', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-10 06:33:03', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 5, '', '', 0, 4, 'robots=\nauthor='); INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES (21, 'test', 'test', '', '<p>ทดสอบระบบ</p>\r\n<p> </p>\r\n<p><img src="images/stories/joomla-dev_cycle.png" alt="" /></p>', '', 1, 3, 0, 1, '2014-03-01 00:00:00', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-10 06:33:23', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 4, '', '', 0, 24, 'robots=\nauthor='), (22, 'choedchai test', 'choedchai-test', '', '<p><img src="images/stories/lighthouse.jpg" alt="" width="249" height="187" /></p>\r\n<p>test test test test</p>', '', 1, 10, 0, 3, '2014-03-10 06:33:08', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-10 06:33:08', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 2, '', '', 0, 0, 'robots=\nauthor='), (23, 'Dr Nirun', 'dr-nirun', '', '<p>Dr.Nirun</p>\r\n<p> </p>\r\n<p><img src="images/stories/2266_display_th_1187.jpg" alt="" /></p>', '', 1, 3, 0, 1, '2014-03-10 06:33:12', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-10 06:33:12', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 3, '', '', 0, 22, 'robots=\nauthor='), (24, 'การละเมิดสิทธิ', '2014-03-10-06-42-45', '', '<p><img src="images/stories/2586_display_th_9849.jpg" alt="" width="451" height="301" /></p>\r\n<p> </p>', '', 1, 3, 0, 1, '2014-03-10 06:33:05', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-10 06:33:05', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 2, '', '', 0, 18, 'robots=\nauthor='), (25, 'ภาพกิจกรรม', 'event', '', '<p><a href="http://itsc.co.th/dev/nhrc/"><img src="images/banners/news-d5.png" alt="news-d5" /></a></p>\r\n<p>{gallery}event1{/gallery}</p>', '', 0, 11, 0, 6, '2014-03-13 05:25:47', 62, '', '2014-03-13 08:46:05', 62, 0, '0000-00-00 00:00:00', '2014-03-13 05:25:47', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=th-TH\nkeyref=\nreadmore=', 15, 0, 1, '', '', 0, 4, 'robots=\nauthor='), (27, 'วีดีโอ', '2014-03-18-14-37-26', '', '{module [94]}', '', 1, 0, 0, 0, '2014-03-18 14:36:56', 63, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2014-03-18 14:36:56', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 17, 'robots=\nauthor='); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_content_frontpage` -- CREATE TABLE IF NOT EXISTS `jos_content_frontpage` ( `content_id` int(11) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_content_frontpage` -- INSERT INTO `jos_content_frontpage` (`content_id`, `ordering`) VALUES (25, 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_content_rating` -- CREATE TABLE IF NOT EXISTS `jos_content_rating` ( `content_id` int(11) NOT NULL DEFAULT '0', `rating_sum` int(11) unsigned NOT NULL DEFAULT '0', `rating_count` int(11) unsigned NOT NULL DEFAULT '0', `lastip` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_content_rating` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_core_acl_aro` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_aro` ( `id` int(11) NOT NULL AUTO_INCREMENT, `section_value` varchar(240) NOT NULL DEFAULT '0', `value` varchar(240) NOT NULL DEFAULT '', `order_value` int(11) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `hidden` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ; -- -- dump ตาราง `jos_core_acl_aro` -- INSERT INTO `jos_core_acl_aro` (`id`, `section_value`, `value`, `order_value`, `name`, `hidden`) VALUES (10, 'users', '62', 0, 'Administrator', 0), (11, 'users', '63', 0, 'Testuser', 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_core_acl_aro_groups` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', `value` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ; -- -- dump ตาราง `jos_core_acl_aro_groups` -- INSERT INTO `jos_core_acl_aro_groups` (`id`, `parent_id`, `name`, `lft`, `rgt`, `value`) VALUES (17, 0, 'ROOT', 1, 22, 'ROOT'), (28, 17, 'USERS', 2, 21, 'USERS'), (29, 28, 'Public Frontend', 3, 12, 'Public Frontend'), (18, 29, 'Registered', 4, 11, 'Registered'), (19, 18, 'Author', 5, 10, 'Author'), (20, 19, 'Editor', 6, 9, 'Editor'), (21, 20, 'Publisher', 7, 8, 'Publisher'), (30, 28, 'Public Backend', 13, 20, 'Public Backend'), (23, 30, 'Manager', 14, 19, 'Manager'), (24, 23, 'Administrator', 15, 18, 'Administrator'), (25, 24, 'Super Administrator', 16, 17, 'Super Administrator'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_core_acl_aro_map` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_map` ( `acl_id` int(11) NOT NULL DEFAULT '0', `section_value` varchar(230) NOT NULL DEFAULT '0', `value` varchar(100) NOT NULL, PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_core_acl_aro_map` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_core_acl_aro_sections` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_sections` ( `id` int(11) NOT NULL AUTO_INCREMENT, `value` varchar(230) NOT NULL DEFAULT '', `order_value` int(11) NOT NULL DEFAULT '0', `name` varchar(230) NOT NULL DEFAULT '', `hidden` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ; -- -- dump ตาราง `jos_core_acl_aro_sections` -- INSERT INTO `jos_core_acl_aro_sections` (`id`, `value`, `order_value`, `name`, `hidden`) VALUES (10, 'users', 1, 'Users', 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_core_acl_groups_aro_map` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL DEFAULT '0', `section_value` varchar(240) NOT NULL DEFAULT '', `aro_id` int(11) NOT NULL DEFAULT '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_core_acl_groups_aro_map` -- INSERT INTO `jos_core_acl_groups_aro_map` (`group_id`, `section_value`, `aro_id`) VALUES (25, '', 10), (25, '', 11); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_core_log_items` -- CREATE TABLE IF NOT EXISTS `jos_core_log_items` ( `time_stamp` date NOT NULL DEFAULT '0000-00-00', `item_table` varchar(50) NOT NULL DEFAULT '', `item_id` int(11) unsigned NOT NULL DEFAULT '0', `hits` int(11) unsigned NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_core_log_items` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_core_log_searches` -- CREATE TABLE IF NOT EXISTS `jos_core_log_searches` ( `search_term` varchar(128) NOT NULL DEFAULT '', `hits` int(11) unsigned NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_core_log_searches` -- INSERT INTO `jos_core_log_searches` (`search_term`, `hits`) VALUES ('test', 3), ('dwdwdw', 1), ('dw', 1), ('', 3), ('dasdasdasdsa', 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_groups` -- CREATE TABLE IF NOT EXISTS `jos_groups` ( `id` tinyint(3) unsigned NOT NULL DEFAULT '0', `name` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_groups` -- INSERT INTO `jos_groups` (`id`, `name`) VALUES (0, 'Public'), (1, 'Registered'), (2, 'Special'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jevents_categories` -- CREATE TABLE IF NOT EXISTS `jos_jevents_categories` ( `id` int(12) NOT NULL DEFAULT '0', `color` varchar(8) NOT NULL DEFAULT '', `admin` int(12) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_jevents_categories` -- INSERT INTO `jos_jevents_categories` (`id`, `color`, `admin`) VALUES (8, '#CCCCFF', 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jevents_exception` -- CREATE TABLE IF NOT EXISTS `jos_jevents_exception` ( `ex_id` int(12) NOT NULL AUTO_INCREMENT, `rp_id` int(12) NOT NULL DEFAULT '0', `eventid` int(12) NOT NULL DEFAULT '1', `eventdetail_id` int(12) NOT NULL DEFAULT '0', `exception_type` int(2) NOT NULL DEFAULT '0', PRIMARY KEY (`ex_id`), KEY `eventid` (`eventid`), KEY `rp_id` (`rp_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_jevents_exception` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jevents_icsfile` -- CREATE TABLE IF NOT EXISTS `jos_jevents_icsfile` ( `ics_id` int(12) NOT NULL AUTO_INCREMENT, `srcURL` varchar(255) NOT NULL DEFAULT '', `label` varchar(30) NOT NULL DEFAULT '', `filename` varchar(120) NOT NULL DEFAULT '', `icaltype` tinyint(3) NOT NULL DEFAULT '0', `isdefault` tinyint(3) NOT NULL DEFAULT '0', `state` tinyint(3) NOT NULL DEFAULT '1', `access` int(11) unsigned NOT NULL DEFAULT '0', `catid` int(11) NOT NULL DEFAULT '1', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(100) NOT NULL DEFAULT '', `modified_by` int(11) unsigned NOT NULL DEFAULT '0', `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `autorefresh` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`ics_id`), UNIQUE KEY `label` (`label`), KEY `stateidx` (`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_jevents_icsfile` -- INSERT INTO `jos_jevents_icsfile` (`ics_id`, `srcURL`, `label`, `filename`, `icaltype`, `isdefault`, `state`, `access`, `catid`, `created`, `created_by`, `created_by_alias`, `modified_by`, `refreshed`, `autorefresh`) VALUES (1, '', 'Default', 'Initial ICS File', 2, 1, 1, 0, 8, '0000-00-00 00:00:00', 0, '', 0, '0000-00-00 00:00:00', 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jevents_repbyday` -- CREATE TABLE IF NOT EXISTS `jos_jevents_repbyday` ( `rptday` date NOT NULL DEFAULT '0000-00-00', `rp_id` int(12) NOT NULL DEFAULT '0', `catid` int(11) NOT NULL DEFAULT '1', KEY `rptday` (`rptday`), KEY `daycat` (`rptday`,`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_jevents_repbyday` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jevents_repetition` -- CREATE TABLE IF NOT EXISTS `jos_jevents_repetition` ( `rp_id` int(12) NOT NULL AUTO_INCREMENT, `eventid` int(12) NOT NULL DEFAULT '1', `eventdetail_id` int(12) NOT NULL DEFAULT '0', `duplicatecheck` varchar(32) NOT NULL DEFAULT '', `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `endrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`rp_id`), UNIQUE KEY `duplicatecheck` (`duplicatecheck`), KEY `eventid` (`eventid`), KEY `eventstart` (`eventid`,`startrepeat`), KEY `eventend` (`eventid`,`endrepeat`), KEY `eventdetail` (`eventdetail_id`), KEY `startrepeat` (`startrepeat`), KEY `endrepeat` (`endrepeat`), KEY `startend` (`startrepeat`,`endrepeat`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- dump ตาราง `jos_jevents_repetition` -- INSERT INTO `jos_jevents_repetition` (`rp_id`, `eventid`, `eventdetail_id`, `duplicatecheck`, `startrepeat`, `endrepeat`) VALUES (1, 1, 1, 'a385ec47835f7b3a5dec45f559cc1273', '2014-03-27 08:00:00', '2014-03-27 17:00:00'), (2, 2, 2, '7c59dba40b150a13163346a2fc15aa58', '2014-03-28 08:00:00', '2014-03-28 17:00:00'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jevents_rrule` -- CREATE TABLE IF NOT EXISTS `jos_jevents_rrule` ( `rr_id` int(12) NOT NULL AUTO_INCREMENT, `eventid` int(12) NOT NULL DEFAULT '1', `freq` varchar(30) NOT NULL DEFAULT '', `until` int(12) NOT NULL DEFAULT '1', `untilraw` varchar(30) NOT NULL DEFAULT '', `count` int(6) NOT NULL DEFAULT '1', `rinterval` int(6) NOT NULL DEFAULT '1', `bysecond` varchar(50) NOT NULL DEFAULT '', `byminute` varchar(50) NOT NULL DEFAULT '', `byhour` varchar(50) NOT NULL DEFAULT '', `byday` varchar(50) NOT NULL DEFAULT '', `bymonthday` varchar(50) NOT NULL DEFAULT '', `byyearday` varchar(50) NOT NULL DEFAULT '', `byweekno` varchar(50) NOT NULL DEFAULT '', `bymonth` varchar(50) NOT NULL DEFAULT '', `bysetpos` varchar(50) NOT NULL DEFAULT '', `wkst` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`rr_id`), KEY `eventid` (`eventid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- dump ตาราง `jos_jevents_rrule` -- INSERT INTO `jos_jevents_rrule` (`rr_id`, `eventid`, `freq`, `until`, `untilraw`, `count`, `rinterval`, `bysecond`, `byminute`, `byhour`, `byday`, `bymonthday`, `byyearday`, `byweekno`, `bymonth`, `bysetpos`, `wkst`) VALUES (1, 1, 'none', 0, '', 1, 1, '', '', '', 'TH', '', '', '', '', '', ''), (2, 2, 'none', 0, '', 1, 1, '', '', '', 'FR', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jevents_vevdetail` -- CREATE TABLE IF NOT EXISTS `jos_jevents_vevdetail` ( `evdet_id` int(12) NOT NULL AUTO_INCREMENT, `rawdata` longtext NOT NULL, `dtstart` int(11) NOT NULL DEFAULT '0', `dtstartraw` varchar(30) NOT NULL DEFAULT '', `duration` int(11) NOT NULL DEFAULT '0', `durationraw` varchar(30) NOT NULL DEFAULT '', `dtend` int(11) NOT NULL DEFAULT '0', `dtendraw` varchar(30) NOT NULL DEFAULT '', `dtstamp` varchar(30) NOT NULL DEFAULT '', `class` varchar(10) NOT NULL DEFAULT '', `categories` varchar(120) NOT NULL DEFAULT '', `color` varchar(20) NOT NULL DEFAULT '', `description` longtext NOT NULL, `geolon` float NOT NULL DEFAULT '0', `geolat` float NOT NULL DEFAULT '0', `location` varchar(120) NOT NULL DEFAULT '', `priority` tinyint(3) unsigned NOT NULL DEFAULT '0', `status` varchar(20) NOT NULL DEFAULT '', `summary` longtext NOT NULL, `contact` varchar(120) NOT NULL DEFAULT '', `organizer` varchar(120) NOT NULL DEFAULT '', `url` varchar(120) NOT NULL DEFAULT '', `extra_info` varchar(240) NOT NULL DEFAULT '', `created` varchar(30) NOT NULL DEFAULT '', `sequence` int(11) NOT NULL DEFAULT '1', `state` tinyint(3) NOT NULL DEFAULT '1', `multiday` tinyint(3) NOT NULL DEFAULT '1', `hits` int(11) NOT NULL DEFAULT '0', `noendtime` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`evdet_id`), FULLTEXT KEY `searchIdx` (`summary`,`description`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- dump ตาราง `jos_jevents_vevdetail` -- INSERT INTO `jos_jevents_vevdetail` (`evdet_id`, `rawdata`, `dtstart`, `dtstartraw`, `duration`, `durationraw`, `dtend`, `dtendraw`, `dtstamp`, `class`, `categories`, `color`, `description`, `geolon`, `geolat`, `location`, `priority`, `status`, `summary`, `contact`, `organizer`, `url`, `extra_info`, `created`, `sequence`, `state`, `multiday`, `hits`, `noendtime`) VALUES (1, '', 1395882000, '', 0, '', 1395914400, '', '', '', '', '', '<p>Install Calendar krub</p>', 0, 0, '', 0, '', 'Install Calendar', '', '', '', '', '', 0, 1, 0, 3, 0), (2, '', 1395968400, '', 0, '', 1396000800, '', '', '', '', '', '<p>Test calendar ทดสอบระบบครับ</p>', 0, 0, '', 0, '', 'Test calendar', '', '', '', '', '', 0, 1, 0, 3, 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jevents_vevent` -- CREATE TABLE IF NOT EXISTS `jos_jevents_vevent` ( `ev_id` int(12) NOT NULL AUTO_INCREMENT, `icsid` int(12) NOT NULL DEFAULT '0', `catid` int(11) NOT NULL DEFAULT '1', `uid` varchar(255) NOT NULL DEFAULT '', `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(100) NOT NULL DEFAULT '', `modified_by` int(11) unsigned NOT NULL DEFAULT '0', `rawdata` longtext NOT NULL, `recurrence_id` varchar(30) NOT NULL DEFAULT '', `detail_id` int(12) NOT NULL DEFAULT '0', `state` tinyint(3) NOT NULL DEFAULT '1', `access` int(11) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ev_id`), UNIQUE KEY `uid` (`uid`), KEY `icsid` (`icsid`), KEY `stateidx` (`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- dump ตาราง `jos_jevents_vevent` -- INSERT INTO `jos_jevents_vevent` (`ev_id`, `icsid`, `catid`, `uid`, `refreshed`, `created`, `created_by`, `created_by_alias`, `modified_by`, `rawdata`, `recurrence_id`, `detail_id`, `state`, `access`) VALUES (1, 1, 8, 'd6739b79b6c470ede4be7e26ff3dad44', '0000-00-00 00:00:00', '2014-03-27 07:12:36', 62, '', 62, 'a:15:{s:3:"UID";s:32:"d6739b79b6c470ede4be7e26ff3dad44";s:11:"X-EXTRAINFO";s:0:"";s:8:"LOCATION";s:0:"";s:11:"allDayEvent";s:3:"off";s:7:"CONTACT";s:0:"";s:11:"DESCRIPTION";s:28:"<p>Install Calendar krub</p>";s:12:"publish_down";s:10:"2014-03-27";s:10:"publish_up";s:10:"2014-03-27";s:7:"SUMMARY";s:16:"Install Calendar";s:7:"DTSTART";i:1395882000;s:5:"DTEND";i:1395914400;s:5:"RRULE";a:4:{s:4:"FREQ";s:4:"none";s:5:"COUNT";i:1;s:8:"INTERVAL";s:1:"1";s:5:"BYDAY";s:2:"TH";}s:8:"MULTIDAY";s:1:"0";s:9:"NOENDTIME";s:1:"0";s:7:"X-COLOR";s:0:"";}', '', 1, 1, 0), (2, 1, 8, '5d39eabaac3da7f2233f14a639943185', '0000-00-00 00:00:00', '2014-03-27 07:14:16', 62, '', 62, 'a:15:{s:3:"UID";s:32:"5d39eabaac3da7f2233f14a639943185";s:11:"X-EXTRAINFO";s:0:"";s:8:"LOCATION";s:0:"";s:11:"allDayEvent";s:3:"off";s:7:"CONTACT";s:0:"";s:11:"DESCRIPTION";s:62:"<p>Test calendar ทดสอบระบบครับ</p>";s:12:"publish_down";s:10:"2014-03-28";s:10:"publish_up";s:10:"2014-03-28";s:7:"SUMMARY";s:13:"Test calendar";s:7:"DTSTART";i:1395968400;s:5:"DTEND";i:1396000800;s:5:"RRULE";a:4:{s:4:"FREQ";s:4:"none";s:5:"COUNT";i:1;s:8:"INTERVAL";s:1:"1";s:5:"BYDAY";s:2:"FR";}s:8:"MULTIDAY";s:1:"0";s:9:"NOENDTIME";s:1:"0";s:7:"X-COLOR";s:0:"";}', '', 2, 1, 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jev_users` -- CREATE TABLE IF NOT EXISTS `jos_jev_users` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL DEFAULT '0', `published` tinyint(2) NOT NULL DEFAULT '0', `canuploadimages` tinyint(2) NOT NULL DEFAULT '0', `canuploadmovies` tinyint(2) NOT NULL DEFAULT '0', `cancreate` tinyint(2) NOT NULL DEFAULT '0', `canedit` tinyint(2) NOT NULL DEFAULT '0', `canpublishown` tinyint(2) NOT NULL DEFAULT '0', `candeleteown` tinyint(2) NOT NULL DEFAULT '0', `canpublishall` tinyint(2) NOT NULL DEFAULT '0', `candeleteall` tinyint(2) NOT NULL DEFAULT '0', `cancreateown` tinyint(2) NOT NULL DEFAULT '0', `cancreateglobal` tinyint(2) NOT NULL DEFAULT '0', `eventslimit` int(11) NOT NULL DEFAULT '0', `extraslimit` int(11) NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `user` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_jev_users` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jfusion` -- CREATE TABLE IF NOT EXISTS `jos_jfusion` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `params` text, `master` tinyint(4) NOT NULL, `slave` tinyint(4) NOT NULL, `status` tinyint(4) NOT NULL, `dual_login` tinyint(4) NOT NULL, `check_encryption` tinyint(4) NOT NULL, `plugin_files` longblob, `original_name` varchar(50) DEFAULT NULL, `ordering` tinyint(4) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; -- -- dump ตาราง `jos_jfusion` -- INSERT INTO `jos_jfusion` (`id`, `name`, `params`, `master`, `slave`, `status`, `dual_login`, `check_encryption`, `plugin_files`, `original_name`, `ordering`) VALUES (1, 'joomla_int', 'YToxODp7czoxMToiZGVzY3JpcHRpb24iO3M6MTk6IkN1cnJlbnQgSm9vbWxhIFNpdGUiO3M6MTA6InNvdXJjZV91cmwiO3M6Mjc6Imh0dHA6Ly9pdHNjLmNvLnRoL2Rldi9uaHJjLyI7czoxNjoibG9naW5faWRlbnRpZmllciI7czoxOiIxIjtzOjE2OiJjYXNlX2luc2Vuc2l0aXZlIjtzOjE6IjAiO3M6MTU6InVzZXJuYW1lX2ZpbHRlciI7czoxMDoiam9vbWxhX2ludCI7czo5OiJ1c2VyZ3JvdXAiO3M6MjoiMjkiO3M6MTI6ImF1dG9yZWdpc3RlciI7czoxOiIxIjtzOjE3OiJ1cGRhdGVfYWN0aXZhdGlvbiI7czoxOiIxIjtzOjEyOiJ1cGRhdGVfZW1haWwiO3M6MToiMSI7czoxMjoidXBkYXRlX2Jsb2NrIjtzOjE6IjEiO3M6MTU6ImNyZWF0ZV9pbmFjdGl2ZSI7czoxOiIxIjtzOjE0OiJjcmVhdGVfYmxvY2tlZCI7czoxOiIxIjtzOjE3OiJhbGxvd19jb25uZWN0aW9ucyI7czoxOiIwIjtzOjY6InNlY3JldCI7czoxMDoiNmE4ZDUwZTYyMCI7czoyMDoiYWxsb3dfcmVkaXJlY3RfbG9naW4iO3M6MToiMCI7czoyMToiYWxsb3dfcmVkaXJlY3RfbG9nb3V0IjtzOjE6IjAiO3M6MTc6InJlZGlyZWN0dXJsX2xvZ2luIjtzOjA6IiI7czoxODoicmVkaXJlY3R1cmxfbG9nb3V0IjtzOjA6IiI7fQ==', 0, 0, 1, 1, 1, 0x504b0304140000000800f6165244b0007fa121040000810d00000900000061646d696e2e706870ed56596fe336107e7680fc877908202748edb4408bc2ddddc4d86cb271b78e91a3c793414b63590945aa24153758ec7feff0d061bb4ebcfb5cc2b02492dfcc370787f3e6b45814fb7bfb7bfda3a3fd3d388279c61162290ccb44265260494e2fda2866a48279296293490173fa300b848779a9ed77c1cb34134e82fb9b7c9cc0132ab7f663337d163383a954cf0030ba70503f5fb0f891a508cdfcc449d47e5997b36ac748ca9cb32b618244569a05916921e10e590e6f9638cb9936a8ce02c99e54e9bb404316cf2a4b1706e08793939f2b640f869c835bd0a050a37ac2a4e7213c8b5168c770614c31e8f797cb652f15a515dbb70239ce4d3f2d786f61720e97e3fbfee5e45305168fe0470bdce265b7f55d1cfa20242499c2d8008b63d4e48204e799c0a41b4d471ffefcf03e3a04b238c9b01bdd2085268b0d26617374f84b3b9c5cb2c4052a96794eaef1deab3de5c3568755071a0aff2e89c1548a981c3e19de7d9c0ecf7fbb1a5fdddedd0cefae6fa007e7b7f41791d4420a144647edb969b0ac99cc65825caf7df71ebcfe1ee560b442bbe237b4d90731675ad72997098aa960bcb2256186cd984607bcb08e414a5e4e1e4950c72a2b9c6540d2084d01ac8d25eb9170102f307e74a23d2b36b3e91e1b97fa3d773efecfdf5df3d7c72af071e19b3e388ba71437c07f0c8a64751d3e1398868fbd1d47c4dd948a22648322588e20e7f49ee9b5c4adf79f7900d8c34045ab82c4a552949c5b507dff52d7b414cdc822bb87e05702313b82fca8b1c526ac5df962ad5ee7bfcae70585776cc63128dd5417788f3cefc16015f012819b960319702ae0d61f256584f6bef4e728a5b24e0745cbb959328515bcb1a3608a72d186ee80677966b461ca80ff6766fb3e10653e436575511e96dce84dd9c148a6147b5e5ffd0f57dd13f94f6448b7cde42d9c1c572ae97d472736a26c527df7ae89fc714b78787fd1cf951164f92bd4dfcb52985da3dc003618ee4467c5a75b08a54a9685f3c257906a40df46ecd503718e7346e952ebda95dc06eedbf8cda4e4dbd831cee5f20653df0dd1cc4edc36512f31b38f4d769748a74db8e3eb8c03e498639372ebe73094c1035707ab5115c535ec3ae689f1b206f98fd741822ece4691fd781d639b4c25f9d4f1aa2bb69fe4a8b6d68b80b797d4b648954d1658c1c7c1aa634ff47855f7e146b13f704435159410cc0bea06e8d2778936716bdb83d844d08e6cdead6404728341a67d0ff0bbef8fbbd1f7bd9fa243974b9d4e2704e06dc5c2e9e84639257756db15b5b5758263683fb97b3058ddba017dc51b2dc15f2884d4317cdeaeeaeb1cdd16bd73ad80fbf1afe3eb3fc6b6e51d8dafdde3af0fb7f6797aba2d0142037b416de0d0b5c55d8a72c739b8bac94996bdc23b8e42c7e9efac150248a4bb294397accba29074e7387f52c5a74b82fa630723fd9d5ab95bbf0acb1b8ae78c7c1a14d3ef5f504b0304140000000800f6165244f8513e44210200001b05000008000000617574682e706870ed53dd6eda3014be47e21dcec5a40017493569d204d556b4d216b4751165d2ee22e39c2406c7ce6ca7146d7bf71de707d8aefa00b350941cfb7c7c3fc7d71faba21a0e86836832190e6002cd237e88e1198d155ac1bb73f9863387b936470058ddd57ebbad578cef598e70aec7b2ce85b2edb6adb7fd8995d6a5644be53a4456bb421bb8e8840db212ae0fb82d9975686e7659530fb5c93f7434747534222f1cc0dbababf77d67087329a1d9b060d0a279c6346c5ba4e0a86cc3b070ae9a46d1e1700873557bd8c8034acc5c9457322c5c29e1fef15b741f7fee9bd51eda75d17cc1cb1f8b1a1723501a5261903b609ca3250b52cc84c2741424abc5f7c5a7600ca43815380ad6689d11dc61da1d0ec6b3cb30a46629b80281ebb2246b5af74e4e558dc990d58a3bfab61d0d833f6a629068c5c9f078be7948e6b75f968fcba7cd7abef9ba86106e9fe811106aa5152a6783cb5ad2293b174b9da2b4ff7c87bbf6ff439aa0607626ddb39b53b4842d6868fc2797cc5ac848ba17241445ab98ec25a5ccb12db3d820dc797fd03121c998142d37a26a0402e15037e578d24c2620f5012f90ef1be8961cdb92b58c3b3f606133e3ffa7f87553dc06d5b1f12126bb466e429901be3854e95fdbf0931a69b5f9fbd57869483f33861d7fe9edce5f87373569112ad3e753065d6d14f84ba0f2be1cb52f7dc290a34243912d1437c78aee4a4cfc0edaa4a313e2b8e7e05707da315cb5433a9dbe0666d6a2fc1e0ee8f707504b0304140000000800f61652446f43293056000000940000000a000000696e6465782e68746d6cb35174f1770e890c7055c828c9cdb1e3e5b281d20a0a3619a989296016905d925992936ae79259949a5ca2e0989c9c5a5cace0929a97999a62a30f91036bd187ebb149ca4fa984e92ec0a1b300aa0baa16a81d643900504b0304140000000800f61652445c2dfa8f1a050000ae1400000b0000006a667573696f6e2e786d6ccd58dd73a336107fbe9bb9ff81f2d47b88c18e9d261dc21d05c543ea8007ecebe489514076b8f2354238b9fef595c48731c63e67d24bcf4f9276b5bbbfdf2ebb60e5d3731c091b84f3304daec5e140160594f8691026eb6bb120abb34bf193fae1bdf28b61eb8bfb3910c22427308a04f7de5d803b417c2424fb5d929e9e9e065f5705333348f15aa266a58004d2703091b2a85887c9597573408f4566b2b644be65e85aac2e8bed6026341caaf94e49608cd4af691a47d00b13a248fc80497c8c20a1ea062448bd2d12248c64f9529176ce99222cc8638ad5db1bee4630d006456916a384080b046345aa14b6ba208661a43ea18718e604e1cf2d78b576a9b2bdb2c4f4c22e13b52a13f180d3ec1b0ed78f44d5eb95f0abfe91872d54d10d048df2c265b980518ef00605030aaab9cb2c45a18f921ca9ad0cac9382b35f8972699d4567a3813c782434cd536b294de733a516732b15ddea707039189fc9c3b122d5471fde0bf4a760b409f91e4e56f2f87c154c7ebbba0802fff2410eae4663198e47e3897c01cfe5401e05fe78a448cd95ca04096344931d67eaf0fc6a743ebc184ece15697bca020950eee330634953698e114e6024dcf29c0b650509ab14d71429525bbf725364014b774548b9dba9ca6a2d95a52429954e7dbf4cb42a2b52b56271e511dc2076562e78a8058cbc28a521b1f3d68e0a997c154628679b72c98b150671980cb2c74c919ab38e06ad93a30a6112a0679eca832a35d8e7233a59f1400be0a8a78296dcbe42b963c0d8268318c6b900832083e4f15a9438c23027189214d35a8db334a18f57ce965ecd3c8a107be672b1f4c88d08cc41d3011ed267b1ea09043d135108d00a1611b9164521820f28ba16e7b3e5d4b4bc29b080a3cd3c032c3473e632cda62498b6b4efa3a5b1eb240fffa1eb0bb9e54e2f3066eda1aa413724a8e3c200aeee98f385695b1e5b3701b604624f14795a601f79058ebe1b44c7e3ad6ddfcd346fe9cc1a5fada31e57a7933ab319a7360ffa242e79c97b6140390a5721c2b58388d640cbc1b063abf4631ac05a9837267038734e278cadb82c94774acaaf0b1b1815881955972e702ced0e28525a37817dbd91a8823b5a1c9e66180e70dda3cae75ba39eed78fce2ce0545e2f8f7a9f89c67d0df3250eff6493e85571fe6884eb99cb6e890841b748057b931da04ad6b2ef04ccb05966b2ecc2fa0a2f61083b7f7e0382174fade5af669149c5e682cdc97d4196b466ce5d1ee43b624578360ce47437ef89169d8b931678bbd72eb48fb1ea1d725b717ce1aa745b6636207935ee4248de7ecd24ea053c75ecebd3bcdd2a6e08e3e201d879af145b37460788d6e2f9fff69b1d2a19562b40e7372b0016c0b555b2e6c074c4d9731dd89bd257acbb27d1d1942f5db4d307fa7f0a04f1f5ed89e34fb8db1ceeddcd016c0d374fad06a7c68744ab82b2fa74d2b001ec4f7983aa2bc4759a3d710770c2b62efc1a7c2e47db51f61d9ab7f32700f51eaff7d2ab83f66b6fe673f382efa69c0f10f243667789d1e1a325b7cba031808d3e255083a103bd29f0d254f210a4e05c933058c7e8c95f0ff80f88aa1abdb960574de3b5e307ae9e779fae4f96992209fa9e5875bfc6e379fcdecbfbcad4fb73375f7e4fdcdbea7919f320fdee6352d47b4b8486dcbad76fbb6b692964517d06a5ad4acf4be279c9e5b0718a643897c7966310a424c535b7ebebe28b98dd3becc3642fe36ff36c9dd479416e4c740b2978bb7c154a3a15f8abb293af57bf128b0fa987e3a5689ea29944e082d4e7f440c8c59a9fcafa1fc7f81fd512855ff14aaff02504b0304140000000800f61652441a64347f750300006e0a00000a0000007075626c69632e706870ed56db6edb38107d0f907f9887027682addc16586091166db4b17c5bf9b2b65c6c9f0c5a1acb4a245225a97a83a2ffde21255bae9d04ce228f4b1882c4e1199e3933e4f8c3a77c9d9f9f9d9fb52e2fcfcfe012ec63d29bc037942a111c7eafa7af43a63116f21e00069dc298cbf99c85772c46a8e7276911275c9566552cb72b06426429eb735d7964855e0b097b48089065f06183cb8c298df2fa7665e71d21e38f150d91dfcb245e6b80776fdefcb1453ae0a629588302890ae5378c9c12922621726519aeb5ceaf5aadcd66e3c4bc306e5bc6618a2bdd8af3d459eb2c85ee68deea4efc2d98df4139f6c07bbcccb29655b1055c4094480c35b03044451244b84a3846cdc662e0fde3dd342e80228e126c36a6a8b44c428d51b5b871f1be4e452a58047a8d108a2c23614aed763ae5566258153cd4f4ad2a1212bf16b4ff42f090e49eb8416fe1b687fd517f164cdd603c0507da337a34c86b2e3872ad1afb738b2aae7a321311a6eae0dbb92df777a87e1a7ba4b7ec26c59234879b9429052b0ad80492704a2867e936948869b6640a2db2635441cd9294e488508532c96d6040ee084dd9dbc54ac123e1205c6378675d97a4d8920465a166b9dddeb1c5fd7ff99e56bea1cdd556012be0e2d606bca0c401feab9147070be03b816994e937e392b8eb42528e4c5a38cb10c48ade137550b9bbf5d72500cc59e0f10e12165252753e826a952fdb8a8018f5c0209b17505a2a626654fe1b7530a6628de58739b487fc7fe5f3c486538c13536fe67b3ef569ebe34d2bf68392fdd5d543b01721e30ba52794c08d90d133c81cc15e8ccc5c99b39ee133c9fc027b924cce241d35539aafd2244bf4d6f27cba634e6704cdce7f1728ef9ba5bf13493f023e4547e2fe04ab51912d5196eebb05b50a75aa8e0f215f96cf10cdfb7f22b483d68c0ef9cc73ea0c682f9094f1b83057ef4a0a7309f108b679b776ea9ba22083bd63100a4a0324d57d43dd8d3a043940057579c0683c1dbabeff05829e07be3beaceddae0733cff76e82fe7804eea80d373d9af786de28800ef5ccc1783cf45de8cf60321d7feeb7bd36fc69f0fd691b26ee34f8027eff2fcf2eebf467bde34a0cc6ed31bc062d20c9a87765e662632bea0f96b5c4b29dbd75de3aef8ec165c062796bfe55bc3221267c258eb2c7a464f754ec4c17eab1342a3a6495a21d23a8c7a3e6cee329c97cd08151fbf5c7fa0afead765927997e3f01504b0304140000000800f616524423045489460c0000013b000008000000757365722e706870ed5b6d73dbc611fe2ccfe43f5ca79a804a2952762799568ed43012644b954599a492763c1918048ee4d9208000a0684eedffdeddbdc32b0f20f512a7758b896309b8dbdb7df6e59e3dc0dfff2d9c855f3df9ea49f79b6fbe7ac2e80fbb7e79cd6e79148bc067df66777f70ec844f8368c518bb385be053793fb49df7f694b3fcfeb5b7980a3f968fe3c5381d71110473cf3ef713f9c45e24b3206285896cc4ed39fb7ec9c7733b4e78f4c3bb09ddef04d1f458691184ab484c670963cf0e0efe92ceecb09ee7317a10b388c73cbae56e474ef184c3fd98149c254978d8ed2e97cbced45fa0d82e0af4f824e94e43af334be61e7b7175d37d717d994ef6df3379152617f4c2615d00b0cbfc80b922e24ec26cc7e131d8eff289f0b9db32ac0bf31fe689b1c7c05e57f09631e071120927e1ae1a6cec3dcfbcc0bcc0765932e3cc09e67380450297a11412be6cb2f09d047e8f950a11ff7501eb5b81ef00d6d7bdd14bab77faeafcea7c381af446fd01ebb0d321fccf00a961e0733f898de23d4b5995df9c072ef7e2caef9d7772fd0e848ef19c82a7ab96269de3c4f65d3b72d93ba9f5029c51d4f59d80d5a3a465c8e71d7cde99712fe4118190c390da7b83124e3c3b8ed90400c445840fe1e1db5e0a8d6b27f6d88e39cd3b439479620b0fe07579ec4422a4c5190883d9100b993e00268779cc9971e73d899646da637090ed24a41d25c9ff7360530e38e422a50d3acd922eb6c05b8c7f48b8ef961eb37fc144b8a4bff1fa06f44e1611b8053de1db73ce8209fc2ce24af0a7e3b3793fc8890cd3ca9f66539d451441a0d7cceeca1fd26060539e5ce0ccd69e7ca0f4c34b8937728b30f6f1c9270cd9aa19101111b83118bfc37ab08b5124fc49507d8ec0ec06506c97914878ad517614d9ab3aa51721043f473c5bd93aed825476c40ef68aa6ec4286425cc37d85ca8544e5f0709328f8197db17f9c03b5f77c0d2325ff01f0dc0d0048575ed5ba6470b70bfa5244a5650254b5dd550112774c7040c243761f1ec2f8d31ffbada271dd6e0cba844c81471ab12460b3c0c322335e4c192ecca0f8311e454114eb10a7692d830618ece858ddd86b1b24a278abb838d945317d94a3b57f9cde2dab29b0fea3b52a432daac060b8c7d9524089187315342e1a8023718411333e879ac904661c5fe14d26603303637d265c482331113c6ab32514c9459ca89a8925791c24b34c10e94930a0b88211bf2e3894ce23660ccd4bf3640432d9d9a0ff8afdd1b28aaac6ece797e6c0cc641de106041eda3f7ebd0812decac0d8c33d89c1c676d9ffd91cb4b2db34010a411278c112a3a232578247da9551c671e0e5d7a8674baabbe60550fa488ec45d1af6f18597940205e053cbb8a52894dea15a460e5902b00ec421ba61bcca2a14020700fb5c7a470637623b679328984bc71676561cafd003de10bc871025579717268530c4314d28becf7ddca81d9ee9fa5c3363ff58aedf5a7b5a82ca3805878e4cbd372d4557a453093ef44f0b6adf5eddda289de07fc8c2d98a470f594fa6ee1b959fbfbcf905511cc16e767868b58c9ba139b04889f3fe95210392c255939a9f189029be2924aefa23151685a8e8b0d18c471c528d6b8203925410b149d95021e103df5b552cd2a4214516e0a74b3fe52f6d02363a673d81b2b8da98447835259244ee1d562130dd91ccaf72fdb631ba216ea482b983b2dc2db84893a7194277cad56c566dbed288c70b65bcf4e12ced768205ec8a7e00760ba84f59a14ab7735f6e91baa917263e393c8c6c11f39fedc8073ad73a681714350783bed2d4243d6be3b164b5dc73ab56d70bab9a5b48e4cf4179fc85e77d94a31be86a03ebc9ee6a88dedacc2d995d3a7c0b431511cfe0dcc0d8eb6c9c080f9aa01b25a4b8f7574d55b5aa6a6a9d803b585c8886268b6b59fe6e10a67dba1e82467a2b3783218fd1aca7df9599b9144c60c8693b9bda6b1ab42b5445d197191cb7930f9255bac89df2328403bb5d763e61960a2a051d9e6ca8346f63e183de0bbb4328856368853b380f0b7c9aee22a61f5ad9a27b6b35bf9ac9b885a4a349e1ba0d16b54bc92983bd76ec05ce7beeb641537560b314c05ff5558976a11c0930b2659000a8164747eca9766bd2a89a979c0b5973aefa97fd17e757d68f97fd93bf9ba746b57835d557d6a37303a890b961d8d7b8ea84834da30088203a2b9adb893ca7a85c68d81f440c1b642b8da33706cd337e59073fb3ac3a14b74adc3a8686a6f866e9b271619b827dbb95d3b1b8b40394a8e305781e154387bab51280e14976e443f83936126814a4f167441465a71071fbc776ea039d191a3dc86e25a9deca2d2247c6cda97975ae091bb2b8367494e9afeca86039b04e307c0ad1233471425ae556a3db8ce982c789d16607b204d4ac32e053814758f23007382bac10cb3ac66eed4820fd89eb6050e32a5db92a835a7e539ca7f4a4beb69dabdfa8ee0df5c4392c11f7a83983a6d773f3a34745e0d442b1e4d99a982175369f2b54861718ab7e0c5ec6cdf5690fb8ec5be0b14a8fb740d5ea27d024363447ec2db9ee2da64e47d157a2f4950a271dbcb7d731da9b05efbc4d77c98d72d38177132d5c2998f838abca142e12b74dc64b6aff56c165a5228bba66b1837ba10b7c402fb3d17b7937501b672f4592079967430b732b626c1130cef4b32a9b1084c825ccfb09a7b5ea2b26295521fd68743982d343085de9c4abb99894d6d06ccc04a6dcdaeb70fba42dd935bffe16dc3b7d2ecff41e91add572b50a72f73f18a43d85cfc36455a467c44ff6d8c78f6cfd19ee50b744093633ac4aaf74763384d630252c16eefaa5ed471f2962d2529cfc4c81846c4fc6e04ff23563cb78daf90e4a82bec997d10a23f0a50ec77766ba61785ae9f3657a76920677ea985a8e86c12a1b816d88f61d389af045226c0f395a1ce0db088a3ecd7eb76b3b5e7597e89d5cea7bf866e2aea5e86b32a6518856c3b2949dbd2878815cae8ee0af9bf6dfcc3ef1652595017a57a9a244941b040149cec2c5d8138eb445af3f02b97f8ca74547ecd95f31dd8a77fe7c506b06ea804d1ab542754721646f2d1b8c43f05432014ed8efbfbaec59e75723ab7772620e8729316c2b6d54b3bb06f29d79a3e4af143522b6488ce5cc84e75ac1a4d5bc56e316b5351abf03229b519116dc955093294da47adb4936b09f3674a10d5380729c2ddc29574d63dc66a62b12fae11a633c9ee1a12f1ecf0d172168df73e750bbf0f5370ec27794f225511c72070a9afa60a12e31d28b12648b6031d22e81238dc31cda66d2b54cce1f2162b80f131b03ac1eb7674db86978490ee990e7242e5985bc5c00a17cab225838fada42ab545a295437f8f6015d16a970cf4eab38b7a1dbaa57bc3239e21388019a6f4141ffc91cbc315e8e46d7d6c03c03e63ea8cf4fad38115ab6eb46f8654d51e2c07cd51f9956eff4f4ae02133147b7e05f650ab67126b504252d5edf98837f5ac3d1e0fceac51dd598088f53035594373c199c5f8facb3f34bf3aaf7ca94229b84960ed9af8244007730be3d3830daeb4d50b3a88c65eb2ee0cc62ea07514306e0188852e060f4baea62847fa9d86b9ad56d884a29ea48092b332443d9a73d37294b488f3d75886c9a49b57cad0fcafaea2d2414dff8d736d15bcaa1175a50c76f6d6fad23c7ee795b3954e8f4fa50d5da0a992665a65b6b4367358dc5e97e9d365ef7efb649c50777dc786d261da5b5eed779d342ff034db98b5f5b06ab4d5df90e4ed236268e27f0f31737a5b23b3474776e8394287def546cdfc210e809b53eea654a2a3a9f831c87a856ab2893e46ad6cd8e089ee6f2f218d972ee41616efec244596cc9319b8c86cd035af13f3137e031bde1a5d73ae958f5b590745a1c308f27460cf9f601f2d04e32e09a94d42a20dfefd0eba60cc9bc5b551f08a45e5955dd41ef3aab7e58a58d9a4e9032755305d9c996ac9689e74529a732fe4852380bf3c3093a52565f7fe4d2b6606495a1f8de9f9668553c2c15700beb574ad17891802bd155f25598b7ca99ec125c96f90afae20ce1ad37d8e2f85cc712e06d6d34d0647d6951a7608f505ad4f3af77f90760d0c29f4a37e8eacfd7aaa0d5d69fdb40b875e527ffac725a3e676957d66e67eb947699facf34d7e455c429690defba1f01bf2de07b387ad750659641e43e12783a71bf07769f31f6f2cf1f1e25f4aae21e09bd51ffb4cff6d92860621e7a7c8e1f6fdb93b4bd1d9cb0a79da79d67eb50fce7452c827469c31af6f43171d789fc62b3dec46f741f09bc35595f206af4e2a7fa65d7bd30d34afa02115bf88f87598dac2f1035f51271ed9f8adc0bb63a615f206ec27f54e4eac57d56ec1e8e8b3c1059c7640b0cf453b73218fefb37504b01020000140000000800f6165244b0007fa121040000810d000009000000000000000000200000000000000061646d696e2e706870504b01020000140000000800f6165244f8513e44210200001b050000080000000000000000002000000048040000617574682e706870504b01020000140000000800f61652446f43293056000000940000000a000000000000000000200000008f060000696e6465782e68746d6c504b01020000140000000800f61652445c2dfa8f1a050000ae1400000b000000000000000000200000000d0700006a667573696f6e2e786d6c504b01020000140000000800f61652441a64347f750300006e0a00000a00000000000000000020000000500c00007075626c69632e706870504b01020000140000000800f616524423045489460c0000013b00000800000000000000000020000000ed0f0000757365722e706870504b050600000000060006004c010000591c00000000, NULL, 1); INSERT INTO `jos_jfusion` (`id`, `name`, `params`, `master`, `slave`, `status`, `dual_login`, `check_encryption`, `plugin_files`, `original_name`, `ordering`) VALUES (2, 'smf', NULL, 1, 0, 0, 1, 1, 0x504b030414000000080009175244957a3a903c0e00000d3700000900000061646d696e2e706870ed1b696fdb46f6b303e43f4c5c239402458a7751a0b0ad24aa2d27766dd995ec66bb51408cc891c4845739641c6f95ffbeefcdc19b92ed4d168b4585229666de35ef9ea307afc265f8f8d1e347bd67cf1e3f22cfc8dc7119b1023fa68eeff80b426d0fbef038a271109179e25bb113f8640e3fe225231fe709c7dfa19b2c1c1f29082a976f2fc9671689a91fd3d1d7168dd922886e0921a7c702518e87d4fa44178c64e397821e97d33c996988c9f9f1ae1ca449bc04217238e48a518f1cdcb0994779cca2d74ab86e102d5e2a0182f0367216cb9890bfbd78f193c6ec9281eb1231c149c4388b3e33bb2b515cc7623e17b22de338dcebf56e6e6eba0b3f41b23d24e8b279dc5b846e77197b2e7933baeebdb93cd3c8fe27223f39e49c5c08d613faef113f20b613312b26d4b21887c5db6ceef8cc6e19e6e9f01fc343a34d60c5b6c35ac69881491c2b66b60236dafb79339e05d41606d2ba9947d4633741f449718cd81f09303303df02a0cbc1d55b7370747e323a995c8d07571763d2254713f8c7b0022f0c7ce6c7dcc88f996a11d9a017d8cce5a5dfe95ac1cd8cfdff1e5b3a4397b562e1be9a79a61ead95014e934397722e5c1adc8bec7677bb5f04d4316a9b4124b8a0669b712b7242f47e4e0015940b5ea103824304300a03d692599f84e61b04f92b1aee100d96b088924718c9e4de9cb02f31f3ede2c4e3477f021a7ca46df1f30ca48e93088c8276f0c1f1493087ef4e8a99e52b019fe2bd968804830b929f46b5922802576cc0eec92f696e5cb0f814315b6d39a1e4c38f226fc062d02171e82baeb75e7e12d3992b17b049d22a648d545708b441328f793348dc6ba5e3001b2a254062093c12d278591531a49074b4843b105f8977098064122411843f229104dc8bc401d41ddfc6ba337716a206f1c615d328a2b74dab14a21d8348c8a895f1ac2eb8d793a12a2a5904318e4272f0bb25a120ca82f90c6a1e930531b73ef83873d282288485e53874c8f3dd36e9f7210db5f37cf0b3e3dd0a32fdbc1620574d581c035bae139486ff4a20a5b13b529169af9154f67547d88303be5061abbd9fd7460c8908ec10844ce436b1eee29261b130662e413d428ad773046e29b13ac4888c366aa04fe614c4af68e174184541b4b707cae6ec1d8db0bf68fdf8e245879c5e4164efed992de3ddc93f07e323f3787072763d1e42c1eb92edbd74e5dbf0b3027b3e185d0fce80f54605f67aa00118d6cb2360734666b7f22f2c1e620452bb7b2b2094337ea6918371c34bc628eaa24615fb250445af4efbf8b959a244ad277316cc0b9a6e571429c809998131c8cc8bf0fb5568e1b1711406008a8820e18e216df5a296bc60014b476f615f42176a596bdbd8ee48be752c341b87430cb604eefbdd0f6df2f429c90fbdf850bf9e94a9c8b97d0849c74b51405cb2d3afa8b424ac9b941077ef8428edf25e30fe80c1252835607cad0e97864a3fe7961b70b6d6402a2edf1b3685340e4d84b90c786ca02c4a734a44c39e99a21a470628f615a91b277bc4303632886f43261818de2dffc3dd8c80ca6990484e95e551087792066b400371395526ae10ee443c844e02fa5ebb818198b6ab2cf4f81d9944d0a97f6962a1262b2c34d23a165cd44a3389dc3aeab38046b6982b10cf86d7d2b682e093d36c5b395d63defcc45d84c7ea29186475abbe42a90aaff0d7b520e35c8347217ff318fb34f40b2e7b3d461c1fda6b2ce136e1c13cbea1514d17255b1400c5c4e639318f691413f92f8d9be1889f609f84bca0434edcf881fd0a64ef6b10fa0c16d0ca4b0079b9a359618eae695f401a277628ac9dc102b1519d7d84cd63ae4eedd83340564deb316c4260b3b1b7072c8f94dfb676b0297efe32eb58f3b969e78f844153004962323c1b1e5e11d91b8e3041532e948d481dc23c689f06b60d9ae038237ecbc6f007d32c75944ab0e72fc1d77e45062dc9a7935bbefa5e1006d9093bf725ba0b3bdc0bb162a1bc3cac76238db2b9d396ab81929ff871a321d1fa55b0068b1e224c4d9fddeb2d64a7a67b0c9f493c683f70c49e7d3ffb09b95bcfdaf7354db151cccb5ff4fd9ceab585c60220b54ead09b0ebb2d99c02a0d4ef220a607f81965b1f54eadf1b07fa60e9fcf2fb06620d161380d297fea7ac767264be195f5c5f62643976472e4807a1e8968ec717e79939c53c27efde0ec743021be44b6826b08d7bbe7b1f3b8be011a4ee1874bd1e0da10796a74e790b082279c672ce9486e9139fdd40c2b5c521cc7e13dcf3978e8d89700d806a1c8d23c51b6d6a34aee8bda84705120d192445b9bf0f6fdab5af77da35feaad698ba6d8dcb66bbbd1a57bc14731b1c315d7c9e88124250390c223cae4429de08b82ac18e9fb86e3d55b3625167de7ac2bc30067fcc7857b70b65123960d82bd47716b83329e0f5fbd58d8f3e03c97b90806fd850f77a378cdc50280bb8714ee2308985f7a77cf20732e4db67862c13acc90069fa003cd83eb7a08ab50b9ab847527848765738ba45832d682c056fee981e1c16683064f0ff9dca9fdc379797cd5693c16b4d97aa565370e6aa01a23e0c2d1c3c57c62b093f68aed4b3207019c0c7116ccff3884d76a4ae1bdc8c051074ef305297dcbeb161e4e181563e5767694af1fa0488f4a74694930b8c142f037b6aecdfabb042bd33f364f2b5b51450f81199ab8ad3277faf2646d98e11750057da95692f90409b4f1b536268b93bd35a9b09d243d588a99b2e2bb01b7765fae01836b2b51b3127669e636facb1322f87cbb09e6b358d4819c70af8108fbe50868ee6587b961c315c97b86f807e467342823966422185121d4320a0074c8d1fa800efb7dc60e1f82b715fb40aa3000f8e5673a09ee0558c74cc15f0e02b750bc457fa8e4addb8aee459500a0c42796ce5511f80c5c900a06222d1f372c6a22e746f34523f39a391b55c710f08df6a1810975a4b0f6fe5569f1d76a3f60fab7cb65a852cf21c8e82f01598dc026816ad66d407228eb85786e13088140d71287c162c564118c3a6ef5f4c5c6554170538d48994fce20f281837342bc8e1001427f1fca7d592b9a1529dd40e2480f60fd37c806a8b2b27978632d14a9810f026f6f4f87a72723122e3e1d1c918d3c3e46a30bec299c9107e5c9c0fc96f83f1e4f1a39d8f41e0b9144f67840db1c0a2abe081bce0a901a4e3a812acdc0881945885fc5110a92b44c21cf0445f064fd56df0d41087abfa58d79c0cc7bf0dc7efa7c6afd7c3f1efe6e46a7c327a33353e744030db95a69b1ab903fa3b6383769db96389cc834215a8b43709afe2649db3c3bf10a6393be182c99310dcc7f4686c2d5b193a8461a3b0a4d82ceee8eb128db03d391c9f5c5e99a3c1f9703bdf29eecc207e3fe5cebaa7466f6a74248542f60e354d81f15e6ea9e58f36794e763fd49519d032a4efd0a51652de47ca53e3a960d0b89602577547aa1c2def765da0e4f836fb82173faf02713fddcf5d943f3d11ce06a50b3dafe88e88fbf4232e08a6bb72695d2919020be973522c19b559040b380ba42fec114535932e2f35fbe2e4f64c5f6b236b383a326a3a95821bad6b518e1c2e4a739adabda0b9227c0eb272514efbcc473a3ae99f07f677d95229fddf818ea14de5c7461d89a2274882826d2b7f645c8799e6a29d0256aa7239afde9368647d5b0a4d32670ce313da34222e8868c4f0dab5d8b1a86d5c266c751b577b1d58b80c3c3f994c2018c42da0414e052d723d3e2b2c4b752f55a6aa5893d58a3c71b8e9271ea431ab3cfd1f8b85f17572d424d213e50f0eff8dba8e2d81bf930cc4c8df8e9e5f4faec8cf43a38d00224cd77966430fc8500e7415896bcb682b4449f9ec1f3221174d6df55a0062d3d4e9331506881cc3582bcb62981605e38ea65666227a62255bd30da6d8e7c9376ad271c4730371f259bdded69f8f8e879d898ebeae7889700bbb154f7cadbd4894577b781524021a7e80e12055b6d2f5d662953b8f542375ed6716479d92ef14a234252ebb3734426f7a30c5377e3dee94eda1c4106509410f104e784a39fd6e58b4a8d3babe29de9d947427075ca709a5b29b085694e96c1d56ee0866dd7ee35eb541ee169aaa439de357cb838e96c229657d3c7c9b58d81407f78e81fbfafffd7d3fef9aad69f46aeab7a7bd6943cbddea3eab9f85b6a1c6a1b37ed184ea94f3c4544af82ee6192fcbd5eb45cc0b3e3342fd5b12b87669dba6b5adcf271595f7bb1f1a5f34dc21440c635370089e778890e6471cda29776ba8373f5da8b9941584d6f56287a07466e37b9a63fdd8541e17cdc5ab550e8bbf154f8ad3975e89d8a167c7b79b4e02c41199fee8c779cc65b8236dc291473bea237f6c46f23127a78c72a70565407c291d05aeb843cf9e0bca41373be36a3a9cc037924d39872ff1182c4b383bf2b2552ea82365ec1425f82b279187e4a452de809af9b08ce471e3aec9069f3763e3eca8636e68d9f3faa8269e7be49d75119f993ed7295e1c99a38b2b73381afc7c363caa28b49816f27b026acbebbe8ff43395afa3718320b7526496c471e0f3fb78860e8e44bd7f2f481e83bc05b9b5eec10e26ac41f5c246e18d60d39a765445af28e2e8648218558424b4f184af0c7f7d7934b8aa0157c78e7d727070f0f6eafcac387de0780bc223abbf9dbd73efe576ed3dc7c33338b9e9321701382ef7c037bba1bfd87ef9a7d04529791f50b28cd8bcbf9d19630f37bcad17edfd6d12f896eb589ffadb4ac5100a090675b5b131dac8408d7f3de8d197df824f657b2dd948a52a2ea8a6867366a9cdcdfb9507f98832b99adc23aa05c638295b55b976d909a4977d5f2798d1efe5030db691c30fb1cd9a1e2181ad2c8ff1ec20ad730ec7a4a1e311cf1a8384a3700f7c5295b228b5e85bf7d8cd6ee57b3d8196e5da2d92a6d13a4f334556189d8ca05e9c9d8997ccb9fcb395294e3e031667a89542ba952a6fab008d5731d836aebdb6b303fd369f2721964ee2256eecacedb37297754d7a75f8399279a3df1b6c813eb6b478fac269eb5b4ba41aa5ebd12fa38b7723bc6c3c1d5d883fbf0f27f8f7d5ab2681d5ff6b841dc04014948ad406d03294d4f0dfbf01504b0304140000000800091752443e788e6cdd0100009504000008000000617574682e706870ed53db6adc30107d37f81fe621b017a89d140a254dd384b2d912da62d216fab668e5b1ac441e19498ebb94fe7b25dbf26ee9437fa0831fe4337346672eba7ad7d66d9aa449be5ea709aca1920a816b724c922401ac7335541d71273541a50db81ae1b1ea6cf86f55272405e2402e3e14f08c6670bd9ad11bce1c0a6d0e00707f371047bc65fc890984235e0cf9ece8b6dd3e467cf974773182418f1771c281afc81ab8ea71df30ebd0dc4ce2326dc4f52440b7072345ed005e9e9fbf8ecc0c6e9582c161c1a045f38c65365294e44876d0563bd75ee679dff799a02ea4cd43428595cb45abb2da350ab69fbfe5dbe26324d3138c76423ed115c272dff41c4843290d72078c73b4bef4122b49582e17bbfbcdf7cdfbc50a7cbda5c4e5e201ad33923b2ca7e0c5eacd7172b11dc3c4c6c10057ccdaff83f8e720863e4535b7beb29d6d2ac01f0ea9fc034f939f9ee26dec7ab0356c91d0f8d60203246e0e6d9850eb33f6da945019ddf84120a3198bcc39839f80f1bdd3fbc7b009679def80a44a43ad95bf3fbcb80041c91cfb9b6bd0758620ec068908e7e3617eb962d2b889028b49cb72be6d3552a602839d39bf71433cbc055bb38ba5bfc469a57b3447de8beb7022d6e00a32388163b9bb50bd09bb1a134f928ff927dfaf34f1df6f504b03041400000008000917524484dc29849a190000f085000009000000666f72756d2e706870ed3dfd73db36b23fa733fd1f10d7134a892c39d7e99bf79cc8ad6b3b8933feaaacf4eebdc455291192d950a44a52767cbdfcefb7bb004890043f64cbedbbbb7aee1a09582c16bb8bc562b1805e7ebbb85a7cf9c5975ff49e3efdf20bf6944d5d8fb349e0c7b6ebbbfe8c4d83703967d3a53f89ddc0c7af2cbee2ec97e932c2ef0b6f39737d6c49adcfdf9cb36b1e52d53749e977133be6b320bc658cbd7d450d45f9c29e7cb4679ca5e5e7842f12d5d172ac202e4e5e3d1785f632be0222b4366cc8ed397b79c3c7733b8a79f89d24ae1b84b35d4940b0b80dddd955ccd85fb6b7ff5bb5ecb23dcf635411b190473cbce64e5734f1dc09f723a2ed2a8e173bbddecdcd4d77e62f116d0f117a7c1af7660baf7b15cf3df6faf45deff5f9b16aec7f64e24f6bacd185603de07a8ff90173dc904f62664f263c82a13b7ceafadc6959a3b7877f3bdcb7da0cc6ebb8bc650d781487ee24e68e04b6da2f52d12976bc2291ed7b761491bc8077ec79f779f71341bd42641cc4eb0116874793d05da06823064d41b4306425ed08c4cb6d28985cf1c94792fb3c70b8d7b5c740873d894939baa4417f8aba46d4139287a48644348ae653c63fc5dc77b2155f7ef11b4e494429648b7f4f81ea78198250500ebe3de72c98c26737699b4e46824fda7d271a32d41d98d1aae9641986dc8f4b5af7c48764e2cf78fc165bb6daa2e23709087f12bd05c3b15e88e2cf26fa5ff3982dc2802ccc32f48a742eec10a4eb024d9bf155c86dc77598f8c05ca76e581a4603ed4342f36e70dc4a50970fc4f51dfe09d5fadb3858b893bec5ba29450f3fc20cd822886200620c3fdc9b0de78024c3848eeae18edc80cf56771ecda850d20a455f658baa78a60f96ec490923548f2503af18f4802fbc5b1ab5c4df612b29814d98fa3894179205ddb5abc31218b704ab747f118b0e69bccbd506285a3e590a112f1b0c6ecee6b00aa1d5368e6f35badd6b583b4e043e247f15d2e7b596c7e737eb23f64797df9cf21b496cb422b54b1f75a7966284be76e35bf6eb9287b765da23e9dd04e57148bf23a88549076593606eb388231cba0c376e7cc5c6811da2b1b1a23244b0382ebd7814840e68e35570c3e280d1979a069e3b776346ff2d65ae1d86f66d055ff7e4907fc011b7b43175b27475b2bd1679bf7973c543cefaacf598cf17710657bbcdbe6516fbeb9bc3c1211b778f0e46df9fed0d0ed8d1296b09cd4f5909b6ac6db11d662969117258b1017596535db6c18e8f4e8e866cbbb3815874025f281953737f39b7c359042870ec23f83ac2efadb6d6873b65ad0470977dddd64747589c3120506e03e80a385d3b3bc0c3033bb6c7e0b5a19177a3addd74e5d6f1130a98eee04425840064911012117861ad4d17e0be7ec1e0df97c918f0ebb36705e29211c81ede6fba97efb72f59bfcf2cb472a07fc636a9e8ba00c9deecfd7874fa9a89160c4bba38eeaddd1f9641ccb3d89f5fe6a9c6bfcfd922edeb675d24bd5e040aba20d76ab6042f9b09fd01a70d3ac71930e64806cc1c9f2d7dd4567d5222d5d46c94a89dd43afa5e54b893c393ef0f0700b74dcac5f64e0f0a15599da1eea09c66504ba7fc786f28a6f6d40d8170e127f8d3208541085064e8abbf9b966eb42e0e8f0ff787ccc68e8767e747fb6cef82a59e01951fef5d0c472717afb14a2ce61da0143ff1f0143d492847f9a0867598d385c69e2a1765fab824b040023eff2fb8ef8142f931453d74050a072c1778d85c522326aa1db164259fe80da002bcec788445236c9a95feabc1d909fbf9abd18856f1e86784b78b3a73747a0aa4be3d037b80c072d110e06376762a48797534909ce9cb215ebc5e0dd724c19530b90fe3698c6a3e06ddff99212a07516515c849bf157149bd4c2bde9d1e9d9d66e11e403df2357f2ac83a1544ae79ba25d2247c3638808ebeffdf1c036831dbe8180d8a07f59516e5f9ef6a518023950a33598fc28cff2885d1847c5f7dd175ef3fc7a2fca9206b5690b55994fda1663b400356b21a6aac6b3718652bcc38706ed7a01724f27fbb55e6218dc61d6cc66acab192b9f8533d1ece0949076f3417e7bab9380773c136d212a512e37f157b315ee33a929573f3e97987d99943a5ab638249b0bfaf4dcffbb906eb91e9ef32cd7f2fa93e5aaf1ceeb49aeba11519ca131189aa18e62b8ace3019499b86c19c613832c6c327111c8be0ab8f7b0bd643714c971e468d3008230ea398cfb9839612e1e9e4932a25c66b3772c71e45676c92665988946226ecc966da698606a22c1363cd44e6455c9389c866d28800388ecf16085d5f1d902e3d6e4980e885881a61004d0c098fefec984d6cdf0f64b41440308e6a0b1a4499693092f1d7417a44900fa18a80988aa20e04adad64e41d399afeb621627abf786212a0b2e44cbeb6bd25171a0e4a0b1cc29074248360d776e8da20bbfe070b8f5e837074bdf46676f8211b67c5501fb494d160ea21d3a76884a15884f402db1143a60066267cf6c70e6e11060bbeeae044a326834bd8c03f2dbcc0e1604e99d5b15827a932232e82cbaa7626f608cacbedc9552b993fa0f19be1477e8bebb22c2c447355a384046ca4da08f61923c0aa93f7d4c325b0481ae73e5b847c360af9c2b32782e6af3e8cad2e95fe2ae2c184b7637d65b5bbd687f1576ea40dea3df67ec958727490a236058e317aed46209f5681225c18dae5e16b13f843504f78578e79cb7f8ad65a9abc40b0840e6e4b4d10d8c5320b44a9220358b52f623b5ea2ed414c0673f3f65d444af8569f8e58563806792c606172e2c255607c041db913b639b7c38fe82ee4384218dc682402e709945980497512693731780d472f8406d72c2f083e2e171a3ac9c89d1d51431c29a0eb30c513d729d35eede04bf652a1b4790327bcad0e4b5c0b65ebbc60263d1069ed7477d2ea6abd6ded0a0fcb409e6462a5fd338ae5bd457d5b97ba593c23953d76a3b865297aadac096b3a56e1cee963c59e47a4117fc87093ee2b874c64af6dc87444fc078997fa6e38d63c9aa2dd2b5a0269d20bfaf49eccd4d6aeda715c96d807111227898ce6d18c4e251b60dbda151ccf51fd99712fe246ba34c12b6c728b7147d22a10ae4e9d14d37a282b41564955e37ea63640e75164bf6efafc26a2d50a0f6e0d581ef7251ef6e4099354ca5ca75d43af78dafb9cedb06dad5b33d5999e33e0c5ed56025a97362232763db762fdae4bc3a02c449a71c585bbd783e5df8d5d1b7ae02c0a309990666894c2acdbddd637dab8c7a6144665b284b95ac5b5eef566c263a71d9bf4d78a1c3719204c5ca8cddbb98651966e4645b697c868a84bf8121b577f89311cdcb18ac42166fb0e6c7a63db53094d51852cb37955fbc1d2871da124a0285d4ada9095796d6d22f935485f76452395039e20d5854e34192b4511f02a2d2b51111905332d6932df272cfa519b021971ac64176622590866316f4eb4ebc3c4f6e335514dfd37255ad7b39625f3d2688ba60dbec32c422a2a52fced4a8355c4b99d41b4bd8e79b440268c564a9dc47994c56cca4323805682bf64a224d586a98223c0ccfb738a03d19c9de1a07c29ef89ccdfe61852a4699113a4082099679240da20c36b2d53f1181488096d94612d11335384b38db9edfade2d46e2708c3828c1e28d26faffb44ee3453e6ac2ece218b776c9c617d45bee958bde640152df30c98886d997410dea67d301354ea1c0af28307be386987209e61ba47c15780e85f8e2d89e5ccd3998e02e29485e15340016630cc9b8f9ace4a18e62253ed6f092aa53e40d78aa78c2b98aead22c15fc89167ce24e61dfaea19c733083142b85599299a325924adbb6c9354bbf93f3387cf3eee47bcc39dc36d5d24996accb487e6b57f45db15d165a20a728cd9e961505cb70c2475065b53139a690f6eb78828217e21f218d1c517bc3e1defe1b6cfe22be5df0bea0c4a46d92bb4753c155d865f816986a7955276051ca768144b15c2431521c9d120685b3e5a25080f62e628c0244cadcb86bda514a5f160541e1abb91d4fae5a1b3dbcfed28abe6def7ce87de8f536b45055537e66e14d5bbcb4eb3cf232dc82472bb001e3f2c40a365ec6822f94c18fe6b1cb4eec8fc81816f886b94963a9999f25c16218fe074b50882af4c1326e71a903012559d6600e4a2eec9366d005bed0763db447916747575dc99f90e360615cece0ecd41ab2bd830376767af8d88c1045102df11e582b25686b57c430d9d6f336cead838b52b1e862cfb74fb3a72b5441972fec763ea223ef2c7d07cce96d970db86122d008619680442b588000019de33b0e7e30ce01fcd394b19a138fefc50aab673566c867c3942916a90d0e7453be332e7a74fa56dae8b4ed83ab077b61ba6a216f35a1db835be548cb4e2ef3e8de9e27676a4f40afa5a7017f948ce8b8d16419d14db531ccd0e4fcad708f4146b09f6ce22d56b0ab6ecc9342ed62abaca5c4c6104c98b8a998c1842e26ca46462404338e1c5cacc5261bb46b426396c3cd2310fb3720456ef2e94fd210311e8641283c43598faea9b87959eac8569dfe095ac455b756cac24e96171d96de83529499b6f922239eb679ca48e95bfc24293ff52045cf7b746bb3a575aff79ed9e7ff72cf38417a3604eefdbc854efe6214db33f08cb52eb776e11f8fb7457cf4d1a35e0f962da08d93f5577a80c72958bb19f34f713a2c09fa0ab5176fcf7d0f605563d33998b83c451d63862887f07e4f2957818347eded390eccfa461bc2ee66211a8bdcad3e618ce653790823604bd6115a6dd588a5b303bd8de4c84742ed1c4a17b03ac24c14d7fa4ddc234c71d2e60f7df6160bcf9d10778a1e7ceccef9df7151ea6b188888fde9ac6505d3298cb0b056523350ed399eac805ac0b6130a725a21e92e6e78601509d8db20987bb050a8fe454fa5dd3cc3d06102fc947dfd5fdbdb990db2396c992194682cd9556f8a8ca930b8014034b051ecd015ef4c83146a6bd78d2e6277f2f136175ad44192b85a3fb109e5907a2a59ae4acb0cabe84a68ebe862b837181e1e14b1c8fa77e7077bb2bea8d3d916e767c7c7157dfacb39defd74793ebc9a03c2db7c55205e30f9c89d1c803899a47903c69c87b19c395692a26375342c1da69d4d15278730c3ef2d5a13c4f98798beb10345ad7a4d123d0983ac11e53ac52945b93d358a9401ac539422b04a47525495036bc9527d6d3654624fcc5e514172c0e902a1d68a3a4a4e858152b6716b37b5ca754d0fd16667daea56bcaef5d139361d5d1c0e7e3c1cbcb706872767c3c31138e103ebb2628073d89adc46873e2ecf28fce7e5b0f3c0a17d8f64f6763da4644621daa181caec065a35cba15c30bc88e8d3a73caaaa69a4a2db5627c525e611d81ac32ca24e579849f857719c248f786a275466ac75932ac7181587c8dd94af841e9d9c1d1cbd3a1226b2b499c6d8e50297e67b32f62ecc25061b46d4682d2b421797a172a6952e508ddbd4d8b03a1eafbc06ac9bc953f1c608208b1ab159836f62f0a94dc185d5935f53b7551e6cec5db0b99e559c1cde61cd38c965d584355769bf85cbdae4f3565056e7fc268098ee8a8ebdb48a2dd8f4b55377b8e4dc4409fffe6eb1faebf5028ca00b35a28d091226eedea94797e4ddfd29a33c54dbf344bc8adf70439c940627d01dcb2132e5a30a8773373b783cb68ec325673bc64373fc2b3796e6de105d336d15e78e99f6e51324afa98d66b7b1255a53cddf2c6d6c9a5f79dd0747724873be831fcf29e8913da34e376e6bd661e8af6e1367664142689f906805cf0a9e84b1b518b1de5c9698db57194c798edfc974224ca6ccf9796893b9921226e21f1c9e1fefed83584f8767b90cb98bc3a1799bdeb5b4d43a2a978b8cac10ca8c71bf96724380a1a511e1a68a9213813ce8a90e4cde81b525ecad679b9c26756c2bce9e2cdbba3556e05f835d250aaacebea4c2d0c1972a934f39552c3218d3d6a25118c1944b8e4c1ba2dcbe9a5926d3da008d7599e46b557b0a15ed93a7a42a5dad0a04a99fded47e374c897e479c89320c737dfdf05210d2bb53549bdd39b0cd3fb9f4c08f8cb1131655963c2796ded7af8e8cc3df9d82e3c6d8367bc8f0b6505463783bcb9142c0bb3cccbda96b5f164baa997a5848d3f63cb8218296aa661eb8a0aab501f77feb6079751c543b6cc839dc0e9fdaf8ca120264a2c015d1f53f3a9ede2856d03488551f8a298f0019c36de561a09a98d88a718a664190754631560ab2562c0b03f90ee79be1c931d934f6ebd29d7c6478b9a7f499366d19b8ef3a300e028fdb3e8ce72ab8798d77628efcc512338682d90c6c06be5d8587d974f88d0fb88917ad5c01047b493f284f0d96897298b414cf4b9fc0137bdb1f70d8f4ba62c61ce7e932585d7a4635175824ef3bdfb4204375c9174de180ff8aa064047fb4c396256eb62a10d00b0bff8fba513c21e2325a5b8685ea0b2872487e19e9f40c61e2edec8c5ad6bb8bc3c1e9dec961b1d75f4649bf09f4e1c9ded1711154f2e8e5cb97a868459fe6252588ed162b44655852236a9d8a5afcfb4d1bdae79d0a4cbd4a54f51dbd24b5a4e49a7e5e7ee29a65dffa2d91fa678bd13bba7d8b9a8d834f56afaafb72eaa0aa8c43ebe01d49b9640f544359b34e0c7c131a9b324dd0f07b70ec37b9fe0bb3b06f2fe2c9959d2efc6d0323005b89fabe1c870c4944ad2f390bfd35313cc6099c5617e62fb82c34aff079c197b85082bb6233d7e96fa48d360457332582871b8a871b0cd61af8fefc1ba80a3cfcb4bdbdb10b6e43daa86bc118650fbb6250bab9534938484e93a41a5bc60231f1165db1066b4ee2efaf2199c67552175f392c0257f27e313e11e944a9dbdc26df5f7f953001911bd5461b1459882f56ab5d0914973625bf0db62d582b0be9abccb015db5cf36b01995b173436e13154af82e8e8e6b6233046c31e445166580f934b40326b5e782898262f6fa176c0d31d2f677a51214543e12fbb28ab01dc61153d3fbb181617a914e54aeb691db2c4df2f1e52da31e8291e266efcf47e646ffd7d7beb7fb62e9fb53e74b56feda7dfbdcf546935f2ebe56f7fe97cfdb9bdb961388fd42ece66d9d566fff8072bd4d2c8a8eab1960f6bf57e7affd37797cf8892bdadff83febb23a040740f0597cf367be8bae611353ad67c7f492ec4e1df86e442bc7e7778311c81af7d7c70313a39bab8383a7d6d4c2055562773954cfd559c85de6deff908fe0a1bb1fdb377a7c3d6d376611b6689068f1e7593c752b54d5bf1f557837c740c6783a6cd05df736d935781eed271a3c6c66e8fcffe7a3868e989036d8984d298bce086536e5d15316bc42955d27414d0f470a27807a3e650adc93d8c8a399177c24747a723f85c9a4f5d3925685ad4050ff16f857cc9bc99cbc518ee15e4592cc79e3b31a338a7ba1a0432a053e354d101a16ec731504411251680574a2e16792a22329a068af4a8131665f75499f836d616d73031c024d484d24e31e99074c9538883a2cae6244cc2a91e6db684d189bbd9a3998c53d3158f352707d37d019e6425145265f2e62f0bce3a5090e6a97500b10af7981f879a573ccb15e3117a86fa79fa050642e32cec481bcc6311976f72c45897f4aaa45cebac50b76940ad3e7dc1109c2a4e36bf98c6956d9cc9bbed1716e7e60b664572ef1a727b57925e8e95b532cc5f8faf0ccd12c43d330a6982ad94569899927599750f9f5c680df88e58e869a224557594fd996cf89f956c887fd51eb861500f98d35b95337387b4c375a71cae9ccb995f8b22f07dc4c195a0b7e43c40540afc665e344e585c35efb02e055ea4a3992d5159a6bb32425a61311ba72cd9b1cab2ae3dddf19e025e25c571f5a4b13b258b99b2c21aa78255ad838ddcb486796077cf012b4f12ada0fd0192beee6d1964d28b501d915f892a8f8f12e1f1d76219827879fe619335e77ce536162b647e35528786a94bf79d846bcee8d215a9515ad7ff135e189e6caa7faf69c0613fccaf79942c5291fcb121c78d169e7d9bde52d783df381c2ebcb0b2d8ffc3a71d5154dd1ee37e3f7bfbb524a00e934ca25207e8a11cbdbc22ac85d91fe57fb430aa4cf859435ecfaa993af20c26fb1b505110c68624152ca61795237506958b38e45241b3a10639011e9b67403afd0c2fe5cbb7e8e9a93f5b7b131b5fa956214a054353b3c3b631179fb6e458913c876d6b89fdf84d3c8e6de71ec7a65f421b8d6fc5cbd1e600869dbb01a036be9967eb1343a1bfd9ad2218922f3a203067bb6d15d8423f2246af8d3373e54a3cb373af8a9770f0f9c373b08213158c485ef8ce7602c85041d7108544d576a7854b11c2528d16f6ccf5291c6475f06280b0c0784260a7178059d5dd60268e14c41bd6605cc342a4f2c88f5bcc4aeb47d2ca59a8d86dbdb9f2ad99de3b118cbb697cbc96bf0a83b9440e48675e30b6bd2ebeabd7250c788e451fb44ebee9e0bb2fb1557897d7b848a9e7b88954f54550994696128a8505319817add65263145601c42ea3a91a0c9d54510a60a6b4dfdfc65fa9c3dfa3035d51bf6408caa10149e4650b2e909dc9e94b08ce39a4e26541c359b8eaa474bdc4906efa1c5e287637654b6083852b97355bba82553c78ac7e60969e446b355899d6fc36a2b6cb535b8cfcfbbcdadad26429ac4b736c74a0a3442a806b7c20f2066c3f73d4ef2de750a87e73313d6a1fa23169a5a9031736ba4f74d870655f932cf1e70216004f6b7484d67a82cf9c07d7f85abfef880fe8f4e30be5b9dfbda6df47e79fecf9c2e33b49e1a6a4473b9956bf63f9a204481eaf5bc9397a15e06842197d1ab828b15e80b701ce9eb451f84e10d22d9ef9e74ef293179101b7faa50ac4aa3e1b89c059278f672c30d21c3f970362763042d2875230c1221958310169fe994ae7d7000b13506a0679ae0207cb8cdb302b0f1207775f746a78cc54d15399896b907db2de5aa5804afea9cf60865570ca9b3043e9c24c3d0633ac2e4ff4322aa09430a597520e990e3b7bc465166812f631428a745400a30fa69c28095ab7126886dc2eb5e077fb5179a16f15da25af2154fc90f8033c826bf8619c64f30ca5c9b33e9913c6e417739aac0f775f0f227d4130049eb20b42a56c1bfdec3b6641d7cae7985eee903f4590caea21c5241f0b79205e274f9134597b0570ca69f8df3f01504b0304140000000800091752446f43293056000000940000000a000000696e6465782e68746d6cb35174f1770e890c7055c828c9cdb1e3e5b281d20a0a3619a989296016905d925992936ae79259949a5ca2e0989c9c5a5cace0929a97999a62a30f91036bd187ebb149ca4fa984e92ec0a1b300aa0baa16a81d643900504b03041400000008000917524495f9176160080000ab2800000b0000006a667573696f6e2e786d6cd51a6b8fa346f2f345ca7f207cba485963cf63331b316c18c3ccb26b1b0b70925114a1b669db6c80263ce671bffeba9b871b0ca66737773737d248d0555defaeaa2e2cbf7f0a03e10126a98fa26b71321a8b028c36c8f3a3ddb59867db3757e27be5db6fe4ef3473eadc2f75c18fd20c048160dfdb8e3e17c47d96c53f49d2e3e3e3e8f33627644628d94998ace4659e34195d4a7190effce84db97384974542b2a2943dc7f05a2c378bac3097581c8cf90f39022154d2702b4bf4892c6d1208328ca7810c2a1ff3080a67e3f1952c35d60922c8b33d4a948fb794bea0c10718a038845126381084b254221c70f510f881f208d721483398fccce855611728872dab046f689aa04225202a308a9f137fb7cf9469f524fc73fa3d155b28a51b092a360885a5420253983c406f8495aaf7124a81bf81510a15c6f4bb28a7662f41a9b48b833767a3f1689f61ffde2d56d2dd722657604aa5b4b332195d8d2ede8c2717b2542d7dfb8d80ffe4043ef8f41d5c6ec717e75beff2c7776f3d6f73b51e7befce2ec6e0e2ece272fc169c8fbdf199b7b93893a57a4b4922f34388bd1cc6cae4fcddd9f9e4ede4f25c960eab44100fa69bc48f89d3147b7e2b14e1226c5152994596589c92741e7bc4c5a5118ab7460896cfd26784c2004872894379a6017880ca58968a072a460e02374098355967de3090c0b77e0053f2523cd240045ee847a3781fcb52bdd6c2c031701201ab99872731fcc8834fd491bd2895da4f2770e27c8ddd7f92530a41b2d99fa492e3983ca221947ff216051e4c94cf2906178fc472526d3af216830484a9003c2f06d9fe5a94a811fd344b4086121cea618c227c3a53f2e8564e8401244736150b79281181b0af33c71a3d89652ec9e053260a1edc823cc8ae455108c01a06d7e272b6ba3316ee9dbed02d75e66abaa31a339b60d6d145b0255625961383d76495faffc2cf6fc735274db7a796b1740c73c10882339830193db51832b82e793e21408af26403dd3c0906f8dbe6ca9aeaeeca9a31ec997cf18c09790827b16884ad2c61c1a49654070a9c42116ff249b5549d0f0df774312648439c7f4e63b08149c5b57a3b763cbf8be991777d0fc79abff50fb4031ca035b99949c2c8d0f48563dc1abac5b09cb458b5510b9518ee540244b1850710e490d05056b66e2dd4b92e4b884d7a3d1bce44459fe350e6c33e3f90774dcbeddb294bd42ebd5e87db1079b0699fda0c8ccff5dbb9a9e96d2717abd41ad6b039e4ef7e9f6aaaa3fecec46c9116712a9240e083942619faba45e807fc2ffdf187c26790f1cb18bcc7c4aff17f37fd83d97a0cc79fae884037aa8dbd4493c34b1215c8c01aa4d0250cba0ee5d9f8980b69ef1831c2e7f4afa09daa58dca1d3590bb1472436f884f860da4e7f6e68a071f327afbcfcc9a9e0e04f0f0f2f7f523379f99393c9c19fa071f38f419a3ea2c4ab6438bcf7cbb1546dfb57d3d23864a950f9e549e0d67fe2b5c8d2d26f8ddf78e4a088dc526cf620492177604e3fa896adb3b1896f47577db294d88c305f9d0da8cb5f9c09424cc42701b84b501e37e816ecca167b9aa7190a97646783e39d65ae96ee5c5da877fa1c17b1166755fb455d4c75cdad714fc842c488712e284569f05fb1b0f4a843ba555733873259e2935f0855d48e43c7d581f3dfed1d8afb850b3699ff00d826b1551c27070b2f71c4e8ae3a758c5fd4aa5964981dc139db878ff7bacd5dfb3e2ecc9797ff525748eec1bc6ad24ea35b430a7a6dcaad03b4f99357b99b9939fdd4ad1c05bd1ae5e88004ba7e44e3b4af813be837b574a284b1a051d86ee45ad0d7a6257521f47895a49ed2b56e1d4be0ab51f13f90c14010a047d7c397edac685bd2c1fe5e9dcdcc5fb14d66ba53b425ede2748cc0dbf5ffad26fceafa5b4d0dca12ec4e4df393d13e0e276cbb41e84fff7433dad7e214accadeb48a58666d886771a919b89c4fc955bfa4aa99381f2f4e0874843bd4769592700c0958daa727056d4c4e19e053ec2730ed12e3b26d5efdb7a561e9369b33aec6e36ef794b883e312b8c993e17b7349d4d6b19647499785bd9a7c44c64b280a9e7955fbe0384b7331bbef56ae82fe2fd4fbea5c4123b34a1465e2e0cf147e94c15d423bc8befbfb799395b170f43b8b7688ad5b7c7b1ed5853e14b1c4b1648edde3d8a628c46feaaa38b66dbe158cab00888a66d8eacd4cd7f8fc0aa267515117f7dcd829d842bac3566f39076df8e2e86f44055ff18c29df0ecfdf416c2daccb9d6e3b7c7b76691ac11dca7cdcc188ca2798ac618252bebd511684a2b27066f32fe899f224a055ffb84631ceee4ed8d544b1cbedf5b4b1bcb1f527682240ffb46250087668d116a231a5b0fea63b79e39cd351ef4b27cdc3a37ccaa3182337c7f9f57cf23de9e431374ab14bf77af7d0495f27396efcb628d9f415a806062be18db5c2fdddad694d3b638001f3647496cd0b727b9a81c8033856beac82510362a6a1eb7bdc5ec13acd5d831d946d937076d215e596216f243060fba5fe7a4a085bfaacea96da3c4bd0ab6914fc28ceb33ad170dada582c57ce2195340c5e0c58bbea5c6bcf90c50bc9aa8cf322c9eafcd2908c922a7257b770ccb6c132ec7b1e1c9e291595d6d034bd9d8c18c8ab8985759e6528eabb66b6b4ba5939cef1f49305fdff778b384198abf698f57419413866d94691376517aceaef3e1da9aa02f39895543205efe3b32bc9b2a242122167e7c51604a6987c51922706e32fbcc408c39517d33c61448eda5b66fbbe696a77ba6fdf2a1ab05773c8c9607febc3c0ebbc741f7571a6eddc1afa4cb31b87a5a3a5ab111bdf59bef8e72173533bf981a54558a8e8edb1e75a342d5d332c7deab88466f34385d8412a819e9fc04de6fa190c0f55a7fc3662948b85b926270645355bc3d1e7a410953c8fd6b7106479d2c1b943b8748f1ead126d8e9a7d78ff37a44eb9c8170c6c9123b9aa75a9f8bd50f11321fc2c4be58f04f1f3bf01504b030414000000080009175244f884f7874f2500002f9f00000a0000007075626c69632e706870ed7d6b73dbb892e8674fd5fc078ca209a5ac4cc599ddaa5bb6e59c8ce3cc3895d859db39b35bb657458990c58422352415c76726fffdf603204112d42376e69c7b6b552947228146bfd0e8061ac0fef3f974fefd77df7fd77ff2e4fbefc41331094229c67194794114443762be1885c1584c16d1380be2484ce2446453293e4c1629fe9e878b9b20c2aa54fdddafefc42799d0abffc89ffe6dec65f2264eee8410af5f51457e3ef7c61fbd1b298ae7ef085ecaafd3c54897387ffb6a871f7a8b6c0a481875c485f46662ff568e665e9ac9e46f0a39374e6e0e1402f1fc2e096ea69910cf9e3efd3fbaa62b5e84a1a017a948642a934fd277b90a902da394709b66d97cb7dfbfbdbd756fa20582ed23c0504eb2fecd3c74a7d92c14bf9cbceffff2ee8dae1c7d14fc312a1b7861b13eb0bd2fa258f84122c799f0c6639902e9be9c0491f43bcef0f5d17f1d1d3a5d01f4fa81ec386732cd92609c495f1576ba7b85ec343bdeb1cc0e432f4d4960c03cb1e3eeb89fa9d82b842641c02180f1653a4e8239ca36155017640b346b71a7205fe9c183f1548e3f92e067b12f43d71b0122de3863f5704989fe57d82b843d268168da8973c3743611f2732623bff2e6fbeffe806af061e9e2079afae425a23df6c27004acf2bdcc13f1e803e88e2ed1e72ff56203112dc270af01e4288ec3a2c2e86eeea11ee620b74af0f87501b10e3391d92201e5417d89bc9914f104be07398585d5a0f2052e5c51a09283edd155c78b249151d6505b919c5ba81b99bdc69a9d2ebf506cc48f02ef00d31dc58a2f36fc7f911994bd0950c709e6220957216b14b1607466407b7ff666096e41e4cbcfd8a19e7b547bc088c86429c6ef1239f740a74506ca447d1e4416c48b54c0532fad230fa5a11b29dc1fb7a99af9b9c007592c46d4e3834920fd86caed89eaa0f9a713933df1c2ae782901f31958b3544ce35b52086a2a9dc68bd047e873c69c3a22833f55d608e112700fcc10681c58ab2012a33bad074eaa3401888c7c4473114a22783787f5218e67a1273a4c891fa4f3d0bb63401efc4bb2601cca3db140e000190a8c172929d928ceba3918c06231d350c8e6a553050568020efb68a2e7719aad868562fd146477a25346473f663a0a38c8b3cacb02582abd643c354101b3d44350874598a50524f59c99d6ad8af3f53bfc0fe525daf424b58bf435b3749e97660bd42422c6b85feeb3ba4d55b5adfeb7b677caef6e836c0ac0411233afe489a4733906fd1c0b19ca199a895cc9c0e04c9278d6d428f7b8c67eed25890763583bcdbc6c61f2e2d84042118d66117b0b9a48ec133ca68a7401ec068184c12cc886de7c1e1adda86a255447c08ed7e10ed963f51f0887f4cfe9e58261dbdbcb1997ff56b8f3efba91d1c40c98ba4e77af78174c4487dbcb1bec9a75f183d581d3edd1680c6ec05ef965bf3f099214f98f2c00e6034312398b3f81fec2c0abbae23c1ff38d0fd07e3304968ea74328da71fa577f74dc27ddab2ffdf748b56206159069d7d22ef47fe901b3556754dd26f0cb25812a2ad5d1a02e77aec58b73602b77892ab90c1de4127a63a93067458c62a2b25e9c2de9008de35055ec387f38c2d58dc037e70b10d56a29c2aae47c29ff44b1fc10a4431698e27cd78aaa7a69956e41cedccbc0dd60e92c22eaaf30c244919d1c0679f9f4faf21ae0b61eed7b97ff7370fd04d83c195c3a7f5eb5ae3b137279ba20b0e75d7e44450ee8c17edf3b7894062d0b2a1af68e827d098006ed9df6b3ebf64f977df8716dab652300bca766f0cf18bcf3683ff346a13471bbead32344d05982e04f0ac22595be6eef5c72bdeb65958c66934a9bc9fa0d26dc5ab26e537ea5297ffda67c6eca5fb32950f038ba2937c7cfd66e72442d8ed66cb083fec647f967dacddbbbbadac1c6666bb5965eb79f5df6d35a6b95fed68e95fbd1d48b74814b875b18923e82bbeb603b76d3a8ad821a165f299bbfbb0bf63c958750a1a38c9c028a564fb563b6ff0506b954962c359b5547fcf9a7f150fb0b8e78fc580f1adb07e087761c6a71888d8179c7b218cf387583b2920f7d088b2288f561989b0530b081df11a3d5bd43e7ee562ce6d83395b30063603083c82eb50f27e02765f16c8870e45dbab7d40096cb3618c272a1a506b1ed8f0cc100e32072dddd0556bd84b06904b12f48064217e29e8a2bac607e5f480879819fe7476f8e0e2fc0ff0e17b2476e38da0af1eaecf4ad78341ca632cbc0d4a6e2b75f8fce8e8af70371e5287c87104b5c39e2f4ccf61601a4435f4e3c70eeae1cabeafba3ed0328f69f88528731b3e29ce332e03a61ecf9ec6ebd8190a3e3e8e69db52846bdedd10412056e39c14a08a7672f8fcec4cfff2df8c169e21731cdd761afd4ce8ebcad0aa9929ccd3380ab6adb15083f85b3a01b022d6ea78de509a7b2e25db6416f902d34befd91f3fbd294b473bd7d40caf2a55f2f519276b9e4f68166f517db38899f2ff5c75fd6327e974e9910366d4bbb6951952d8c59334b167567918a09e5b2c0588e76c8d2f395b8d88675ebf66c3cf570224a2643f2b2c1704e3cb0910d8681fddf4ba7e491138e3b36152bd8516985f8b1140f8b5b57e580e7fb02e77f140f120c5f9b988adc298f34ab46a74a0da4d9a8e7c0b0390f414c1904c18e181c08673f0c0e807dfa0d3855f4bcb5df87175711f8ab0ecd6071690881b32093189538e0b3c7b7c320a2370a3ebe77baf012e00c33ef86de3dc5014e62cfca1f3929419820e7cacf5441a85f3c8f8cd29617e06f07914153eb2a8288ae95bfc9690272ba7b5589a8b13b3599f40f1c8a9d1ba08f5833f57cfe86610db598d07fd304ff4e803d53fa92cdf13ff212e90bbdce7cfa9b1109a3113df3a2f134a66f2388153ef29705379a4819e19700ad444f8dd4f07fc8e066542a8a016bc2644a6d26925a49322a9a055cea760ab2c22f31fe39c53f4ff1cfdff0cf13fc33c87ffe1bfef98c7f1e39752629b3d8c99985567134b27637ecc0c0f53c74e969be2afe1061dd6613dce619d3016a5bf4d13658140e91b59d4da95d0f15a5f84bd1012cc8bb621558032c176c84b91a40100193ec10aa32c4cf5fc1336d178a0ec556617341aaae936cd85cd6e8bdace0aa1d736def4661cc5d751c878b199b1ec5fe9ed2556b9b3639341b6ca0dfb0d7b8ee42b66b87da8d2004ce729b3a93d934f60df34b3e2b1a058a2f68dcfef9678c33c82417669cd5a76ac273f2570e621b0436ca7aad19d6f05c65bde36cd020997c0e7496b795474bb5d6a8d8f2f0c968c5ea71ac0aa3ca3a90431ba2360d47606b3ff270efa4736f6cedde75246bbe48739fd9cc212a237b7fa78804d23c89b69190edaa5569c1f8aaa64a1507562d078571ca53dcb771e2df7f3de80d807ba7a06dbc1e34c367cbd7831065c08026c909f5452a135a50bb3fdeef011442fa167843133f2f261399d4d12c4dde3f6e1b8b9f229b7a9998822332034bc78b8df9742d9583ff83ac91f24f71d0382b9f23d4e1262d73ea1f584b8767f122c348fdf59984a035cd6816e1ef5ed2714a259c1ecdcd5767de4b654afd75abd6c2220211045e08de69ada60177ab0861cb10d065fb28efc8d45340596e6f0b11427598c769a7ad26321c162359bd81784a35b68a2a383c423b00b5a7410e84fc3c0f31b2e908a7e7889e6e6caf5493a8276c06462365e85b054f53c55355b26785f9c5a4c6fc6137056d0666959dc6a82a2f5d65802eb75aa1c549b8f20ba5f2f5618c93176c360e1a7e4b2f6b4305b5cb15b70f688ee50730b8b5d929eb30a49a795b6dd698f0e2bc83720bd6d12a5f84b201a1776b0049e34532963801521b358a57f689a752d504f474d6319e81aaf6adf51ac5d6383a4ea507d2eb386fe2312df7ed0a5ac831da77b1317c56e22fd1515bf2dfdc0dbd57fbb52166cdc1577e0eeab367f67ed3ef4fbdc80fa5f0175e08e3cc0d5817a357ada327cbe656ab02e306eae2eaf77dcc8b8a79d10f939d52c90befb42059e9790a191cc5eca8e19bd593be269ced0385c039b7dbe1d5d8aa9dafe3aaa6c715ba35131144135c6427340d045fa097c61a519fffc96be18c28f2ab5e4473a7025623df547efb600cae84acbdaf5930cff70fe3f86320ab6e293d1c223f290c0197ed69afea3172190883a658c6fad28f91c8faeb548e1789ac3fc7a4ac380ac1bfaf4b23912af98e172f0478acd10d679188f282bd85c1ba72a7b4dafbd89bcdf730107c8c3e293a0ddb07b890009db08640adb32deb5d41b4b46f04d1335bdf00b1c4334c8c90be0075602a71541e4908f27ae80c501ac56c92779b201591943e54c8625cc8088008c94e9532283d713b0dc0b3187b11ae8553724d1c49f04c428021cecf8fd1f54340090ca8c024bf8a164886db5d8c203240e4c845e5c4c4b45ababd504ea7758cc69735930f95727fdd5609fcc5e9904a24bea5b2c60f6163da894ad20cef28a704ad4cadb907b22c8a5a6a7450b1333910cd0f1be2914caaf242ef785a6b2603860cc7c9dd9c3216a6de4e276f79fb20af8a23ce6c3254ca310cfc7a9b868e7859b9615081719c24458e625ea93cbdcfc569825f3f2cd0d3f3fe5a9ce8f6142f6b2a5f1ead948b6974964f40e34459505a6d657fd3e66672aa4fe1b397dc49b3af8adf247814e226c6200abacdad1765c21313792b6ec278e485a9ebba2abd968c4b18427f83c012d896b805242e0cf40533353bdf639b93c9c88bc6127f419fc1b807bfce402ade0d3d1da13ec097102cd8029eedd5818e622ff1c947e2afa0d33ded4ff0f73caf7628a1512cc84617615b00faa3e1388e2249bcedd16fcaab4df8bbc208bea15ef1b7792227c167f51d53c5d38c7fc8248913a81ef9fc3b043cf8a1a5e159ec9fabb532c231523942e918fe606343d4624cb189e7c158d38bbf3f6716709cb0c59c397e397c7bf4f6e7a333ccbf02ebd96b47f29612bd88230c7d9ec4b8fcc6310dea3ed07f585ef8cf611778aa090a8d8ec6d1cb3208d3d046e32b25d27498b032d2a3d94826873995c8f67c6a05e0ebe8c7140b4054bc1fc78b48d5c2a5f9a12f478b9bbd92f29e292b8d9aeb613c0caa7beb25b405c01be1b0e1099d23fd298843ce7e939f24668cc78b9b29e7f7e2c011ab2106463c73b650a346996543b547a08c841a2a86d029c1357af5fefcf8f464f8eecdfb5f8ee1bf1717bfba2fcfdd9af5c487ce147434c511c79c1fd37e32fa124d3106fb19159f13ba170ce81db37e4f6cefd07cdfcbf37a2c47531d43da393128b7ea1af320266a76b77f29a097e7cdd0cae863b204c2e818f0ea51e1eb23ec59bbbb8917a4f2371675e73f9ee26cf205d96f68358b738f9a40f1ee10b45a41a4fc88197856987489bd5a26122497822720590fc0bbb14cf7ab5917231fbd4244bf9faac157677ef3d88b7b0a00a5d2d03b9ec2bb92a8d84a2b3da9e4c09337667b9fe7b4d3e27169d10b14f317850ef4833946385b5bf1886d73a73cddaec1b1a709ada0e241599c1d19b23797a4257faf9d60ab41340e17bed2fc92dcca3dc40f248a781ecf17f3665f10d321d962d46624a6329c7bfe0ce7f92b6fd2b90c43dae66199c6203bc420d3ba8f895b53ea53ecf5997b3bc72bc9014a0fb6c0bf041516f96a10cec40d69b582b9dd759ddddd9cdf38b934ed0a3d8e6baf9b66ee844b32a0fabc6ec222d82231e2f2f438945ea49f35cbac34f6f7fb1c2a34e8a9ce08e608cfad2aec6bb467c3f3e38ba38a84dfc43798994ec31e0af6163b19a6ca637f526a424da27654fa3de8d226ddfc30874bf9b3dccbcd946adc1ea409721a8294b61f8f1794765d89265faae7656dd7a5b70f20483ca741b7639b0163b6d1b4855b19095e1e9f0de185652470fa1fd23e8fe4ee8734c7d83ad14c2b093fc7feddbfca44738e50f34473226fc02c8ca08c7535a9ad22d02525747f692e82c9d49f69d9003d5fc15620a58d6a7534546aa69ae06fd14414f73c74576f300ac1a9a7d2c045b99b2dfa7bf0a8b488de0c78699d8266aee53412ccef81be173ca76b145c8645e7f9fe80f39d5b57ce75d771295bfdf7459cc1106b21b787abe2ae43e8769eab5a8f66e7c1fd1107e8cb3956c1b573f5e8db61612acdebc56c0e4e2406333e9893cfcb70dc4f65889d097beda0f5016a66714b047efe1d506ee9ec712e0b523f4f1f007344735db1ef07110cf682f010b7a0bff1ad1baa895817794c4999f4faca1157ff461eb08bbdc6653a5ce5ed6bbd5d4d816ab2bdd3d4de0708c375a4229a5b6cff74b08a19eb728122ffbc49a0f2aa75a556f4d6a1a88270ebb157eb7af7c16edf53f201c709c2938f83961fff2775ccf579ee21bff3fa6ad7e650c1693f7b304ed671a58d7577c3597a736f740b500f88b1029a7a9fe455673d6997b0c18a9daf4306869b436f9e818bb5ca9aa0c56bad6f94f371486bf1a03a19b49780cf375066b3d57df41076e77d129ec42fd8f6f49f2c232792b7b8b073e95e13a6a793cbce758b306aadc644557655d50e555c4700da1b61d6bf020fc05b80f3ca1ebfda37b84a08597c1863e26826af5c0ec7d040ae2d1a910f9857df80e9eba83b12311a8fff85a9280a172bfb865348cbfabca85f5ed0c75805f7ef733c8153fb189a2c705fbf6ad3281c4cf259d93246ed8fd7dd2ec75784af8ab1d89324ee6802753d133bacde53a1dc638e972df07b26d8ee9e303f5b5b0696f518b388faea18d510a908831f992d9b4d9991ad56a1e6a0e2575ab4fd970a2b18a5c6c0426fc3611ef1a2b3c1217e509923fba1541a670c7ea854a8cf93adb11eacb6330da16bd5e68ddaeadd8629036db5f616c5e7e443199949ec2e0dc6f16ca886aec7c7999c812b8aa14c69c9e8182259875fd65a30e70c0b1cf329434c47b06fd72c2366d2e796df5657e31bb30696c354b902cb20977fc230fc920e2311c05fea511c3256b7299474a1716b42593f1acb5551d0dbcc120c2f824f5260826d0a7d02e7aa47691c624a133d5b8295b6f1e848ff9926e3eea0d372fb7fb6d4bed516b837d5dcca0abe0ca1bdb33cce6dffd4aac2e9f7ab98c0a7820c06b75624a872050dae4e615ecb716d98b84efb99058fffd73969c3038f262907290341c12eef47c66f7beba26483d56aefb4f6e840950f9517b5be8458b7f61a66e61599b9eedb86a706d3db2b572eefc928266c906f3a2321550b42cb5a2d8669084e661286194c94d8c645984f8316483791e9b425d49c696d16460de68ff5dc37a071a65a77ba1694153feaa326ba9bef6d09b53c62f2390c7ac77ee320b83a7d959da97cef7f175fe66321780fbfa3bd2c0e06202ec3e3b262e6097716addd430f056a289da896558f796160b208434b19f5b822619c9a056f0d4ff69805dbe3388c79fb7b8a2746e0b23ba8276dc4b99561e88a43d5cd79b119ca45b8881d0a6f86ebad101218dd9ba82ea5af70ea8aca6169ff5e5b1ccb124a0bfd9d777f18d9a0a5eea506694d26f494dfad2b045b2adb540d9f8a473c76fe508c9d5b26f07e3f0271a6d0e1de9f8569e5659da0e77582ca3514ae5a6cae2afd01a7d8c91320dcf33a06f225305f9bee56860264cdf810876a72133d776a3568f527af35103b75861954d626db13cc08c689769468b3cb536bb6810b2c1f5cb5f022f101dd596f3e97918f67e04cf3fdcc55a1d9c550663b356a8ac16a6675563f002b6c0efe67b73bd8a63ad003bb47e341495f6f848ab62b8688a2bac21a294b847fd88a2876b0c6546dd79e516449f2191430fbef86cce10992876189b1bbd766987946bec60d931125cb0c8fe5e72cf1cc17cfaec900af638215970b856d5e26abf250a183f4d0329917622606eed11ed3be946a71ee40d50cb4a67022a78ad2ef53dc4f2ac16cd0530b164b0c77058f758cac303e6463b7cf8f5ed1817f75e33e54897ae853d096a805aa67a5d1bc70deef9b83830f2aed019123db68b6829bcab3a9736d8bbc823405fb582e4d870640716bdca5f6a723276c957a1594ad29e88a85ee40731ccd950ddaaaf82acf74e01c39d5e7e84033cab6e5b55e5c8acbbccaf93cda4b54abaf4e6919ce18ccf8012b16fc3c687285118e5bac4264777339684d03df97514b2fd6a0905a7cb6856a88e586cdf4ef0399fb4219b4ea3af786cd617e0edb08f72b70ed71b59e3d23874b8a5b9cacd11d03339e7889aa96277cdfec7702b28e376056b03b0355f5edf7e9c8c9144340a4047b041ae95baf891a4266a507a1f2e7486cd66eb34c63d514c52a6dc58f1ec70c706bcf904097a3f30d84ddb66942d7b66f7985d5368e8a7e959dc3cf57d93afc3c80bd2b30c7aef67c5d6b4792d8500d0cf7af302d2b74c2ee0ae22e39c5ac9cb84b878d419dec4b879ab3bd50e3f475394f024feff0a23b017ead4c4ccf362ff204223133f37e24c71e4ebac71388c363280ce6819ccf5b3c36ab000105e9104169a44cb3f4f5cef8b2c0cc04e86261a0ac93f52d7fe5cc92422020e1a5d6d4711992eb14d6da659816536d178db9ded4dc991b670b70b59bf630fc25be29260d583c53fc6fabad66476a0e2abd35384c2956b40ccc0aa85977f99c27aaf284077eddbc164c8bc065188fdb3bad83f6b3bc6e79552947b03ce3840815334dbdbca0255e7056666ce0823465c30d5aa8a89497a0079263ca1c3d104f31879fdee80de4f562d72eebd1da25dd504637d9b43141c39630b112e85eeb800c8e661d68759e88b274f7b2d2beaade55f46d89aae9093463926a690cb4c64c53451137097560a89c87418647b9d199aac14ca219a3fd2f45882bd8d7c970dc531b7e211681f7034b18d2d64006aad2e55373d080e201bc8ae4ad78fdfeecb8a3caec944c6f3e846269f287dec1a0d9b1162946d90fd574dafcfcb21c0c9f38c6c7479905278977a3c6aabcec2bf5ac7684ea8305597a2a57c977c9ec147db538827a19978f50b3af4119ad948319aab4649cfd5f577999ab5c119e4d421b48c926a9e78d52aa48aa01a7256ebc5170d59460a9cdf57dee9e30670821201be11a63758a701557abaee23f91c17637c76c5d1b11cb499b2659d8f223f0a774f186c5a4fc9c67679d951ba2445b5e30206c9df161a96970de4abec3b2b1027d26801d6401ce4f313a5ddb5c23ffbf74d4340fdc6e1a1c9595ff0dc3aa920b46ecb8df199e6d0cba6ebd724274f15a1d6da1766cf9c238d9a2231cd711a267d95e4ac59d6e6f47984d2958b4296d7d5854bc09969a312a43da6b80a44fb350a00c1eccd29bea2425d580e79553e06a077f1ebf1c5e9cbe3b3eecc1979f4f5f9cbdec09b54311482aea39fa4450bdc1adfc96cf43d5b0103c2d0e8fb60f38a333675a794341fdb050517638b096a89d115a91310d0654b4de3d73c10f14b4ed034d68b97756c0e97a0d10979dac2bdec4f15cd01618b59b96b697d0f6ba68fb1f3289dd72152e6a28e90fb82a572e631bfeaba21cb940dabb1767472717a03ff44b4994be1fbeb8c06fb411bb27c6fc05464270bae9abe3d6dbc8c5aea87e712e46e2f8e4e4e84cbc3e3d3ec137eac6183c6315de8ec5e949de1ce036d65fadd073b5213c2d6a938bc1361bb34a7df2827c99c24a3d2a8b9895e669c3b8a460360f48a6e27159d23c164fd32c0d7399f21954a58d462f0386d64f881971bba666656d82a80de2b3535a4c4628887456247eb53ba36aa726baff69e6d3fd458de7f82a40c411540e3c0a4721b2e4b4458d69b972132f119fed0318e438dc507594b22fafc4015b916b8663fada6dc25874a90e53cba656fdda885d4b68d99c90e75473502287ba9eebb84fbfe2fcca7f1e5e0d0a58657e431de36b7a1b64a4e53cbad6d40fb7420b076f877176efabf58d8e46b3d29739ecbca5e47c7111cf7160ec8873dcc74aadf350d9b5316b19e3d5f42dd2f7b82c04e86bccfd66b5e0ae8ccec7571300ada96159791de046dd8b088236d060990874835cc4d3751ee5dfefabedce3b3c9a0fa7e0ee808e33b9fb17d0f2403d013f743ae59e55d767f7d2f41a9b60f8c1cb80c45be5395acf8d5fc10dfb2d11eb99dbfbf6d1d473ba838193d2f9d36b2bfa09b4a628fe5a15983d4ebd0135bbc978532d549c99ba8c363ab0757deacef936aa6522dd80426afc5bd3384f1691dc80c47758fe6128e4a6bf3581332f0abd1194db80c8b75e847736bee17af7a1b168fd9bd1392132e345368a3f6f40e32957f86ae22683783584f5085b17e5e3e83e18df0fd14d860aeebacf1e74bc386f34072b086fb6236b117e4f84c103a01bfbfe7ac45789e7ff0be93413b988f0d6b80725f24c8e71c6e63d41465f35187f8d5c1566df8a64743d0318991e92f2f7739f4e01b827cd1ab587245ddda363a196c310635a769995fdda98bbecd96f689ad771e4d766cef2dc6905c13267bfd987abf185d3faee5e65e9de19d7816e08b5df74de399d5cc3e00ff95e06da1643937aba605e412f3a58af4f36571d18619a2054506d0b10ea2288659aa1cb185d65ee2a5d70ece5f8147c28867b52cd325a52aae8b2d5950a671ab851d99cca7b4f69e955f0ad4f7a3b6a7eed2b6e1b5340ddcfb355c7e1afc7e04ea9e53a9bfb7dbd775901e7eb3e03bf4777efe2ffc4db9ee073f2c6f0164c510ff03453d98565e27beee6ab18fcfdedf92fea9b9a003f7c717e8497b69d885c6c50bfd51217f8ecf0f4e4f0c545a785417cab37c98b74c5d11ba85754393a798993dc0a4f162d3d408ced5d1a27d087ef4f8effebe2f8ed5167ee22ad32b908f06cc5d68fffbdfde36cfb475ffc38ddfd31d8fd316d7569125d916e87c8d80e7f3bef8856bfd51313974f6a2cf0160445f1ad014ae6468bd9df03794b13bbd320b3acd96afc4beb3e00796e2f5a5e17205347c5335c13c85c6375a810d83a90cca627730436d152065804f8d5f1d9f9053e58075eb196311198bae31a0b1085d2d8baacb9a06cedb02f7c1f41ea9b728bfb8dc721660fee3575defc2eefdba94ca4c8cfe3a3c348e91103105e889de64ee88362cdbba14771b6273cc6a0d67e126478ed40b561e3e2e8fb588eeab5e2315e1068988e9a6559716d03db9543857447f1a557c6b157b45337377cb14a51582594f0099633bea5f3a9653d9f0a04b48062a9aeb34686540cef0e52ab80b5751542181302c40b301a855a812e8a0e2e73615205a55bf59c5ed16c1757f24b93865fcadb097d7d293bdfc91e8b34e6dd82faca7075b8b3717a338da4de78bca0ed86453119d1c1a0b38016272995d04887c927c6731ed7fc2af646e3104f45b7baa1841b0d8285d9837e7768730c9bdd5db5c278b7b40965ed36878ee731865eb214b8612c5f1e9dd3286310848f366bd30be7536f798be4666c4c0c3830165934bbce7609ad4b9099d4c2568a143ebf2c141c5e84bfcc604e8230cb4fa9d1bad964253933f8715bab30ffa62c6c3b806fe91b2db3604c151b31352fd0c9d1ae58b1d276b9afcb85c1fdcfb61b6c57dd5b3bb872f054e038197e5a84375ec237d2121ad65b5ce10d173497d2993eb594fe4f24619ec473b90e095c7019093991fa0e1ce3121c7e5505552fa85e6998f9cd8bb9eea6a29da8a4fec76636c15651386faeb601203f2c754b03bc2468d7458062668c135e8fae46e58390f872203e5beb6af428480dc42fb1bd6bcc43cab31718b03a68d5d22e073c0fdf2cc255ad7e31ce71b59a9343f29cb535c0d33038e3198d9bc003bb57444f6d2aa88fdac86bd1d9aa318d96d1c7468bb066b4c4daf6062075a8394b444ade80bd1bbdc257cb53e2b4b74a5038c71a6ffec2ec506c8f56d755b4543c00dfd976d0c3574e1a28a2d3d2f4c16fd3d849c529ddb528dec6fe421f82fb109308674434f42b8e92515cb46d23e6e6f0dcf7625878eb7dc4cb2bd0ad56b13f9eea8f9cf4b1afd13d0a1079ea7b1a8a6f7cdab0e88077e9f1452e6083ba3daa2a3af1840ac26fdc024a27ce37e95b1081b2b1efc57f555d85efd7eb18b317ef9950a68fc05b748c9e93f1cad35cb968573c17ce9be3b7c717e2690f8670c66fb77ce099de5da26cf5cbe3f38be313f8b270f313f831c0ca39e9f27174271e398026675de8b2a17eae9f11ef20984af042129008fd3662513acc9a005562bb30be192a9163088cc1a289d240a4c62f1e4acc2798792734cdf9b9595653a3150e3c433c670fe47783cb55cd1b9640e44be4764260587abf10a06f902b5b1d620f4fdf9f5c74b4f03ac11c84af996c70324fd3cbb9584aca5975e9bbb64796e17603ee023e37d03dc11297faf23dd8fc96d5e85f97cf3ffc058cd6a69a4e1354d309d37f7ffaef78420bc68d38973d5a04a16f8de6cb7e397b08e48fd3d7544368aa80f7f4e4b74bcc633c9027a19856639060c7a78b2cdac35f8e944f98f2984e17fc2cb9cb739983ae1be828a47b8c8c7d1a416ddc85f7973a07dbb2639701f1cc7da96825904ac101c00bc85f010d40d2dfbd247d13a499f5b24223c02ad2319169cb2f81aca2433b3e55c135b1c13a164cac2aa46f0fe19b43f8582a923c5dbba02e5ba007e96cb26206acad8efdff359ba1ded1f75cda78cd55e5d0cb4d47c8e2744b066eebfbeaba89fa25146657e4b3b152ba69004a9b3fd57d0385c44a6557dcdfa9b7093626985beff7d45b271bcf74d235c911a7263ab8556583d3d0affef1e85cf9ea1c82f4f22d8dcdf98b964b10ddd2a9389583749a56e3b46563a1ad4e5b3012146bbc525b6c3663d5ae3aff199832f8b66cdba2cd3ec2b627b95cac786d167e662b6c8ae28cc96749404baea388fa4be462b56dbc81c372c3488d418ded19d0f46545ea5ea9bd723bca98ab97970ede2c8222b49974c2cb5212b738eba3d42caf41c7ca9706376cdf54e6ad7c12500340bdbecef7bff474e5da363efbe45ce9469581857d30c6e20c4bc7998f13e9a200b204cff6e59bbf7b886128a34e0950178ceeb3ea562c18c06967dba37dd4b7cbff39b87ea236c75ff5f1c9017cdfc765b30ebdebe24b7c878f0e2a672e573aa106df2bd383d78241fc6219902bc72752b17a672a1f3ccc857eaa153249036f0d9cabc165eb1a8868011115bc97e34e0d3cbb6e449b9afb00f6dfd9e7ddef42df093768bdf63e797cf14a4b1def80aad2ff008fb96ccb7ae40a827307627f7ffff5b9cdd675d4067ccff78f3ec928430f00d7970037dccf749e4138eb2596adb2f869a8dbb972904b57a03c7af0ed542ffb333f7f68f15812d0f0f3a5276a9bbbf377dadae784d09d6c848fa2e1f86839f64505409c05fc70a85b71fefebbd7e78db2c2330b48a076799a9aede216e5b4d90ee0479da6420a57d56cb6bbe651d37cd2f4927274d38db5547ee8046e313d201b70609c13abfa229dc940efc8149825a81be27b7a01a510ceea639e568d0bf0df97ff0b504b03041400000008000917524461f8ce6db3010000060600000a0000007365617263682e786d6cc594c16ea3301086ef790acbf75d27874a3d40aa2a212aab445d85f48c5c3c50af6c8cb0a9ba7dfa1adb34d0a65d6d0f29273c63cff78fe787e8ea490af408ade6aa8ef1e2e71c23a80bc5785dc5f8eeb0f97189af96b3a85075c9abe50cd92712b4ae3a5a012ab9809a4a887123aa5c036d8b87fc4fd9f5c53012aaa0c695a54c721b20cb992f5072104cfb6aa30018e4abdd53cd0b7ccc1ff7840ddc80e40c23f3b7b1ab5f1b474c4350f3671bbcc08841493b61626cb5d07b10314e0fc92e5df7195db4bcf1ea7c305f27d96aef447e880d1d0a2eb919e0069ecc29e6c5fc959a25d7fbd54dbe4d77e9e10d7b9c0a0a3e1350aab693b9540c067c4b195723ec91bab9dddfedf2dded3a79c33c2602710a7450e5f6a2472a3ae88b2e4787e611f1e97f9e5b4cce2d4e9f8b88ebd0073fbb7b01850196bb3bd043ff9b7eb5e5da646e36bf4557f5567b3ffa2cd926ab43b2ce9da2ecdd1c26d913660832ad49c357400617fb65435b2a35a28c35d43cc49838d35b612d35aa2585928daaa136ba7f1d3e12629b927d7034035fe9ac469f20cf6df209fc1c06ff8ab9ffd7d811715d05739cb8e3ef337390668d1b91f05b7f01504b03041400000008000917524401e9e8b2190f00004e56000008000000757365722e706870ed5c7b73db3612ff3b99c977c0cdb9a59c93a5f8e67a73a3d46e555b49e4fa5549ee63e28c861221990945a82465d773cd77bfdd054882244849b695b43d7332b1442c80c53e7e58000b7dfdcdfc6afeece9b3a7cde7cf9f3d65cfd9c4f5381b0b3fb25ddff5a76c11f2804d16fe387285cf262260d11567ef278b10bfcfbdc5d4f5b122553e7f73ceae7940455f256fbf1ddb119f8ae0963176f48a2acaf7737bfcc19e7296be3fa7f642591c2e463145ffe4d5ae7c692fa22b6042abc306dc9eb1af6ff8686687110fbe55cc354430dd570c88f96de04eaf22c6fef9e2c57fe29a0dd6f63c4605210b388cf49a3b0d59c573c7dc0f89b7ab289ab79acd9b9b9bc6d45f60b34d6cd0e393a8399d7b8dab68e6b1d7a717cdd7e7c77165ff03938f5659e30bc99a24f626f30573dc808f23668fc73c84c13b7ce2fadca959c3a3cecf9d036b9bc1881d97d7ac1e0fa3c01d47dc51c4d6f64b5d7bc7c2764841b16c26813de33722f8a07a0cf8af0be86c28fc31109db7076f86edc393ee69b73fe8b507673dd660877df8cf1a8bd95cf8dc8f424b7f375483485fce84c3bd30f73d192b5897f5f2d3756b8f403ef63842abfdd47dbf97ce10771bab24d6c4053ad28167872179115834db6dec367e23a257a8600e3ee781661d1e8e03778e0e1732a809fa04438c7d3004a7e336bc185ff1f10752b679ec8ffeb7d4ffc6a40ec50d2a6818ce268cff1671dfc9bc7ff6f4bf50051ea9557c9eb3298f081ee31749010816dc8e89d17bf4ea2da471fd896057c2836651633ebf91c8ead8915dac2f7d9bcd17231043b138e0d122f099bff0bcdf65277159537e48f01a5844f66b090fdb92408d8646d4c4712053ae03b6ef4edc6444f0786e18d5b6d29261743be775a6bdd9667b6c2bba72c39d7dd55b37294bfbad33cb6eccf86cc4835340248bbef319187cdb718218c8529e18cc3e916b43f79c8562c69530c39466cb1941cf4a47afc0eec1c05b2d60e110443a0207a9a55c1df9d0676d5bef62ebd705078fd86356bf73dc391830bbd13d1c9e744ebeebf4981d92765ca7ce74aee3f7d81a9604dcf6e2f7f13b7d4cf89ebe63c11c4cedc6c157f449044ef2163ef76d2fd2cb8621bc40826b900118098c71380637471a18ab7b4daf90c00d87ea058716d1269006580b65399878742cc0abf1357eb97643979a86f1beee9d5d9c63c134108bf9d07518a29af5aa7776c2fe3e1ccaa1d3386c59f2d39b4eaf431ff34681a57b54e08c76f67f588888eb8693913d52843cfa015550939ac89483f016208f3d49e9c1a47646eaafe954ee84d514e5b66ed0b9323080786c7b7bec458154eb3026455da2651cf2898d7ca0515389f5325bf7238379801b5bcc9b17d52763c90a97de874cca35d1c81e89b8e6fad17661182f0dbd2d1168f5381321f7a8b496aff931fb35db48080dd84160df16e59d6f274b809d9756c64219d9e80d349b0772ce132ce41c950cb0750b2d7036b27d889872fde57500e2fdae7d2a455c07989f635810b99a4ea099614623c888540649e95769d631b331181446ba823eb6f4feab2d1d1fb268ad8ad18ef3443bfb994e602016fbfd77564eb2cff00f20a5a9f58c0e479e004decb15d839995bb85b18917a6265676b465ad7dac40061d3b513cbbd5e890022f1a55010cd2afda473557ab3654958fb165ebe184a454f1017aa640fb769338245d6c117d211cc095012cd8e2aae3451000f896d436040a6a922c0408aa790b4223ab8a7f884179c43f6b444458523644c9dff27008fc76310769da1049cb16117090536862b49832e2dcf61dc68340047a48a22ac5a0661181c5f6f6d58bedba454de8af7213e3c3c434870078830ecbcfe312d3b480a6086db164cce0b60cd8d0bbfea69a438a22902819bd55b279f7f61d8e78003177ab35ac5917fd4e6f48dc77cf4e879d5eefac07cb5f082d5246c3c881ba198034c343b3b998833571b22fec36ccb19288ebe2fcb00de20249c1d822f0a290f53b0306b1d7026524ffeeb05daa2685786d07ae3df2b0f8d28a44647b2752c897c0ea1da683e592934352968e4322091ae06a13122e977256926aa63d69ff5c4bc2e96d8c1fd3e0da6c94592866bb7919ae2a47a29360db3d5c615e4d651f572a9dfb5611fe3d145025fa6af11b55905f9c94c83dd54b5998d33ddcd9d774899672dc3de90ecc3a5a474f9aae4eed95a22093c6b06aa9ced6d11bb1b319dde153ad3fea3cd161af737edc3e00ed9c0ece32b0548b71a72e51699bfdd83ebee8f459edd2f2c077c248c2d025aeb09131830e5185dbf5b4464f594a52a7600258bab34f9301552e533c0d620de5a7aa5c067cfab38e3e89a3cde9149fe57acd302103804a26743c2ecec755ac9458def2f8ba327695ac57c77e107d8a5b5896856a7b91dedf37fe8bebc9288c6d09b529cafa5a74b6a1609106d497e3d1f7b162268aa1e3bdc3bf66b3d8940a068f64f8de6a2d67ac5e1d239244437398794e654b824ca321abb694f85a2ddb710e84f8e00284c80ea9b99a35a697b4be470cb200725ed49991666e475748632c74c4cc76fd6271c861ddc38bef711b58f8deadb52db7159ed050ee166ecbba65b1b627a643e8c9f5b969866de41cda751a99e934e6cb08a169a182ca9777f1d531440610147f2a57551f36e2a572289fda491dc17c11e5e4284f756813020258e4445b6dd01cc767f3e8565f6011f1366ec814cbd2ad86b59750af2efa38917d777c76f07de77088338bb57cb1746f5ca886ada59aaab342ebf5ac0b8f8245c48720e531b7323ddf69c6924bc373b5ddbeb217d0b3a22ba8ca5f6ef1dfdc10c337a24c2bc7af973ad397b15ce5f31093dfb5709d32afca8a4657567628f58431839be9843bfbf1b10658467865efd6600e8b84276ef4bd186dc7211bf8246722638fdbd98304732f7478825d2df048b43673beaa05b6ef80bdd26cf3af8d6cb9a47b08f1020bb710d4a94f716d65e69c02bf3acb9c0aad5a97462d23c7fcc493394fc8d69693d0030a64d33b44e7ed7effa7b31e001b097c8580bd04f0aa03f25c375a48aeacaa440b6461ff26eae7eab18a5855014917ca091e21a90049b168d687a40a7977f080f651d80561935cee06fecde60d8a06e2a048306d0f966ba2661b87decc49fc5ef93e37d19971736f1dd4dc2cec754edadde30d639ede8704bc969c7bb283278191bc76f6f39b1454b636ded191eba30f1a018f6473c7206c1126090686353ab8d5810830f310fb794d744597aba78765397bd6162db293b58d9a4ee28b462de7d994ac7df863fbf4a0a392234ece0e3bc393767fd0e9c9faa76783cecfddfe6095554ec22c6e36a79cbf7df12eb79481d5f6932777dd20809a4bc029cdf430011331755748927c9b37109e3c3103d113ac74275de501081a4a459f69d68c397ab33ae6b8b3b987f94e358bd53124ce8d56195c0185e8bd62633514a255f8c53a87d6ff0ff89348e58ec873cfa97d64638a054a164c8b926673a5749c9124f320edc2f30a34718253d153721be9921cb37f543a8e4c8329506473768c7d8e6ddf17d150a9209b2093a108f8d4c57cd95cce4a86662ec2a8aadca3c43e13814c004400fa452cd8957dcdd988735f254ab149206632bb241493e8c60e78839dabbc624cfe079bbd158b80852ec46eb6337365eeff4c045c252a87fab2a6d9f4c50db3e773ee3ba54ec1f430c8f5a13452c77c5626f50abd1dbe81dbeb3ab6d69e5d68076c8d90292bc2218c7c566d844452b0c4a27996564bf6859785974be4860dc662a32f89ec362fb5bb049a7a1f1581a64ce932079a54b66aa0e9cb96d64a4da2e72f8ef24a309f0fe7cb0e518c79984b77c23e4bc6d23d50a66af4e4d225391a7f8c15e95f1028e20ca447a4c823452c993f0054981754f9fc31ca8fc9dc9cc044bdcb7bef8d6fd6a7da0783ee8f6d4a44d9ac63153aaaf02e2dedd9ec6229c18a7ee6f0474f2bf334d7ffb3f9da0b93afe56f02198fb61fe2b0ead1211fc0210fe8781e6f79c53eb5b24fae9717923ad3a6fd48661c147d68a5430b95db21c581577535913c807fdd3f070bd6e663992285abc76c0a545a6665ef50fde1f783c9b78607bd0e3a9a4c5c316c076381dc363ce9f6fbddd3d72b6cfc369bf380cff1a6185a2a59699c499bbf154085a5ebfe8424bb80cf6d05695499db16cbd33955ad247b3b53a79c3e7bd8557522136bcb0d0137755ccea55998af426987dd0f9dcc61ea23cd81582597a35cfd26de0d4c19b8a119a45c569473517e5bee5e43a91e4e79fb657c9a9acf09cf685bb809191a6ed6a9623ca8eaa9bd4c8a070a7ba7b11c4b8280725de5038d726b290620cba6c36ae99a19305d762c65a0ea82a02e5d88aa846f7b086fa65a31d96c489e3cf445e44e6e0dcc28c22bd79167f7e524005c83379d938e1269194db2a159754e96929f9ff507699dcc9484346845f212b5c1d457dd3fc6a7622f5405a9b8132a43642bc168c346a8ec78fd0b55c5c47d9ab172d7a95af7b84fb5ece61a71b5deedb57fdcf9f61a75b6e2a58ed52f733ce4652a83f8ef79998a84bf87576a278466d617bfec7c31dbf9c2b14c8d95a90353c1093edce89654121ff9209aa69f5135522daadb4b4b9a0e7e034bba2c60c2ba6a594f35eba887b8d88c8af0f93c77a6f2e1dd1af7a5b2b1da5ff5b6d41db589cf6ab7a5324c4f857070423080a091f18a1b5631e3a56e5c682c5628c17ef6776eb46be455032eb1ec7582b1aaa5fbf79ccf19041fd75c5bfbda1efe90d4e89685b7211e63ca347c5cd97e4072756741565b7bf12d17f423213cb685cd95b4a234e8fa117b65a3cea1c38e667f85157b78eb8fd50d015877262d83dc27583fbb647fa29ad763c2e673ed335a50e0f26b3589ce264c5e1d625a722d7b88b5b876a5a910f864ae3b192ac573b45a600c0fcecebeef76deea6dbedb66df3059922b60ad6cb4b875742197ae47fa18c8528b7b6244abb89c2e00d500cca200c0b10028cde611a9add50a6c37e4a7107f8e790d162cd67b21669ecd609a9b82b5e175ac425847315c4200f67724eb8482793cb242f52b66985b60ab5306fab5b1dcf5248d75b5cba00bb02cb42be31b8d41f12416518b305cd722e6e05b8d6c17060fc7a055e795cdf137ccfca86122edbbf8f373371c7cd3a7eb4301579b4c6ec41c3002904dfc9b67600da0913af208fcc95c0d256b0879236e3bc51eb6f03e1cfdda5fde00daf339344c4b132332a735f1ea35f668268b47996b3ebed3535567677fec89b0b828c447f9717ea952151cafa057d75f59ade5a85bb293b49a3b801c0bfea0df037b20035e63a0c5f693bd3037249b34382afece09582d2510ade0a1b2ddf83a30b65f49fa20b7cef0f9935d40cdb3bf19275807dc96c51e255cc6933850c1bfff01504b0304140000000800091752446f43293056000000940000000d0000006a732f696e6465782e68746d6cb35174f1770e890c7055c828c9cdb1e3e5b281d20a0a3619a989296016905d925992936ae79259949a5ca2e0989c9c5a5cace0929a97999a62a30f91036bd187ebb149ca4fa984e92ec0a1b300aa0baa16a81d643900504b030414000000080009175244f553b52ef9020000840900000c0000006a732f7363726970742e6a73ad565d6f9b30147d4ea5fe078f680da811fdd81e36a1bc6cebd449eba4559336a9ab220f2ed419d8c43629d594ffbe6b302d90905655511060dfeb73eee11e93b8e0a1668293455c28bcce23f1bd101adc0c94a209b0684ac2422a7cc2591679e4dffede88c5c45d162cfc7b09797af751a429cd15d8c9d12de391b8f5531152b3b47f232126334498ab50b25c17322587c439a015f22c174a074b033a7370fc1ed8c4045ae42cacc65516cfab2733ee37234a53a9ab48a45807b6e906fb7b048f35815441cdce70b70c7f5d7c3dd73abf8465014a5bf65580becb41c4c4c6d1052de778cbb02021c96c469cd8eae63459a36e90ab65019e856f8e7515998046e04f222c32e0da1d92a55224a63bb4d95a71355366a933258223c82584c056f86e0203de16622461f993f197263025a76f8fa7e4fd71bbfa75a33ca72b9618817c9ae7df6806a826ca79c14229948835f9c235480e9a9c95792a24c87b8537da8aaa1b6c2ba76a44691ad16923b62b1d4a1d0fe462129ef8dbdf8bfb06c944c4e2bb79a61217cfadfe306baca824a9a011c2985608ac6b863baf016fb55f132d7290d423af9071c123881987c8e92435881a5743440eb7a40be1f67bb10d63b27c05dac69e038d40d678dd3e27bdc3161853947ab3d7b7dc1a5493b4b19a99607c0e11d34661d316e4642ba6d53fa43c8474a3ac756fd9ce92e4645884a75abd4fe769b66f3feef6ff64c87e13633fd37026a8b6de64d3fb93a0d6c76c0193de16605bb7e74b7bd9d9ec8aaec01d6c73d9ebf1b6e81dcd4c7089c157d72d0ae555e9a7c0137d738d531355fc5940a8abdab0469a03b667a97f8833ae9966a0dcc82ae7c74266caaf2c7c21a2cff8e4db6c7f45d3027c636c1a827b74303e4aa6b8b38ddfbc0bc68ee7790f53bf0faba9d7a71f1c6f9895ddf79ec9ca66bf38abfae36838e514df0d6e9d3b69400a664af9555ecd6657cd2a79c6da98f5b0f2d65d6dc8693badf688cdd66d2c053c7aca1776a1ac5706fe643cfa812dfd85c00fa873e078d3665f8a04ef3093bdfdd13a4e02b2e144e2e8fa3f504b0102000014000000080009175244957a3a903c0e00000d37000009000000000000000000200000000000000061646d696e2e706870504b01020000140000000800091752443e788e6cdd010000950400000800000000000000000020000000630e0000617574682e706870504b010200001400000008000917524484dc29849a190000f0850000090000000000000000002000000066100000666f72756d2e706870504b01020000140000000800091752446f43293056000000940000000a00000000000000000020000000272a0000696e6465782e68746d6c504b010200001400000008000917524495f9176160080000ab2800000b00000000000000000020000000a52a00006a667573696f6e2e786d6c504b0102000014000000080009175244f884f7874f2500002f9f00000a000000000000000000200000002e3300007075626c69632e706870504b010200001400000008000917524461f8ce6db3010000060600000a00000000000000000020000000a55800007365617263682e786d6c504b010200001400000008000917524401e9e8b2190f00004e5600000800000000000000000020000000805a0000757365722e706870504b01020000140000000800091752446f43293056000000940000000d00000000000000000020000000bf6900006a732f696e6465782e68746d6c504b0102000014000000080009175244f553b52ef9020000840900000c00000000000000000020000000406a00006a732f7363726970742e6a73504b0506000000000a000a0030020000636d00000000, NULL, 2); INSERT INTO `jos_jfusion` (`id`, `name`, `params`, `master`, `slave`, `status`, `dual_login`, `check_encryption`, `plugin_files`, `original_name`, `ordering`) VALUES (3, 'smf2', NULL, 0, 0, 0, 0, 0, 0x504b030414000000080005185244b29094d7900d00009a3100000900000061646d696e2e706870dd1b6b6fdb38f2b30bf43fb0d9a0b20bd74ef670c02289dbf5264e37b9c4e9dac9f6f6ea429025da562b89aa4825cdadf3df6f86a4def2a3dde67038038d65725e9c178743f5e875b8089f3e79faa4fbe2c5d3272fc8cfa1657fb2e6949c9fc6dc658139be3c95e3562c162c4a8689436fa9c7429f0682086af912c666e17de4ce17821ca74fcde316f9716fefa704b343fa9e47e41c2711e534baa54e47a27bae4d034ec94288f0a0dbbdbbbbebcc83b8c3a27917297b7426baf3d0eb2c84ef9137c39bee9bb71780d895e27749c088e346d416c4b26dcaf9d3270e9db901759a86793ef8e7e0d8202d024b705cda3446948bc8b5057534344c1ea67a202fc805b31c2216a922c82cb27c7ac7a24f380d3c23fa390676260b6cda3c7fdbbffed5ec9f5c9e0dcfc6d7a3fef5d588744ec61dc3667ec802d0123792dfe6c799a4a8067ce6508fe79e3b7aba03863150a64763644d4107962d2cc7773376990a9295f7719e1c7b16e764060a049720fb9dfdce1709758a2aa5c2723dd0a543b91db9a100344e00151408069dc581ad86428f5a30602fa8fd496a7785249272bd2f4ae5db52183d2ee533b93ffb91d02f82064e71e64f5c13818f5a177e807644451c0504bd209827c35df590c84be6549c0760f6664b4dfca901e1a3f10d646b1caaf187bfc4e9da9a7a7403379ffa531af1f50c430b5c55f323bb60b1d87f6b894545222b8aacfb55027180094f2326519b1995aa6cddae3227ba0658d1f5902d07032d881538b0b2804696002f000f216126087cdc1969f2188d9fe3d0262ff75ba4d72327e3569e0f7e76fd7b49a6975b17e910634c8500b65c7af16186f340c0e7e996542032d650ca2f5844f74430c2422a5d5c2e2d9bdf9506e0405e6ab8d93a2cae18d60af0e602b42385f87986849a5aaa363122a3850ae891d3fec5785051c2f9208a58747000bae6f49d1505206ff3ef7b7bedf36bf0ff8303b369bc3bfb577f74629ef6cf2e6e4603a3d5213b07e9b27760ad15d0cbfef0a67f018c376aafdb85f5c170b2700206a7647aafbe412de0cb10fbdebd84b0593073e7e4d68a5cf46f5eb2445113358a382c21687a75bac5cfdd02256a3e9b51362be8b95551a324276506c620332fc21f56a1a5bb8a2864008a8820e1aea12cb5574b5eb280a5a32fd02fa107c9aeb963ecb415df3a169a4fd3e510804d89fb7eff438b3c7f4ef2437b1f5a2de0d7a8658839041842fcfb2938884a767ba93a2b8800e7c525acfd325605535be3bd64f901e3499259b1ae87ea7069a8f473667b8cd3b566e976c7d6adf245197554407a246e006e88635c00961539e95ea64313c2deb744c9b5d4dc7bc3b18435856dca5c302e0c5c9656bd5eade14c4d59b7440658e635a91b2707c430cabe5b6120ee432a1918fe3dffec6d46403daf90484d95e5d1085b49137329791d71355526ae11b6221ec2860dd593b382819c76aa2c92f12d994450f17d59c5424f56582448eb5870164736a828f2eaa84f19f8989c2b10cf86d7d2b619fbe4aeb6ad9aae316f7e621be171ef950cb25daf7e83d3f581c65f576b8c242497b166c106c021f3cf08fa05c7071c8658a4732c001cc2d94cdc5951b255564a1600c5cce8bb02e2361244fd4de3b4068e04311644c80bce12b1277895f636d50ea4ff1b10fa0216d0cc4b0089bd9db0c2245f53fc8034ae702d583ba41b0699974d3fc22124b7d1ed3a5340d619e814ca5c16dd1f1c00cb13edb7cd5db170f9cb5759b9994f73bb9f630af5062489f1e062707c4d541128fd85585c6a1b9fdb84fa507d9996e3802e384ec90138b9309ffc609aa5e2518bf6f21578db6fc8a2a938b5730ad0cf0571909fb4744fa17b7052ba926b96ea536788b22b2548db54ca60de0d763a6671206acae46e77aecab7a4f408a8c2d3db81337d3cabd852a617adaf5537292aacb884a253e7f499287e2401d232a856af588fc151d80240e92c641eb13894d1ba3e5af4df3b17ca63e5d5ea7903b115469380ca45fea70ce73aa65a03048cebb4d582d2e892dfa7a3abcbcca412809377bf0e460382474f28080596782ff73719bb124892d68668ca946485501fabb644de0692489eb19ad3cbea9180de412e75e409fe7015dccb57ae83396e0d802e2c8d13cd1bad6aac5cd17bb9d514481cd6278614e5bb9ca3b574a9cbd5b85b7642ab71a3b7726e8313a562e789682124956316612f0aa57823e1aa04db41ec79f554cd8a2de04cf08cfaa1004fca78570f35651239603805d46ff778ac29e0f57ad5e34cd281c8db5ec2970ec97977bda3e4cec206211c956311c6427a6eca49c6d6e3c5752e8ed7c46f1afd8008e7e2821eb6c9dc657ffe9ac4ac7192b209d388927a7515b33e0d6fc8c0c8e0ff3d0b3ffbda345c365c4df25d9b8fa68c79abf46e791ebb1bd1b98bed4d1cc929fdf154a98ef289b6b86e68694d258d18d29b18514e32d0aa583067621c6e55b0a400b0b798793af97d2c1703a56c53c5ea91bf5593992a7fb03f6379bcdc56480ca7803637fd526222aab42856d35ae701c5462b1cf46a0f2aaea0beebac8ce84dfb99ea9e8ea8badb38c61612b26a2784c1a31ad80a6a34ba5d3ba2d869c558c53d3fd24848c806446ced3f7d029b9f107064004d4c8c1f2c39dd6b7a6cee064bd9805f8611c396cb7206d462bca3511eb4049a7ca99bf27c9934fd6fa1c805124bd5fa488141089f2e7d2b0060791006548cd0645ecdd89647b143a37f726a45f662c97d207c9fc080b896bdc0ab26bebc75e99d2eac97f93cb00c69e4c3c1196f1996e0593640d36839b502200266807f301cb248d3902dd40b365fb250c009e7dfb016ec4e56160538961b69f9e51728142bfd25a4470012b198fdb45c502fd4aa53da81486dfd309191842605e3ec26c630d11218ad7869757e7a333ebb1a92d1e0e46c84b13bbeee8fae71663c801f579703f27b7f3406a37d64ccf72c6c4048bb191de970d8fb966c9279e513c966a67f7510a221ff347428e465e94861b0c0482ecc26fac66c62c8ce63d2f334c783d1ef83d1fb89f1dbcd60f48739be1e9d0ddf4c8c0f6d90c8f1949d26ba232a43766b6c50a53b736d990c50a80295962133c81ae13100d6f935fc850a449ba48129883c0bc14d4cdf12f6a249525c08ab9572921691290a8c995c1f24b03be3e3d1d9db6b73d8bf1cec7c908ade9d42307eca357e27467762b455cbbba540c2848e847daf8e90ea478bbc24fb9a5292e04193903543cfb291da21529b18cf25d195426b4efa2a50fb4fde9b3a40c30d1cfa056f3c5e337977d7cbdd1e3e3f934e04db057a54d1cd10f7f9475c044c77d4723a4a260496724bfe0b6a393402a12f98b2f101d1f432b994a4f48b8bf9b70119f7a1364206c31369c42c65e7dc41639692280d30b893147ac99c47391268d56c41c748b41808a38e44d1488aa064dbccf721eb30d3f0df2d60a53a52f346b9e5a0ef6319e194e2060d750b91d7165644f126b0b87beb6348266cf518527b45b5d7ce5d3b5d9e8dc7e0a110e690c2c8b9a4456e46178565e99dbcca546f7d64b924cf5c6e06b10ff9c32e4fff65b1d0f5cf4e5689f44cfb83cb7fb73cd751c08f240331f277769737e36bf28bbcd73354a65fe7992bea218a72a0ab285cc7e5952829379421317159e2557bcd3e73cc249ba5c2009153186b6609c6682bbe6d4dabcc0276a144b055976af294226b1ca56979a7acba6ed5bbd8e4f3d1f571f34f42af8350fc9e836ee563e59e51ae49de3be1e5828c66f801568344d64c175b8b55dee85375d455725910b54b8e5308d194b82a90d002ddc9d1045fdee972b76c0c2d86dc2810f408e1a49b9493e58645cb2d32d97134ef764aba9d03aed38456d95d042bca74b60e2bd794585b786f6e14d7797321e73752ff4fba2c8d1af76e7c0fbf96279e354efdd50efdb5cefcf58e9cf7b3e6247a3d095a93ee6445b9daecbca89f85adbac63bb3bacb847d26e756a994f02ce729af5ef746d467b79458c13d619ea38f3579109999f56ea1a9bcdfff206fcc6bdf00d8ecef86b1c9d325cf2ddc7df54b028933eed7505f7d495e73672709aded5ba8a3e96eaef9960dcad641153453723608e71f1131cf2cd2d9ea50cb17d815c92273575d5f29ee6dc5af5de4f05f0f5eac456b362379ccde225c016e9b286de8b3c4c6e0d4af5d344ac103bbc0b785a5cf61d159c0e5e32de925303fc4f2cfd5dd46283cf30b9650a0a0fa48cbbf9bd22838776e38b558aeb0b93a318757d7e660d8ffe5627092e8e801ff3e28d1ba5dcb5157201fad5b4bbd6e88a5ab2af2c934168205fc6bb26fe2b3b17e6db4109802442b8898a811546a82b8ba4a330aef54e5c52f50d3db5265cd276763c4a822c4a1831d9d32fccddb93fe750db86eb3f7c8d1d1d1afd79717c5e923d79f131ed9bd9dec6dd16eeea8d7757decc1a8e3803967e07fdc0737eb84c17ce7d59f5217a564746491454467bd9dcc1807b7cc759a7badc31d026779cfb53ff576b48ac1a3638cbceaee6cb490811e7f38ea5aafbe079fcac14fb1514ad55c504d2bba814a9b9b2be96ff2116d723d7940747d862151b6aa76edb213282f7b5c27985a8fe5032b6ca386bfc5366bf6bc180e595ce0a936dd835c8e492389476c3fb198a370dff80649caa2aeb7b0dd51ab98b3921a46e2562a87bae499789d2933c4f06c08dbc0c5857c09b49a8bf26b6aca2e5b9bd4d4ae0f352f73281ceca2636db4f692c46124f4e2b98bd935c4dd90f8b127dcec0e70b5b6d7ddabb8fc12c9bc49ae7755035c232677058def2d916ef4df0cff31bc7a37c4ff4a703ebc925f7f0cc6f8fdfaf52a81f53bfcb8bbf7e52e5391da005a46d6f87afae43f504b030414000000080005185244a551871aaf010000f802000008000000617574682e7068707d514d6bdc3010bd1bfc1fe610587ba17236a7d2f42b2cbb81d096d010e86d51a4b1ad46968424c759dafef78efc914d2f1d7c9067e6bd99f7e6fd27d7ba3ccbb36abdce3358c367c7c5236f106ef67d50d61ceebeeea702ef636bfd9207894fa8adebd04488c8bba9495877f4aa69236c5f5ec5b6848bf3f3b70b94c195d630d602780ce89f50b209af95401310da18ddbbaa1a868135a667d63755a2d658c7aa719ab5b1d370fdedbebabefd9290d5a8a10263412a8f2202170243c83389b532288bd5e166f763b75d4109a4422a2c56df3144af4444397753f1f2b5198bd62b924e3a95e031fd6e350f016aa2217360c336ec796cdf27628c5c6962941884572e01021088184857dd1b31a59c464e09d1a2784c45e8ac44cdf803edc4454c6eb3f136ff390aa916e32e733eed79085d7d01f81cd1c87f0af08b201493b81423b1e71d70eff9f1b77df8998c3bebe922cad4f6d4e531f6de4072cb344bba9a1e8b2268d0a0e7117746f8a323536f69b3c17a59bc309613645e24c559a41b8cfdf00142cb37050d8956db01fd09f7e6637a19de61090c5ea5dd3ce220c84d5fc2e58979def93460aefdc933fafe02504b030414000000080005185244c44f113ce31a0000ec7e000009000000666f72756d2e706870ed3d7f77db36927fabeff53b20ae5f2825b264b76fefddd9b15bafa3a4ce739cd476727be778554aa26c3694a892941d6f9befbef303000112a424c7496ff7ead7be48c460303318cc0c0643e8c9f7b3abd9d75f7dfd55f7d1a3afbf7a247e98f9c3f7fe65205e3c9ba7613ced9fbe7c46cffd79761527eab11805d74114cf26c1341359e04f086618cf6e93f0f22a1307fa53f3a025bedddcfc4fd5b323f6a348505b2a92200d92eb60d4a1ee51380ca66920aeb26cb6ddeddedcdc742ea7f34e9c5c761173148cb3eee52cea5c6593483c3f7ed37dfefa083a7689fcae98c6621426c13013fe7018a4e9d75f8d8271380d464dafffa2f7b7de81275a0258188541d33b09d22c0987593092d0d0b8a3e5201e69469fc5c97c220e223f4dc5187a833cc45667abf381a09e21be20f3c308108d82749884b30cbaa502ba6657c09e18cfa7437e348b021f1e0caf82e17b6c14937814441d7f00a4f8c36c8c2375683a44d54408e67648e4c816a2b09f4ec6df8ae043164c4776cbd75ffd06fde08f39c33fc09e04d93c990a14c2f4523deef20745b1b80cb217537f12345bdc2011e19fecefe1b0de0e3fff88a495469af9893f1121e8c97a769504fe281cad4ec619f57c7372d4d4482a69125e381d051f5092df67f12c1cee7aa2930f7e77628dc6599c6677e1e335f4b3b8682b5c7765073e7b9d497ae97524a28ef70d7e45187eb02cc3a47f15fcde7de64e8259744b2c4bfc6db1780a0d967dc2b48bacec48f63b2bcfe5fc4e7395c46358d744fb7cc90952d472d787732476be80cee5e909affd2c7809c60aec0292b58afc26f5ab745922de86c1cd717023894857a4623ec5795b8a123f49fcdb1a42c8b61d8569e6181f9c41380db3d08f42b0b7693c09443cf8053c439ac3ac8f0662571b4aa02f4e6eb7b701f1533ff30760a7718d86e9c65e6e045b3b46f75fe741720b18bcd3de51efe04c84a3fe20f6137027a94025c72ee2d9c9ab97e29b3eb7a4de8e35fcc65e1a643f219aa6c4c61e28e70286ce603ac85780ab9c472603524e84288afdd12be29024e28523afb5c4da60a1b09d284d002c9c2af193073b81993ccdfc6c9e361f12867c1e1a8df5176fc0b393800dd1e2b3a622ac118e45f301038294e7e0905be624e25f0af8c3a1589ff8c97bd49c1dbb993084699f74a5a9a15a253c2471d50c547187d68e03ead3d442a3990357511cbf9fcf0c74527edbdbdc42e228a103fb28650236c7819a980e26b30c38ce4771f34ca43834151c441bff2583aab5348a2ff9492afefbc7de498f2083c98026120d991e6d630f3f87c5f9308458526e172bd6b49c7b34b677018355283553e7d9cb64595e79759abce2c87dd2883f845d3d7c2dcb44f6bdb1cc86e88fe19739598ed7229a8ff6a38f4569e0a20853a0a959d6a773b24e1b7b2a68b8a8b00f1138d734a319410986682896c086eb14e10b547f144194064eba8c8957d8646c7447d26a10ae4e9d9ca6fba1ac02592d554b8f33f601ba88a2a819ebd3e0262537053d9a0e3c0f762526f1f0a1907472e02cf61ce3b6c4f7624b6c8b4d636037ddd6c81678d9896bd0a5235a5aa02b474d760c7910cfa759da94c8ca7114ea876ac4e7367fcb44592487bbb9d4d26064a939821443a4bc348c619594356478b0731caf6a63c886afc612969def3ae322a19946ec8422b36635cd599cf991984d96a73a9c82364cb3fb219b865f9e6a53939a9e8cd8c5ee9ec57f5b7884961bf2115ab56a5ec6b96921da5c2668e5fd37f2da772c80411c47bf2fdcc5ecc322f021f65268ccd095945e37f0b3064ce5f320a3e4cf6ba42215fe748498e05f395b4350ff3185ea23a9d7d4737dc6f0ce15c0b8dcfa8f7defb67298de23986421d543d2304ee289a64eac4dfc701add827a122348b94f725953833b34f3d12255c41daf96de4e8e89a284a67ac2bb99722820f5b1c1d3a0c25c866ea9c968accf930855de636cc82dcecc156cbd7c711326c148dcf8b7381d577134c21d949f65fef00ab395698766b23867068000f944811c698110cc6e8b05e19044633d4751210ec56110a041466211abe4369d05c3700c41bc81661280eda0642528274f296309c75aa439788bfc5efe9d7c7376359f80ee81df72b58223d46dd6146decf170f954a9b992cb8054b5e9a5f13c19067d68f25a9d729a6014f1803bfc0f4ab240017fed783bd9ed2cd8e5410d6d381cb38c203e9b7a60ac64ca3516692e44eea404082a1352c6568cc324cd0447d5218a18a8ec20c63446a422cc3a3c8ef4fa20d45912e06e221b5e35d7ba98bd6ea6dfb7b6df75df75bb6bed92688a92b1db778ac88bfdb56499cf155899c619b32306f38c79c32c15a52a3ae2a5ff1e9913f13450042e50fe94d3134af3affd24c495033cbdf398249ce1779ea7b418949d1e4bc62b741d193ba0094315ce123f8c7009a7919f5e7524cb4980f403a9e2e9ab63ef4cec3f7d2a5e1df71e480c20b6748e69f5663ee2c6deb51fcd83b6d8d86aa1f63e3dd533a1a7a208dc714f0e895e44e17b4ccb8ce6d3115892db8e38091c7a4694821282b06b584100e0a62dfcd1083f481533d4a09e9f07cb32e475bd2aa63e4acd9306b8a16253e8cd200450f6ea2a0c6fe4b177eeb6415d0ec0db43102d20c615bc6b22e78931762a55d4484009a3a7f4f82fc84d06192ce887a034d299dd84d9152cf074384fe9a06600da3d5380690989cc753d5c1fc6d30ccc489805fa213e025f8853235b610581f2c19206cc255466b65c1c8ed085d0379cf821312bf92cf5a400086890db02396e2a822489138e296413e0646398bae422257f1de7111044398d3c414754f0a149339759db66bf2df29cbca20922a1066951b70bcb7b3ee3b85e2ded94727b1c67a27ae9e88387daa733c2663e9e391a2feff55fee1ad3acc30aa0d9da8585144e9a18e4cdfa997f09f193310cecccc32c0a5a2a90e876c13a033901594435bd8378744b48b3e043967322419fa152e251cd5f01cc604714f9e101b44bb69406901753331c18f491ab36384eb0067d58efb01a570af0b51c9d491814d4642cb3af0c550aafd402a6505771275d338cd1975cf6598d467d081903afcd0bddce0334d631881ce3aa2b267bf767b3281c92304a99d6f52c9c04ff40f34dd90289812838185f36bd783c06d64a9920ea067a3ac1a42acc3fec1ce04161fa25d1c5bedd2ed8e958bc88e34904a6588dcf23550ef31873061af891f8ee3f3637ad3d8e3b6361114a34163646ac7b9851ea27f10d00a1714cb3119d33eb20388780a027eda759387c7f2b9309855695ecdbd56bda0543d696c33751688281558b13bdd45d602ac143f3527fd93e9fa1b260bbb0d4d5069ec551e41c683a9ff4610d46619056b65f87c18dbb358a87ef69ec4d29400c78790d80950d924cae020f161a27babdb6c107ec45758e59a8384ddac5738f6c34a72f79ed65237824a3968a0c10e162536950118e1cdb6eca3c55298313309f7520d39af76a704ef813b8a4ad1a1c3fc18ca2fa7207a5d3b523b01e50076712d98096069da9975f169283c6933bb095dbd833aceac2de6474edee961d5e88209c31b9fdd3dec9dbdec9b977d27bf9eaacd78700f4c4bba8e1750291f66dda0fa6e847478062ab1a78128f288ed7b2df5c025609c6f3aa81d1ed359801747c351309269501bd0f1fbc92b2d6ac2b95b2f2da393e5e5858955091455e628d99f035796299b95d62c1591c2f5a7445f18c9411b54a2c6aa1fb6aa66abbe592654bbab46445cd09e08ae225113bc5b5c06355c3dbdea7512b38b75f6aacd269a1995b20eac5cee1f3cb7acc655d802e5d4a3b0d782b1e301d83a35b2946ed1876df084b65227aff544cc4e1f171ef44bc7875789c173760cb00f6e062d0b1a3894947ae160e69a959d10631addb6b116955216e091047c370fd2ca430b41962562b8f7d8d54b74307960f801df1aff9d7edc6984e6565a2dd06d2457b5bce64c013661ce2ee30c3b38128e2c44c70132415fac4e88e248742c5a31c5ceed9bce3d95496cc03b1ed3c1bc3bf6ad3e91e0dd12dabb2284c1b41f532296aaba13035cbdcd9156dab197656f676afb3e202c01093d77f9b3e739ec2aee4c9b767f7acc93060d5b6ad5e0e39a5bb8cc67cf4b8186bb8fbcbda0f0b817c46185632a1b2e4a96d8dc346940f85efdf8896a913cb2ba4568393deeba3fd831e18b9b35785aa98d3de997b4bdef18c721a7a2edd8e6c60c5c69acca68a501e8badca9a8965d5453129e7401e2c54f27857d1568877b1d8e4625924b6f21ab2c5d6596010fe35c4e554507d1e23f5850e63d43359185ce370305b6c249d300129dd0f2724b99c67c12293952c80c6bbd0251aa27243b9a0bfae4bae8dbd6a10e4117c9d21aff8fa51a5a11b9c836e60baf40d8924b524154ecdc333a6a0cb69e8c627a79e1baebc73f0214cf1b844a6c009877aa6f2e2486145f73ba4ad1b9f9c796e50dab9519573b693ceac79cea4b3cd7b290d5d4a3ee7d5edbb0f45a177ae629cffd10aeb80b452614ab11c705ad31664beffcd92d77a253ad39556a6bf10248f82b10f31751f013c9daeacc9777fd904b79cedaa9daad15c9985b260ca7913abd9cad78862aecc0d4a42a9c96359bd0a19046b2bec00148d4601e4ce69057d92bf641e54db5f697e1f8913b21ba9f8f1ece5111917f1eb3c1cbe1798e6bd6590b2b1cd6dadb4758b4dae46832540813f05c95ec537cfb1aefc703a9b635d477c79092b59dc5c0578ee4ae7b40022a8f61c4c2701c1466d1a6712a1f55604d593649388da1cc76d3f215bf4ba8b69fd8a54481ba7971ebdcc56c8da51e05aec574a2ee36299ca839793e05704255bf4d64f9a1ef1d4572030b71efe8ff35b3e55a10c680d166a2fa12820f9a56fd27306ab647bbbdff4de9cf64e8ef75ff6caa3fed2d7e36ae8decbfdc3a332a894d193274f5089caf1c013aad8d97387194fb2a4a2855b4735adf8f79bc1dac7ed1a4cdd5a548b077a421a48d518bbc5f913747abfebfda667fda327e82dc05d8fba0de20f5eb76ef86aeaa0a94a42f7213b9ae58aedc302ca961bc42137d6d85c684cc39790d86fd219b34938f067d9f0cacfbd70cb2108c056a1be4f0689401251ebedf343f571fd576d749c0b386fae3401bcba3a60829ea06f8308c207b7bcbb96775d63d95a4f58926b4a926b02bc067cdffa0b34c5117edadc5cdb03979e77ea78c0a91c618f59338d9e2a37417276ca6e445591f832a186a58c18142de14c568adccb9177085b58153e300215ad8fc04c436b1e91b62890ce6b5a0c10fd96a731842ba80727a38379786cc3537c0421be02e6cf5c04c63b3e84b09d1747fe4437bbf02aff853163216e07ca1dc1baa2a2e8ca74b1bbacf3e548010b7be5fb566d881b07f34bf3918ad7287728f19a6f833554144acfefe0f25ebf3a3d53056806a6957c5e050e1d1dabe3662cf6cd4091a6f06cedefe77d7fe31f9b1bffb571f1b8f9ae637c6b3dfae1dc6a325ae4d78bdfbe6d7ff7b1b5bec6839a46018303e3f52f5b302df1fbefa2d44acc50d303a354d1ebfefdfcef3f5c3c2662f637fe1748e8f48108a6001e5c3c5eef6254584494d7e11662c2f30bf2e6bdbf9d91377ffea6777ad67f76d83b7a7ada7f79787a7a78fc5cd702aae5ae5f7b6898a7e85c64572ca7a3221bdabb61302780976b5c275c0e1bfee20fdf53d93791263769fa35c4d296cdfdf69d228faf0e687aafdef64e4e0e9ff6faf0fff1d9213073e2b5bfd3c5bb6a233997db116354c2ca8338e669a754916ba232eb67dd322ec657fdc3e33e7cce4b2d5df2cd6bfb946cf15c8226f58efcb042dc173314fe2dcd895191b874c15a71f1eaade627bd0b3c9b0f224afcba4afca9ad322f20b7f00b3c379de6d88608d8c51c828821f4210f4e1e5166b0345e33cf808f0c73ab338ff858db5a66452713706aec9e0d7a2d99a5ccf9ee42d55b63fd868a5a21a0e03d7ed6b153e396c7ec7862fff8697e48b8cbe0faa858167597520b369468c303a376a80d0855c685120f3f1b1bdd9ff1156deb10f3677de44b6d191e635a544ff22fc000f1a74d7e759e42d626d5a5296aaa07eb5ca29902716437f2762bab505e003ad760f6b00b13774bf6df65ab6b4b1d3fadd2b15ec40b9341caea992ed49def920b005320fe6c96c4d7749e589a037a21a2900ec38b5c1208a1fa04917aedad169ec56e8a6db16563aecc4815b238465d17ad1733935900358a1daca55582ad2be82a6175d571d94066e2cc3b09b6f5b1976eaaa260510d97b3d312a55bce7e58b165146cad19055b6b1765a69c755a368c5d9ea50a112bb37c8dfc4da50529456b0a8a155876b3d6509de9d34aab14ee138bb45cfeda9df4ab08e67292ab0bb2565e17c5b22b1780bbd2aaf1095950b1b2483e6afb9e4228c0f97b75699089859f311aeb14a2512e27a1d747d164ca37987887095b6239f1da6b58ea90535e5bbd6543144aaf0ad9e4aae2605985d1d02538b61977d7f936f2322dbbfef7b15a7ac5d1e85ba3cae0d5cdf272755dce50b54af57548bda860ab086397bd20374519d714ba38a05d752c4bd7ae947dcc02af5b53a852a6dd2c4e29d5a6e4b3ecae60ab728275f3bc6cf1c91d66da8c23ba5db93a79d2b9c80b75112f40c01383d93c012e83b49cdabbef7a934250bd62d5c9d225142b944fdc5311cf7d5798988ab47499c9ff21f994426fae02d1fe208bf99550b2fe7e846f7fce83a289383c8668e84c4b5201f7095889e4edfed19bdea9681a37cbb5bca58c83c97fd11dca15232366cc3ecab421121e4451313b0b8fa771168e6f556ab3e03cfb2af666275a727e7914aea928472b46ae99e44ca79649185c831b5292250a0701d2378bfcdbfc2d5b335d8b0a204347854aa3fcf4b7191715959487b472c0609e644775269b482ee5db98aa9f951c96b716a6b5251d77aadc58a9204326fb41a7a86f1a2799a32e011fb3639169926232a250a5676721a4e23f308c816c3136845bd6356e7a4935a5dbf5f354419bbfd06d4cbe2aabe697ff061dacfe955f188a6c571bb475ff944fa4b1416ea48cfeb8e7c0afb87f283cc69e7102aba13fb8a592e58adc875f28e0563b7168a20a6e831ee06c607c53c90f2515a30984b6d92a8b06cf95c49be34340eb6e5c4d6ed65724b84a8c5b5f428c35e2a891c6ab93a720fcbffe4f61104086dafb49194975925258156c91fa33ff329c92cdf5da58d79d67fdfcfc5d4d51f71aa7903bae289c8419bd0a58cc5d1e4eb3a6f0f2f6beb4691e6a76cbec9e17ea1ba3eb2433de2c183c4be289440e482fa378e0479d082c458730e0d10c7d3006f90b4679d3ccd363b91c55db60407e2ebec6a7c9cc03d782508d567d36c4d6006659e6560d183a7ea1da2febe9eeee26b828cf031f05aa7174f8f2f04c6cb641170ca01a4e5aa65f5bd7a416c272be2673c7f67e1af5323744bafdcc327745aa2b60e97aa066b5dfb873659d6bdfa3b6906ae753bcd5d07001f52eaaba06ad7c838df19a492e6506739c672b17ec4fad93df683e818710ea5078911fcc9ee10a6ecae3e3531f03134af85ff9d7543f1ae3113800939b4cd1380e212e12e0b3123a93a60f74dae30fafc42c9a83296064788575f0c19fcca2609b9fac4b328c134e8f3f51f8578290b9654f1fbd5642f587549965c0f2136f07f652103a494b80978820ade33002a30ca250d06911315ace28a4f7c83df5b93c3caaba3c10f1c00806f8b9020acb2f118c3eb86158203271538230ea9f5561b38652cbc5ac69e38e22e7ae187c3dd541e1018fd1cc178dd217778da3631ab583f21c206a1e0d175b045320daed1601cc09317c6a11cc9c1174c1ce763517d27bbb6072aed451917b26748aa700c3197d00a00f9eb57425d02213597f3f364f758d7194f5d28e3bb1efd3286a9b07b14d7ef5b8de19c3537d138875ae060d52cc4b98d2d54c676ada4e2b7d64dbcea5af44ac9c032c085d380347747780bcd0389f0d73f77edf5746cbeb0a5693ac414c6d46625d5f86e072500a4a899a81979034ef2431bb32228d296d4d65adac9cbc3ec5b8cee9920014e7b837ac4bdce3079faec3ec560a21a7aa6d13d0b6872bdf7479e73b2a6575c16b72a8ab169ae8eec5a05b5f945d2a5e90c16738f2f278dfbea4b321fbdcf1f669898a370832f22c5685e41c178a42e45dd4b2db6512cf677da6dd44019d648b23e8363a791b5b9e15df561c325397d471e3717eed7ab53dd21a205389eedb89f56ce1ee43981788371aa071185435350ad81baebf0f6ee96a4c2a41157a622c8a014ff06116419c06bb9bb607fb5e06d7c7a112aca54eaf4413968ebaed5c090a7a59e0b4d130c4b82bb6f22320249f8a6ef4504a68c6a19d755eae1328e6a5e37295d121b7577eb1fbf05834e907287250d1f15af926d900eb8413160148a04df4b530cf08fb218578c91e3ccbc194d4cd5cfc1d6b5f65da811d8b51d838f8c925ce0a9a983eee23f0bb652f69b129c03df15db92a9f63568d059647190b018600f25de12106bd4dd982104f3455f8f5f1636732996892c39eaf8717e79b1738eb2a64af4e4073ee0253123feebf3d3c7e2ef23811270f97c14ff3380b6cec5b174b64eeed57f2f22faa480b77291c7bb17a0d231fef56e40cabdafdcca768e665ce4f53cdf5995a2ba552d2f7b23ee6d918d628d4c06283ad05cac6f02a33293fda3fe390ddacefa517f6140c427484b78905aef9d335478acb0ac37cebc6041d726196d0cc7641838ad2db62942710b141651573ce2434a351b550f050a7c206c59c970adddbe68af3d33c321c5a3da08568a67c3bf6b53540e7cc8cc22abfac37852a2c2bc1962723cd7bab063237b81aaea1c665dc34305c1e1565487f16886aa46fb9d04a34cabf390e8f5837f3064a87da709f43454a4d7f2ac9fd2a89748da645326659a7796d010874516b6da761e1cbe66b2ccbd617b62c20935aa519de93d20cfe30a53126fa5375c6d4bfff4f96e54f25b97725b937cb727066d810d08295ac87e2f533188e2a6fc3c771f7a01b5cdff5efe6713ea7f1b883ed58514156331b7faac8e70c4a72e69d66e3b569365e6326632d7fa2d462f02f643706f7e953ecb95e7e99de619556bfa5e26b4c2a519c2fd34f0b15ee695ebfd072ff6233dbb8dfb9b89377b72f5e50d97bca5998c9fbfc98f919656e844cc2d191b12fb09c2a1eab9f9484af747390e8e2648ce791ae2fe7a4f6340846299f30f36f26e7af1ba7e23a4c433cae8566df7cf958beb09c0f618d4874a8622e039c0b43f078803f29785d0987c24ee9e75bd40f28cfa3c09300e90ea78e308bc6b463f59e9f89a13fc5dfbe609cf3947e1046fe2c063d9354db87b47cd151f140963361eadc814f54b0344e52da963cec6e7e86ca06ce252ff8f58ddd771efe8a769cf4afe7d1a59fbcf3eaf3dfd0c2801527457f280bb3249e05cbb0c080752c682665ca1dcc9d4eba73531155195036299c2af1afb51c13ff89cafccb1f2d92a9f7fc90408e567d48a00f48cf09d9857e9d0a68a2d7b7b1bac51f3261dfbc1b781d7afa2ba76af94741bc6ff08775de0dbe095383f2731cf1428876fea3330a755531b3fc79c0224568956b4a9b5de09f837ac25b53282d4f33f07ff8ef9f504b0304140000000800051852446f43293056000000940000000a000000696e6465782e68746d6cb35174f1770e890c7055c828c9cdb1e3e5b281d20a0a3619a989296016905d925992936ae79259949a5ca2e0989c9c5a5cace0929a97999a62a30f91036bd187ebb149ca4fa984e92ec0a1b300aa0baa16a81d643900504b030414000000080005185244b811153f4e0800002c2900000b0000006a667573696f6e2e786d6cd51a6b8fa346f27ba4fc07c2a744ba35b667666ff6e461c3183ccbae6d2cc049465184daa66d93f03a1ef3b85f7fdd4d831b0ca66777934c461a09baeb5dd555d58527ef9f025f788049ea45e18d381a0c450186dbc8f5c2fd8d9867bb37d7e27bf9db6f26dfa9c6d4be5f698217a619f07dc1bab76c6d2188872c8bff23498f8f8f83df773926338892bd84c84a6ee64aa3c19514fbf9de0bdf50cc015a1631c99252f61cc31b91228bac3057481c0429a0bf49080228a7c16e3c91c8235dde261064085c0519943fe62114c6c3e1f544aaad535890678728913fce082741850fd08fe20086996043104c240a5003d702e0f9f223dc0420cd60f223a364895080d4b0d609c2a99ba484c65ba5f051fc9c78fb43264fcb27e1fbe90f4405818a3910146423b2970a094c61f200dd0152b0c2a5c47c6f0bc314ca8c43f6614e9c41b752691ffb6fc683e1e09021afdf2dd7d2dd6a3e29b74b42d401f268703db87c331c5d4ea472894224f0c123efe06a37bcbcd8b957ff7ef7d675b7d79ba1fb6e7c390497e3cbabe15b7031748763777b897c56a15012991740e4fe20964717efc617a3b7a3ab8b89745ca5602e4cb78917634fcad6622614a124eca2a4b4cf446261285a1ebbd8efd414c55b2d3ce9b3f47b14053e902614a6c42f7c2d0f27127da2eba90f1e205e2e1e4a2173e03b7e8404c35bcc5bb14fa1769e0f53ba542d9050066ee08583f8104fa46aad150ec50f0718324e1e70c079a10b9f4828f40096867bea858cf30d0a260ede2904c9f6c041314701df4aaf5848eb368e4102825400ae1b83ec70234ac4b45e9a25208b12746682380ad1794ff1a3530601f4214e02a9c84a4048099861959b36d19348b355069f325170e10ee47e76238a820f36d0bf1157f3f59dbe74eeb4a5662a7347d56c459f5b18b28a510c2d757162e0eaac52ef7fe8f9edb0e2a46ad6d4d457b66e2c1941508214c683a7064306d6c1cf670448a33cd942274ffc1efe96b136a79ab336e70c7b26f73c23426e8432633840b69690605243aa23054ea1b04ff9a45a29f6879a7bda1863a03ece3fa631d8c2a4e45abe9d3a9edfc52435389e8b22cedb7947da3e0ad38adcdcc061a4abdad2d667ba66322c470d564dd04225863b912022d0c203f0738869c86b4b3397ca429b48119b3a3b10c6a2ac2d5028f3415f1cc93b86e974614e2462974eafc35d10b9b06e9fca0c8ccfb5d9c250b5a6938b55620db3df1c93ef7e9daa8aadfccac46c912051f29180ef8194241cf2ba8ba27fa17fe9b7df643e830c5fc6e03d227e83fedbe91fcdf6c5e90a0b74ab58c84b2439bc2451810c6c400a1dcca0ed508e87a75c7003c988113ca7fff59ba98a85ed3b9d95108708c7069f101f0ccbeece0d35306efef895973f3e151cfcc9e1e1e58fab242f7f7c3239f863306efe3148d3c728714b198eefdd72ac14cbfad930550e594a507e7912b8f39e782db232b599fe0b8f1c04905b8aed012429e40ecce907c5b4343636d1fdebba4b160acd08f3c5d980b8fcc5992040443c1c80fb24cae31add821d6dd4a7799a45c10a63d638de99c67ae52c94a572a72d50116b7056d49f94e554539d0af68c2c588c18e5022a4a8dff9add4b4f3aa499b29edb84c90a9dfc42a8a2761c3bae1698bfb677286e290ed866de03609bc446711c1d2dbc4211a339cad4d67f52ca66916176b2cfd93e7cbcd72ceedaf77169bcbcfc535d21be5cf3aa493a8d760dc9d66b536ee347db3f7895bb9d1bd34fedca91ad57a31c99bd40c70b499c76357047fda6a68695d097240a9b8d5c63f7b569495c085d5e2589a734b55d47baf96a54fc133218f0fde8d171d1953b2bda96b4b7bf57e673e3676493b966176d49b3389d02f076fd5fd5845f5c7fcba9012dc1ced4303ee9cde370c6b6db28fac33bdf8c76b538052bda9b9611cbacf5f12c2e353d97f329beea53aaaa81f2f1f28c4027b07d6d1795846348c0d23e3f29684272ca009f622f81699b18574df36abfac7453b3d89c713d1cb6bb87c2f68e4be0364ffaefcd94a8a5212d4f922ebbf76af2111e2f45a1ffccabda07db5e19cbf97dbb72e5eedfa1de17e70a129965a2a089833f53786106f709e920bbeeef177556fad2d6ee4cd221366ef1cd79541b785fc462c7e2e9768763eba260bf29ebe2d836f9967b5c05409455dd526ee79acae757103e8bb2b2bce7864ec10e120c4b99710edad0c5d1db8a32bae2e9533e0cd7db43642da4cb9d66d97c38fb340de13eca3cd4c188f227986c6012a57cb861e607a2bcb4e78bcfe899f2c42755ffb44631ce6e4fd8e544b1cdedd5b491ded8ba133416a07b5ad12b043bb4680a519b52985fe94e5e3be764d4fbd24973ff289ff028c6c8f5717e359f7c8f3b79c48d506cd3bdc2ee3be99b24478ddf2e4ab65d05aa06c14a786bae517f3733cc696b0c30db3c199d65f382dc9e662074018a95cfab60c4808869e0782eb757904e0b47670765bb24989f750545e9f346027db65feaaea798b0a9cdcb6ea9c9936ebd9a46c10be33cab120da7adf5e56a6d1f5349cde0c580b5adce3570fa2c5e4856669c174956e5979a64845491bbda8563d07acbb0e7bab07fa654545a5d55b5663262765e4d2c6cf22c8bc2ae6b6643abdbb56d9f4e3fd9ad7f7eb7881284b16e8e59cf979108c52cdb28f2a6ec8255f5dda7255595db3c66c5954c46787c76c55956947122e4ecbcd882c01493cf4af2d860fc85171ba1bff2229a678cc8517b69b6ef9aa6b6a7fbe6ada2b6f76a0e391eecef3ce8bbad97ee932eceb0ec99aecd55ab76585a5aba0ab0f69de52b9cc885a1befc538b50523d204f36289b9aaa9bdad47630e5fa878beee94d025d2f81dbccf132181c6b11fd62a2d3c5c288a333e3a38ab96e6b0b5c9e28e793f51d04599eb470ee1e661ca24793022fa27a8fdefd7da9553afc750359e744ba72bd9481c61afe6dd144a2bf5244cfff07504b030414000000080005185244fd45ef33f2250000c19500000a0000007075626c69632e706870ed7d6b73dbb892e8674dd5fc078ca209a9ac2c25397b6fddb22d67338e738e5379ad9d9cd92ddbaba244486242911a928ae33393ff7efb01900009ca7292d947d56aa61c896874371a8d46a301340f9fac97eb1f7ff8f187d183073ffef040fccb3a987d0c1652bc78bec9a334999cbf7a4ecf834db14c33fd5884f2938cd3f54a26852864b0229859babec9a2c5b210c7e537ffb82f1e3f7cf8ff74cda1781ac782ca7291c95c669f6438a4ea713493492ec5b228d6fba3d1f5f5f570916c8669b61821e658ce8bd1621d0f97c52a167f7dfd7ef4d7b72fa1e288d81f8924156194c9592182d94ce6f98f3f84721e2532f4bdc98b937f3b39f6445f4013c248fade99cc8b2c9a153254d0507850ca413c281bfa763305bec4711ce4b9984375108878347c34fc4c60cf11a12c8228064ca1cc6759b42ea05e2ea06eb184f689f92699f1a3752c0378305bcad9472c14ab3494f13098022fc1ac5813a921758868eb0a81ed9d1137ea397338c957f3c7427e2e6412d68ac4ef500d3edc34fc00f24f41267ab3208ea740250c8a40a4d30f203c0d31e22f4db0b14836717cd082729aa67155617ab30eb023da5132448514ff6b20ce64b1c912813d962c6ad8b474c542162f926025fdfe8f3f74a0c59d8eaae6a1643cc0ddf9f24dd8cfe422c28ec2dfefcf5e36e94449283f63f73d09a8d238a31a32d3c43b4dea6f33b90e6018c020fa5c907e8178a274930b781a94a2abb805e860a59815e27e8fea999f77f8a048c594d42b9a47326cabdd437ad6c74f497b83b82f9e49e07c05e32717cbf49ad49568e5cb741387887ecdbce3e855f86ffdbc5183030913f500460528000c9e2811d31badb81e0e96cd2202d02009b1219b58924cf67727f6214d5771207c164618e5eb38b8614a01fc9f15d12c96076283d4813400cc36390dfa695af477a703edd8ac34191ac4f9529101b14137866876d6695e7c0762a85a9fa2e246f87683f46316554508fbad5678076ab90cb2d9d2a4051da61e82d66ee222af48a9e7dc71fdbad2bd788bffa052891e3dc90d3a86debde05e5b97d06c97dad4849b3462a2ad8aae703809bee1b2eba8580276e8cc150d71d251945ebe96331846332163c9f39d1e0a11287296ae5aa9b261688e616530822c0b6e002c2f8262634ae3d4e042351b6d258e6ab49b889c271a916f40e0d02571b48a8a49b05ec7c670afdb30355ed140f86c38063c08c7c2231df60665d7b0411e94922b7f2bdef9b7ea6435bfe0473766ccadf3fb07555934173ed32b09f6cdbaa470501d44dd9b4e6730371ed885a3d13cca72ec001401481f0492c955fa09541c9c0a35de95e1b0ab42db171310e96c390150df1b5dfeee0f1ff42fbf8cde63ab95300840e67d075db042320061ab01ad465614da90d02a82f235aa8b4757e2e93988950745bdb98c1dfa250e665271ce9a98a4d4ca26385bfc316ad94455f4bddf3d31d444e09bf7051ad5edaa86d59bf3c5fe89ddf253944fb8c394e4fb4e5655a1b377abe6ac8302bc10ee9d4d42231626c224713787515e3cbcbab802bcdd7b87c1c57f1c5d3d0031cfc717de1f97dd2b7f4efe601f3aec499f1f11c8113d381c0547f7f2a8eb6045e37ea4705f00a271ef51eff155ef2f1723f871e5aae56a003855ede81f337aefde61114c6369f27639a247c8a0b785c1bf280c17047dd57b74c1f5aeb65532c866359ad9ee0433a696ed4a2aac910a77271532a9704752a0e069b2b0c9f1b39d494e89e27447823e1aee8ff28fbc5fd2bbbc7c84c4563b51cbaf7a8f2f4679835a6dbcf552e504b58d220d70e1318509e96396e41ed2719b466d15d4c4f85cd9fcfd7db0e7b93c860abe32720a295a3d45c7a4ff0566b95c5a969acdaa27fef8c378a85d0a4fdcbfaf278dbd23f0927d8f284e9018987784c5f59ad73428b7ca6104cbbee493cc609a5b4530b181e791a2d5bd411ff45a6cd6383295bb007360b482c552ee9e4ec0d72ad2d504f1c89bfc60ab01b4615b0ca10db4d520f6c2a9d13120b834bbd9df07513d83e5d4141684d033cb88a5a756304e34bf6d6476838a767ef2f2e4f81d2c14e28d1cd07a016d85787ef6e695b83799e4b228c0d4e6e2d7bf9d9c9d54e56371e9297e279b2cbef4c49b33572922c827b0760ec0bdbbf49caa1f4ef78e00ec5f91259f3973f25cf232e63a711a84ec6fbd849591ef69f2de4e2d46bd1d8839308962aa1aac3ae1cdd9b39333f1cbbf0b7ef0260b79e9f5f5dc2bb57333efaa42aa2457eb02f0aada6e05c24fe52c6842a0c5bdbc159e78b215efa2077a8362a1f9edf752de17664f7b577b47a42c5f464d08abb76dc8bd232dea2fae79123f5f9a8fbfec64fc2e3cbb216cdab60ed3aa2a5b18b366916d9ace228109e5b2c05c8e76c831f25577b10deb37edd96c196074466613f2b2c170ce03b0912d8681fddf0bcff2c889c7472e15abc451a342f2d8ca87c3adab4b200843180c732d830c17d16d4245e9d833cd6db353ad06b6d9a8e7c1b4b98ea19b0a58697b627c24bcc3383a02f1e91270aae879f77004059709f8ab1e45b6181a96d14554485c9578e0b3a7d79328a112851fcbbd3e14029e49112ca8ec214e70124756f9c8cb09c31c25673f538050bf7a9e18d08e02f0b7a3c46853f73281155db72c29db04cde180a2253bee88dc14d23f702af616d03e12cd3208f91b2e6b886246ff2c33fc3b07f12ce94bb1c67fc84ba42f545c84f4b7a0264ca7f42c4866cb94be4d61adf091bf6c98682665825f22b412033553c3bf31a35b11549202d7c4c992686692a86405811611435d2fa1aff04b8a7fdee09f87f8e75ff0cf03fc332e7ffe13fef98c7fee794d2129b3e897c242ab389d3a871b0e60907ab9741968b92af950c3faed26b8c791d4316a5bf2d13559540e9193ce5d5bbb1b2b4af1b7b2035c9077c52ab0035a066cc5793b82280121b931d4fb103fff1932d376a11a506c15eede916ae864772457b47a2fb748d5cdb9b677d338e5a13a4be3cd8a4d8f12ff40e9aa93a6ab1fda0d36b4dfb0d7b81941b6eb11d14d60095c943675258b651a1ae6977c56340ab4bea079fb975f709d4126b932e3ac3e75135e36ffd649ec0e0b1b65bd765cd670b4b23970ee40904c3e2f74b6d32a574b0d6a04b67df96450717a1cb72da36c1d28b14d509b2653b0b51f79baf7f27530730eef26930d5fa47dccdccd21b299fd76a7883aa43d8876a74e76ab568d82f155854a950454956fdb837a99e6c55b184fd76916eeba07b5c267d977d80043e2ef73b01db022f86ec43964aea2cc3ddc616c8d977f4aa3d6d836b0f7cb663e97997f9f9068dea8b33fa80dd4b37453e04af7c59984455f5ed02afcef41e67b168437a0d8763d726dc158fade6950d82420a72888c1bb6bd434f076aa25a08d015d1e5a88d9743ac808f6d33acdfd9e0a00782c6cb21663f1906a74aa2a38ad00fe8f83de278010f2f33ac6b5802fbc8127069acc815587dafbb1345d84dcc6daa964982b192a48a46363fb62b6c0fce11e363d46e4ec27cd4dbd6f749531baa76ad3150356768152c6a6c95f0558c3650f80f02b2a6c9855a2cb15f78e281ef11318a74624c769b215995775b2467088b7ee6d0a4ecb5e6ed8b89050d90e48f27493cd24060b1a16b62a720769acaa19e8e6ca379e817a8ea81ea84ca7b5ab5a678fa50ca0c77cef653aa3edb07d411b1d06cd2112c067964c89f7c686fdddddb46fa2df30d63b4e4ef273d48c2eb9c7ca68b40c92309622dc04b188d305580f6324eda21bdb628ff50e6302cdee1a8d423c4f93f2a6189e90c9256f6ed3865d6db42966702a71b38625b707454d3c7b478a8173a6ebf36e65dd8e377955e163c56ec32c44c91cb7a1894d83c1a7e8c5b04634e323652d8c18a2bc9a205a3a35b49af936f8bda3599ce6b251deb05a41181ea7e9c748d6dd367a384179929b0e2ecdc341dda3621858262c11c65918a6d8c866712e679b4c369fe389ae3489c1ff6df64626d5a92d0eee0bf0e892059ff510f686b643c0bab26fed86de0f56eb035c28dd479f0ddd81bd230cb4c3206c30d0186cdb4657946c1d1b51f2d83536a05bd2159e1c90a10075e056e21c3c95b0081ae0644fe70c56f372d844b948a40ca1429162a03f824648825a2b833210d7cb083c875990e05e319d704913099e470c38c4f9f9293a6288288349148414d6d9829e61ba9b2978cec8dc0647249f66cbebd0bd8df2fc9cf3321636a607a8a4b975565a06f972421059e8a8acf943dc782e439dee8b6fe8d085e0d37036b9ef6459546b89e8b866674a245a1e2ec61399d5fb4b606b1b640a10c86496ddac69477f193cf24bca7b4765559c7156f389528e491436691a3a121436615081599a65d5d9beb2921dfe66700a80eb87157b3a2eaebb135d9daab0a1f2d6321e4fbe35e6fe4fd0cab9b2a1b41fc91ea6cbb1e4c3309557dee1a544a7331a895f2578116291e28110182ad741528840cce5b558c4e93488f3e170a8ce6192418963186385884154d910713018b4265aa958f5802d4c2193209949fc0523049727f875057d102ce8e9147b1fbec460af36f0ecc044374d832c24ff87bf82ee0eb4dfc0dfafe594ddb289047208c8c615b15aa8c2e96496268924d90de8379d9acdf8bbe202bea1e6f0b77526e7d167f55d6639b841fc4366599a41f524e4df3170c00f2d92ab343c57fb44c457a2cec7e433f8836426a8a178bc245d4733dd46fcfdb9b010f1312596c3e9b3c9ab9357bf9c9ce1a923b0897a9150c25614d5325b23d6d482a280c5125a522c525d914f325618318047aba9cc8e4b7e5174658000f037e40ae894f066e926515570777912cae9667150ea59021a152564a31f5b0d5ccd70da45766ef2df622432c140daa047b8b1aba91370e084f4b5b859234918ca93aacfd42f0d66b55a09a3e2e54c197454f80017c5a0f1d74186e76b4430c5192610fa2cf5a7288df92099fc24f14472ba59e02126300a38c7a46a3682c9d16c151dce9a7c42cd49938af05fa5362dc5121f693f187fb7ad1bd88f503868f9bac1e3cebe597720f61e51acebd9b9b6023d8a254c700312319b8486559cc1636b50baf0b7547c76deac5b31267e02915045df40d217a5613ac171b2bf9f05512e7f6579fbffe7214647df29a1608f680f9850d06635599c2851f3fe0a3c213c4588635466124c4c0e33b7e4ce006f4485afcd66d9b61537f5d82fc990de2609d3d26922ebbf8e17e737605956e7722e6699045b57f3a0f038279d4fa369f259f98be6c8d304cc20b0e55cf1365ccd286717faefac2cbef768f87f5538b063f18d411feb094676a2459266d2514087c439e85c1e4caf018d6a4f347819d0468d573b8f69f21477f4ce2405003056cc027404b46d50f7518c4a7e7b476c947c45bdb16c6b5d5e3a91200f3becebe66a2082b79da12eb167044e0e2a44c3319a2da1dc1a708d05067b44b573fee4396f872c8fefd39678632bcfb0196096d69b9a07924e79c6f5ed1ed0c89bc2efa199815a18d39aa82ecc9bcba50c398a9259bc09e5244555360774c377c21b21a8dceb74bd593755de0a22e141509e651af1a5a58cd741b8c21d8e5a49be96714cb73e1c41299abb18654ec5601d29bca7a006de673c3e257e1a2b290b67b4c41d3468d7be967e741ca4a8452860d9011652949b68187a9dd0268f52dfa1b7bf5f76214618977d37cb7a6546715b31a49e2564bcf7d4ec58a533b8df3f8b65d05c2813d69d74c431a88c15174c9db08e153cf3e244a96e12093a17002b123a820dbe002d4371c13514e02ee079b539ccbcea30391b61b127fe162d9631dd86b28ea9ab4fd3e165bade0096dbabc987391f756f6e948f466cf65b4c813e32cef679e8b2092fde3e7df7b7c9f9e9bb131776f1325de04d09f20f71285ce3fc85973f70aa52e38b88e3b86a0e9c9f60203a3b7ecb4c7a5ce2a723d73c919ac7f0f19a956ea2eb088cf1d5bde340f36518e06141f07bf4dd0573ce6cdd80c0cb4d6d1b10d6b4e1eb83f11d2318a7f49c56c2393801b9a4e9f69734c43d3b0451d05625bc300655de9f9deeefd361411ca130c6469ed563bd4c2ec0c04d0199a0d3ac79361b77bd219d7bff6d93166003b1fa0037d487decff756e7f619da9e8a9e100ab45958ff6713c2d51442afe32e060f031bdf4057e93bf11902c995401cf0aa13c8421962dab6add40bb285e30ed50eddb959e36ada2704f62d07f215a31c18e5d20be5675cf112d97a4426bee6509478f4b69932c53505520dd77b241db3f5b737fc9bf7d3681f947ac2de4feb189ddce9985bce545475b955c6eb075892d2a51a5ccf0b9edd72a706ab03d96a13b14b87b1f9efd1bd55abd2722dab584f43463930f1943791dac68fa2ee3f391cf32584ee25742ec5f879c2c2d8c002033c18d5c70d0062cd7fa2206168b58fac9d9904d43524dbf9f32feffd795c743ab5aebfb8ea909139a7f5fdfb2cde17979ebab7cbe7c587f32049d261f87184d72f47e5b2ebd22b4d4f4d6318a78dd21bdae1dba1c70792cd18ad380ed6e0460730637cbe4d6064d5b6f765c5a9dec5ae87aa949cbbfd7b5b4ce8f7ed6864f67f24e397fe7f37aeb3f875fa74b5de81f5a3efc439de50fafeccf398ac0e10180e009e1ef848c7ac3ed9e707d063c4bbe7eccba1bf4b1104bc93aee819c0d1bc0c0edbdcf43e5ef5fb1c13215ed50845cab64730d1f54ceeb0fa402d1deef392cf817f60a265efa8fc740c07c9112501b3d2ca5183915a47f02393b2496a07eff2bbcebf7fe3dde7da0cacefb4704b7887da68073f3830a25a1624ae307faa430b44de5101b41d368dd59da0090c0abdb9df538f763842c0f0caa2272946a9c6e6e1215efe8c8dc5cffd53f0cca3708ce3d1da473a4d003d176a46cc1863c5531962c4e308a24edc647e68973252d2b1edb5d431805a5daa0d73d4335a400a1004e923fb46394bc2ec9eba4fd5a9f554c3adea54b7a43289a1de4f52e0f9d01cd64d181f9ee6698c278ae859939e9ac87df424fe80d9b13ff6bbc3d11f5d75dbb20b93b5e764842bf61ee122c36522875eef2f5daf62f216aae8de99d4a842931e393ced141f9b14ff0788a54693a61e8c7cd26e9fde3a81a7e4d2f1f557fc76b0853ce270a1407e4cdd1c7af7bb078a116dd52a171de738bdb76ef8e81df74cf9cd53fc411624e1b86da2afbb893c598e46971e0863a8964f3c3bfaddca8cf41e83a8075d8335d57e64ca2e986fe25817f48784d766c03d1d9f2909955b09e5d4a3ccaa7bf26931d9e5c4c33f69fc6f5ddcaa2be68d7965fb414e25a8f2ae7bb9b805e67f43ab56dd5c576adab3bbb43ce5e6e8ef03b552d092aec1aac7ecfb6ba1d760d4e39a938f8120f05330f9c42ada9ba571caf7b3734c6980fbdea0f37453e45ac6f1501cabb1cf3bbf0097e01e722c82156e8782b2990bcfdfeab7e9f9ec883a44d2fbad7e224a07687fe3eb09c6b14bd34be9a999b0d2adde6fe6311373d3ca9cb3948c78c2fa494d588ddd9451025d99c334f4fe0ccf6ad81b218d063d6936c8aea178350608417fc0c01ecdbac47b59c760de42f3b5e7cd6c2cd0ac156719a89f2ea2e75ea3069d2d286b8dc5a3a6c08c5636b6b0323c728b07f4b047dbdd8b06d9162970ff60ac3448c4874d5ee03126998498e865595eb8ad779abb1b6cb11351b31b2c87547fd561254056458af09fa625790ee61e69aa8c13383c5a530e71b692bad169313e88b5344015ed9a11a2b54cc312e11fb6224a1c968137737494205b4e7f01802388680be74f30b11c63725b59d52ccbcec263f9b9c802b3e0f11599d35d0caa9259a57eed21f6ba44143b78798642ec418c4726f04af08cae41d4c17938d40f74d51df1125cb78a4eade7787d518211a0a70e2eb698e11a1fbb984c73dc90c5dc3b3f794e49d79aa67aa2cebde19c4d377036a86c35a22570398adbafc97e5047109039b2742615bcc35c2cbd2bd716bb8a2d5bd074471dc09ddb29ea3a344ac255695063d9b969a6e36b632d71343e2e6cdb37078dad693e72a6e2bc94c58b0eaff27e1146808ba0960e46fb439464a9bc7a30ee9aeb2a72d1e8012b16fc3caa5f5932f160830ea3648dc72e6fd672dc5d46612893aec02e1977a993ba9c4a4111e27e4332a36fc1cc63c146ad86ce37e3e6057289db5828d7f0b61d21511908d17d92e21acf8ce881819b9db98c256646acf1f7ad87c909c92e73bb59c13db5d7d57734a2c48739aef2b02538227016ba0eda5a43ccdcea0fa8836bd46dce61b34d635558e0366dc58f9e950c743befe4c390a3ebf4c26ddb744377b66f6585db6d1c817e959dc3cf57d93afc7c077b57718e43edc9aed68e7ae28e6a6038739569b94527dc8e1d5e2a53c22a1b77a10f0b349a7de1113957819aa7ad5ee17365417223c04b9599e9a796200f605d651e649f4ada4017e91cd6b9290083792057f21ab334552800900e4c48e3fc0ff7bebe886d7798799eb80a70db3a49316e79c3516ebac26654b23a047a78ab35f5868c69e855d67ac8381da6dadd35da05c44ffb60fe735c4d1d85a89ccded7ee60e6b7324f195ee2498a3751c15989d89f224462b89aa4247f6ab4581e0f9a4c8ab1b89e0ef41f9d8e1eaf53492b1aa74f1d01c98001e41119ed0c56312be827964a97769a6109ae69cb760987c274865c93ed40f8c9529894a349c448833c29880f32c58287b50c23e57cf1a5911bf9b23ab6376aa7fb7ace7e9ab63b2d55b3e9c15c97d6ecba0623b8c54698b2dfb5f77649b3b52eb3c570fdda1975c3df5a4b5976a3dd5c2d31657c900bc2d8862d1dcddaf190833a6024eef147754ea4195dba45a9f8eff0b05ec9e4a4ceada883892e799cd42caf760ced2e0eee9aa4addea1daec0cfa13ceb7b7897e0d3b89bc97926f36557a8c397ca79d196170c085b677c68918609d29a1fb7cd15186300dc5111610c80d9e9bba233fcefd659d3cca1db36392a2bff2bbaaee5f9a5afcbc647fba2c5f23ab811f51d3875c15eddd9088571cbde17ded01362e0b8fc46e05e7ff048307a85852ed4ec8e85c09b58d4a2dbc671d08243dfa95748a8adab7ce1bcb207cf6b07511b49faa270c2b782e08bba16a4ee4f4133aa7a9d8ea7f3f7e98b3cf572ce5fa8f12109dab199ee1dfd2b1f68d4c2b2265e47723f617b130a5b2da79f6fb78b2c3d81965752ca1e1e2b247b47ba8df6882befbbe91a360a7b41c5fbc32fd374cd47abd50d1b3acc4b577492bd7fc82ca5cb6a1d863094ed27dc7aa0a2dfb5e3e6ec95e91058555807fc4b750e7d9f05057ea3fb9d0331e32f305bc173faea0d4dec46dfa9063d3d175371fafaf5c99978f1e6f435964055b948334c6b08a533f1e675490af89ae9af0dcc65af136a47af97423db05adcd6ef0608672c6fedfa4ead931f726dd5975c59f5a4a8eb03979242b0940f6cb09c360d1518f73a6f18aabf35cd9864126f5fe9d6e6fa300048cce4ad53e54ae3ea942a0dbf6a8d63b3a5dce3bc08e93d165aeff880085720d6b143308b852253223108dbd007ba1ca9ec1d816967275b0129f5a941f1baa43af08153573b5630b9172aef4fb12cfb697bbbdaf8d9819927043ab658a26f436ff8d0d33d676edefdf9d48c9eac4b4317d39f1c16dfb4546693ae75153e78c14f78f80a026fbf5ce06d1121959376b4ce5ca676d8edf75ee17b276ec4bb748d96d617e778c987c8b0eded7bb78945455090e1fbb688400b5936159faa37589971e6da9d333c3ec0965ccd5130d1de8d3baa3ed678983b9c2587c8c9d0bb577e6ff0dbc6e35b402b307870030c9ec9fd3f83498399adcaa54d27a509638a4a9556ac48b70cc446dbc0a8e15b17c42b35e77b36606b2b5616a0db26dc6eea9aca9c075e7f3cf672cadbd9ae37af01a5627967c1afeee7c198106fb567953db98d45ca57b785c9737eff465db4bb324ae8bf0babeb6c93c86d9cbe4580af6494917f173e574112075380dbc6ebab20c1ab422f19f04eac56f8bf8ddd39710bebb069fa791bab6f1862771ee7e3d451a59dbf56caa7c99d08ef406fabf561657dfc5526e8dc52f45b58cd9bc02e6ebf8201b0ecf4fa9cefcb488ba4fedb08aac1df26c1d7a97c157f677286ab99f78401a7f468b6ab3415d5afe416e76658d67c15d3efe95ed957b1abc9de816b95d67ddff4f68d0883359a77f6a56d5fe4b631ef763d6e1dfaf44787831424966f0d0639df6067468358a5698978cc89758dc0904ab5eb96832e35ba723d5422f0ea109c5b1400f0b42897eaa628a0f6a6d8f707f8be3085b36f3971b55babfdfb26cab2eda391be0ba2af19d25b8ea27040af2dc37fa9d903c1895538a9044676382b0db5bf1e72580fcb50107f0727587d53a187e3a7e727f8968ad7a29425d4ef76c53b7c76fce6f5f1d3777e175de0ee605e82f4c5c94ba857553979fd0c430c8a43963a3d405e95b661bc62f2fef5e9bfbd3b7d75e2af87d82ccc071f61f29ceecfffbef7f36aefe750fcbcdcff39daff39eff62968a19aa9703043935fcf7dd11d7507623ee4dc3b156b82aa29a1e86ac530c1642a91bca6f5f9322a7283292b000695d7aacc0ea69018a9bcc0404a3134a262959c9d554de4f335d69eebde80ca848992f4e10327822ac433c7975ace87466ca6ea4d5bcd75045ce55751c93f1e88a7618838f44bbaaa77abcd62dc493e682ab9f54ab5fbbdeba5cca42853a750ce277ac4084410a3e2de089d83cb7c31dd342d0e44c01c34e8675181195beb848db7d6594347f0ab2a349ef26d75396509227ac3cfe5eb26eaede8a5f86e121ab51da14463df0aea707e93e6303e568cfa4a16039baf41855b8d6e2340f635816f1ada98a5e82db7f48e69d5caeaa296eb90aae8439c98f28c824b1b9d63cdf7d4414204a0f81b03959154fc19a7e9c7cddab52fc5256eb6060ad5806ed2abc01a25de01a129568d16d752be31665d6d91a59bb50a8c9928a0922a21403b439151c9db7b64e421b262cf46a72a897056a615bfbce9a1634f8800228a223aaaeb9dc70981614a79158476ec8a2ac83228e9895a58164c838f8159dca2a3cdfb8137a818e8e3be50fff693682e4ab5c316cea985d3a54c4890f9a0e2ca8e4a73aa569b022bdc2d2f00aa82b16deffd212cb4d96287f2753c56980159eb984ae976f5ac46583b354662e6bd231bccb8e456a56029358ab2a219e07d4a3753e95b7934bea3d827e7ab2465ec66187e98960a264e55af84e537c2a6224ff98e857e17a8ca4969249da4db44c16cb6a14b1a15984c2849d92aa24d0e3a28636c899781ccd296353660d9214f634ce6eaedd70a49b59037f2c28cb91e66b163d7013ced333729a86d8c9bad34d48c7f77ec9872280eb2adc84dffe1d9c9f931ba386693f0d9dda806f17a196ca7494eee9d9b038eb3a33baa55482bbdaf6b11dfb8e2f91ff7c0c553f0042b97848dd4d03451a4f4fda1d7af5e16a6123a67c56d3e395f80b8aff670f27ab172d9efefe4b36fbbfa3b8f629004cff62a48e097542b7b539bf8bfc306b7f30573b7bd566e7ce961a6c1349b7cdac48b20e39b73ed36164a18d0b4aedccccab2fe5735619da56bb94b1318705b13ca46ea84fb46c67d2eaaa36a02aa228db3dcecd3ba80934ba667176b7fd2988814b5f689a8a3f15d10b2ab6a896b5e5e24b6ee5d4eed9442fc0a02ce297439bd17e506df1748ef0acf1c94bba38cb88c8d34e8f2c2f9fb9345bc7d7b56db3ad457d16798ba7a6893be75d9cd7af1324a3efa84af1aa7fcda70a79e3fc7a23625d76b2caacf4719f1c51c78080b09d034cecbeeea37acedacfba4d0e6bb7d788da21dec5c00879a71f1eb32f572f1865e4f245ed1fbb809fc6e9f91bd523ca356828e0b1ed3e06d5046b094c9a0939d33e4abe02326b1c635a08ae060a65f9418bdad5c39fb42e76baebe711239e183331570427730066057e9c4839fce09107ee3dd15cad1dbb63a8d9242f4c899b9555b502cf5851d4b0e9718cad210aa4a51900df6e14af3c606cac8d051c2a8f74d928f681eb06e961b88f3895a988e2d87deac7550afa398c17917a75d7f83f32e95a879b7899ee75d4190a89ab783eb606769fa2a207aad76f9d30866ba3844b2cf4f5f3f9b9cbe9e9c9fbce3a54b52801df14d1cb06a01f518066118f1dbe1b51f5ddf8a77d1d040f656c94e021b0babfd43cf25262790d528bbd8dd9292cb72d5494b8155c46f2229158a75b02f9e08efe5e9abd377e2e100f0b3c7be2f3c9dc240bffa47cdb7cf4ecfdf9dbe862fc43caf45b0a3ca413854eb131a63aa408dca2174715c16e88734f026d08e0cd3dac378a607a20a9d51e24c42553b8014a78b89b2161894c3c897c9d558e4c62ff608cc2778b2ca9238f71f885dcb81b3ac7c71db2df0d9110b5891056ee6e576900774cf19e3794db5d820fc95ea7d8f938b75afe8f8cdfbd7ef7cdd577eb4867ed60235a4562ef94b893dbccd31d27393c32bba5d50407a01363b4ab475d7b6f4ae927bc54af1cda2db4578f1b04d7ca074b1118535f4143431b63471d3d0c4b8a189956ffcedb2d7f338a57d5231d2e53f3ffc674c28800b76dcc5996ea238343c1c7b1944d77cc89dcb750d37a04a29be4e314f0425ac2e29653894296b796ff2d713e5ace77c55845efc8038eb5dad6bc3928803fef77bd069654fc3a427d4a532787ca10fb75e89eabc12d7e36d270b860d630e2e1bbe7bf539b0015cfd3dc8727e57b5f1eea9d272566e36bead624bb0c7a00910ea7ad17682085812db9e09849365b63a1fe4cefeb1dd61ad5275a9cc9bea1291ce05ddcc10cda6809395e413150c337fda3131e1dbb0cd0b5cf62bd5d4b525d176f9d0f92ab458bda7a9352b87ae49ab0922e1e3d1797371e1486ba2961a9481e7f21ff7ced58283fb78505eb16abf27e0788f949db8a6960aa1edcea21ee3dc470ea0fa1583ea685c4356eac8ffdd44b52f4808982068fce78aad43970f44fd025b13ac2a36811fbb80cdae38e3e6734f002598d8b951ff29fd520b62a9ad79574eee7e1379f5a206f56a0e639f445b3f5572e161466dec1b4c505b2d0d909c030453d8aaf436ee72e8b6dacb120dcbdaa912031b891c84939981a74f3770cef48191f1b7e69eb6658eed74ec0ce26387fc617ec1b08fefad67991ca2588b0cf338e957b9039fb14c7c0b511f4ce7636b3f40bd3317bd807b87a84017ff7174f5e08814fbf072844f8ee0fb21ee3cfb54d6c7422cc34747b58456b551a5d1579907890d7c9d0a38e38e7d9e5a8e29026b8e0e3b0b2203fda50164360d1c17f01bc617dd2b6844171a51e37b3bef44e0f1552bdb44ee031874ef90139309fde69c71f745f029e0c4af5d754717f565f4011e336cd7796f1ed1c17aeaf0f0f0c5b9cb78f9d75112a6d7b80c3ac18ccc38afe2c630f0868963cf0b58da0799e32e1e7e5aeafa971e4ae91294474f9e7efd0548e6e777dd3d8eeb75f8f932108ddba3659936df6543e83d11c48f6ac3e9c976eeab0ac03877f0f763ddc9f38f3fbc386fed2bef70c41deaee4f53b3877807323f68359cf85157e249e1ea9acdd6d44ca4c97934b7c071ea7117945ee71ee21db623b2014746023935168700c0d6804c810941c310cba900a010cfed3ba4ad138bf209bffc7f504b03041400000008000518524461f8ce6db3010000060600000a0000007365617263682e786d6cc594c16ea3301086ef790acbf75d27874a3d40aa2a212aab445d85f48c5c3c50af6c8cb0a9ba7dfa1adb34d0a65d6d0f29273c63cff78fe787e8ea490af408ade6aa8ef1e2e71c23a80bc5785dc5f8eeb0f97189af96b3a85075c9abe50cd92712b4ae3a5a012ab9809a4a887123aa5c036d8b87fc4fd9f5c53012aaa0c695a54c721b20cb992f5072104cfb6aa30018e4abdd53cd0b7ccc1ff7840ddc80e40c23f3b7b1ab5f1b474c4350f3671bbcc08841493b61626cb5d07b10314e0fc92e5df7195db4bcf1ea7c305f27d96aef447e880d1d0a2eb919e0069ecc29e6c5fc959a25d7fbd54dbe4d77e9e10d7b9c0a0a3e1350aab693b9540c067c4b195723ec91bab9dddfedf2dded3a79c33c2602710a7450e5f6a2472a3ae88b2e4787e611f1e97f9e5b4cce2d4e9f8b88ebd0073fbb7b01850196bb3bd043ff9b7eb5e5da646e36bf4557f5567b3ffa2cd926ab43b2ce9da2ecdd1c26d913660832ad49c357400617fb65435b2a35a28c35d43cc49838d35b612d35aa2585928daaa136ba7f1d3e12629b927d7034035fe9ac469f20cf6df209fc1c06ff8ab9ffd7d811715d05739cb8e3ef337390668d1b91f05b7f01504b030414000000080005185244dcafc4d0340d0000e845000008000000757365722e706870ed1c6b73dbb8f1b33293ff809b3aa594ca927dd3763abedaad2a2b39a57e9d24dfe5e672c3a148486242113c12b2cfd3e4bf7717004990042559b6ef924ef921a680c5ee625f582cc0fcfd1fd1227afeecf9b3eecb97cf9fbd24ff8c1cf78333a7e4cdab55e2b3d01e9fbf12edce8a2f589c36138fded080454b1a72c2a9b314302e8bee627fbee0a49fbd35fb2df2f5c1c1dfd2911dd20b0222fa1212d384c637d4eb88e181efd230a164c17974d4eddedede76e6e1aac3e27917310774c6bbf328e82cf83220af2faebbafafce606057b0df2521239e1f539713c77569923c7fe6d1991f52af69d96f066f077d8bb4084cc1f369d31ad184c7becba9a7a0a1f39b4c0ee42539638e47f822130499c5ce92deb2f8037603cd98feb20272360b5dda7c73d59b7c6bf74ecf8717c3f164d49b5c8e48e774dcb15cb68c5808524aacf4b7fd7e2630ca8625f3689068ef1dd5dd01c558c8d3931172a62003c7e52b50c2d3537b1f05abb99f4f2b17752ae16be083f4032749c80cf40496470e3b879d5f05d02bd41ce58e1f80ca3c9ab8b11f7118951018097a02bb99ad425736450175a0c15d50f78350a279c202b1d9e2858a5dc18b6a47eeec6439fb9ad05f390dbd4207f90f4e88c02327858f400d4643d8f43d5ae51e92f5c3194bfb73b898f2551c927015041f2574dad7952fe9d4c89c72a4d7cc90b52400d06f34ba5de816f3f53dd08d3ff3698ced819ff0e65ede66f3bb88b6b5861639267b7ce127fb278ac030ebcb49b52da7b3a4cb292008c1172cfc4d97a011dbf1bc187d48ea95a8077cd20f7dee3b409f92842da9124592c3ec7953a0ad24f90a74c3e2bba32360e2d4e1ce1494d8ccf97a83549bad2291bd5f5634be031cd6787036e84f88d3f13d5bb2499c8408e6bd3629b09e76e03b76c5d409b28eb4b13035ec100dd8138159dc7ad824de58ec65adf06e274ec0f54ed18010372009cf413dda2e1824c2c08cfd1bd184007e62ab060a282faecfce1006b84b643fd823b703066e84edf8ebc64f7c811b263d8fd92ac20ef162fb1eb13ab9a01a0debd5e8f29cfcc156d2117372ca303f7c3b180da0b16c2e1debd8221dd4d7fec9772bc6a96e502595204c42f977a899a6521082640020d115c8e8588206106a2f8561348b88fc19692ad8165a78c6a6d60196a1667b7c7c50846a94408482c1504ee9cc41f268e7a2c7d2786b7c2210b8680951d9c8348445a18a8e844829663a818128bb32c7df14686c925add7c32198e446fb330e653feae495e614860b413c7ce5d55983a92ea40a45c3b183b8b7a94c1a02fa3312309a5a85a885377808192a913c22a5da2579638c812e0a43cdb1082235ca4b8af2920eb4ec58f8c28c9a3887e91569b329bfa7f65a6063d546074fa662bd6c185b96a430a669a1bb406b17f52a000b3b0c8c78fa41ee484e09f668bb44aa805fa6cd2d380810e8ec961894383d5d70f3ea80c2efeaec7b511d5a7b2d9143c5d0f8f2894c39658f634c7c8c3299a8e55c56e78558bafc2a1867c32aee70a1453c770be6689562b55b6349748599846586b29dd3373108e58c710a43e94d3bab44168b0db058b8740957007b223890e5d75c102ccb6a6ab39c151c4093d42e398c5fa12ae06a5e1c0120016393e510dadb62550e84d85e560d71c400fcca710262603525ee26424d097fe635cdcb478904aa41811ccf158e71a2df32b8508215aba57c37029959f94347efee9679ce30472c7a323bb695d8f07235bf03cbcbcb007a3d1e5c86a41a4b244bc5241887b30b8104d72d76aa44dddee2a82a4828abc0f896aaad1e4737d75da03f98068604e1ccc3721e3c184404ab24299c8bffbe49034a4c86e9cd877a601f6bdb338e34e702e45fa0e58d457984d726a980595f12fe7a0ec18e72004568a303b4973b338d784bdca0274de7bdbcc32cb16e64e799e69b6ba62b82287e570a46c7fe36a23e064741a9e6eb1dce4d6990eaa2c38db0a3e23bf9b35d7c93d7deac56f5441254daf137ca698b2b3a70281b5245365c72267c3f3e1c4aca03a2511d37c344d5d385ba506267de1d05a8ddd476b829da7d11c3eebb52788671a1c0daece7afd01195e4c2e0b41a899069ab68c412df27defec7a3026cd7756009e93701977de596d3d892ea8101dbdd5ce478cc04e5088d9988a0560effe8908f662709de6c524b674d1a22a6b1606e3731f7d0a8e9e4ea7f86cd66b8109b9b6af65c26aa5a1d8b0dcaee3a4c6f00c91a492e9351ae29f34bb93dc3e20e74afb656eb4c764f569d78c0c52487637a609a63c5a8525c35bcd1d1f9e6609fe1373aa7525facc89d67a8d2b5c6a6a47478ee7f519fbe083af4982025dd37245a3ac1c81b35a56fba06d84881cbe0008639fc7968e1f567a13eaae625a69c642320b833b2bcd17c52c76cb36e5d8ba743360731b28f921352f4145abf7bde29a93f2650c3379a70a27dfd49af56f66d71fd7ef805c58a839fd6dac1bab9e1e2321e38a2c49245d5944161b4d48bf908704a14574a6cb88dfe9a9bf006be116bbda97ef29ab917c43247e753dc610fcafb3cbfebf07a736c6444b326d8eb10f76d1a228159237b2f27e74b4512fed0af292474de315a73608d6a55681f0d3c4dab49ffeea27982e205c8ddd4a9ab5667bc37cafce5ce5fee94a556b75b9fcb140197f4b3206fbd501f74fd2d22f28215938874df017ce0276ab6fc1b50d677161cceac66e409db81081cd5464c51948adf080a3b9f4fed28c61a70ea6d126076df2e747d86c67c30d1bca34f9c6fda42a8d57cb6e66ce312f6893f23cb61b2ba04562510eb9298ae23819791f51149b76059b13c10de1e3aa371eff703982c02164ad6f6cef5120d890a89588685508654e35e287e5fbaf02f6a57aac6238f8927cff5a39e2fd7cffcb9ae3004faf760b6eddee2d252185659433a2559bc481d86f165a8ae771c775553c010686590d0bc75b0685ddcb7edb38f5e0bc373c2b7bf4633ab44e406cbc8e4cd1508849b8fafe49796726fa8cde8c7faad69e3b91387fa91aa9d91b24722c3127c29c427a2bf23402d89c9ac145a3d506a7cdf518a4236566aee636d62ade55c6e5dd1012ada681ef3e30c008d9ec985d3c342fcc6f06ac524e442ddfa39cc64bdcb6805de3e51694209e2e7b374ee882c3430a9df8cb289057280aa7bc19a6c4b40d047a7d16e3751c9cfb6b0157e5b19d1f48947c4c4bc325917b3bdaebd1e5f555d5d1e4da9683f54ebfef5df4213b17f0e797a703fbbc379e0c4672fcc5e564f076389e5866a72cf093cbf65817cf4f073f975274716ab5eb46b461aceaeb91323f772e675219535212c608d9f443deaa0b938dfa839146a3aed4dfd8781c52a3ab72506ce81ba7025a7328d4d14ae5cb5888168d17309a166963025a9aad32b84a7414ed8a8d2f30d7119bdce231e0f6694e66e40f5be4058aa983c7b318ee41b7e2c2970142d477b3337d80c7eb3046b8f41e44d5640de5453904f1aac37b796e6e842a9ef2d7d2779d3064dc566b45f570bd0015d3397029ea42e5c3ef025cc412be0946de04aa0392d786304afcc85664e1dc5032a53454d72dc82c664b82aa22099bf15b27a61d72a5eecdb1908366c91d5b61f8876ccff16091100595258ba9ba889758865b1e21bb254e14d1d0ab5dd3d593070b3f0408ae4e48acc2550e744ef8055eaa5b83454aab01e6461b428c28c26c1162529495ab08c8870dc2586eb65d015631e0aa55af1d9ad50f37a5ac5b081391a6b2143f32815644a9587914616a08eb8f5a37c4709d547d3a2b2f9498d359d167be0af2f907ed55b863d8ce04ff1811bbaeee6dbc73b5b18273dfab578d46d1c44d3bafc6e35b6da31a02d6c941f898a9fcbfc5ae73edec5380ad0e161fdd71eb8f037f2fc7fd722a2fe9f58fddbdf7896b2ae52b2ae210be704719afffbc7b4889f5896ba4bdfe64f87d4f9c743f614da542a5dea0b52b8866abce01bec482a91f7e69467d60326a553dfcae5c3dd40efb0c15c4ff5bfd6767f50fb768792a5ab5e6adaae1eaccd9113b02fc6249f3ba47b0f4875fd9802d9c2bef54e04ea2786b22ef2b7db9f3d9d7f684b5dbfdd1004d5f1eab1b4a7bd8214b40e7c3f17878f17a8b225eb71bc534c2cf12d26a6976153629b1283ad7ef05a573e8d9a0a98a20a18a9794375f9452c3f24b918541f5034ae728a6c27f756fe92710cff440593aa436de71dbd34e0c1ffb28dc44e39e47e1f5466062dec0554552a9b4beaa179738b4aebd11f8c0d9ac9fd11a02759c9af01bf27113059670b4ae0362b6423c15c98a61629dce0a7155eb332fd0f54a2b6700f57653cd0c36ad59eb656c66a05c115ccb80e9b315b38821e16121783f8780671a98c22d6de9f321e3feecce54a194800bdfa312b41e0662190446116d0e2abaca61b63a06c9c1d15af23185550a61b05b16fe94d13f49d551e59058269319ac9505ee9a2ad9563777cb4b59f59aac58c7b4bbba7992b5cbb67ced17211953f7fb30e44ff7ff3024a3b4e5f5e9edaf4d3fe6470b65d13ffca30521f963fc466c26229af5e2c7fd17cbfd179e654256a70bbc502a2288cfef843ed2508931357f47bd48b528b2ef2cdcd9c07b0776edf7f99e61fd8709dbde667fec2f1376500f3ebfcf9709e564ef1e5f2514f3b6ffd56f1276d4263edb7d9350607ace98872b8121fa19195ff31d43ca78ad0b5790a50a15e1bef85f2b681f61ae9b708d656f9390955ee1cfa7ff02504b0102000014000000080005185244b29094d7900d00009a31000009000000000000000000200000000000000061646d696e2e706870504b0102000014000000080005185244a551871aaf010000f80200000800000000000000000020000000b70d0000617574682e706870504b0102000014000000080005185244c44f113ce31a0000ec7e000009000000000000000000200000008c0f0000666f72756d2e706870504b01020000140000000800051852446f43293056000000940000000a00000000000000000020000000962a0000696e6465782e68746d6c504b0102000014000000080005185244b811153f4e0800002c2900000b00000000000000000020000000142b00006a667573696f6e2e786d6c504b0102000014000000080005185244fd45ef33f2250000c19500000a000000000000000000200000008b3300007075626c69632e706870504b010200001400000008000518524461f8ce6db3010000060600000a00000000000000000020000000a55900007365617263682e786d6c504b0102000014000000080005185244dcafc4d0340d0000e84500000800000000000000000020000000805b0000757365722e706870504b05060000000008000800bb010000da6800000000, NULL, 3); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jfusion_discussion_bot` -- CREATE TABLE IF NOT EXISTS `jos_jfusion_discussion_bot` ( `contentid` int(11) NOT NULL, `component` varchar(255) NOT NULL, `forumid` int(11) NOT NULL, `threadid` int(11) NOT NULL, `postid` int(11) NOT NULL, `jname` varchar(255) NOT NULL, `modified` int(11) NOT NULL DEFAULT '0', `published` int(1) NOT NULL DEFAULT '1', `manual` int(1) NOT NULL DEFAULT '0', UNIQUE KEY `lookup` (`contentid`,`jname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_jfusion_discussion_bot` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jfusion_sync` -- CREATE TABLE IF NOT EXISTS `jos_jfusion_sync` ( `syncid` varchar(10) NOT NULL DEFAULT '', `action` varchar(255) DEFAULT NULL, `active` int(1) NOT NULL DEFAULT '0', `syncdata` longblob, `time_start` int(8) DEFAULT NULL, `time_end` int(8) DEFAULT NULL, PRIMARY KEY (`syncid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_jfusion_sync` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jfusion_sync_details` -- CREATE TABLE IF NOT EXISTS `jos_jfusion_sync_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `syncid` varchar(10) DEFAULT NULL, `jname` varchar(255) DEFAULT NULL, `username` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `action` varchar(255) DEFAULT NULL, `message` text, `data` longblob, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_jfusion_sync_details` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jfusion_users` -- CREATE TABLE IF NOT EXISTS `jos_jfusion_users` ( `id` int(11) NOT NULL, `username` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_jfusion_users` -- INSERT INTO `jos_jfusion_users` (`id`, `username`) VALUES (62, 'admin'), (63, 'testuser'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_jfusion_users_plugin` -- CREATE TABLE IF NOT EXISTS `jos_jfusion_users_plugin` ( `autoid` int(11) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL, `username` varchar(50) DEFAULT NULL, `userid` varchar(50) NOT NULL, `jname` varchar(50) NOT NULL, PRIMARY KEY (`autoid`), UNIQUE KEY `lookup` (`id`,`jname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_jfusion_users_plugin` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_menu` -- CREATE TABLE IF NOT EXISTS `jos_menu` ( `id` int(11) NOT NULL AUTO_INCREMENT, `menutype` varchar(75) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `alias` varchar(255) NOT NULL DEFAULT '', `link` text, `type` varchar(50) NOT NULL DEFAULT '', `published` tinyint(1) NOT NULL DEFAULT '0', `parent` int(11) unsigned NOT NULL DEFAULT '0', `componentid` int(11) unsigned NOT NULL DEFAULT '0', `sublevel` int(11) DEFAULT '0', `ordering` int(11) DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `pollid` int(11) NOT NULL DEFAULT '0', `browserNav` tinyint(4) DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `utaccess` tinyint(3) unsigned NOT NULL DEFAULT '0', `params` text NOT NULL, `lft` int(11) unsigned NOT NULL DEFAULT '0', `rgt` int(11) unsigned NOT NULL DEFAULT '0', `home` int(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=24 ; -- -- dump ตาราง `jos_menu` -- INSERT INTO `jos_menu` (`id`, `menutype`, `name`, `alias`, `link`, `type`, `published`, `parent`, `componentid`, `sublevel`, `ordering`, `checked_out`, `checked_out_time`, `pollid`, `browserNav`, `access`, `utaccess`, `params`, `lft`, `rgt`, `home`) VALUES (1, 'hornav', 'หน้าแรก', 'home', 'http://itsc.co.th/dev/hrp/', 'url', 1, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'menu_image=-1\n\n', 0, 0, 0), (2, 'topnav', 'Login', 'login', 'index.php?option=com_user&view=login', 'component', 1, 0, 14, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_login_title=1\nheader_login=Login\nlogin=\nlogin_message=0\ndescription_login=0\ndescription_login_text=\nimage_login=\nimage_login_align=right\nshow_logout_title=1\nheader_logout=\nlogout=\nlogout_message=1\ndescription_logout=1\ndescription_logout_text=\nimage_logout=\npage_title=Login\nshow_page_title=1\npageclass_sfx=login\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0), (3, 'topnav', 'Join', 'join', 'index.php?option=com_user&view=register', 'component', 1, 0, 14, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'page_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0), (4, 'topnav', 'Links', 'links', 'index.php?option=com_weblinks&view=categories', 'component', 1, 0, 4, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'image=-1\nimage_align=right\nshow_feed_link=1\nshow_comp_description=\ncomp_description=\nshow_link_hits=\nshow_link_description=\nshow_other_cats=\nshow_headings=\ntarget=\nlink_icons=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0), (5, 'topnav', 'Contact Us', 'contact-us', 'index.php?option=com_contact&view=contact', 'component', 1, 0, 7, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=Contact Us\nshow_page_title=1\npageclass_sfx=contact\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0), (7, 'hornav', 'ติดต่อเรา', 'contact', 'http://itsc.co.th/dev/hrp/contact', 'url', 1, 0, 0, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0), (15, 'hornav', 'เครือข่ายบุคคล', 'users', 'http://itsc.co.th/dev/hrp/users/login', 'url', 1, 0, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'menu_image=-1\n\n', 0, 0, 0), (16, 'hornav', 'รายงานกิจกรรม', 'report1', 'http://itsc.co.th/dev/hrp/activities', 'url', 1, 0, 0, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0), (8, 'hornav', 'แผนผังเว็บ', 'xml', 'index.php?option=com_xmap&sitemap=1', 'component', 1, 0, 90, 0, 9, 0, '0000-00-00 00:00:00', 0, 1, 0, 0, 'page_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0), (10, 'hornav', 'ข่าวประชาสัมพันธ์', 'news', 'index.php?option=com_content&view=frontpage', 'component', 1, 0, 20, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nmulti_column_order=1\nshow_pagination=0\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=ข่าวประชาสัมพันธ์\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 1), (17, 'hornav', 'รายงานเปรียบเทียบ', 'report2', 'http://itsc.co.th/dev/hrp/reports_organizations#', 'url', 1, 0, 0, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0), (12, 'hornav', 'เกี่ยวกับเรา', 'about', 'index.php?option=com_content&view=section&id=7', 'component', 0, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\norderby=\norderby_sec=\nshow_feed_link=1\nshow_noauth=1\nshow_title=0\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=0\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=เกี่ยวกับเรา\nshow_page_title=0\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0), (19, 'topnav', 'ข่าวประชาสัมพันธ์', 'news', 'index.php?option=com_youtubegallery&view=gallery', 'component', 0, 0, 88, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'listid=1\nthemeid=1\nmobilethemeid=0\nalign=\nallowcontentplugins=0\npage_title=ข่าวประชาสัมพันธ์\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0), (14, 'hornav', 'เครือข่ายองค์กร', 'organizations', 'http://itsc.co.th/dev/hrp/organizations', 'url', 1, 0, 0, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\n\n', 0, 0, 0), (22, 'Utilities-menu', 'วีดีโอ', '2014-03-18-13-38-44', 'index.php?option=com_content&view=article&id=27', 'component', 1, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_menu_types` -- CREATE TABLE IF NOT EXISTS `jos_menu_types` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `menutype` varchar(75) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `description` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; -- -- dump ตาราง `jos_menu_types` -- INSERT INTO `jos_menu_types` (`id`, `menutype`, `title`, `description`) VALUES (1, 'hornav', 'Main Menu', 'The main menu for the site'), (2, 'topnav', 'Top Nav', ''), (3, 'Utilities-menu', 'Utilities-menu', ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_messages` -- CREATE TABLE IF NOT EXISTS `jos_messages` ( `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id_from` int(10) unsigned NOT NULL DEFAULT '0', `user_id_to` int(10) unsigned NOT NULL DEFAULT '0', `folder_id` int(10) unsigned NOT NULL DEFAULT '0', `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `state` int(11) NOT NULL DEFAULT '0', `priority` int(1) unsigned NOT NULL DEFAULT '0', `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_messages` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_messages_cfg` -- CREATE TABLE IF NOT EXISTS `jos_messages_cfg` ( `user_id` int(10) unsigned NOT NULL DEFAULT '0', `cfg_name` varchar(100) NOT NULL DEFAULT '', `cfg_value` varchar(255) NOT NULL DEFAULT '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_messages_cfg` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_migration_backlinks` -- CREATE TABLE IF NOT EXISTS `jos_migration_backlinks` ( `itemid` int(11) NOT NULL, `name` varchar(100) NOT NULL, `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_migration_backlinks` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_modules` -- CREATE TABLE IF NOT EXISTS `jos_modules` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `content` text NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `position` varchar(50) DEFAULT NULL, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `module` varchar(50) DEFAULT NULL, `numnews` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1', `params` text NOT NULL, `iscore` tinyint(4) NOT NULL DEFAULT '0', `client_id` tinyint(4) NOT NULL DEFAULT '0', `control` text NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=102 ; -- -- dump ตาราง `jos_modules` -- INSERT INTO `jos_modules` (`id`, `title`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `published`, `module`, `numnews`, `access`, `showtitle`, `params`, `iscore`, `client_id`, `control`) VALUES (1, 'Main Menu', '', 1, 'hornav', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=hornav\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=1\nwindow_open=\nshow_whitespace=0\ncache=0\ntag_id=\nclass_sfx=-jsddm\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=1\nfull_active_id=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 1, 0, ''), (2, 'Login', '', 1, 'login', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, '', 1, 1, ''), (3, 'Popular', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 2, 1, '', 0, 1, ''), (4, 'Recent added Articles', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_latest', 0, 2, 1, 'ordering=c_dsc\nuser_id=0\ncache=0\n\n', 0, 1, ''), (5, 'Menu Stats', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 2, 1, '', 0, 1, ''), (6, 'Unread Messages', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 2, 1, '', 1, 1, ''), (7, 'Online Users', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 2, 1, '', 1, 1, ''), (8, 'Toolbar', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 2, 1, '', 1, 1, ''), (9, 'Quick Icons', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 2, 1, '', 1, 1, ''), (10, 'Logged in Users', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 2, 1, '', 0, 1, ''), (11, 'Footer', '', 0, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 1, '', 1, 1, ''), (12, 'Admin Menu', '', 1, 'menu', 0, '0000-00-00 00:00:00', 1, 'mod_menu', 0, 2, 1, '', 0, 1, ''), (13, 'Admin SubMenu', '', 1, 'submenu', 0, '0000-00-00 00:00:00', 1, 'mod_submenu', 0, 2, 1, '', 0, 1, ''), (14, 'User Status', '', 1, 'status', 0, '0000-00-00 00:00:00', 1, 'mod_status', 0, 2, 1, '', 0, 1, ''), (15, 'Title', '', 1, 'title', 0, '0000-00-00 00:00:00', 1, 'mod_title', 0, 2, 1, '', 0, 1, ''), (17, 'Top Nav', '', 0, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_mainmenu', 0, 0, 0, 'menutype=topnav\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=top\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=topnav\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=1\nfull_active_id=1\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 0, 0, ''), (18, 'search', '', 1, 'search', 0, '0000-00-00 00:00:00', 0, 'mod_search', 0, 0, 0, 'moduleclass_sfx=-search\nwidth=232\ntext=\nbutton=1\nbutton_pos=right\nimagebutton=1\nbutton_text=submit\nset_itemid=\ncache=1\ncache_time=900\n\n', 0, 0, ''), (20, 'What''s new', '', 0, 'latestnews', 0, '0000-00-00 00:00:00', 0, 'mod_latestnewswithintro', 0, 0, 1, 'count=5\nordering=c_dsc\nuser_id=0\nshow_front=1\nsecid=3\ncatid=1\nsection=0\ncategory=0\nintro_text=1\nmoduleclass_sfx=newsSlide\ncache=1\ncache_time=900\n\n', 0, 0, ''), (21, 'เอกสารเผยแพร่/ประชาสัมพันธ์', '<p><img src="images/plubicher.jpg" alt="" width="298" height="32" border="0" /></p>\r\n<p style="text-align: center;"><img src="images\\banners\\menu1.png" alt="" width="206" height="64" border="0" /><br /><img src="images\\banners\\menu2.png" alt="" width="206" height="64" border="0" /><br /><img src="images\\banners\\menu3.png" alt="" width="206" height="64" border="0" /><br /><img src="images\\banners\\menu4.png" alt="" width="206" height="64" border="0" /></p>', 12, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (22, 'Facebook', '<p><img src="images/facebook.jpg" alt="" width="298" height="36" border="0" /></p>', 6, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (23, 'FooterLeft', '<p><a href="#"><img src="images/subscribe.png" alt="" width="204" height="59" border="0" /></a></p>', 0, 'footer2', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (24, 'FooterRight', '<p><a href="#"><img src="images/call1377.png" alt="" width="240" height="60" border="0" /></a></p>', 0, 'footer3', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (25, 'Youtube', '', 9, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_sp_simple_youtube', 0, 0, 0, 'moduleclass_sfx=\nyoutube_id=apSySRoMB3M\nwidth=300\nheight=200\ncache=0\nmodule_cache=1\ncache_time=900\n\n', 0, 0, ''), (26, 'YoutubeTitle', '<p><img src="images/video.jpg" alt="" width="298" height="34" border="0" /></p>', 0, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (27, 'CalendarTitle', '<p><img src="images/calender.jpg" alt="" width="298" height="35" border="0" /></p>', 3, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (28, 'Spider Calendar', '', 10, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_spidercalendar', 0, 0, 0, 'calendar=1\nweekstart=su\ntitlescloud=1\ncalendar_width=280\ndefault_month=\ndefault_year=\ndate_format=d/m/y\ncalendar_font_year=\ncalendar_font_month=\ncalendar_font_day=\ncalendar_font_weekday=\nshow_repeat=1\ntitle_color=000000\ntitle_size=13\ntitle_font=\ntitle_style=normal\ndate_color=000000\ndate_size=13\ndate_font=\ndate_style=normal\n\n', 0, 0, ''), (29, 'Facebook Like Box Genius', '', 13, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_facebooklikeboxgenius', 0, 0, 0, 'moduleclass_sfx=\nfbjembed=everytime\nfboutput=xfbml\nfbappid=nhrct\nfburl=https://www.facebook.com/nhrct\nfbcss=\nfbheight=350\nfbwidth=275\nfbbranding=yes\nfbheader=yes\nfbheadheight=\nfbheadcol=\nfblogoheight=\nfblogowidth=\nfblogoalign=center\nfblogourl=\nbkdropborder=none\nbkdropborwidth=2\nfbbordorcol=\nfbbackcol=\nfbtheme=dark\nfbfaces=yes\nfbstream=yes\nfbforcewall=no\nfbfont=arial\nfblocale=en_US\ncache=1\ncache_time=900\n\n', 0, 0, ''), (30, 'KANKOD Facebook Likebox Module', '', 7, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_kankod_facebook_likebox', 0, 0, 0, 'LikeBoxURL=https://www.facebook.com/nhrct\nheight=450\nwidth=296\nshowHeader=1\nshowStream=0\nshowFaces=1\ntheme=light\nInjection=iframe\nmoduleclass_sfx=\n\n', 0, 0, ''), (31, 'รูปภาพ', '', 0, 'user6', 0, '0000-00-00 00:00:00', 0, 'mod_rscatchy', 0, 0, 1, 'moduleclass_sfx=\nrsws_insertJquery=1\nrsws_width=600\nrsws_height=300\nrsws_border_thickness=5\nrsws_border_style=solid\nrsws_border_color=#CCCCCC\nrsws_desc_text_style=text-align: left; padding: 2px;\nrsws_autoplay=1\nrsws_slide_duration=4\nrsws_loop_number=5\nrsws_transition_time=1\nrsws_imageshow=1\nrsws_basic_folder=images/stories/slideshow/\nrsws_basic_url=http://www.yoursite.com/\nrsws_basic_url_target=_self\nrsws_adv_images={images/stories/slideshow/image1.jpg} {images/stories/slideshow/image2.jpg}\nrsws_adv_urls={http://www.example1.com/} {http://www.example2.com/}\nrsws_adv_urls_target={_blank} {_self}\nrsws_adv_desc={Description 1} {Description 2}\ncache=0\ncache_time=900\nadmin_modified=1\n\n', 0, 0, ''), (32, 'สถิติผู้เข้าเยี่ยมชมเว็บไซต์', '', 2, 'user5', 0, '0000-00-00 00:00:00', 1, 'mod_vvisit_counter', 0, 0, 0, 'moduleclass_sfx=moduletable-Z1\nmode=standard\ninitialvalue=0\ndigit_type=default\nnumber_digits=6\nstats_type=default\nwidthtable=90\ntoday=Today\nyesterday=Yesterday\nweek=This week\nlweek=Last week\nmonth=This month\nlmonth=Last month\nall=All days\nautohide=0\nhrline=0\nbeginday=\nonline=We have\nguestip=Your IP\nguestinfo=Yes\nformattime=Today: %b %d, %Y\nissunday=1\ncache_time=15\npretext=\nposttext=\n\n', 0, 0, ''), (33, 'รูปภาพกิจกรรม', '', 0, 'user6', 0, '0000-00-00 00:00:00', 0, 'mod_bt_contentslider', 0, 0, 0, 'content_title=BT Content Slider\nbutlet=0\nnext_back=0\nnavigation_top=0\nnavigation_right=0\nmodule_width=640\nauto_height=1\nitems_per_cols=1\nitems_per_rows=3\nsource=article_ids\narticle_ids=2,3,4,5\nk2_article_ids=\ncategory=3\nlimit_items=3\nuser_id=0\nshow_featured=1\nordering=id-asc\nitemid=\nshow_title=0\nlimit_title_by=char\ntitle_max_chars=100\nshow_intro=0\nlimit_description_by=char\ndescription_max_chars=100\nshow_category_name=0\nshow_category_name_as_link=0\nshow_readmore=0\nshow_date=0\nshow_author=0\nshow_image=1\ncheck_image_exist=1\nimage_align=center\nimage_thumb=1\nthumbnail_width=180\nthumbnail_height=120\ndefault_thumb=1\nhovereffect=1\nnext_back_effect=slide\nbullet_effect=slide\npause_hover=1\ninterval=5000\nduration=500\neffect=easeInQuad\nauto_start=1\nauto_strip_tags=1\nallow_tags=a\nopen_target=_parent\nloadJquery=auto\nmoduleclass_sfx=\ncache=1\ncache_time=15\n\n', 0, 0, ''), (34, 'JCE File Browser', '', 100, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_jcefilebrowser', 0, 2, 1, '', 0, 1, ''), (66, 'MiniCalendar', '', 11, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_minicalendar', 0, 0, 0, 'startyear=2550\nstartmonth=2600\ndayLength=1\nfirstDay=0\nnumMonths=1\nnumCols=1\nweekHdr=\nlinks=1\ntimeZone=Asia/Bangkok\nstyle_table=\nstyle_head=\nstyle_day=\nstyle_nonday=\nstyle_today=\nstyle_week=\nstyle_left=\nstyle_right=\nstyle_div=border-top:1px solid gray;\n\n', 0, 0, ''), (67, 'calendar', '<link rel="stylesheet" type="text/css" media="all" href="jsDatePick_ltr.min.css" />\r\n\r\n<script type="text/javascript" src="jsDatePick.min.1.3.js"></script>\r\n\r\n<script type="text/javascript">\r\n window.onload = function(){\r\n \r\n \r\n g_globalObject = new JsDatePick({\r\n useMode:1,\r\n isStripped:true,\r\n target:"div3_example"\r\n /*selectedDate:{ This is an example of what the full configuration offers.\r\n day:5, For full documentation about these settings please see the full version of the code.\r\n month:9,\r\n year:2006\r\n },\r\n yearsRange:[1978,2020],\r\n limitToToday:false,\r\n cellColorScheme:"beige",\r\n dateFormat:"%m-%d-%Y",\r\n imgPath:"img/",\r\n weekStartDay:1*/\r\n }); \r\n \r\n g_globalObject.setOnSelectedDelegate(function(){\r\n var obj = g_globalObject.getSelectedDay();\r\n alert("a date was just selected and the date is : " + obj.day + "/" + obj.month + "/" + obj.year);\r\n document.getElementById("div3_example_result").innerHTML = obj.day + "/" + obj.month + "/" + obj.year;\r\n });\r\n \r\n \r\n \r\n g_globalObject2 = new JsDatePick({\r\n useMode:1,\r\n isStripped:false,\r\n target:"div4_example",\r\n cellColorScheme:"beige"\r\n /*selectedDate:{ This is an example of what the full configuration offers.\r\n day:5, For full documentation about these settings please see the full version of the code.\r\n month:9,\r\n year:2006\r\n },\r\n yearsRange:[1978,2020],\r\n limitToToday:false,\r\n dateFormat:"%m-%d-%Y",\r\n imgPath:"img/",\r\n weekStartDay:1*/\r\n });\r\n \r\n g_globalObject2.setOnSelectedDelegate(function(){\r\n var obj = g_globalObject2.getSelectedDay();\r\n alert("a date was just selected and the date is : " + obj.day + "/" + obj.month + "/" + obj.year);\r\n document.getElementById("div3_example_result").innerHTML = obj.day + "/" + obj.month + "/" + obj.year;\r\n }); \r\n \r\n };\r\n</script>\r\n\r\n<div id="div3_example" style="margin:10px 0 30px 0; border:dashed 1px red; width:205px; height:230px;">', 14, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (62, 'ข่าวประชาสัมพันธ์1', '<p><img src="images/banners/news-d1.png" alt="news-d1" /></p>', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (64, 'ข่าวประชาสัมพันธ์', '', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_simplenews', 0, 0, 0, 'snCount=3\nsnLength=0\nsnCategory=1\nsnRadio=publish_up\nsnImg=1\n\n', 0, 0, ''), (56, 'แบบสำรวจ (Poll)', '', 2, 'user4', 0, '0000-00-00 00:00:00', 1, 'mod_poll', 0, 0, 0, 'id=1\nmoduleclass_sfx=moduletable-Z1\ncache=1\ncache_time=900\n\n', 0, 0, ''), (61, 'ข่าวน่าสนใจ', '', 2, 'user2', 0, '0000-00-00 00:00:00', 1, 'mod_simplenews', 0, 0, 0, 'snCount=3\nsnLength=0\nsnCategory=4\nsnRadio=publish_up\nsnImg=1\n\n', 0, 0, ''), (41, 'Simple News', '', 3, 'user3', 0, '0000-00-00 00:00:00', 0, 'mod_simplenews', 0, 0, 1, 'snCount=5\nsnLength=120\nsnCategory=6\nsnRadio=publish_up\nsnImg=1\n\n', 0, 0, ''), (52, 'banner', '<div class="banner" style="text-align: center;">\r\n<p><a href="http://complaint.nhrc.or.th/oldsystem" target="_blank"><img src="http://www.nhrc.or.th/2012/wb/img_banner_left/display/14_image_2121.jpg" alt="ติดตามความคืบหน้าเรื่องร้องเรียน" /></a></p>\r\n<p><a href="http://61.19.18.58/lb/index.php?func=petition&task=post" target="_blank"><img src="http://www.nhrc.or.th/2012/wb/img_banner_left/display/11_image_6454.jpg" alt="รับคำร้อง/คำขอ ที่ให้ กสม. เสนอเรื่องหรือฟ้องคดีต่อศาล" /></a></p>\r\n<p><a href="http://www.nhrc.or.th/2012/wb/th/contentpage.php?id=4&menu_id=1&groupID=4&subID=9" target="_blank"><img src="http://www.nhrc.or.th/2012/wb/img_banner_left/display/3_image_9732.jpg" alt="รายงานประจำปี" /></a></p>\r\n<p><a href="http://www.nhrc.or.th/2012/wb/th/contentpage.php?id=46" target="_blank"><img src="http://www.nhrc.or.th/2012/wb/img_banner_left/display/5_image_5172.jpg" alt="แถลงการณ์" /></a></p>\r\n<p><a href="http://library.nhrc.or.th/" target="_blank"><img src="http://www.nhrc.or.th/2012/wb/img_banner_left/display/15_image_1549.png" alt="ห้องสมุดสำนักงาน กสม." /></a></p>\r\n<p><a href="http://www.nhrc.or.th/oic" target="_blank"><img src="http://www.nhrc.or.th/2012/wb/img_banner_left/display/17_image_3060.png" alt="ข้อมูลตามพระราชบัญญัติข้อมูลข่าวสารของราชการ พ.ศ. ๒๕๔๐" /></a></p>\r\n</div>', 6, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (60, 'ข่าวน่าสนใจ1', '<p><img src="images/banners/news-d2.png" alt="news-d2" /></p>', 1, 'user2', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (54, 'สถิติผู้เข้าเยี่ยมชมเว็บไซต์1', '<p><img src="images/banners/news-d3.png" alt="news-d3" /></p>', 0, 'user5', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (50, 'JFusion User Activity Module', '', 4, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_jfusion_user_activity', 0, 0, 1, 'alignment=center\navatar=1\navatar_software=jfusion\navatar_height=40\navatar_width=30\navatar_location=left\npmcount=1\nviewnewmessages=1\n', 0, 0, ''), (49, 'JFusion Activity Module', '', 3, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_jfusion_activity', 0, 0, 1, ' =ITEMID_DESCR\nlat_mode=first\nshow_reply_num=1\nparse_text=plaintext\ncharacter_limit=150\ncharacter_limit_subject=50\nresult_limit=5\nresult_order=1\nshowdate=1\nshownew=1\nshowuser=1\nuserlink_software=jfusion\navatar=1\navatar_height=53\navatar_width=40\navatar_software=jfusion\n', 0, 0, ''), (48, 'JFusion Login Module', '', 2, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_jfusion_login', 0, 0, 1, 'show_rememberme=1\nshow_labels=1\nlayout=vertical\n =ITEMID_DESCR\nlostpassword_show=1\nlostusername_show=1\nregister_show=1\ngreeting=1\navatar=1\navatar_height=80\navatar_width=60\navatar_software=jfusion\npmcount=1\nviewnewmessages=1\n', 0, 0, ''), (51, 'JFusion Whos Online Module', '', 5, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_jfusion_whosonline', 0, 0, 1, '', 0, 0, ''), (53, 'youtube', '<iframe width="300" height="200" src="//www.youtube.com/embed/yScHDABGJAE" frameborder="0" allowfullscreen></iframe>', 1, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (59, 'ภาพกิจกรรม', '', 5, 'user3', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 1, 'moduleclass_sfx=\n\n', 0, 0, ''), (55, 'แบบสำรวจ (Poll)1', '<p><img src="images/banners/news-d4.png" alt="news-d4" /></p>', 0, 'user4', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (58, 'ภาพกิจกรรม1', '<p><img src="images/banners/news-d5.png" alt="news-d5" /></p>', 4, 'user3', 0, '0000-00-00 00:00:00', 0, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (68, 'Qivva EventList Calendar module', '', 8, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_eventlistcal15q', 0, 0, 0, 'Default_Stylesheet=1\nUser_stylesheet=\nShow_Tooltips=1\nShow_Tooltips_Title=1\ncal15q_tooltips_title=Event\ncal15q_tooltipspl_title=Events\nDisplayCat=0\nDisplayVenue=0\nUseJoomlaLanguage=1\nday_name_length=2\nfirst_day=0\nYear_length=1\nMonth_length=0\nMonth_offset=0\nTime_offset=0\nRemember=1\nCurrentEvents=1\nArchivedEvents=0\nStraightToDetails=1\nmoduleclass_sfx=\nlocale_override=\ncatid=\nvenid=\n\n', 0, 0, ''), (69, 'Content Slider Module', '', 6, 'left', 62, '2014-03-27 16:15:58', 0, 'mod_slider', 0, 0, 1, 'interval=2000\ntransition=500\nwidth=300\nheight=100\ndisplay_titles=1\n', 0, 0, ''), (70, 'ทดสอบโพส', '', 3, 'user4', 0, '0000-00-00 00:00:00', 0, 'mod_poll', 0, 0, 1, 'id=2\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''), (71, 'ทดสอบ3', '', 4, 'user4', 0, '0000-00-00 00:00:00', 0, 'mod_poll', 0, 0, 1, 'id=2\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''), (101, 'JEvents Calendar', '', 5, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_jevents_cal', 0, 0, 0, 'inc_ec_css=1\ncache=1\nmoduleclass_sfx=\nallcats=1\ncatid0=8\ncatid1=8\ncatid2=8\ncatid3=8\ncatid4=8\nminical_showlink=1\nminical_prevyear=1\nminical_prevmonth=1\nminical_actmonth=1\nminical_actyear=1\nminical_nextmonth=1\nminical_nextyear=1\nmodcal_useLocalParam=0\nmodcal_DispLastMonth=ALWAYS\nmodcal_DispLastMonthDays=0\nmodcal_DispNextMonth=NO\nmodcal_DispNextMonthDays=0\nmodcal_LinkCloaking=0\ntarget_itemid=\n\n', 0, 0, ''), (87, 'Full Calendar', '', 3, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_myfullcalendar', 0, 0, 0, '', 0, 0, ''), (89, 'ภาพกิจกรรม', '', 2, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_quickgallery', 0, 0, 0, 'moduleclass_sfx=gallery-table\npath=picture\nrows=4\n\n', 0, 0, ''), (90, 'หัวข้อ ภาพกิจกรรม', '<p><img src="images/banners/news-d5.png" alt="news-d5" /></p>', 1, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (91, 'ข่าวประชาสัมพันธ์2', '<p style="text-align: right;"><a href="index.php?option=com_content&view=category&id=1"><img src="images/stories/n1.png" alt="n1" /></a></p>', 0, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (92, 'ข่าวน่าสนใจ2', '<p style="text-align: right;"><a href="index.php?option=com_content&view=category&id=4"><img src="images/stories/n2.png" alt="n2" /></a></p>', 3, 'user2', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (93, 'ภาพกิจกรรม2', '<p><a href="index.php?option=com_phocagallery&view=category&id=1"><img style="float: right;" src="images/stories/n3.png" alt="n3" /></a></p>', 6, 'user3', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (94, 'YouTube Gallery', '', 0, 'footer1', 0, '0000-00-00 00:00:00', 0, 'mod_youtubegallery', 0, 0, 1, 'listid=1\nthemeid=1\nmobilethemeid=1\ngalleryalign=center\nallowcontentplugins=1\nmoduleclass_sfx=\n\n', 0, 0, ''), (95, 'youtube1', '<p style="text-align: right;"><a href="index.php?option=com_content&view=article&id=27"><img src="images/yt1.png" alt="yt1" /></a></p>', 2, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 0, 0, 'moduleclass_sfx=\n\n', 0, 0, ''), (96, 'morfeo video', '', 7, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_morfeo_video', 0, 0, 1, 'video=http://www.youtube.com/watch?v=9I9Ar6upx34\nwidth=100%\nheight=600px\ntumb=50\ncolumns=3\nrows=3\nround=20\nautoplay=1\nskin=1\nop3=Arial\ntborder=16\nfont=12\ncolor1=222222\ncolor2=ffffff\ncolor3=ffffff\ntime=dddddd\nop4=222222\n', 0, 0, ''), (98, 'bohemianrss', '', 6, 'user3', 0, '0000-00-00 00:00:00', 0, 'mod_bohemianrss', 0, 0, 0, 'modulerss=http://hilight.kapook.com/main/feed/\nlayout=default\n\n', 0, 0, ''), (99, 'Scroll Feed Display', '', 0, 'user3', 0, '0000-00-00 00:00:00', 0, 'mod_scroll_feed_display', 0, 0, 1, 'moduleclass_sfx=\nc_height=150\nc_delay=50\nrssurl=http://hilight.kapook.com/main/feed/\nrssrtl=0\nrsstitle=1\nrssdesc=1\nrssimage=1\nrssitems=3\nrssitemdesc=1\nword_count=0\ncache=1\ncache_time=900\n\n', 0, 0, ''), (100, 'Simple RSS Feed Reader (by JoomlaWorks)', '', 0, 'user3', 0, '0000-00-00 00:00:00', 0, 'mod_jw_srfr', 0, 0, 1, 'moduleclass_sfx=\ntemplate=default\nsrfrFeeds=http://hilight.kapook.com/main/feed/\nperFeedItems=5\ntotalFeedItems=10\nfeedTimeout=10\nfeedItemTitle=1\nfeedItemDate=1\nfeedItemDateFormat=j M Y \\| g:i a\nfeedTitle=1\nfeedFavicon=1\nfeedItemDescription=1\nfeedItemDescriptionWordlimit=40\nfeedItemImageHandling=2\nfeedItemImageResizeWidth=200\nfeedItemImageResampleQuality=80\nfeedItemReadMore=1\nfeedsBlockPreText=\nfeedsBlockPostText=\nfeedsBlockPostLink=0\nfeedsBlockPostLinkURL=http://\nfeedsBlockPostLinkTitle=\nsrfrCacheTime=30\ncache=1\ncache_time=900\n\n', 0, 0, ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_modules_menu` -- CREATE TABLE IF NOT EXISTS `jos_modules_menu` ( `moduleid` int(11) NOT NULL DEFAULT '0', `menuid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_modules_menu` -- INSERT INTO `jos_modules_menu` (`moduleid`, `menuid`) VALUES (1, 0), (17, 1), (17, 2), (17, 3), (17, 4), (17, 5), (20, 1), (21, 0), (22, 0), (23, 0), (24, 0), (25, 0), (26, 0), (27, 0), (28, 10), (29, 0), (30, 0), (31, 0), (32, 10), (33, 1), (34, 0), (41, 1), (48, 0), (49, 0), (50, 0), (51, 0), (52, 0), (53, 0), (54, 10), (55, 10), (56, 10), (58, 10), (59, 10), (60, 10), (61, 10), (62, 10), (64, 10), (66, 10), (67, 0), (68, 0), (69, 0), (70, 0), (71, 0), (87, 0), (89, 10), (90, 10), (91, 10), (92, 10), (93, 10), (94, 0), (95, 0), (96, 0), (98, 10), (99, 10), (100, 10), (101, 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_newsfeeds` -- CREATE TABLE IF NOT EXISTS `jos_newsfeeds` ( `catid` int(11) NOT NULL DEFAULT '0', `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `alias` varchar(255) NOT NULL DEFAULT '', `link` text NOT NULL, `filename` varchar(200) DEFAULT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `numarticles` int(11) unsigned NOT NULL DEFAULT '1', `cache_time` int(11) unsigned NOT NULL DEFAULT '3600', `checked_out` tinyint(3) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `rtl` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `published` (`published`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_newsfeeds` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `sid` int(11) NOT NULL DEFAULT '0', `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `filename` varchar(250) NOT NULL DEFAULT '', `description` text, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(11) NOT NULL DEFAULT '0', `latitude` varchar(20) NOT NULL DEFAULT '', `longitude` varchar(20) NOT NULL DEFAULT '', `zoom` int(3) NOT NULL DEFAULT '0', `geotitle` varchar(255) NOT NULL DEFAULT '', `userid` int(11) NOT NULL DEFAULT '0', `videocode` text, `vmproductid` int(11) NOT NULL DEFAULT '0', `imgorigsize` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `metakey` text, `metadesc` text, `extlink1` text, `extlink2` text, `extid` varchar(255) NOT NULL DEFAULT '', `extl` varchar(255) NOT NULL DEFAULT '', `extm` varchar(255) NOT NULL DEFAULT '', `exts` varchar(255) NOT NULL DEFAULT '', `exto` varchar(255) NOT NULL DEFAULT '', `extw` varchar(255) NOT NULL DEFAULT '', `exth` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ; -- -- dump ตาราง `jos_phocagallery` -- INSERT INTO `jos_phocagallery` (`id`, `catid`, `sid`, `title`, `alias`, `filename`, `description`, `date`, `hits`, `latitude`, `longitude`, `zoom`, `geotitle`, `userid`, `videocode`, `vmproductid`, `imgorigsize`, `published`, `approved`, `checked_out`, `checked_out_time`, `ordering`, `params`, `metakey`, `metadesc`, `extlink1`, `extlink2`, `extid`, `extl`, `extm`, `exts`, `exto`, `extw`, `exth`) VALUES (1, 1, 0, '384_image_6399', '384image6399', 'picture/384_image_6399.jpg', NULL, '2014-03-14 16:49:13', 0, '', '', 0, '', 0, NULL, 0, 23106, 1, 1, 0, '0000-00-00 00:00:00', 1, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', ''), (2, 1, 0, '061812121', '061812121', 'picture/061812121.jpg', NULL, '2014-03-14 16:49:13', 0, '', '', 0, '', 0, NULL, 0, 50097, 1, 1, 0, '0000-00-00 00:00:00', 2, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', ''), (3, 1, 0, '1199702505', '1199702505', 'picture/1199702505.jpg', NULL, '2014-03-14 16:49:13', 0, '', '', 0, '', 0, NULL, 0, 88952, 1, 1, 0, '0000-00-00 00:00:00', 3, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', ''), (4, 1, 0, '12347879241234788084l', '12347879241234788084l', 'picture/12347879241234788084l.jpg', NULL, '2014-03-14 16:49:13', 0, '', '', 0, '', 0, NULL, 0, 32675, 1, 1, 0, '0000-00-00 00:00:00', 4, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', ''), (5, 1, 0, 'DSC_0019', 'dsc0019', 'picture/DSC_0019.jpg', NULL, '2014-03-14 16:49:13', 0, '', '', 0, '', 0, NULL, 0, 261020, 1, 1, 0, '0000-00-00 00:00:00', 5, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', ''), (6, 1, 0, 'IMG_0272 copy', 'img0272-copy', 'picture/IMG_0272 copy.jpg', NULL, '2014-03-14 16:49:13', 0, '', '', 0, '', 0, NULL, 0, 208827, 1, 1, 0, '0000-00-00 00:00:00', 6, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', ''), (7, 1, 0, 'iqceb4bbdff2beb68124e05700a45589b9', 'iqceb4bbdff2beb68124e05700a45589b9', 'picture/iqceb4bbdff2beb68124e05700a45589b9.jpg', NULL, '2014-03-14 16:49:13', 0, '', '', 0, '', 0, NULL, 0, 27737, 1, 1, 0, '0000-00-00 00:00:00', 7, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', ''), (8, 1, 0, 'L85_3', 'l853', 'picture/L85_3.jpg', NULL, '2014-03-14 16:49:13', 0, '', '', 0, '', 0, NULL, 0, 2943020, 1, 1, 0, '0000-00-00 00:00:00', 8, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery_categories` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '0', `owner_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` varchar(255) NOT NULL DEFAULT '', `section` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `hits` int(11) NOT NULL DEFAULT '0', `accessuserid` text, `uploaduserid` text, `deleteuserid` text, `userfolder` text, `latitude` varchar(20) NOT NULL DEFAULT '', `longitude` varchar(20) NOT NULL DEFAULT '', `zoom` int(3) NOT NULL DEFAULT '0', `geotitle` varchar(255) NOT NULL DEFAULT '', `extid` varchar(255) NOT NULL DEFAULT '', `exta` varchar(255) NOT NULL DEFAULT '', `extu` varchar(255) NOT NULL DEFAULT '', `extauth` varchar(255) NOT NULL DEFAULT '', `params` text, `metakey` text, `metadesc` text, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_phocagallery_categories` -- INSERT INTO `jos_phocagallery_categories` (`id`, `parent_id`, `owner_id`, `title`, `name`, `alias`, `image`, `section`, `image_position`, `description`, `date`, `published`, `approved`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `hits`, `accessuserid`, `uploaduserid`, `deleteuserid`, `userfolder`, `latitude`, `longitude`, `zoom`, `geotitle`, `extid`, `exta`, `extu`, `extauth`, `params`, `metakey`, `metadesc`) VALUES (1, 0, 0, 'Events', '', 'events', '', '', 'left', '', '2012-07-31 19:05:24', 1, 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, 27, '0', '-2', '-2', 'events', '', '', 0, '', '', '', '', '', NULL, '', ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery_comments` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery_comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL DEFAULT '', `comment` text, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_phocagallery_comments` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery_img_comments` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery_img_comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL DEFAULT '', `comment` text, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_phocagallery_img_comments` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery_img_votes` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery_img_votes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_phocagallery_img_votes` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery_img_votes_statistics` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery_img_votes_statistics` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `average` float(8,6) NOT NULL DEFAULT '0.000000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_phocagallery_img_votes_statistics` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery_user` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userid` int(11) NOT NULL DEFAULT '0', `avatar` varchar(40) NOT NULL DEFAULT '', `published` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, PRIMARY KEY (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_phocagallery_user` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery_votes` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery_votes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_phocagallery_votes` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocagallery_votes_statistics` -- CREATE TABLE IF NOT EXISTS `jos_phocagallery_votes_statistics` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `average` float(8,6) NOT NULL DEFAULT '0.000000', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_phocagallery_votes_statistics` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocamaps_map` -- CREATE TABLE IF NOT EXISTS `jos_phocamaps_map` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `width` int(5) NOT NULL DEFAULT '0', `height` int(5) NOT NULL DEFAULT '0', `latitude` varchar(20) NOT NULL DEFAULT '', `longitude` varchar(20) NOT NULL DEFAULT '', `zoom` int(3) NOT NULL DEFAULT '0', `lang` varchar(6) NOT NULL DEFAULT '', `border` tinyint(1) NOT NULL DEFAULT '0', `continuouszoom` tinyint(1) NOT NULL DEFAULT '0', `doubleclickzoom` tinyint(1) NOT NULL DEFAULT '0', `scrollwheelzoom` tinyint(1) NOT NULL DEFAULT '0', `zoomcontrol` tinyint(1) NOT NULL DEFAULT '0', `scalecontrol` tinyint(1) NOT NULL DEFAULT '0', `typeid` tinyint(1) NOT NULL DEFAULT '0', `typecontrol` tinyint(1) NOT NULL DEFAULT '0', `typecontrolposition` tinyint(1) NOT NULL DEFAULT '0', `collapsibleoverview` tinyint(1) NOT NULL DEFAULT '0', `dynamiclabel` tinyint(1) NOT NULL DEFAULT '0', `googlebar` tinyint(1) NOT NULL DEFAULT '0', `displayroute` tinyint(1) NOT NULL DEFAULT '0', `kmlfile` varchar(255) NOT NULL DEFAULT '', `description` text NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `hits` int(11) NOT NULL DEFAULT '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_phocamaps_map` -- INSERT INTO `jos_phocamaps_map` (`id`, `title`, `alias`, `width`, `height`, `latitude`, `longitude`, `zoom`, `lang`, `border`, `continuouszoom`, `doubleclickzoom`, `scrollwheelzoom`, `zoomcontrol`, `scalecontrol`, `typeid`, `typecontrol`, `typecontrolposition`, `collapsibleoverview`, `dynamiclabel`, `googlebar`, `displayroute`, `kmlfile`, `description`, `published`, `checked_out`, `checked_out_time`, `ordering`, `access`, `hits`, `params`) VALUES (1, 'ติดต่อ', 'contact', 620, 360, '13.880120909771998', '100.56464195251465', 16, 'th', 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, '', '<p><span style="font-size: 10pt;">สำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ</span> <span style="font-size: 10pt;">ศูนย์ราชการเฉลิมพระเกียรติ ๘๐ พรรษา </span></p>\r\n<p><span style="font-size: 10pt;">๕ ธันวาคม ๒๕๕๐ อาคารรัฐประศาสนภักดี (อาคารบี) ชั้น 6-7 120 หมู่ที่ 3 </span><span style="font-size: 10pt;">ถนน แจ้งวัฒนะ แขวงทุ่งสองห้อง เขต หลักสี่ กรุงเทพฯ 10210</span> </p>\r\n<p><span style="font-size: 10pt;">โทรศัพท์ 0-2141-3800, 0-2141-3900</span></p>\r\n<p><a href="images/stories/s__9601313.jpg"><span style="font-size: 10pt;"><img src="images/stories/s__9601313.jpg" alt="" width="620" height="466" /></span></a></p>', 1, 0, '0000-00-00 00:00:00', 1, 0, 0, ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_phocamaps_marker` -- CREATE TABLE IF NOT EXISTS `jos_phocamaps_marker` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `latitude` varchar(20) NOT NULL DEFAULT '', `longitude` varchar(20) NOT NULL DEFAULT '', `gpslatitude` varchar(50) NOT NULL DEFAULT '', `gpslongitude` varchar(50) NOT NULL DEFAULT '', `displaygps` tinyint(1) NOT NULL DEFAULT '0', `icon` tinyint(1) NOT NULL DEFAULT '0', `description` text NOT NULL, `contentwidth` varchar(8) NOT NULL DEFAULT '', `contentheight` varchar(8) NOT NULL DEFAULT '', `markerwindow` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `hits` int(11) NOT NULL DEFAULT '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_phocamaps_marker` -- INSERT INTO `jos_phocamaps_marker` (`id`, `catid`, `title`, `alias`, `latitude`, `longitude`, `gpslatitude`, `gpslongitude`, `displaygps`, `icon`, `description`, `contentwidth`, `contentheight`, `markerwindow`, `published`, `checked_out`, `checked_out_time`, `ordering`, `access`, `hits`, `params`) VALUES (1, 1, 'ติดต่อ', '2014-02-12-15-57-24', '13.880058416454007', '100.56477069854736', '13° 52'' 48.21"N', '100° 33'' 53.175"E', 0, 0, '<p>สำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ ศูนย์ราชการเฉลิมพระเกียรติ ๘๐ พรรษา </p>', '', '', 0, 1, 0, '0000-00-00 00:00:00', 1, 0, 0, ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_plugins` -- CREATE TABLE IF NOT EXISTS `jos_plugins` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `element` varchar(100) NOT NULL DEFAULT '', `folder` varchar(100) NOT NULL DEFAULT '', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(3) NOT NULL DEFAULT '0', `iscore` tinyint(3) NOT NULL DEFAULT '0', `client_id` tinyint(3) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_folder` (`published`,`client_id`,`access`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=53 ; -- -- dump ตาราง `jos_plugins` -- INSERT INTO `jos_plugins` (`id`, `name`, `element`, `folder`, `access`, `ordering`, `published`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES (1, 'Authentication - Joomla', 'joomla', 'authentication', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''), (2, 'Authentication - LDAP', 'ldap', 'authentication', 0, 2, 0, 1, 0, 0, '0000-00-00 00:00:00', 'host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'), (3, 'Authentication - GMail', 'gmail', 'authentication', 0, 4, 0, 0, 0, 0, '0000-00-00 00:00:00', ''), (4, 'Authentication - OpenID', 'openid', 'authentication', 0, 3, 0, 0, 0, 0, '0000-00-00 00:00:00', ''), (5, 'User - Joomla!', 'joomla', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'autoregister=1\n\n'), (6, 'Search - Content', 'content', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'), (7, 'Search - Contacts', 'contacts', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'), (8, 'Search - Categories', 'categories', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'), (9, 'Search - Sections', 'sections', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'), (10, 'Search - Newsfeeds', 'newsfeeds', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'), (11, 'Search - Weblinks', 'weblinks', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'), (12, 'Content - Pagebreak', 'pagebreak', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', 'enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'), (13, 'Content - Rating', 'vote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', ''), (14, 'Content - Email Cloaking', 'emailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'mode=1\n\n'), (15, 'Content - Code Hightlighter (GeSHi)', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', ''), (16, 'Content - Load Module', 'loadmodule', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'enabled=1\nstyle=0\n\n'), (17, 'Content - Page Navigation', 'pagenavigation', 'content', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'position=1\n\n'), (18, 'Editor - No Editor', 'none', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', ''), (19, 'Editor - TinyMCE', 'tinymce', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 'mode=advanced\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=1\nvisualchars=1\nnonbreaking=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=1\ncontextmenu=1\ninlinepopups=1\nsafari=1\ncustom_plugin=\ncustom_button=\n\n'), (20, 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', 0, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', ''), (21, 'Editor Button - Image', 'image', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (22, 'Editor Button - Pagebreak', 'pagebreak', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (23, 'Editor Button - Readmore', 'readmore', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (24, 'XML-RPC - Joomla', 'joomla', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''), (25, 'XML-RPC - Blogger API', 'blogger', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', 'catid=1\nsectionid=0\n\n'), (27, 'System - SEF', 'sef', 'system', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (28, 'System - Debug', 'debug', 'system', 0, 2, 1, 0, 0, 0, '0000-00-00 00:00:00', 'queries=1\nmemory=1\nlangauge=1\n\n'), (29, 'System - Legacy', 'legacy', 'system', 0, 3, 0, 1, 0, 0, '0000-00-00 00:00:00', 'route=0\n\n'), (30, 'System - Cache', 'cache', 'system', 0, 4, 0, 1, 0, 0, '0000-00-00 00:00:00', 'browsercache=0\ncachetime=15\n\n'), (31, 'System - Log', 'log', 'system', 0, 5, 0, 1, 0, 0, '0000-00-00 00:00:00', ''), (32, 'System - Remember Me', 'remember', 'system', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''), (33, 'System - Backlink', 'backlink', 'system', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''), (34, 'System - Mootools Upgrade', 'mtupgrade', 'system', 0, 8, 0, 1, 0, 0, '0000-00-00 00:00:00', ''), (35, 'System - Vinaora Visitors Counter', 'vvisit_counter', 'system', 0, -100, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (36, 'Editor - JCE', 'jce', 'editors', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (41, 'User - JFusion', 'jfusion', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (42, 'Search - JFusion', 'jfusion', 'search', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (43, 'System - JFusion', 'jfusion', 'system', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', ' =SYNCSESSION_DESCR\n =SYNCLANGUAGE_DESCR\n'), (44, 'Content - JFusion Discussion Bot', 'jfusion', 'content', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'jfusionbox=DISCUSSBOT_GENERAL_DESC\nlink_type=text\nlink_target=_self\nlink_mode=always\nblog_link_mode=forum\ncomment_in_forum_link_type=text\noverwrite_readmore=1\nshow_reply_num=1\nenable_initiate_buttons=1\njfusionbox=DISCUSSBOT_POST_SETUP_DESC\nshow_refresh_link=1\nshow_toggle_posts_link=1\ncollapse_discussion=1\nenable_pagination=1\nsort_posts=DESC\nshow_date=1\nshow_user=1\nuserlink_software=jfusion\navatar_height=80\navatar_width=60\navatar_software=jfusion\nmust_login_msg=Login to reply\nlocked_msg=Topic is locked for posting\nenable_ajax=1\nmoderate_guests=1\ncaptcha_mode=question\ncaptcha_question=What is 2 + 3?\ncaptcha_answer=5\nrecaptcha_theme=red\nrecaptcha_lang=en\njfusionbox=DISCUSSBOT_AUTO_DESC\ntest_mode=1\ncreate_thread=load\nuse_article_userid=1\nfirst_post_text=intro\nfirst_post_link=1\nfirst_post_link_type=text\njfusionbox=ADVANCED_SETTINGS\n'), (45, 'Simple Image Gallery Plugin', 'jwsig', 'content', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'th_width=150\nth_height=150\nth_quality=80\ndisplaynavtip=0\nnavtip=Navigation tip: Hover mouse on top of the right or left side of the image to see the next or previous image respectively.\ndisplaymessage=1\nmessage=รวมภาพ\n\n'), (48, 'Simple Image Gallery Pro (by JoomlaWorks)', 'jw_sigpro', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'galleries_rootfolder=images/stories\npopup_engine=lytebox\njQueryHandling=1\nthb_template=Classic\nthb_width=150\nthb_height=150\nsmartResize=1\njpg_quality=80\nsinglethumbmode=0\nsortorder=0\nshowcaptions=0\nwordlimit=\nenabledownload=1\nloadmoduleposition=\nflickrApiKey=\nflickrImageCount=20\ncache_expire_time=120\nyqlMaxAge=60\nmemoryLimit=\ndebugMode=1\n\n'), (47, '2J News Slide Plugin', '2j_news_slider', 'system', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', ''), (49, 'Content - YouTubeGallery', 'youtubegallery', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (50, 'AllVideos (by JoomlaWorks)', 'jw_allvideos', 'content', 0, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', 'playerTemplate=Classic\nvfolder=images/stories/videos\nvwidth=400\nvheight=300\ntransparency=transparent\nbackground=#010101\ncontrolBarLocation=bottom\nbackgroundQT=black\nafolder=images/stories/audio\nawidth=480\naheight=24\nabackground=#010101\nafrontcolor=#FFFFFF\nalightcolor=#00ADE3\n'), (51, 'load module into article', 'module', 'content', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''), (52, 'Button - Xmap Link', 'xmaplink', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_polls` -- CREATE TABLE IF NOT EXISTS `jos_polls` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `voters` int(9) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `access` int(11) NOT NULL DEFAULT '0', `lag` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- dump ตาราง `jos_polls` -- INSERT INTO `jos_polls` (`id`, `title`, `alias`, `voters`, `checked_out`, `checked_out_time`, `published`, `access`, `lag`) VALUES (1, 'ท่านคิดว่าในปัจจุบันนี้ รัฐบาลได้ดำเนินการเพื่อให้ประชาชนได้รับสิทธิขั้นพื้นฐานตามรัฐธรรมนูญมากน้อยเพียงใด', '2013-10-11-17-44-39', 2, 0, '0000-00-00 00:00:00', 1, 0, 86400), (2, 'ทดสอบ', '2014-03-10-06-48-10', 0, 0, '0000-00-00 00:00:00', 1, 0, 86400); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_poll_data` -- CREATE TABLE IF NOT EXISTS `jos_poll_data` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pollid` int(11) NOT NULL DEFAULT '0', `text` text NOT NULL, `hits` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ; -- -- dump ตาราง `jos_poll_data` -- INSERT INTO `jos_poll_data` (`id`, `pollid`, `text`, `hits`) VALUES (1, 1, 'มากที่สุด', 2), (2, 1, 'มาก', 0), (3, 1, 'ปานกลาง', 0), (4, 1, 'น้อย', 0), (5, 1, '', 0), (6, 1, '', 0), (7, 1, '', 0), (8, 1, '', 0), (9, 1, '', 0), (10, 1, '', 0), (11, 1, '', 0), (12, 1, '', 0), (13, 2, '1', 0), (14, 2, '2', 0), (15, 2, '3', 0), (16, 2, '6', 0), (17, 2, '', 0), (18, 2, '', 0), (19, 2, '', 0), (20, 2, '', 0), (21, 2, '', 0), (22, 2, '', 0), (23, 2, '', 0), (24, 2, '', 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_poll_date` -- CREATE TABLE IF NOT EXISTS `jos_poll_date` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL DEFAULT '0', `poll_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- dump ตาราง `jos_poll_date` -- INSERT INTO `jos_poll_date` (`id`, `date`, `vote_id`, `poll_id`) VALUES (1, '2014-03-09 09:43:40', 1, 1), (2, '2014-03-10 06:39:22', 1, 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_poll_menu` -- CREATE TABLE IF NOT EXISTS `jos_poll_menu` ( `pollid` int(11) NOT NULL DEFAULT '0', `menuid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_poll_menu` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_sections` -- CREATE TABLE IF NOT EXISTS `jos_sections` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` text NOT NULL, `scope` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ; -- -- dump ตาราง `jos_sections` -- INSERT INTO `jos_sections` (`id`, `title`, `name`, `alias`, `image`, `scope`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `ordering`, `access`, `count`, `params`) VALUES (3, 'ข่าวประชาสัมพันธ์', '', 'news1', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 2, 0, 5, ''), (10, 'Photo', '', 'photo', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 9, 0, 1, ''), (11, 'ภาพกิจกรรม', '', 'event', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 10, 0, 1, ''), (9, 'ข่าวที่น่าสนใจ', '', 'news', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 8, 0, 3, ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_session` -- CREATE TABLE IF NOT EXISTS `jos_session` ( `username` varchar(150) DEFAULT '', `time` varchar(14) DEFAULT '', `session_id` varchar(200) NOT NULL DEFAULT '0', `guest` tinyint(4) DEFAULT '1', `userid` int(11) DEFAULT '0', `usertype` varchar(50) DEFAULT '', `gid` tinyint(3) unsigned NOT NULL DEFAULT '0', `client_id` tinyint(3) unsigned NOT NULL DEFAULT '0', `data` longtext, PRIMARY KEY (`session_id`(64)), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_session` -- INSERT INTO `jos_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES ('', '1395933235', 'f2ceouj9f57gkadge57p0hse22', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1395933235;s:18:"session.timer.last";i:1395933235;s:17:"session.timer.now";i:1395933235;s:22:"session.client.browser";s:120:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"02a707da1a6751afb2d1b12ee673f842";}'), ('', '1395937116', '70iifce7f3v0nc1fa1dkdndqs0', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:22;s:19:"session.timer.start";i:1395919785;s:18:"session.timer.last";i:1395936153;s:17:"session.timer.now";i:1395937116;s:22:"session.client.browser";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"031a2270822ff41b6b790434ffb45aca";}'), ('admin', '1395937896', '5gad5kku0u5bpd2qkql391re53', 0, 62, 'Super Administrator', 25, 1, '__default|a:8:{s:15:"session.counter";i:104;s:19:"session.timer.start";i:1395917347;s:18:"session.timer.last";i:1395937892;s:17:"session.timer.now";i:1395937896;s:22:"session.client.browser";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:6:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":7:{s:23:"com_modulesfilter_order";s:10:"m.position";s:27:"com_modulesfilter_order_Dir";s:0:"";s:23:"com_modulesfilter_state";s:0:"";s:26:"com_modulesfilter_position";s:1:"0";s:22:"com_modulesfilter_type";s:1:"0";s:26:"com_modulesfilter_assigned";s:1:"0";s:17:"com_modulessearch";s:0:"";}}s:11:"application";a:1:{s:4:"data";O:8:"stdClass":1:{s:4:"lang";s:0:"";}}s:10:"com_cpanel";a:1:{s:4:"data";O:8:"stdClass":1:{s:9:"mtupgrade";O:8:"stdClass":1:{s:7:"checked";b:1;}}}s:9:"com_menus";a:1:{s:4:"data";O:8:"stdClass":1:{s:8:"menutype";s:6:"hornav";}}s:6:"global";a:1:{s:4:"data";O:8:"stdClass":1:{s:4:"list";O:8:"stdClass":1:{s:5:"limit";i:0;}}}s:11:"com_modules";a:1:{s:4:"data";O:8:"stdClass":1:{s:10:"limitstart";i:0;}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";s:2:"62";s:4:"name";s:13:"Administrator";s:8:"username";s:5:"admin";s:5:"email";s:22:"admin@kosanakrub.in.th";s:8:"password";s:65:"96caf6574d9a08d78ef0a8f662cc7c2a:LbdsHPjBbSNpt1L0871d1iwDOZ11g29O";s:14:"password_clear";s:0:"";s:8:"usertype";s:19:"Super Administrator";s:5:"block";s:1:"0";s:9:"sendEmail";s:1:"1";s:3:"gid";s:2:"25";s:12:"registerDate";s:19:"2012-07-11 18:27:36";s:13:"lastvisitDate";s:19:"2014-03-27 06:44:13";s:10:"activation";s:0:"";s:6:"params";s:0:"";s:3:"aid";i:2;s:5:"guest";i:0;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"29c667bd68c85668c406e9f4270ea3e5";}__wf|a:1:{s:13:"session.token";s:32:"0aa388a0c33330e3e88165c56d620867";}'), ('', '1395943237', 'vhvlb04d0ri72t8uuln140nig5', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1395943237;s:18:"session.timer.last";i:1395943237;s:17:"session.timer.now";i:1395943237;s:22:"session.client.browser";s:140:"Mozilla/5.0 (Linux; U; Android 4.1.2; th-th; GT-I8160L Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"55da5711a172f07d02248353de3ac092";}'), ('', '1395943642', 'tf729ka246fsme498jtvlpl110', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1395943642;s:18:"session.timer.last";i:1395943642;s:17:"session.timer.now";i:1395943642;s:22:"session.client.browser";s:103:"Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"69f0dc45c2f600e4d697fa7425168522";}'), ('admin', '1395936958', 'osj3uj7f2udbq955lr7jmceu45', 0, 62, 'Super Administrator', 25, 1, '__default|a:8:{s:15:"session.counter";i:8;s:19:"session.timer.start";i:1395936836;s:18:"session.timer.last";i:1395936941;s:17:"session.timer.now";i:1395936958;s:22:"session.client.browser";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:3:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}s:11:"application";a:1:{s:4:"data";O:8:"stdClass":1:{s:4:"lang";s:0:"";}}s:10:"com_cpanel";a:1:{s:4:"data";O:8:"stdClass":1:{s:9:"mtupgrade";O:8:"stdClass":1:{s:7:"checked";b:1;}}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";s:2:"62";s:4:"name";s:13:"Administrator";s:8:"username";s:5:"admin";s:5:"email";s:22:"admin@kosanakrub.in.th";s:8:"password";s:65:"96caf6574d9a08d78ef0a8f662cc7c2a:LbdsHPjBbSNpt1L0871d1iwDOZ11g29O";s:14:"password_clear";s:0:"";s:8:"usertype";s:19:"Super Administrator";s:5:"block";s:1:"0";s:9:"sendEmail";s:1:"1";s:3:"gid";s:2:"25";s:12:"registerDate";s:19:"2012-07-11 18:27:36";s:13:"lastvisitDate";s:19:"2014-03-27 10:49:21";s:10:"activation";s:0:"";s:6:"params";s:0:"";s:3:"aid";i:2;s:5:"guest";i:0;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"49548ce9c63fd8db72704c76d2ee17d8";}__wf|a:1:{s:13:"session.token";s:32:"f3bdd759cd19e30061feee6dca5e50cf";}'), ('', '1395936845', 'gej3p856fst1uuqevsc0go1q80', 1, 0, '', 0, 1, '__default|a:8:{s:15:"session.counter";i:2;s:19:"session.timer.start";i:1395936836;s:18:"session.timer.last";i:1395936836;s:17:"session.timer.now";i:1395936840;s:22:"session.client.browser";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"49548ce9c63fd8db72704c76d2ee17d8";}'), ('', '1395938184', '05ugsmddlqnjeo4cl00sltrkm7', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1395938184;s:18:"session.timer.last";i:1395938184;s:17:"session.timer.now";i:1395938184;s:22:"session.client.browser";s:126:"Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"49c6fc92e95589a60f70a232af1a4d4b";}'), ('admin', '1395939458', 'pgd3t04uo7ascdemalt0m77jm2', 0, 62, 'Super Administrator', 25, 1, '__default|a:8:{s:15:"session.counter";i:6;s:19:"session.timer.start";i:1395939393;s:18:"session.timer.last";i:1395939404;s:17:"session.timer.now";i:1395939458;s:22:"session.client.browser";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:4:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}s:11:"application";a:1:{s:4:"data";O:8:"stdClass":1:{s:4:"lang";s:0:"";}}s:10:"com_cpanel";a:1:{s:4:"data";O:8:"stdClass":1:{s:9:"mtupgrade";O:8:"stdClass":1:{s:7:"checked";b:1;}}}s:5:"media";a:1:{s:4:"data";O:8:"stdClass":1:{s:4:"list";O:8:"stdClass":1:{s:6:"layout";s:7:"details";}}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";s:2:"62";s:4:"name";s:13:"Administrator";s:8:"username";s:5:"admin";s:5:"email";s:22:"admin@kosanakrub.in.th";s:8:"password";s:65:"96caf6574d9a08d78ef0a8f662cc7c2a:LbdsHPjBbSNpt1L0871d1iwDOZ11g29O";s:14:"password_clear";s:0:"";s:8:"usertype";s:19:"Super Administrator";s:5:"block";s:1:"0";s:9:"sendEmail";s:1:"1";s:3:"gid";s:2:"25";s:12:"registerDate";s:19:"2012-07-11 18:27:36";s:13:"lastvisitDate";s:19:"2014-03-27 16:14:05";s:10:"activation";s:0:"";s:6:"params";s:0:"";s:3:"aid";i:2;s:5:"guest";i:0;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"b6bbb6168a8c116d9e52b795bcb2f933";}__wf|a:1:{s:13:"session.token";s:32:"59a9e2b9831dcb9e06494226aa167060";}'), ('', '1395939397', 'tkqu537qjirth0n50hq4q39rn5', 1, 0, '', 0, 1, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1395939393;s:18:"session.timer.last";i:1395939393;s:17:"session.timer.now";i:1395939393;s:22:"session.client.browser";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:86:"/var/www/clients/client113/web129/web/dev/nhrc/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"b6bbb6168a8c116d9e52b795bcb2f933";}'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_awards` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_awards` ( `awardID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `imageURL` varchar(255) NOT NULL, PRIMARY KEY (`awardID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_simplereview_awards` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_banned_ips` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_banned_ips` ( `bannedIP` varchar(25) NOT NULL, KEY `bannedIP` (`bannedIP`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_simplereview_banned_ips` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_category` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_category` ( `categoryID` int(11) NOT NULL AUTO_INCREMENT, `defaultContentID` int(11) NOT NULL DEFAULT '-1', `categoryTemplateName` varchar(255) NOT NULL DEFAULT 'default', `reviewTemplateName` varchar(255) NOT NULL DEFAULT 'default', `catOrder` int(11) NOT NULL DEFAULT '0', `pageName` text NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `published` tinyint(4) NOT NULL DEFAULT '0', `categoryImageURL` varchar(255) DEFAULT NULL, `userReviews` tinyint(4) NOT NULL DEFAULT '0', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`categoryID`), KEY `idx_src_lft` (`lft`), KEY `idx_src_rgt` (`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_simplereview_category` -- INSERT INTO `jos_simplereview_category` (`categoryID`, `defaultContentID`, `categoryTemplateName`, `reviewTemplateName`, `catOrder`, `pageName`, `name`, `description`, `published`, `categoryImageURL`, `userReviews`, `lft`, `rgt`) VALUES (1, -1, 'default', 'default', 0, '', 'REVIEWCATEGORYROOT', '', 1, NULL, 0, 1, 2); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_category_title` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_category_title` ( `categoryTitleID` int(10) unsigned NOT NULL AUTO_INCREMENT, `categoryID` int(10) unsigned NOT NULL, `titleName` text NOT NULL, `titleOrder` tinyint(3) unsigned NOT NULL, `titleType` enum('Text','Link','Rating','List','Option','Selection') DEFAULT 'Text', `titleSetup` text, `mandatory` tinyint(1) NOT NULL, PRIMARY KEY (`categoryTitleID`), KEY `idx_srct_categoryID` (`categoryID`), KEY `idx_srct_titleOrder` (`titleOrder`), FULLTEXT KEY `idx_srct_title` (`titleName`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_simplereview_category_title` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_comments` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_comments` ( `commentID` int(11) NOT NULL AUTO_INCREMENT, `reviewID` int(11) NOT NULL, `anonymousName` varchar(25) NOT NULL DEFAULT '', `createdBy` varchar(25) NOT NULL DEFAULT '', `createdDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `comment` text NOT NULL, `userRating` decimal(5,1) NOT NULL DEFAULT '0.0', `published` tinyint(4) NOT NULL DEFAULT '1', `avatar` varchar(255) DEFAULT NULL, `plainComment` text, `createdByID` int(11) DEFAULT '-1', `userIP` varchar(25) DEFAULT NULL, PRIMARY KEY (`commentID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_simplereview_comments` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_default_content` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_default_content` ( `defaultContentID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `content` text NOT NULL, PRIMARY KEY (`defaultContentID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_simplereview_default_content` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_review` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_review` ( `reviewID` int(11) NOT NULL AUTO_INCREMENT, `categoryID` int(11) NOT NULL, `awardID` int(11) NOT NULL, `templateName` varchar(255) NOT NULL DEFAULT 'default', `score` decimal(5,1) NOT NULL DEFAULT '0.0', `name` text NOT NULL, `pageName` text NOT NULL, `content` longtext NOT NULL, `blurb` text, `thumbnailURL` text, `imageURL` text, `createdDate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `lastModifiedDate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `createdByID` int(11) NOT NULL, `lastModifiedByID` int(11) NOT NULL, `published` tinyint(4) NOT NULL DEFAULT '0', `userReview` tinyint(4) NOT NULL DEFAULT '0', `status` enum('pending','approved','rejected') NOT NULL DEFAULT 'pending', `statusReason` text, `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, PRIMARY KEY (`reviewID`), KEY `idx_srr_categoryID` (`categoryID`), KEY `idx_srr_score` (`score`), FULLTEXT KEY `idx_srr_blurb_content` (`blurb`,`content`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_simplereview_review` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_review_tag` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_review_tag` ( `reviewID` int(10) unsigned NOT NULL, `tagID` int(10) unsigned NOT NULL, UNIQUE KEY `reviewID` (`reviewID`,`tagID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_simplereview_review_tag` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_review_title` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_review_title` ( `reviewTitleID` int(10) unsigned NOT NULL AUTO_INCREMENT, `categoryTitleID` int(10) unsigned NOT NULL, `reviewID` int(11) NOT NULL, `title` text NOT NULL, `titleOrder` int(11) NOT NULL, `titleSetup` text, PRIMARY KEY (`reviewTitleID`), KEY `idx_srrt_titleOrder` (`titleOrder`), KEY `idx_srrt_reviewID` (`reviewID`), FULLTEXT KEY `idx_srrt_title` (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_simplereview_review_title` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_simplereview_tag` -- CREATE TABLE IF NOT EXISTS `jos_simplereview_tag` ( `tagID` int(10) unsigned NOT NULL AUTO_INCREMENT, `tag` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `description` text, `imageURL` varchar(255) DEFAULT NULL, `templateName` varchar(255) NOT NULL DEFAULT 'default', PRIMARY KEY (`tagID`), UNIQUE KEY `tag` (`tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_simplereview_tag` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_spidercalendar_calendar` -- CREATE TABLE IF NOT EXISTS `jos_spidercalendar_calendar` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `gid` varchar(255) NOT NULL, `time_format` tinyint(1) NOT NULL, `allow_publish` varchar(255) NOT NULL, `def_year` varchar(255) NOT NULL, `def_month` varchar(255) NOT NULL, `published` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_spidercalendar_calendar` -- INSERT INTO `jos_spidercalendar_calendar` (`id`, `title`, `gid`, `time_format`, `allow_publish`, `def_year`, `def_month`, `published`) VALUES (1, 'Calendar', '200', 1, '1', '2550', '', 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_spidercalendar_event` -- CREATE TABLE IF NOT EXISTS `jos_spidercalendar_event` ( `id` int(11) NOT NULL AUTO_INCREMENT, `calendar` int(11) NOT NULL, `date` date NOT NULL, `date_end` date NOT NULL, `title` text NOT NULL, `time` varchar(20) NOT NULL, `text_for_date` longtext NOT NULL, `userID` varchar(255) NOT NULL, `repeat_method` varchar(255) NOT NULL, `repeat` varchar(255) NOT NULL, `week` varchar(255) NOT NULL, `month` varchar(255) NOT NULL, `month_type` varchar(255) NOT NULL, `monthly_list` varchar(255) NOT NULL, `month_week` varchar(255) NOT NULL, `year_month` varchar(255) NOT NULL, `published` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_spidercalendar_event` -- INSERT INTO `jos_spidercalendar_event` (`id`, `calendar`, `date`, `date_end`, `title`, `time`, `text_for_date`, `userID`, `repeat_method`, `repeat`, `week`, `month`, `month_type`, `monthly_list`, `month_week`, `year_month`, `published`) VALUES (1, 0, '0000-00-00', '0000-00-00', '', '', '', '0', 'no_repeat', '1', '', '', '1', '', '', '1', 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_spidercalendar_theme` -- CREATE TABLE IF NOT EXISTS `jos_spidercalendar_theme` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `width` varchar(255) NOT NULL, `cell_height` varchar(255) NOT NULL, `bg_top` varchar(255) NOT NULL, `bg_bottom` varchar(255) NOT NULL, `border_color` varchar(255) NOT NULL, `text_color_year` varchar(255) NOT NULL, `text_color_month` varchar(255) NOT NULL, `text_color_week_days` varchar(255) NOT NULL, `text_color_other_months` varchar(255) NOT NULL, `text_color_this_month_unevented` varchar(255) NOT NULL, `text_color_this_month_evented` varchar(255) NOT NULL, `event_title_color` varchar(255) NOT NULL, `current_day_border_color` varchar(255) NOT NULL, `bg_color_this_month_evented` varchar(255) NOT NULL, `next_prev_event_arrowcolor` varchar(255) NOT NULL, `show_event_bgcolor` varchar(255) NOT NULL, `cell_border_color` varchar(255) NOT NULL, `arrow_color_year` varchar(255) NOT NULL, `week_days_cell_height` varchar(255) NOT NULL, `arrow_color_month` varchar(255) NOT NULL, `text_color_sun_days` varchar(255) NOT NULL, `title_color` varchar(255) NOT NULL, `next_prev_event_bgcolor` varchar(255) NOT NULL, `title_font_size` varchar(255) NOT NULL, `title_font` varchar(255) NOT NULL, `title_style` varchar(255) NOT NULL, `date_color` varchar(255) NOT NULL, `date_size` varchar(255) NOT NULL, `date_font` varchar(255) NOT NULL, `date_style` varchar(255) NOT NULL, `popup_width` varchar(255) NOT NULL, `popup_height` varchar(255) NOT NULL, `number_of_shown_evetns` varchar(255) NOT NULL, `sundays_font_size` varchar(255) NOT NULL, `other_days_font_size` varchar(255) NOT NULL, `weekdays_font_size` varchar(255) NOT NULL, `border_width` varchar(255) NOT NULL, `top_height` varchar(255) NOT NULL, `bg_color_other_months` varchar(255) NOT NULL, `sundays_bg_color` varchar(255) NOT NULL, `weekdays_bg_color` varchar(255) NOT NULL, `week_start_day` varchar(255) NOT NULL, `weekday_sunday_bg_color` varchar(255) NOT NULL, `border_radius` varchar(255) NOT NULL, `year_font_size` varchar(255) NOT NULL, `month_font_size` varchar(255) NOT NULL, `arrow_size` varchar(255) NOT NULL, `next_month_text_color` varchar(255) NOT NULL, `prev_month_text_color` varchar(255) NOT NULL, `next_month_arrow_color` varchar(255) NOT NULL, `prev_month_arrow_color` varchar(255) NOT NULL, `next_month_font_size` varchar(255) NOT NULL, `prev_month_font_size` varchar(255) NOT NULL, `month_type` varchar(255) NOT NULL, `date_format` varchar(255) NOT NULL, `show_time` tinyint(1) NOT NULL, `show_repeat` tinyint(1) NOT NULL, `date_bg_color` varchar(255) NOT NULL, `event_bg_color1` varchar(255) NOT NULL, `event_bg_color2` varchar(255) NOT NULL, `event_num_bg_color1` varchar(255) NOT NULL, `event_num_bg_color2` varchar(255) NOT NULL, `event_num_color` varchar(255) NOT NULL, `date_font_size` varchar(255) NOT NULL, `event_num_font_size` varchar(255) NOT NULL, `event_table_height` varchar(255) NOT NULL, `date_height` varchar(255) NOT NULL, `ev_title_bg_color` varchar(255) NOT NULL, `week_font_size` varchar(255) NOT NULL, `day_month_font_size` varchar(255) NOT NULL, `week_font_color` varchar(255) NOT NULL, `day_month_font_color` varchar(255) NOT NULL, `views_tabs_bg_color` varchar(255) NOT NULL, `views_tabs_text_color` varchar(255) NOT NULL, `views_tabs_font_size` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=18 ; -- -- dump ตาราง `jos_spidercalendar_theme` -- INSERT INTO `jos_spidercalendar_theme` (`id`, `title`, `width`, `cell_height`, `bg_top`, `bg_bottom`, `border_color`, `text_color_year`, `text_color_month`, `text_color_week_days`, `text_color_other_months`, `text_color_this_month_unevented`, `text_color_this_month_evented`, `event_title_color`, `current_day_border_color`, `bg_color_this_month_evented`, `next_prev_event_arrowcolor`, `show_event_bgcolor`, `cell_border_color`, `arrow_color_year`, `week_days_cell_height`, `arrow_color_month`, `text_color_sun_days`, `title_color`, `next_prev_event_bgcolor`, `title_font_size`, `title_font`, `title_style`, `date_color`, `date_size`, `date_font`, `date_style`, `popup_width`, `popup_height`, `number_of_shown_evetns`, `sundays_font_size`, `other_days_font_size`, `weekdays_font_size`, `border_width`, `top_height`, `bg_color_other_months`, `sundays_bg_color`, `weekdays_bg_color`, `week_start_day`, `weekday_sunday_bg_color`, `border_radius`, `year_font_size`, `month_font_size`, `arrow_size`, `next_month_text_color`, `prev_month_text_color`, `next_month_arrow_color`, `prev_month_arrow_color`, `next_month_font_size`, `prev_month_font_size`, `month_type`, `date_format`, `show_time`, `show_repeat`, `date_bg_color`, `event_bg_color1`, `event_bg_color2`, `event_num_bg_color1`, `event_num_bg_color2`, `event_num_color`, `date_font_size`, `event_num_font_size`, `event_table_height`, `date_height`, `ev_title_bg_color`, `week_font_size`, `day_month_font_size`, `week_font_color`, `day_month_font_color`, `views_tabs_bg_color`, `views_tabs_text_color`, `views_tabs_font_size`) VALUES (13, 'Shiny Blue', '700', '70', '005478', 'E1E1E1', '005478', 'F9F2F4', 'F9F2F4', '005D78', 'B0B0B0', '6A6A6A', '6A6A6A', '236283', '005478', 'B4C5CC', '97A0A6', 'B4C5CC', 'A9A9A9', 'CCD1D2', '50', 'CCD1D2', '6A6A6A', 'FFFFFF', '00608A', '', '', 'normal', '262626', '', '', 'normal', '600', '500', '1', '25', '25', '25', '0', '100', 'E1E1E1', 'E1E1E1', 'D6D6D6', 'su', 'B5B5B5', '0', '25', '25', '50', 'CCD1D2', 'CCD1D2', 'CCD1D2', '1010A4', '16', '16', '2', 'w/d/m/y', 1, 1, 'D6D4D5', 'E1E1E1', 'DEDCDD', '005478', '006E91', 'FFFFFF', '15', '13', '30', '25', 'C3D0D6', '15', '12', '005476', '737373', '01799C', 'FFFFFF', '13'), (12, 'Shiny Red', '700', '65', '520017', 'E1E1E1', 'ABCEA8', 'FEFCFC', 'FEFCFC', '2A674D', '817F7F', '817F7F', '817F7F', '292929', '520017', 'B69DA4', 'B69DA4', 'C5B1B6', 'B1B1B0', '58A42B', '50', 'D0D0D0', '817F7F', 'FFFFFF', '997783', '', '', 'normal', '262626', '', '', 'normal', '600', '500', '1', '23', '23', '20', '0', '100', 'E1E1E1', 'E1E1E1', 'E1E1E1', 'su', 'BBBBBB', '2', '35', '35', '50', '58A42B', '58A42B', 'FEFCFC', 'FEFCFC', '25', '25', '2', 'w/d/m/y', 1, 1, 'D6D5D5', 'E1E1E1', 'E1E1E1', '450013', '5A011A', 'FFFFFF', '15', '13', '30', '25', 'C5B1B6', '15', '12', '400012', '747474', '860126', 'FFFFFF', '13'), (14, 'Shiny Green', '700', '70', '00512F', 'E1E1E1', '005478', '58A42B', 'FFFFFF', '175E41', 'B0B0B0', '9A9898', '9A9898', '383838', '00502F', '9DB5AB', '9DB5AB', 'B1C4BC', 'B1B1B0', '58A42B', '50', 'CFD2CF', '9A9898', 'FFFFFF', '175E41', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '2', '25', '25', '20', '0', '100', 'E1E1E1', 'E1E1E1', 'E0E0E0', 'su', 'BBBBBB', '0', '18', '35', '45', '58A42B', '58A42B', '58A42B', '58A42B', '16', '16', '2', 'w/d/m/y', 1, 1, 'D6D5D5', 'E1E1E1', 'DEDDDD', '003C23', '00502F', 'FFFFFF', '15', '13', '30', '25', 'B1C4BC', '15', '12', '003D24', '747474', '00882A', 'FFFFFF', '13'), (15, 'Shiny Orange', '700', '70', 'D57E01', 'E1E1E1', '005478', '58A42B', 'FFFFFF', '015130', 'B0B0B0', '7C7A7A', '7C7A7A', '383838', 'D57E01', 'DDC39D', 'E4CFB1', 'DDC39D', 'B1B1B0', '58A42B', '50', 'E1E2D9', '7C7A7A', 'FFFFFF', 'D37D00', '', '', 'normal', 'FFFFFF', '', '', 'normal', '800', '500', '2', '25', '25', '20', '0', '100', 'E1DDE9', 'E1E1E1', 'E1E1E1', 'su', 'BBBBBB', '0', '18', '35', '45', '58A42B', '58A42B', '58A42B', '58A42B', '16', '16', '2', 'w/d/m/y', 1, 1, 'D6D5D5', 'E1E1E1', 'DEDDDD', 'AB6501', 'D57E01', 'FFFFFF', '15', '13', '30', '25', 'E4CFB1', '15', '12', 'A26001', '838383', 'E0AD01', 'FFFFFF', '13'), (16, 'Shiny Pink', '700', '70', 'FEA2EC', 'E1E1E1', '005478', '58A42B', 'FFFFFF', '00502F', 'B0B0B0', '817F7F', '817F7F', '383838', 'FEA2EC', 'EACEE4', 'EED8E9', 'EACEE4', 'B1B1B0', '58A42B', '50', 'D1D1D1', '817F7F', 'FFFFFF', 'FA9FE8', '', '', 'normal', 'FFFFFF', '', '', 'normal', '800', '500', '2', '25', '25', '20', '0', '100', 'E1E1E1', 'E1E1E1', 'D6D6D6', 'su', 'B5B5B5', '0', '18', '35', '45', '58A42B', '58A42B', '58A42B', '58A42B', '16', '16', '2', 'w/d/m/y', 1, 1, 'D6D5D5', 'E1E1E1', 'DEDDDD', 'C17BB4', 'FCA0EA', 'FFFFFF', '15', '13', '30', '25', 'EED8E9', '15', '12', 'BD78B0', '999898', 'FDC5F2', 'FFFFFF', '13'), (17, 'Shiny Purple', '700', '70', '52004F', 'E1E1E1', '005478', '58A42B', 'FFFFFF', '00502F', 'B0B0B0', '817F7F', '817F7F', '383838', '52004F', 'B69DB5', 'C5B1C4', 'B69DB5', 'B1B1B0', '58A42B', '50', 'D1D1D1', '817F7F', 'FFFFFF', '51004E', '', '', 'normal', 'FFFFFF', '', '', 'normal', '800', '500', '2', '25', '25', '20', '0', '100', 'E1DDE9', 'E1E1E1', 'E1E1E1', 'su', 'BBBBBB', '0', '18000', '35', '45', '58A42B', '58A42B', '58A42B', '58A42B', '16', '16', '2', 'w/d/m/y', 1, 1, 'D6D5D5', 'E1E1E1', 'DEDDDD', '420040', '52004F', 'FFFFFF', '15', '13', '30', '25', 'C5B1C4', '15', '12', '480045', 'D6D5D5', '850088', 'FFFFFF', '13'), (1, 'Wasabi', '700', '70', 'A6BA7D', 'FDFCDE', '000000', '', '080808', '000000', '6E5959', '060D12', '000000', '000000', '4AFF9E', 'FF6933', 'E0E0C5', 'FDFCDE', '000000', '', '50', '000000', 'FF0000', '000000', 'CCCCCC', '18', 'Courier New', 'normal', '000000', '16', 'Courier New', 'bold', '800', '600', '1', '18', '12', '14', '2', '90', 'FFFFFF', 'FDFCDE', 'E6E6DE', 'su', 'BD848A', '0', '', '35', '45', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, 'A6BA7C', 'FDFCDE', 'FDFCDE', 'FDFCDE', 'FDFCDE', '000000', '15', '15', '25', '25', 'FF6933', '15', '13', 'FFFFFF', '474747', 'E8E7CC', '000000', '13'), (2, 'Bluejay and Orange', '700', '80', '36A7E9', 'FFFFFF', '000000', '', '000000', '000000', '525252', '000000', 'FFFFFF', '000000', '36A7E9', 'FFA142', 'FFFFFF', '36A7E9', '000000', '', '40', '000000', '36A7E9', 'FFFFFF', 'FFA142', '', '', 'normal', 'FFFFFF', '16', '', 'bold', '800', '600', '1', '20', '20', '14', '4', '80', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'su', 'FFFFFF', '0', '', '25', '40', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, 'FFA041', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '000000', '15', '15', '25', '25', 'FFA142', '15', '13', 'FFFFFF', '6E6E6E', 'FFA142', 'FFFFFF', '13'), (3, 'White and Blue', '700', '70', '00004F', '5BCAFF', '000000', '', 'D1D4F5', 'FFFFFF', 'E6E6E6', '000000', 'FFFFFF', '050505', 'FFFFFF', 'DEDEDE', 'FFFFFF', '009EEB', '000000', '', '30', 'FFFFFF', '000000', 'FFFFFF', '00004F', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '18', '14', '14', '2', '120', 'C0C0C0', '8ADAFF', '000000', 'su', '000000', '', '', '40', '50', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, '5BCAFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '000000', '15', '15', '25', '25', 'DEDEDE', '15', '12', 'FFFFFF', 'FFFFFF', '5BCAFF', 'FFFFFF', '13'), (4, 'Dark', '700', '70', '2A2829', '323232', '000000', '', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '000000', '000000', 'FFFFFF', 'F0F0F0', 'C7C7C7', '969696', '000000', '', '35', 'FFFFFF', 'FFFFFF', 'FFFFFF', '323232', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '16', '12', '14', '2', '90', '282828', '323232', '969696', 'su', '969696', '8', '', '35', '45', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, '969696', '323232', '323232', '323232', '323232', 'FFFFFF', '15', '15', '25', '25', 'F0F0F0', '15', '12', 'FFFFFF', 'FFFFFF', '969696', 'FFFFFF', '13'), (5, 'Red and Olive', '700', '70', '9A0000', 'CDCC96', 'E6E6E4', '', 'FFFFFF', '000000', '525252', '000000', 'FFFFFF', 'FFFFFF', '9A0000', '9A0000', 'DEDDB5', 'FFFED0', 'FFFFFF', '', '60', 'FFFFFF', '000000', '000000', '9A0000', '', '', 'normal', '000000', '', '', 'normal', '600', '500', '1', '18', '', '14', '18', '100', 'E4E7CC', 'CDCC96', 'FFFED0', 'mo', 'FFFED0', '6', '', '25', '50', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, 'E4E7CC', 'CECD97', 'CECD97', 'CECD97', 'CECD97', '000000', '15', '15', '25', '25', '9A0000', '15', '12', '000000', '8F8F8F', 'CDCC96', 'FFFFFF', '13'), (6, 'Blue and Bisque', '700', '70', 'FCF7D9', 'FFFFFF', '3DBCEB', '', '9A0000', 'FFFFFF', 'C7C7C7', '1374C3', '000000', '000000', '9A0000', 'FCF7D9', 'E0E0E0', 'FCF7D9', '1374C3', '', '20', '9A0000', '013A7D', '000000', '21B5FF', '', '', 'normal', '000000', '', '', 'bold', '600', '500', '1', '16', '12', '14', '12', '93', 'FFFFFF', 'FFFFFF', '013A7D', 'su', '1374C3', '6', '', '35', '40', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, '3CBBEB', 'FFFFFF', 'FFFFFF', 'FCF7D9', 'FFFFFF', '970000', '15', '15', '25', '25', 'CFCBB2', '15', '12', 'FFFFFF', 'FBE6E6', '3DBCEB', '000000', ''), (7, 'White and OliveDrab', '700', '70', '598923', 'F0F0E6', 'D78B29', '', 'FFFFFF', '000000', 'A6A6A6', '5C5C5C', 'FFFFFF', '000000', '000000', 'D78B29', 'D78B29', 'FFB061', '363636', '', '30', 'FFFFFF', '000000', 'FFFFFF', 'DDDCC8', '', 'Courier New', 'bold', '000000', '', '', 'normal', '600', '500', '1', '16', '12', '14', '12', '100', 'DDDCC8', 'F0F0E6', 'D78B29', 'su', 'D78B29', '6', '', '35', '50', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, '588922', 'F0F0E6', 'F0F0E6', 'F0F0E6', 'F0F0E6', '000000', '15', '15', '25', '25', 'D78B29', '15', '12', 'FFFFFF', 'FFFFFF', 'D78B29', 'FFFFFF', '13'), (8, 'DarkCyan and Violet', '700', '70', '009898', 'FDFDCC', 'FDFDCC', '', 'FFFFFF', '000000', '8C8C8C', '383838', '383838', '000000', '000000', 'FE7C00', 'FEAC30', 'FE7C00', '4D4D4D', '', '30', 'FFFFFF', '000000', 'FFFFFF', 'FDFDE8', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '16', '12', '14', '14', '90', 'FDFDE8', 'BACBDC', '9865FE', 'su', '9865FE', '2', '', '25', '45', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, '9765FD', 'FDFCCC', 'FDFCCC', 'FDFCCC', 'FDFCCC', '000000', '15', '15', '25', '25', 'FE7C00', '15', '12', 'FFFFFF', 'FFFFFF', 'FDFDCC', '000000', '13'), (9, 'SteelBlue', '700', '70', '346699', 'E3F9F9', '346699', '', 'FFFFFF', 'FFFFFF', 'FFFFFF', '2410EE', '000000', '000000', '346699', 'FFCC33', 'E3B62D', 'FFCC33', '6B6B6B', '', '25', 'FFFFFF', '2410EE', 'FFFFFF', '346699', '', '', 'normal', '000000', '', '', 'normal', '600', '500', '1', '18', '14', '14', '10', '100', 'CCCCCC', 'CDDDFF', '68676D', 'su', '68676D', '4', '', '35', '50', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, 'E3F8FA', 'CCCCCC', 'CCCCCC', 'CCCCCC', 'CCCCCC', '000000', '15', '15', '25', '25', 'FFCC33', '15', '12', '726ED6', '726ED6', 'CDDDFF', 'FFFFFF', '13'), (10, 'PaleGreen', '700', '70', 'C0EFC0', 'E3F9F9', 'ABCEA8', '', '58A42B', '000000', 'B0B0B0', '383838', '383838', '383838', '58A42B', 'C0EFC0', 'AED9AE', 'C0EFC0', 'B1B1B0', '', '25', '58A42B', 'FF7C5C', 'FFFFFF', '58A42B', '', '', 'normal', '262626', '', '', 'normal', '600', '500', '1', '16', '12', '12', '8', '40', 'E1DDE9', 'FFFFFF', 'FFFFFF', 'su', 'FFFFFF', '2', '', '20', '20', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, 'DFDDE7', 'E4F9FA', 'E4F9FA', 'FFFFFF', 'FFFFFF', '000000', '15', '15', '25', '25', 'C0EFC0', '15', '12', '7DAC84', '7DAC84', 'E3F9F9', '000000', '13'), (11, 'Gold and Brown', '700', '70', 'E7C892', '7E5F43', 'FFC219', '', '404040', '404040', 'FFFFFF', 'FFFFFF', '404040', '404040', 'FFFFFF', 'FFC219', 'B3875F', '7E5F43', '000000', '', '30', '404040', 'FFFFFF', 'FFFFFF', 'FFC219', '', '', 'normal', 'FFFFFF', '', '', 'normal', '800', '500', '2', '18', '12', '14', '10', '100', '523F30', '7E5F43', 'FFC219', 'su', 'FFC219', '6', '', '35', '50', '', '', '', '', '', '', '', 'w/d/m/y', 1, 1, 'FFC11A', '7E5F43', '7E5F43', '7E5F43', '523F31', 'FFFFFF', '15', '15', '25', '25', 'FFC219', '15', '12', '4F3A11', '4F3A11', 'FFC219', 'FFFFFF', '13'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_stats_agents` -- CREATE TABLE IF NOT EXISTS `jos_stats_agents` ( `agent` varchar(255) NOT NULL DEFAULT '', `type` tinyint(1) unsigned NOT NULL DEFAULT '0', `hits` int(11) unsigned NOT NULL DEFAULT '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_stats_agents` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_templates_menu` -- CREATE TABLE IF NOT EXISTS `jos_templates_menu` ( `template` varchar(255) NOT NULL DEFAULT '', `menuid` int(11) NOT NULL DEFAULT '0', `client_id` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_templates_menu` -- INSERT INTO `jos_templates_menu` (`template`, `menuid`, `client_id`) VALUES ('telecom', 0, 0), ('khepri', 0, 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_users` -- CREATE TABLE IF NOT EXISTS `jos_users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `username` varchar(150) NOT NULL DEFAULT '', `email` varchar(100) NOT NULL DEFAULT '', `password` varchar(100) NOT NULL DEFAULT '', `usertype` varchar(25) NOT NULL DEFAULT '', `block` tinyint(4) NOT NULL DEFAULT '0', `sendEmail` tinyint(4) DEFAULT '0', `gid` tinyint(3) unsigned NOT NULL DEFAULT '1', `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL DEFAULT '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`), KEY `gid_block` (`gid`,`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=64 ; -- -- dump ตาราง `jos_users` -- INSERT INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES (62, 'Administrator', 'admin', 'admin@kosanakrub.in.th', '96caf6574d9a08d78ef0a8f662cc7c2a:LbdsHPjBbSNpt1L0871d1iwDOZ11g29O', 'Super Administrator', 0, 1, 25, '2012-07-11 18:27:36', '2014-03-27 16:56:37', '', ''), (63, 'Testuser', 'testuser', 'admin@kosanakrub.in.th', 'd2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199', 'Super Administrator', 0, 1, 25, '2012-07-12 18:27:36', '2014-03-27 13:38:11', '', ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_vvcounter_logs` -- CREATE TABLE IF NOT EXISTS `jos_vvcounter_logs` ( `time` int(10) unsigned NOT NULL, `visits` mediumint(8) unsigned NOT NULL DEFAULT '0', `guests` mediumint(8) unsigned NOT NULL DEFAULT '0', `members` mediumint(8) unsigned NOT NULL DEFAULT '0', `bots` mediumint(8) unsigned NOT NULL DEFAULT '0', UNIQUE KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_vvcounter_logs` -- INSERT INTO `jos_vvcounter_logs` (`time`, `visits`, `guests`, `members`, `bots`) VALUES (1380811159, 3, 2, 1, 0), (1380812400, 0, 0, 0, 0), (1380814317, 1, 1, 0, 0), (1380816000, 0, 0, 0, 0), (1380818943, 1, 1, 0, 0), (1380855600, 0, 0, 0, 0), (1380857567, 1, 1, 0, 0), (1380858467, 1, 1, 0, 0), (1380859200, 0, 0, 0, 0), (1380861206, 1, 1, 0, 0), (1380862800, 0, 0, 0, 0), (1380866293, 1, 1, 0, 0), (1380866400, 0, 0, 0, 0), (1380870000, 0, 0, 0, 0), (1380871973, 1, 1, 0, 0), (1380873600, 0, 0, 0, 0), (1380875382, 1, 1, 0, 0), (1380888000, 0, 0, 0, 0), (1380891022, 1, 1, 0, 0), (1380891600, 0, 0, 0, 0), (1380893864, 1, 1, 0, 0), (1380898800, 0, 0, 0, 0), (1380901546, 1, 1, 0, 0), (1380945600, 0, 0, 0, 0), (1380948223, 1, 1, 0, 0), (1381078800, 0, 0, 0, 0), (1381082215, 1, 1, 0, 0), (1381158000, 0, 0, 0, 0), (1381159918, 1, 1, 0, 0), (1381435200, 0, 0, 0, 0), (1381503600, 0, 0, 0, 0), (1381506139, 1, 1, 0, 0), (1381507171, 1, 1, 0, 0), (1381507200, 0, 0, 0, 0), (1381508246, 2, 1, 1, 0), (1381509576, 0, 0, 0, 0), (1381510800, 0, 0, 0, 0), (1381511708, 1, 1, 0, 0), (1381512608, 2, 1, 1, 0), (1381513573, 0, 0, 0, 0), (1381593600, 0, 0, 0, 0), (1381762800, 0, 0, 0, 0), (1381765319, 1, 1, 0, 0), (1381849200, 0, 0, 0, 0), (1381932000, 0, 0, 0, 0), (1381934752, 1, 1, 0, 0), (1381935600, 0, 0, 0, 0), (1381937288, 1, 1, 0, 0), (1382058000, 0, 0, 0, 0), (1382059201, 1, 1, 0, 0), (1382317200, 0, 0, 0, 0), (1382319568, 1, 1, 0, 0), (1382353200, 0, 0, 0, 0), (1382356487, 1, 1, 0, 0), (1382356800, 0, 0, 0, 0), (1382359270, 1, 1, 0, 0), (1382364000, 0, 0, 0, 0), (1382365016, 2, 2, 0, 0), (1382374800, 0, 0, 0, 0), (1382378211, 1, 1, 0, 0), (1382382000, 0, 0, 0, 0), (1382400000, 0, 0, 0, 0), (1382401400, 1, 1, 0, 0), (1382580000, 0, 0, 0, 0), (1382583468, 1, 1, 0, 0), (1382583600, 0, 0, 0, 0), (1382612400, 0, 0, 0, 0), (1382613332, 1, 1, 0, 0), (1382626800, 0, 0, 0, 0), (1382684400, 0, 0, 0, 0), (1382687511, 1, 1, 0, 0), (1382749200, 0, 0, 0, 0), (1382751534, 1, 1, 0, 0), (1382889600, 0, 0, 0, 0), (1382890998, 1, 1, 0, 0), (1383051600, 0, 0, 0, 0), (1383053359, 1, 1, 0, 0), (1383062400, 0, 0, 0, 0), (1383066000, 0, 0, 0, 0), (1383068775, 1, 1, 0, 0), (1383069600, 0, 0, 0, 0), (1383070509, 2, 1, 1, 0), (1383087600, 0, 0, 0, 0), (1383089014, 1, 1, 0, 0), (1383123600, 0, 0, 0, 0), (1383127163, 1, 1, 0, 0), (1383127200, 0, 0, 0, 0), (1383128901, 1, 1, 0, 0), (1383134400, 0, 0, 0, 0), (1383135799, 1, 1, 0, 0), (1383136753, 2, 1, 1, 0), (1383138000, 0, 0, 0, 0), (1383139798, 1, 1, 0, 0), (1383188400, 0, 0, 0, 0), (1383220800, 0, 0, 0, 0), (1383222098, 1, 1, 0, 0), (1383224234, 1, 1, 0, 0), (1383224400, 1, 1, 0, 0), (1383225303, 4, 3, 1, 0), (1383226300, 1, 1, 0, 0), (1383227201, 1, 1, 0, 0), (1383228000, 0, 0, 0, 0), (1383228901, 2, 2, 0, 0), (1383229904, 4, 3, 1, 0), (1383231214, 0, 0, 0, 0), (1383231600, 0, 0, 0, 0), (1383232526, 1, 1, 0, 0), (1383234141, 1, 1, 0, 0), (1383235200, 0, 0, 0, 0), (1383236996, 1, 1, 0, 0), (1383238575, 1, 1, 0, 0), (1383238800, 0, 0, 0, 0), (1383240486, 1, 1, 0, 0), (1383241908, 1, 1, 0, 0), (1383242400, 0, 0, 0, 0), (1383267600, 0, 0, 0, 0), (1383269369, 1, 1, 0, 0), (1383310800, 0, 0, 0, 0), (1383321600, 0, 0, 0, 0), (1383323727, 1, 1, 0, 0), (1383357600, 0, 0, 0, 0), (1383359311, 1, 1, 0, 0), (1383360793, 1, 1, 0, 0), (1383364800, 0, 0, 0, 0), (1383368105, 1, 1, 0, 0), (1383368400, 2, 1, 1, 0), (1383370011, 1, 1, 0, 0), (1383371900, 1, 1, 0, 0), (1383372000, 0, 0, 0, 0), (1383373200, 1, 0, 1, 0), (1383374182, 0, 0, 0, 0), (1383375155, 3, 2, 1, 0), (1383375600, 0, 0, 0, 0), (1383376603, 0, 0, 0, 0), (1383378067, 1, 1, 0, 0), (1383386400, 0, 0, 0, 0), (1383387609, 1, 1, 0, 0), (1383388778, 0, 0, 0, 0), (1383389808, 1, 1, 0, 0), (1383400800, 0, 0, 0, 0), (1383402279, 1, 1, 0, 0), (1383447600, 0, 0, 0, 0), (1383450812, 1, 1, 0, 0), (1383451200, 1, 1, 0, 0), (1383452466, 1, 1, 0, 0), (1383453402, 0, 0, 0, 0), (1383454800, 0, 0, 0, 0), (1383456669, 1, 1, 0, 0), (1383457576, 3, 2, 1, 0), (1383458400, 0, 0, 0, 0), (1383459534, 0, 0, 0, 0), (1383462000, 0, 0, 0, 0), (1383465252, 1, 1, 0, 0), (1383469200, 0, 0, 0, 0), (1383472504, 1, 1, 0, 0), (1383472800, 0, 0, 0, 0), (1383473773, 1, 1, 0, 0), (1383474728, 1, 1, 0, 0), (1383480000, 0, 0, 0, 0), (1383616800, 0, 0, 0, 0), (1383618409, 1, 1, 0, 0), (1383619315, 2, 1, 1, 0), (1383620373, 0, 0, 0, 0), (1383620400, 0, 0, 0, 0), (1383649200, 0, 0, 0, 0), (1383651966, 1, 1, 0, 0), (1383721200, 0, 0, 0, 0), (1388574000, 0, 0, 0, 0), (1388576435, 1, 1, 0, 0), (1391248800, 0, 0, 0, 0), (1391251801, 1, 1, 0, 0), (1391252400, 0, 0, 0, 0), (1391253356, 3, 3, 0, 0), (1391255586, 1, 1, 0, 0), (1391328000, 0, 0, 0, 0), (1391331409, 1, 1, 0, 0), (1391338800, 0, 0, 0, 0), (1391342352, 1, 1, 0, 0), (1391526000, 0, 0, 0, 0), (1391527887, 1, 1, 0, 0), (1391958000, 0, 0, 0, 0), (1391960140, 1, 1, 0, 0), (1392210000, 0, 0, 0, 0), (1392211794, 1, 1, 0, 0), (1392212794, 1, 1, 0, 0), (1392213600, 3, 2, 1, 0), (1392214585, 1, 1, 0, 0), (1392215641, 3, 3, 0, 0), (1392216947, 1, 1, 0, 0), (1392217200, 0, 0, 0, 0), (1392219829, 1, 1, 0, 0), (1392220732, 3, 2, 1, 0), (1392220800, 0, 0, 0, 0), (1392221900, 3, 3, 0, 0), (1392222972, 2, 2, 0, 0), (1392224001, 2, 1, 1, 0), (1392224400, 1, 1, 0, 0), (1392225423, 1, 1, 0, 0), (1392226911, 2, 2, 0, 0), (1392228000, 0, 0, 0, 0), (1392228904, 1, 1, 0, 0), (1392229882, 1, 1, 0, 0), (1392249600, 0, 0, 0, 0), (1392251647, 1, 1, 0, 0), (1392256800, 0, 0, 0, 0), (1392257824, 1, 1, 0, 0), (1392372000, 0, 0, 0, 0), (1392374517, 1, 1, 0, 0), (1392390000, 0, 0, 0, 0), (1392391612, 1, 1, 0, 0), (1392602400, 0, 0, 0, 0), (1392604391, 1, 1, 0, 0), (1392605661, 0, 0, 0, 0), (1392606000, 0, 0, 0, 0), (1392607005, 1, 1, 0, 0), (1392607939, 0, 0, 0, 0), (1392609600, 0, 0, 0, 0), (1392610532, 2, 2, 0, 0), (1392612364, 1, 1, 0, 0), (1392613200, 0, 0, 0, 0), (1392614171, 1, 1, 0, 0), (1392642000, 0, 0, 0, 0), (1392643835, 1, 1, 0, 0), (1392644750, 2, 1, 1, 0), (1392645600, 0, 0, 0, 0), (1392646704, 1, 1, 0, 0), (1392648005, 0, 0, 0, 0), (1392652800, 0, 0, 0, 0), (1392663600, 0, 0, 0, 0), (1392665685, 1, 1, 0, 0), (1392666891, 0, 0, 0, 0), (1392667200, 0, 0, 0, 0), (1392681600, 0, 0, 0, 0), (1392683289, 1, 1, 0, 0), (1392710400, 0, 0, 0, 0), (1392713053, 1, 1, 0, 0), (1392713956, 2, 2, 0, 0), (1392796800, 0, 0, 0, 0), (1392798163, 1, 1, 0, 0), (1392807600, 0, 0, 0, 0), (1392810166, 1, 1, 0, 0), (1392818400, 0, 0, 0, 0), (1392819359, 2, 2, 0, 0), (1392820305, 1, 1, 0, 0), (1392821205, 1, 1, 0, 0), (1392822000, 1, 1, 0, 0), (1392823173, 0, 0, 0, 0), (1392825600, 0, 0, 0, 0), (1392828880, 1, 1, 0, 0), (1392829200, 1, 1, 0, 0), (1392830214, 0, 0, 0, 0), (1392831300, 1, 1, 0, 0), (1392868800, 0, 0, 0, 0), (1392870267, 1, 1, 0, 0), (1392901200, 0, 0, 0, 0), (1392958800, 0, 0, 0, 0), (1392960482, 1, 1, 0, 0), (1393045200, 0, 0, 0, 0), (1393046627, 1, 1, 0, 0), (1393063200, 0, 0, 0, 0), (1393065053, 1, 1, 0, 0), (1393074000, 0, 0, 0, 0), (1393088400, 0, 0, 0, 0), (1393090376, 1, 1, 0, 0), (1393092000, 0, 0, 0, 0), (1393093882, 1, 1, 0, 0), (1393128000, 0, 0, 0, 0), (1393131600, 0, 0, 0, 0), (1393133503, 1, 1, 0, 0), (1393134421, 1, 1, 0, 0), (1393135200, 0, 0, 0, 0), (1393137218, 1, 1, 0, 0), (1393138800, 0, 0, 0, 0), (1393142056, 1, 1, 0, 0), (1393142400, 0, 0, 0, 0), (1393143648, 1, 1, 0, 0), (1393144996, 0, 0, 0, 0), (1393146000, 0, 0, 0, 0), (1393149205, 1, 1, 0, 0), (1393153200, 0, 0, 0, 0), (1393155482, 1, 1, 0, 0), (1393156800, 0, 0, 0, 0), (1393158844, 1, 1, 0, 0), (1393167600, 0, 0, 0, 0), (1393168994, 1, 1, 0, 0), (1393171200, 0, 0, 0, 0), (1393172343, 2, 2, 0, 0), (1393173319, 3, 3, 0, 0), (1393174239, 0, 0, 0, 0), (1393174800, 1, 1, 0, 0), (1393176360, 1, 1, 0, 0), (1393177343, 4, 3, 1, 0), (1393178246, 3, 2, 1, 0), (1393178400, 0, 0, 0, 0), (1393196400, 0, 0, 0, 0), (1393200000, 0, 0, 0, 0), (1393201935, 1, 1, 0, 0), (1393203600, 0, 0, 0, 0), (1393206728, 1, 1, 0, 0), (1393210800, 0, 0, 0, 0), (1393213296, 1, 1, 0, 0), (1393214370, 3, 3, 0, 0), (1393214400, 0, 0, 0, 0), (1393215361, 3, 2, 1, 0), (1393216445, 1, 1, 0, 0), (1393300800, 0, 0, 0, 0), (1393302948, 1, 1, 0, 0), (1393473600, 0, 0, 0, 0), (1393477195, 1, 1, 0, 0), (1393477200, 0, 0, 0, 0), (1393560000, 0, 0, 0, 0), (1393562321, 1, 1, 0, 0), (1393567200, 0, 0, 0, 0), (1393568698, 1, 1, 0, 0), (1393588800, 0, 0, 0, 0), (1393591212, 1, 1, 0, 0), (1393653600, 0, 0, 0, 0), (1393656598, 1, 1, 0, 0), (1393740000, 0, 0, 0, 0), (1393742753, 1, 1, 0, 0), (1393812000, 0, 0, 0, 0), (1393830000, 0, 0, 0, 0), (1393831794, 1, 1, 0, 0), (1394200800, 0, 0, 0, 0), (1394203880, 1, 1, 0, 0), (1394204400, 0, 0, 0, 0), (1394205601, 1, 1, 0, 0), (1394226000, 0, 0, 0, 0), (1394229600, 0, 0, 0, 0), (1394230501, 3, 2, 1, 0), (1394231816, 1, 1, 0, 0), (1394240400, 0, 0, 0, 0), (1394242099, 1, 1, 0, 0), (1394247600, 0, 0, 0, 0), (1394249343, 1, 1, 0, 0), (1394251200, 0, 0, 0, 0), (1394254800, 0, 0, 0, 0), (1394255842, 1, 1, 0, 0), (1394344800, 0, 0, 0, 0), (1394347321, 1, 1, 0, 0), (1394348388, 0, 0, 0, 0), (1394348400, 0, 0, 0, 0), (1394349319, 8, 6, 2, 0), (1394350226, 1, 1, 0, 0), (1394351137, 0, 0, 0, 0), (1394352000, 1, 1, 0, 0), (1394353021, 4, 3, 1, 0), (1394353979, 2, 2, 0, 0), (1394354991, 1, 1, 0, 0), (1394355600, 0, 0, 0, 0), (1394356698, 2, 2, 0, 0), (1394357633, 1, 1, 0, 0), (1394358641, 4, 3, 1, 0), (1394359200, 0, 0, 0, 0), (1394360117, 0, 0, 0, 0), (1394361027, 2, 1, 1, 0), (1394361927, 1, 1, 0, 0), (1394362800, 0, 0, 0, 0), (1394363741, 3, 3, 0, 0), (1394364994, 2, 2, 0, 0), (1394365952, 2, 1, 1, 0), (1394366400, 0, 0, 0, 0), (1394367583, 2, 2, 0, 0), (1394368634, 2, 1, 1, 0), (1394369564, 1, 1, 0, 0), (1394370000, 0, 0, 0, 0), (1394370923, 2, 2, 0, 0), (1394373600, 0, 0, 0, 0), (1394375131, 1, 1, 0, 0), (1394384400, 0, 0, 0, 0), (1394386003, 1, 1, 0, 0), (1394413200, 0, 0, 0, 0), (1394416743, 1, 1, 0, 0), (1394416800, 0, 0, 0, 0), (1394417753, 1, 1, 0, 0), (1394420400, 0, 0, 0, 0), (1394421665, 1, 1, 0, 0), (1394422719, 4, 4, 0, 0), (1394423727, 2, 2, 0, 0), (1394424000, 0, 0, 0, 0), (1394427125, 1, 1, 0, 0), (1394427600, 1, 1, 0, 0), (1394429645, 1, 1, 0, 0), (1394431200, 0, 0, 0, 0), (1394432936, 1, 1, 0, 0), (1394433894, 19, 13, 6, 0), (1394434800, 0, 0, 0, 0), (1394436206, 1, 1, 0, 0), (1394437853, 1, 1, 0, 0), (1394452800, 0, 0, 0, 0), (1394467200, 0, 0, 0, 0), (1394469759, 1, 1, 0, 0), (1394470800, 1, 1, 0, 0), (1394474400, 0, 0, 0, 0), (1394475656, 1, 1, 0, 0), (1394478000, 0, 0, 0, 0), (1394481494, 1, 1, 0, 0), (1394593200, 0, 0, 0, 0), (1394595432, 1, 1, 0, 0), (1394614800, 0, 0, 0, 0), (1394615836, 1, 1, 0, 0), (1394632800, 0, 0, 0, 0), (1394634281, 1, 1, 0, 0), (1394636231, 1, 1, 0, 0), (1394636400, 0, 0, 0, 0), (1394637669, 1, 1, 0, 0), (1394639738, 1, 1, 0, 0), (1394640000, 0, 0, 0, 0), (1394641104, 2, 1, 1, 0), (1394668800, 0, 0, 0, 0), (1394670198, 1, 1, 0, 0), (1394679600, 0, 0, 0, 0), (1394681508, 1, 1, 0, 0), (1394682829, 2, 2, 0, 0), (1394683200, 0, 0, 0, 0), (1394684320, 1, 1, 0, 0), (1394685545, 2, 1, 1, 0), (1394686445, 2, 2, 0, 0), (1394686800, 0, 0, 0, 0), (1394687720, 0, 0, 0, 0), (1394688629, 3, 3, 0, 0), (1394689550, 0, 0, 0, 0), (1394690400, 0, 0, 0, 0), (1394691498, 3, 3, 0, 0), (1394692398, 3, 2, 1, 0), (1394693369, 0, 0, 0, 0), (1394694000, 2, 2, 0, 0), (1394694927, 5, 4, 1, 0), (1394695830, 0, 0, 0, 0), (1394696748, 1, 1, 0, 0), (1394697600, 1, 1, 0, 0), (1394698556, 1, 1, 0, 0), (1394699457, 0, 0, 0, 0), (1394700357, 0, 0, 0, 0), (1394701200, 1, 1, 0, 0), (1394702130, 0, 0, 0, 0), (1394703337, 2, 2, 0, 0), (1394712000, 0, 0, 0, 0), (1394713804, 1, 1, 0, 0), (1394715600, 0, 0, 0, 0), (1394717381, 1, 1, 0, 0), (1394718497, 0, 0, 0, 0), (1394722800, 0, 0, 0, 0), (1394726006, 1, 1, 0, 0), (1394726400, 0, 0, 0, 0), (1394727464, 2, 2, 0, 0), (1394728365, 5, 4, 1, 0), (1394729574, 0, 0, 0, 0), (1394730000, 0, 0, 0, 0), (1394730995, 2, 1, 1, 0), (1394731939, 0, 0, 0, 0), (1394733349, 0, 0, 0, 0), (1394733600, 0, 0, 0, 0), (1394736436, 1, 1, 0, 0), (1394737200, 2, 2, 0, 0), (1394755200, 0, 0, 0, 0), (1394758643, 1, 1, 0, 0), (1394758800, 0, 0, 0, 0), (1394759793, 2, 1, 1, 0), (1394760693, 2, 1, 1, 0), (1394761757, 0, 0, 0, 0), (1394762400, 1, 1, 0, 0), (1394764162, 2, 1, 1, 0), (1394765541, 4, 4, 0, 0), (1394766000, 0, 0, 0, 0), (1394766917, 1, 1, 0, 0), (1394768772, 2, 1, 1, 0), (1394769600, 0, 0, 0, 0), (1394771006, 2, 1, 1, 0), (1394772013, 2, 2, 0, 0), (1394772949, 1, 1, 0, 0), (1394773200, 0, 0, 0, 0), (1394774115, 1, 1, 0, 0), (1394780400, 0, 0, 0, 0), (1394781657, 2, 1, 1, 0), (1394782592, 0, 0, 0, 0), (1394798400, 0, 0, 0, 0), (1394800343, 1, 1, 0, 0), (1394801859, 1, 1, 0, 0), (1394805600, 0, 0, 0, 0), (1394809200, 1, 1, 0, 0), (1394810499, 3, 2, 1, 0), (1394811404, 1, 1, 0, 0), (1394812359, 2, 2, 0, 0), (1394812800, 0, 0, 0, 0), (1394813741, 2, 1, 1, 0), (1394814644, 3, 3, 0, 0), (1394815558, 0, 0, 0, 0), (1394816400, 0, 0, 0, 0), (1394817680, 2, 2, 0, 0), (1394818587, 0, 0, 0, 0), (1394820000, 0, 0, 0, 0), (1394845200, 0, 0, 0, 0), (1394848104, 1, 1, 0, 0), (1394852400, 1, 1, 0, 0), (1394856000, 1, 1, 0, 0), (1394856956, 1, 1, 0, 0), (1394863200, 1, 1, 0, 0), (1394864115, 1, 1, 0, 0), (1394866800, 0, 0, 0, 0), (1394869296, 1, 1, 0, 0), (1394881200, 0, 0, 0, 0), (1394883649, 2, 2, 0, 0), (1394892000, 1, 1, 0, 0), (1394935200, 0, 0, 0, 0), (1394936926, 1, 1, 0, 0), (1394971200, 0, 0, 0, 0), (1395014400, 0, 0, 0, 0), (1395017582, 1, 1, 0, 0), (1395018000, 0, 0, 0, 0), (1395028800, 0, 0, 0, 0), (1395030839, 1, 1, 0, 0), (1395054000, 0, 0, 0, 0), (1395055973, 1, 1, 0, 0), (1395068400, 0, 0, 0, 0), (1395069819, 1, 1, 0, 0), (1395071360, 4, 3, 1, 0), (1395072000, 0, 0, 0, 0), (1395072911, 2, 1, 1, 0), (1395074118, 1, 1, 0, 0), (1395108000, 0, 0, 0, 0), (1395109791, 1, 1, 0, 0), (1395118800, 2, 1, 1, 0), (1395121323, 1, 1, 0, 0), (1395122400, 0, 0, 0, 0), (1395124630, 1, 1, 0, 0), (1395126000, 0, 0, 0, 0), (1395128444, 1, 1, 0, 0), (1395144000, 0, 0, 0, 0), (1395145370, 1, 1, 0, 0), (1395147600, 1, 1, 0, 0), (1395148857, 2, 1, 1, 0), (1395149762, 2, 2, 0, 0), (1395150670, 2, 1, 1, 0), (1395151200, 0, 0, 0, 0), (1395152700, 0, 0, 0, 0), (1395153605, 1, 1, 0, 0), (1395154800, 0, 0, 0, 0), (1395155910, 0, 0, 0, 0), (1395156978, 1, 1, 0, 0), (1395157884, 1, 1, 0, 0), (1395158400, 0, 0, 0, 0), (1395159308, 0, 0, 0, 0), (1395161253, 1, 1, 0, 0), (1395162000, 1, 1, 0, 0), (1395190800, 0, 0, 0, 0), (1395192368, 1, 1, 0, 0), (1395193931, 1, 1, 0, 0), (1395198000, 0, 0, 0, 0), (1395199022, 1, 1, 0, 0), (1395200593, 1, 1, 0, 0), (1395201494, 2, 2, 0, 0), (1395219600, 0, 0, 0, 0), (1395222856, 1, 1, 0, 0), (1395234000, 0, 0, 0, 0), (1395241200, 1, 1, 0, 0), (1395284400, 0, 0, 0, 0), (1395286853, 1, 1, 0, 0), (1395295200, 0, 0, 0, 0), (1395297518, 1, 1, 0, 0), (1395320400, 0, 0, 0, 0), (1395321757, 1, 1, 0, 0), (1395327600, 0, 0, 0, 0), (1395561600, 0, 0, 0, 0), (1395586800, 0, 0, 0, 0), (1395590355, 1, 1, 0, 0), (1395590400, 0, 0, 0, 0), (1395592925, 2, 1, 1, 0), (1395594000, 0, 0, 0, 0), (1395630000, 0, 0, 0, 0), (1395631642, 1, 1, 0, 0), (1395640800, 0, 0, 0, 0), (1395651600, 1, 1, 0, 0), (1395669600, 0, 0, 0, 0), (1395673189, 1, 1, 0, 0), (1395673200, 0, 0, 0, 0), (1395720000, 0, 0, 0, 0), (1395722401, 1, 1, 0, 0), (1395730800, 0, 0, 0, 0), (1395745200, 0, 0, 0, 0), (1395746879, 1, 1, 0, 0), (1395748092, 2, 1, 1, 0), (1395748800, 1, 1, 0, 0), (1395749928, 0, 0, 0, 0), (1395752400, 0, 0, 0, 0), (1395754518, 1, 1, 0, 0), (1395759600, 0, 0, 0, 0), (1395763136, 1, 1, 0, 0), (1395763200, 1, 1, 0, 0), (1395766075, 1, 1, 0, 0), (1395766800, 1, 1, 0, 0), (1395769781, 0, 0, 0, 0), (1395770400, 0, 0, 0, 0), (1395771770, 0, 0, 0, 0), (1395802800, 0, 0, 0, 0), (1395804120, 1, 1, 0, 0), (1395805036, 0, 0, 0, 0), (1395806400, 2, 2, 0, 0), (1395808469, 1, 1, 0, 0), (1395809471, 0, 0, 0, 0), (1395810000, 0, 0, 0, 0), (1395813600, 0, 0, 0, 0), (1395815484, 1, 1, 0, 0), (1395831600, 0, 0, 0, 0), (1395835200, 1, 1, 0, 0), (1395836112, 1, 1, 0, 0), (1395837632, 1, 1, 0, 0), (1395838800, 0, 0, 0, 0), (1395840180, 0, 0, 0, 0), (1395841101, 1, 1, 0, 0), (1395842286, 0, 0, 0, 0), (1395842400, 0, 0, 0, 0), (1395846000, 0, 0, 0, 0), (1395848538, 1, 1, 0, 0), (1395849600, 0, 0, 0, 0), (1395874800, 0, 0, 0, 0), (1395875830, 2, 1, 1, 0), (1395877908, 1, 1, 0, 0), (1395878400, 0, 0, 0, 0), (1395880033, 0, 0, 0, 0), (1395880968, 1, 1, 0, 0), (1395882000, 0, 0, 0, 0), (1395883397, 0, 0, 0, 0), (1395885600, 0, 0, 0, 0), (1395889126, 1, 1, 0, 0), (1395892800, 0, 0, 0, 0), (1395895650, 1, 1, 0, 0), (1395896400, 2, 2, 0, 0), (1395897382, 2, 1, 1, 0), (1395900000, 0, 0, 0, 0), (1395901101, 1, 1, 0, 0), (1395902653, 3, 2, 1, 0), (1395903600, 0, 0, 0, 0), (1395904582, 0, 0, 0, 0), (1395905693, 0, 0, 0, 0), (1395907186, 0, 0, 0, 0), (1395907200, 0, 0, 0, 0), (1395909405, 0, 0, 0, 0), (1395910778, 0, 0, 0, 0), (1395910800, 0, 0, 0, 0), (1395912663, 1, 1, 0, 0), (1395914400, 1, 1, 0, 0), (1395917347, 1, 1, 0, 0), (1395918000, 0, 0, 0, 0), (1395919578, 0, 0, 0, 0), (1395920559, 5, 5, 0, 0), (1395921460, 21, 21, 0, 0), (1395921600, 6, 6, 0, 0), (1395922501, 19, 19, 0, 0), (1395923402, 73, 73, 0, 0), (1395924303, 65, 65, 0, 0), (1395925200, 36, 36, 0, 0), (1395926255, 10, 10, 0, 0), (1395927205, 14, 14, 0, 0), (1395928112, 2, 2, 0, 0), (1395928800, 0, 0, 0, 0), (1395929725, 0, 0, 0, 0), (1395930658, 0, 0, 0, 0), (1395931630, 0, 0, 0, 0), (1395932400, 0, 0, 0, 0), (1395933374, 1, 1, 0, 0), (1395934279, 0, 0, 0, 0), (1395935404, 0, 0, 0, 0), (1395936000, 0, 0, 0, 0), (1395936907, 2, 1, 1, 0), (1395937816, 0, 0, 0, 0), (1395939393, 2, 2, 0, 0), (1395943200, 0, 0, 0, 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_weblinks` -- CREATE TABLE IF NOT EXISTS `jos_weblinks` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `sid` int(11) NOT NULL DEFAULT '0', `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `url` varchar(250) NOT NULL DEFAULT '', `description` text NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `archived` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '1', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `jos_weblinks` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_wf_profiles` -- CREATE TABLE IF NOT EXISTS `jos_wf_profiles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `users` text NOT NULL, `types` text NOT NULL, `components` text NOT NULL, `area` tinyint(3) NOT NULL, `device` varchar(255) NOT NULL, `rows` text NOT NULL, `plugins` text NOT NULL, `published` tinyint(3) NOT NULL, `ordering` int(11) NOT NULL, `checked_out` tinyint(3) NOT NULL, `checked_out_time` datetime NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; -- -- dump ตาราง `jos_wf_profiles` -- INSERT INTO `jos_wf_profiles` (`id`, `name`, `description`, `users`, `types`, `components`, `area`, `device`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES (1, 'Default', 'Default Profile for all users', '', '19,20,21,23,24,25', '', 0, 'desktop,tablet,phone', 'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,forecolor,backcolor,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;directionality,fullscreen,preview,source,print,searchreplace,spacer,table;visualaid,visualchars,visualblocks,nonbreaking,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article', 'charmap,contextmenu,browser,inlinepopups,media,help,clipboard,searchreplace,directionality,fullscreen,preview,source,table,textcase,print,style,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists', 1, 1, 0, '0000-00-00 00:00:00', ''), (2, 'Front End', 'Sample Front-end Profile', '', '19,20,21', '', 1, 'desktop,tablet,phone', 'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;clipboard,searchreplace,indent,outdent,lists,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars,visualblocks;fullscreen,preview,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article', 'charmap,contextmenu,inlinepopups,help,clipboard,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists', 0, 2, 0, '0000-00-00 00:00:00', ''), (3, 'Blogger', 'Simple Blogging Profile', '', '19,20,21,23,24,25', '', 0, 'desktop,tablet,phone', 'bold,italic,strikethrough,lists,blockquote,spacer,justifyleft,justifycenter,justifyright,spacer,link,unlink,imgmanager,article,spellchecker,fullscreen,kitchensink;formatselect,underline,justifyfull,forecolor,clipboard,removeformat,charmap,indent,outdent,undo,redo,help', 'link,imgmanager,article,spellchecker,fullscreen,kitchensink,clipboard,contextmenu,inlinepopups,lists', 0, 3, 0, '0000-00-00 00:00:00', '{"editor":{"toggle":"0"}}'), (4, 'Mobile', 'Sample Mobile Profile', '', '19,20,21,23,24,25', '', 0, 'tablet,phone', 'undo,redo,spacer,bold,italic,underline,formatselect,spacer,justifyleft,justifycenter,justifyfull,justifyright,spacer,fullscreen,kitchensink;styleselect,lists,spellchecker,article,link,unlink', 'fullscreen,kitchensink,spellchecker,article,link,inlinepopups,lists', 0, 4, 0, '0000-00-00 00:00:00', '{"editor":{"toolbar_theme":"mobile","resizing":"0","resize_horizontal":"0","resizing_use_cookie":"0","toggle":"0","links":{"popups":{"default":"","jcemediabox":{"enable":"0"},"window":{"enable":"0"}}}}}'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_xmap` -- CREATE TABLE IF NOT EXISTS `jos_xmap` ( `name` varchar(30) NOT NULL, `value` varchar(100) DEFAULT NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_xmap` -- INSERT INTO `jos_xmap` (`name`, `value`) VALUES ('version', '1.2.10'), ('classname', 'sitemap'), ('expand_category', '1'), ('expand_section', '1'), ('show_menutitle', '1'), ('columns', '1'), ('exlinks', '1'), ('ext_image', 'img_grey.gif'), ('exclmenus', ''), ('includelink', '1'), ('sitemap_default', '1'), ('exclude_css', '0'), ('exclude_xsl', '0'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_xmap_ext` -- CREATE TABLE IF NOT EXISTS `jos_xmap_ext` ( `id` int(11) NOT NULL AUTO_INCREMENT, `extension` varchar(100) NOT NULL, `published` int(1) DEFAULT '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=35 ; -- -- dump ตาราง `jos_xmap_ext` -- INSERT INTO `jos_xmap_ext` (`id`, `extension`, `published`, `params`) VALUES (1, 'com_acymailing', 1, '-1{include_mails=1\nmax_mails=\ncat_priority=-1\ncat_changefreq=-1\nmail_priority=-1\nmail_changefreq=-1\n}'), (2, 'com_agora', 1, '-1{include_forums=1\ninclude_topics=1\nmax_topics=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nforum_priority=-1\nforum_changefreq=-1\ntopic_priority=-1\ntopic_changefreq=-1\n}'), (3, 'com_contact', 1, '-1{include_contacts=1\nmax_contacts=\ncat_priority=-1\ncat_changefreq=-1\ncontact_priority=-1\ncontact_changefreq=-1\n}'), (4, 'com_content', 1, '-1{expand_categories=1\nexpand_sections=1\narticles_order=menu\nadd_pagebreaks=1\nadd_images=0\nmax_images=1000\nshow_unauth=0\nmax_art=0\nmax_art_age=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\nkeywords=1\n}'), (5, 'com_docman', 1, '-1{include_docs=1\ndoc_task=\ncat_priority=0.5\ncat_changefreq=weekly\ndoc_priority=0.5\ndoc_changefreq=weekly\n}'), (6, 'com_eventlist', 1, '-1{include_events=1\nmax_events=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'), (7, 'com_g2bridge', 1, '-1{include_items=2\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}'), (8, 'com_glossary', 1, '-1{include_entries=1\nmax_entries=\nletter_priority=0.5\nletter_changefreq=weekly\nentry_priority=0.5\nentry_changefreq=weekly\n}'), (9, 'com_hotproperty', 1, '-1{include_properties=1\ninclude_companies=1\ninclude_agents=1\nproperties_text=Properties\ncompanies_text=Companies\nagents_text=Agents\nmax_properties=\ntype_priority=-1\ntype_changefreq=-1\nproperty_priority=-1\nproperty_changefreq=-1\ncompany_priority=-1\ncompany_changefreq=-1\nagent_priority=-1\nagent_changefreq=-1\n}'), (10, 'com_jcalpro', 1, '-1{include_events=1\ncat_priority=-1\ncat_changefreq=-1\nevent_priority=-1\nevent_changefreq=-1\n}'), (11, 'com_jdownloads', 1, '-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'), (12, 'com_jevents', 1, '-1{include_events=1\nmax_events=\ncat_priority=0.5\ncat_changefreq=weekly\nevent_priority=0.5\nevent_changefreq=weekly\n}'), (13, 'com_jmovies', 1, '-1{include_movies=1\nmax_movies=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'), (14, 'com_jomres', 1, '-1{priority=0.5\nchangefreq=weekly\n}'), (15, 'com_joomdoc', 1, '-1{include_docs=1\ndoc_task=\ncat_priority=0.5\ncat_changefreq=weekly\ndoc_priority=0.5\ndoc_changefreq=weekly\n}'), (16, 'com_joomgallery', 1, '-1{include_pictures=1\nmax_pictures=\ncat_priority=-1\ncat_changefreq=-1\npictures_priority=-1\npictures_changefreq=-1\n}'), (17, 'com_kb', 1, '-1{include_articles=1\ninclude_feeds=1\nmax_articles=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'), (18, 'com_kunena', 1, '-1{include_topics=1\nmax_topics=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\ntopic_priority=-1\ntopic_changefreq=-1\n}'), (19, 'com_lknanswers', 1, '-1{include_files=1\nmax_questions=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nquestion_priority=-1\nquestion_changefreq=-1\n}'), (20, 'com_mtree', 1, '-1{cats_order=cat_name\ninclude_links=1\nlinks_order=ordering\nmax_links=\nmax_age=\ncat_priority=0.5\ncat_changefreq=weekly\nlink_priority=0.5\nlink_changefreq=weekly\n}'), (21, 'com_myblog', 1, '-1{include_bloggers=1\ninclude_tag_clouds=1\ninclude_feed=2\ninclude_archives=2\nnumber_of_bloggers=8\ninclude_blogger_posts=1\nnumber_of_post_per_blogger=32\ntext_bloggers=Bloggers\nblogger_priority=-1\nblogger_changefreq=-1\nfeed_priority=-1\nfeed_changefreq=-1\nentry_priority=-1\nentry_changefreq=-1\ncats_priority=-1\ncats_changefreq=-1\narc_priority=-1\narc_changefreq=-1\ntag_priority=-1\ntag_changefreq=-1\n}'), (22, 'com_rapidrecipe', 1, '-1{cats_order=cat_name\ninclude_links=1\nlinks_order=ordering\nmax_links=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nrecipe_priority=-1\nrecipe_changefreq=-1\n}'), (23, 'com_remository', 1, '-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'), (24, 'com_resource', 1, '-1{include_articles=1\nmax_articles=\ncat_priority=-1\ncat_changefreq=-1\narticle_priority=-1\narticle_changefreq=-1\n}'), (25, 'com_rdautos', 1, '-1{include_vehicles=1\ncat_priority=0.5\ncat_changefreq=weekly\nvehicle_priority=0.5\nvehicle_changefreq=weekly\n}'), (26, 'com_rokdownloads', 1, '-1{include_files=1\nmax_files=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nfile_priority=-1\nfile_changefreq=-1\n}'), (27, 'com_rsgallery2', 1, '-1{include_images=1\nmax_images=\nmax_age=\nimages_order=orderding\ncat_priority=0.5\ncat_changefreq=weekly\nimage_priority=0.5\nimage_changefreq=weekly\n}'), (28, 'com_sectionex', 1, '-1{expand_categories=1\nexpand_sections=1\nshow_unauth=0\ncat_priority=-1\ncat_changefreq=-1\nart_priority=-1\nart_changefreq=-1\n}'), (29, 'com_cmsshopbuilder', 1, '-1{include_items=1\nmax_items=\nmax_age=\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}'), (30, 'com_sobi2', 1, '-1{include_entries=1\nmax_entries=\nmax_age=\nentries_order=a.ordering\nentries_orderdir=DESC\ncat_priority=-1\ncat_changefreq=weekly\nentry_priority=-1\nentry_changefreq=weekly\n}'), (31, 'com_virtuemart', 1, '-1{include_products=1\ninclude_product_images=0\nproduct_image_license_url=\ncat_priority=0.5\ncat_changefreq=weekly\nprod_priority=0.5\nprod_changefreq=weekly\n}'), (32, 'com_weblinks', 1, '-1{include_links=1\nmax_links=\ncat_priority=-1\ncat_changefreq=-1\nlink_priority=-1\nlink_changefreq=-1\n}'), (33, 'com_yoflash', 1, '-1{include_yoflash=1\nmax_games=\ncat_priority=-1\ncat_changefreq=-1\ngames_priority=-1\ngames_changefreq=-1\n}'), (34, 'com_zoo', 1, '-1{include_categories=1\ninclude_items=1\ncat_priority=-1\ncat_changefreq=-1\nitem_priority=-1\nitem_changefreq=-1\n}'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_xmap_items` -- CREATE TABLE IF NOT EXISTS `jos_xmap_items` ( `uid` varchar(100) NOT NULL, `itemid` int(11) NOT NULL, `view` varchar(10) NOT NULL, `sitemap_id` int(11) NOT NULL, `properties` varchar(300) DEFAULT NULL, PRIMARY KEY (`uid`,`itemid`,`view`,`sitemap_id`), KEY `uid` (`uid`,`itemid`), KEY `view` (`view`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_xmap_items` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_xmap_sitemap` -- CREATE TABLE IF NOT EXISTS `jos_xmap_sitemap` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `expand_category` int(11) DEFAULT NULL, `expand_section` int(11) DEFAULT NULL, `show_menutitle` int(11) DEFAULT NULL, `columns` int(11) DEFAULT NULL, `exlinks` int(11) DEFAULT NULL, `ext_image` varchar(255) DEFAULT NULL, `menus` text, `exclmenus` varchar(255) DEFAULT NULL, `includelink` int(11) DEFAULT NULL, `usecache` int(11) DEFAULT NULL, `cachelifetime` int(11) DEFAULT NULL, `classname` varchar(255) DEFAULT NULL, `count_xml` int(11) DEFAULT NULL, `count_html` int(11) DEFAULT NULL, `views_xml` int(11) DEFAULT NULL, `views_html` int(11) DEFAULT NULL, `lastvisit_xml` int(11) DEFAULT NULL, `lastvisit_html` int(11) DEFAULT NULL, `excluded_items` text, `compress_xml` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_xmap_sitemap` -- INSERT INTO `jos_xmap_sitemap` (`id`, `name`, `expand_category`, `expand_section`, `show_menutitle`, `columns`, `exlinks`, `ext_image`, `menus`, `exclmenus`, `includelink`, `usecache`, `cachelifetime`, `classname`, `count_xml`, `count_html`, `views_xml`, `views_html`, `lastvisit_xml`, `lastvisit_html`, `excluded_items`, `compress_xml`) VALUES (1, '_XMAP_NAME_NEW_SITEMAP', 0, 0, 0, 2, 1, 'img_blue.gif', 'hornav,0,1,1,0.5,daily,mod_mainmenu\ntopnav,1,1,1,0.5,daily,mod_mainmenu\nUtilities-menu,2,1,1,0.5,daily,mod_mainmenu', '', 1, 0, 15, 'xmap', 7, 13, 63, 54, 1395931206, 1395935849, '', 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_youtubegallery_categories` -- CREATE TABLE IF NOT EXISTS `jos_youtubegallery_categories` ( `id` int(10) NOT NULL AUTO_INCREMENT, `categoryname` varchar(50) NOT NULL, `description` text NOT NULL, `image` varchar(255) NOT NULL, `parentid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- dump ตาราง `jos_youtubegallery_categories` -- INSERT INTO `jos_youtubegallery_categories` (`id`, `categoryname`, `description`, `image`, `parentid`) VALUES (1, 'NHRC', '', '', 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_youtubegallery_settings` -- CREATE TABLE IF NOT EXISTS `jos_youtubegallery_settings` ( `option` varchar(50) NOT NULL, `value` varchar(255) DEFAULT NULL, PRIMARY KEY (`option`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `jos_youtubegallery_settings` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_youtubegallery_themes` -- CREATE TABLE IF NOT EXISTS `jos_youtubegallery_themes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `themename` varchar(50) NOT NULL, `showtitle` tinyint(1) NOT NULL, `playvideo` tinyint(1) NOT NULL, `repeat` tinyint(1) NOT NULL, `fullscreen` tinyint(1) NOT NULL, `autoplay` tinyint(1) NOT NULL, `related` tinyint(1) NOT NULL, `showinfo` tinyint(1) NOT NULL, `bgcolor` varchar(20) NOT NULL, `cols` smallint(6) NOT NULL, `width` int(11) NOT NULL, `height` int(11) NOT NULL, `cssstyle` varchar(255) NOT NULL, `navbarstyle` varchar(255) NOT NULL, `thumbnailstyle` varchar(255) NOT NULL, `linestyle` varchar(255) NOT NULL, `showlistname` tinyint(1) NOT NULL, `listnamestyle` varchar(255) NOT NULL, `showactivevideotitle` tinyint(1) NOT NULL, `activevideotitlestyle` varchar(255) NOT NULL, `color1` varchar(255) NOT NULL, `color2` varchar(255) NOT NULL, `border` smallint(6) NOT NULL, `description` tinyint(1) NOT NULL, `descr_position` smallint(6) NOT NULL, `descr_style` varchar(255) NOT NULL, `openinnewwindow` smallint(6) NOT NULL, `rel` varchar(255) NOT NULL, `hrefaddon` varchar(255) NOT NULL, `pagination` smallint(6) NOT NULL, `customlimit` smallint(6) NOT NULL, `controls` tinyint(1) NOT NULL DEFAULT '1', `youtubeparams` varchar(450) NOT NULL, `playertype` smallint(6) NOT NULL, `useglass` tinyint(1) NOT NULL DEFAULT '0', `logocover` varchar(255) NOT NULL, `customlayout` text NOT NULL, `prepareheadtags` smallint(6) NOT NULL DEFAULT '0', `muteonplay` tinyint(1) NOT NULL DEFAULT '0', `volume` smallint(6) NOT NULL DEFAULT '-1', `orderby` varchar(50) NOT NULL, `customnavlayout` text NOT NULL, `responsive` smallint(6) NOT NULL DEFAULT '0', `mediafolder` varchar(255) NOT NULL, `readonly` tinyint(1) NOT NULL DEFAULT '0', `headscript` text NOT NULL, `themedescription` text NOT NULL, `nocookie` tinyint(1) NOT NULL DEFAULT '0', `changepagetitle` smallint(6) NOT NULL DEFAULT '0', `allowplaylist` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_youtubegallery_themes` -- INSERT INTO `jos_youtubegallery_themes` (`id`, `themename`, `showtitle`, `playvideo`, `repeat`, `fullscreen`, `autoplay`, `related`, `showinfo`, `bgcolor`, `cols`, `width`, `height`, `cssstyle`, `navbarstyle`, `thumbnailstyle`, `linestyle`, `showlistname`, `listnamestyle`, `showactivevideotitle`, `activevideotitlestyle`, `color1`, `color2`, `border`, `description`, `descr_position`, `descr_style`, `openinnewwindow`, `rel`, `hrefaddon`, `pagination`, `customlimit`, `controls`, `youtubeparams`, `playertype`, `useglass`, `logocover`, `customlayout`, `prepareheadtags`, `muteonplay`, `volume`, `orderby`, `customnavlayout`, `responsive`, `mediafolder`, `readonly`, `headscript`, `themedescription`, `nocookie`, `changepagetitle`, `allowplaylist`) VALUES (1, 'Simple Grid - Default', 1, 1, 0, 1, 0, 0, 1, '', 4, 605, 400, '', '', 'width:142px;margin:4px;padding:0;', 'border-color:#E7E7E9;border-style:solid;border-width:1px;', 1, '', 1, '', 'DA892E', '141414', 1, 1, 0, '', 4, '', '', 2, 8, 1, '', 1, 0, '', '', 1, 0, 5, 'ordering', '[a][image][/a]<br/>\r\n<div style="width:142px;margin:2px;padding:0;">\r\n<a href="[link]" class="">[title]</a><br/>\r\n\r\n[if:duration]\r\n<span style="color: grey;font-size:10px;">[duration] sec.</span>\r\n[endif:duration]<br/>\r\n<span style="color: grey;font-size:10px;">Views: [viewcount]</span>\r\n\r\n</div>', 1, '', 0, '', '', 1, 1, 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_youtubegallery_videolists` -- CREATE TABLE IF NOT EXISTS `jos_youtubegallery_videolists` ( `id` int(10) NOT NULL AUTO_INCREMENT, `listname` varchar(50) NOT NULL, `videolist` text, `catid` int(11) NOT NULL, `updateperiod` float NOT NULL DEFAULT '7', `lastplaylistupdate` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `jos_youtubegallery_videolists` -- INSERT INTO `jos_youtubegallery_videolists` (`id`, `listname`, `videolist`, `catid`, `updateperiod`, `lastplaylistupdate`) VALUES (1, 'NHRC Video', 'http://youtu.be/yScHDABGJAE\r\nhttp://youtu.be/4bH57Nn03w0\r\nhttp://youtu.be/gvR6hnpBqKI\r\nhttp://youtu.be/t1h7t_mmkMY', 1, 0.041, '2014-03-27 18:56:39'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `jos_youtubegallery_videos` -- CREATE TABLE IF NOT EXISTS `jos_youtubegallery_videos` ( `id` int(10) NOT NULL AUTO_INCREMENT, `listid` int(11) NOT NULL, `parentid` int(11) NOT NULL, `videosource` varchar(30) NOT NULL, `videoid` varchar(128) NOT NULL, `imageurl` varchar(1024) NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `custom_imageurl` varchar(255) NOT NULL, `custom_title` varchar(255) NOT NULL, `custom_description` text NOT NULL, `specialparams` varchar(255) NOT NULL, `lastupdate` datetime NOT NULL, `allowupdates` tinyint(1) NOT NULL DEFAULT '0', `status` smallint(6) NOT NULL, `isvideo` tinyint(1) NOT NULL DEFAULT '0', `link` text NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `publisheddate` datetime NOT NULL, `duration` int(11) NOT NULL DEFAULT '0', `rating_average` float NOT NULL DEFAULT '0', `rating_max` smallint(6) NOT NULL DEFAULT '0', `rating_min` smallint(6) NOT NULL DEFAULT '0', `rating_numRaters` int(11) NOT NULL DEFAULT '0', `statistics_favoriteCount` int(11) NOT NULL DEFAULT '0', `statistics_viewCount` int(11) NOT NULL DEFAULT '0', `keywords` text NOT NULL, `startsecond` smallint(6) NOT NULL DEFAULT '0', `endsecond` smallint(6) NOT NULL DEFAULT '0', `likes` int(11) NOT NULL DEFAULT '0', `dislikes` int(11) NOT NULL DEFAULT '0', `commentcount` int(11) NOT NULL DEFAULT '0', `channel_username` varchar(255) NOT NULL, `channel_title` varchar(255) NOT NULL, `channel_subscribers` int(11) NOT NULL DEFAULT '0', `channel_subscribed` smallint(6) NOT NULL DEFAULT '0', `channel_location` varchar(5) NOT NULL, `channel_commentcount` int(11) NOT NULL DEFAULT '0', `channel_viewcount` int(11) NOT NULL DEFAULT '0', `channel_videocount` int(11) NOT NULL DEFAULT '0', `channel_description` text NOT NULL, `channel_totaluploadviews` int(11) NOT NULL DEFAULT '0', `alias` varchar(255) NOT NULL, `rawdata` mediumtext NOT NULL, `datalink` varchar(1024) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; -- -- dump ตาราง `jos_youtubegallery_videos` -- INSERT INTO `jos_youtubegallery_videos` (`id`, `listid`, `parentid`, `videosource`, `videoid`, `imageurl`, `title`, `description`, `custom_imageurl`, `custom_title`, `custom_description`, `specialparams`, `lastupdate`, `allowupdates`, `status`, `isvideo`, `link`, `ordering`, `publisheddate`, `duration`, `rating_average`, `rating_max`, `rating_min`, `rating_numRaters`, `statistics_favoriteCount`, `statistics_viewCount`, `keywords`, `startsecond`, `endsecond`, `likes`, `dislikes`, `commentcount`, `channel_username`, `channel_title`, `channel_subscribers`, `channel_subscribed`, `channel_location`, `channel_commentcount`, `channel_viewcount`, `channel_videocount`, `channel_description`, `channel_totaluploadviews`, `alias`, `rawdata`, `datalink`) VALUES (1, 1, 0, 'youtube', 'yScHDABGJAE', 'http://i1.ytimg.com/vi/yScHDABGJAE/default.jpg,http://i1.ytimg.com/vi/yScHDABGJAE/mqdefault.jpg,http://i1.ytimg.com/vi/yScHDABGJAE/hqdefault.jpg,http://i1.ytimg.com/vi/yScHDABGJAE/1.jpg,http://i1.ytimg.com/vi/yScHDABGJAE/2.jpg,http://i1.ytimg.com/vi/yScHDABGJAE/3.jpg', 'งานเสวนาวีระ-ราตรีกับสิทธิมนุษยชน', 'เสวนาโต๊ะกลม "มนุษยธรรม กับ สิทธิมนุษยชน : กรณีศึกษา วีระ -- ราตรี" โดย นพ.นิรันดร์ พิทักษ์วัชระ ประธานคณะอนุกรรมการด้านสิทธิพลเมืองและสิทธิทางด้านการเมืองในคณะกรรมการสิทธิมนุษยชนแห่งชาติ นพ.พลเดช ปิ่นประทีป เลขาธิการมูลนิธิชุมชนท้องถิ่นพัฒนา ศ.ดร.จรัส สุวรรณมาลา คณะรัฐศาสตร์จุฬาลงกรณ์มหาวิทยาลัย ถ่ายทอดสดจากห้องประชุมสำนักงานคณะกรรมการสิทธิมนุษยชนแห่งชาติ ชั้น ๗ ศูนย์ราชการเฉลิมพระเกียรติ ๘๐ พรรษาโดยfmtv', '', '', '', '', '2014-03-27 18:56:41', 1, 200, 1, 'http://youtu.be/yScHDABGJAE', 10000, '2012-07-11 07:17:58', 395, 5, 5, 1, 3, 0, 162, '', 0, 0, 3, 0, 1, '', '', 0, 0, '', 0, 0, 0, '', 0, 'yScHDABGJAE', '', 'http://gdata.youtube.com/feeds/api/videos/yScHDABGJAE?v=2'), (2, 1, 0, 'youtube', '4bH57Nn03w0', 'http://i1.ytimg.com/vi/4bH57Nn03w0/default.jpg,http://i1.ytimg.com/vi/4bH57Nn03w0/mqdefault.jpg,http://i1.ytimg.com/vi/4bH57Nn03w0/hqdefault.jpg,http://i1.ytimg.com/vi/4bH57Nn03w0/sddefault.jpg,http://i1.ytimg.com/vi/4bH57Nn03w0/1.jpg,http://i1.ytimg.com/vi/4bH57Nn03w0/2.jpg,http://i1.ytimg.com/vi/4bH57Nn03w0/3.jpg', 'Human Guide ตอนที่ 2 สิทธิทางการเมือง', '', '', '', '', '', '2014-03-27 18:56:42', 1, 200, 1, 'http://youtu.be/4bH57Nn03w0', 20000, '2013-11-12 17:06:37', 6658, 0, 0, 0, 0, 0, 15, '', 0, 0, 0, 0, 0, '', '', 0, 0, '', 0, 0, 0, '', 0, 'human-guide--2', '', 'http://gdata.youtube.com/feeds/api/videos/4bH57Nn03w0?v=2'), (3, 1, 0, 'youtube', 'gvR6hnpBqKI', 'http://i1.ytimg.com/vi/gvR6hnpBqKI/default.jpg,http://i1.ytimg.com/vi/gvR6hnpBqKI/mqdefault.jpg,http://i1.ytimg.com/vi/gvR6hnpBqKI/hqdefault.jpg,http://i1.ytimg.com/vi/gvR6hnpBqKI/sddefault.jpg,http://i1.ytimg.com/vi/gvR6hnpBqKI/1.jpg,http://i1.ytimg.com/vi/gvR6hnpBqKI/2.jpg,http://i1.ytimg.com/vi/gvR6hnpBqKI/3.jpg', 'CSR คืนสู่สังคม ตอน เชฟรอน The Power Of Human Energy ช่วง 1', '', '', '', '', '', '2014-03-27 18:56:43', 1, 200, 1, 'http://youtu.be/gvR6hnpBqKI', 30000, '2013-08-14 04:44:27', 415, 0, 0, 0, 0, 0, 146, '', 0, 0, 0, 0, 0, '', '', 0, 0, '', 0, 0, 0, '', 0, 'csr-------the-power-of-human-energy---1', '', 'http://gdata.youtube.com/feeds/api/videos/gvR6hnpBqKI?v=2'), (4, 1, 0, 'youtube', 't1h7t_mmkMY', 'http://i1.ytimg.com/vi/t1h7t_mmkMY/default.jpg,http://i1.ytimg.com/vi/t1h7t_mmkMY/mqdefault.jpg,http://i1.ytimg.com/vi/t1h7t_mmkMY/hqdefault.jpg,http://i1.ytimg.com/vi/t1h7t_mmkMY/1.jpg,http://i1.ytimg.com/vi/t1h7t_mmkMY/2.jpg,http://i1.ytimg.com/vi/t1h7t_mmkMY/3.jpg', 'CSR คืนสู่สังคม Easy Buy 1', '', '', '', '', '', '2014-03-27 18:56:44', 1, 200, 1, 'http://youtu.be/t1h7t_mmkMY', 40000, '2013-07-24 12:42:57', 1011, 0, 0, 0, 0, 0, 30, '', 0, 0, 0, 0, 0, '', '', 0, 0, '', 0, 0, 0, '', 0, 'csr-----easy-buy-1', '', 'http://gdata.youtube.com/feeds/api/videos/t1h7t_mmkMY?v=2'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_admin_info_files` -- CREATE TABLE IF NOT EXISTS `smf_admin_info_files` ( `id_file` tinyint(4) unsigned NOT NULL AUTO_INCREMENT, `filename` varchar(255) NOT NULL DEFAULT '', `path` varchar(255) NOT NULL DEFAULT '', `parameters` varchar(255) NOT NULL DEFAULT '', `data` text NOT NULL, `filetype` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id_file`), KEY `filename` (`filename`(30)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ; -- -- dump ตาราง `smf_admin_info_files` -- INSERT INTO `smf_admin_info_files` (`id_file`, `filename`, `path`, `parameters`, `data`, `filetype`) VALUES (1, 'current-version.js', '/smf/', 'version=%3$s', 'window.smfVersion = "SMF 2.0.7";', 'text/javascript'), (2, 'detailed-version.js', '/smf/', 'language=%1$s&version=%3$s', 'window.smfVersions = {\n ''SMF'': ''SMF 2.0.7'',\n ''SourcesAdmin.php'': ''2.0'',\n ''SourcesBoardIndex.php'': ''2.0'',\n ''SourcesCalendar.php'': ''2.0'',\n ''SourcesClass-Graphics.php'': ''2.0'',\n ''SourcesClass-Package.php'': ''2.0.7'',\n ''SourcesDbExtra-mysql.php'': ''2.0'',\n ''SourcesDbExtra-postgresql.php'': ''2.0'',\n ''SourcesDbExtra-sqlite.php'': ''2.0'',\n ''SourcesDbPackages-mysql.php'': ''2.0'',\n ''SourcesDbPackages-postgresql.php'': ''2.0'',\n ''SourcesDbPackages-sqlite.php'': ''2.0'',\n ''SourcesDbSearch-mysql.php'': ''2.0'',\n ''SourcesDbSearch-postgresql.php'': ''2.0.7'',\n ''SourcesDbSearch-sqlite.php'': ''2.0.7'',\n ''SourcesDisplay.php'': ''2.0.7'',\n ''SourcesDumpDatabase.php'': ''2.0'',\n ''SourcesErrors.php'': ''2.0.4'',\n ''SourcesGroups.php'': ''2.0'',\n ''SourcesHelp.php'': ''2.0'',\n ''SourcesKarma.php'': ''2.0'',\n ''SourcesLoad.php'': ''2.0.7'',\n ''SourcesLockTopic.php'': ''2.0'',\n ''SourcesLogInOut.php'': ''2.0.7'',\n ''SourcesManageAttachments.php'': ''2.0'',\n ''SourcesManageBans.php'': ''2.0'',\n ''SourcesManageBoards.php'': ''2.0'',\n ''SourcesManageCalendar.php'': ''2.0'',\n ''SourcesManageErrors.php'': ''2.0.4'',\n ''SourcesManageMail.php'': ''2.0'',\n ''SourcesManageMaintenance.php'': ''2.0.7'',\n ''SourcesManageMembergroups.php'': ''2.0.7'',\n ''SourcesManageMembers.php'': ''2.0'',\n ''SourcesManageNews.php'': ''2.0.5'',\n ''SourcesManagePaid.php'': ''2.0.3'',\n ''SourcesManagePermissions.php'': ''2.0'',\n ''SourcesManagePosts.php'': ''2.0'',\n ''SourcesManageRegistration.php'': ''2.0'',\n ''SourcesManageScheduledTasks.php'': ''2.0'',\n ''SourcesManageSearch.php'': ''2.0'',\n ''SourcesManageSearchEngines.php'': ''2.0'',\n ''SourcesManageServer.php'': ''2.0.5'',\n ''SourcesManageSettings.php'': ''2.0.6'',\n ''SourcesManageSmileys.php'': ''2.0'',\n ''SourcesMemberlist.php'': ''2.0.2'',\n ''SourcesMessageIndex.php'': ''2.0.2'',\n ''SourcesModerationCenter.php'': ''2.0.1'',\n ''SourcesModlog.php'': ''2.0.7'',\n ''SourcesMoveTopic.php'': ''2.0'',\n ''SourcesNews.php'': ''2.0.7'',\n ''SourcesNotify.php'': ''2.0'',\n ''SourcesPackageGet.php'': ''2.0'',\n ''SourcesPackages.php'': ''2.0.2'',\n ''SourcesPersonalMessage.php'': ''2.0.5'',\n ''SourcesPoll.php'': ''2.0'',\n ''SourcesPost.php'': ''2.0.7'',\n ''SourcesPostModeration.php'': ''2.0'',\n ''SourcesPrintpage.php'': ''2.0'',\n ''SourcesProfile.php'': ''2.0.6'',\n ''SourcesProfile-Actions.php'': ''2.0.6'',\n ''SourcesProfile-Modify.php'': ''2.0.7'',\n ''SourcesProfile-View.php'': ''2.0.5'',\n ''SourcesQueryString.php'': ''2.0.7'',\n ''SourcesRecent.php'': ''2.0'',\n ''SourcesRegister.php'': ''2.0.7'',\n ''SourcesReminder.php'': ''2.0.4'',\n ''SourcesRemoveTopic.php'': ''2.0'',\n ''SourcesRepairBoards.php'': ''2.0'',\n ''SourcesReports.php'': ''2.0'',\n ''SourcesSSI.php'': ''2.0.7'',\n ''SourcesScheduledTasks.php'': ''2.0.7'',\n ''SourcesSearch.php'': ''2.0.7'',\n ''SourcesSearchAPI-Custom.php'': ''2.0'',\n ''SourcesSearchAPI-Fulltext.php'': ''2.0'',\n ''SourcesSearchAPI-Standard.php'': ''2.0'',\n ''SourcesSecurity.php'': ''2.0.3'',\n ''SourcesSendTopic.php'': ''2.0'',\n ''SourcesSplitTopics.php'': ''2.0'',\n ''SourcesStats.php'': ''2.0'',\n ''SourcesSubs.php'': ''2.0.7'',\n ''SourcesSubs-Admin.php'': ''2.0'',\n ''SourcesSubs-Auth.php'': ''2.0.7'',\n ''SourcesSubs-BoardIndex.php'': ''2.0'',\n ''SourcesSubs-Boards.php'': ''2.0'',\n ''SourcesSubs-Calendar.php'': ''2.0'',\n ''SourcesSubs-Categories.php'' : ''2.0'',\n ''SourcesSubs-Charset.php'' : ''2.0'',\n ''SourcesSubs-Compat.php'': ''2.0'',\n ''SourcesSubs-Db-mysql.php'': ''2.0.4'',\n ''SourcesSubs-Db-postgresql.php'': ''2.0.4'',\n ''SourcesSubs-Db-sqlite.php'': ''2.0'',\n ''SourcesSubs-Editor.php'': ''2.0.7'',\n ''SourcesSubs-Graphics.php'': ''2.0'',\n ''SourcesSubs-List.php'': ''2.0'',\n ''SourcesSubs-Membergroups.php'': ''2.0'',\n ''SourcesSubs-Members.php'': ''2.0.7'',\n ''SourcesSubs-MembersOnline.php'': ''2.0'',\n ''SourcesSubs-Menu.php'': ''2.0.1'',\n ''SourcesSubs-MessageIndex.php'': ''2.0'',\n ''SourcesSubs-OpenID.php'': ''2.0'',\n ''SourcesSubs-Package.php'': ''2.0.1'',\n ''SourcesSubs-Post.php'': ''2.0.7'',\n ''SourcesSubs-Recent.php'': ''2.0'',\n ''SourcesSubscriptions-PayPal.php'': ''2.0.3'',\n ''Sourcessubscriptions.php'': ''2.0.2'',\n ''SourcesSubs-Sound.php'': ''2.0'',\n ''SourcesThemes.php'': ''2.0.4'',\n ''SourcesViewQuery.php'': ''2.0'',\n ''SourcesWho.php'': ''2.0.2'',\n ''SourcesXml.php'': ''2.0'',\n ''DefaultAdmin.template.php'': ''2.0'',\n ''DefaultBoardIndex.template.php'': ''2.0'',\n ''DefaultCalendar.template.php'': ''2.0'',\n ''DefaultCompat.template.php'': ''2.0'',\n ''DefaultDisplay.template.php'': ''2.0'',\n ''DefaultErrors.template.php'': ''2.0'',\n ''DefaultGenericControls.template.php'': ''2.0'',\n ''DefaultGenericList.template.php'': ''2.0'',\n ''DefaultGenericMenu.template.php'': ''2.0'',\n ''DefaultHelp.template.php'': ''2.0.6'',\n ''DefaultLogin.template.php'': ''2.0'',\n ''DefaultManageAttachments.template.php'': ''2.0'',\n ''DefaultManageBans.template.php'': ''2.0'',\n ''DefaultManageBoards.template.php'': ''2.0'',\n ''DefaultManageCalendar.template.php'': ''2.0'',\n ''DefaultManageMail.template.php'': ''2.0'',\n ''DefaultManageMaintenance.template.php'': ''2.0'',\n ''DefaultManageMembergroups.template.php'': ''2.0'',\n ''DefaultManageMembers.template.php'': ''2.0'',\n ''DefaultManageNews.template.php'': ''2.0'',\n ''DefaultManagePaid.template.php'': ''2.0'',\n ''DefaultManagePermissions.template.php'': ''2.0'',\n ''DefaultManageScheduledTasks.template.php'': ''2.0'',\n ''DefaultManageSearch.template.php'': ''2.0'',\n ''DefaultManageSmileys.template.php'': ''2.0'',\n ''DefaultMemberlist.template.php'': ''2.0'',\n ''DefaultMessageIndex.template.php'': ''2.0'',\n ''DefaultModerationCenter.template.php'': ''2.0'',\n ''DefaultMoveTopic.template.php'': ''2.0'',\n ''DefaultNotify.template.php'': ''2.0'',\n ''DefaultPackages.template.php'': ''2.0'',\n ''DefaultPersonalMessage.template.php'': ''2.0'',\n ''DefaultPoll.template.php'': ''2.0'',\n ''DefaultPost.template.php'': ''2.0'',\n ''DefaultPrintpage.template.php'': ''2.0'',\n ''DefaultProfile.template.php'': ''2.0'',\n ''DefaultRecent.template.php'': ''2.0'',\n ''DefaultRegister.template.php'': ''2.0'',\n ''DefaultReminder.template.php'': ''2.0'',\n ''DefaultReports.template.php'': ''2.0'',\n ''DefaultSearch.template.php'': ''2.0'',\n ''DefaultSendTopic.template.php'': ''2.0'',\n ''DefaultSettings.template.php'': ''2.0'',\n ''DefaultSplitTopics.template.php'': ''2.0'',\n ''DefaultStats.template.php'': ''2.0'',\n ''DefaultThemes.template.php'': ''2.0.7'',\n ''DefaultWho.template.php'': ''2.0'',\n ''DefaultWireless.template.php'': ''2.0'',\n ''DefaultXml.template.php'': ''2.0'',\n ''Defaultindex.template.php'': ''2.0'',\n ''TemplatesAdmin.template.php'': ''2.0'',\n ''TemplatesBoardIndex.template.php'': ''2.0'',\n ''TemplatesCalendar.template.php'': ''2.0'',\n ''TemplatesDisplay.template.php'': ''2.0'',\n ''TemplatesErrors.template.php'': ''2.0'',\n ''TemplatesGenericControls.template.php'': ''2.0'',\n ''TemplatesGenericList.template.php'': ''2.0'',\n ''TemplatesGenericMenu.template.php'': ''2.0'',\n ''TemplatesHelp.template.php'': ''2.0'',\n ''TemplatesLogin.template.php'': ''2.0'',\n ''TemplatesManageAttachments.template.php'': ''2.0'',\n ''TemplatesManageBans.template.php'': ''2.0'',\n ''TemplatesManageBoards.template.php'': ''2.0'',\n ''TemplatesManageCalendar.template.php'': ''2.0'',\n ''TemplatesManageMail.template.php'': ''2.0'',\n ''TemplatesManageMaintenance.template.php'': ''2.0'',\n ''TemplatesManageMembergroups.template.php'': ''2.0'',\n ''TemplatesManageMembers.template.php'': ''2.0'',\n ''TemplatesManageNews.template.php'': ''2.0'',\n ''TemplatesManagePaid.template.php'': ''2.0'',\n ''TemplatesManagePermissions.template.php'': ''2.0'',\n ''TemplatesManageSearch.template.php'': ''2.0'',\n ''TemplatesManageSmileys.template.php'': ''2.0'',\n ''TemplatesMemberlist.template.php'': ''2.0'',\n ''TemplatesMessageIndex.template.php'': ''2.0'',\n ''TemplatesModerationCenter.template.php'': ''2.0'',\n ''TemplatesModlog.template.php'': ''2.0'',\n ''TemplatesMoveTopic.template.php'': ''2.0'',\n ''TemplatesNotify.template.php'': ''2.0'',\n ''TemplatesPackages.template.php'': ''2.0'',\n ''TemplatesPersonalMessage.template.php'': ''2.0'',\n ''TemplatesPoll.template.php'': ''2.0'',\n ''TemplatesPost.template.php'': ''2.0'',\n ''TemplatesPrintpage.template.php'': ''2.0'',\n ''TemplatesProfile.template.php'': ''2.0'',\n ''TemplatesRecent.template.php'': ''2.0'',\n ''TemplatesRegister.template.php'': ''2.0'',\n ''TemplatesReminder.template.php'': ''2.0'',\n ''TemplatesReports.template.php'': ''2.0'',\n ''TemplatesSearch.template.php'': ''2.0'',\n ''TemplatesSendTopic.template.php'': ''2.0'',\n ''TemplatesSettings.template.php'': ''2.0'',\n ''TemplatesSplitTopics.template.php'': ''2.0'',\n ''TemplatesStats.template.php'': ''2.0'',\n ''TemplatesThemes.template.php'': ''2.0'',\n ''TemplatesWho.template.php'': ''2.0'',\n ''TemplatesWireless.template.php'': ''2.0'',\n ''TemplatesXml.template.php'': ''2.0'',\n ''Templatesindex.template.php'': ''2.0''\n};\n\nwindow.smfLanguageVersions = {\n ''Admin'': ''2.0'',\n ''EmailTemplates'': ''2.0'',\n ''Errors'': ''2.0'',\n ''Help'': ''2.0'',\n ''index'': ''2.0.4'',\n ''Install'': ''2.0'',\n ''Login'': ''2.0'',\n ''ManageBoards'': ''2.0'',\n ''ManageCalendar'': ''2.0'',\n ''ManageMail'': ''2.0'',\n ''ManageMaintenance'': ''2.0'',\n ''ManageMembers'': ''2.0'',\n ''ManagePaid'': ''2.0'',\n ''ManagePermissions'': ''2.0'',\n ''ManageScheduledTasks'': ''2.0'',\n ''ManageSettings'': ''2.0'',\n ''ManageSmileys'': ''2.0'',\n ''Manual'': ''2.0'',\n ''ModerationCenter'': ''2.0'',\n ''Modifications'': ''2.0'',\n ''Modlog'': ''2.0'',\n ''Packages'': ''2.0'',\n ''PersonalMessage'': ''2.0'',\n ''Post'': ''2.0'',\n ''Profile'': ''2.0'',\n ''Reports'': ''2.0'',\n ''Search'': ''2.0'',\n ''Settings'': ''2.0'',\n ''Stats'': ''2.0'',\n ''Themes'': ''2.0'',\n ''Who'': ''2.0'',\n ''Wireless'': ''2.0''\n};\n', 'text/javascript'), (3, 'latest-news.js', '/smf/', 'language=%1$s&format=%2$s', '\nwindow.smfAnnouncements = [\n {\n subject: ''SMF 2.0.7 released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=517205.0'',\n time: ''January 20, 2014, 09:48:07 PM'',\n author: ''Oldiesmann'',\n message: ''A patch has been released, addressing several bugs, including PHP 5.5 compatibility. We urge all forum administrators to upgrade to SMF 2.0.7—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.6 and 1.1.19 security patches have been released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=512964.0'',\n time: ''October 22, 2013, 09:00:00 AM'',\n author: ''Illori'',\n message: ''Critical security patches have been released, addressing few vulnerabilities in SMF 2.0.x and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.5 security patches has been released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=509417.0'',\n time: ''August 12, 2013, 08:34:06 PM'',\n author: ''Oldiesmann'',\n message: ''A critical security patch has been released, addressing a few vulnerabilities in SMF 2.0.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.4 and 1.1.18 security patches have been released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=496403.0'',\n time: ''February 01, 2013, 05:27:00 PM'',\n author: ''emanuele'',\n message: ''Critical security patches have been released, addressing few vulnerabilities in SMF 2.0.x and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.3, 1.1.17 and 1.0.23 security patches have been released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=492786.0'',\n time: ''December 16, 2012, 11:41:05 PM'',\n author: ''emanuele'',\n message: ''Security patches have been released, addressing a vulnerability in SMF 2.0.x, SMF 1.1.x and SMF 1.0.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.2 and 1.1.16 security patches have been released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=463103.0'',\n time: ''December 23, 2011, 12:41:31 AM'',\n author: ''Norv'',\n message: ''Critical security patches have been released, addressing vulnerabilities in SMF 2.0.x and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0.1 and 1.1.15 security patches have been released.'',\n href: ''http://www.simplemachines.org/community/index.php?topic=452888.0'',\n time: ''September 18, 2011, 04:48:18 PM'',\n author: ''Norv'',\n message: ''Critical security patches have been released, addressing vulnerabilities in SMF 2.0 and SMF 1.1.x. We urge all administrators to upgrade as soon as possible. Just visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Gold'',\n href: ''http://www.simplemachines.org/community/index.php?topic=421547.0'',\n time: ''June 04, 2011, 05:00:00 PM'',\n author: ''Norv'',\n message: ''SMF 2.0 has gone Gold! Please upgrade your forum from older versions, as 2.0 is now the stable version, and mods and themes will be built on it.''\n },\n {\n subject: ''SMF 1.1.13, 2.0 RC4 security patch and SMF 2.0 RC5 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=421547.0'',\n time: ''February 11, 2011, 03:16:35 PM'',\n author: ''Norv'',\n message: ''Simple Machines announces the release of important security patches for SMF 1.1.x and SMF 2.0 RC4, along with the fifth Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 2.0 RC4 and SMF 1.1.12 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=407256.0'',\n time: ''November 01, 2010, 12:14:21 PM'',\n author: ''Norv'',\n message: ''Simple Machines is pleased to announce the release of the fourth Release Candidate of SMF 2.0, along with an important security patch for SMF 1.1.x. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 2.0 RC3 Public released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=369616.0'',\n time: ''March 08, 2010, 06:03:11 PM'',\n author: ''Aaron'',\n message: ''Simple Machines is pleased to announce the release of the third Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.11 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=351341.0'',\n time: ''December 01, 2009, 05:59:19 PM'',\n author: ''SleePy'',\n message: ''A patch has been released, addressing multiple vulnerabilites. We urge all forum administrators to upgrade to 1.1.11. Simply visit the package manager to install the patch. Also for those still using the 1.0 branch, version 1.0.19 has been released.''\n },\n {\n subject: ''SMF 2.0 RC2 Public released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=346813.0'',\n time: ''November 08, 2009, 07:10:03 PM'',\n author: ''Aaron'',\n message: ''Simple Machines is very pleased to announce the release of the second Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.10 and 2.0 RC1.2 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=324169.0'',\n time: ''July 14, 2009, 07:05:19 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing a few security vulnerabilites. We urge all forum administrators to upgrade to either 1.1.10 or 2.0 RC1.2, depending on the current version. Simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.9 and 2.0 RC1-1 released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=311899.0'',\n time: ''May 20, 2009, 08:40:41 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to either 1.1.9 or 2.0 RC1-1, depending on the current version. Simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 RC1 Public Released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=290609.0'',\n time: ''February 04, 2009, 11:10:01 PM'',\n author: ''Compuart'',\n message: ''Simple Machines are very pleased to announce the release of the first Release Candidate of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.8'',\n href: ''http://www.simplemachines.org/community/index.php?topic=290608.0'',\n time: ''February 04, 2009, 11:08:44 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to SMF 1.1.8—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.7'',\n href: ''http://www.simplemachines.org/community/index.php?topic=272861.0'',\n time: ''November 07, 2008, 02:15:36 PM'',\n author: ''Compuart'',\n message: ''A patch has been released, addressing multiple security vulnerabilites. We urge all forum administrators to upgrade to SMF 1.1.7—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.6'',\n href: ''http://www.simplemachines.org/community/index.php?topic=260145.0'',\n time: ''September 07, 2008, 04:38:05 AM'',\n author: ''Compuart'',\n message: ''A patch has been released fixing a few bugs and addressing a security vulnerability. We urge all forum administrators to upgrade to SMF 1.1.6—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.5'',\n href: ''http://www.simplemachines.org/community/index.php?topic=236816.0'',\n time: ''April 20, 2008, 09:56:14 PM'',\n author: ''Compuart'',\n message: ''A patch has been released fixing a few bugs and addressing some security vulnerabilities. We urge all forum administrators to upgrade to SMF 1.1.5—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Beta 3 Public Released'',\n href: ''http://www.simplemachines.org/community/index.php?topic=228921.0'',\n time: ''March 17, 2008, 03:20:21 PM'',\n author: ''Grudge'',\n message: ''Simple Machines are very pleased to announce the release of the first public beta of SMF 2.0. Please visit the Simple Machines site for more information on how you can help test this new release.''\n },\n {\n subject: ''SMF 1.1.4'',\n href: ''http://www.simplemachines.org/community/index.php?topic=196380.0'',\n time: ''September 24, 2007, 09:07:36 PM'',\n author: ''Compuart'',\n message: ''A patch has been released to address some security vulnerabilities discovered in SMF 1.1.3. We urge all forum administrators to upgrade to SMF 1.1.4—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 2.0 Beta 1 Released to Charter Members'',\n href: ''http://www.simplemachines.org/community/index.php?topic=190812.0'',\n time: ''August 25, 2007, 07:29:25 AM'',\n author: ''Grudge'',\n message: ''Simple Machines are pleased to announce the first beta of SMF 2.0 has been released to our Charter Members. Visit the Simple Machines site for information on what\\''s new''\n },\n {\n subject: ''SMF 1.1.3'',\n href: ''http://www.simplemachines.org/community/index.php?topic=178757.0'',\n time: ''June 24, 2007, 09:52:40 PM'',\n author: ''Thantos'',\n message: ''A number of small bugs and a potential security issue have been discovered in SMF 1.1.2. We urge all forum administrators to upgrade to SMF 1.1.3—simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1.2'',\n href: ''http://www.simplemachines.org/community/index.php?topic=149553.0'',\n time: ''February 11, 2007, 08:35:45 AM'',\n author: ''Grudge'',\n message: ''A patch has been released to address a number of outstanding bugs in SMF 1.1.1, including several around UTF-8 language support. In addition this patch offers improved image verification support and fixes a couple of low risk security related bugs. If you need any help upgrading please visit our forum.''\n },\n {\n subject: ''SMF 1.1.1'',\n href: ''http://www.simplemachines.org/community/index.php?topic=134971.0'',\n time: ''December 17, 2006, 09:33:41 AM'',\n author: ''Grudge'',\n message: ''A number of small bugs and a potential security issue have been discovered in SMF 1.1. We urge all forum administrators to upgrade to SMF 1.1.1 - simply visit the package manager to install the patch.''\n },\n {\n subject: ''SMF 1.1'',\n href: ''http://www.simplemachines.org/community/index.php?topic=131008.0'',\n time: ''December 02, 2006, 02:53:16 PM'',\n author: ''Grudge'',\n message: ''SMF 1.1 has gone gold! If you are using an older version, please upgrade as soon as possible - many things have been changed and fixed, and mods and packages will expect you to be using 1.1. If you need any help upgrading custom modifications to the new version, please feel free to ask us at our forum.''\n },\n {\n subject: ''SMF 1.0.9 and patch for SMF 1.1 RC3'',\n href: ''http://www.simplemachines.org/community/index.php?topic=123285.0'',\n time: ''October 29, 2006, 05:57:14 AM'',\n author: ''Compuart'',\n message: ''A security issue has been discovered in both SMF 1.0 and SMF 1.1. Therefore a patch has been released that will upgrade SMF 1.0.8 to 1.0.9 and update SMF 1.1 RC3. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.1 RC3'',\n href: ''http://www.simplemachines.org/community/index.php?topic=107112.0'',\n time: ''August 21, 2006, 07:32:19 PM'',\n author: ''Grudge'',\n message: ''Release Candidate 3 of SMF 1.1 has been released! This is the final update to SMF 1.1 before it goes final - and includes UTF support as well as numerous bug fixes. Please read the announcement for details - and only upgrade if you are comfortable running software yet to go gold.''\n },\n {\n subject: ''SMF 1.0.8'',\n href: ''http://www.simplemachines.org/community/index.php?topic=107135.0'',\n time: ''August 21, 2006, 07:32:19 PM'',\n author: ''Compuart'',\n message: ''A security issue has been reported in PHP causing a vulnerability in SMF. A patch has been released to upgrade Simple Machines Forum from 1.0.7 to 1.0.8. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.0.7 and patch for SMF 1.1 RC2'',\n href: ''http://www.simplemachines.org/community/index.php?topic=78841.0'',\n time: ''March 29, 2006, 05:32:12 PM'',\n author: ''Compuart'',\n message: ''A security issue has been discovered in both SMF 1.0 and SMF 1.1. Therefor a patch has been released that will upgrade SMF 1.0.6 to 1.0.7 and update SMF 1.1 RC2. You are encouraged to update immediately, using the package manager or otherwise.''\n },\n {\n subject: ''SMF 1.0.6'',\n href: ''http://www.simplemachines.org/community/index.php?topic=68110.0'',\n time: ''January 28, 2006, 06:36:25 AM'',\n author: ''Grudge'',\n message: ''SMF 1.0.6 has been released. This release addresses a potential security issue as well as a few minor bugs found since the 1.0.5 release. You are encouraged to update immediately, using the package manager or otherwise. This update does not apply to the 1.1 line!''\n },\n {\n subject: ''Bug in Firefox 1.5'',\n href: ''http://www.simplemachines.org/community/index.php?topic=66862.0'',\n time: ''January 24, 2006, 08:09:45 AM'',\n author: ''Grudge'',\n message: ''There is a bug in Firefox 1.5 which can cause server issues for forums running SMF 1.1 (RC1/RC2). There is a simple fix which can be downloaded from the Simple Machines forum.''\n },\n {\n subject: ''SMF 1.1 RC2'',\n href: ''http://www.simplemachines.org/community/index.php?topic=62731.0'',\n time: ''December 31, 2005, 02:58:20 PM'',\n author: ''Grudge'',\n message: ''The second (and final) Release Candidate of SMF 1.1 has been released! Please read the announcement for details - and please update only if you are certain you are comfortable with software that hasn\\''t gone gold yet. There is no package manager style update for this version.''\n }\n];\nif (window.smfVersion < "SMF 1.1")\n{\n window.smfUpdateNotice = ''SMF 1.1 Final has now been released. To take advantage of the improvements available in SMF 1.1 we recommend upgrading as soon as is practical.'';\n window.smfUpdateCritical = false;\n}\n\nif (document.getElementById("yourVersion"))\n{\n var yourVersion = getInnerHTML(document.getElementById("yourVersion"));\n if (yourVersion == "SMF 1.0.4")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-5_package.tar.gz";\n else if (yourVersion == "SMF 1.0.5" || yourVersion == "SMF 1.0.6")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz";\n window.smfUpdateCritical = false;\n }\n else if (yourVersion == "SMF 1.0.7")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-8_package.tar.gz";\n else if (yourVersion == "SMF 1.0.8")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1-0-9_1-1-rc3-1.tar.gz";\n else if (yourVersion == "SMF 1.0.9")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-0-10_patch.tar.gz";\n else if (yourVersion == "SMF 1.0.10" || yourVersion == "SMF 1.1.2")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.3_1.0.11.tar.gz";\n else if (yourVersion == "SMF 1.0.11" || yourVersion == "SMF 1.1.3" || yourVersion == "SMF 2.0 beta 1")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.12" || yourVersion == "SMF 1.1.4" || yourVersion == "SMF 2.0 beta 3 Public")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip";\n else if (yourVersion == "SMF 1.0.13" || yourVersion == "SMF 1.1.5")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.14_1.1.6.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.14" || yourVersion == "SMF 1.1.6")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.15_1.1.7.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.15" || yourVersion == "SMF 1.1.7")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.16_1.1.8.zip";\n window.smfUpdateCritical = false;\n }\n else if (yourVersion == "SMF 1.0.16" || yourVersion == "SMF 1.1.8" || yourVersion == "SMF 2.0 RC1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip";\n else if (yourVersion == "SMF 1.0.17" || yourVersion == "SMF 1.1.9" || yourVersion == "SMF 2.0 RC1-1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2.zip";\n else if (yourVersion == "SMF 1.0.18" || yourVersion == "SMF 1.1.10")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.19_1.1.11.zip";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.0.19" || yourVersion == "SMF 1.1.11")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.20_1.1.12.tar.gz";\n }\n else if (yourVersion == "SMF 1.0.20" || yourVersion == "SMF 1.1.12")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.21_1.1.13.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.14")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.15.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.1.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.15" || yourVersion == "SMF 1.0.21")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.22_1.1.16.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.1")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.2.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.16" || yourVersion == "SMF 1.0.22")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.23_1.1.17.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.17")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.18.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.2")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.3.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.3")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.4.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 2.0.4")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.5.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1.18" || yourVersion == "SMF 2.0.5")\n {\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.19_2.0.6.tar.gz";\n window.smfUpdateCritical = true;\n }\n else if (yourVersion == "SMF 1.1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-1-1_patch.tar.gz";\n else if (yourVersion == "SMF 1.1.1")\n window.smfUpdatePackage = "http://custom.simplemachines.org/mods/downloads/smf_1-1-2_patch.tar.gz";\n}\n\nif (document.getElementById(''credits''))\n setInnerHTML(document.getElementById(''credits''), getInnerHTML(document.getElementById(''credits'')).replace(/anyone we may have missed/, ''<span title="And you thought you had escaped the credits, hadn\\''t you, Zef Hemel?">anyone we may have missed</span>''));\n', 'text/javascript'); INSERT INTO `smf_admin_info_files` (`id_file`, `filename`, `path`, `parameters`, `data`, `filetype`) VALUES (4, 'latest-packages.js', '/smf/', 'language=%1$s&version=%3$s', 'var actionurl = ''?action=admin;area=packages;sa=download;get;package='';if (typeof(window.smfForum_sessionvar) == "undefined")\n window.smfForum_sessionvar = ''sesc'';\n\nif (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0")\n window.smfLatestPackages = ''As was inevitable, a few small mistakes have been found in 1.0. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-1_update.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.1")\n window.smfLatestPackages = ''A few problems have been found in the package manager\\''s modification code, among a few other issues. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-2_update.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.2")\n window.smfLatestPackages = ''A problem has been found in the system that sends critical database messages. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-3_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.3")\n window.smfLatestPackages = ''A few bugs have been fixed since SMF 1.0.3, and a problem with parsing nested BBC tags addressed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-4_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.4")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.4. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-5_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.5")\n window.smfLatestPackages = ''A bbc security issue has been identified in SMF 1.0.5. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.6")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.6. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.7")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.7. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-8_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\n\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.8")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.8. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1-0-9_1-1-rc3-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.9")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.9. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-0-10_patch.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.10")\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.0.10. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.3_1.0.11.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.11")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.11 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.12.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.12")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.12 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.12.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.13")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.13 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.14_1.1.6.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.14.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.14")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.14. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.15_1.1.7.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.15.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.15")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.15. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.16_1.1.8.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.16.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.16")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.16. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.17.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.17")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.17. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.18.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.18")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.18. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.19_1.1.11.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.19.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.19")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.19. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.20_1.1.12.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.20.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.20")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.20. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.21_1.1.13.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.21.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.21")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.0.21. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.22_1.1.16.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.22.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.22")\n window.smfLatestPackages = ''A security vulnerability has been identified in SMF 1.0.22. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.23_1.1.17.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.0.23.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.0.23")\n window.smfLatestPackages = ''SMF 1.0 was released to the world in December 2004 and has been supported for more than eight years. Starting from the 1st of January 2013 it will not receive security updates any more. Anyone still using a 1.0 release should investigate migrating to the lates SMF version. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 Beta 2" && !in_array("smf:smf_1-1-beta2-fix1", window.smfInstalledPackages))\n window.smfLatestPackages = ''A few bugs have been fixed since SMF 1.1 Beta 2, and a problem with parsing nested BBC tags addressed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-1-beta2-fix1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily fix the problem.<br /><br />Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> or in the helpdesk if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 RC2" && !in_array("smf:smf-1.0.7", window.smfInstalledPackages))\n window.smfLatestPackages = ''A security issue has been identified in SMF 1.1 RC2. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to easily update yourself to the latest version.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1 RC2" && !in_array("smf:smf_1-1-rc2-2", window.smfInstalledPackages))\n window.smfLatestPackages = ''A bug in PHP causes a vulnerability in SMF 1.1 RC2-1. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-1-rc2-2_package.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to patch your version of 1.1 RC2 to 1.1 RC2-2.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1")\n window.smfLatestPackages = ''A number of small bugs and a security issue have been identified in SMF 1.1 Final. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-1-1_patch.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.1.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.1")\n window.smfLatestPackages = ''A number of bugs and a couple of low risk security issues have been identified in SMF 1.1.1 - and some improvements have been made to the visual verification images on registration. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_1-1-2_patch.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.2.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.2")\n window.smfLatestPackages = ''A number of bugs and a couple of low risk security issues have been identified in SMF 1.1.2 - and some improvements have been made to the package manager. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.3_1.0.11.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.3.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.3")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.3 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.4.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.4")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.4 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.5.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.5")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.5 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.14_1.1.6.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.6.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.6")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.6. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.15_1.1.7.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.7.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.7")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.7. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.16_1.1.8.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.8.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.8")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.8. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.9.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.9")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.9. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.10.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.10")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.10. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.19_1.1.11.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.11.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.11")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.11. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.20_1.1.12.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.12.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.12")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.12. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.21_1.1.13.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.13.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.13")\n window.smfLatestPackages = ''A security vulnerability have been identified in SMF 1.1.13. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.14.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.14.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.14")\n window.smfLatestPackages = ''A security vulnerability have been identified in SMF 1.1.14. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.15.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.15.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.15")\n window.smfLatestPackages = ''A couple of security vulnerabilities have been identified in SMF 1.1.15. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.22_1.1.16.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.16.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.16")\n window.smfLatestPackages = ''A security vulnerability has been identified in SMF 1.1.16. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.23_1.1.17.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.17.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.17")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.17. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.18.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.18.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 1.1.18")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 1.1.18. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.19_2.0.6.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 1.1.18.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled if you use the full package. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 beta 1")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 beta 1 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.12_1.1.4_2.0.b1.1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 2.0 beta 1.1.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 Beta 3 Public")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 beta 3 as well as a few small bugs. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.13_1.1.5_2.0-b3.1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 2.0 beta 3.1.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 RC1")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC1. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.17_1.1.9_2.0-RC1-1.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 2.0-RC1-1.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 RC1-1")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC1-1. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.18_1.1.10-2.0-RC1.2.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your version of SMF to 2.0-RC1.2 .<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0 RC4" && typeof(window.smfRC4patch) == "undefined")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0 RC4. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0-RC4_security.zip;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to install the security patch for SMF 2.0 RC4.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0")\n window.smfLatestPackages = ''A few security vulnerabilities have been identified in SMF 2.0. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to update your forum.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0.1")\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.1 have been fixed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.2.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to fix your forum.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0.2")\n window.smfLatestPackages = ''A security vulnerability and few bugs in SMF 2.0.2 have been fixed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.3.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to fix your forum.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0.3")\n window.smfLatestPackages = ''A few security vulnerabilities in SMF 2.0.3 have been fixed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.4.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to fix your forum.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0.4")\n window.smfLatestPackages = ''A few security vulnerabilities in SMF 2.0.4 have been fixed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.5.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to fix your forum.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0.5")\n window.smfLatestPackages = ''A few security vulnerabilities and bugs in SMF 2.0.5 have been fixed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.1.19_2.0.6.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to fix your forum.<br /><br />If you have any problems applying it, you can use the version posted on the downloads page - although, any modifications you have installed will need to be uninstalled. Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) != "undefined" && window.smfVersion == "SMF 2.0.6")\n window.smfLatestPackages = ''PHP 5.5 compatibility issues and several other bugs have been fixed. You can install <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_2.0.7.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">this patch (click here to install)</a> to fix your forum and update it to 2.0.7.<br /><br />If you have any problems applying it, you can try to use the upgrade file posted on the downloads page - although, any modifications you have installed will need to be uninstalled when you use that method.<br />Please post on the <a href="http://www.simplemachines.org/community/index.php">forum</a> if you need more help.'';\nelse if (typeof(window.smfVersion) == "undefined")\n window.smfLatestPackages = ''For the package manager to function properly, please upgrade to the latest version of SMF.'';\nelse\n{\nvar smf_modificationInfo = {\n\n 3838: {\n name: ''Remove Navigation '',\n versions: [''77''],\n desc: ''" Remove Navigation "<br /><br />install this mod helps remove Navigation bottom of the forums.<br /><br />By <a href="http://www.xn--12cl9beo6cca1dl1hqc2p.com/" class="bbc_link" target="_blank">Mr.Truckman</a><br /><hr />This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. <br /><br />To view a copy of this license, visit <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.en_US" class="bbc_link" target="_blank">http://creativecommons.org/licenses/by-sa/4.0/deed.en_US</a>.'',\n file: ''Remove_Navigation.zip''\n },\n 3835: {\n name: ''Menu Box '',\n versions: [''77''],\n desc: ''" Menu to change the format box."<br />by<a href="http://www.xn--12cl9beo6cca1dl1hqc2p.com/" class="bbc_link" target="_blank"> mr.truckman</a><br /><hr /><br />This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_US" class="bbc_link" target="_blank">http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_US</a>.'',\n file: ''Menu_Box.zip''\n },\n 3834: {\n name: ''Remove Quick Search if no Permission 1.0'',\n versions: [''77''],\n desc: ''In SMF 2.0, if a user cannot use the search function, the search menu is disabled as it should be - but quick search is not.<br /><br />Now, there is a <a href="http://custom.simplemachines.org/mods/index.php?mod=2461" class="bbc_link" target="_blank">previous mod</a> that removes the quick search box by way of a template edit. This mod should, on almost every single theme, remove the search box from users who cannot see it - without having to edit the theme.<br /><br /><br />This is licensed under the <a href="http://opensource.org/licenses/BSD-3-Clause" class="bbc_link" target="_blank">3 Clause BSD licence</a> as it was derived from code I wrote for <a href="http://custom.simplemachines.org/mods/index.php?mod=2491" class="bbc_link" target="_blank">SimpleDesk</a>'s "Standalone" mode.'',\n file: ''search_box_perm.zip''\n },\n 1486: {\n name: ''Generic Avatars 1.11'',\n versions: [''39'', ''41'', ''37'', ''77''],\n desc: ''Many people like avatars because they add visual interest to discussion topics and aid in becoming familiar with individual members and their posts. But some members for whatever reasons do not choose to have any avatars. In some respects this detracts from the aesthetic appearance of the forum, and it also causes the user data in the "post bit" area (to the left of posts) to become jumbled. As it turns out, the avatar has a role in organizing the "post bit" area and in making the data easier to absorb.<br /><br />The <em>Generic Avatars</em> modification is intended to make your forum look more uniform and aesthetically appealing by supplying generic avatars where members have selected none. It has the following functions:<br /><br /><strong>Generic avatars for guests:</strong> Guests of course do not have their own avatars, so this mode supplies a generic guest avatar that appears on guest posts. This function is independent from generic avatars for members.<br /><br /><strong>Generic avatars for members:</strong> Supplies a generic member avatar for members who have not selected their own. This function is independent from generic avatars for guests.<br /><br /><strong>Gender based avatars for members:</strong> Supplies a generic male or female avatar for members who have not selected their own AND who have stated their gender orientation. This function requires that generic avatars for members must also be enabled.<br /><br /><strong>Generic avatars for banned members:</strong> Banned members without avatars get a banned member avatar that you provide. This function requires that generic avatars for members must also be enabled.<br /><br /><strong>Included avatar images:</strong> You can use your own images and just enter the URLs into the <em>Generic Avatars</em> control panel. Or use the five images provided with this mod package. When you install the package these images are saved in your /avatars directory.<br /><br />Two sets of five images each are provided with this modification, or you can use images of your own. One set is 100x100 pixels and the other set is 65x65 pixels, for those who prefer smaller avatars. Of each set, four of the images are generic avatars and the fifth is a neutral background placeholder image. The latter image is for forums who want to organize the "post bit" area but do not want to impose avatars on members who don't want them. <br /><br /><table class="bbc_table"><tr><td><span style="font-size: 0.7em;" class="bbc_size">neutral_avatar.png</span><br /><img src="http://thumbnails112.imagebam.com/30326/328f9e303252813.jpg" alt="" class="bbc_img" /></td><td><span style="font-size: 0.7em;" class="bbc_size">pale_avatar.png</span><br /><img src="http://thumbnails112.imagebam.com/30326/17493e303252814.jpg" alt="" class="bbc_img" /></td><td><span style="font-size: 0.7em;" class="bbc_size">female_avatar.png</span><br /><img src="http://thumbnails101.imagebam.com/30326/99bc4b303252809.jpg" alt="" class="bbc_img" /></td><td><span style="font-size: 0.7em;" class="bbc_size">male_avatar.png</span><br /><img src="http://thumbnails110.imagebam.com/30326/f4c5f0303252811.jpg" alt="" class="bbc_img" /></td><td><span style="font-size: 0.7em;" class="bbc_size">background.png</span><br /><img src="http://thumbnails112.imagebam.com/30326/ffd126303252806.jpg" alt="" class="bbc_img" /></td></tr></table><br />One suggestion would be to use the pale avatar for guests, neutral for members, and male and female for members who have indicated their gender. You may use the included avatars or you can configure your own choices to any images that you prefer.<br /><br /><strong>Configuration</strong><br /><br /><em>Generic Avatars</em> configuration settings are located in Admin -> Configuration -> Modifications -> Generic Avatars (SMF 2.x), or in Admin -> Configuration -> Features and Options -> Generic Avatars (SMF 1.x). The following settings are provided:<ul class="bbc_list"><li>Enable guest generic avatars<br /> <span style="color: gray;" class="bbc_color">default = on</span></li><li>Guest avatar image URL<br /> <span style="color: gray;" class="bbc_color">default = pale_avatar.png</span></li><li>Enable member generic avatars<br /> <span style="color: gray;" class="bbc_color">default = on</span></li><li>Neutral avatar image URL<br /> <span style="color: gray;" class="bbc_color">default = neutral_avatar.png</span></li><li>Enable gender based selection<br /> <span style="color: gray;" class="bbc_color">default = on</span></li><li>Female avatar image URL<br /> <span style="color: gray;" class="bbc_color">default = female_avatar.png</span></li><li>Male avatar image URL<br /> <span style="color: gray;" class="bbc_color">default = male_avatar.png</span></li><li>Enable banned generic avatars<br /> <span style="color: gray;" class="bbc_color">default = off</span></li><li>Banned avatar image URL<br /> <span style="color: gray;" class="bbc_color">no default</span></li></ul>If you prefer to use the smaller images, just open the modification's configuration panel and change your settings to neutral_avatar_65.png, pale_avatar_65.png, female_avatar_65.png, male_avatar_65.png and background_65.png.<br /><br /><strong>Notes</strong><br /><br />2013-02-08 - Added back version 1.1 for compatibility with SMF 2.0 - SMF 2.0.5. Do not proceed if you encounter any error messages.<br /><br />Version 1.11 is not version locked for SMF 1.x (never was). Do not proceed with SMF 1.x installations if you encounter any error messages.<br /><br />Version 1.11 is compatible with SMF 2.0.6-2.0.7. The package is <span class="bbc_u">uninstall only</span> for versions prior to SMF 2.0.6.<br /><br /><strong>Revision history</strong><br /><br />Version 1.11 (Jan. 24, 2014) Updated for compatibility with SMF 2.0.6, 2.0.7. No code changes.<br /><br />Version 1.1 (Nov. 24, 2008) Added 65x65 pixel images to complement the larger 100x100 pixel image set. Added British and British-UTF8 language strings.<br /><br />Version 1.02 (Nov. 17, 2008) Bigger change in 1.x install script to avoid interference from other mods.<br /><br />Version 1.01 (Nov. 14, 2008) Slight change in 1.x install script to avoid interference from other mods.<br /><br />Version 1.0 (Nov. 4, 2008) Original release.<br /><br /><strong>Donations</strong><br /><br /><table class="bbc_table"><tr><td><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1400104" class="bbc_link" target="_blank"><img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="" class="bbc_img" /></a></td><td> </td><td>If you like my modification packages, please donate to support their continued development. Any amount will be greatfully appreciated. Thank you!</td></tr></table>'',\n file: ''generic_avatars_1.1.zip''\n }};\nvar smf_latestModifications = [3838, 3835, 3834];\n\nfunction smf_packagesMoreInfo(id)\n{\n window.smfLatestPackages_temp = document.getElementById("smfLatestPackagesWindow").innerHTML;\n\n setInnerHTML(document.getElementById("smfLatestPackagesWindow"),\n ''\\\n <h3 style="margin: 0; padding: 4px;">'' + smf_modificationInfo[id].name + ''</h3>\\\n <h4 style="padding: 4px; margin: 0;"><a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/'' + id + ''/'' + smf_modificationInfo[id].file + '';'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">Install Now!</a></h4>\\\n <div style="margin: 4px;">'' + smf_modificationInfo[id].desc.replace(/<a href/g, ''<a href'') + ''</div>\\\n <div class="titlebg" style="padding: 4px; margin: 0;"><a href="javascript:smf_packagesBack();void(0);">(go back)</a></div>'');\n}\n\nfunction smf_packagesBack()\n{\n setInnerHTML(document.getElementById("smfLatestPackagesWindow"), window.smfLatestPackages_temp);\n window.scrollTo(0, findTop(document.getElementById("smfLatestPackagesWindow")) - 10);\n}\n\nwindow.smfLatestPackages = ''\\\n <div id="smfLatestPackagesWindow"style="overflow: auto;">\\\n <h3 style="margin: 0; padding: 4px;">New Packages:</h3>\\\n <img src="http://www.simplemachines.org/smf/images/package.png" width="102" height="98" style="float: right; margin: 4px;" alt="(package)" />\\\n <ul style="list-style: none; margin-top: 3px; padding: 0 4px;">'';\n\nfor (var i = 0; i < smf_latestModifications.length; i++)\n{\n var id_mod = smf_latestModifications[i];\n\n window.smfLatestPackages += ''<li><a href="javascript:smf_packagesMoreInfo('' + id_mod + '');void(0);">'' + smf_modificationInfo[id_mod].name + ''</a></li>'';\n}\n\nwindow.smfLatestPackages += ''\\\n </ul>'';\n\nif (typeof(window.smfVersion) != "undefined" && (window.smfVersion < "SMF 1.0.6" || (window.smfVersion == "SMF 1.1 RC2" && !in_array(''smf:smf-1.0.7'', window.smfInstalledPackages))))\n window.smfLatestPackages += ''\\\n <h3 class="error" style="margin: 0; padding: 4px;">Updates for SMF:</h3>\\\n <div style="padding: 0 4px;">\\\n <a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/smf_patch_1.0.7_1.1-RC2-1.tar.gz;'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">Security update (X-Forwarded-For header vulnerability)</a>\\\n </div>'';\nelse\n window.smfLatestPackages += ''\\\n <h3 style="margin: 0; padding: 4px;">Package of the Moment:</h3>\\\n <div style="padding: 0 4px;">\\\n <a href="javascript:smf_packagesMoreInfo(1486);void(0);">Generic Avatars 1.11</a>\\\n </div>'';\n\nwindow.smfLatestPackages += ''\\\n </div>'';\n}\n\nfunction findTop(el)\n{\n if (typeof(el.tagName) == "undefined")\n return 0;\n\n var skipMe = in_array(el.tagName.toLowerCase(), el.parentNode ? ["tr", "tbody", "form"] : []);\n var coordsParent = el.parentNode ? "parentNode" : "offsetParent";\n\n if (el[coordsParent] == null || typeof(el[coordsParent].offsetTop) == "undefined")\n return skipMe ? 0 : el.offsetTop;\n else\n return (skipMe ? 0 : el.offsetTop) + findTop(el[coordsParent]);\n}\n\nfunction in_array(item, array)\n{\n for (var i in array)\n {\n if (array[i] == item)\n return true;\n }\n\n return false;\n}\n', 'text/javascript'); INSERT INTO `smf_admin_info_files` (`id_file`, `filename`, `path`, `parameters`, `data`, `filetype`) VALUES (5, 'latest-smileys.js', '/smf/', 'language=%1$s&version=%3$s', 'var actionurl = ''?action=admin;area=smileys;sa=install;set_gz='';\nif (typeof(window.smfForum_sessionvar) == "undefined")\n window.smfForum_sessionvar = ''sesc'';\n\nvar smf_smileysInfo = {\n\n 3628: {\n name: ''BBPh Smileys 1.0'',\n versions: [''72'', ''73''],\n desc: ''Made to easily replace default ones.<br /><br /><img src="http://dl.dropbox.com/u/1684364/arc/bbph.gif" alt="" class="bbc_img" /><br /><br />These are just my favorites since the first forum I ever lived on was based on phpBB. Some are animated. package-info.xml included.<br /><br />Original smileys belong to phpBB. Some minor mods by me.'',\n file: ''bbph.zip''\n },\n 3290: {\n name: ''Blue Smiley Animation 2.0'',\n versions: [''67'', ''72'', ''68'', ''73''],\n desc: ''<div align="center"><span style="font-size: 1.45em;" class="bbc_size"><span style="color: green;" class="bbc_color"><strong>Blue Smiley Animation</strong></span></span></div><div align="center"><a href="http://www.simplemachines.org/community/index.php?topic=464629.0" class="bbc_link" target="_blank">English Support</a> | <a href="http://smf-portal.hu" class="bbc_link" target="_blank">Hungarian Support</a> | <a href="http://custom.simplemachines.org/mods/index.php?action=profile;u=221448" class="bbc_link" target="_blank">My Mods</a></div><hr /><br /><strong>Autor:</strong><br /><a href="http://www.simplemachines.org/community/index.php?action=profile;u=221448" class="bbc_link" target="_blank">WasdMan</a> and Cserrobi<br /><br /><strong>Description (Hungarian):</strong> <br />Kék mosolygó arcok<br /><br /><strong>Description (English):</strong><br />Blue Smiley package<br /><br /><img src="http://smf-portal.hu/Download/Egyeb/keksmiley.png" alt="" width="600" height="237" class="bbc_img resized" /><br /><br /><strong>Compatibility: </strong><br /><ul class="bbc_list"><li>1.0 - 1.99.99</li><li>2.0 - 2.99.99</li></ul>'',\n file: ''BlueSmileyAnimation_2.1_UNI.zip''\n },\n 3269: {\n name: ''Christmas Smileys 1.1'',\n versions: [''64'', ''67'', ''70'', ''72'', ''75'', ''65'', ''68'', ''71'', ''73'', ''74'', ''76'', ''77''],\n desc: ''<div align="center"><span style="font-family: times new roman;" class="bbc_font"><span style="font-size: 24pt;" class="bbc_size"><span style="color: #654321;" class="bbc_color">Christmas Smileys</span></span></span><br /><table class="bbc_table"><tr><td><div style="text-align: right;"><strong>Created By:</strong> </div></td><td><a href="http://www.simplemachines.org/community/index.php?action=profile;u=200419" class="bbc_link" target="_blank">-=[Vyorel]=-</a><br />(<a href="http://custom.simplemachines.org/mods/index.php?action=search;author=200419" class="bbc_link" target="_blank">View my other mods here</a>)</td></tr><tr><td><div style="text-align: right;"><strong>Latest Version:</strong> </div></td><td>1.1</td></tr></table></div><br /><span style="font-family: times new roman;" class="bbc_font"><span style="font-size: 14pt;" class="bbc_size"><span style="color: #654321;" class="bbc_color">Summary</span></span></span><br /><br />This package contains 23 Christmas Smileys.<br /><br />You can install it using the package manager and then use the Smileys and message icons menu (Smileys and Message Icons -> smiley sets new smiley set) to import the smiley's.<br /><br /><br /><span style="font-family: times new roman;" class="bbc_font"><span style="font-size: 14pt;" class="bbc_size"><span style="color: #654321;" class="bbc_color">Disclaimer</span></span></span><br />This Smileys are copyrighted to <a href="http://www.freeemoticonsandsmileys.com" class="bbc_link" target="_blank">www.freeemoticonsandsmileys.com</a> and all right are reserved.<br /><br /><div align="center"><a href="http://www.xerom-zone.com" class="bbc_link" target="_blank"><img src="http://www.xerom-zone.com/Themes/XeromTheme/images/custom/logo.png" alt="" class="bbc_img" /></a></div>'',\n file: ''ChristmasSmileys.zip''\n },\n 998: {\n name: ''Halloween Smiley Pack Special 1.0'',\n versions: [''31'', ''41'', ''53'', ''33'', ''37'', ''51''],\n desc: ''A special Halloween smiley pack based off the SMF default smilies.<br /><br />Contains 23 3d well made smileys.<br /><br /><br />Happy Holidays! <img src="http://media.simplemachinesweb.com/smf/smileys/default/smiley.gif" alt=":)" title="Smiley" class="smiley" /> <br /><br /><hr />Modified by <a href="http://www.egadforums.net" class="bbc_link" target="_blank">www.egadforums.net</a>'',\n file: ''halloweens.zip''\n },};\nvar smf_latestSmileys = [3628, 3290, 3269];\n\nfunction smf_packagesMoreInfo(id)\n{\n window.smfLatestSmileys_temp = document.getElementById("smfLatestSmileysWindow").innerHTML;\n\n setInnerHTML(document.getElementById("smfLatestSmileysWindow"),\n ''\\\n <h3 style="margin: 0; padding: 4px;">'' + smf_smileysInfo[id].name + ''</h3>\\\n <h4 style="padding: 4px; margin: 0;"><a href="'' + window.smfForum_scripturl + actionurl + ''http://custom.simplemachines.org/mods/downloads/'' + id + ''/'' + smf_smileysInfo[id].file + '';'' + window.smfForum_sessionvar + ''='' + window.smfForum_sessionid + ''">Install Now!</a></h4>\\\n <div style="margin: 4px;">'' + smf_smileysInfo[id].desc.replace(/<a href/g, ''<a href'') + ''</div>\\\n <div class="titlebg" style="padding: 4px; margin: 0;"><a href="javascript:smf_packagesBack();void(0);">(go back)</a></div>'');\n}\n\nfunction smf_packagesBack()\n{\n setInnerHTML(document.getElementById("smfLatestSmileysWindow"), window.smfLatestSmileys_temp);\n window.scrollTo(0, findTop(document.getElementById("smfLatestSmileysWindow")) - 10);\n}\n\nwindow.smfLatestSmileys = ''\\\n <div id="smfLatestSmileysWindow" style="overflow: auto;">\\\n <img src="http://www.simplemachines.org/smf/images/smileys.png" width="102" height="98" style="float: right; margin: 4px;" alt="(package)" />\\\n <h3 style="margin: 0; padding: 4px;">Smiley of the Moment:</h3>\\\n <div style="padding: 0 4px;">\\\n <a href="javascript:smf_packagesMoreInfo(998);void(0);">Halloween Smiley Pack Special 1.0</a>\\\n </div>'';\n\nwindow.smfLatestSmileys += ''\\\n <h3 style="margin: 0; padding: 4px;">New Smileys:</h3>\\\n <ul style="list-style: none; margin-top: 3px; padding: 0 4px;">'';\n\nfor (var i = 0; i < smf_latestSmileys.length; i++)\n{\n var id_mod = smf_latestSmileys[i];\n\n window.smfLatestSmileys += ''<li><a href="javascript:smf_packagesMoreInfo('' + id_mod + '');void(0);">'' + smf_smileysInfo[id_mod].name + ''</a></li>'';\n}\n\nwindow.smfLatestSmileys += ''\\\n </ul>'';\n\nwindow.smfLatestSmileys += ''\\\n </div>'';\n\nfunction findTop(el)\n{\n if (typeof(el.tagName) == "undefined")\n return 0;\n\n var skipMe = in_array(el.tagName.toLowerCase(), el.parentNode ? ["tr", "tbody", "form"] : []);\n var coordsParent = el.parentNode ? "parentNode" : "offsetParent";\n\n if (el[coordsParent] == null || typeof(el[coordsParent].offsetTop) == "undefined")\n return skipMe ? 0 : el.offsetTop;\n else\n return (skipMe ? 0 : el.offsetTop) + findTop(el[coordsParent]);\n}\n\nfunction in_array(item, array)\n{\n for (var i in array)\n {\n if (array[i] == item)\n return true;\n }\n\n return false;\n}', 'text/javascript'), (6, 'latest-support.js', '/smf/', 'language=%1$s&version=%3$s', 'window.smfLatestSupport = ''<div style="font-size: 0.85em;"><div style="font-weight: bold;">SMF 2.0.7</div>Several bugs (including PHP 5.5 compatibility issues) have been fixed in this new release. Please <a href="http://www.simplemachines.org/download.php">try it</a> before requesting support.</div>'';\n\nif (document.getElementById(''credits''))\n setInnerHTML(document.getElementById(''credits''), getInnerHTML(document.getElementById(''credits'')).replace(/thank you!/, ''<span onclick="alert(\\''Kupo!\\'');">thank you!</span>''));\n', 'text/javascript'), (7, 'latest-themes.js', '/smf/', 'language=%1$s&version=%3$s', '\r\nvar smf_themeInfo = {\r\n 2539: {\r\n name: ''The Chemical Theme'',\r\n desc: ''The Chemical Theme has been relaunched now with a stunning background image, with new features and options for anyone who wishes for a strong but professional theme.<br /><br />Theme Includes:<br /><br /><ul class="bbc_list"><li> Custom Copyright</li><li> Uploadable Headerspace</li><li> Insite Navigation to your site pages.</li><li> User Area</li></ul>And many many more features that you need.<br /><br />The previous incarnation of this theme got the Theme of The Month for January 2012, not imagine what the improved version can do!<br /><br />This theme does use CSS3 and may look ugly if you use an older browser.<br /><br />Please be aware the license of this theme has now changed, the older theme is now also under this new license.<br /><br /><br />'',\r\n file: ''thechemicaltheme.zip'',\r\n author: ''smfhacksteam''\r\n },\r\n 2755: {\r\n name: ''Lucid Dreams'',\r\n desc: ''<hr /><div align="center"><span style="color: teal;" class="bbc_color"><span style="font-size: 16pt;" class="bbc_size"><strong>Lucid Dreams</strong></span></span><br /><span class="bbc_u">(For SMF 2.0.x)</span><br />Theme by xPandax<br /></div><hr /><br /><br /><span style="color: purple;" class="bbc_color"><span style="font-size: 12pt;" class="bbc_size"><strong>Features</strong></span></span><br /><ul class="bbc_list"><li>Flat theme</li><li><span class="bbc_u">Everything is CSS based</span>, so everything works even if javascript is disabled. The up & down navigation buttons uses jquery (for smooth sliding) but still woks (in the classic style) if javascript is disabled.</li><li>Fluid width</li><li>Different colour schemes</li><li>Custom 3x3 level links in the main menu (a bit overkill, yes I know that :p)</li><li>Custom copyright & links in the footer</li><li>Fixed bar on top with social icons, search box, login box and a few user options</li><li>Fixed bar on bottom with breadcrumb menu and up & down navigation buttons</li></ul><br /><br /><hr /><div align="center"><span style="color: purple;" class="bbc_color"><span style="font-size: 14pt;" class="bbc_size"><strong>License</strong></span></span><br /><br />This is free and unencumbered theme released into the public domain. For more information, see <a href="http://unlicense.org/" class="bbc_link" target="_blank">http://unlicense.org/</a> or the accompanying UNLICENSE file.<br /></div>'',\r\n file: ''Lucid_Dreams.tar.gz'',\r\n author: ''xPandax''\r\n },\r\n 2754: {\r\n name: ''Mr.Truckman'',\r\n desc: ''I designed this theme to support the maximum size of a wider site. So beautiful, you should be scalable website is 100%.<br /><br />I hope you to like it, and enjoy it<br /><br /><a href="http://mr.truckman.xn--12cl9beo6cca1dl1hqc2p.com/index.php" class="bbc_link" target="_blank">demo</a><br /><br />by <a href="http://www.xn--12cl9beo6cca1dl1hqc2p.com/index.php" class="bbc_link" target="_blank">Mr.Truckman</a>'',\r\n file: ''Mr_Trucksman.zip'',\r\n author: ''mr.truckman''\r\n },\r\n 2753: {\r\n name: ''On the Beach'',\r\n desc: ''Detailed design emphasizes simplicity and comfort. Add a header image and the image below. So that the user can change the banner image of a user friendly interface. But still unique to the original structure of Simple Machines Forum "and it can be customized as needed".<br /><br />You can change the header image and bottom image. / Themes / On the Beach / images / banner<br /><br />'',\r\n file: ''On_theBeach.zip'',\r\n author: ''mr.truckman''\r\n },\r\n 1075: {\r\n name: ''1st Gulhin - Antep Theme'',\r\n desc: ''This is your dreams <img src="http://media.simplemachinesweb.com/smf/smileys/default/smiley.gif" alt=":)" title="Smiley" class="smiley" /><br /><br /> <strong>Compatiable Browsers;</strong><br /> - IE 7+<br /> - Mozilla<br /> - Opera<br /> - Safari<br /><br /><span style="font-size: 14pt;" class="bbc_size">Antep Theme Demo site - <a href="http://www.gulhin.com/smfthemes/index.php/theme,4" class="bbc_link" target="_blank">Antep Theme</a></span><br /><br />The theme or any part of it cannot be redistributed without consent from the author<br />'',\r\n file: ''gulhin-antep_theme.zip'',\r\n author: ''husmen73 (Gulhin)''\r\n }\r\n};\r\nvar smf_featured = 2539;\r\nvar smf_random = 1075;\r\nvar smf_latestThemes = [2755, 2754, 2753];\r\nfunction smf_themesMoreInfo(id)\r\n{\r\n window.smfLatestThemes_temp = document.getElementById("smfLatestThemesWindow").innerHTML;\n\n // !!! Why not just always auto?\n document.getElementById("smfLatestThemesWindow").style.overflow = "auto";\n setInnerHTML(document.getElementById("smfLatestThemesWindow"),\n ''\\\n <h3 style="margin: 0; padding: 4px;">'' + smf_themeInfo[id].name + ''</h3>\\\r\n <h4 style="margin: 0;padding: 4px;"><a href="http://custom.simplemachines.org/themes/index.php?lemma='' + id + ''">View Theme Now!</a></h4>\\\r\n <div style="overflow: auto;">\\\r\n <img src="http://custom.simplemachines.org/themes/index.php?action=download;lemma=''+id+'';image=thumb" alt="" style="float: right; margin: 10px;" />\\\r\n <div style="padding:8px;">'' + smf_themeInfo[id].desc.replace(/<a href/g, ''<a href'') + ''</div>\\\r\n </div>\\\r\n <div style="padding: 4px;" class="smalltext"><a href="javascript:smf_themesBack();void(0);">(go back)</a></div>'');\n}\r\n\r\nfunction smf_themesBack()\r\n{\r\n document.getElementById("smfLatestThemesWindow").style.overflow = "";\n setInnerHTML(document.getElementById("smfLatestThemesWindow"), window.smfLatestThemes_temp);\n window.scrollTo(0, findTop(document.getElementById("smfLatestThemesWindow")) - 10);\r\n}\r\n\r\nwindow.smfLatestThemes = ''\\\r\n <div id="smfLatestThemesWindow">\\\r\n <div>\\\r\n <img src="http://www.simplemachines.org/smf/images/themes.png" width="102" height="98" style="float: right; margin: 0 0 10px 10px;" alt="(package)" />\\\r\n <ul style="list-style: none; padding: 0; margin: 0 0 0 5px;">'';\r\nfor(var i=0; i < smf_latestThemes.length; i++)\r\n{\r\n var id_theme = smf_latestThemes[i];\r\n window.smfLatestThemes += ''\\\r\n <li style="list-style: none;"><a href="javascript:smf_themesMoreInfo('' + id_theme + '');void(0);">'' + smf_themeInfo[id_theme].name + '' by '' + smf_themeInfo[id_theme].author + ''</a></li>'';\r\n}\r\n\r\nwindow.smfLatestThemes += ''\\\r\n </ul>'';\r\nif ( smf_featured !=0 || smf_random != 0 )\r\n{\r\n\r\n if ( smf_featured != 0 )\r\n window.smfLatestThemes += ''\\\r\n <h4 style="padding: 4px 4px 0 4px; margin: 0;">Featured Theme</h4>\\\r\n <p style="padding: 0 4px; margin: 0;">\\\r\n <a href="javascript:smf_themesMoreInfo(''+smf_featured+'');void(0);">''+smf_themeInfo[smf_featured].name + '' by '' + smf_themeInfo[smf_featured].author+''</a>\\\r\n </p>'';\r\n if ( smf_random != 0 )\r\n window.smfLatestThemes += ''\\\r\n <h4 style="padding: 4px 4px 0 4px;margin: 0;">Theme of the Moment</h4>\\\r\n <p style="padding: 0 4px; margin: 0;">\\\r\n <a href="javascript:smf_themesMoreInfo(''+smf_random+'');void(0);">''+smf_themeInfo[smf_random].name + '' by '' + smf_themeInfo[smf_random].author+''</a>\\\r\n </p>'';\r\n}\r\nwindow.smfLatestThemes += ''\\\r\n </div>\\\r\n </div>'';\r\n\r\nfunction findTop(el)\r\n{\r\n if (typeof(el.tagName) == "undefined")\r\n return 0;\r\n\r\n var skipMe = in_array(el.tagName.toLowerCase(), el.parentNode ? ["tr", "tbody", "form"] : []);\r\n var coordsParent = el.parentNode ? "parentNode" : "offsetParent";\r\n\r\n if (el[coordsParent] == null || typeof(el[coordsParent].offsetTop) == "undefined")\r\n return skipMe ? 0 : el.offsetTop;\r\n else\r\n return (skipMe ? 0 : el.offsetTop) + findTop(el[coordsParent]);\r\n}\r\n\r\nfunction in_array(item, array)\r\n{\r\n for (var i in array)\r\n {\r\n if (array[i] == item)\r\n return true;\r\n }\r\n\r\n return false;\r\n}', 'text/javascript'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_approval_queue` -- CREATE TABLE IF NOT EXISTS `smf_approval_queue` ( `id_msg` int(10) unsigned NOT NULL DEFAULT '0', `id_attach` int(10) unsigned NOT NULL DEFAULT '0', `id_event` smallint(5) unsigned NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_approval_queue` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_attachments` -- CREATE TABLE IF NOT EXISTS `smf_attachments` ( `id_attach` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_thumb` int(10) unsigned NOT NULL DEFAULT '0', `id_msg` int(10) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_folder` tinyint(3) NOT NULL DEFAULT '1', `attachment_type` tinyint(3) unsigned NOT NULL DEFAULT '0', `filename` varchar(255) NOT NULL DEFAULT '', `file_hash` varchar(40) NOT NULL DEFAULT '', `fileext` varchar(8) NOT NULL DEFAULT '', `size` int(10) unsigned NOT NULL DEFAULT '0', `downloads` mediumint(8) unsigned NOT NULL DEFAULT '0', `width` mediumint(8) unsigned NOT NULL DEFAULT '0', `height` mediumint(8) unsigned NOT NULL DEFAULT '0', `mime_type` varchar(20) NOT NULL DEFAULT '', `approved` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id_attach`), UNIQUE KEY `id_member` (`id_member`,`id_attach`), KEY `id_msg` (`id_msg`), KEY `attachment_type` (`attachment_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_attachments` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_ban_groups` -- CREATE TABLE IF NOT EXISTS `smf_ban_groups` ( `id_ban_group` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(20) NOT NULL DEFAULT '', `ban_time` int(10) unsigned NOT NULL DEFAULT '0', `expire_time` int(10) unsigned DEFAULT NULL, `cannot_access` tinyint(3) unsigned NOT NULL DEFAULT '0', `cannot_register` tinyint(3) unsigned NOT NULL DEFAULT '0', `cannot_post` tinyint(3) unsigned NOT NULL DEFAULT '0', `cannot_login` tinyint(3) unsigned NOT NULL DEFAULT '0', `reason` varchar(255) NOT NULL DEFAULT '', `notes` text NOT NULL, PRIMARY KEY (`id_ban_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_ban_groups` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_ban_items` -- CREATE TABLE IF NOT EXISTS `smf_ban_items` ( `id_ban` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `id_ban_group` smallint(5) unsigned NOT NULL DEFAULT '0', `ip_low1` tinyint(3) unsigned NOT NULL DEFAULT '0', `ip_high1` tinyint(3) unsigned NOT NULL DEFAULT '0', `ip_low2` tinyint(3) unsigned NOT NULL DEFAULT '0', `ip_high2` tinyint(3) unsigned NOT NULL DEFAULT '0', `ip_low3` tinyint(3) unsigned NOT NULL DEFAULT '0', `ip_high3` tinyint(3) unsigned NOT NULL DEFAULT '0', `ip_low4` tinyint(3) unsigned NOT NULL DEFAULT '0', `ip_high4` tinyint(3) unsigned NOT NULL DEFAULT '0', `hostname` varchar(255) NOT NULL DEFAULT '', `email_address` varchar(255) NOT NULL DEFAULT '', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `hits` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_ban`), KEY `id_ban_group` (`id_ban_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_ban_items` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_boards` -- CREATE TABLE IF NOT EXISTS `smf_boards` ( `id_board` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `id_cat` tinyint(4) unsigned NOT NULL DEFAULT '0', `child_level` tinyint(4) unsigned NOT NULL DEFAULT '0', `id_parent` smallint(5) unsigned NOT NULL DEFAULT '0', `board_order` smallint(5) NOT NULL DEFAULT '0', `id_last_msg` int(10) unsigned NOT NULL DEFAULT '0', `id_msg_updated` int(10) unsigned NOT NULL DEFAULT '0', `member_groups` varchar(255) NOT NULL DEFAULT '-1,0', `id_profile` smallint(5) unsigned NOT NULL DEFAULT '1', `name` varchar(255) NOT NULL DEFAULT '', `description` text NOT NULL, `num_topics` mediumint(8) unsigned NOT NULL DEFAULT '0', `num_posts` mediumint(8) unsigned NOT NULL DEFAULT '0', `count_posts` tinyint(4) NOT NULL DEFAULT '0', `id_theme` tinyint(4) unsigned NOT NULL DEFAULT '0', `override_theme` tinyint(4) unsigned NOT NULL DEFAULT '0', `unapproved_posts` smallint(5) NOT NULL DEFAULT '0', `unapproved_topics` smallint(5) NOT NULL DEFAULT '0', `redirect` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id_board`), UNIQUE KEY `categories` (`id_cat`,`id_board`), KEY `id_parent` (`id_parent`), KEY `id_msg_updated` (`id_msg_updated`), KEY `member_groups` (`member_groups`(48)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `smf_boards` -- INSERT INTO `smf_boards` (`id_board`, `id_cat`, `child_level`, `id_parent`, `board_order`, `id_last_msg`, `id_msg_updated`, `member_groups`, `id_profile`, `name`, `description`, `num_topics`, `num_posts`, `count_posts`, `id_theme`, `override_theme`, `unapproved_posts`, `unapproved_topics`, `redirect`) VALUES (1, 1, 0, 0, 1, 0, 0, '0,2', 1, 'แนะนำติชม', '', 0, 0, 0, 0, 0, 0, 0, ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_board_permissions` -- CREATE TABLE IF NOT EXISTS `smf_board_permissions` ( `id_group` smallint(5) NOT NULL DEFAULT '0', `id_profile` smallint(5) unsigned NOT NULL DEFAULT '0', `permission` varchar(30) NOT NULL DEFAULT '', `add_deny` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id_group`,`id_profile`,`permission`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_board_permissions` -- INSERT INTO `smf_board_permissions` (`id_group`, `id_profile`, `permission`, `add_deny`) VALUES (-1, 1, 'poll_view', 1), (0, 1, 'remove_own', 1), (0, 1, 'lock_own', 1), (0, 1, 'mark_any_notify', 1), (0, 1, 'mark_notify', 1), (0, 1, 'modify_own', 1), (0, 1, 'poll_add_own', 1), (0, 1, 'poll_edit_own', 1), (0, 1, 'poll_lock_own', 1), (0, 1, 'poll_post', 1), (0, 1, 'poll_view', 1), (0, 1, 'poll_vote', 1), (0, 1, 'post_attachment', 1), (0, 1, 'post_new', 1), (0, 1, 'post_reply_any', 1), (0, 1, 'post_reply_own', 1), (0, 1, 'post_unapproved_topics', 1), (0, 1, 'post_unapproved_replies_any', 1), (0, 1, 'post_unapproved_replies_own', 1), (0, 1, 'post_unapproved_attachments', 1), (0, 1, 'delete_own', 1), (0, 1, 'report_any', 1), (0, 1, 'send_topic', 1), (0, 1, 'view_attachments', 1), (2, 1, 'moderate_board', 1), (2, 1, 'post_new', 1), (2, 1, 'post_reply_own', 1), (2, 1, 'post_reply_any', 1), (2, 1, 'post_unapproved_topics', 1), (2, 1, 'post_unapproved_replies_any', 1), (2, 1, 'post_unapproved_replies_own', 1), (2, 1, 'post_unapproved_attachments', 1), (2, 1, 'poll_post', 1), (2, 1, 'poll_add_any', 1), (2, 1, 'poll_remove_any', 1), (2, 1, 'poll_view', 1), (2, 1, 'poll_vote', 1), (2, 1, 'poll_lock_any', 1), (2, 1, 'poll_edit_any', 1), (2, 1, 'report_any', 1), (2, 1, 'lock_own', 1), (2, 1, 'send_topic', 1), (2, 1, 'mark_any_notify', 1), (2, 1, 'mark_notify', 1), (2, 1, 'delete_own', 1), (2, 1, 'modify_own', 1), (2, 1, 'make_sticky', 1), (2, 1, 'lock_any', 1), (2, 1, 'remove_any', 1), (2, 1, 'move_any', 1), (2, 1, 'merge_any', 1), (2, 1, 'split_any', 1), (2, 1, 'delete_any', 1), (2, 1, 'modify_any', 1), (2, 1, 'approve_posts', 1), (2, 1, 'post_attachment', 1), (2, 1, 'view_attachments', 1), (3, 1, 'moderate_board', 1), (3, 1, 'post_new', 1), (3, 1, 'post_reply_own', 1), (3, 1, 'post_reply_any', 1), (3, 1, 'post_unapproved_topics', 1), (3, 1, 'post_unapproved_replies_any', 1), (3, 1, 'post_unapproved_replies_own', 1), (3, 1, 'post_unapproved_attachments', 1), (3, 1, 'poll_post', 1), (3, 1, 'poll_add_any', 1), (3, 1, 'poll_remove_any', 1), (3, 1, 'poll_view', 1), (3, 1, 'poll_vote', 1), (3, 1, 'poll_lock_any', 1), (3, 1, 'poll_edit_any', 1), (3, 1, 'report_any', 1), (3, 1, 'lock_own', 1), (3, 1, 'send_topic', 1), (3, 1, 'mark_any_notify', 1), (3, 1, 'mark_notify', 1), (3, 1, 'delete_own', 1), (3, 1, 'modify_own', 1), (3, 1, 'make_sticky', 1), (3, 1, 'lock_any', 1), (3, 1, 'remove_any', 1), (3, 1, 'move_any', 1), (3, 1, 'merge_any', 1), (3, 1, 'split_any', 1), (3, 1, 'delete_any', 1), (3, 1, 'modify_any', 1), (3, 1, 'approve_posts', 1), (3, 1, 'post_attachment', 1), (3, 1, 'view_attachments', 1), (-1, 2, 'poll_view', 1), (0, 2, 'remove_own', 1), (0, 2, 'lock_own', 1), (0, 2, 'mark_any_notify', 1), (0, 2, 'mark_notify', 1), (0, 2, 'modify_own', 1), (0, 2, 'poll_view', 1), (0, 2, 'poll_vote', 1), (0, 2, 'post_attachment', 1), (0, 2, 'post_new', 1), (0, 2, 'post_reply_any', 1), (0, 2, 'post_reply_own', 1), (0, 2, 'post_unapproved_topics', 1), (0, 2, 'post_unapproved_replies_any', 1), (0, 2, 'post_unapproved_replies_own', 1), (0, 2, 'post_unapproved_attachments', 1), (0, 2, 'delete_own', 1), (0, 2, 'report_any', 1), (0, 2, 'send_topic', 1), (0, 2, 'view_attachments', 1), (2, 2, 'moderate_board', 1), (2, 2, 'post_new', 1), (2, 2, 'post_reply_own', 1), (2, 2, 'post_reply_any', 1), (2, 2, 'post_unapproved_topics', 1), (2, 2, 'post_unapproved_replies_any', 1), (2, 2, 'post_unapproved_replies_own', 1), (2, 2, 'post_unapproved_attachments', 1), (2, 2, 'poll_post', 1), (2, 2, 'poll_add_any', 1), (2, 2, 'poll_remove_any', 1), (2, 2, 'poll_view', 1), (2, 2, 'poll_vote', 1), (2, 2, 'poll_lock_any', 1), (2, 2, 'poll_edit_any', 1), (2, 2, 'report_any', 1), (2, 2, 'lock_own', 1), (2, 2, 'send_topic', 1), (2, 2, 'mark_any_notify', 1), (2, 2, 'mark_notify', 1), (2, 2, 'delete_own', 1), (2, 2, 'modify_own', 1), (2, 2, 'make_sticky', 1), (2, 2, 'lock_any', 1), (2, 2, 'remove_any', 1), (2, 2, 'move_any', 1), (2, 2, 'merge_any', 1), (2, 2, 'split_any', 1), (2, 2, 'delete_any', 1), (2, 2, 'modify_any', 1), (2, 2, 'approve_posts', 1), (2, 2, 'post_attachment', 1), (2, 2, 'view_attachments', 1), (3, 2, 'moderate_board', 1), (3, 2, 'post_new', 1), (3, 2, 'post_reply_own', 1), (3, 2, 'post_reply_any', 1), (3, 2, 'post_unapproved_topics', 1), (3, 2, 'post_unapproved_replies_any', 1), (3, 2, 'post_unapproved_replies_own', 1), (3, 2, 'post_unapproved_attachments', 1), (3, 2, 'poll_post', 1), (3, 2, 'poll_add_any', 1), (3, 2, 'poll_remove_any', 1), (3, 2, 'poll_view', 1), (3, 2, 'poll_vote', 1), (3, 2, 'poll_lock_any', 1), (3, 2, 'poll_edit_any', 1), (3, 2, 'report_any', 1), (3, 2, 'lock_own', 1), (3, 2, 'send_topic', 1), (3, 2, 'mark_any_notify', 1), (3, 2, 'mark_notify', 1), (3, 2, 'delete_own', 1), (3, 2, 'modify_own', 1), (3, 2, 'make_sticky', 1), (3, 2, 'lock_any', 1), (3, 2, 'remove_any', 1), (3, 2, 'move_any', 1), (3, 2, 'merge_any', 1), (3, 2, 'split_any', 1), (3, 2, 'delete_any', 1), (3, 2, 'modify_any', 1), (3, 2, 'approve_posts', 1), (3, 2, 'post_attachment', 1), (3, 2, 'view_attachments', 1), (-1, 3, 'poll_view', 1), (0, 3, 'remove_own', 1), (0, 3, 'lock_own', 1), (0, 3, 'mark_any_notify', 1), (0, 3, 'mark_notify', 1), (0, 3, 'modify_own', 1), (0, 3, 'poll_view', 1), (0, 3, 'poll_vote', 1), (0, 3, 'post_attachment', 1), (0, 3, 'post_reply_any', 1), (0, 3, 'post_reply_own', 1), (0, 3, 'post_unapproved_replies_any', 1), (0, 3, 'post_unapproved_replies_own', 1), (0, 3, 'post_unapproved_attachments', 1), (0, 3, 'delete_own', 1), (0, 3, 'report_any', 1), (0, 3, 'send_topic', 1), (0, 3, 'view_attachments', 1), (2, 3, 'moderate_board', 1), (2, 3, 'post_new', 1), (2, 3, 'post_reply_own', 1), (2, 3, 'post_reply_any', 1), (2, 3, 'post_unapproved_topics', 1), (2, 3, 'post_unapproved_replies_any', 1), (2, 3, 'post_unapproved_replies_own', 1), (2, 3, 'post_unapproved_attachments', 1), (2, 3, 'poll_post', 1), (2, 3, 'poll_add_any', 1), (2, 3, 'poll_remove_any', 1), (2, 3, 'poll_view', 1), (2, 3, 'poll_vote', 1), (2, 3, 'poll_lock_any', 1), (2, 3, 'poll_edit_any', 1), (2, 3, 'report_any', 1), (2, 3, 'lock_own', 1), (2, 3, 'send_topic', 1), (2, 3, 'mark_any_notify', 1), (2, 3, 'mark_notify', 1), (2, 3, 'delete_own', 1), (2, 3, 'modify_own', 1), (2, 3, 'make_sticky', 1), (2, 3, 'lock_any', 1), (2, 3, 'remove_any', 1), (2, 3, 'move_any', 1), (2, 3, 'merge_any', 1), (2, 3, 'split_any', 1), (2, 3, 'delete_any', 1), (2, 3, 'modify_any', 1), (2, 3, 'approve_posts', 1), (2, 3, 'post_attachment', 1), (2, 3, 'view_attachments', 1), (3, 3, 'moderate_board', 1), (3, 3, 'post_new', 1), (3, 3, 'post_reply_own', 1), (3, 3, 'post_reply_any', 1), (3, 3, 'post_unapproved_topics', 1), (3, 3, 'post_unapproved_replies_any', 1), (3, 3, 'post_unapproved_replies_own', 1), (3, 3, 'post_unapproved_attachments', 1), (3, 3, 'poll_post', 1), (3, 3, 'poll_add_any', 1), (3, 3, 'poll_remove_any', 1), (3, 3, 'poll_view', 1), (3, 3, 'poll_vote', 1), (3, 3, 'poll_lock_any', 1), (3, 3, 'poll_edit_any', 1), (3, 3, 'report_any', 1), (3, 3, 'lock_own', 1), (3, 3, 'send_topic', 1), (3, 3, 'mark_any_notify', 1), (3, 3, 'mark_notify', 1), (3, 3, 'delete_own', 1), (3, 3, 'modify_own', 1), (3, 3, 'make_sticky', 1), (3, 3, 'lock_any', 1), (3, 3, 'remove_any', 1), (3, 3, 'move_any', 1), (3, 3, 'merge_any', 1), (3, 3, 'split_any', 1), (3, 3, 'delete_any', 1), (3, 3, 'modify_any', 1), (3, 3, 'approve_posts', 1), (3, 3, 'post_attachment', 1), (3, 3, 'view_attachments', 1), (-1, 4, 'poll_view', 1), (0, 4, 'mark_any_notify', 1), (0, 4, 'mark_notify', 1), (0, 4, 'poll_view', 1), (0, 4, 'poll_vote', 1), (0, 4, 'report_any', 1), (0, 4, 'send_topic', 1), (0, 4, 'view_attachments', 1), (2, 4, 'moderate_board', 1), (2, 4, 'post_new', 1), (2, 4, 'post_reply_own', 1), (2, 4, 'post_reply_any', 1), (2, 4, 'post_unapproved_topics', 1), (2, 4, 'post_unapproved_replies_any', 1), (2, 4, 'post_unapproved_replies_own', 1), (2, 4, 'post_unapproved_attachments', 1), (2, 4, 'poll_post', 1), (2, 4, 'poll_add_any', 1), (2, 4, 'poll_remove_any', 1), (2, 4, 'poll_view', 1), (2, 4, 'poll_vote', 1), (2, 4, 'poll_lock_any', 1), (2, 4, 'poll_edit_any', 1), (2, 4, 'report_any', 1), (2, 4, 'lock_own', 1), (2, 4, 'send_topic', 1), (2, 4, 'mark_any_notify', 1), (2, 4, 'mark_notify', 1), (2, 4, 'delete_own', 1), (2, 4, 'modify_own', 1), (2, 4, 'make_sticky', 1), (2, 4, 'lock_any', 1), (2, 4, 'remove_any', 1), (2, 4, 'move_any', 1), (2, 4, 'merge_any', 1), (2, 4, 'split_any', 1), (2, 4, 'delete_any', 1), (2, 4, 'modify_any', 1), (2, 4, 'approve_posts', 1), (2, 4, 'post_attachment', 1), (2, 4, 'view_attachments', 1), (3, 4, 'moderate_board', 1), (3, 4, 'post_new', 1), (3, 4, 'post_reply_own', 1), (3, 4, 'post_reply_any', 1), (3, 4, 'post_unapproved_topics', 1), (3, 4, 'post_unapproved_replies_any', 1), (3, 4, 'post_unapproved_replies_own', 1), (3, 4, 'post_unapproved_attachments', 1), (3, 4, 'poll_post', 1), (3, 4, 'poll_add_any', 1), (3, 4, 'poll_remove_any', 1), (3, 4, 'poll_view', 1), (3, 4, 'poll_vote', 1), (3, 4, 'poll_lock_any', 1), (3, 4, 'poll_edit_any', 1), (3, 4, 'report_any', 1), (3, 4, 'lock_own', 1), (3, 4, 'send_topic', 1), (3, 4, 'mark_any_notify', 1), (3, 4, 'mark_notify', 1), (3, 4, 'delete_own', 1), (3, 4, 'modify_own', 1), (3, 4, 'make_sticky', 1), (3, 4, 'lock_any', 1), (3, 4, 'remove_any', 1), (3, 4, 'move_any', 1), (3, 4, 'merge_any', 1), (3, 4, 'split_any', 1), (3, 4, 'delete_any', 1), (3, 4, 'modify_any', 1), (3, 4, 'approve_posts', 1), (3, 4, 'post_attachment', 1), (3, 4, 'view_attachments', 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_calendar` -- CREATE TABLE IF NOT EXISTS `smf_calendar` ( `id_event` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `start_date` date NOT NULL DEFAULT '0001-01-01', `end_date` date NOT NULL DEFAULT '0001-01-01', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_event`), KEY `start_date` (`start_date`), KEY `end_date` (`end_date`), KEY `topic` (`id_topic`,`id_member`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_calendar` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_calendar_holidays` -- CREATE TABLE IF NOT EXISTS `smf_calendar_holidays` ( `id_holiday` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `event_date` date NOT NULL DEFAULT '0001-01-01', `title` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id_holiday`), KEY `event_date` (`event_date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=116 ; -- -- dump ตาราง `smf_calendar_holidays` -- INSERT INTO `smf_calendar_holidays` (`id_holiday`, `event_date`, `title`) VALUES (1, '0004-01-01', 'New Year''s'), (2, '0004-12-25', 'Christmas'), (3, '0004-02-14', 'Valentine''s Day'), (4, '0004-03-17', 'St. Patrick''s Day'), (5, '0004-04-01', 'April Fools'), (6, '0004-04-22', 'Earth Day'), (7, '0004-10-24', 'United Nations Day'), (8, '0004-10-31', 'Halloween'), (9, '2010-05-09', 'Mother''s Day'), (10, '2011-05-08', 'Mother''s Day'), (11, '2012-05-13', 'Mother''s Day'), (12, '2013-05-12', 'Mother''s Day'), (13, '2014-05-11', 'Mother''s Day'), (14, '2015-05-10', 'Mother''s Day'), (15, '2016-05-08', 'Mother''s Day'), (16, '2017-05-14', 'Mother''s Day'), (17, '2018-05-13', 'Mother''s Day'), (18, '2019-05-12', 'Mother''s Day'), (19, '2020-05-10', 'Mother''s Day'), (20, '2008-06-15', 'Father''s Day'), (21, '2009-06-21', 'Father''s Day'), (22, '2010-06-20', 'Father''s Day'), (23, '2011-06-19', 'Father''s Day'), (24, '2012-06-17', 'Father''s Day'), (25, '2013-06-16', 'Father''s Day'), (26, '2014-06-15', 'Father''s Day'), (27, '2015-06-21', 'Father''s Day'), (28, '2016-06-19', 'Father''s Day'), (29, '2017-06-18', 'Father''s Day'), (30, '2018-06-17', 'Father''s Day'), (31, '2019-06-16', 'Father''s Day'), (32, '2020-06-21', 'Father''s Day'), (33, '2010-06-21', 'Summer Solstice'), (34, '2011-06-21', 'Summer Solstice'), (35, '2012-06-20', 'Summer Solstice'), (36, '2013-06-21', 'Summer Solstice'), (37, '2014-06-21', 'Summer Solstice'), (38, '2015-06-21', 'Summer Solstice'), (39, '2016-06-20', 'Summer Solstice'), (40, '2017-06-20', 'Summer Solstice'), (41, '2018-06-21', 'Summer Solstice'), (42, '2019-06-21', 'Summer Solstice'), (43, '2020-06-20', 'Summer Solstice'), (44, '2010-03-20', 'Vernal Equinox'), (45, '2011-03-20', 'Vernal Equinox'), (46, '2012-03-20', 'Vernal Equinox'), (47, '2013-03-20', 'Vernal Equinox'), (48, '2014-03-20', 'Vernal Equinox'), (49, '2015-03-20', 'Vernal Equinox'), (50, '2016-03-19', 'Vernal Equinox'), (51, '2017-03-20', 'Vernal Equinox'), (52, '2018-03-20', 'Vernal Equinox'), (53, '2019-03-20', 'Vernal Equinox'), (54, '2020-03-19', 'Vernal Equinox'), (55, '2010-12-21', 'Winter Solstice'), (56, '2011-12-22', 'Winter Solstice'), (57, '2012-12-21', 'Winter Solstice'), (58, '2013-12-21', 'Winter Solstice'), (59, '2014-12-21', 'Winter Solstice'), (60, '2015-12-21', 'Winter Solstice'), (61, '2016-12-21', 'Winter Solstice'), (62, '2017-12-21', 'Winter Solstice'), (63, '2018-12-21', 'Winter Solstice'), (64, '2019-12-21', 'Winter Solstice'), (65, '2020-12-21', 'Winter Solstice'), (66, '2010-09-22', 'Autumnal Equinox'), (67, '2011-09-23', 'Autumnal Equinox'), (68, '2012-09-22', 'Autumnal Equinox'), (69, '2013-09-22', 'Autumnal Equinox'), (70, '2014-09-22', 'Autumnal Equinox'), (71, '2015-09-23', 'Autumnal Equinox'), (72, '2016-09-22', 'Autumnal Equinox'), (73, '2017-09-22', 'Autumnal Equinox'), (74, '2018-09-22', 'Autumnal Equinox'), (75, '2019-09-23', 'Autumnal Equinox'), (76, '2020-09-22', 'Autumnal Equinox'), (77, '0004-07-04', 'Independence Day'), (78, '0004-05-05', 'Cinco de Mayo'), (79, '0004-06-14', 'Flag Day'), (80, '0004-11-11', 'Veterans Day'), (81, '0004-02-02', 'Groundhog Day'), (82, '2010-11-25', 'Thanksgiving'), (83, '2011-11-24', 'Thanksgiving'), (84, '2012-11-22', 'Thanksgiving'), (85, '2013-11-28', 'Thanksgiving'), (86, '2014-11-27', 'Thanksgiving'), (87, '2015-11-26', 'Thanksgiving'), (88, '2016-11-24', 'Thanksgiving'), (89, '2017-11-23', 'Thanksgiving'), (90, '2018-11-22', 'Thanksgiving'), (91, '2019-11-28', 'Thanksgiving'), (92, '2020-11-26', 'Thanksgiving'), (93, '2010-05-31', 'Memorial Day'), (94, '2011-05-30', 'Memorial Day'), (95, '2012-05-28', 'Memorial Day'), (96, '2013-05-27', 'Memorial Day'), (97, '2014-05-26', 'Memorial Day'), (98, '2015-05-25', 'Memorial Day'), (99, '2016-05-30', 'Memorial Day'), (100, '2017-05-29', 'Memorial Day'), (101, '2018-05-28', 'Memorial Day'), (102, '2019-05-27', 'Memorial Day'), (103, '2020-05-25', 'Memorial Day'), (104, '2010-09-06', 'Labor Day'), (105, '2011-09-05', 'Labor Day'), (106, '2012-09-03', 'Labor Day'), (107, '2013-09-02', 'Labor Day'), (108, '2014-09-01', 'Labor Day'), (109, '2015-09-07', 'Labor Day'), (110, '2016-09-05', 'Labor Day'), (111, '2017-09-04', 'Labor Day'), (112, '2018-09-03', 'Labor Day'), (113, '2019-09-02', 'Labor Day'), (114, '2020-09-07', 'Labor Day'), (115, '0004-06-06', 'D-Day'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_categories` -- CREATE TABLE IF NOT EXISTS `smf_categories` ( `id_cat` tinyint(4) unsigned NOT NULL AUTO_INCREMENT, `cat_order` tinyint(4) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `can_collapse` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id_cat`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `smf_categories` -- INSERT INTO `smf_categories` (`id_cat`, `cat_order`, `name`, `can_collapse`) VALUES (1, 0, 'General Category', 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_collapsed_categories` -- CREATE TABLE IF NOT EXISTS `smf_collapsed_categories` ( `id_cat` tinyint(4) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_cat`,`id_member`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_collapsed_categories` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_custom_fields` -- CREATE TABLE IF NOT EXISTS `smf_custom_fields` ( `id_field` smallint(5) NOT NULL AUTO_INCREMENT, `col_name` varchar(12) NOT NULL DEFAULT '', `field_name` varchar(40) NOT NULL DEFAULT '', `field_desc` varchar(255) NOT NULL DEFAULT '', `field_type` varchar(8) NOT NULL DEFAULT 'text', `field_length` smallint(5) NOT NULL DEFAULT '255', `field_options` text NOT NULL, `mask` varchar(255) NOT NULL DEFAULT '', `show_reg` tinyint(3) NOT NULL DEFAULT '0', `show_display` tinyint(3) NOT NULL DEFAULT '0', `show_profile` varchar(20) NOT NULL DEFAULT 'forumprofile', `private` tinyint(3) NOT NULL DEFAULT '0', `active` tinyint(3) NOT NULL DEFAULT '1', `bbc` tinyint(3) NOT NULL DEFAULT '0', `can_search` tinyint(3) NOT NULL DEFAULT '0', `default_value` varchar(255) NOT NULL DEFAULT '', `enclose` text NOT NULL, `placement` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`id_field`), UNIQUE KEY `col_name` (`col_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_custom_fields` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_group_moderators` -- CREATE TABLE IF NOT EXISTS `smf_group_moderators` ( `id_group` smallint(5) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_group`,`id_member`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_group_moderators` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_actions` -- CREATE TABLE IF NOT EXISTS `smf_log_actions` ( `id_action` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_log` tinyint(3) unsigned NOT NULL DEFAULT '1', `log_time` int(10) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `ip` char(16) NOT NULL DEFAULT '', `action` varchar(30) NOT NULL DEFAULT '', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_msg` int(10) unsigned NOT NULL DEFAULT '0', `extra` text NOT NULL, PRIMARY KEY (`id_action`), KEY `id_log` (`id_log`), KEY `log_time` (`log_time`), KEY `id_member` (`id_member`), KEY `id_board` (`id_board`), KEY `id_msg` (`id_msg`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_actions` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_activity` -- CREATE TABLE IF NOT EXISTS `smf_log_activity` ( `date` date NOT NULL DEFAULT '0001-01-01', `hits` mediumint(8) unsigned NOT NULL DEFAULT '0', `topics` smallint(5) unsigned NOT NULL DEFAULT '0', `posts` smallint(5) unsigned NOT NULL DEFAULT '0', `registers` smallint(5) unsigned NOT NULL DEFAULT '0', `most_on` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`date`), KEY `most_on` (`most_on`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_activity` -- INSERT INTO `smf_log_activity` (`date`, `hits`, `topics`, `posts`, `registers`, `most_on`) VALUES ('2014-02-18', 0, 1, 1, 1, 2), ('2014-02-17', 0, 0, 0, 1, 2), ('2014-02-23', 0, 0, 0, 0, 1), ('2014-02-24', 0, 0, 0, 0, 1), ('2014-02-25', 0, 0, 0, 0, 1), ('2014-02-27', 0, 0, 0, 0, 1), ('2014-02-28', 0, 0, 0, 0, 1), ('2014-03-02', 0, 0, 0, 0, 1), ('2014-03-09', 0, 0, 0, 0, 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_banned` -- CREATE TABLE IF NOT EXISTS `smf_log_banned` ( `id_ban_log` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `ip` char(16) NOT NULL DEFAULT '', `email` varchar(255) NOT NULL DEFAULT '', `log_time` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_ban_log`), KEY `log_time` (`log_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_banned` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_boards` -- CREATE TABLE IF NOT EXISTS `smf_log_boards` ( `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `id_msg` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_member`,`id_board`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_boards` -- INSERT INTO `smf_log_boards` (`id_member`, `id_board`, `id_msg`) VALUES (2, 1, 1), (1, 1, 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_comments` -- CREATE TABLE IF NOT EXISTS `smf_log_comments` ( `id_comment` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `member_name` varchar(80) NOT NULL DEFAULT '', `comment_type` varchar(8) NOT NULL DEFAULT 'warning', `id_recipient` mediumint(8) unsigned NOT NULL DEFAULT '0', `recipient_name` varchar(255) NOT NULL DEFAULT '', `log_time` int(10) NOT NULL DEFAULT '0', `id_notice` mediumint(8) unsigned NOT NULL DEFAULT '0', `counter` tinyint(3) NOT NULL DEFAULT '0', `body` text NOT NULL, PRIMARY KEY (`id_comment`), KEY `id_recipient` (`id_recipient`), KEY `log_time` (`log_time`), KEY `comment_type` (`comment_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_comments` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_digest` -- CREATE TABLE IF NOT EXISTS `smf_log_digest` ( `id_topic` mediumint(8) unsigned NOT NULL, `id_msg` int(10) unsigned NOT NULL, `note_type` varchar(10) NOT NULL DEFAULT 'post', `daily` tinyint(3) unsigned NOT NULL DEFAULT '0', `exclude` mediumint(8) unsigned NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_digest` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_errors` -- CREATE TABLE IF NOT EXISTS `smf_log_errors` ( `id_error` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `log_time` int(10) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `ip` char(16) NOT NULL DEFAULT '', `url` text NOT NULL, `message` text NOT NULL, `session` char(32) NOT NULL DEFAULT '', `error_type` char(15) NOT NULL DEFAULT 'general', `file` varchar(255) NOT NULL DEFAULT '', `line` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_error`), KEY `log_time` (`log_time`), KEY `id_member` (`id_member`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `smf_log_errors` -- INSERT INTO `smf_log_errors` (`id_error`, `log_time`, `id_member`, `ip`, `url`, `message`, `session`, `error_type`, `file`, `line`) VALUES (1, 1392668843, 0, '110.77.204.53', '?action=register2', 'Unable to send mail to the email address ''bunyiam@rootcybersolutions.com''', 'a74b1ef7183cdb5956da0e8f3d5091b2', 'general', '', 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_floodcontrol` -- CREATE TABLE IF NOT EXISTS `smf_log_floodcontrol` ( `ip` char(16) NOT NULL DEFAULT '', `log_time` int(10) unsigned NOT NULL DEFAULT '0', `log_type` varchar(8) NOT NULL DEFAULT 'post', PRIMARY KEY (`ip`,`log_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_floodcontrol` -- INSERT INTO `smf_log_floodcontrol` (`ip`, `log_time`, `log_type`) VALUES ('110.77.204.53', 1392668843, 'register'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_group_requests` -- CREATE TABLE IF NOT EXISTS `smf_log_group_requests` ( `id_request` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_group` smallint(5) unsigned NOT NULL DEFAULT '0', `time_applied` int(10) unsigned NOT NULL DEFAULT '0', `reason` text NOT NULL, PRIMARY KEY (`id_request`), UNIQUE KEY `id_member` (`id_member`,`id_group`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_group_requests` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_karma` -- CREATE TABLE IF NOT EXISTS `smf_log_karma` ( `id_target` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_executor` mediumint(8) unsigned NOT NULL DEFAULT '0', `log_time` int(10) unsigned NOT NULL DEFAULT '0', `action` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id_target`,`id_executor`), KEY `log_time` (`log_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_karma` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_mark_read` -- CREATE TABLE IF NOT EXISTS `smf_log_mark_read` ( `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `id_msg` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_member`,`id_board`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_mark_read` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_member_notices` -- CREATE TABLE IF NOT EXISTS `smf_log_member_notices` ( `id_notice` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `subject` varchar(255) NOT NULL DEFAULT '', `body` text NOT NULL, PRIMARY KEY (`id_notice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_member_notices` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_notify` -- CREATE TABLE IF NOT EXISTS `smf_log_notify` ( `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `sent` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_member`,`id_topic`,`id_board`), KEY `id_topic` (`id_topic`,`id_member`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_notify` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_online` -- CREATE TABLE IF NOT EXISTS `smf_log_online` ( `session` varchar(32) NOT NULL DEFAULT '', `log_time` int(10) NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_spider` smallint(5) unsigned NOT NULL DEFAULT '0', `ip` int(10) unsigned NOT NULL DEFAULT '0', `url` text NOT NULL, PRIMARY KEY (`session`), KEY `log_time` (`log_time`), KEY `id_member` (`id_member`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_online` -- INSERT INTO `smf_log_online` (`session`, `log_time`, `id_member`, `id_spider`, `ip`, `url`) VALUES ('ip49.49.4.152', 1394349090, 0, 0, 825296024, 'a:2:{s:6:"action";s:5:"login";s:10:"USER_AGENT";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36";}'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_packages` -- CREATE TABLE IF NOT EXISTS `smf_log_packages` ( `id_install` int(10) NOT NULL AUTO_INCREMENT, `filename` varchar(255) NOT NULL DEFAULT '', `package_id` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `version` varchar(255) NOT NULL DEFAULT '', `id_member_installed` mediumint(8) NOT NULL DEFAULT '0', `member_installed` varchar(255) NOT NULL DEFAULT '', `time_installed` int(10) NOT NULL DEFAULT '0', `id_member_removed` mediumint(8) NOT NULL DEFAULT '0', `member_removed` varchar(255) NOT NULL DEFAULT '', `time_removed` int(10) NOT NULL DEFAULT '0', `install_state` tinyint(3) NOT NULL DEFAULT '1', `failed_steps` text NOT NULL, `themes_installed` varchar(255) NOT NULL DEFAULT '', `db_changes` text NOT NULL, PRIMARY KEY (`id_install`), KEY `filename` (`filename`(15)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_packages` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_polls` -- CREATE TABLE IF NOT EXISTS `smf_log_polls` ( `id_poll` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_choice` tinyint(3) unsigned NOT NULL DEFAULT '0', KEY `id_poll` (`id_poll`,`id_member`,`id_choice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_polls` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_reported` -- CREATE TABLE IF NOT EXISTS `smf_log_reported` ( `id_report` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `id_msg` int(10) unsigned NOT NULL DEFAULT '0', `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `membername` varchar(255) NOT NULL DEFAULT '', `subject` varchar(255) NOT NULL DEFAULT '', `body` text NOT NULL, `time_started` int(10) NOT NULL DEFAULT '0', `time_updated` int(10) NOT NULL DEFAULT '0', `num_reports` mediumint(6) NOT NULL DEFAULT '0', `closed` tinyint(3) NOT NULL DEFAULT '0', `ignore_all` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`id_report`), KEY `id_member` (`id_member`), KEY `id_topic` (`id_topic`), KEY `closed` (`closed`), KEY `time_started` (`time_started`), KEY `id_msg` (`id_msg`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_reported` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_reported_comments` -- CREATE TABLE IF NOT EXISTS `smf_log_reported_comments` ( `id_comment` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `id_report` mediumint(8) NOT NULL DEFAULT '0', `id_member` mediumint(8) NOT NULL, `membername` varchar(255) NOT NULL DEFAULT '', `email_address` varchar(255) NOT NULL DEFAULT '', `member_ip` varchar(255) NOT NULL DEFAULT '', `comment` varchar(255) NOT NULL DEFAULT '', `time_sent` int(10) NOT NULL, PRIMARY KEY (`id_comment`), KEY `id_report` (`id_report`), KEY `id_member` (`id_member`), KEY `time_sent` (`time_sent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_reported_comments` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_scheduled_tasks` -- CREATE TABLE IF NOT EXISTS `smf_log_scheduled_tasks` ( `id_log` mediumint(8) NOT NULL AUTO_INCREMENT, `id_task` smallint(5) NOT NULL DEFAULT '0', `time_run` int(10) NOT NULL DEFAULT '0', `time_taken` float NOT NULL DEFAULT '0', PRIMARY KEY (`id_log`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=30 ; -- -- dump ตาราง `smf_log_scheduled_tasks` -- INSERT INTO `smf_log_scheduled_tasks` (`id_log`, `id_task`, `time_run`, `time_taken`) VALUES (1, 2, 1392668490, 0), (2, 3, 1392668713, 0), (3, 5, 1392668715, 0), (4, 6, 1392668717, 0), (5, 7, 1392668741, 19), (6, 9, 1392668762, 0), (7, 1, 1392683208, 0), (8, 1, 1392690146, 0), (9, 1, 1393137991, 0), (10, 5, 1393143684, 0), (11, 3, 1393155502, 0), (12, 7, 1393174747, 19), (13, 1, 1393175469, 0), (14, 1, 1393213337, 0), (15, 2, 1393303575, 0), (16, 5, 1393303605, 0), (17, 6, 1393303778, 0), (18, 9, 1393303783, 0), (19, 3, 1393304081, 0), (20, 1, 1393305491, 0), (21, 7, 1393477251, 65), (22, 1, 1393561618, 0), (23, 5, 1393561674, 0), (24, 3, 1393561757, 0), (25, 1, 1393742749, 0), (26, 7, 1394349089, 16), (27, 5, 1394349091, 0), (28, 3, 1394349094, 0), (29, 1, 1394349096, 0); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_search_messages` -- CREATE TABLE IF NOT EXISTS `smf_log_search_messages` ( `id_search` tinyint(3) unsigned NOT NULL DEFAULT '0', `id_msg` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_search`,`id_msg`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_search_messages` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_search_results` -- CREATE TABLE IF NOT EXISTS `smf_log_search_results` ( `id_search` tinyint(3) unsigned NOT NULL DEFAULT '0', `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_msg` int(10) unsigned NOT NULL DEFAULT '0', `relevance` smallint(5) unsigned NOT NULL DEFAULT '0', `num_matches` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_search`,`id_topic`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_search_results` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_search_subjects` -- CREATE TABLE IF NOT EXISTS `smf_log_search_subjects` ( `word` varchar(20) NOT NULL DEFAULT '', `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`word`,`id_topic`), KEY `id_topic` (`id_topic`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_search_subjects` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_search_topics` -- CREATE TABLE IF NOT EXISTS `smf_log_search_topics` ( `id_search` tinyint(3) unsigned NOT NULL DEFAULT '0', `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_search`,`id_topic`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_search_topics` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_spider_hits` -- CREATE TABLE IF NOT EXISTS `smf_log_spider_hits` ( `id_hit` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_spider` smallint(5) unsigned NOT NULL DEFAULT '0', `log_time` int(10) unsigned NOT NULL DEFAULT '0', `url` varchar(255) NOT NULL DEFAULT '', `processed` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`id_hit`), KEY `id_spider` (`id_spider`), KEY `log_time` (`log_time`), KEY `processed` (`processed`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_spider_hits` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_spider_stats` -- CREATE TABLE IF NOT EXISTS `smf_log_spider_stats` ( `id_spider` smallint(5) unsigned NOT NULL DEFAULT '0', `page_hits` smallint(5) unsigned NOT NULL DEFAULT '0', `last_seen` int(10) unsigned NOT NULL DEFAULT '0', `stat_date` date NOT NULL DEFAULT '0001-01-01', PRIMARY KEY (`stat_date`,`id_spider`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_spider_stats` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_subscribed` -- CREATE TABLE IF NOT EXISTS `smf_log_subscribed` ( `id_sublog` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_subscribe` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_member` int(10) NOT NULL DEFAULT '0', `old_id_group` smallint(5) NOT NULL DEFAULT '0', `start_time` int(10) NOT NULL DEFAULT '0', `end_time` int(10) NOT NULL DEFAULT '0', `status` tinyint(3) NOT NULL DEFAULT '0', `payments_pending` tinyint(3) NOT NULL DEFAULT '0', `pending_details` text NOT NULL, `reminder_sent` tinyint(3) NOT NULL DEFAULT '0', `vendor_ref` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id_sublog`), UNIQUE KEY `id_subscribe` (`id_subscribe`,`id_member`), KEY `end_time` (`end_time`), KEY `reminder_sent` (`reminder_sent`), KEY `payments_pending` (`payments_pending`), KEY `status` (`status`), KEY `id_member` (`id_member`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_log_subscribed` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_log_topics` -- CREATE TABLE IF NOT EXISTS `smf_log_topics` ( `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_msg` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_member`,`id_topic`), KEY `id_topic` (`id_topic`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_log_topics` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_mail_queue` -- CREATE TABLE IF NOT EXISTS `smf_mail_queue` ( `id_mail` int(10) unsigned NOT NULL AUTO_INCREMENT, `time_sent` int(10) NOT NULL DEFAULT '0', `recipient` varchar(255) NOT NULL DEFAULT '', `body` text NOT NULL, `subject` varchar(255) NOT NULL DEFAULT '', `headers` text NOT NULL, `send_html` tinyint(3) NOT NULL DEFAULT '0', `priority` tinyint(3) NOT NULL DEFAULT '1', `private` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id_mail`), KEY `time_sent` (`time_sent`), KEY `mail_priority` (`priority`,`id_mail`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_mail_queue` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_membergroups` -- CREATE TABLE IF NOT EXISTS `smf_membergroups` ( `id_group` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `group_name` varchar(80) NOT NULL DEFAULT '', `description` text NOT NULL, `online_color` varchar(20) NOT NULL DEFAULT '', `min_posts` mediumint(9) NOT NULL DEFAULT '-1', `max_messages` smallint(5) unsigned NOT NULL DEFAULT '0', `stars` varchar(255) NOT NULL DEFAULT '', `group_type` tinyint(3) NOT NULL DEFAULT '0', `hidden` tinyint(3) NOT NULL DEFAULT '0', `id_parent` smallint(5) NOT NULL DEFAULT '-2', PRIMARY KEY (`id_group`), KEY `min_posts` (`min_posts`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ; -- -- dump ตาราง `smf_membergroups` -- INSERT INTO `smf_membergroups` (`id_group`, `group_name`, `description`, `online_color`, `min_posts`, `max_messages`, `stars`, `group_type`, `hidden`, `id_parent`) VALUES (1, 'Administrator', '', '#FF0000', -1, 0, '5#staradmin.gif', 1, 0, -2), (2, 'Global Moderator', '', '#0000FF', -1, 0, '5#stargmod.gif', 0, 0, -2), (3, 'Moderator', '', '', -1, 0, '5#starmod.gif', 0, 0, -2), (4, 'Newbie', '', '', 0, 0, '1#star.gif', 0, 0, -2), (5, 'Jr. Member', '', '', 50, 0, '2#star.gif', 0, 0, -2), (6, 'Full Member', '', '', 100, 0, '3#star.gif', 0, 0, -2), (7, 'Sr. Member', '', '', 250, 0, '4#star.gif', 0, 0, -2), (8, 'Hero Member', '', '', 500, 0, '5#star.gif', 0, 0, -2); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_members` -- CREATE TABLE IF NOT EXISTS `smf_members` ( `id_member` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `member_name` varchar(80) NOT NULL DEFAULT '', `date_registered` int(10) unsigned NOT NULL DEFAULT '0', `posts` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_group` smallint(5) unsigned NOT NULL DEFAULT '0', `lngfile` varchar(255) NOT NULL DEFAULT '', `last_login` int(10) unsigned NOT NULL DEFAULT '0', `real_name` varchar(255) NOT NULL DEFAULT '', `instant_messages` smallint(5) NOT NULL DEFAULT '0', `unread_messages` smallint(5) NOT NULL DEFAULT '0', `new_pm` tinyint(3) unsigned NOT NULL DEFAULT '0', `buddy_list` text NOT NULL, `pm_ignore_list` varchar(255) NOT NULL DEFAULT '', `pm_prefs` mediumint(8) NOT NULL DEFAULT '0', `mod_prefs` varchar(20) NOT NULL DEFAULT '', `message_labels` text NOT NULL, `passwd` varchar(64) NOT NULL DEFAULT '', `openid_uri` text NOT NULL, `email_address` varchar(255) NOT NULL DEFAULT '', `personal_text` varchar(255) NOT NULL DEFAULT '', `gender` tinyint(4) unsigned NOT NULL DEFAULT '0', `birthdate` date NOT NULL DEFAULT '0001-01-01', `website_title` varchar(255) NOT NULL DEFAULT '', `website_url` varchar(255) NOT NULL DEFAULT '', `location` varchar(255) NOT NULL DEFAULT '', `icq` varchar(255) NOT NULL DEFAULT '', `aim` varchar(255) NOT NULL DEFAULT '', `yim` varchar(32) NOT NULL DEFAULT '', `msn` varchar(255) NOT NULL DEFAULT '', `hide_email` tinyint(4) NOT NULL DEFAULT '0', `show_online` tinyint(4) NOT NULL DEFAULT '1', `time_format` varchar(80) NOT NULL DEFAULT '', `signature` text NOT NULL, `time_offset` float NOT NULL DEFAULT '0', `avatar` varchar(255) NOT NULL DEFAULT '', `pm_email_notify` tinyint(4) NOT NULL DEFAULT '0', `karma_bad` smallint(5) unsigned NOT NULL DEFAULT '0', `karma_good` smallint(5) unsigned NOT NULL DEFAULT '0', `usertitle` varchar(255) NOT NULL DEFAULT '', `notify_announcements` tinyint(4) NOT NULL DEFAULT '1', `notify_regularity` tinyint(4) NOT NULL DEFAULT '1', `notify_send_body` tinyint(4) NOT NULL DEFAULT '0', `notify_types` tinyint(4) NOT NULL DEFAULT '2', `member_ip` varchar(255) NOT NULL DEFAULT '', `member_ip2` varchar(255) NOT NULL DEFAULT '', `secret_question` varchar(255) NOT NULL DEFAULT '', `secret_answer` varchar(64) NOT NULL DEFAULT '', `id_theme` tinyint(4) unsigned NOT NULL DEFAULT '0', `is_activated` tinyint(3) unsigned NOT NULL DEFAULT '1', `validation_code` varchar(10) NOT NULL DEFAULT '', `id_msg_last_visit` int(10) unsigned NOT NULL DEFAULT '0', `additional_groups` varchar(255) NOT NULL DEFAULT '', `smiley_set` varchar(48) NOT NULL DEFAULT '', `id_post_group` smallint(5) unsigned NOT NULL DEFAULT '0', `total_time_logged_in` int(10) unsigned NOT NULL DEFAULT '0', `password_salt` varchar(255) NOT NULL DEFAULT '', `ignore_boards` text NOT NULL, `warning` tinyint(4) NOT NULL DEFAULT '0', `passwd_flood` varchar(12) NOT NULL DEFAULT '', `pm_receive_from` tinyint(4) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id_member`), KEY `member_name` (`member_name`), KEY `real_name` (`real_name`), KEY `date_registered` (`date_registered`), KEY `id_group` (`id_group`), KEY `birthdate` (`birthdate`), KEY `posts` (`posts`), KEY `last_login` (`last_login`), KEY `lngfile` (`lngfile`(30)), KEY `id_post_group` (`id_post_group`), KEY `warning` (`warning`), KEY `total_time_logged_in` (`total_time_logged_in`), KEY `id_theme` (`id_theme`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- dump ตาราง `smf_members` -- INSERT INTO `smf_members` (`id_member`, `member_name`, `date_registered`, `posts`, `id_group`, `lngfile`, `last_login`, `real_name`, `instant_messages`, `unread_messages`, `new_pm`, `buddy_list`, `pm_ignore_list`, `pm_prefs`, `mod_prefs`, `message_labels`, `passwd`, `openid_uri`, `email_address`, `personal_text`, `gender`, `birthdate`, `website_title`, `website_url`, `location`, `icq`, `aim`, `yim`, `msn`, `hide_email`, `show_online`, `time_format`, `signature`, `time_offset`, `avatar`, `pm_email_notify`, `karma_bad`, `karma_good`, `usertitle`, `notify_announcements`, `notify_regularity`, `notify_send_body`, `notify_types`, `member_ip`, `member_ip2`, `secret_question`, `secret_answer`, `id_theme`, `is_activated`, `validation_code`, `id_msg_last_visit`, `additional_groups`, `smiley_set`, `id_post_group`, `total_time_logged_in`, `password_salt`, `ignore_boards`, `warning`, `passwd_flood`, `pm_receive_from`) VALUES (1, 'admin', 1392668395, 0, 1, '', 1393137989, 'admin', 0, 0, 0, '', '', 0, '', '', 'efacc4001e857f7eba4ae781c2932dedf843865e', '', 'bunyiamkadphab@gmail.com', '', 0, '0001-01-01', '', '', '', '', '', '', '', 0, 1, '', '', 0, '', 0, 0, 0, '', 1, 1, 0, 2, '1.20.0.135', '1.20.0.135', '', '', 0, 1, '', 1, '', '', 0, 978, 'da0f', '', 0, '', 1), (2, 'bunyiam', 1392668841, 0, 0, '', 1392668843, 'bunyiam', 0, 0, 0, '', '', 0, '', '', '93caa6a2b913eb80b26a88216bea3175aa5ef502', '', 'bunyiam@rootcybersolutions.com', '', 0, '0001-01-01', '', '', '', '', '', '', '', 1, 1, '', '', 0, '', 1, 0, 0, '', 1, 1, 0, 2, '110.77.204.53', '110.77.204.53', '', '', 0, 1, '', 1, '', '', 4, 0, 'c42f', '', 0, '', 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_messages` -- CREATE TABLE IF NOT EXISTS `smf_messages` ( `id_msg` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `poster_time` int(10) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_msg_modified` int(10) unsigned NOT NULL DEFAULT '0', `subject` varchar(255) NOT NULL DEFAULT '', `poster_name` varchar(255) NOT NULL DEFAULT '', `poster_email` varchar(255) NOT NULL DEFAULT '', `poster_ip` varchar(255) NOT NULL DEFAULT '', `smileys_enabled` tinyint(4) NOT NULL DEFAULT '1', `modified_time` int(10) unsigned NOT NULL DEFAULT '0', `modified_name` varchar(255) NOT NULL DEFAULT '', `body` text NOT NULL, `icon` varchar(16) NOT NULL DEFAULT 'xx', `approved` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id_msg`), UNIQUE KEY `topic` (`id_topic`,`id_msg`), UNIQUE KEY `id_board` (`id_board`,`id_msg`), UNIQUE KEY `id_member` (`id_member`,`id_msg`), KEY `approved` (`approved`), KEY `ip_index` (`poster_ip`(15),`id_topic`), KEY `participation` (`id_member`,`id_topic`), KEY `show_posts` (`id_member`,`id_board`), KEY `id_topic` (`id_topic`), KEY `id_member_msg` (`id_member`,`approved`,`id_msg`), KEY `current_topic` (`id_topic`,`id_msg`,`id_member`,`approved`), KEY `related_ip` (`id_member`,`poster_ip`,`id_msg`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `smf_messages` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_message_icons` -- CREATE TABLE IF NOT EXISTS `smf_message_icons` ( `id_icon` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(80) NOT NULL DEFAULT '', `filename` varchar(80) NOT NULL DEFAULT '', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `icon_order` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_icon`), KEY `id_board` (`id_board`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ; -- -- dump ตาราง `smf_message_icons` -- INSERT INTO `smf_message_icons` (`id_icon`, `title`, `filename`, `id_board`, `icon_order`) VALUES (1, 'Standard', 'xx', 0, 0), (2, 'Thumb Up', 'thumbup', 0, 1), (3, 'Thumb Down', 'thumbdown', 0, 2), (4, 'Exclamation point', 'exclamation', 0, 3), (5, 'Question mark', 'question', 0, 4), (6, 'Lamp', 'lamp', 0, 5), (7, 'Smiley', 'smiley', 0, 6), (8, 'Angry', 'angry', 0, 7), (9, 'Cheesy', 'cheesy', 0, 8), (10, 'Grin', 'grin', 0, 9), (11, 'Sad', 'sad', 0, 10), (12, 'Wink', 'wink', 0, 11); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_moderators` -- CREATE TABLE IF NOT EXISTS `smf_moderators` ( `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_board`,`id_member`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_moderators` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_openid_assoc` -- CREATE TABLE IF NOT EXISTS `smf_openid_assoc` ( `server_url` text NOT NULL, `handle` varchar(255) NOT NULL DEFAULT '', `secret` text NOT NULL, `issued` int(10) NOT NULL DEFAULT '0', `expires` int(10) NOT NULL DEFAULT '0', `assoc_type` varchar(64) NOT NULL, PRIMARY KEY (`server_url`(125),`handle`(125)), KEY `expires` (`expires`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_openid_assoc` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_package_servers` -- CREATE TABLE IF NOT EXISTS `smf_package_servers` ( `id_server` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id_server`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `smf_package_servers` -- INSERT INTO `smf_package_servers` (`id_server`, `name`, `url`) VALUES (1, 'Simple Machines Third-party Mod Site', 'http://custom.simplemachines.org/packages/mods'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_permissions` -- CREATE TABLE IF NOT EXISTS `smf_permissions` ( `id_group` smallint(5) NOT NULL DEFAULT '0', `permission` varchar(30) NOT NULL DEFAULT '', `add_deny` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id_group`,`permission`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_permissions` -- INSERT INTO `smf_permissions` (`id_group`, `permission`, `add_deny`) VALUES (-1, 'search_posts', 1), (-1, 'calendar_view', 1), (-1, 'view_stats', 1), (-1, 'profile_view_any', 1), (0, 'view_mlist', 1), (0, 'search_posts', 1), (0, 'profile_view_own', 1), (0, 'profile_view_any', 1), (0, 'pm_read', 1), (0, 'pm_send', 1), (0, 'calendar_view', 1), (0, 'view_stats', 1), (0, 'who_view', 1), (0, 'profile_identity_own', 1), (0, 'profile_extra_own', 1), (0, 'profile_remove_own', 1), (0, 'profile_server_avatar', 1), (0, 'profile_upload_avatar', 1), (0, 'profile_remote_avatar', 1), (0, 'karma_edit', 1), (2, 'view_mlist', 1), (2, 'search_posts', 1), (2, 'profile_view_own', 1), (2, 'profile_view_any', 1), (2, 'pm_read', 1), (2, 'pm_send', 1), (2, 'calendar_view', 1), (2, 'view_stats', 1), (2, 'who_view', 1), (2, 'profile_identity_own', 1), (2, 'profile_extra_own', 1), (2, 'profile_remove_own', 1), (2, 'profile_server_avatar', 1), (2, 'profile_upload_avatar', 1), (2, 'profile_remote_avatar', 1), (2, 'profile_title_own', 1), (2, 'calendar_post', 1), (2, 'calendar_edit_any', 1), (2, 'karma_edit', 1), (2, 'access_mod_center', 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_permission_profiles` -- CREATE TABLE IF NOT EXISTS `smf_permission_profiles` ( `id_profile` smallint(5) NOT NULL AUTO_INCREMENT, `profile_name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id_profile`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; -- -- dump ตาราง `smf_permission_profiles` -- INSERT INTO `smf_permission_profiles` (`id_profile`, `profile_name`) VALUES (1, 'default'), (2, 'no_polls'), (3, 'reply_only'), (4, 'read_only'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_personal_messages` -- CREATE TABLE IF NOT EXISTS `smf_personal_messages` ( `id_pm` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_pm_head` int(10) unsigned NOT NULL DEFAULT '0', `id_member_from` mediumint(8) unsigned NOT NULL DEFAULT '0', `deleted_by_sender` tinyint(3) unsigned NOT NULL DEFAULT '0', `from_name` varchar(255) NOT NULL DEFAULT '', `msgtime` int(10) unsigned NOT NULL DEFAULT '0', `subject` varchar(255) NOT NULL DEFAULT '', `body` text NOT NULL, PRIMARY KEY (`id_pm`), KEY `id_member` (`id_member_from`,`deleted_by_sender`), KEY `msgtime` (`msgtime`), KEY `id_pm_head` (`id_pm_head`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_personal_messages` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_pm_recipients` -- CREATE TABLE IF NOT EXISTS `smf_pm_recipients` ( `id_pm` int(10) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `labels` varchar(60) NOT NULL DEFAULT '-1', `bcc` tinyint(3) unsigned NOT NULL DEFAULT '0', `is_read` tinyint(3) unsigned NOT NULL DEFAULT '0', `is_new` tinyint(3) unsigned NOT NULL DEFAULT '0', `deleted` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_pm`,`id_member`), UNIQUE KEY `id_member` (`id_member`,`deleted`,`id_pm`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_pm_recipients` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_pm_rules` -- CREATE TABLE IF NOT EXISTS `smf_pm_rules` ( `id_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_member` int(10) unsigned NOT NULL DEFAULT '0', `rule_name` varchar(60) NOT NULL, `criteria` text NOT NULL, `actions` text NOT NULL, `delete_pm` tinyint(3) unsigned NOT NULL DEFAULT '0', `is_or` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_rule`), KEY `id_member` (`id_member`), KEY `delete_pm` (`delete_pm`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_pm_rules` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_polls` -- CREATE TABLE IF NOT EXISTS `smf_polls` ( `id_poll` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `question` varchar(255) NOT NULL DEFAULT '', `voting_locked` tinyint(1) NOT NULL DEFAULT '0', `max_votes` tinyint(3) unsigned NOT NULL DEFAULT '1', `expire_time` int(10) unsigned NOT NULL DEFAULT '0', `hide_results` tinyint(3) unsigned NOT NULL DEFAULT '0', `change_vote` tinyint(3) unsigned NOT NULL DEFAULT '0', `guest_vote` tinyint(3) unsigned NOT NULL DEFAULT '0', `num_guest_voters` int(10) unsigned NOT NULL DEFAULT '0', `reset_poll` int(10) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) NOT NULL DEFAULT '0', `poster_name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id_poll`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_polls` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_poll_choices` -- CREATE TABLE IF NOT EXISTS `smf_poll_choices` ( `id_poll` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_choice` tinyint(3) unsigned NOT NULL DEFAULT '0', `label` varchar(255) NOT NULL DEFAULT '', `votes` smallint(5) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_poll`,`id_choice`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_poll_choices` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_scheduled_tasks` -- CREATE TABLE IF NOT EXISTS `smf_scheduled_tasks` ( `id_task` smallint(5) NOT NULL AUTO_INCREMENT, `next_time` int(10) NOT NULL DEFAULT '0', `time_offset` int(10) NOT NULL DEFAULT '0', `time_regularity` smallint(5) NOT NULL DEFAULT '0', `time_unit` varchar(1) NOT NULL DEFAULT 'h', `disabled` tinyint(3) NOT NULL DEFAULT '0', `task` varchar(24) NOT NULL DEFAULT '', PRIMARY KEY (`id_task`), UNIQUE KEY `task` (`task`), KEY `next_time` (`next_time`), KEY `disabled` (`disabled`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ; -- -- dump ตาราง `smf_scheduled_tasks` -- INSERT INTO `smf_scheduled_tasks` (`id_task`, `next_time`, `time_offset`, `time_regularity`, `time_unit`, `disabled`, `task`) VALUES (1, 1394359200, 0, 2, 'h', 0, 'approval_notification'), (2, 1394928000, 0, 7, 'd', 0, 'auto_optimize'), (3, 1394409660, 60, 1, 'd', 0, 'daily_maintenance'), (5, 1394409600, 0, 1, 'd', 0, 'daily_digest'), (6, 1394928000, 0, 1, 'w', 0, 'weekly_digest'), (7, 1394432220, 109040, 1, 'd', 0, 'fetchSMfiles'), (8, 0, 0, 1, 'd', 1, 'birthdayemails'), (9, 1394928000, 0, 1, 'w', 0, 'weekly_maintenance'), (10, 0, 120, 1, 'd', 1, 'paid_subscriptions'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_sessions` -- CREATE TABLE IF NOT EXISTS `smf_sessions` ( `session_id` char(32) NOT NULL, `last_update` int(10) unsigned NOT NULL, `data` text NOT NULL, PRIMARY KEY (`session_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_sessions` -- INSERT INTO `smf_sessions` (`session_id`, `last_update`, `data`) VALUES ('4608cf7gvmd5p5h8lor1camds0', 1394349096, 'session_value|s:32:"7cf2622918a6b04cab72081937c79713";session_var|s:10:"d22cc96cd5";mc|a:7:{s:4:"time";i:1394349072;s:2:"id";i:0;s:2:"gq";s:3:"0=1";s:2:"bq";s:3:"0=1";s:2:"ap";a:0:{}s:2:"mb";a:0:{}s:2:"mq";s:3:"0=1";}ban|a:5:{s:12:"last_checked";i:1394349096;s:9:"id_member";i:0;s:2:"ip";s:11:"49.49.4.152";s:3:"ip2";s:11:"49.49.4.152";s:5:"email";s:0:"";}log_time|i:1394349090;timeOnlineUpdated|i:1394349072;old_url|s:55:"http://itsc.co.th/dev/nhrc/forum/index.php?action=login";USER_AGENT|s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36";register_vv|a:5:{s:5:"count";i:1;s:6:"errors";i:0;s:8:"did_pass";b:0;s:1:"q";a:0:{}s:4:"code";s:6:"XBPPFW";}'), ('cnu47b00fd8h99c9f61srkljb6', 1393742744, 'session_value|s:32:"9d2d0bfd45a6d80d632966205514ef43";session_var|s:9:"b179ebe1e";mc|a:7:{s:4:"time";i:1393742743;s:2:"id";i:0;s:2:"gq";s:3:"0=1";s:2:"bq";s:3:"0=1";s:2:"ap";a:0:{}s:2:"mb";a:0:{}s:2:"mq";s:3:"0=1";}ban|a:5:{s:12:"last_checked";i:1393742743;s:9:"id_member";i:0;s:2:"ip";s:12:"27.55.163.87";s:3:"ip2";s:12:"27.55.163.87";s:5:"email";s:0:"";}log_time|i:1393742744;timeOnlineUpdated|i:1393742744;old_url|s:33:"http://itsc.co.th/dev/nhrc/forum/";USER_AGENT|s:128:"Mozilla/5.0 (iPad; CPU OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B651 Safari/9537.53";'), ('g4oc58h8mdu22j3qnplvg01go5', 1393561757, 'session_value|s:32:"24da51ab37e77c5e5e0c51108ba6bd4c";session_var|s:8:"b867c387";mc|a:7:{s:4:"time";i:1393561673;s:2:"id";i:0;s:2:"gq";s:3:"0=1";s:2:"bq";s:3:"0=1";s:2:"ap";a:0:{}s:2:"mb";a:0:{}s:2:"mq";s:3:"0=1";}ban|a:5:{s:12:"last_checked";i:1393561757;s:9:"id_member";i:0;s:2:"ip";s:15:"203.114.104.114";s:3:"ip2";s:15:"203.114.104.114";s:5:"email";s:0:"";}log_time|i:1393561757;timeOnlineUpdated|i:1393561673;old_url|s:33:"http://itsc.co.th/dev/nhrc/forum/";USER_AGENT|s:109:"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36";'), ('mk842h9b4n7ek59t86s5lumce0', 1393561618, 'session_value|s:32:"dac11a7e882e26763d3a79fc6ace9428";session_var|s:9:"a382a4ea8";mc|a:7:{s:4:"time";i:1393561617;s:2:"id";i:0;s:2:"gq";s:3:"0=1";s:2:"bq";s:3:"0=1";s:2:"ap";a:0:{}s:2:"mb";a:0:{}s:2:"mq";s:3:"0=1";}ban|a:5:{s:12:"last_checked";i:1393561617;s:9:"id_member";i:0;s:2:"ip";s:15:"203.114.104.114";s:3:"ip2";s:15:"203.114.104.114";s:5:"email";s:0:"";}log_time|i:1393561617;timeOnlineUpdated|i:1393561617;old_url|s:33:"http://itsc.co.th/dev/nhrc/forum/";USER_AGENT|s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36";'), ('cbakgga5i03avmpqq7ov22rng1', 1393477182, 'session_value|s:32:"e74e04bffb1eb3f1e07c0543ef205047";session_var|s:10:"dd1197cf82";mc|a:7:{s:4:"time";i:1393477182;s:2:"id";i:0;s:2:"gq";s:3:"0=1";s:2:"bq";s:3:"0=1";s:2:"ap";a:0:{}s:2:"mb";a:0:{}s:2:"mq";s:3:"0=1";}ban|a:5:{s:12:"last_checked";i:1393477182;s:9:"id_member";i:0;s:2:"ip";s:14:"14.207.203.254";s:3:"ip2";s:14:"14.207.203.254";s:5:"email";s:0:"";}log_time|i:1393477182;timeOnlineUpdated|i:1393477182;old_url|s:33:"http://itsc.co.th/dev/nhrc/forum/";USER_AGENT|s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0";'), ('m39lhie5iokl8c31ue7rp07aa4', 1393303778, 'session_value|s:32:"664192c9611278f789a24b9eafa4aa0b";session_var|s:11:"ee2514871c2";mc|a:7:{s:4:"time";i:1393303571;s:2:"id";i:0;s:2:"gq";s:3:"0=1";s:2:"bq";s:3:"0=1";s:2:"ap";a:0:{}s:2:"mb";a:0:{}s:2:"mq";s:3:"0=1";}ban|a:5:{s:12:"last_checked";i:1393303778;s:9:"id_member";i:0;s:2:"ip";s:15:"203.114.104.114";s:3:"ip2";s:15:"203.114.104.114";s:5:"email";s:0:"";}log_time|i:1393303778;timeOnlineUpdated|i:1393303572;old_url|s:33:"http://itsc.co.th/dev/nhrc/forum/";USER_AGENT|s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36";'), ('7l4ah868hk80r0gu0utj18gd44', 1393305491, 'session_value|s:32:"6f02074ac0972b992c18f27934052389";session_var|s:11:"b30337166af";mc|a:7:{s:4:"time";i:1393303781;s:2:"id";i:0;s:2:"gq";s:3:"0=1";s:2:"bq";s:3:"0=1";s:2:"ap";a:0:{}s:2:"mb";a:0:{}s:2:"mq";s:3:"0=1";}ban|a:5:{s:12:"last_checked";i:1393305491;s:9:"id_member";i:0;s:2:"ip";s:15:"203.114.104.114";s:3:"ip2";s:15:"203.114.104.114";s:5:"email";s:0:"";}log_time|i:1393305491;timeOnlineUpdated|i:1393303781;old_url|s:33:"http://itsc.co.th/dev/nhrc/forum/";USER_AGENT|s:104:"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36";'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_settings` -- CREATE TABLE IF NOT EXISTS `smf_settings` ( `variable` varchar(255) NOT NULL DEFAULT '', `value` text NOT NULL, PRIMARY KEY (`variable`(30)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_settings` -- INSERT INTO `smf_settings` (`variable`, `value`) VALUES ('smfVersion', '2.0.7'), ('news', 'SMF - Just Installed!'), ('compactTopicPagesContiguous', '5'), ('compactTopicPagesEnable', '1'), ('enableStickyTopics', '1'), ('todayMod', '1'), ('karmaMode', '0'), ('karmaTimeRestrictAdmins', '1'), ('enablePreviousNext', '1'), ('pollMode', '0'), ('enableVBStyleLogin', '1'), ('enableCompressedOutput', '1'), ('karmaWaitTime', '1'), ('karmaMinPosts', '0'), ('karmaLabel', 'Karma:'), ('karmaSmiteLabel', '[smite]'), ('karmaApplaudLabel', '[applaud]'), ('attachmentSizeLimit', '128'), ('attachmentPostLimit', '192'), ('attachmentNumPerPostLimit', '4'), ('attachmentDirSizeLimit', '10240'), ('attachmentUploadDir', '/var/www/clients/client113/web129/web/dev/nhrc/forum/attachments'), ('attachmentExtensions', 'doc,gif,jpg,mpg,pdf,png,txt,zip'), ('attachmentCheckExtensions', '0'), ('attachmentShowImages', '1'), ('attachmentEnable', '1'), ('attachmentEncryptFilenames', '1'), ('attachmentThumbnails', '1'), ('attachmentThumbWidth', '150'), ('attachmentThumbHeight', '150'), ('censorIgnoreCase', '1'), ('mostOnline', '2'), ('mostOnlineToday', '1'), ('mostDate', '1392669159'), ('allow_disableAnnounce', '1'), ('trackStats', '1'), ('userLanguage', '1'), ('titlesEnable', '1'), ('topicSummaryPosts', '15'), ('enableErrorLogging', '1'), ('max_image_width', '0'), ('max_image_height', '0'), ('onlineEnable', '0'), ('cal_enabled', '0'), ('cal_maxyear', '2020'), ('cal_minyear', '2008'), ('cal_daysaslink', '0'), ('cal_defaultboard', ''), ('cal_showholidays', '1'), ('cal_showbdays', '1'), ('cal_showevents', '1'), ('cal_showweeknum', '0'), ('cal_maxspan', '7'), ('smtp_host', ''), ('smtp_port', '25'), ('smtp_username', ''), ('smtp_password', ''), ('mail_type', '0'), ('timeLoadPageEnable', '0'), ('totalMembers', '2'), ('totalTopics', '0'), ('totalMessages', '0'), ('simpleSearch', '0'), ('censor_vulgar', ''), ('censor_proper', ''), ('enablePostHTML', '0'), ('theme_allow', '1'), ('theme_default', '1'), ('theme_guests', '3'), ('enableEmbeddedFlash', '0'), ('xmlnews_enable', '1'), ('xmlnews_maxlen', '255'), ('hotTopicPosts', '15'), ('hotTopicVeryPosts', '25'), ('registration_method', '0'), ('send_validation_onChange', '0'), ('send_welcomeEmail', '1'), ('allow_editDisplayName', '1'), ('allow_hideOnline', '1'), ('guest_hideContacts', '1'), ('spamWaitTime', '5'), ('pm_spam_settings', '10,5,20'), ('reserveWord', '0'), ('reserveCase', '1'), ('reserveUser', '1'), ('reserveName', '1'), ('reserveNames', 'Admin\nWebmaster\nGuest\nroot'), ('autoLinkUrls', '1'), ('banLastUpdated', '0'), ('smileys_dir', '/var/www/clients/client113/web129/web/dev/nhrc/forum/Smileys'), ('smileys_url', 'http://itsc.co.th/dev/nhrc/forum/Smileys'), ('avatar_directory', '/var/www/clients/client113/web129/web/dev/nhrc/forum/avatars'), ('avatar_url', 'http://itsc.co.th/dev/nhrc/forum/avatars'), ('avatar_max_height_external', '65'), ('avatar_max_width_external', '65'), ('avatar_action_too_large', 'option_html_resize'), ('avatar_max_height_upload', '65'), ('avatar_max_width_upload', '65'), ('avatar_resize_upload', '1'), ('avatar_download_png', '1'), ('failed_login_threshold', '3'), ('oldTopicDays', '120'), ('edit_wait_time', '90'), ('edit_disable_time', '0'), ('autoFixDatabase', '1'), ('allow_guestAccess', '1'), ('time_format', '%B %d, %Y, %I:%M:%S %p'), ('number_format', '1234.00'), ('enableBBC', '1'), ('max_messageLength', '20000'), ('signature_settings', '1,300,0,0,0,0,0,0:'), ('autoOptMaxOnline', '0'), ('defaultMaxMessages', '15'), ('defaultMaxTopics', '20'), ('defaultMaxMembers', '30'), ('enableParticipation', '1'), ('recycle_enable', '0'), ('recycle_board', '0'), ('maxMsgID', '1'), ('enableAllMessages', '0'), ('fixLongWords', '0'), ('knownThemes', '1,2,3'), ('who_enabled', '1'), ('time_offset', '0'), ('cookieTime', '60'), ('lastActive', '15'), ('smiley_sets_known', 'default,aaron,akyhne'), ('smiley_sets_names', 'Alienine''s Set\nAaron''s Set\nAkyhne''s Set'), ('smiley_sets_default', 'default'), ('cal_days_for_index', '7'), ('requireAgreement', '1'), ('unapprovedMembers', '0'), ('default_personal_text', ''), ('package_make_backups', '1'), ('databaseSession_enable', '1'), ('databaseSession_loose', '1'), ('databaseSession_lifetime', '2880'), ('search_cache_size', '50'), ('search_results_per_page', '30'), ('search_weight_frequency', '30'), ('search_weight_age', '25'), ('search_weight_length', '20'), ('search_weight_subject', '15'), ('search_weight_first_message', '10'), ('search_max_results', '1200'), ('search_floodcontrol_time', '5'), ('permission_enable_deny', '0'), ('permission_enable_postgroups', '0'), ('mail_next_send', '0'), ('mail_recent', '0000000000|0'), ('settings_updated', '1392668793'), ('next_task_time', '1394359200'), ('warning_settings', '1,20,0'), ('warning_watch', '10'), ('warning_moderate', '35'), ('warning_mute', '60'), ('admin_features', ''), ('last_mod_report_action', '0'), ('pruningOptions', '30,180,180,180,30,0'), ('cache_enable', '1'), ('reg_verification', '1'), ('visual_verification_type', '3'), ('enable_buddylist', '1'), ('birthday_email', 'happy_birthday'), ('dont_repeat_theme_core', '1'), ('dont_repeat_smileys_20', '1'), ('dont_repeat_buddylists', '1'), ('attachment_image_reencode', '1'), ('attachment_image_paranoid', '0'), ('attachment_thumb_png', '1'), ('avatar_reencode', '1'), ('avatar_paranoid', '0'), ('global_character_set', 'UTF-8'), ('localCookies', '1'), ('allow_sm_stats', '22587928d8'), ('default_timezone', 'Africa/Abidjan'), ('memberlist_updated', '1392668841'), ('latestMember', '2'), ('latestRealName', 'bunyiam'), ('rand_seed', '1168831633'), ('mostOnlineUpdated', '2014-03-09'), ('calendar_updated', '1392669053'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_smileys` -- CREATE TABLE IF NOT EXISTS `smf_smileys` ( `id_smiley` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `code` varchar(30) NOT NULL DEFAULT '', `filename` varchar(48) NOT NULL DEFAULT '', `description` varchar(80) NOT NULL DEFAULT '', `smiley_row` tinyint(4) unsigned NOT NULL DEFAULT '0', `smiley_order` smallint(5) unsigned NOT NULL DEFAULT '0', `hidden` tinyint(4) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_smiley`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=23 ; -- -- dump ตาราง `smf_smileys` -- INSERT INTO `smf_smileys` (`id_smiley`, `code`, `filename`, `description`, `smiley_row`, `smiley_order`, `hidden`) VALUES (1, ':)', 'smiley.gif', 'Smiley', 0, 0, 0), (2, ';)', 'wink.gif', 'Wink', 0, 1, 0), (3, ':D', 'cheesy.gif', 'Cheesy', 0, 2, 0), (4, ';D', 'grin.gif', 'Grin', 0, 3, 0), (5, '>:(', 'angry.gif', 'Angry', 0, 4, 0), (6, ':(', 'sad.gif', 'Sad', 0, 5, 0), (7, ':o', 'shocked.gif', 'Shocked', 0, 6, 0), (8, '8)', 'cool.gif', 'Cool', 0, 7, 0), (9, '???', 'huh.gif', 'Huh?', 0, 8, 0), (10, '::)', 'rolleyes.gif', 'Roll Eyes', 0, 9, 0), (11, ':P', 'tongue.gif', 'Tongue', 0, 10, 0), (12, ':-[', 'embarrassed.gif', 'Embarrassed', 0, 11, 0), (13, ':-X', 'lipsrsealed.gif', 'Lips Sealed', 0, 12, 0), (14, ':-\\', 'undecided.gif', 'Undecided', 0, 13, 0), (15, ':-*', 'kiss.gif', 'Kiss', 0, 14, 0), (16, ':''(', 'cry.gif', 'Cry', 0, 15, 0), (17, '>:D', 'evil.gif', 'Evil', 0, 16, 1), (18, '^-^', 'azn.gif', 'Azn', 0, 17, 1), (19, 'O0', 'afro.gif', 'Afro', 0, 18, 1), (20, ':))', 'laugh.gif', 'Laugh', 0, 19, 1), (21, 'C:-)', 'police.gif', 'Police', 0, 20, 1), (22, 'O:-)', 'angel.gif', 'Angel', 0, 21, 1); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_spiders` -- CREATE TABLE IF NOT EXISTS `smf_spiders` ( `id_spider` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `spider_name` varchar(255) NOT NULL DEFAULT '', `user_agent` varchar(255) NOT NULL DEFAULT '', `ip_info` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id_spider`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ; -- -- dump ตาราง `smf_spiders` -- INSERT INTO `smf_spiders` (`id_spider`, `spider_name`, `user_agent`, `ip_info`) VALUES (1, 'Google', 'googlebot', ''), (2, 'Yahoo!', 'slurp', ''), (3, 'MSN', 'msnbot', ''), (4, 'Google (Mobile)', 'Googlebot-Mobile', ''), (5, 'Google (Image)', 'Googlebot-Image', ''), (6, 'Google (AdSense)', 'Mediapartners-Google', ''), (7, 'Google (Adwords)', 'AdsBot-Google', ''), (8, 'Yahoo! (Mobile)', 'YahooSeeker/M1A1-R2D2', ''), (9, 'Yahoo! (Image)', 'Yahoo-MMCrawler', ''), (10, 'MSN (Mobile)', 'MSNBOT_Mobile', ''), (11, 'MSN (Media)', 'msnbot-media', ''), (12, 'Cuil', 'twiceler', ''), (13, 'Ask', 'Teoma', ''), (14, 'Baidu', 'Baiduspider', ''), (15, 'Gigablast', 'Gigabot', ''), (16, 'InternetArchive', 'ia_archiver-web.archive.org', ''), (17, 'Alexa', 'ia_archiver', ''), (18, 'Omgili', 'omgilibot', ''), (19, 'EntireWeb', 'Speedy Spider', ''); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_subscriptions` -- CREATE TABLE IF NOT EXISTS `smf_subscriptions` ( `id_subscribe` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL DEFAULT '', `description` varchar(255) NOT NULL DEFAULT '', `cost` text NOT NULL, `length` varchar(6) NOT NULL DEFAULT '', `id_group` smallint(5) NOT NULL DEFAULT '0', `add_groups` varchar(40) NOT NULL DEFAULT '', `active` tinyint(3) NOT NULL DEFAULT '1', `repeatable` tinyint(3) NOT NULL DEFAULT '0', `allow_partial` tinyint(3) NOT NULL DEFAULT '0', `reminder` tinyint(3) NOT NULL DEFAULT '0', `email_complete` text NOT NULL, PRIMARY KEY (`id_subscribe`), KEY `active` (`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- dump ตาราง `smf_subscriptions` -- -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_themes` -- CREATE TABLE IF NOT EXISTS `smf_themes` ( `id_member` mediumint(8) NOT NULL DEFAULT '0', `id_theme` tinyint(4) unsigned NOT NULL DEFAULT '1', `variable` varchar(255) NOT NULL DEFAULT '', `value` text NOT NULL, PRIMARY KEY (`id_theme`,`id_member`,`variable`(30)), KEY `id_member` (`id_member`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- dump ตาราง `smf_themes` -- INSERT INTO `smf_themes` (`id_member`, `id_theme`, `variable`, `value`) VALUES (0, 1, 'name', 'SMF Default Theme - Curve'), (0, 1, 'theme_url', 'http://itsc.co.th/dev/nhrc/forum/Themes/default'), (0, 1, 'images_url', 'http://itsc.co.th/dev/nhrc/forum/Themes/default/images'), (0, 1, 'theme_dir', '/var/www/clients/client113/web129/web/dev/nhrc/forum/Themes/default'), (0, 1, 'show_bbc', '1'), (0, 1, 'show_latest_member', '1'), (0, 1, 'show_modify', '1'), (0, 1, 'show_user_images', '1'), (0, 1, 'show_blurb', '1'), (0, 1, 'show_gender', '0'), (0, 1, 'show_newsfader', '0'), (0, 1, 'number_recent_posts', '0'), (0, 1, 'show_member_bar', '1'), (0, 1, 'linktree_link', '1'), (0, 1, 'show_profile_buttons', '1'), (0, 1, 'show_mark_read', '1'), (0, 1, 'show_stats_index', '1'), (0, 1, 'linktree_inline', '0'), (0, 1, 'show_board_desc', '1'), (0, 1, 'newsfader_time', '5000'), (0, 1, 'allow_no_censored', '0'), (0, 1, 'additional_options_collapsable', '1'), (0, 1, 'use_image_buttons', '1'), (0, 1, 'enable_news', '1'), (0, 1, 'forum_width', '90%'), (0, 2, 'name', 'Core Theme'), (0, 2, 'theme_url', 'http://itsc.co.th/dev/nhrc/forum/Themes/core'), (0, 2, 'images_url', 'http://itsc.co.th/dev/nhrc/forum/Themes/core/images'), (0, 2, 'theme_dir', '/var/www/clients/client113/web129/web/dev/nhrc/forum/Themes/core'), (-1, 1, 'display_quick_reply', '1'), (-1, 1, 'posts_apply_ignore_list', '1'), (2, 1, 'display_quick_reply', '1'), (0, 3, 'theme_url', 'http://itsc.co.th/dev/nhrc/forum/Themes/ds-natural_20rc3'), (0, 3, 'images_url', 'http://itsc.co.th/dev/nhrc/forum/Themes/ds-natural_20rc3/images'), (0, 3, 'theme_dir', '/var/www/clients/client113/web129/web/dev/nhrc/forum/Themes/ds-natural_20rc3'), (0, 3, 'name', 'DS-Natural'), (0, 3, 'theme_layers', 'html,body'), (0, 3, 'theme_templates', 'index'); -- -------------------------------------------------------- -- -- โครงสร้างตาราง `smf_topics` -- CREATE TABLE IF NOT EXISTS `smf_topics` ( `id_topic` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `is_sticky` tinyint(4) NOT NULL DEFAULT '0', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `id_first_msg` int(10) unsigned NOT NULL DEFAULT '0', `id_last_msg` int(10) unsigned NOT NULL DEFAULT '0', `id_member_started` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_member_updated` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_poll` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_previous_board` smallint(5) NOT NULL DEFAULT '0', `id_previous_topic` mediumint(8) NOT NULL DEFAULT '0', `num_replies` int(10) unsigned NOT NULL DEFAULT '0', `num_views` int(10) unsigned NOT NULL DEFAULT '0', `locked` tinyint(4) NOT NULL DEFAULT '0', `unapproved_posts` smallint(5) NOT NULL DEFAULT '0', `approved` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id_topic`), UNIQUE KEY `last_message` (`id_last_msg`,`id_board`), UNIQUE KEY `first_message` (`id_first_msg`,`id_board`), UNIQUE KEY `poll` (`id_poll`,`id_topic`), KEY `is_sticky` (`is_sticky`), KEY `approved` (`approved`), KEY `id_board` (`id_board`), KEY `member_started` (`id_member_started`,`id_board`), KEY `last_message_sticky` (`id_board`,`is_sticky`,`id_last_msg`), KEY `board_news` (`id_board`,`id_first_msg`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- dump ตาราง `smf_topics` --