File: //proc/7195/root/backup/mdh.sql
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.11.14-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: mdh
-- ------------------------------------------------------
-- Server version 10.11.14-MariaDB-0ubuntu0.24.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `proftpdGroups`
--
DROP TABLE IF EXISTS `proftpdGroups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `proftpdGroups` (
`sqlGID` int(10) unsigned NOT NULL AUTO_INCREMENT,
`groupName` varchar(30) NOT NULL,
`gid` int(10) unsigned NOT NULL,
`members` tinytext DEFAULT NULL,
PRIMARY KEY (`sqlGID`),
UNIQUE KEY `groupName` (`groupName`),
UNIQUE KEY `gid` (`gid`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=tis620 COLLATE=tis620_thai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `proftpdGroups`
--
LOCK TABLES `proftpdGroups` WRITE;
/*!40000 ALTER TABLE `proftpdGroups` DISABLE KEYS */;
INSERT INTO `proftpdGroups` VALUES
(1,'webhost',5500,'');
/*!40000 ALTER TABLE `proftpdGroups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `proftpdQuotaLimits`
--
DROP TABLE IF EXISTS `proftpdQuotaLimits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `proftpdQuotaLimits` (
`name` varchar(30) DEFAULT NULL,
`quota_type` enum('user','group','class','all') NOT NULL,
`per_session` enum('false','true') NOT NULL,
`limit_type` enum('soft','hard') NOT NULL,
`bytes_in_avail` float NOT NULL,
`bytes_out_avail` float NOT NULL,
`bytes_xfer_avail` float NOT NULL,
`files_in_avail` int(10) unsigned NOT NULL,
`files_out_avail` int(10) unsigned NOT NULL,
`files_xfer_avail` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=tis620 COLLATE=tis620_thai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `proftpdQuotaLimits`
--
LOCK TABLES `proftpdQuotaLimits` WRITE;
/*!40000 ALTER TABLE `proftpdQuotaLimits` DISABLE KEYS */;
INSERT INTO `proftpdQuotaLimits` VALUES
('web000','user','false','hard',524288000,0,0,0,0,0),
('web001','user','false','hard',524288000,0,0,0,0,0),
('web002','user','false','hard',524288000,0,0,0,0,0),
('web003','user','false','hard',524288000,0,0,0,0,0),
('web004','user','false','hard',524288000,0,0,0,0,0),
('web005','user','false','hard',524288000,0,0,0,0,0),
('web006','user','false','hard',524288000,0,0,0,0,0),
('web007','user','false','hard',524288000,0,0,0,0,0),
('web008','user','false','hard',524288000,0,0,0,0,0),
('web009','user','false','hard',524288000,0,0,0,0,0),
('web010','user','false','hard',524288000,0,0,0,0,0),
('web011','user','false','hard',524288000,0,0,0,0,0),
('web012','user','false','hard',524288000,0,0,0,0,0),
('web013','user','false','hard',524288000,0,0,0,0,0),
('web014','user','false','hard',524288000,0,0,0,0,0),
('web015','user','false','hard',524288000,0,0,0,0,0),
('web016','user','false','hard',524288000,0,0,0,0,0),
('web017','user','false','hard',524288000,0,0,0,0,0),
('web018','user','false','hard',524288000,0,0,0,0,0),
('web019','user','false','hard',524288000,0,0,0,0,0),
('web020','user','false','hard',524288000,0,0,0,0,0),
('web021','user','false','hard',524288000,0,0,0,0,0),
('web022','user','false','hard',524288000,0,0,0,0,0),
('web023','user','false','hard',524288000,0,0,0,0,0),
('web024','user','false','hard',524288000,0,0,0,0,0),
('web025','user','false','hard',524288000,0,0,0,0,0),
('web026','user','false','hard',524288000,0,0,0,0,0),
('web027','user','false','hard',524288000,0,0,0,0,0),
('web028','user','false','hard',524288000,0,0,0,0,0),
('web029','user','false','hard',524288000,0,0,0,0,0),
('web030','user','false','hard',524288000,0,0,0,0,0),
('web031','user','false','hard',524288000,0,0,0,0,0),
('web032','user','false','hard',524288000,0,0,0,0,0),
('web033','user','false','hard',524288000,0,0,0,0,0),
('web034','user','false','hard',524288000,0,0,0,0,0),
('web035','user','false','hard',524288000,0,0,0,0,0),
('web036','user','false','hard',524288000,0,0,0,0,0),
('web037','user','false','hard',524288000,0,0,0,0,0),
('web038','user','false','hard',524288000,0,0,0,0,0),
('web039','user','false','hard',524288000,0,0,0,0,0),
('web040','user','false','hard',5242880000,0,0,0,0,0),
('web041','user','false','hard',524288000,0,0,0,0,0),
('web042','user','false','hard',524288000,0,0,0,0,0),
('web043','user','false','hard',5242880000,0,0,0,0,0),
('web044','user','false','hard',524288000,0,0,0,0,0),
('web045','user','false','hard',524288000,0,0,0,0,0),
('web046','user','false','hard',524288000,0,0,0,0,0),
('web047','user','false','hard',524288000,0,0,0,0,0),
('web048','user','false','hard',524288000,0,0,0,0,0),
('web049','user','false','hard',524288000,0,0,0,0,0),
('web050','user','false','hard',524288000,0,0,0,0,0),
('web051','user','false','hard',524288000,0,0,0,0,0),
('web052','user','false','hard',524288000,0,0,0,0,0),
('web053','user','false','hard',524288000,0,0,0,0,0),
('web054','user','false','hard',524288000,0,0,0,0,0),
('web055','user','false','hard',524288000,0,0,0,0,0),
('web056','user','false','hard',524288000,0,0,0,0,0),
('web057','user','false','hard',524288000,0,0,0,0,0),
('web058','user','false','hard',524288000,0,0,0,0,0),
('web059','user','false','hard',524288000,0,0,0,0,0),
('web060','user','false','hard',524288000,0,0,0,0,0),
('web061','user','false','hard',524288000,0,0,0,0,0),
('web062','user','false','hard',524288000,0,0,0,0,0),
('web063','user','false','hard',524288000,0,0,0,0,0),
('web064','user','false','hard',524288000,0,0,0,0,0),
('web065','user','false','hard',524288000,0,0,0,0,0),
('web066','user','false','hard',524288000,0,0,0,0,0),
('web067','user','false','hard',524288000,0,0,0,0,0),
('web068','user','false','hard',524288000,0,0,0,0,0),
('web069','user','false','hard',524288000,0,0,0,0,0),
('web070','user','false','hard',524288000,0,0,0,0,0),
('web071','user','false','hard',524288000,0,0,0,0,0),
('web072','user','false','hard',524288000,0,0,0,0,0),
('web073','user','false','hard',524288000,0,0,0,0,0),
('web074','user','false','hard',524288000,0,0,0,0,0),
('web075','user','false','hard',524288000,0,0,0,0,0),
('web076','user','false','hard',524288000,0,0,0,0,0),
('web077','user','false','hard',524288000,0,0,0,0,0),
('web078','user','false','hard',524288000,0,0,0,0,0),
('web079','user','false','hard',524288000,0,0,0,0,0),
('web080','user','false','hard',524288000,0,0,0,0,0),
('web081','user','false','hard',524288000,0,0,0,0,0),
('web082','user','false','hard',524288000,0,0,0,0,0),
('web083','user','false','hard',524288000,0,0,0,0,0),
('web084','user','false','hard',524288000,0,0,0,0,0),
('web085','user','false','hard',524288000,0,0,0,0,0),
('web086','user','false','hard',52428800000,0,0,0,0,0),
('web087','user','false','hard',524288000,0,0,0,0,0),
('web088','user','false','hard',524288000,0,0,0,0,0),
('web089','user','false','hard',524288000,0,0,0,0,0),
('web090','user','false','hard',524288000,0,0,0,0,0),
('web091','user','false','hard',524288000,0,0,0,0,0),
('web092','user','false','hard',524288000,0,0,0,0,0),
('web093','user','false','hard',524288000,0,0,0,0,0),
('web094','user','false','hard',524288000,0,0,0,0,0),
('web095','user','false','hard',524288000,0,0,0,0,0),
('web096','user','false','hard',524288000,0,0,0,0,0),
('web097','user','false','hard',524288000,0,0,0,0,0),
('web098','user','false','hard',524288000,0,0,0,0,0),
('web099','user','false','hard',524288000,0,0,0,0,0),
('web100','user','false','hard',524288000,0,0,0,0,0);
/*!40000 ALTER TABLE `proftpdQuotaLimits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `proftpdQuotaTallies`
--
DROP TABLE IF EXISTS `proftpdQuotaTallies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `proftpdQuotaTallies` (
`name` varchar(30) NOT NULL,
`quota_type` enum('user','group','class','all') NOT NULL,
`bytes_in_used` float NOT NULL,
`bytes_out_used` float NOT NULL,
`bytes_xfer_used` float NOT NULL,
`files_in_used` int(10) unsigned NOT NULL,
`files_out_used` int(10) unsigned NOT NULL,
`files_xfer_used` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=tis620 COLLATE=tis620_thai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `proftpdQuotaTallies`
--
LOCK TABLES `proftpdQuotaTallies` WRITE;
/*!40000 ALTER TABLE `proftpdQuotaTallies` DISABLE KEYS */;
INSERT INTO `proftpdQuotaTallies` VALUES
('web001','user',-18910300,0,0,0,0,0),
('web004','user',29203200,0,0,0,0,0),
('web002','user',-1870040,0,0,0,0,0),
('web003','user',1807770,0,0,0,0,0),
('web026','user',6754,0,0,0,0,0),
('web013','user',38483900,0,0,0,0,0),
('web100','user',403857,0,0,0,0,0),
('web015','user',3053270,0,0,0,0,0),
('web018','user',512047,0,0,0,0,0),
('web050','user',11,0,0,0,0,0),
('web029','user',26896400,0,0,0,0,0),
('web005','user',3045970,0,0,0,0,0),
('web016','user',-12685500,0,0,0,0,0),
('web022','user',11590400,0,0,0,0,0),
('web035','user',3121,0,0,0,0,0),
('web010','user',534863,0,0,0,0,0),
('web044','user',55250400,0,0,0,0,0),
('web033','user',13729000,0,0,0,0,0),
('web023','user',4851770,0,0,0,0,0),
('web031','user',28986500,0,0,0,0,0),
('web027','user',2097,0,0,0,0,0),
('web019','user',1673730,0,0,0,0,0),
('web011','user',538677,0,0,0,0,0),
('web034','user',2010680,0,0,0,0,0),
('web024','user',12403200,0,0,0,0,0),
('web020','user',3434270,0,0,0,0,0),
('web045','user',999560,0,0,0,0,0),
('web017','user',3121,0,0,0,0,0),
('web040','user',2695480000,0,0,0,0,0),
('web037','user',11019500,0,0,0,0,0),
('web014','user',465129,0,0,0,0,0),
('web006','user',530571,0,0,0,0,0),
('web036','user',18731400,0,0,0,0,0),
('web012','user',-2414780,0,0,0,0,0),
('web025','user',-1493460,0,0,0,0,0),
('web028','user',-4025900,0,0,0,0,0),
('web030','user',56276700,0,0,0,0,0),
('web021','user',483258,0,0,0,0,0),
('web007','user',128500000,0,0,0,0,0),
('web038','user',-2123160,0,0,0,0,0),
('web009','user',1099120,0,0,0,0,0),
('web008','user',-1688420,0,0,0,0,0),
('web032','user',825749,0,0,0,0,0),
('web039','user',537212,0,0,0,0,0),
('web041','user',24138000,0,0,0,0,0),
('web042','user',150730000,0,0,0,0,0),
('web043','user',831507000,0,0,0,0,0),
('web099','user',168761000,0,0,0,0,0),
('web088','user',1948400,0,0,0,0,0),
('web085','user',2131950,0,0,0,0,0),
('web049','user',-12623000,0,0,0,0,0),
('web091','user',-37703,0,0,0,0,0),
('web065','user',-207015,0,0,0,0,0),
('web096','user',11,0,0,0,0,0),
('web069','user',-3061,0,0,0,0,0),
('web056','user',34832000,0,0,0,0,0),
('web052','user',-1291710,0,0,0,0,0),
('web048','user',262481000,0,0,0,0,0),
('web077','user',19673,0,0,0,0,0),
('web080','user',547514,0,0,0,0,0),
('web066','user',11,0,0,0,0,0),
('web053','user',-13499000,0,0,0,0,0),
('web076','user',11,0,0,0,0,0),
('web046','user',11,0,0,0,0,0),
('web051','user',11,0,0,0,0,0),
('web087','user',11,0,0,0,0,0),
('web079','user',11,0,0,0,0,0),
('web086','user',2144750000,0,0,0,0,0),
('web084','user',11,0,0,0,0,0),
('web061','user',11,0,0,0,0,0),
('web070','user',-274785,0,0,0,0,0),
('web083','user',-30053900,0,0,0,0,0),
('web081','user',87719,0,0,0,0,0),
('web055','user',-491377,0,0,0,0,0),
('web074','user',17,0,0,0,0,0),
('web089','user',33283,0,0,0,0,0),
('web063','user',11,0,0,0,0,0),
('web060','user',9,0,0,0,0,0),
('web082','user',9884340,0,0,0,0,0),
('web062','user',-501,0,0,0,0,0),
('web094','user',9,0,0,0,0,0),
('web058','user',9,0,0,0,0,0),
('web054','user',16757,0,0,0,0,0),
('web093','user',11,0,0,0,0,0),
('web071','user',9,0,0,0,0,0),
('web059','user',-469039,0,0,0,0,0),
('web098','user',11,0,0,0,0,0),
('web097','user',-912798,0,0,0,0,0),
('web095','user',56823800,0,0,0,0,0),
('web068','user',-3059,0,0,0,0,0),
('web078','user',3951540,0,0,0,0,0),
('web064','user',11,0,0,0,0,0),
('web047','user',5472990,0,0,0,0,0),
('web092','user',-471079000,0,0,0,0,0),
('web090','user',38076,0,0,0,0,0),
('web075','user',-779685,0,0,0,0,0),
('web057','user',11,0,0,0,0,0),
('web067','user',9,0,0,0,0,0),
('web072','user',9,0,0,0,0,0),
('web073','user',25,0,0,0,0,0);
/*!40000 ALTER TABLE `proftpdQuotaTallies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `proftpdUsers`
--
DROP TABLE IF EXISTS `proftpdUsers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `proftpdUsers` (
`sqlUID` int(3) unsigned zerofill NOT NULL AUTO_INCREMENT,
`userName` varchar(30) NOT NULL,
`url` varchar(250) NOT NULL,
`passwd` varchar(80) NOT NULL,
`uid` int(10) unsigned NOT NULL,
`gid` int(10) unsigned NOT NULL DEFAULT 5500,
`homedir` tinytext DEFAULT NULL,
`shell` tinytext DEFAULT NULL,
`webmaster` varchar(50) NOT NULL,
`email` varchar(200) NOT NULL,
`webdate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE current_timestamp(),
PRIMARY KEY (`sqlUID`),
UNIQUE KEY `userName` (`userName`),
UNIQUE KEY `uid` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=800 DEFAULT CHARSET=tis620 COLLATE=tis620_thai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `proftpdUsers`
--
LOCK TABLES `proftpdUsers` WRITE;
/*!40000 ALTER TABLE `proftpdUsers` DISABLE KEYS */;
INSERT INTO `proftpdUsers` VALUES
(001,'web001','web001.ssk.in.th','5415',5701,5500,'/home/webhost/web001','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(002,'web002','web002.ssk.in.th','3302',5702,5500,'/home/webhost/web002','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(003,'web003','web003.ssk.in.th','5644',5703,5500,'/home/webhost/web003','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(004,'web004','web004.ssk.in.th','4826',5704,5500,'/home/webhost/web004','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(005,'web005','web005.ssk.in.th','1865',5705,5500,'/home/webhost/web005','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(006,'web006','web006.ssk.in.th','0261',5706,5500,'/home/webhost/web006','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(007,'web007','web007.ssk.in.th','0416',5707,5500,'/home/webhost/web007','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(008,'web008','web008.ssk.in.th','6860',5708,5500,'/home/webhost/web008','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(009,'web009','web009.ssk.in.th','3287',5709,5500,'/home/webhost/web009','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(010,'web010','web010.ssk.in.th','3454',5710,5500,'/home/webhost/web010','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(011,'web011','web011.ssk.in.th','3263',5711,5500,'/home/webhost/web011','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(012,'web012','web012.ssk.in.th','8543',5712,5500,'/home/webhost/web012','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(013,'web013','web013.ssk.in.th','4630',5713,5500,'/home/webhost/web013','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(014,'web014','web014.ssk.in.th','7700',5714,5500,'/home/webhost/web014','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(015,'web015','web015.ssk.in.th','6945',5715,5500,'/home/webhost/web015','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(016,'web016','web016.ssk.in.th','8231',5716,5500,'/home/webhost/web016','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(017,'web017','web017.ssk.in.th','3708',5717,5500,'/home/webhost/web017','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(018,'web018','web018.ssk.in.th','7883',5718,5500,'/home/webhost/web018','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(019,'web019','web019.ssk.in.th','9210',5719,5500,'/home/webhost/web019','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(020,'web020','web020.ssk.in.th','8762',5720,5500,'/home/webhost/web020','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(021,'web021','web021.ssk.in.th','5763',5721,5500,'/home/webhost/web021','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(022,'web022','web022.ssk.in.th','2637',5722,5500,'/home/webhost/web022','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(023,'web023','web023.ssk.in.th','0439',5723,5500,'/home/webhost/web023','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(024,'web024','web024.ssk.in.th','8435',5724,5500,'/home/webhost/web024','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(025,'web025','web025.ssk.in.th','4874',5725,5500,'/home/webhost/web025','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(026,'web026','web026.ssk.in.th','9561',5726,5500,'/home/webhost/web026','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(027,'web027','web027.ssk.in.th','1171',5727,5500,'/home/webhost/web027','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(028,'web028','web028.ssk.in.th','4948',5728,5500,'/home/webhost/web028','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(029,'web029','web029.ssk.in.th','9988',5729,5500,'/home/webhost/web029','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(030,'web030','web030.ssk.in.th','7443',5730,5500,'/home/webhost/web030','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(031,'web031','web031.ssk.in.th','4898',5731,5500,'/home/webhost/web031','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(032,'web032','web032.ssk.in.th','2227',5732,5500,'/home/webhost/web032','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(033,'web033','web033.ssk.in.th','3217',5733,5500,'/home/webhost/web033','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(034,'web034','web034.ssk.in.th','4880',5734,5500,'/home/webhost/web034','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(035,'web035','web035.ssk.in.th','4765',5735,5500,'/home/webhost/web035','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(036,'web036','web036.ssk.in.th','9510',5736,5500,'/home/webhost/web036','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(037,'web037','web037.ssk.in.th','9178',5737,5500,'/home/webhost/web037','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(038,'web038','web038.ssk.in.th','6839',5738,5500,'/home/webhost/web038','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(039,'web039','web039.ssk.in.th','0954',5739,5500,'/home/webhost/web039','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(040,'web040','web040.ssk.in.th','1675',5740,5500,'/home/webhost/web040','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(041,'web041','web041.ssk.in.th','8350',5741,5500,'/home/webhost/web041','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(042,'web042','web042.ssk.in.th','5574',5742,5500,'/home/webhost/web042','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(043,'web043','web043.ssk.in.th','9542',5743,5500,'/home/webhost/web043','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(044,'web044','web044.ssk.in.th','4594',5744,5500,'/home/webhost/web044','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(045,'web045','web045.ssk.in.th','9063',5745,5500,'/home/webhost/web045','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(046,'web046','web046.ssk.in.th','3588',5746,5500,'/home/webhost/web046','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(047,'web047','web047.ssk.in.th','7455',5747,5500,'/home/webhost/web047','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(048,'web048','web048.ssk.in.th','7625',5748,5500,'/home/webhost/web048','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(049,'web049','web049.ssk.in.th','3237',5749,5500,'/home/webhost/web049','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(050,'web050','web050.ssk.in.th','3898',5750,5500,'/home/webhost/web050','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(051,'web051','web051.ssk.in.th','4541',5751,5500,'/home/webhost/web051','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(052,'web052','web052.ssk.in.th','6319',5752,5500,'/home/webhost/web052','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(053,'web053','web053.ssk.in.th','1341',5753,5500,'/home/webhost/web053','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(054,'web054','web054.ssk.in.th','7hwC!',5754,5500,'/home/webhost/web054','/sbin/nologin','demo','demo@hotmail.com','2024-10-21 01:21:30'),
(055,'web055','web055.ssk.in.th','9810',5755,5500,'/home/webhost/web055','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(056,'web056','web056.ssk.in.th','9598',5756,5500,'/home/webhost/web056','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(057,'web057','web057.ssk.in.th','0578',5757,5500,'/home/webhost/web057','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(058,'web058','web058.ssk.in.th','4684',5758,5500,'/home/webhost/web058','/sbin/nologin','demo','demo@hotmail.com','2021-09-25 09:59:35'),
(059,'web059','web059.ssk.in.th','6279',5759,5500,'/home/webhost/web059','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(060,'web060','web060.ssk.in.th','3062',5760,5500,'/home/webhost/web060','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(061,'web061','web061.ssk.in.th','7736',5761,5500,'/home/webhost/web061','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(062,'web062','web062.ssk.in.th','5132',5762,5500,'/home/webhost/web062','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(063,'web063','web063.ssk.in.th','1530',5763,5500,'/home/webhost/web063','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(064,'web064','web064.ssk.in.th','6288',5764,5500,'/home/webhost/web064','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(065,'web065','web065.ssk.in.th','5325',5765,5500,'/home/webhost/web065','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(066,'web066','web066.ssk.in.th','4770',5766,5500,'/home/webhost/web066','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(067,'web067','web067.ssk.in.th','5940',5767,5500,'/home/webhost/web067','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(068,'web068','web068.ssk.in.th','3888',5768,5500,'/home/webhost/web068','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(069,'web069','web069.ssk.in.th','3138',5769,5500,'/home/webhost/web069','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(070,'web070','web070.ssk.in.th','5201',5770,5500,'/home/webhost/web070','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(071,'web071','web071.ssk.in.th','9239',5771,5500,'/home/webhost/web071','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(072,'web072','web072.ssk.in.th','3292',5772,5500,'/home/webhost/web072','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(073,'web073','web073.ssk.in.th','8848',5773,5500,'/home/webhost/web073','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(074,'web074','web074.ssk.in.th','6741',5774,5500,'/home/webhost/web074','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(075,'web075','web075.ssk.in.th','4646',5775,5500,'/home/webhost/web075','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(076,'web076','web076.ssk.in.th','8400',5776,5500,'/home/webhost/web076','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(077,'web077','web077.ssk.in.th','2191',5777,5500,'/home/webhost/web077','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(078,'web078','web078.ssk.in.th','5522',5778,5500,'/home/webhost/web078','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(079,'web079','web079.ssk.in.th','3273',5779,5500,'/home/webhost/web079','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(080,'web080','web080.ssk.in.th','7877',5780,5500,'/home/webhost/web080','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(081,'web081','web081.ssk.in.th','8221',5781,5500,'/home/webhost/web081','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(082,'web082','web082.ssk.in.th','8810',5782,5500,'/home/webhost/web082','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(083,'web083','web083.ssk.in.th','2111',5783,5500,'/home/webhost/web083','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(084,'web084','web084.ssk.in.th','2170',5784,5500,'/home/webhost/web084','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(085,'web085','web085.ssk.in.th','9764',5785,5500,'/home/webhost/web085','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(086,'web086','web086.ssk.in.th','4510',5786,5500,'/home/webhost/web086','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(087,'web087','web087.ssk.in.th','3233',5787,5500,'/home/webhost/web087','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(088,'web088','nw.ssk.in.th','6089',5788,5500,'/home/webhost/web088','/sbin/nologin','demo','demo@hotmail.com','2022-06-22 22:43:45'),
(089,'web089','web089.ssk.in.th','1794',5789,5500,'/home/webhost/web089','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(090,'web090','web090.ssk.in.th','7890',5790,5500,'/home/webhost/web090','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(091,'web091','web091.ssk.in.th','6680',5791,5500,'/home/webhost/web091','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(092,'web092','web092.ssk.in.th','3714',5792,5500,'/home/webhost/web092','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(093,'web093','web093.ssk.in.th','4060',5793,5500,'/home/webhost/web093','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(094,'web094','web094.ssk.in.th','5722',5794,5500,'/home/webhost/web094','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(095,'web095','web095.ssk.in.th','7006',5795,5500,'/home/webhost/web095','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(096,'web096','web096.ssk.in.th','3350',5796,5500,'/home/webhost/web096','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(097,'web097','web097.ssk.in.th','3505',5797,5500,'/home/webhost/web097','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(098,'web098','web098.ssk.in.th','2186',5798,5500,'/home/webhost/web098','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(099,'web099','web099.ssk.in.th','5981',5799,5500,'/home/webhost/web099','/sbin/nologin','demo','demo@hotmail.com','2012-10-09 17:00:00'),
(100,'web100','web100.ssk.in.th','2243',5800,5500,'/home/webhost/web100','/sbin/nologin','demo','demo@hotmail.com','2019-06-21 14:30:06'),
(101,'web101','web101.ssk.in.th','5642',5801,5500,'/home/webhost/web101','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:30:06'),
(102,'web102','web102.ssk.in.th','3059',5802,5500,'/home/webhost/web102','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:30:06'),
(103,'web103','web103.ssk.in.th','5345',5803,5500,'/home/webhost/web103','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:32:57'),
(104,'web104','web104.ssk.in.th','3921',5804,5500,'/home/webhost/web104','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:32:57'),
(105,'web105','web105.ssk.in.th','6556',5805,5500,'/home/webhost/web105','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:32:57'),
(106,'web106','web106.ssk.in.th','3720',5806,5500,'/home/webhost/web106','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:32:57'),
(107,'web107','web107.ssk.in.th','2026',5807,5500,'/home/webhost/web107','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:32:57'),
(108,'web108','web108.ssk.in.th','8658',5808,5500,'/home/webhost/web108','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:32:57'),
(109,'web109','web109.ssk.in.th','9491',5809,5500,'/home/webhost/web109','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:32:57'),
(110,'web110','web110.ssk.in.th','9338',5900,5500,'/home/webhost/web110','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:32:57'),
(111,'web111','web111.ssk.in.th','0139',5901,5500,'/home/webhost/web111','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:36:37'),
(112,'web112','web112.ssk.in.th','9289',5902,5500,'/home/webhost/web112','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:36:37'),
(113,'web113','web113.ssk.in.th','2283',5903,5500,'/home/webhost/web113','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:39:13'),
(114,'web114','web114.ssk.in.th','2073',5904,5500,'/home/webhost/web114','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:39:13'),
(115,'web115','web115.ssk.in.th','6332',5905,5500,'/home/webhost/web115','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:41:55'),
(116,'web116','web116.ssk.in.th','0463',5906,5500,'/home/webhost/web116','/sbin/nologin','demo','demo@ssk.in.th','2019-06-21 14:41:55'),
(117,'ceo3','ceo3.ssk.in.th','2306',5907,5500,'/home/vhost/ceo3/public_html','/sbin/nologin','demo','demo@ssk.in.th','2019-06-23 14:15:48'),
(118,'ena','ena.ssk.in.th','1123',5908,5500,'/home/vhost/ena/public_html','/sbin/nologin','demo','demo@ssk.in.th','2019-06-23 14:15:48'),
(119,'krunok','krunok.ssk.in.th','3350',5909,5500,'/home/vhost/krunok/public_html','/sbin/nologin','demo','demo@ssk.in.th','2019-06-23 14:15:48'),
(120,'chapanakitkru','chapanakitkru.ssk.in.th','7161',5910,5500,'/home/vhost/chapanakitkru/public_html','/sbin/nologin','demo','demo@ssk.in.th','2019-06-23 14:15:48'),
(121,'ssk340','office.ssk.in.th','4051',5911,5500,'/home/vhost/ssk340/public_html','/sbin/nologin','demo','demo@hotmail.com ','2021-07-03 08:22:27'),
(122,'ssk341','news.ssk.in.th','8121',5912,5500,'/home/vhost/ssk341/public_html','/sbin/nologin','demo','demo@hotmail.com ','2021-07-03 08:22:38'),
(123,'anb','anb.ssk.in.th','1420',5913,5500,'/home/vhost/anb/public_html','/sbin/nologin','webadmin','ttwanna@ssk.in.th','2021-09-05 13:08:49'),
(124,'spic','spic.ssk.in.th','2060',5914,5500,'/home/vhost/spic/public_html','/sbin/nologin','webadmin','ssk1@in.th','2021-09-18 22:49:56'),
(125,'pcard','pcard.ssk.in.th','4138',5915,5500,'/home/vhost/pcard/public_html','/sbin/nologin','webadmin','admin@ssk.in.th','2021-09-18 23:26:04'),
(126,'webhost','webhost.ssk.in.th','3486',5916,5500,'/home/vhost/webhost/public_html','/sbin/nologin ','webadmin','ttwanna@ssk.in.th','2021-09-20 21:25:16'),
(748,'ssk257','tamyai.ssk.in.th','9139',6252,5500,'/home/vhost/ssk257','/sbin/nologin','','1','2022-06-08 08:19:38'),
(747,'ssk256','kamniem.ssk.in.th','6114',6251,5500,'/home/vhost/ssk256','/sbin/nologin','','1','2022-06-08 08:19:38'),
(746,'ssk255','makrud.ssk.in.th','1939',6250,5500,'/home/vhost/ssk255','/sbin/nologin','','1','2022-06-08 08:19:38'),
(745,'ssk254','etom.ssk.in.th','7022',6249,5500,'/home/vhost/ssk254','/sbin/nologin','','1','2022-06-08 08:19:38'),
(744,'ssk253','www.bandoonsim.ac.th/','7614',6248,5500,'/home/vhost/ssk253','/sbin/nologin','','1','2022-11-28 04:36:29'),
(743,'ssk252','nongekwang.ssk.in.th','1707',6247,5500,'/home/vhost/ssk252','/sbin/nologin','','1','2022-06-08 08:19:38'),
(742,'ssk251','ms.ssk.in.th','4260',6246,5500,'/home/vhost/ssk251','/sbin/nologin','','1','2022-06-08 08:19:38'),
(741,'ssk250','akr.ac.th','7164',6245,5500,'/home/vhost/ssk250','/sbin/nologin','','1','2022-06-08 08:19:38'),
(740,'ssk249','nyp.ssk.in.th','2219',6244,5500,'/home/vhost/ssk249','/sbin/nologin','','1','2022-06-08 08:19:38'),
(739,'ssk248','kampom.ssk.in.th','1199',6243,5500,'/home/vhost/ssk248','/sbin/nologin','','1','2022-06-08 08:19:38'),
(738,'ssk247','sithan.ssk.in.th','4157',6242,5500,'/home/vhost/ssk247','/sbin/nologin','','1','2022-06-08 08:19:38'),
(737,'ssk246','phonsay.ssk.in.th','4391',6241,5500,'/home/vhost/ssk246','/sbin/nologin','','1','2022-06-08 08:19:38'),
(736,'ssk245','nongbuatc.ssk.in.th','7157',6240,5500,'/home/vhost/ssk245','/sbin/nologin','','1','2022-06-08 08:19:38'),
(735,'ssk244','ntv.ssk.in.th','2817',6239,5500,'/home/vhost/ssk244','/sbin/nologin','','1','2022-06-08 08:19:38'),
(734,'ssk243','bankho226.ssk.in.th','2793',6238,5500,'/home/vhost/ssk243','/sbin/nologin','','1','2022-06-08 08:19:38'),
(733,'ssk242','bnt.ssk.in.th','5456',6237,5500,'/home/vhost/ssk242','/sbin/nologin','','1','2022-06-08 08:19:38'),
(732,'ssk241','doo.ssk.in.th','7175',6236,5500,'/home/vhost/ssk241','/sbin/nologin','','1','2022-06-08 08:19:38'),
(731,'ssk240','pv.ssk.in.th','0541',6235,5500,'/home/vhost/ssk240','/sbin/nologin','','1','2022-06-08 08:19:38'),
(730,'ssk239','jikkala.ssk.in.th','6263',6234,5500,'/home/vhost/ssk239','/sbin/nologin','','1','2022-06-08 08:19:38'),
(729,'ssk238','bankoa.ssk.in.th','0556',6233,5500,'/home/vhost/ssk238','/sbin/nologin','','1','2022-06-08 08:19:38'),
(728,'ssk237','nsa.ssk.in.th','7051',6232,5500,'/home/vhost/ssk237','/sbin/nologin','','1','2022-06-08 08:19:38'),
(727,'ssk236','bokbang236.ssk.in.th','8576',6231,5500,'/home/vhost/ssk236','/sbin/nologin','','1','2022-06-08 08:19:38'),
(726,'ssk235','nadee.ssk.in.th','3984',6230,5500,'/home/vhost/ssk235','/sbin/nologin','','1','2022-06-08 08:19:38'),
(725,'ssk234','pukbung.ssk.in.th','6392',6229,5500,'/home/vhost/ssk234','/sbin/nologin','','1','2022-06-08 08:19:38'),
(724,'ssk233','panang.ssk.in.th','9563',6228,5500,'/home/vhost/ssk233','/sbin/nologin','','1','2022-06-08 08:19:38'),
(723,'ssk232','burapha.ssk.in.th','8504',6227,5500,'/home/vhost/ssk232','/sbin/nologin','','1','2022-06-08 08:19:38'),
(722,'ssk231','alai.ssk.in.th','3665',6226,5500,'/home/vhost/ssk231','/sbin/nologin','','1','2022-06-08 08:19:38'),
(721,'ssk230','pp.ssk.in.th','6096',6225,5500,'/home/vhost/ssk230','/sbin/nologin','','1','2022-06-08 08:19:38'),
(720,'ssk229','banchan.ssk.in.th','7505',6224,5500,'/home/vhost/ssk229','/sbin/nologin','','1','2022-06-08 08:19:38'),
(719,'ssk228','bankham.ssk.in.th','6845',6223,5500,'/home/vhost/ssk228','/sbin/nologin','','1','2022-06-08 08:19:38'),
(718,'ssk227','punlum.ssk.in.th','8081',6222,5500,'/home/vhost/ssk227','/sbin/nologin','','1','2022-06-08 08:19:38'),
(717,'ssk226','buanoi.ssk.in.th','5991',6221,5500,'/home/vhost/ssk226','/sbin/nologin','','1','2022-06-08 08:19:38'),
(716,'ssk225','wps.ssk.in.th','5000',6220,5500,'/home/vhost/ssk225','/sbin/nologin','','1','2022-06-08 08:19:38'),
(715,'ssk224','bantern.ssk.in.th','6152',6219,5500,'/home/vhost/ssk224','/sbin/nologin','','1','2022-06-08 08:19:38'),
(714,'ssk223','bua1.ssk.in.th','3064',6218,5500,'/home/vhost/ssk223','/sbin/nologin','','1','2022-06-08 08:19:38'),
(713,'ssk222','nonghai.ssk.in.th','7376',6217,5500,'/home/vhost/ssk222','/sbin/nologin','','1','2022-06-08 08:19:38'),
(712,'ssk221','thungmung.ssk.in.th','0591',6216,5500,'/home/vhost/ssk221','/sbin/nologin','','1','2022-06-08 08:19:38'),
(711,'ssk220','ipad.ssk.in.th','9558',6215,5500,'/home/vhost/ssk220','/sbin/nologin','','1','2022-06-08 08:19:38'),
(710,'ssk219','psw.ssk.in.th','8145',6214,5500,'/home/vhost/ssk219','/sbin/nologin','','1','2022-06-08 08:19:38'),
(709,'ssk218','nts.ssk.in.th','0463',6213,5500,'/home/vhost/ssk218','/sbin/nologin','','1','2022-06-08 08:19:38'),
(708,'ssk217','nongtao.ssk.in.th','6581',6212,5500,'/home/vhost/ssk217','/sbin/nologin','','1','2022-06-08 08:19:38'),
(707,'ssk216','mns.ssk.in.th','5865',6211,5500,'/home/vhost/ssk216','/sbin/nologin','','1','2022-06-08 08:19:38'),
(706,'ssk215','banchia.ssk.in.th','2997',6210,5500,'/home/vhost/ssk215','/sbin/nologin','','1','2022-06-08 08:19:38'),
(705,'ssk214','banmut.ssk.in.th','5072',6209,5500,'/home/vhost/ssk214','/sbin/nologin','','1','2022-06-08 08:19:38'),
(704,'ssk213','bantam.ssk.in.th','0907',6208,5500,'/home/vhost/ssk213','/sbin/nologin','','1','2022-06-08 08:19:38'),
(703,'ssk212','bpm.ssk.in.th','6117',6207,5500,'/home/vhost/ssk212','/sbin/nologin','','1','2022-06-08 08:19:38'),
(702,'ssk211','namtang.ssk.in.th','5294',6206,5500,'/home/vhost/ssk211','/sbin/nologin','','1','2022-06-08 08:19:38'),
(701,'ssk210','sangyai.ssk.in.th','3390',6205,5500,'/home/vhost/ssk210','/sbin/nologin','','1','2022-06-08 08:19:38'),
(700,'ssk209','nws.ssk.in.th','6999',6204,5500,'/home/vhost/ssk209','/sbin/nologin','','1','2022-08-21 04:29:21'),
(699,'ssk208','kokhuana.ssk.in.th','8603',6203,5500,'/home/vhost/ssk208','/sbin/nologin','','1','2022-06-08 08:19:38'),
(698,'ssk207','bp.ssk.in.th','4488',6202,5500,'/home/vhost/ssk207','/sbin/nologin','','1','2022-06-08 08:19:38'),
(697,'ssk206','bannongkeaw.ssk.in.th','1356',6201,5500,'/home/vhost/ssk206','/sbin/nologin','','1','2022-06-08 08:19:38'),
(696,'ssk205','wk.ssk.in.th','2079',6200,5500,'/home/vhost/ssk205','/sbin/nologin','','1','2022-06-08 08:19:38'),
(695,'ssk204','banyangnoi.ssk.in.th','2838',6199,5500,'/home/vhost/ssk204','/sbin/nologin','','1','2022-06-08 08:19:38'),
(694,'ssk203','bankaow.ssk.in.th','2219',6198,5500,'/home/vhost/ssk203','/sbin/nologin','','1','2022-06-08 08:19:38'),
(693,'ssk202','mao.ssk.in.th','0006',6197,5500,'/home/vhost/ssk202','/sbin/nologin','0','1','2022-06-08 08:19:38'),
(692,'ssk201','bangok.ssk.in.th','0156',6196,5500,'/home/vhost/ssk201','/sbin/nologin','','1','2022-06-08 08:19:38'),
(691,'ssk200','latai.ssk.in.th','9065',6195,5500,'/home/vhost/ssk200','/sbin/nologin','','1','2022-06-08 08:19:38'),
(690,'ssk199','ltw.ssk.in.th','6543',6194,5500,'/home/vhost/ssk199','/sbin/nologin','','1','2022-06-08 08:19:38'),
(689,'ssk198','bokwit.ssk.in.th','9272',6193,5500,'/home/vhost/ssk198','/sbin/nologin','','1','2022-06-08 08:19:38'),
(688,'ssk197','phonengam.ssk.in.th','5923',6192,5500,'/home/vhost/ssk197','/sbin/nologin','','1','2022-06-08 08:19:38'),
(687,'ssk196','bannonsawang.ssk.in.th','9168',6191,5500,'/home/vhost/ssk196','/sbin/nologin','','1','2022-06-08 08:19:38'),
(686,'ssk195','banhualao.ssk.in.th','0473',6190,5500,'/home/vhost/ssk195','/sbin/nologin','','1','2022-06-08 08:19:38'),
(685,'ssk194','banprong.ssk.in.th','4154',6189,5500,'/home/vhost/ssk194','/sbin/nologin','','1','2022-06-08 08:19:38'),
(684,'ssk193','dsts.ssk.in.th','4795',6188,5500,'/home/vhost/ssk193','/sbin/nologin','','1','2022-06-08 08:19:38'),
(683,'ssk192','bokdang.ssk.in.th','2807',6187,5500,'/home/vhost/ssk192','/sbin/nologin','','1','2022-06-08 08:19:38'),
(682,'ssk191','laofay.ssk.in.th','6193',6186,5500,'/home/vhost/ssk191','/sbin/nologin','','1','2022-09-11 05:08:20'),
(681,'ssk190','talard.ssk.in.th','6538',6185,5500,'/home/vhost/ssk190','/sbin/nologin','','1','2022-06-08 08:19:38'),
(680,'ssk189','namong.ssk.in.th','5603',6184,5500,'/home/vhost/ssk189','/sbin/nologin','','1','2022-06-08 08:19:38'),
(679,'ssk188','www.yordschool.blogspot.com','5874',6183,5500,'/home/vhost/ssk188','/sbin/nologin','','1','2022-06-08 08:19:38'),
(678,'ssk187','waowit.ssk.in.th','9909',6182,5500,'/home/vhost/ssk187','/sbin/nologin','','1','2022-06-08 08:19:38'),
(677,'ssk186','pakayayai.ssk.in.th','9130',6181,5500,'/home/vhost/ssk186','/sbin/nologin','','1','2022-06-08 08:19:38'),
(676,'ssk185','plakho.ssk.in.th','2191',6180,5500,'/home/vhost/ssk185','/sbin/nologin','','1','2022-06-08 08:19:38'),
(675,'ssk184','pakhaeng.ssk.in.th','5901',6179,5500,'/home/vhost/ssk184','/sbin/nologin','','1','2022-06-08 08:19:38'),
(674,'ssk183','sanom.ssk.in.th','1589',6178,5500,'/home/vhost/ssk183','/sbin/nologin','','1','2022-06-08 08:19:38'),
(673,'ssk182','photong.ssk.in.th','7029',6177,5500,'/home/vhost/ssk182','/sbin/nologin','','1','2022-06-08 08:19:38'),
(672,'ssk181','ksw.ssk.in.th','0371',6176,5500,'/home/vhost/ssk181','/sbin/nologin','','1','2022-06-08 08:19:38'),
(671,'ssk180','nonkhowit.ssk.in.th','5580',6175,5500,'/home/vhost/ssk180','/sbin/nologin','','1','2022-06-08 08:19:38'),
(670,'ssk179','terler.ssk.in.th','6768',6174,5500,'/home/vhost/ssk179','/sbin/nologin','','1','2022-06-08 08:19:38'),
(669,'ssk178','rongkao.ssk.in.th','4591',6173,5500,'/home/vhost/ssk178','/sbin/nologin','','1','2022-06-08 08:19:38'),
(668,'ssk177','maklua.ssk.in.th','9150',6172,5500,'/home/vhost/ssk177','/sbin/nologin','','1','2022-06-08 08:19:38'),
(667,'ssk176','nsk.ssk.in.th','9168',6171,5500,'/home/vhost/ssk176','/sbin/nologin','','1','2022-06-08 08:19:38'),
(666,'ssk175','nongjik.ssk.in.th','3682',6170,5500,'/home/vhost/ssk175','/sbin/nologin','','1','2022-06-08 08:19:38'),
(665,'ssk174','ank.ssk.in.th','5063',6169,5500,'/home/vhost/ssk174','/sbin/nologin','','1','2022-06-08 08:19:38'),
(664,'ssk173','nonkhun.ssk.in.th','5077',6168,5500,'/home/vhost/ssk173','/sbin/nologin','','1','2022-06-08 08:19:38'),
(663,'ssk172','ssk172.ssk.in.th','5287',6167,5500,'/home/vhost/ssk172','/sbin/nologin','','1','2022-06-08 08:19:38'),
(662,'ssk171','nondoo.ssk.in.th','5362',6166,5500,'/home/vhost/ssk171','/sbin/nologin','','1','2022-06-08 08:19:38'),
(661,'ssk170','nw.ssk.in.th','6780',6165,5500,'/home/vhost/ssk170','/sbin/nologin','','1','2023-02-09 04:08:20'),
(660,'ssk169','nonsomboon.ssk.in.th','9736',6164,5500,'/home/vhost/ssk169','/sbin/nologin','','1','2022-06-08 08:19:38'),
(659,'ssk168','nonghin.ssk.in.th','5348',6163,5500,'/home/vhost/ssk168','/sbin/nologin','','1','2022-06-08 08:19:38'),
(658,'ssk167','kok.ssk.in.th','0620',6162,5500,'/home/vhost/ssk167','/sbin/nologin','','1','2022-06-08 08:19:38'),
(657,'ssk166','muangpe.ssk.in.th','7725',6161,5500,'/home/vhost/ssk166','/sbin/nologin','','1','2022-06-08 08:19:38'),
(656,'ssk165','konsao.ssk.in.th','9972',6160,5500,'/home/vhost/ssk165','/sbin/nologin','','1','2022-06-08 08:19:38'),
(655,'ssk164','nongkung.ssk.in.th','0117',6159,5500,'/home/vhost/ssk164','/sbin/nologin','','1','2022-06-08 08:19:38'),
(654,'ssk163','alang.ssk.in.th','8483',6158,5500,'/home/vhost/ssk163','/sbin/nologin','','1','2022-06-08 08:19:38'),
(653,'ssk162','kanoun.ssk.in.th','0253',6157,5500,'/home/vhost/ssk162','/sbin/nologin','','1','2022-06-08 08:19:38'),
(652,'ssk161','kratoon.ssk.in.th','2949',6156,5500,'/home/vhost/ssk161','/sbin/nologin','','1','2022-06-08 08:19:38'),
(651,'ssk160','bankasang.ssk.in.th','3282',6155,5500,'/home/vhost/ssk160','/sbin/nologin','','1','2022-06-08 08:19:38'),
(650,'ssk159','tumyae.ssk.in.th','9014',6154,5500,'/home/vhost/ssk159','/sbin/nologin','','1','2022-06-08 08:19:38'),
(649,'ssk158','nnt.ssk.in.th','5042',6153,5500,'/home/vhost/ssk158','/sbin/nologin','','1','2022-06-08 08:19:38'),
(648,'ssk157','nongwatubtai.ssk.in.th','6031',6152,5500,'/home/vhost/ssk157','/sbin/nologin','','1','2022-06-08 08:19:38'),
(647,'ssk156','nongrang.ssk.in.th','1239',6151,5500,'/home/vhost/ssk156','/sbin/nologin','','1','2022-06-08 08:19:38'),
(646,'ssk155','payu.ssk.in.th','2907',6150,5500,'/home/vhost/ssk155','/sbin/nologin','','1','2022-06-08 08:19:38'),
(645,'ssk154','phayu.ssk.in.th','6639',6149,5500,'/home/vhost/ssk154','/sbin/nologin','','1','2022-06-08 08:19:38'),
(644,'ssk153','nonsawang17.ssk.in.th','0066',6148,5500,'/home/vhost/ssk153','/sbin/nologin','','1','2022-06-08 08:19:38'),
(643,'ssk152','parai.ssk.in.th','4338',6147,5500,'/home/vhost/ssk152','/sbin/nologin','','1','2022-06-08 08:19:38'),
(642,'ssk151','samrong.ssk.in.th','1822',6146,5500,'/home/vhost/ssk151','/sbin/nologin','','1','2022-06-08 08:19:38'),
(641,'ssk150','krawan.ssk.in.th','5956',6145,5500,'/home/vhost/ssk150','/sbin/nologin','','1','2022-06-08 08:19:38'),
(640,'ssk149','nongtoey.ssk.in.th','4457',6144,5500,'/home/vhost/ssk149','/sbin/nologin','','1','2022-06-08 08:19:38'),
(639,'ssk148','rongsaad.ssk.in.th','8178',6143,5500,'/home/vhost/ssk148','/sbin/nologin','','1','2022-06-08 08:19:38'),
(638,'ssk147','banpuay.ssk.in.th','8592',6142,5500,'/home/vhost/ssk147','/sbin/nologin','','1','2022-06-08 08:19:38'),
(637,'ssk146','nongor.ssk.in.th','3218',6141,5500,'/home/vhost/ssk146','/sbin/nologin','','1','2022-06-08 08:19:38'),
(636,'ssk145','nonpek.ssk.in.th','4807',6140,5500,'/home/vhost/ssk145','/sbin/nologin','','1','2022-06-08 08:19:38'),
(635,'ssk144','nongka.ssk.in.th','5034',6139,5500,'/home/vhost/ssk144','/sbin/nologin','','1','2022-06-08 08:19:38'),
(634,'ssk143','samerjai.ssk.in.th','4623',6138,5500,'/home/vhost/ssk143','/sbin/nologin','','1','2022-06-08 08:19:38'),
(633,'ssk142','sw.ssk.in.th','1207',6137,5500,'/home/vhost/ssk142','/sbin/nologin','','1','2022-06-08 08:19:38'),
(632,'ssk141','koyangpo.ssk.in.th','3368',6136,5500,'/home/vhost/ssk141','/sbin/nologin','','1','2022-06-08 08:19:38'),
(631,'ssk140','posri.ssk.in.th','0386',6135,5500,'/home/vhost/ssk140','/sbin/nologin','','1','2022-06-08 08:19:38'),
(630,'ssk139','kogpek.ssk.in.th','4787',6134,5500,'/home/vhost/ssk139','/sbin/nologin','','1','2022-06-08 08:19:38'),
(629,'ssk138','bnps.ssk.in.th','3636',6133,5500,'/home/vhost/ssk138','/sbin/nologin','','1','2022-06-08 08:19:38'),
(628,'ssk137','nongtachiang.ssk.in.th','9672',6132,5500,'/home/vhost/ssk137','/sbin/nologin','','1','2022-06-08 08:19:38'),
(627,'ssk136','chns.ssk.in.th','3855',6131,5500,'/home/vhost/ssk136','/sbin/nologin','','1','2022-06-08 08:19:38'),
(626,'ssk135','teeka.ssk.in.th','7853',6130,5500,'/home/vhost/ssk135','/sbin/nologin','','1','2022-06-08 08:19:38'),
(625,'ssk134','henum.ssk.in.th','8839',6129,5500,'/home/vhost/ssk134','/sbin/nologin','','1','2022-06-08 08:19:38'),
(624,'ssk133','nongtom.ssk.in.th','4465',6128,5500,'/home/vhost/ssk133','/sbin/nologin','','1','2022-06-08 08:19:38'),
(623,'ssk132','btn.ssk.in.th','2866',6127,5500,'/home/vhost/ssk132','/sbin/nologin','','1','2022-06-08 08:19:38'),
(622,'ssk131','ponyang.ssk.in.th','6920',6126,5500,'/home/vhost/ssk131','/sbin/nologin','','1','2022-06-08 08:19:38'),
(621,'ssk130','ntw.ssk.in.th','1699',6125,5500,'/home/vhost/ssk130','/sbin/nologin','','1','2022-06-08 08:19:38'),
(620,'ssk129','nongku.ssk.in.th','9374',6124,5500,'/home/vhost/ssk129','/sbin/nologin','','1','2022-06-08 08:19:38'),
(619,'ssk128','samad.ssk.in.th','3027',6123,5500,'/home/vhost/ssk128','/sbin/nologin','','1','2022-06-08 08:19:38'),
(618,'ssk127','nongnapho.ssk.in.th','2887',6122,5500,'/home/vhost/ssk127','/sbin/nologin','','1','2022-06-08 08:19:38'),
(617,'ssk126','sangbak.ssk.in.th','5866',6121,5500,'/home/vhost/ssk126','/sbin/nologin','','1','2022-06-08 08:19:38'),
(616,'ssk125','banthaug.ssk.in.th','0573',6120,5500,'/home/vhost/ssk125','/sbin/nologin','','1','2022-06-08 08:19:38'),
(615,'ssk124','nondu.ssk.in.th','3350',6119,5500,'/home/vhost/ssk124','/sbin/nologin','','1','2022-06-08 08:19:38'),
(614,'ssk123','duanyai.ssk.in.th','2116',6118,5500,'/home/vhost/ssk123','/sbin/nologin','','1','2022-06-08 08:19:38'),
(613,'ssk122','nsw.ssk.in.th','3783',6117,5500,'/home/vhost/ssk122','/sbin/nologin','','1','2022-06-08 08:19:38'),
(612,'ssk121','pts.ssk.in.th','2440',6116,5500,'/home/vhost/ssk121','/sbin/nologin','','1','2022-06-08 08:19:38'),
(611,'ssk120','nk3.ssk.in.th','3697',6115,5500,'/home/vhost/ssk120','/sbin/nologin','','1','2022-06-08 08:19:38'),
(610,'ssk119','nk2.ssk.in.th','4874',6114,5500,'/home/vhost/ssk119','/sbin/nologin','','1','2022-08-27 07:45:24'),
(609,'ssk118','ssb.ssk.in.th','0704',6113,5500,'/home/vhost/ssk118','/sbin/nologin','','1','2022-06-08 08:19:38'),
(608,'ssk117','nongbua.ssk.in.th','7641',6112,5500,'/home/vhost/ssk117','/sbin/nologin','','1','2022-06-08 08:19:38'),
(607,'ssk116','lingai.ssk.in.th','9353',6111,5500,'/home/vhost/ssk116','/sbin/nologin','','1','2022-06-08 08:19:38'),
(606,'ssk115','nsr.ssk.in.th','5774',6110,5500,'/home/vhost/ssk115','/sbin/nologin','','1','2022-06-08 08:19:38'),
(605,'ssk114','chaotung.ssk.in.th','7152',6109,5500,'/home/vhost/ssk114','/sbin/nologin','','1','2022-06-08 08:19:38'),
(604,'ssk113','nkj.ssk.in.th','7602',6108,5500,'/home/vhost/ssk113','/sbin/nologin','','1','2022-06-08 08:19:38'),
(603,'ssk112','ngy.ssk.in.th','3545',6107,5500,'/home/vhost/ssk112','/sbin/nologin','','1','2022-06-08 08:19:38'),
(602,'ssk111','dongyang.ssk.in.th','4032',6106,5500,'/home/vhost/ssk111','/sbin/nologin','','1','2022-06-08 08:19:38'),
(601,'ssk110','sawang.ssk.in.th','4893',6105,5500,'/home/vhost/ssk110','/sbin/nologin','','1','2022-06-08 08:19:38'),
(600,'ssk109','banthad.ssk.in.th','8918',6104,5500,'/home/vhost/ssk109','/sbin/nologin','','1','2022-06-08 08:19:38'),
(599,'ssk108','thaibuak.ssk.in.th','2431',6103,5500,'/home/vhost/ssk108','/sbin/nologin','','1','2022-06-08 08:19:38'),
(598,'ssk107','nonsai.ssk.in.th','4431',6102,5500,'/home/vhost/ssk107','/sbin/nologin','','1','2022-06-08 08:19:38'),
(597,'ssk106','hwn.ssk.in.th','7197',6101,5500,'/home/vhost/ssk106','/sbin/nologin','','1','2022-06-08 08:19:38'),
(596,'ssk105','kkw673.ssk.in.th','3173',6100,5500,'/home/vhost/ssk105','/sbin/nologin','','1','2022-08-20 05:03:42'),
(595,'ssk104','ponduan.ssk.in.th','3878',6099,5500,'/home/vhost/ssk104','/sbin/nologin','','1','2022-06-08 08:19:38'),
(594,'ssk103','kaearn.ac.th','6466',6098,5500,'/home/vhost/ssk103','/sbin/nologin','','1','2022-06-30 03:21:49'),
(593,'ssk102','awh.ssk.in.th','4611',6097,5500,'/home/vhost/ssk102','/sbin/nologin','','1','2022-06-08 08:19:38'),
(592,'ssk101','bannon.ssk.in.th','1770',6096,5500,'/home/vhost/ssk101','/sbin/nologin','','1','2022-06-08 08:19:38'),
(591,'ssk100','jomwittaya.ssk.in.th','2243',6095,5500,'/home/vhost/ssk100','/sbin/nologin','','1','2022-06-08 08:19:38'),
(590,'ssk099','aycn.ssk.in.th','5981',6094,5500,'/home/vhost/ssk099','/sbin/nologin','','1','2022-06-08 08:19:38'),
(589,'ssk098','kmh.ssk.in.th','2186',6093,5500,'/home/vhost/ssk098','/sbin/nologin','','1','2022-06-08 08:19:38'),
(588,'ssk097','nontew.ssk.in.th','3505',6092,5500,'/home/vhost/ssk097','/sbin/nologin','','1','2022-06-08 08:19:38'),
(587,'ssk096','hoinondu.ssk.in.th','3350',6091,5500,'/home/vhost/ssk096','/sbin/nologin','','1','2022-06-08 08:19:38'),
(586,'ssk095','yangkreu.ssk.in.th','7006',6090,5500,'/home/vhost/ssk095','/sbin/nologin','','1','2022-06-08 08:19:38'),
(585,'ssk094','phagkha.ssk.in.th','5722',6089,5500,'/home/vhost/ssk094','/sbin/nologin','','1','2022-06-08 08:19:38'),
(584,'ssk093','linphapit.ssk.in.th','0406',6088,5500,'/home/vhost/ssk093','/sbin/nologin','','1','2022-06-08 08:19:38'),
(583,'ssk092','dongo.ssk.in.th','3714',6087,5500,'/home/vhost/ssk092','/sbin/nologin','','1','2022-06-08 08:19:38'),
(582,'ssk091','bonwittaya.ssk.in.th','6680',6086,5500,'/home/vhost/ssk091','/sbin/nologin','','1','2022-06-08 08:19:38'),
(581,'ssk090','yangchumyai.ssk.in.th','7890',6085,5500,'/home/vhost/ssk090','/sbin/nologin','','1','2022-06-08 08:19:38'),
(580,'ssk089','www.ycp.ac.th','1794',6084,5500,'/home/vhost/ssk089','/sbin/nologin','','1','2022-06-08 08:19:38'),
(579,'ssk088','kang.ssk.in.th','6089',6083,5500,'/home/vhost/ssk088','/sbin/nologin','','1','2022-06-08 08:19:38'),
(578,'ssk087','nonkoon.ssk.in.th','Cee6i',6082,5500,'/home/vhost/ssk087','/sbin/nologin','','1','2022-06-08 08:19:38'),
(577,'ssk086','kms.ssk.in.th','4510',6081,5500,'/home/vhost/ssk086','/sbin/nologin','','1','2022-06-08 08:19:38'),
(576,'ssk085','conkam.ssk.in.th','9764',6080,5500,'/home/vhost/ssk085','/sbin/nologin','','1','2022-06-08 08:19:38'),
(575,'ssk084','dindum.ssk.in.th','2170',6079,5500,'/home/vhost/ssk084','/sbin/nologin','','1','2022-06-08 08:19:38'),
(574,'ssk083','linpha.ssk.in.th','2111',6078,5500,'/home/vhost/ssk083','/sbin/nologin','','1','2022-06-08 08:19:38'),
(573,'ssk080','bk.ssk.in.th','7877',6075,5500,'/home/vhost/ssk080','/sbin/nologin','','1','2022-06-08 08:19:38'),
(572,'ssk079','nongkaen.ssk.in.th','3273',6074,5500,'/home/vhost/ssk079','/sbin/nologin','','1','2022-06-08 08:19:38'),
(571,'ssk078','mpk.ssk.in.th','5522',6073,5500,'/home/vhost/ssk078','/sbin/nologin','','1','2022-06-08 08:19:38'),
(570,'ssk077','pondang.ssk.in.th','2191',6072,5500,'/home/vhost/ssk077','/sbin/nologin','','1','2022-06-08 08:19:38'),
(569,'ssk076','khononlong.ssk.in.th','8400',6071,5500,'/home/vhost/ssk076','/sbin/nologin','','1','2022-06-08 08:19:38'),
(568,'ssk075','jinda3.ssk.in.th','4646',6070,5500,'/home/vhost/ssk075','/sbin/nologin','','1','2022-06-08 08:19:38'),
(567,'ssk074','pns.ssk.in.th','6741',6069,5500,'/home/vhost/ssk074','/sbin/nologin','','1','2022-06-08 08:19:38'),
(566,'ssk073','banhongkad.ssk.in.th','8848',6068,5500,'/home/vhost/ssk073','/sbin/nologin','','1','2022-06-08 08:19:38'),
(565,'ssk072','jannongku.ssk.in.th','3292',6067,5500,'/home/vhost/ssk072','/sbin/nologin','','1','2022-06-08 08:19:38'),
(564,'ssk071','phonkho.ssk.in.th','9239',6066,5500,'/home/vhost/ssk071','/sbin/nologin','','1','2022-06-08 08:19:38'),
(563,'ssk070','hongkeadum.ssk.in.th','5107',6065,5500,'/home/vhost/ssk070','/sbin/nologin','','1','2022-06-08 08:19:38'),
(562,'ssk069','hangwow.ssk.in.th','3138',6064,5500,'/home/vhost/ssk069','/sbin/nologin','','1','2022-06-08 08:19:38'),
(561,'ssk068','khamin.ssk.in.th','3888',6063,5500,'/home/vhost/ssk068','/sbin/nologin','','1','2022-06-08 08:19:38'),
(560,'ssk067','tadob.ssk.in.th','5940',6062,5500,'/home/vhost/ssk067','/sbin/nologin','','1','2022-06-08 08:19:38'),
(559,'ssk066','dly.ssk.in.th','4770',6061,5500,'/home/vhost/ssk066','/sbin/nologin','','1','2022-06-08 08:19:38'),
(558,'ssk065','dongbung.ssk.in.th','5325',6060,5500,'/home/vhost/ssk065','/sbin/nologin','','1','2022-06-08 08:19:38'),
(557,'ssk064','saobong.ssk.in.th','6288',6059,5500,'/home/vhost/ssk064','/sbin/nologin','','1','2022-06-08 08:19:38'),
(556,'ssk063','nongmourg.ssk.in.th','1530',6058,5500,'/home/vhost/ssk063','/sbin/nologin','','1','2022-06-08 08:19:38'),
(555,'ssk062','nonkad.ssk.in.th','5132',6057,5500,'/home/vhost/ssk062','/sbin/nologin','','1','2022-08-09 01:15:28'),
(554,'ssk061','bantum.ssk.in.th','7736',6056,5500,'/home/vhost/ssk061','/sbin/nologin','','1','2022-06-08 08:19:38'),
(553,'ssk059','rpg29.ssk.in.th','6279',6054,5500,'/home/vhost/ssk059','/sbin/nologin','','1','2022-06-08 08:19:38'),
(552,'ssk058','nongkhae.ssk.in.th','4684',6053,5500,'/home/vhost/ssk058','/sbin/nologin','','1','2022-06-08 08:19:38'),
(551,'ssk057','bannongkan.ssk.in.th','0578',6052,5500,'/home/vhost/ssk057','/sbin/nologin','','1','2022-06-08 08:19:38'),
(550,'ssk056','phonkha.ssk.in.th','9598',6051,5500,'/home/vhost/ssk056','/sbin/nologin','','1','2022-06-08 08:19:38'),
(549,'ssk055','nicom1.ssk.in.th','9810',6050,5500,'/home/vhost/ssk055','/sbin/nologin','','1','2022-06-08 08:19:38'),
(548,'ssk054','bkl.ssk.in.th','7515',6049,5500,'/home/vhost/ssk054','/sbin/nologin','','1','2022-06-08 08:19:38'),
(547,'ssk053','nongyang.ssk.in.th','1341',6048,5500,'/home/vhost/ssk053','/sbin/nologin','','1','2022-06-08 08:19:38'),
(546,'ssk052','nongsuang.ssk.in.th','6319',6047,5500,'/home/vhost/ssk052','/sbin/nologin','','1','2022-06-08 08:19:38'),
(545,'ssk051','np.ssk.in.th','4541',6046,5500,'/home/vhost/ssk051','/sbin/nologin','','1','2022-06-08 08:19:38'),
(544,'ssk050','skw2.ssk.in.th','3898',6045,5500,'/home/vhost/ssk050','/sbin/nologin','','1','2022-06-08 08:19:38'),
(543,'ssk049','bansumpoe.ssk.in.th','3237',6044,5500,'/home/vhost/ssk049','/sbin/nologin','','1','2022-06-08 08:19:38'),
(542,'ssk048','bantang.ssk.in.th','7625',6043,5500,'/home/vhost/ssk048','/sbin/nologin','','1','2022-06-08 08:19:38'),
(541,'ssk047','banbok.ssk.in.th','7455',6042,5500,'/home/vhost/ssk047','/sbin/nologin','','1','2022-06-08 08:19:38'),
(540,'ssk046','kug.ssk.in.th','3588',6041,5500,'/home/vhost/ssk046','/sbin/nologin','','1','2022-06-08 08:19:38'),
(539,'ssk045','yangkud.ssk.in.th','9063',6040,5500,'/home/vhost/ssk045','/sbin/nologin','','1','2022-06-08 08:19:38'),
(538,'ssk044','mks.ssk.in.th','4594',6039,5500,'/home/vhost/ssk044','/sbin/nologin','','1','2022-06-08 08:19:38'),
(537,'ssk043','donklang.ssk.in.th','9542',6038,5500,'/home/vhost/ssk043','/sbin/nologin','','1','2022-06-08 08:19:38'),
(536,'ssk042','nongsad.ssk.in.th','5574',6037,5500,'/home/vhost/ssk042','/sbin/nologin','','1','2022-06-08 08:19:38'),
(535,'ssk041','nongkrok.ssk.in.th','0835',6036,5500,'/home/vhost/ssk041','/sbin/nologin','','1','2022-06-08 08:19:38'),
(534,'ssk039','mpr.ssk.in.th','0954',6034,5500,'/home/vhost/ssk039','/sbin/nologin','','1','2022-06-08 08:19:38'),
(533,'ssk037','ds.ssk.in.th','9178',6033,5500,'/home/vhost/ssk037','/sbin/nologin','','1','2022-06-08 08:19:38'),
(532,'ssk036','bannongwa.ssk.in.th','9510',6032,5500,'/home/vhost/ssk036','/sbin/nologin','','1','2022-06-08 08:19:38'),
(531,'ssk035','nonepang.ssk.in.th','4765',6031,5500,'/home/vhost/ssk035','/sbin/nologin','','1','2022-06-08 08:19:38'),
(530,'ssk034','nongkeng.ssk.in.th','4880',6030,5500,'/home/vhost/ssk034','/sbin/nologin','','1','2022-06-08 08:19:38'),
(529,'ssk033','nksr.ssk.in.th','3217',6029,5500,'/home/vhost/ssk033','/sbin/nologin','','1','2022-06-08 08:19:38'),
(528,'ssk032','banpho.ssk.in.th','2227',6028,5500,'/home/vhost/ssk032','/sbin/nologin','','1','2022-06-08 08:19:38'),
(527,'ssk030','nongnowit.ssk.in.th','7443',6026,5500,'/home/vhost/ssk030','/sbin/nologin','','1','2022-06-08 08:19:38'),
(526,'ssk026','www.anubanssk.ac.th','Keew1',6022,5500,'/home/vhost/ssk026','/sbin/nologin','','1','2023-02-21 07:27:45'),
(525,'ssk025','maharaj3.ssk.in.th','4874',6021,5500,'/home/vhost/ssk025','/sbin/nologin','','1','2022-06-08 08:19:38'),
(524,'ssk024','nondung.ssk.in.th','8435',6020,5500,'/home/vhost/ssk024','/sbin/nologin','','1','2022-06-08 08:19:38'),
(523,'ssk023','nwk.ssk.in.th','0439',6019,5500,'/home/vhost/ssk023','/sbin/nologin','','1','2022-06-08 08:19:38'),
(522,'ssk022','nonhong.ssk.in.th','2637',6018,5500,'/home/vhost/ssk022','/sbin/nologin','','1','2022-06-08 08:19:38'),
(521,'ssk020','watprato.ssk.in.th','8762',6016,5500,'/home/vhost/ssk020','/sbin/nologin','','2','2022-06-08 08:24:27'),
(520,'ssk019','rwsk.ssk.in.th','9210',6015,5500,'/home/vhost/ssk019','/sbin/nologin','','1','2022-06-08 08:19:38'),
(519,'ssk018','namkham.ssk.in.th','7883',6014,5500,'/home/vhost/ssk018','/sbin/nologin','','1','2022-06-08 08:19:38'),
(518,'ssk016','nongkum.ssk.in.th','8231',6013,5500,'/home/vhost/ssk016','/sbin/nologin','','1','2022-06-08 08:19:38'),
(517,'ssk015','wao.ssk.in.th','6945',6012,5500,'/home/vhost/ssk015','/sbin/nologin','','1','2022-06-08 08:19:38'),
(516,'ssk014','numkum.ssk.in.th','7700',6011,5500,'/home/vhost/ssk014','/sbin/nologin','','1','2022-06-08 08:19:38'),
(515,'ssk013','nongphai.ssk.in.th','4630',6010,5500,'/home/vhost/ssk013','/sbin/nologin','','1','2022-06-08 08:19:38'),
(514,'ssk012','nonyar.ssk.in.th','8543',6009,5500,'/home/vhost/ssk012','/sbin/nologin','','1','2022-06-08 08:19:38'),
(513,'ssk011','eak.ssk.in.th','3263',6008,5500,'/home/vhost/ssk011','/sbin/nologin','','2','2022-06-08 08:25:37'),
(512,'ssk008','kusawd.ssk.in.th','mee6J',6006,5500,'/home/vhost/ssk008','/sbin/nologin','','2','2022-06-08 08:24:27'),
(511,'ssk006','banpuai.ssk.in.th','0261',6004,5500,'/home/vhost/ssk006','/sbin/nologin','','1','2022-06-08 21:24:02'),
(510,'ssk005','kusord.ssk.in.th','1865',6003,5500,'/home/vhost/ssk005','/sbin/nologin','','','2024-05-08 04:22:21'),
(509,'ssk002','banhoy.ssk.in.th','3302',6002,5500,'/home/vhost/ssk002','/sbin/nologin','','2','2022-06-08 08:24:27'),
(508,'ssk001','yaplong.ssk.in.th','5415',6001,5500,'/home/vhost/ssk001','/sbin/nologin','0','2','2022-06-08 08:24:27'),
(749,'ssk258','nonphung.ssk.in.th','9706',6253,5500,'/home/vhost/ssk258','/sbin/nologin','','1','2022-06-08 08:19:38'),
(750,'ssk259','nongvay.ssk.in.th','2133',6254,5500,'/home/vhost/ssk259','/sbin/nologin','','1','2022-06-08 08:19:38'),
(751,'ssk260','nonsung.ssk.in.th','0993',6255,5500,'/home/vhost/ssk260','/sbin/nologin','','1','2022-06-08 08:19:38'),
(752,'ssk261','keelek40.ssk.in.th','2752',6256,5500,'/home/vhost/ssk261','/sbin/nologin','','1','2022-06-08 08:19:38'),
(753,'ssk262','chaiwan.ssk.in.th','7534',6257,5500,'/home/vhost/ssk262','/sbin/nologin','','1','2022-06-08 08:19:38'),
(754,'ssk263','nongong.ssk.in.th','0720',6258,5500,'/home/vhost/ssk263','/sbin/nologin','','1','2022-06-08 08:19:38'),
(755,'ssk264','nongdum.ssk.in.th','3650',6259,5500,'/home/vhost/ssk264','/sbin/nologin','','1','2022-06-08 08:19:38'),
(756,'ssk265','nongthom.ssk.in.th','9847',6260,5500,'/home/vhost/ssk265','/sbin/nologin','','1','2022-06-08 08:19:38'),
(757,'ssk266','nhc.ssk.in.th','3124',6261,5500,'/home/vhost/ssk266','/sbin/nologin','','1','2022-06-08 08:19:38'),
(758,'ssk267','bky.ssk.in.th','4398',6262,5500,'/home/vhost/ssk267','/sbin/nologin','','1','2022-06-08 08:19:38'),
(759,'ssk268','lfs.ssk.in.th','7578',6263,5500,'/home/vhost/ssk268','/sbin/nologin','','1','2022-06-08 08:19:38'),
(760,'ssk269','lnr.ssk.in.th','6489',6264,5500,'/home/vhost/ssk269','/sbin/nologin','','1','2022-06-08 08:19:38'),
(761,'ssk270','btps.ssk.in.th','4065',6265,5500,'/home/vhost/ssk270','/sbin/nologin','','1','2022-06-08 08:19:38'),
(762,'ssk271','polanga.ssk.in.th','1764',6266,5500,'/home/vhost/ssk271','/sbin/nologin','','1','2022-06-08 08:19:38'),
(763,'ssk272','nongkok.ssk.in.th','9197',6267,5500,'/home/vhost/ssk272','/sbin/nologin','','1','2022-06-08 08:19:38'),
(764,'ssk273','banyang.ssk.in.th','5483',6268,5500,'/home/vhost/ssk273','/sbin/nologin','','1','2022-06-08 08:19:38'),
(765,'ssk274','nongki.ssk.in.th','5484',6269,5500,'/home/vhost/ssk274','/sbin/nologin','','1','2022-06-08 08:19:38'),
(766,'ssk275','bankluay.ssk.in.th','8577',6270,5500,'/home/vhost/ssk275','/sbin/nologin','','1','2022-06-08 08:19:38'),
(767,'ssk276','sld.ssk.in.th','7009',6271,5500,'/home/vhost/ssk276','/sbin/nologin','','1','2022-06-08 08:19:38'),
(768,'ssk277','bankok.ssk.in.th','5392',6272,5500,'/home/vhost/ssk277','/sbin/nologin','','1','2022-06-08 08:19:38'),
(769,'ssk278','www.kr.ac.th','0927',6273,5500,'/home/vhost/ssk278','/sbin/nologin','','1','2022-06-08 08:19:38'),
(770,'ssk279','ktw.ssk.in.th','6575',6274,5500,'/home/vhost/ssk279','/sbin/nologin','','1','2022-06-08 08:19:38'),
(771,'ssk281','keelek.ssk.in.th','6358',6276,5500,'/home/vhost/ssk281','/sbin/nologin','','1','2022-06-08 08:19:38'),
(772,'ssk282','br.ssk.in.th','6987',6277,5500,'/home/vhost/ssk282','/sbin/nologin','','1','2022-06-08 08:19:38'),
(773,'ssk283','laor.ssk.in.th','1554',6278,5500,'/home/vhost/ssk283','/sbin/nologin','','1','2022-06-08 08:19:38'),
(774,'ssk284','wad.ssk.in.th','saiC9',6279,5500,'/home/vhost/ssk284','/sbin/nologin','','1','2022-06-08 08:19:38'),
(775,'ssk285','nongpanang.ssk.in.th','9337',6280,5500,'/home/vhost/ssk285','/sbin/nologin','','1','2022-06-08 08:19:38'),
(776,'ssk286','yangnoi.ssk.in.th','0133',6281,5500,'/home/vhost/ssk286','/sbin/nologin','','1','2022-06-08 08:19:38'),
(777,'ssk287','kawun.ssk.in.th','5732',6282,5500,'/home/vhost/ssk287','/sbin/nologin','','1','2022-06-08 08:19:38'),
(778,'ssk288','lpk.ssk.in.th','4208',6283,5500,'/home/vhost/ssk288','/sbin/nologin','','2','2022-06-08 08:25:14'),
(779,'ssk289','brr.ssk.in.th','8900',6284,5500,'/home/vhost/ssk289','/sbin/nologin','','1','2022-06-08 08:19:38'),
(780,'ssk290','suankluay.ssk.in.th','5715',6285,5500,'/home/vhost/ssk290','/sbin/nologin','','1','2022-06-08 08:19:38'),
(781,'ssk291','sabai.ssk.in.th','8113',6286,5500,'/home/vhost/ssk291','/sbin/nologin','','1','2022-06-08 08:19:38'),
(782,'ssk292','nonnongsim.ssk.in.th','3606',6287,5500,'/home/vhost/ssk292','/sbin/nologin','','1','2022-06-08 08:19:38'),
(783,'ssk293','www.bannongbang.ac.th/','3562',6288,5500,'/home/vhost/ssk293','/sbin/nologin','','1','2023-02-23 03:23:51'),
(784,'ssk294','anubannk.ssk.in.th','7600',6289,5500,'/home/vhost/ssk294','/sbin/nologin','','1','2022-06-08 08:19:38'),
(785,'ssk295','ngc.ssk.in.th','9332',6290,5500,'/home/vhost/ssk295','/sbin/nologin','','1','2022-06-08 08:19:38'),
(786,'ssk296','nonsawang.ssk.in.th','4126',6291,5500,'/home/vhost/ssk296','/sbin/nologin','','1','2022-06-08 08:19:38'),
(787,'ssk297','nonglang.ssk.in.th','4771',6292,5500,'/home/vhost/ssk297','/sbin/nologin','','1','2022-06-08 08:19:38'),
(788,'ssk298','bnw.ssk.in.th','3173',6293,5500,'/home/vhost/ssk298','/sbin/nologin','','1','2022-06-22 22:44:36'),
(789,'ssk299','bansapung.ssk.in.th','7966',6294,5500,'/home/vhost/ssk299','/sbin/nologin','','1','2022-06-08 08:19:38'),
(790,'ssk300','lumpu.ssk.in.th','5561',6295,5500,'/home/vhost/ssk300','/sbin/nologin','','1','2022-06-08 08:19:38'),
(791,'ssk301','bankoob.ssk.in.th','7674',6296,5500,'/home/vhost/ssk301','/sbin/nologin','','1','2022-08-17 10:36:40'),
(792,'ssk302','bst.ssk.in.th','1377',6297,5500,'/home/vhost/ssk302','/sbin/nologin','','1','2022-06-08 08:19:38'),
(793,'ssk303','nnv.ssk.in.th','1564',6298,5500,'/home/vhost/ssk303','/sbin/nologin','','1','2022-06-08 08:19:38'),
(794,'ssk304','tungsawang.ssk.in.th','6596',6299,5500,'/home/vhost/ssk304','/sbin/nologin','','1','2022-06-08 08:19:38'),
(795,'ssk305','nonngam.ssk.in.th','0470',6300,5500,'/home/vhost/ssk305','/sbin/nologin','','1','2022-06-08 08:19:38'),
(796,'ssk306','ngw.ssk.in.th','0257',6301,5500,'/home/vhost/ssk306','/sbin/nologin','','1','2022-06-08 08:19:38'),
(797,'ssk307','kck.ssk.in.th','2922',6302,5500,'/home/vhost/ssk307','/sbin/nologin','','1','2022-06-08 08:19:38'),
(798,'ssk308','bjv.ssk.in.th','8482',6303,5500,'/home/vhost/ssk308','/sbin/nologin','','1','2022-06-08 08:19:38'),
(799,'ssk317','kumuang.ssk.in.th','2748',6304,5500,'/home/vhost/ssk317','/sbin/nologin','webadmin','1','2022-06-08 08:19:38');
/*!40000 ALTER TABLE `proftpdUsers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `school_web`
--
DROP TABLE IF EXISTS `school_web`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `school_web` (
`sweb_id` int(3) unsigned zerofill NOT NULL AUTO_INCREMENT,
`sweb_sch_id` int(3) unsigned zerofill NOT NULL DEFAULT 000,
`sweb_name` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sweb_url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`sweb_user` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sweb_passwd` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sweb_active_date` date NOT NULL DEFAULT '0000-00-00',
`sweb_expire_date` date NOT NULL DEFAULT '0000-00-00',
`sweb_quota` int(11) NOT NULL DEFAULT 0,
`sweb_cdate` date NOT NULL DEFAULT '0000-00-00',
`sweb_update` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`sweb_result` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`sweb_status` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`sweb_id`)
) ENGINE=MyISAM AUTO_INCREMENT=359 DEFAULT CHARSET=tis620 COLLATE=tis620_thai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `school_web`
--
LOCK TABLES `school_web` WRITE;
/*!40000 ALTER TABLE `school_web` DISABLE KEYS */;
INSERT INTO `school_web` VALUES
(001,001,'yaplong','yaplong.ssk.in.th','ssk001','Jool1tai','2005-01-06','0000-00-00',50,'2005-01-05','2012-05-27 02:14:42','',1),
(002,002,'banhoy','banhoy.ssk.in.th','ssk002','yae5cheX','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(003,003,'nsn121','nsn121.ssk.in.th','ssk003','Weisao5k','2005-09-20','0000-00-00',50,'2005-09-19','2010-09-13 17:12:06','',1),
(004,004,'pena','pena.ssk.in.th','ssk004','Goaw5vie','2004-07-02','0000-00-00',100,'2004-07-01','2010-09-13 17:12:06','',1),
(005,005,'kusord','kusord.ssk.in.th','ssk005','ja0Ceeth','2004-02-12','0000-00-00',50,'2004-02-11','2024-05-08 04:14:26','',1),
(006,006,'banpuai','banpuai.ssk.in.th','ssk006','ciu1xahW','2004-02-24','0000-00-00',50,'2004-02-23','2010-09-13 17:12:06','',1),
(007,007,'',NULL,'ssk007','moo3Joje','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(008,008,'kusawd','kusawd.ssk.in.th','ssk008','Jae2yauh','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(009,009,'marie','www.marie.ac.th','ssk009','Feizai2r','2004-01-24','0000-00-00',100,'2004-01-23','2005-10-17 03:57:13','',0),
(010,010,'','skt.ssk.in.th','ssk010','Moph3xid','0000-00-00','0000-00-00',50,'0000-00-00','2012-09-12 12:18:21','',1),
(011,011,'eak','eak.ssk.in.th','ssk011','Joo2raek','2005-10-27','0000-00-00',50,'2005-10-26','2010-09-13 17:12:06','',1),
(012,012,'nonyar','nonyar.ssk.in.th','ssk012','Thahkoh5','0000-00-00','0000-00-00',50,'0000-00-00','2010-09-13 17:12:06','',1),
(013,013,'',NULL,'ssk013','wo5meiCh','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(014,014,'numkum2004','numkum2004.ssk.in.th','ssk014','xa8sheXu','2004-10-19','0000-00-00',50,'2004-10-18','2010-09-13 17:12:06','',1),
(015,015,'wao','wao.ssk.in.th','ssk015','xe6fuiXi','2004-10-30','0000-00-00',50,'2004-10-29','2010-09-13 17:12:06','',1),
(016,016,'nongkum','nongkum.ssk.in.th','ssk016','quie8Wei','2005-07-11','0000-00-00',50,'2005-07-10','2010-09-13 17:12:06','',0),
(017,017,'skw','www.skw.ac.th','ssk017','Boom1cho','2004-02-14','0000-00-00',50,'2004-02-13','2005-07-20 11:47:03','',1),
(018,018,'namkham','namkham.ssk.in.th','ssk018','Zahl7zee','2004-01-16','0000-00-00',50,'2004-01-15','2010-09-13 17:12:06','',1),
(019,019,'rwsk','rwsk.ssk.in.th','ssk019','zahZa3vu','2004-01-14','0000-00-00',300,'2004-01-13','2010-09-13 17:12:06','',1),
(020,020,'watprato','watprato.ssk.in.th','ssk020','phaiG8fi','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(021,021,'',NULL,'ssk021','Phie0quo','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(022,022,'nonhong','nonhong.ssk.in.th','ssk022','Quei7dua','2005-05-09','0000-00-00',50,'2005-05-08','2010-09-13 17:12:06','',1),
(023,023,'nwk','nwk.ssk.in.th','ssk023','fieThoh1','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(024,024,'nondung','nondung.ssk.in.th','ssk024','da4chaeP','2005-03-24','0000-00-00',50,'2005-03-23','2010-09-13 17:12:06','',1),
(025,025,'maharaj3','maharaj3.ssk.in.th','ssk025','sie1geeN','2005-10-25','0000-00-00',50,'2005-10-24','2010-09-13 17:12:06','',1),
(026,026,'anubansisaket','anubansisaket.ssk.in.th','ssk026','Dei8leig','2004-02-14','0000-00-00',200,'2004-02-13','2010-09-13 17:12:06','',1),
(027,027,'ssk','www.ssk.ac.th','ssk027','phu3saTe','2004-02-17','0000-00-00',50,'2004-02-16','2005-07-20 07:17:10','',1),
(028,028,'swsk','www.swsk.ac.th','ssk028','26052517','2004-01-10','0000-00-00',50,'2004-01-09','2006-03-13 04:32:30','',1),
(029,029,'',NULL,'ssk029','noShie6m','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(030,030,'nongnowit','nongnowit.ssk.in.th','ssk030','yue7Shoi','2004-01-13','0000-00-00',50,'2004-01-12','2010-09-13 17:12:06','',1),
(031,031,'mingmuang','mingmuang.ssk.in.th','ssk031','xieSh5la','2004-07-18','0000-00-00',50,'2004-07-17','2010-09-13 17:12:06','',1),
(032,032,'banpho','banpho.ssk.in.th','ssk032','Cahb5phi','2005-05-09','0000-00-00',50,'2005-05-08','2010-09-13 17:12:06','',1),
(033,033,'nongkhaewsum','nongkhaewsum.ssk.in.th','ssk033','Cou5tefa','2004-12-29','0000-00-00',50,'2004-12-28','2010-09-13 17:12:06','',1),
(034,034,'nongkeng','nongkeng.ssk.in.th','ssk034','Bahy8put','2005-08-20','0000-00-00',50,'2005-08-19','2010-09-13 17:12:06','',1),
(035,035,'',NULL,'ssk035','la2Reich','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(036,036,'bannongwa','bannongwa.ssk.in.th','ssk036','Raedier3','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(037,037,'ds','ds.ssk.in.th','ssk037','Xae8hamu','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(038,038,'siriketnomklow','www.siriketnomklow.ac.th','ssk038','mo1daKee','2004-01-08','0000-00-00',200,'2004-01-07','2005-07-20 07:17:11','',1),
(039,039,'mpr','mpr.ssk.in.th','ssk039','koh6Weih','2005-07-06','0000-00-00',50,'2005-07-05','2010-09-13 17:12:06','',1),
(040,040,'',NULL,'ssk040','Qua4yoov','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(041,041,'',NULL,'ssk041','soo0Haiv','2004-01-06','0000-00-00',50,'2004-01-05','2005-03-13 16:24:07','',1),
(042,042,'nongsad','nongsad.ssk.in.th','ssk042','gaitohB8','2004-06-02','0000-00-00',50,'2004-06-01','2010-09-13 17:12:06','',1),
(043,043,'',NULL,'ssk043','Hoogh6ch','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(044,044,'mks','mks.ssk.in.th','ssk044','Youphay3','2005-06-21','0000-00-00',50,'2005-06-20','2010-09-13 17:12:06','',1),
(045,045,'yangkud','yangkud.ssk.in.th','ssk045','vaiQuoo7','2006-02-24','0000-00-00',50,'2006-02-23','2010-09-13 17:12:06','',1),
(046,046,'kug','kug.ssk.in.th','ssk046','veMee6th','2004-08-10','0000-00-00',50,'2004-08-09','2010-09-13 17:12:06','',1),
(047,047,'banbok','banbok.ssk.in.th','ssk047','laibeNg1','2004-08-29','0000-00-00',50,'2004-08-28','2010-09-13 17:12:06','',1),
(048,048,'bantang','bantang.ssk.in.th','ssk048','Laethai5','2004-01-13','0000-00-00',50,'2004-01-12','2010-09-13 17:12:06','',1),
(049,049,'bansumpoe','bansumpoe.ssk.in.th','ssk049','pheeGi8z','2005-10-20','0000-00-00',50,'2005-10-19','2010-09-13 17:12:06','',1),
(050,050,'skw2','skw2.ssk.in.th','ssk050','Naed8kai','2004-01-09','0000-00-00',300,'2004-01-08','2010-09-13 17:12:06','',1),
(051,051,'np','np.ssk.in.th','ssk051','goo0maZo','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(052,052,'nongsung','nongsung.ssk.in.th','ssk052','Thiarie5','2004-01-15','0000-00-00',50,'2004-01-14','2010-09-13 17:12:06','',1),
(053,053,'nongyang','nongyang.ssk.in.th','ssk053','vu7Meish','2004-11-11','0000-00-00',50,'2004-11-10','2010-09-13 17:12:06','',1),
(054,054,'',NULL,'ssk054','Tiede3ch','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(055,055,'nicom1','nicom1.ssk.in.th','ssk055','Si6veiyu','2005-03-29','0000-00-00',50,'2005-03-28','2010-09-13 17:12:06','',1),
(056,056,'phonkha','phonkha.ssk.in.th','ssk056','Weich7sh','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(057,057,'bannongkan','bannongkan.ssk.in.th','ssk057','zooCaip6','2005-04-28','0000-00-00',50,'2005-04-27','2010-09-13 17:12:06','',1),
(058,058,'',NULL,'ssk058','Fieku0ci','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(059,059,'rpg29','rpg29.ssk.in.th','ssk059','phepho4J','2004-01-13','0000-00-00',300,'2004-01-12','2010-09-13 17:12:06','',1),
(060,060,'skbac','www.skbac.ac.th','ssk060','Yoh7gies','2005-05-27','0000-00-00',50,'2005-05-26','2005-07-20 15:32:09','',1),
(061,061,'bantum','bantum.ssk.in.th','ssk061','hou2Zaeh','2004-11-23','0000-00-00',50,'2004-11-22','2010-09-13 17:12:06','',1),
(062,062,'',NULL,'ssk062','neecoh0R','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(063,063,'nongmourg','nongmourg.ssk.in.th','ssk063','sheiGh4z','2004-01-15','0000-00-00',50,'2004-01-14','2010-09-13 17:12:06','',1),
(064,064,'saobong','saobong.ssk.in.th','ssk064','phee5Jae','2005-10-20','0000-00-00',50,'2005-10-19','2010-09-13 17:12:06','',1),
(065,065,'dongbung','dongbung.ssk.in.th','ssk065','Suu7vaig','2005-11-02','0000-00-00',50,'2005-11-01','2010-09-13 17:12:06','',1),
(066,066,'dly','dly.ssk.in.th','ssk066','Kiedo3sa','2004-06-05','0000-00-00',50,'2004-06-04','2010-09-13 17:12:06','',1),
(067,067,'tadob','tadob.ssk.in.th','ssk067','coh7Haic','2004-09-04','0000-00-00',50,'2004-09-03','2010-09-13 17:12:06','',1),
(068,068,'khamin','khamin.ssk.in.th','ssk068','rahr7Sei','2004-06-21','0000-00-00',50,'2004-06-20','2010-09-13 17:12:06','',1),
(069,069,'hangwow','hangwow.ssk.in.th','ssk069','Raidu7la','2004-11-23','0000-00-00',50,'2004-11-22','2010-09-13 17:12:06','',1),
(070,070,'Hongkeadum','Hongkeadum.ssk.in.th','ssk070','Chahng4c','2005-09-30','0000-00-00',50,'2005-09-29','2010-09-13 17:12:06','',1),
(071,071,'phonkho','phonkho.ssk.in.th','ssk071','Jahdee1v','2004-05-18','0000-00-00',50,'2004-05-17','2010-09-13 17:12:06','',1),
(072,072,'jannongku','jannongku.ssk.in.th','ssk072','Loo4johb','2004-08-20','0000-00-00',50,'2004-08-19','2010-09-13 17:12:06','',1),
(073,073,'hongkhad','hongkhad.ssk.in.th','ssk073','Zubie2ko','2005-10-20','0000-00-00',50,'2005-10-19','2010-09-13 17:12:06','',1),
(074,074,'pns','pns.ssk.in.th','ssk074','doG5laif','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(075,075,'jinda3','jinda3.ssk.in.th','ssk075','Mono8rae','2004-03-08','0000-00-00',50,'2004-03-07','2010-09-13 17:12:06','',1),
(076,076,'khononlong','khononlong.ssk.in.th','ssk076','Mii5mair','2004-01-14','0000-00-00',300,'2004-01-13','2010-09-13 17:12:06','',1),
(077,077,'pondang','pondang.ssk.in.th','ssk077','ruoV7yie','2004-05-11','0000-00-00',50,'2004-05-10','2010-09-13 17:12:06','',1),
(078,078,'mpk','mpk.ssk.in.th','ssk078','guw0Kuax','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(079,079,'',NULL,'ssk079','reif0Rad','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(080,080,'bk','bk.ssk.in.th','ssk080','Zoh8bace','2004-05-14','0000-00-00',50,'2004-05-13','2010-09-13 17:12:06','',1),
(081,081,'kraipakdee','kraipakdee.ssk.in.th','ssk081','Veip5she','2004-01-12','0000-00-00',50,'2004-01-11','2010-09-13 17:12:06','',1),
(082,082,'',NULL,'ssk082','vu1caeQu','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(083,083,'linpha','linpha.ssk.in.th','ssk083','Vet4kiya','2004-01-09','0000-00-00',50,'2004-01-08','2010-09-13 17:12:06','',1),
(084,084,'dindum','dindum.ssk.in.th','ssk084','Fiecah7l','2004-01-16','0000-00-00',50,'2004-01-15','2010-09-13 17:12:06','',1),
(085,085,'conkam','conkam.ssk.in.th','ssk085','Shi5lieg','2004-01-09','0000-00-00',100,'2004-01-08','2010-09-13 17:12:06','',1),
(086,086,'kms','kms.ssk.in.th','ssk086','fa7Chahn','2004-01-16','0000-00-00',50,'2004-01-15','2010-09-13 17:12:06','',1),
(087,087,'nonkoon','nonkoon.ssk.in.th','ssk087','Ru4jeeme','2004-01-13','0000-00-00',50,'2004-01-12','2010-09-13 17:12:06','',1),
(088,088,'kang','kang.ssk.in.th','ssk088','nohnoo8H','2004-01-14','0000-00-00',50,'2004-01-13','2010-09-13 17:12:06','',1),
(089,089,'ycp','www.ycp.ac.th','ssk089','fae7Peta','2004-01-08','0000-00-00',200,'2004-01-07','2006-02-26 07:03:16','',1),
(090,090,'yangchumyai','yangchumyai.ssk.in.th','ssk090','Xiteo5do','2004-01-10','0000-00-00',50,'2004-01-09','2010-09-13 17:12:06','',1),
(091,091,'bonwittaya','bonwittaya.ssk.in.th','ssk091','Xahfi8ku','2004-01-09','0000-00-00',50,'2004-01-08','2010-09-13 17:12:06','',1),
(092,092,'dongo','dongo.ssk.in.th','ssk092','ginah3Th','2004-01-13','0000-00-00',50,'2004-01-12','2010-09-13 17:12:06','',1),
(093,093,'linphapit','linphapit.ssk.in.th','ssk093','meiJea3w','2004-01-14','0000-00-00',50,'2004-01-13','2010-09-13 17:12:06','',1),
(094,094,'phagkha','phagkha.ssk.in.th','ssk094','yai3Tiek','2004-01-10','0000-00-00',50,'2004-01-09','2010-09-13 17:12:06','',1),
(095,095,'yangkreu','yangkreu.ssk.in.th','ssk095','guHuh2di','2004-01-16','0000-00-00',50,'2004-01-15','2010-09-13 17:12:06','',1),
(096,096,'hoinondu','hoinondu.ssk.in.th','ssk096','Voochie6','2004-01-13','0000-00-00',50,'2004-01-12','2010-09-13 17:12:06','',1),
(097,097,'nontew','nontew.ssk.in.th','ssk097','Yaex3sah','2004-01-14','0000-00-00',50,'2004-01-13','2010-09-13 17:12:06','',1),
(098,098,'kmh','kmh.ssk.in.th','ssk098','Yol2quai','2004-01-14','0000-00-00',50,'2004-01-13','2010-09-13 17:12:06','',1),
(099,099,'yangchumnoi','yangchumnoi.ssk.in.th','ssk099','sie8mieL','2004-01-13','0000-00-00',50,'2004-01-12','2010-09-13 17:12:06','',1),
(100,100,'jomwittaya','jomwittaya.ssk.in.th','ssk100','Ceu6jeiv','2004-01-09','0000-00-00',50,'2004-01-08','2010-09-13 17:12:06','',1),
(101,101,'bannon','bannon.ssk.in.th','ssk101','Cheexex2','2004-01-12','0000-00-00',100,'2004-01-11','2010-09-13 17:12:06','',1),
(102,102,'busung','busung.ssk.in.th','ssk102','bieyooY7','2004-07-17','0000-00-00',50,'2004-07-16','2010-09-13 17:12:06','',1),
(103,103,'kaern','kaern.ssk.in.th','ssk103','Jeiz2hoo','2004-02-12','0000-00-00',50,'2004-02-11','2010-09-13 17:12:06','',1),
(104,104,'ponduan','ponduan.ssk.in.th','ssk104','tohfai7M','2005-03-30','0000-00-00',50,'2005-03-29','2010-09-13 17:12:06','',1),
(105,105,'kks673','kks673.ssk.in.th','ssk105','Fai8neek','2004-02-10','0000-00-00',50,'2004-02-09','2010-09-13 17:12:06','',1),
(106,106,'hwn','hwn.ssk.in.th','ssk106','thuu7laW','2005-08-19','0000-00-00',50,'2005-08-18','2010-09-13 17:12:06','',1),
(107,107,'nonsai','nonsai.ssk.in.th','ssk107','Li0gahgi','2005-06-18','0000-00-00',50,'2005-06-17','2010-09-13 17:12:06','',1),
(108,108,'thaibuak','thaibuak.ssk.in.th','ssk108','xeW2wien','2004-05-12','0000-00-00',50,'2004-05-11','2010-09-13 17:12:06','',1),
(109,109,'banthad','banthad.ssk.in.th','ssk109','xah4Geph','2004-08-19','0000-00-00',50,'2004-08-18','2010-09-13 17:12:06','',1),
(110,110,'sawang','sawang.ssk.in.th','ssk110','zieMai0k','2004-11-29','0000-00-00',50,'2004-11-28','2010-09-13 17:12:06','',1),
(111,111,'dongyang','dongyang.ssk.in.th','ssk111','yeigho4L','2005-05-20','0000-00-00',50,'2005-05-19','2010-09-13 17:12:06','',1),
(112,112,'',NULL,'ssk112','sab7Leki','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(113,113,'nkj','nkj.ssk.in.th','ssk113','ma1ceiVa','2005-08-20','0000-00-00',50,'2005-08-19','2010-09-13 17:12:06','',1),
(114,114,'chaotung','chaotung.ssk.in.th','ssk114','phei3Zoo','2004-01-20','0000-00-00',50,'2004-01-19','2010-09-13 17:12:06','',1),
(115,115,'nsr','nsr.ssk.in.th','ssk115','Wa4maopu','2005-07-30','0000-00-00',50,'2005-07-29','2010-09-13 17:12:06','',1),
(116,116,'lingai','lingai.ssk.in.th','ssk116','Gigheik5','2004-01-21','0000-00-00',300,'2004-01-20','2010-09-13 17:12:06','',1),
(117,117,'nongbua','nongbua.ssk.in.th','ssk117','ti5Fiegh','2004-05-29','0000-00-00',50,'2004-05-28','2010-09-13 17:12:06','',1),
(118,118,'ssb','ssb.ssk.in.th','ssk118','Mah5shei','2005-05-27','0000-00-00',50,'2005-05-26','2010-09-13 17:12:06','',1),
(119,119,'nikhom2','nikhom2.ssk.in.th','ssk119','maeShie8','2004-06-19','0000-00-00',100,'2004-06-18','2010-09-13 17:12:06','',1),
(120,120,'nk3','nk3.ssk.in.th','ssk120','kahL4cho','2004-01-29','0000-00-00',50,'2004-01-28','2012-09-20 14:12:04','',1),
(121,121,'pts','pts.ssk.in.th','ssk121','Leehieb1','2004-07-10','0000-00-00',50,'2004-07-09','2010-09-13 17:12:06','',1),
(122,122,'nsw','nsw.ssk.in.th','ssk122','Theyov4h','2004-01-25','0000-00-00',50,'2004-01-24','2010-09-13 17:12:06','',1),
(123,123,'duanyai','duanyai.ssk.in.th','ssk123','ciM2keen','2004-02-18','0000-00-00',50,'2004-02-17','2010-09-13 17:12:06','',1),
(124,124,'nondoo','nondoo.ssk.in.th','ssk124','Mee0woes','2005-10-20','0000-00-00',50,'2005-10-19','2010-09-13 17:12:06','',1),
(125,125,'banthaug','banthaug.ssk.in.th','ssk125','Maeh6cha','2004-01-10','0000-00-00',50,'2004-01-09','2010-09-13 17:12:06','',1),
(126,126,'sangbak','sangbak.ssk.in.th','ssk126','To3kiecu','2005-03-10','0000-00-00',50,'2005-03-09','2010-09-13 17:12:06','',1),
(127,127,'nongnapho','nongnapho.ssk.in.th','ssk127','Noothi3l','2004-09-11','0000-00-00',50,'2004-09-10','2010-09-13 17:12:06','',1),
(128,128,'samad','samad.ssk.in.th','ssk128','Quai6bil','2005-08-09','0000-00-00',50,'2005-08-08','2010-09-13 17:12:06','',1),
(129,129,'',NULL,'ssk129','gai2shiP','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(130,130,'ntw','ntw.ssk.in.th','ssk130','quahJ5hi','2004-01-15','0000-00-00',50,'2004-01-14','2010-09-13 17:12:06','',1),
(131,131,'ponyang','ponyang.ssk.in.th','ssk131','dahl2Jai','2004-09-14','0000-00-00',50,'2004-09-13','2010-09-13 17:12:06','',1),
(132,132,'',NULL,'ssk132','Yohch4lu','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(133,133,'nongtom','nongtom.ssk.in.th','ssk133','haip7Shi','2006-02-24','0000-00-00',50,'2006-02-23','2010-09-13 17:12:06','',1),
(134,134,'henum','henum.ssk.in.th','ssk134','taiNg1cu','2006-01-07','0000-00-00',50,'2006-01-06','2010-09-13 17:12:06','',1),
(135,135,'',NULL,'ssk135','Cohqu7sh','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(136,136,'',NULL,'ssk136','veeQu0yo','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(137,137,'nongtachiang','nongtachiang.ssk.in.th','ssk137','Liez1bei','2004-06-18','0000-00-00',50,'2004-06-17','2010-09-13 17:12:06','',1),
(138,138,'bnp','bnp.ssk.in.th','ssk138','Qua8hael','2005-10-22','0000-00-00',50,'2005-10-21','2010-09-13 17:12:06','',1),
(139,139,'kogpek','kogpek.ssk.in.th','ssk139','Se4fecho','2005-03-03','0000-00-00',50,'2005-03-02','2010-09-13 17:12:06','',1),
(140,140,'posri','posri.ssk.in.th','ssk140','nieH6lah','2005-01-28','0000-00-00',50,'2005-01-27','2010-09-13 17:12:06','',1),
(141,141,'koyangpo','koyangpo.ssk.in.th','ssk141','Ge3gohqu','2004-02-20','0000-00-00',50,'2004-02-19','2010-09-13 17:12:06','',1),
(142,142,'sw','sw.ssk.in.th','ssk142','Bei7gool','2005-09-20','0000-00-00',50,'2005-09-19','2010-09-13 17:12:06','',1),
(143,143,'samerjai','samerjai.ssk.in.th','ssk143','lie4Gois','2006-03-14','0000-00-00',50,'2006-03-13','2010-09-13 17:12:06','',1),
(144,144,'',NULL,'ssk144','ho5Phoht','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(145,145,'nonpek','nonpek.ssk.in.th','ssk145','Ju7vaebu','2004-04-03','0000-00-00',50,'2004-04-02','2010-09-13 17:12:06','',1),
(146,146,'',NULL,'ssk146','xoo8Quib','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(147,147,'banpuay','banpuay.ssk.in.th','ssk147','Vee6caic','2004-08-21','0000-00-00',300,'2004-08-20','2010-09-13 17:12:06','',1),
(148,148,'rongsa-ad','rongsa-ad.ssk.in.th','ssk148','Keiw0zae','2004-01-09','0000-00-00',50,'2004-01-08','2010-09-13 17:12:06','',1),
(149,149,'nongtoey','nongtoey.ssk.in.th','ssk149','xeiba3Ph','2004-06-02','0000-00-00',50,'2004-06-01','2010-09-13 17:12:06','',1),
(150,150,'',NULL,'ssk150','Chiech4t','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(151,151,'',NULL,'ssk151','shiYee4y','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(152,152,'',NULL,'ssk152','bu8Neira','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(153,153,'','NULL','ssk153','mu0foThi','0000-00-00','0000-00-00',0,'2004-11-14','2006-05-21 12:40:29','',1),
(154,154,'phayu','phayu.ssk.in.th','ssk154','hahPae4y','2005-02-03','0000-00-00',50,'2005-02-02','2010-09-13 17:12:06','',1),
(155,155,'payu','payu.ssk.in.th','ssk155','pu1Lohda','2004-01-09','0000-00-00',300,'2004-01-08','2010-09-13 17:12:06','',1),
(156,156,'nongrang','nongrang.ssk.in.th','ssk156','muMei1re','2005-03-30','0000-00-00',50,'2005-03-29','2010-09-13 17:12:06','',1),
(157,157,'',NULL,'ssk157','tai7lahH','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(158,158,'nnt','nnt.ssk.in.th','ssk158','Nag3jaor','2005-10-25','0000-00-00',50,'2005-10-24','2010-09-13 17:12:06','',1),
(159,159,'tumyae','tumyae.ssk.in.th','ssk159','gei7Viey','2006-01-31','0000-00-00',50,'2006-01-30','2010-09-13 17:12:06','',1),
(160,160,'bankasang','bankasang.ssk.in.th','ssk160','ra2Weewa','2004-06-16','0000-00-00',50,'2004-06-15','2010-09-13 17:12:06','',1),
(161,161,'',NULL,'ssk161','Yis4weel','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(163,163,'',NULL,'ssk163','Kahshoo4','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(164,164,'nongkung','nongkung.ssk.in.th','ssk164','seke1Biu','2004-06-21','0000-00-00',50,'2004-06-20','2010-09-13 17:12:06','',1),
(165,165,'konsao','konsao.ssk.in.th','ssk165','cho2Voom','2004-06-09','0000-00-00',50,'2004-06-08','2010-09-13 17:12:06','',1),
(166,166,'muangpe','muangpe.ssk.in.th','ssk166','Die0zies','2004-03-28','0000-00-00',50,'2004-03-27','2010-09-13 17:12:06','',1),
(167,167,'kok','kok.ssk.in.th','ssk167','Cae8hahb','2004-06-15','0000-00-00',50,'2004-06-14','2010-09-13 17:12:06','',1),
(168,168,'nonghin','nonghin.ssk.in.th','ssk168','Wialoo2c','2004-06-20','0000-00-00',50,'2004-06-19','2010-09-13 17:12:06','',1),
(169,169,'nonsomboon','nonsomboon.ssk.in.th','ssk169','xie7xohJ','2005-10-25','0000-00-00',50,'2005-10-24','2010-09-13 17:12:06','',1),
(170,170,'banbak','banbak.ssk.in.th','ssk170','reigh4Mu','2004-06-21','0000-00-00',50,'2004-06-20','2010-09-13 17:12:06','',1),
(171,171,'nondoo','nondoo.ssk.in.th','ssk171','raiSa8wo','2004-06-19','0000-00-00',50,'2004-06-18','2010-09-13 17:12:06','',1),
(172,172,'',NULL,'ssk172','Quarah7j','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(173,173,'nonkhun','nonkhun.ssk.in.th','ssk173','zipae3Qu','2004-09-21','0000-00-00',50,'2004-09-20','2010-09-13 17:12:06','',1),
(174,174,'anubannoonkoon','anubannoonkoon.ssk.in.th','ssk174','tith5Tha','2004-05-28','0000-00-00',50,'2004-05-27','2010-09-13 17:12:06','',1),
(175,175,'nongjik','nongjik.ssk.in.th','ssk175','veiSi8ca','2004-06-20','0000-00-00',50,'2004-06-19','2010-09-13 17:12:06','',1),
(176,176,'nongsamkha','nongsamkha.ssk.in.th','ssk176','Dooji4sh','2004-06-21','0000-00-00',50,'2004-06-20','2010-09-13 17:12:06','',1),
(177,177,'maklua','maklua.ssk.in.th','ssk177','yuwahc7P','2005-10-22','0000-00-00',50,'2005-10-21','2010-09-13 17:12:06','',1),
(178,178,'rongkao','rongkao.ssk.in.th','ssk178','Va4geezu','2004-07-06','0000-00-00',50,'2004-07-05','2010-09-13 17:12:06','',1),
(179,179,'terler','terler.ssk.in.th','ssk179','gooh4Cho','2004-06-18','0000-00-00',50,'2004-06-17','2010-09-13 17:12:06','',1),
(180,180,'nonkhowit','nonkhowit.ssk.in.th','ssk180','ceo0Phoj','2004-05-24','0000-00-00',50,'2004-05-23','2010-09-13 17:12:06','',1),
(181,181,'ksw','ksw.ssk.in.th','ssk181','koh4rieP','2004-06-20','0000-00-00',50,'2004-06-19','2010-09-13 17:12:06','',1),
(182,182,'phothongwit','phothongwit.ssk.in.th','ssk182','ha6Xohlu','2004-06-11','0000-00-00',50,'2004-06-10','2010-09-13 17:12:06','',1),
(183,183,'',NULL,'ssk183','Yee5xaix','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(184,184,'paKhaeng','paKhaeng.ssk.in.th','ssk184','fonoM1mu','2004-05-25','0000-00-00',50,'2004-05-24','2010-09-13 17:12:06','',1),
(185,185,'prakor','prakor.ssk.in.th','ssk185','xeiso1Fu','2004-03-06','0000-00-00',50,'2004-03-05','2010-09-13 17:12:06','',1),
(186,186,'pakayayai','pakayayai.ssk.in.th','ssk186','Re8foyai','2004-03-17','0000-00-00',50,'2004-03-16','2010-09-13 17:12:06','',1),
(187,187,'waowit','waowit.ssk.in.th','ssk187','dei4Tour','2004-03-04','0000-00-00',50,'2004-03-03','2010-09-13 17:12:06','',1),
(188,188,'yoard','yoard.ssk.in.th','ssk188','Dahnge5s','2005-08-23','0000-00-00',50,'2005-08-22','2010-09-13 17:12:06','',1),
(189,189,'namong','namong.ssk.in.th','ssk189','Sode0zuo','2005-03-01','0000-00-00',50,'2005-02-28','2010-09-13 17:12:06','',1),
(190,190,'',NULL,'ssk190','Tie2heis','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(191,191,'loawphai','laofay.ssk.in.th','ssk191','Bog6veaf','2004-03-04','0000-00-00',50,'2004-03-03','2022-09-11 04:59:10','',1),
(192,192,'bokdang','bokdang.ssk.in.th','ssk192','Guc8yeek','2005-02-05','0000-00-00',50,'2005-02-04','2010-09-13 17:12:06','',1),
(193,193,'dsts','dsts.ssk.in.th','ssk193','Vo7kahng','2004-02-11','0000-00-00',50,'2004-02-10','2010-09-13 17:12:06','',1),
(194,194,'banprong','banprong.ssk.in.th','ssk194','Seixai7v','2004-06-16','0000-00-00',50,'2004-06-15','2010-09-13 17:12:06','',1),
(195,195,'banhualao','banhualao.ssk.in.th','ssk195','fi7peuTo','2005-10-25','0000-00-00',50,'2005-10-24','2010-09-13 17:12:06','',1),
(196,196,'',NULL,'ssk196','deJae6fu','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(197,197,'phonengam','phonengam.ssk.in.th','ssk197','Mae6moht','2005-05-27','0000-00-00',50,'2005-05-26','2010-09-13 17:12:06','',1),
(198,198,'bokwit','bokwit.ssk.in.th','ssk198','Mee6yeve','2005-05-25','0000-00-00',50,'2005-05-24','2010-09-13 17:12:06','',1),
(199,199,'ltw','www.ltw.ac.th','ssk199','vaQu6yoj','2004-02-24','0000-00-00',50,'2004-02-23','2005-07-20 15:17:14','',0),
(200,200,'BanLatai','BanLatai.ssk.in.th','ssk200','Reij6mae','2005-11-04','0000-00-00',50,'2005-11-03','2010-09-13 17:12:06','',1),
(201,201,'bankok','bankok.ssk.in.th','ssk201','Siemeji6','2004-11-23','0000-00-00',50,'2004-11-22','2010-09-13 17:12:06','',1),
(202,202,'mao','mao.ssk.in.th','ssk202','Shoo6kee','0000-00-00','0000-00-00',50,'0000-00-00','2010-09-13 17:12:06','',1),
(203,203,'',NULL,'ssk203','Gootoe1l','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(204,204,'',NULL,'ssk204','chaeTh6p','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(205,205,'wk','wk.ssk.in.th','ssk205','Gupee2qu','2004-06-24','0000-00-00',50,'2004-06-23','2010-09-13 17:12:06','',1),
(206,206,'bannongkeaw','bannongkeaw.ssk.in.th','ssk206','Thee2zie','2004-01-31','0000-00-00',50,'2004-01-30','2010-09-13 17:12:06','',1),
(207,207,'bp','bp.ssk.in.th','ssk207','goh5Baan','2005-05-09','0000-00-00',50,'2005-05-08','2010-09-13 17:12:06','',1),
(208,208,'kokhuana','kokhuana.ssk.in.th','ssk208','Ju5choip','0000-00-00','0000-00-00',50,'0000-00-00','2012-12-27 21:10:20','',1),
(209,209,'nws','nws.ssk.in.th','ssk209','Pai2lahs','2004-08-27','0000-00-00',50,'2004-08-26','2022-08-21 04:52:03','',1),
(210,210,'sangyai','sangyai.ssk.in.th','ssk210','Thoo8nei','2004-07-01','0000-00-00',50,'2004-06-30','2010-09-13 17:12:06','',1),
(211,211,'namtang','namtang.ssk.in.th','ssk211','Queecoo6','2005-08-25','0000-00-00',50,'2005-08-24','2010-09-13 17:12:06','',1),
(212,212,'',NULL,'ssk212','Xeek8qui','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(213,213,'',NULL,'ssk213','Yik5leis','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(214,214,'',NULL,'ssk214','lee0Weom','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(215,215,'banchia','banchia.ssk.in.th','ssk215','Bipaeb7b','2004-07-16','0000-00-00',50,'2004-07-15','2010-09-13 17:12:06','',1),
(216,216,'mns','mns.ssk.in.th','ssk216','geish5Bu','2005-06-18','0000-00-00',50,'2005-06-17','2010-09-13 17:12:06','',1),
(217,217,'',NULL,'ssk217','sieyee0C','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(218,218,'',NULL,'ssk218','Diehai6b','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(219,219,'prasanmit','prasanmit.ssk.in.th','ssk219','Weet1roh','2004-02-10','0000-00-00',50,'2004-02-09','2010-09-13 17:12:06','',1),
(220,220,'ipad','ipad.ssk.in.th','ssk220','Lah7diez','2005-02-26','0000-00-00',50,'2005-02-25','2010-09-13 17:12:06','',1),
(221,221,'thungmung','thungmung.ssk.in.th','ssk221','vohz1Xuo','2004-08-27','0000-00-00',50,'2004-08-26','2010-09-13 17:12:06','',1),
(222,222,'nonghai','nonghai.ssk.in.th','ssk222','Nehe5vai','2004-07-08','0000-00-00',50,'2004-07-07','2010-09-13 17:12:06','',1),
(223,223,'bua1','bua1.ssk.in.th','ssk223','Quu5thoh','2004-07-17','0000-00-00',50,'2004-07-16','2010-09-13 17:12:06','',1),
(224,224,'bantern','bantern.ssk.in.th','ssk224','Teo4tiem','2005-06-10','0000-00-00',50,'2005-06-09','2010-09-13 17:12:06','',1),
(225,225,'wps','wps.ssk.in.th','ssk225','Shah0xah','2005-05-09','0000-00-00',50,'2005-05-08','2010-09-13 17:12:06','',1),
(226,226,'buanoi','buanoi.ssk.in.th','ssk226','phei0Kah','2005-05-05','0000-00-00',50,'2005-05-04','2010-09-13 17:12:06','',1),
(227,227,'punlum','punlum.ssk.in.th','ssk227','Mo3cooxe','2004-06-10','0000-00-00',50,'2004-06-09','2010-09-13 17:12:06','',1),
(228,228,'bankham','bankham.ssk.in.th','ssk228','Pee0veer','2005-10-20','0000-00-00',50,'2005-10-19','2010-09-13 17:12:06','',1),
(229,229,'jan','jan.ssk.in.th','ssk229','Vaesh4wa','2004-02-10','0000-00-00',50,'2004-02-09','2010-09-13 17:12:06','',1),
(230,230,'pp','pp.ssk.in.th','ssk230','kophee2M','2004-03-03','0000-00-00',50,'2004-03-02','2010-09-13 17:12:06','',1),
(231,231,'alai','alai.ssk.in.th','ssk231','Xoo5quoo','2004-08-19','0000-00-00',50,'2004-08-18','2010-09-13 17:12:06','',1),
(232,232,'burapha','burapha.ssk.in.th','ssk232','Chohn8da','2004-03-03','0000-00-00',50,'2004-03-02','2010-09-13 17:12:06','',1),
(233,233,'panang','panang.ssk.in.th','ssk233','ziv4Soco','2004-01-10','0000-00-00',100,'2004-01-09','2010-09-13 17:12:06','',1),
(234,234,'pukbung','pukbung.ssk.in.th','ssk234','zaiWa4ba','2005-03-26','0000-00-00',50,'2005-03-25','2010-09-13 17:12:06','',1),
(235,235,'nadee','nadee.ssk.in.th','ssk235','Hie8gier','2004-02-07','0000-00-00',50,'2004-02-06','2010-09-13 17:12:06','',1),
(236,236,'bokbang','bokbang.ssk.in.th','ssk236','Moo8yohd','2004-03-29','0000-00-00',50,'2004-03-28','2010-09-13 17:12:06','',1),
(237,237,'nsa','nsa.ssk.in.th','ssk237','cheiph5V','2004-03-03','0000-00-00',50,'2004-03-02','2010-09-13 17:12:06','',1),
(238,238,'bankao','bankhoa.ssk.in.th','ssk238','Zu7thigh','2004-06-08','0000-00-00',100,'2004-06-07','2012-10-18 07:43:20','',1),
(239,239,'jikkala','jikkala.ssk.in.th','ssk239','ruFood0w','2005-10-22','0000-00-00',50,'2005-10-21','2010-09-13 17:12:06','',1),
(240,240,'pv','pv.ssk.in.th','ssk240','wei5saDi','2004-01-08','0000-00-00',200,'2004-01-07','2010-09-13 17:12:06','',1),
(241,241,'doo','doo.ssk.in.th','ssk241','joo3Veix','2004-03-03','0000-00-00',50,'2004-03-02','2010-09-13 17:12:06','',1),
(242,242,'',NULL,'ssk242','Sohd5fai','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(243,243,'banklo226','banklo226.ssk.in.th','ssk243','sooMah2j','2004-03-03','0000-00-00',200,'2004-03-02','2010-09-13 17:12:06','',1),
(244,244,'ntv','ntv.ssk.in.th','ssk244','zeiNgei4','2004-05-05','0000-00-00',50,'2004-05-04','2010-09-13 17:12:06','',1),
(245,245,'',NULL,'ssk245','sheireL8','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(246,246,'pnr','pnr.ssk.in.th','ssk246','huu7Sewe','2006-01-24','0000-00-00',50,'2006-01-23','2010-09-13 17:12:06','',1),
(247,247,'sithan','sithan.ssk.in.th','ssk247','Siezee5z','2004-03-03','0000-00-00',50,'2004-03-02','2010-09-13 17:12:06','',1),
(248,248,'kampom','kampom.ssk.in.th','ssk248','xi6Shoka','2005-09-09','0000-00-00',50,'2005-09-08','2010-09-13 17:12:06','',1),
(249,249,'nyp','nyp.ssk.in.th','ssk249','quoDaj7r','2004-02-11','0000-00-00',100,'2004-02-10','2010-09-13 17:12:06','',1),
(250,250,'anu_kr','anu_kr.ssk.in.th','ssk250','yo5Kieng','2004-03-23','0000-00-00',50,'2004-03-22','2010-09-13 17:12:06','',1),
(251,251,'ms','ms.ssk.in.th','ssk251','Zae8gafe','2005-05-26','0000-00-00',50,'2005-05-25','2010-09-13 17:12:06','',1),
(252,252,'nongekuang','nongekuang.ssk.in.th','ssk252','Too8naht','2005-09-24','0000-00-00',50,'2005-09-23','2010-09-13 17:12:06','',1),
(253,253,'doonsim','doonsim.ssk.in.th','ssk253','yae5reoV','2005-09-23','0000-00-00',50,'2005-09-22','2010-09-13 17:12:06','',1),
(254,254,'etom','etom.ssk.in.th','ssk254','Pho5shoo','2004-05-18','0000-00-00',50,'2004-05-17','2010-09-13 17:12:06','',1),
(255,255,'makrud','makrud.ssk.in.th','ssk255','Faipieg2','0000-00-00','0000-00-00',50,'0000-00-00','2012-12-13 11:07:23','',1),
(256,256,'kamniem','kamniem.ssk.in.th','ssk256','bieYah3x','2005-05-31','0000-00-00',50,'2005-05-30','2010-09-13 17:12:06','',1),
(257,257,'',NULL,'ssk257','Cahfahr0','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(258,258,'nonphung','nonphung.ssk.in.th','ssk258','mahWohc4','2005-02-25','0000-00-00',50,'2005-02-24','2010-09-13 17:12:06','',1),
(259,259,'nongvay','nongvay.ssk.in.th','ssk259','voQuaek4','2004-04-10','0000-00-00',50,'2004-04-09','2010-09-13 17:12:06','',1),
(260,260,'',NULL,'ssk260','Fohsh1vi','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(261,261,'',NULL,'ssk261','roquu4Co','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(262,262,'chaiwan','chaiwan.ssk.in.th','ssk262','jiPiequ2','2005-02-25','0000-00-00',50,'2005-02-24','2010-09-13 17:12:06','',1),
(263,263,'',NULL,'ssk263','quiech1D','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(264,264,'',NULL,'ssk264','Thoov3sa','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(265,265,'nongthom','nongthom.ssk.in.th','ssk265','diego5Th','2005-09-24','0000-00-00',50,'2005-09-23','2010-09-13 17:12:06','',1),
(266,266,'nhc','nhc.ssk.in.th','ssk266','Thoxo6ro','2005-09-17','0000-00-00',50,'2005-09-16','2010-09-13 17:12:06','',1),
(267,267,'',NULL,'ssk267','kohTaek1','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(268,268,'lfs','lfs.ssk.in.th','ssk268','theaNg3r','2005-09-16','0000-00-00',50,'2005-09-15','2010-09-13 17:12:06','',1),
(269,269,'',NULL,'ssk269','ko0shieH','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(270,270,'btps','btps.ssk.in.th','ssk270','bee7cohJ','2005-01-10','0000-00-00',50,'2005-01-09','2010-09-13 17:12:06','',1),
(271,271,'polanga','polanga.ssk.in.th','ssk271','keeGoo6x','2005-03-26','0000-00-00',50,'2005-03-25','2010-09-13 17:12:06','',1),
(272,272,'nongkok','nongkok.ssk.in.th','ssk272','Tuvi2teb','2004-03-12','0000-00-00',50,'2004-03-11','2010-09-13 17:12:06','',1),
(273,273,'banyang','banyang.ssk.in.th','ssk273','Daew5cei','2005-08-28','0000-00-00',50,'2005-08-27','2010-09-13 17:12:06','',1),
(274,274,'nongki','nongki.ssk.in.th','ssk274','Qui2naic','2005-09-24','0000-00-00',50,'2005-09-23','2010-09-13 17:12:06','',1),
(275,275,'bankluay','bankluay.ssk.in.th','ssk275','Chaez3li','2004-07-05','0000-00-00',50,'2004-07-04','2010-09-13 17:12:06','',1),
(276,276,'sld','sld.ssk.in.th','ssk276','rooRoo6j','2004-05-29','0000-00-00',50,'2004-05-28','2010-09-13 17:12:06','',1),
(277,277,'bankok','bankok.ssk.in.th','ssk277','Mai3shao','2005-09-24','0000-00-00',50,'2005-09-23','2010-09-13 17:12:06','',1),
(278,278,'kr','kr.ssk.in.th','ssk278','Si7wooga','2004-02-13','0000-00-00',200,'2004-02-12','2010-09-13 17:12:06','',1),
(279,279,'ktw','ktw.ssk.in.th','ssk279','beChiek1','2004-04-26','0000-00-00',100,'2004-04-25','2010-09-13 17:12:06','',1),
(280,280,'',NULL,'ssk280','peeTa5ku','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(281,281,'keelek','keelek.ssk.in.th','ssk281','vaGhesh0','2005-08-23','0000-00-00',50,'2005-08-22','2010-09-13 17:12:06','',1),
(282,282,'br','br.ssk.in.th','ssk282','Quishu4x','2004-11-26','0000-00-00',50,'2004-11-25','2010-09-13 17:12:06','',1),
(283,283,'la-or','la-or.ssk.in.th','ssk283','xieM0mus','2004-06-08','0000-00-00',50,'2004-06-07','2010-09-13 17:12:06','',1),
(284,284,'wad','wad.ssk.in.th','ssk284','Bien0sah','0000-00-00','0000-00-00',50,'0000-00-00','2012-10-03 08:38:58','',1),
(285,285,'nongpanang','nongpanang.ssk.in.th','ssk285','footh6Sh','2004-07-29','0000-00-00',50,'2004-07-28','2010-09-13 17:12:06','',1),
(286,286,'yangnoi287','yangnoi287.ssk.in.th','ssk286','yohL8tha','2004-05-22','0000-00-00',50,'2004-05-21','2010-09-13 17:12:06','',1),
(287,287,'kawun','kawun.ssk.in.th','ssk287','Bei7hang','2004-11-24','0000-00-00',50,'2004-11-23','2010-09-13 17:12:06','',1),
(288,288,'lpk','lpk.ssk.in.th','ssk288','thoo5Loh','2004-06-29','0000-00-00',50,'2004-06-28','2010-09-13 17:12:06','',1),
(289,289,'brr','brr.ssk.in.th','ssk289','gu5Pufou','2004-05-07','0000-00-00',50,'2004-05-06','2010-09-13 17:12:06','',1),
(290,290,'suankluay','suankluay.ssk.in.th','ssk290','cie7mahD','2004-12-02','0000-00-00',50,'2004-12-01','2010-09-13 17:12:06','',1),
(291,291,'sabai','sabai.ssk.in.th','ssk291','Doog2jah','2004-01-13','0000-00-00',50,'2004-01-12','2010-09-13 17:12:06','',1),
(292,292,'nonnongsim','nonnongsim.ssk.in.th','ssk292','gieD3xah','2004-09-22','0000-00-00',50,'2004-09-21','2010-09-13 17:12:06','',1),
(293,293,'nongbang','nongbang.ssk.in.th','ssk293','tei2Johf','2004-07-08','0000-00-00',50,'2004-07-07','2010-09-13 17:12:06','',1),
(294,294,'khuen20_03','khuen2003.ssk.in.th','ssk294','fiP1paep','2004-01-21','0000-00-00',50,'2004-01-20','2010-09-13 17:12:06','',1),
(295,295,'ngc','ngc.ssk.in.th','ssk295','Pudao0ph','2004-09-23','0000-00-00',50,'2004-09-22','2010-09-13 17:12:06','',1),
(296,296,'nonsawang','nonsawang.ssk.in.th','ssk296','goo2Faqu','2004-12-09','0000-00-00',50,'2004-12-08','2010-09-13 17:12:06','',1),
(297,297,'',NULL,'ssk297','lao7Pohb','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(298,298,'nw','nw.ssk.in.th','ssk298','bohgaiM3','2005-06-10','0000-00-00',50,'2005-06-09','2022-06-22 22:24:31','',1),
(299,299,'bansapung','bansapung.ssk.in.th','ssk299','ja1zaiMu','2006-02-14','0000-00-00',50,'2006-02-13','2010-09-13 17:12:06','',1),
(300,300,'lumpu','lumpu.ssk.in.th','ssk300','cah3Ziet','2005-04-20','0000-00-00',50,'2005-04-19','2010-09-13 17:12:06','',1),
(301,301,'bankoob','bankoob.ssk.in.th','ssk301','Lohghee2','2004-01-10','0000-00-00',50,'2004-01-09','2010-09-13 17:12:06','',1),
(302,302,'bst','bst.ssk.ac.th','ssk302','Go0feish','2007-02-14','0000-00-00',50,'0000-00-00','2010-09-13 17:12:06','',1),
(303,303,'nnv','nnv.ssk.in.th','ssk303','Beith2to','2005-10-26','0000-00-00',50,'2005-10-25','2010-09-13 17:12:06','',1),
(304,304,'tungsawang','tungsawang.ssk.in.th','ssk304','zuG8thae','2004-11-23','0000-00-00',50,'2004-11-22','2010-09-13 17:12:06','',1),
(305,305,'nonngam','nonngam.ssk.in.th','ssk305','Waa5vahx','2005-09-10','0000-00-00',50,'2005-09-09','2010-09-13 17:12:06','',1),
(306,306,'ngw','ngw.ssk.in.th','ssk306','gohng0Mo','2004-02-26','0000-00-00',50,'2004-02-25','2010-09-13 17:12:06','',1),
(307,307,'kck','kck.ssk.in.th','ssk307','neizag3L','2004-10-22','0000-00-00',50,'2004-10-21','2010-09-13 17:12:06','',1),
(308,308,'bjv','bjv.ssk.in.th','ssk308','Thaech3y','2004-09-15','0000-00-00',50,'2004-09-14','2010-09-13 17:12:06','',1),
(309,309,'',NULL,'ssk309','geimiPh4','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(310,310,'',NULL,'ssk310','hohlie6M','0000-00-00','0000-00-00',50,'0000-00-00','2005-03-13 16:24:07','',1),
(162,162,'kanoun','kanoun.ssk.in.th','ssk162','Noom6loa','2004-01-30','0000-00-00',50,'2004-01-29','2010-09-13 17:12:06','',1),
(311,312,'anp','anp.ssk.in.th','ssk312','Pah6vohh','2004-06-21','0000-00-00',50,'2004-06-20','2010-09-13 17:12:06','',1),
(312,313,'kokschool','kokssk1.ssk.in.th','ssk313','Shaquea8','2004-05-10','0000-00-00',200,'2004-05-09','2010-09-13 17:12:06','',1),
(313,314,'sskvolley','sskvolley.ssk.in.th','ssk314','vaF5dong','2004-05-08','0000-00-00',50,'2004-05-07','2010-09-13 17:12:06','',1),
(314,315,'twn','twn.sisaketedu1.go.th','twn','hifi1420','2004-05-26','0000-00-00',50,'0000-00-00','2005-07-20 15:03:03','',1),
(315,316,'burapha','burapha.sisaketedu1.go.th','ssk316','Doth0vei','2004-06-21','0000-00-00',50,'2004-06-21','2005-03-13 17:12:37','',0),
(316,317,'nites','nites.ssk.in.th','ssk317','labschool','2004-06-24','0000-00-00',50,'2004-06-23','2010-09-13 17:12:06','',1),
(317,318,'edinno','edinno.sisaketedu1.go.th','ssk318','Gu7roofu','0000-00-00','0000-00-00',50,'0000-00-00','2006-10-25 02:10:55','',1),
(318,319,'sikaset','sikaset.ssk.in.th','ssk319','sriKset5','2004-09-25','0000-00-00',50,'2004-09-24','2010-09-13 17:12:06','',1),
(319,320,'sriram','sriram.ssk.in.th','ssk320','Thootee8','2004-10-22','0000-00-00',100,'2004-10-21','2010-09-13 17:12:06','',1),
(320,321,'khayoong','khayoong.ssk.in.th','ssk321','Phoo3kie','2004-10-23','0000-00-00',100,'2004-10-22','2010-09-13 17:12:06','',1),
(321,322,'607','manop.ssk.in.th','ssk322','wBskw607','2004-11-02','0000-00-00',50,'2004-11-01','2013-07-10 03:35:33','',0),
(322,323,'skssk','www.skssk.org','ssk323','sKssk@48','2004-12-19','0000-00-00',50,'2004-12-18','2005-11-22 02:07:42','',1),
(323,324,'wbt','wbt.sisaketedu1.go.th','ssk324','sskwbt','2004-12-20','0000-00-00',100,'2004-12-19','2005-11-01 10:30:51','',0),
(324,325,'plan_ict','plan_ict.ssk.in.th','ssk325','pladao325','2004-12-21','0000-00-00',0,'2004-12-20','2010-09-13 17:12:06','',1),
(325,326,'kruthong','www.kruthong.com','ssk326','tpspt1sskeln','2004-12-23','0000-00-00',300,'2004-12-22','2005-07-20 15:03:04','',1),
(326,327,'china','china.ssk.in.th','ssk327','lee5queM','2005-03-15','0000-00-00',50,'2005-03-14','2010-09-13 17:12:06','',1),
(327,328,'',NULL,'ssk328','fuJi3rie','0000-00-00','0000-00-00',50,'0000-00-00','2005-05-07 09:41:24','',0),
(328,329,'psy','psy.sisaketedu1.go.th','ssk329','Hoopool0','2005-05-09','0000-00-00',50,'2005-05-08','2010-07-19 14:55:15','',1),
(329,330,'spk','spk.ssk.in.th','ssk330','zo6Yaeyu','2005-05-09','0000-00-00',50,'2005-05-08','2010-09-13 17:12:06','',1),
(330,331,'nonglek','nonglek.ssk.in.th','ssk331','Meec6nec','2005-05-09','0000-00-00',50,'2005-05-08','2010-09-13 17:12:06','',1),
(331,332,'nms','nms.ssk.in.th','ssk332','Chai4xei','2005-05-09','0000-00-00',50,'2005-05-08','2012-12-17 06:41:14','',1),
(332,333,'swongwity','swongwity.ssk.in.th','ssk333','Deef7sae','2005-05-09','0000-00-00',50,'2005-05-08','2010-09-13 17:12:06','',0),
(333,334,'hongkha','hongkha.ssk.in.th','ssk334','yooQuee0','2005-06-03','0000-00-00',50,'2005-06-02','2010-09-13 17:12:06','',1),
(334,335,'kasedpaiwan','www.kasedpaiwan.net','ssk335','Mooch2vu','2005-05-23','0000-00-00',50,'2005-05-22','2012-10-18 07:49:14','',1),
(335,336,'dayincomp','dayincomp.ssk.in.th','ssk336','71525062','2005-07-13','0000-00-00',50,'2005-07-12','2010-09-13 17:12:06','',0),
(336,337,'music','music.ssk.in.th','ssk337','637446','2005-07-14','0000-00-00',50,'2005-07-13','2010-09-13 17:12:06','',0),
(337,338,'ppn','NULL','ssk338','migaehoG','2005-07-14','0000-00-00',50,'2005-07-13','2006-05-21 12:40:29','',0),
(338,339,'toom','toom.ssk.in.th','ssk339','Loum2soh','2005-06-24','0000-00-00',50,'2005-06-23','2010-09-13 17:12:06','',1),
(339,340,'office','office.ssk.in.th','ssk340','denee6Ch','2005-07-14','0000-00-00',50,'2005-07-13','2013-05-01 02:13:00','',0),
(340,341,'mini','mini.ssk.in.th','ssk341','atomnet','0000-00-00','0000-00-00',50,'0000-00-00','2010-09-13 17:12:06','',0),
(341,342,'mini','mini.ssk.in.th','ssk342','leeLoo8y','0000-00-00','0000-00-00',50,'0000-00-00','2010-09-13 17:12:06','',0),
(344,343,'sankaewnongkusai','sankaewnongkusai.ssk.in.th','ssk343','zoo5Zish','2005-07-12','0000-00-00',50,'2005-07-11','2010-09-13 17:12:06','',0),
(345,344,'onabsisaket','onabsisaket.ssk.in.th','ssk344','mo7Sahed','2005-08-24','0000-00-00',50,'2005-08-23','2010-09-13 17:12:06','',0),
(346,358,'kruwan','kruwan.ssk.in.th','ssk358','Jaa5thoo','0000-00-00','0000-00-00',0,'0000-00-00','2010-09-13 17:12:06','',0),
(347,356,'epswsk','epswsk.ssk.in.th','ssk356','Evoovi8a','0000-00-00','0000-00-00',0,'0000-00-00','2010-09-13 17:12:06','',0),
(348,357,'kamphaeng','kamphaeng.ssk.in.th','ssk357','465446','0000-00-00','0000-00-00',0,'0000-00-00','2010-09-13 17:12:06','',0),
(349,365,'pisit','pisit.ssk.in.th','ssk365','kozeeC5i','0000-00-00','0000-00-00',0,'0000-00-00','2010-09-13 17:12:06','',0),
(350,362,'sata','sata.ssk.in.th','ssk362','kraisee','0000-00-00','0000-00-00',0,'0000-00-00','2010-09-13 17:12:06','',0),
(351,346,'webhost','webhost.ssk.in.th','ssk346','','0000-00-00','0000-00-00',0,'0000-00-00','2010-09-21 13:09:33','',0),
(352,358,'kruwan','kruwan.ssk.in.th','ssk358','7275','0000-00-00','0000-00-00',0,'0000-00-00','2010-09-13 17:12:06','',0),
(353,350,'apinya','sk3.ssk.in.th','ssk350','','0000-00-00','0000-00-00',0,'0000-00-00','2012-09-21 06:17:07','',0),
(354,347,'km','km.ssk.in.th','ssk347','','0000-00-00','0000-00-00',0,'0000-00-00','2010-09-21 13:07:25','',0),
(355,348,'kkrb','http://www.kkrb.ac.th','ssk348 ','','0000-00-00','0000-00-00',0,'0000-00-00','2012-05-01 14:47:58','',0),
(356,349,'data','data.ssk.in.th','ssk349','','0000-00-00','0000-00-00',0,'0000-00-00','2012-05-01 23:55:11','',0),
(357,352,'ttmodel','ttmodel.ssk.in.th','ssk352','7755','0000-00-00','0000-00-00',0,'0000-00-00','2013-07-15 07:04:32','',0),
(358,362,'kruamnauy','kruamnauy.ssk.in.th','ssk362','','0000-00-00','0000-00-00',0,'0000-00-00','2013-11-22 00:38:35','',0);
/*!40000 ALTER TABLE `school_web` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ssk1`
--
DROP TABLE IF EXISTS `ssk1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `ssk1` (
`id` smallint(3) unsigned zerofill NOT NULL AUTO_INCREMENT,
`i_code` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sch_id` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`scname` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`scode` varchar(3) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`web_id` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`ampur` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`scgrp` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sceo` tinyint(2) unsigned zerofill NOT NULL DEFAULT 00,
`begclass` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`endclass` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`student` int(5) NOT NULL DEFAULT 0,
`teacher` int(3) NOT NULL DEFAULT 0,
`director` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sch_add` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sch_tam` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sch_tel` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sctype` char(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`scmap` varchar(250) NOT NULL,
PRIMARY KEY (`id`),
KEY `scode` (`scode`)
) ENGINE=MyISAM AUTO_INCREMENT=288 DEFAULT CHARSET=tis620 COLLATE=tis620_thai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ssk1`
--
LOCK TABLES `ssk1` WRITE;
/*!40000 ALTER TABLE `ssk1` DISABLE KEYS */;
INSERT INTO `ssk1` VALUES
(009,'53010601','33101371','จินดาวิทยาคาร 3','075','ssk075','เมือง','เมือง 4',04,'อนุบาล','ป.6',112,9,'นายนิพนธ์ คำเพราะ','หมู่ที่ 2 บ้านหนองไฮ','หนองไฮ','','1',''),
(010,'53010203','33101383','นิคมสร้างตนเองห้วยคล้า1','055','ssk055','เมือง','เมือง 3',03,'อนุบาล','ป.6',151,10,'นายประสิทธิ์ อินทรบุตร','หมู่ที่ 7 ถนนขุขันธ์ บ้านนิคมห้วยคล้า','หมากเขียบ','','1','https://goo.gl/maps/V7ZsvxvMM33u5kct8'),
(011,'53010606','33101395','บ้านก่อโนนหล่อง','076','ssk076','เมือง','เมือง 4',04,'อนุบาล','ป.6',96,6,'นายพจน์ศุพงษ์ สระแก้ว','หมู่ที่ 6 บ้านโนนหล่อง','หนองไฮ','','1','https://goo.gl/maps/2e6j9H1cEEUA4BbeA'),
(012,'53010202','33101401','บ้านก้านเหลือง','054','ssk054','เมือง','เมือง 3',03,'อนุบาล','ม.3',300,16,'นายวัชระ รัตนวัน','หมู่ที่ 6 บ้านก้านเหลือง','หมากเขียบ','','1','https://goo.gl/maps/QC7ZUytcUVDtH483A'),
(013,'53010504','33101413','บ้านกุดโง้ง (สิริราษฎร์บำรุง)','046','ssk046','เมือง','เมือง 3',03,'อนุบาล','ม.3',272,25,'นายแสงเทียนชัย ใจดี','หมู่ที่ 6 ถนนศรีสะเกษ-กันทรลักษ์ บ้านกุดโง้','โพนข่า','(045) 612374','1','https://goo.gl/maps/6qxUyA5A28f1P1hx5'),
(014,'53010605','33101425','บ้านแกประชาสามัคคี','080','ssk080','เมือง','เมือง 4',04,'อนุบาล','ป.6',70,9,'นายพรหมทิพย์ ทองแท้','หมู่ที่ 3 บ้านแก','หนองไฮ','(045) 614861','1','https://goo.gl/maps/FM9hs6Taddq3iTq89'),
(015,'53010302','33101437','บ้านขมิ้น','068','ssk068','เมือง','เมือง 4',04,'อนุบาล','ป.6',144,12,'นายไสว โสภาศรี','หมู่ที่ 9 บ้านขมิ้น','ทุ่ม','','1','https://goo.gl/maps/fucbFQPJaSccqVJj8'),
(016,'53010901','33101449','บ้านคูซอด','005','ssk005','เมือง','เมือง 1',01,'อนุบาล','ป.6',174,12,'นางสุภาวนี วรธรรมปัญญา','หมู่ที่ 2 บ้านคูซอด','คูซอด','','1','https://goo.gl/maps/hhD6vscf6gS8vaV37'),
(017,'53010401','33101462','บ้านจานหนองคู','072','ssk072','เมือง','เมือง 4',04,'อนุบาล','ป.6',188,10,'นายโกสีย์ ศรแก้ว','หมู่ที่ 4 บ้านหนองคู','จาน','','1','https://goo.gl/maps/zTzKkmQXB2sC7Qtt8'),
(018,'53010507','33101474','บ้านซำโพธิ์','049','ssk049','เมือง','เมือง 3',03,'อนุบาล','ป.6',182,11,'นายประถม พรหมประดิษฐ์','หมู่ที่ 1 บ้านซำ','ซำ','','1','https://goo.gl/maps/BAD7e7PaHW24wPu26'),
(019,'53010402','33101486','บ้านดงบัง(คุรุราษฎร์พัฒนา)','065','ssk065','เมือง','เมือง 4',04,'อนุบาล','ป.6',201,11,'นางสาวศิริพร ทานะ','หมู่ที่ 7 บ้านดงบัง','จาน','','1','https://goo.gl/maps/NEdaQsnhE4yEtiqQ9'),
(020,'53010105','33101498','บ้านดอนกลาง','043','ssk043','เมือง','เมือง 3',03,'อนุบาล','ป.6',81,7,'นายยุรนันท์ สุนิพัฒน์','หมู่ที่ 7 บ้านดอนกลาง','หนองครก','','1','https://goo.gl/maps/MSoG6owf4dmHu2AG7'),
(021,'53010404','33101504','บ้านแดงเหล่ายอด','066','ssk066','เมือง','เมือง 4',04,'อนุบาล','ป.6',205,10,'นายคงสิทธิ์ อินตะนัย','หมู่ที่ 10 บ้านแดง','จาน','','1','https://goo.gl/maps/wML9Hk4mrRLQptK6A'),
(022,'53010602','33101516','ตะดอบวิทยา','067','ssk067','เมือง','เมือง 4',04,'อนุบาล','ม.3',533,25,'นายคมกฤษณ์ บุญเจริญ','หมู่ที่ 7 บ้านโพนงาม','ตะดอบ','','1','https://goo.gl/maps/xyUwooXx1yW6H3yc9'),
(023,'53010301','33101528','บ้านทุ่ม','061','ssk061','เมือง','เมือง 4',04,'อนุบาล','ป.6',86,5,'นายประมาณ บุญชู','หมู่ที่ 1 บ้านทุ่ม','ทุ่ม','','1','https://goo.gl/maps/x99ynHhTvBV2NCMp8'),
(024,'53010502','33101530','บ้านแทงวิทยา','048','ssk048','เมือง','เมือง 3',03,'อนุบาล','ป.6',93,5,'นายอุดม โพธิ์ชัย','หมู่ที่ 6 ถนนหนองแคน-จันลม บ้านแทง','ซำ','','1','https://goo.gl/maps/z7jQqFkN9zHC79qU8'),
(025,'53010904','33101541','บ้านน้ำคำ','014','ssk014','เมือง','เมือง 1',01,'อนุบาล','ป.6',311,18,'นายสุเธียร ป้องกัน','หมู่ที่ 6 บ้านน้ำคำ','น้ำคำ','','1','https://goo.gl/maps/rJYwcNDEFjnJzALg8'),
(026,'53010304','33101553','บ้านโนนแกด','062','ssk062','เมือง','เมือง 4',04,'อนุบาล','ม.3',266,17,'นายนิโรจน์ ธรรมรส','หมู่ที่ 6 ถนนจันลม-หนองแคน บ้านโนนแกด','ทุ่ม','','1','https://goo.gl/maps/jYSAj5w4Kkcea162A'),
(027,'53010702','33101565','บ้านโนนดั่ง(คุรุราษฎร์รังสรรค์)','024','ssk024','เมือง','เมือง 2',02,'อนุบาล','ป.6',63,7,'นายวิชิต บุญเฉลียว','หมู่ที่ 7 บ้านโนนดั่ง','หนองแก้ว','','1','https://goo.gl/maps/NWqDcSkTivaMuuhC8'),
(028,'53011004','33101577','บ้านโนนแย้','012','ssk012','เมือง','เมือง 1',01,'อนุบาล','ป.6',194,11,'นายสุรยุทธ จำปาสา','หมู่ที่ 7 บ้านโนนแย้','หญ้าปล้อง','(045) 612505','1','https://goo.gl/maps/yxfGJU5XnA4e3Vv49'),
(030,'53010805','33101590','บ้านโนนหุ่งหนองหว้าน้ำท่วม','022','ssk022','เมือง','เมือง 2',02,'อนุบาล','ป.6',55,6,'นายสมชาย ถิระโคตร','หมู่ที่ 4 บ้านโนนหุ่ง','โพธิ์','','1','https://goo.gl/maps/81v2n6XPyU8FP5PC6'),
(031,'53010708','33101607','บ้านโนนอีปังโพนวัว','035','ssk035','เมือง','เมือง 2',02,'อนุบาล','ป.6',220,9,'นายบุญส่ง ตระกาลจันทร์','หมู่ที่ 8 บ้านโนนอีปัง','หนองแก้ว','','1','https://goo.gl/maps/iPDwXE34QDPu4FdV7'),
(032,'53010506','33101619','บ้านบก','047','ssk047','เมือง','เมือง 3',03,'อนุบาล','ป.6',106,8,'นายศิริพงษ์ เสนาะ','หมู่ที่ 3 บ้านบก','โพนข่า','','1','https://goo.gl/maps/yMG9dHJEwG56df2fA'),
(033,'53010706','33101620','บ้านดอนสั้น','037','ssk037','เมือง','เมือง 2',02,'อนุบาล','ป.6',94,7,'ว่าที่ ร.ต.รังสรรค์ กรึงไกร','หมู่ที่ 8 บ้านดอนสั้น','โพนเขวา','','1','https://goo.gl/maps/CS7HU66JUc1BeQv78'),
(034,'53010903','33101632','บ้านเปือย','006','ssk006','เมือง','เมือง 1',01,'อนุบาล','ป.6',129,10,'นายวัชรินทร์ บัวงาม','หมู่ที่ 6 ถนนคูซอด-น้ำคำ บ้านเปือย','คูซอด','','1','https://goo.gl/maps/P1uNn3a2ovmk2PWd8'),
(035,'53021205','33101632','บ้านเปือย','207','ssk207','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',170,10,'นายธีรวัฒน์ ทองใส','หมู่ที่ 6 ถนนคูซอด-น้ำคำ บ้านเปือย','คูซอด','','1','https://goo.gl/maps/DmDkcagADmExrGVQ6'),
(036,'53200401','33101632','บ้านเปือยประชาสามัคคี','147','ssk147','พยุห์','พยุห์',12,'อนุบาล','ม.3',409,9,'นายสำนวน พุ่มไม้','หมู่ที่ 6 ถนนคูซอด-น้ำคำ บ้านเปือย','คูซอด','','1','https://goo.gl/maps/YVwC8pKXjnRdH33eA'),
(039,'53010804','33101668','บ้านโพธิ์โนนจานอีลอก','032','ssk032','เมือง','เมือง 2',02,'อนุบาล','ม.3',200,17,'นายระเบียบ สายเมือง','หมู่ที่ 1 บ้านโพธิ์','โพธิ์','','1','https://goo.gl/maps/YFyWiTBk2dq1yBF39'),
(040,'53010503','33101670','บ้านโพนข่า (วินิตวิทยาคาร)','056','ssk056','เมือง','เมือง 3',03,'อนุบาล','ม.3',425,20,'นายวิศิษฐ์ ลาลุน','หมู่ที่ 5 บ้านโนน','โพนข่า','','1','https://goo.gl/maps/7oRQCSEBuGP9ummT6'),
(041,'53010405','33101681','บ้านโพนค้อ','071','ssk071','เมือง','เมือง 4',04,'อนุบาล','ป.6',323,16,'นายพงศ์พัฒน์ ภูธา','หมู่ที่ 1 ถนนศรีสะเกษ-กันทรลักษ์ บ้านโพนค้อ','โพนค้อ','','1','https://goo.gl/maps/ydrPjY6aPskhBaZm9'),
(042,'53010607','33101693','บ้านโพนแดง','077','ssk077','เมือง','เมือง 4',04,'อนุบาล','ป.6',71,7,'นายเอกอมร ใจจง','หมู่ที่ 4 บ้านโพนแดง','หนองไฮ','','1','https://goo.gl/maps/pknUK3VXntzSAYUa9'),
(043,'53010204','33101700','บ้านยางกุดนาคำ','045','ssk045','เมือง','เมือง 3',03,'อนุบาล','ป.6',77,7,'นายสำราญ ลือขจร','หมู่ที่ 5 บ้านยางกุด','หมากเขียบ','','1','https://goo.gl/maps/Ase2eety1Fx2Cb4B8'),
(044,'53020503','33101700','บ้านยาง','273','ssk273','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',92,7,'นายชัยณรงค์ อดทน','หมู่ที่ 5 บ้านยางกุด','หมากเขียบ','','1','https://goo.gl/maps/Y1ziPtEDBZF1MHyz7'),
(045,'53010902','33101711','บ้านเวาะ','015','ssk015','เมือง','เมือง 1',01,'อนุบาล','ป.6',155,10,'นายสุทัศน์ บุญยี่','หมู่ที่ 5 บ้านเวาะ','คูซอด','','1','https://goo.gl/maps/Ngtpz9nbWCttH3yz6'),
(046,'53130501','33101711','บ้านเวาะวิทยาคม','187','ssk187','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ม.3',315,11,'นายเด่นชัย หวานใจ','หมู่ที่ 5 บ้านเวาะ','คูซอด','','1','https://goo.gl/maps/KjMg2tCvBiYK4CCf6'),
(047,'53010303','33101723','บ้านเสือบอง','064','ssk064','เมือง','เมือง 4',04,'อนุบาล','ป.6',24,5,'นายวิเชียร บุญมาก','หมู่ที่ 3 บ้านเสือบอง','ทุ่ม','','1','https://goo.gl/maps/hKtB9m1qbjm8mnpL8'),
(048,'53011001','33101735','บ้านหญ้าปล้อง','001','ssk001','เมือง','เมือง 1',01,'อนุบาล','ม.3',304,20,'นายวิศิษฐ์ ศักดิ์เทวินทร์','หมู่ที่ 1 ถนนศรีสะเกษ-ราษีไศล บ้านหญ้าปลัอง','หญ้าปล้อง','','1','https://goo.gl/maps/h5Q5WXoEyNUuWxUJ6'),
(049,'53010701','33101747','บ้านหนองแก้วสำโรง','033','ssk033','เมือง','เมือง 2',02,'อนุบาล','ป.6',184,11,'นายสมัย ศรีสุรักษ์','หมู่ที่ 4 บ้านสำโรง','หนองแก้ว','','1','https://goo.gl/maps/qh6aR1SQdhzzvwnm7'),
(050,'53010705','33101759','บ้านหนองเข็งเหล่าแค','034','ssk034','เมือง','เมือง 2',02,'อนุบาล','ป.6',180,11,'นายประเวศ นนทวงษ์','หมู่ที่ 3 บ้านหนองเข็ง','โพนเขวา','','1','https://goo.gl/maps/VweVVT1BqTBBfRMQ8'),
(051,'53010505','33101760','บ้านหนองแข้หนองหว้าป่าสะแบง','058','ssk058','เมือง','เมือง 3',03,'อนุบาล','ป.6',93,8,'นายสวัสดิ์ บุญภามา','หมู่ที่ 7 บ้านหนองแข้','ซำ','','1','https://goo.gl/maps/fhDTs3AdfZBQ3G829'),
(052,'53010101','33101772','บ้านหนองครก','041','ssk041','เมือง','เมือง 3',03,'อนุบาล','ม.3',445,19,'นายสุขี สดใส','หมู่ที่ 5 ถนนศรีสะเกษ-ขุขันธ์ บ้านหนองครก','หนองครก','(045) 612370','1','https://goo.gl/maps/p1FvvSxCFDYcukr38'),
(053,'53010907','33101784','บ้านหนองคำ','016','ssk016','เมือง','เมือง 1',01,'อนุบาล','ป.6',133,9,'นายอุทิศ จันทร์มนตรี','หมู่ที่ 9 บ้านหนองคำ','น้ำคำ','','1','https://goo.gl/maps/yPTJRnJ4xUrDoksq7'),
(054,'53010501','33101796','บ้านหนองแคน(คุรุราษฎร์สามัคคี)','057','ssk057','เมือง','เมือง 3',03,'อนุบาล','ป.6',146,8,'นายไพบูลย์ บุตรมี','หมู่ที่ 5 ถนนเฉลิมพระเกียรติ ร.9 บ้านหนองแค','ซำ','','1','https://goo.gl/maps/LjooHBYFFbDJqKFo9'),
(055,'53010604','33101802','บ้านหนองแคนหนองเทา','079','ssk079','เมือง','เมือง 4',04,'อนุบาล','ป.6',135,7,'นายเศรษฐโชค บุญเสริม','หมู่ที่ 4 บ้านหนองแคนหนองเทา','ตะดอบ','','1','https://goo.gl/maps/vfBVwBWoebT9irNYA'),
(057,'53010905','33101826','บ้านหนองโนวิทยา','030','ssk030','เมือง','เมือง 2',02,'อนุบาล','ม.3',494,26,'นายอวยชัย ชัญธุระ','หมู่ที่ 3 บ้านหนองโน','น้ำคำ','','1','https://goo.gl/maps/nZPVpbgSqpp7Jzqa8'),
(058,'53011006','33101838','บ้านหนองไผ่','013','ssk013','เมือง','เมือง 1',01,'อนุบาล','ป.6',122,8,'นายธนะวัฒน์ ศุภสาร','หมู่ที่ 5 บ้านหนองไผ่','หนองไผ่','','1','https://goo.gl/maps/QXFV8qtJqg8aPLZ49'),
(059,'53010102','33101840','บ้านหนองโพธิ์','051','ssk051','เมือง','เมือง 3',03,'อนุบาล','ป.6',143,10,'นายอดิศักดิ์ อิศรมงคลรักษ์','หมู่ที่ 8 ถนนขุขันธ์ บ้านหนองแดง','หนองครก','(045) 612367','1','https://goo.gl/maps/iPFZABkmTCNfkMoKA'),
(060,'53010307','33101851','บ้านหนองม่วงหนองแวง','063','ssk063','เมือง','เมือง 4',04,'อนุบาล','ป.6',111,7,'นายสมัย อดทน','หมู่ที่ 8 บ้านหนองม่วงหนองแวง','ทุ่ม','','1','https://goo.gl/maps/47JfdJThufLze8Tr5'),
(062,'53010704','33101875','บ้านหนองแวงโพนเขวา','023','ssk023','เมือง','เมือง 2',02,'อนุบาล','ม.3',647,34,'นายเฉลิมชัย สารภาพ','หมู่ที่ 4 บ้านคอก','โพนเขวา','','1','https://goo.gl/maps/FQict5ye3uhynBN76'),
(063,'53010104','33101887','บ้านหนองสวง','052','ssk052','เมือง','เมือง 3',03,'อนุบาล','ป.6',125,11,'นายวินัย สีส่วน','หมู่ที่ 3 บ้านหนองสวง','หนองครก','','1','https://goo.gl/maps/Te22VaudrBch9exH8'),
(064,'53010103','33101899','บ้านหนองสาดโนนเจริญ','042','ssk042','เมือง','เมือง 3',03,'อนุบาล','ป.6',139,10,'นายไพศาล อารีย์','หมู่ที่ 4 บ้านหนองสาด','หนองครก','','1','https://goo.gl/maps/NYFbH61EWZuBeQrV9'),
(065,'53010703','33101905','บ้านหนองหว้าเข้ากรรม','036','ssk036','เมือง','เมือง 2',02,'อนุบาล','ป.6',104,8,'นางระพีสันต์ เครือสุภาพ','หมู่ที่ 9 บ้านหนองเข้ากรรม','หนองแก้ว','','1','https://goo.gl/maps/g4d3gS2QxocThDNA7'),
(066,'53010201','33101917','บ้านหมากเขียบ','044','ssk044','เมือง','เมือง 3',03,'อนุบาล','ป.6',73,8,'นายนเรนทร์ จิตภักดี','หมู่ที่ 1 บ้านหมากเขียบ','หมากเขียบ','','1','https://goo.gl/maps/4WZq6tAXarU1b8ceA'),
(067,'53011007','33101929','บ้านหอยสะเดาพัฒนา','002','ssk002','เมือง','เมือง 1',01,'อนุบาล','ป.6',155,9,'นายบุญเลิศ พวงพันธ์','หมู่ที่ 8 บ้านพัฒนา','หนองไผ่','','1','https://goo.gl/maps/tdjSfz7eayprPwci7'),
(068,'53010305','33101930','บ้านหางว่าวโนนบัว','069','ssk069','เมือง','เมือง 4',04,'อนุบาล','ป.6',135,8,'นายกาจน์ บุญเยี่ยม','หมู่ที่ 4 บ้านหางว่าว','ทุ่ม','','1','https://goo.gl/maps/6YBjnBvufCmrsrxi8'),
(069,'53011005','33101942','บ้านเอกสร้างเรือง','011','ssk011','เมือง','เมือง 1',01,'อนุบาล','ป.6',149,12,'นายบุญฤกษ์ โสรเนตร','หมู่ที่ 5 บ้านเอก','หญ้าปล้อง','','1','https://goo.gl/maps/t9bXjj5gY6zX9Wni8'),
(070,'53010403','33101954','บ้านฮ่องขาดหนองตะเคียน','073','ssk073','เมือง','เมือง 4',04,'อนุบาล','ป.6',236,11,'นายไพฑูรย์ ชินวงศ์','หมู่ที่ 6 บ้านฮ่องขาดหนองตะเคียน','จาน','','1','https://goo.gl/maps/VvGxFZxwyAyh2geW6'),
(071,'53010306','33101966','บ้านฮ่องแข้ดำ','070','ssk070','เมือง','เมือง 4',04,'อนุบาล','ป.6',96,6,'นายวรวิทย์ จิตสำราญ','หมู่ที่ 11 บ้านฮ่องแข้ดำ','ทุ่ม','','1','https://goo.gl/maps/W3MkUm5SQdnAgoBV9'),
(072,'53010707','33101978','มหาราช 3','025','ssk025','เมือง','เมือง 2',02,'อนุบาล','ป.6',79,7,'นายสมศักดิ์ หล้าธรรม','หมู่ที่ 5 บ้านบัวเตย','หนองแก้ว','','1','https://goo.gl/maps/4Jn7aGycADZ7Gzsp9'),
(074,'53010802','33101991','วัดพระโต','020','ssk020','เมือง','เมือง 2',02,'อนุบาล','ม.3',1618,67,'นายจารึก ทองเพชร','หมู่ที่ 0 ถนนขุขันธ์ บ้านชุมชนวัดพระโต','เมืองเหนือ','(045) 612730','1','https://goo.gl/maps/wbo5cLB9baCSnBdM6'),
(075,'53010107','33102004','อนุบาลศรีสะเกษ','026','ssk026','เมือง','เมือง 2',02,'อนุบาล','ป.6',2207,82,'นางศิริพร ไพบูลย์','-','หนองครก','(045) 611529','1','https://goo.gl/maps/ugau5bkwNmcJdUSFA'),
(076,'53100303','33102016','บ้านกุดเมืองฮาม(ศิริราชสงเคราะห์)','098','ssk098','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',286,19,'นายสำรวย จันทร์ก้อน','หมู่ที่ 1 บ้านกุดเมืองฮาม','กุดเมืองฮาม','','1','https://goo.gl/maps/6Vse74WzpnhbdPeq9'),
(077,'53100305','33102028','บ้านแก้ง','088','ssk088','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',87,8,'นายเวียงศรี แก้วพวง','หมู่ที่ 4 บ้านแก้ง','กุดเมืองฮาม','','1','https://goo.gl/maps/a86upsJV4hPry2ks7'),
(078,'53100301','33102030','บ้านคอนกาม','085','ssk085','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',407,23,'นายณรงค์ นามวงษ์','หมู่ที่ 7 บ้านคอนกาม','คอนกาม','','1','https://goo.gl/maps/R7CJx95sDgT5iteZ9'),
(079,'53100302','33102041','บ้านค้อเมืองแสน','086','ssk086','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',320,13,'นายวิจิตร นามวงษ์','หมู่ที่ 9 บ้านค้อ','คอนกาม','','1','https://goo.gl/maps/qExjJEzwPnbj3EteA'),
(080,'53100206','33102053','บ้านจอมวิทยา','100','ssk100','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',81,7,'นายวิเศษ ไชยอุดม','หมู่ที่ 4 บ้านจอม','บึงบอน','','1','https://goo.gl/maps/txCKE94TXiddQggv6'),
(081,'53100202','33102065','บ้านดินดำ','084','ssk084','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',149,9,'นายสรวิทย์ นามวงษ์','หมู่ที่ 9 บ้านดินดำ','ลิ้นฟ้า','','1','https://goo.gl/maps/jeNrcJoL5h2skQH27'),
(082,'53100204','33102077','บ้านโนน(รัฐประชาสงเคราะห์)','101','ssk101','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',329,10,'นายบุญเทียร เทพบุตรดี','หมู่ที่ 10 บ้านโนน','บึงบอน','','1','https://goo.gl/maps/BRbdGGrxTEnTnE867'),
(083,'53100103','33102089','บ้านโนนคูณ','087','ssk087','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',581,28,'นายนิรักษ์ สีหะวงษ์','หมู่ที่ 2 บ้านโนนคูณ','โนนคูณ','','1','https://goo.gl/maps/gyuTFmDNXU1N6sLS9'),
(084,'53130302','33102089','บ้านโนนคูณ','173','ssk173','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',212,9,'นายธนิต สารภาพ','หมู่ที่ 2 บ้านโนนคูณ','โนนคูณ','','1','https://goo.gl/maps/XHLYdoZRYrxY8W4g6'),
(085,'53100105','33102090','บ้านโนนติ้ว','097','ssk097','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',103,7,'นายจำรูญศักดิ์ ศรีสว่าง','หมู่ที่ 5 บ้านโนนติ้ว','โนนคูณ','','1','https://goo.gl/maps/YSQ8gXzqzMKFiGkZ7'),
(086,'53100205','33102107','บ้านบอนวิทยา','091','ssk091','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',325,15,'นายชาติชาย นามวงศ์','หมู่ที่ 2 บ้านบอน','บึงบอน','','1','https://goo.gl/maps/VgNEVFS1dt4Xfgq66'),
(087,'53100203','33102119','บ้านผักขะ','094','ssk094','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',234,11,'นางสุธิดาลักษณ์ สมคะเณย์','หมู่ที่ 12 บ้านผักขะ','ลิ้นฟ้า','','1','https://goo.gl/maps/PQbYTiNyz9bkSN5o7'),
(088,'53100304','33102120','บ้านยางเครือ','095','ssk095','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',130,9,'นายไพฑูรย์ นามสาย','หมู่ที่ 2 บ้าน4','กุดเมืองฮาม','','1','https://goo.gl/maps/VyJ7R3X3kMr3ADW86'),
(089,'53100102','33102132','บ้านยางชุมใหญ่','090','ssk090','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',329,20,'นายอุดม นามวงษ์','หมู่ที่ 3 บ้านยางชุมใหญ่','ยางชุมใหญ่','','1','https://goo.gl/maps/gv3wHNWHB6F3Uqem6'),
(091,'53100201','33102156','บ้านลิ้นฟ้า','083','ssk083','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',217,11,'นายสุรพล จำปาเรือง','หมู่ที่ 2 บ้านลิ้นฟ้า','ลิ้นฟ้า','','1','https://goo.gl/maps/L6iFugdYYftUyj1GA'),
(092,'53100104','33102168','บ้านหอยโนนดู่','096','ssk096','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',287,12,'นายยงชัย สุเมธิวิทย์','หมู่ที่ 3 บ้านหอยโนนดู่','โนนคูณ','','1','https://goo.gl/maps/Jxps8x8Lyew6wr6o6'),
(093,'53100101','33102170','อนุบาลยางชุมน้อย(หน่วยคุรุราษฎร์รังสรรค์)','099','ssk099','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',734,33,'นายทิวา รุ้งแก้ว','หมู่ที่ 7 บ้านยางชุมน้อย','ยางชุมน้อย','(045) 687057','1','https://goo.gl/maps/aN79RxGKa1nwvegbA'),
(094,'53020505','33102181','บ้านกล้วย','275','ssk275','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',333,17,'นายวีรวุฒิ คงบุญมี','หมู่ที่ 4 บ้านกล้วย','ยาง','','1','https://goo.gl/maps/65yBWUP7DPJSJkRe7'),
(095,'53021002','33102193','บ้านกอก','201','ssk201','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',168,12,'นายฉัฐมงคล โนนกอง','หมู่ที่ 3 บ้านกอก','ละทาย','','1','https://goo.gl/maps/4prYiAanXj1c1kxLA'),
(096,'53021204','33102200','บ้านกอกหัวนา','208','ssk208','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',291,13,'นายพีระพล ไชยเดชะ','หมู่ที่ 3 บ้านกอกหัวนา','หนองแก้ว','','1','https://goo.gl/maps/V2qArcaGx2Z2uBZu6'),
(097,'53020601','33102211','บ้านเกาะ','238','ssk238','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',178,11,'นายแสวง พิทักษ์เมธากุล','หมู่ที่ 6 บ้านเกาะ','ผักแพว','','1','https://goo.gl/maps/TJ8M25KrPB1dgJ3cA'),
(098,'53020805','33102223','บ้านขาม','228','ssk228','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',148,9,'นายทองสา พละศักดิ์','หมู่ที่ 3 บ้านขาม','บัวน้อย','','1','https://goo.gl/maps/jDPZAvomuNS5duZF9'),
(099,'53020406','33102235','บ้านขามป้อม','248','ssk248','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',47,4,'นายสุพงษ์ คงนิล','หมู่ที่ 5 บ้านขามป้อม','หนองบัว','','1','https://goo.gl/maps/2EtXB2z2rsrP49fG9'),
(100,'53020204','33102247','บ้านขี้เหล็ก(อสพป.40)','261','ssk261','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',66,6,'ว่าที่ ร.ต. ศิริวงศ์ วงศ์ทะเล','หมู่ที่ 7 บ้านขี้เหล็ก','โนนสัง','','1','https://goo.gl/maps/yJ48RjzEXJY7hMd78'),
(101,'53021003','33102259','บ้านเขวา','203','ssk203','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',81,5,'นายโกวิท ดวงคำ','หมู่ที่ 4 บ้านเขวา','ละทาย','','1','https://goo.gl/maps/BYExtS2kuZYPrBp16'),
(102,'53020401','33102260','บ้านคล้อมิตรภาพที่ 226','243','ssk243','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',339,18,'นายบุญเกิด ทองสุข','หมู่ที่ 7 บ้านคล้อมิตรภาพ 226','ดู่','','1','https://goo.gl/maps/P3z6t7djaBQxigfk6'),
(103,'53020107','33102272','บ้านคำเนียม(คำเนียมวิทยาคาร)','256','ssk256','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',206,11,'นายอุกฤษ กัณหา','หมู่ที่ 8 บ้านคำเนียม','คำเนียม','','1','https://goo.gl/maps/CvRq226zMPUtnRva7'),
(104,'53020507','33102284','บ้านโคก','277','ssk277','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',95,7,'นายประสิทธิ์ ศิรินัย','หมู่ที่ 5 บ้านโคก','ยาง','','1','https://goo.gl/maps/RqRjtsTKik25dwbE8'),
(105,'53020701','33102296','บ้านจาน','229','ssk229','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',295,16,'นายสุรเชษฐ์ อภินันท์','หมู่ที่ 1 บ้านจาน','จาน','','1','https://goo.gl/maps/uyC7uAJkvn1G8UQ98'),
(106,'53020605','33102302','บ้านจิกกะลา','239','ssk239','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',135,8,'นายชาติชาย เลขาตระกูล','หมู่ที่ 4 บ้านจิกกะลา','ผักแพว','','1','https://goo.gl/maps/JRjTmJxHd5oHusbV6'),
(107,'53021104','33102314','บ้านเจี่ย','215','ssk215','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',456,22,'นายเนาวรัตน์ มุขขันธ์','หมู่ที่ 2 บ้านเจี่ย','ทาม','','1','https://goo.gl/maps/8xnVaFTDfg6oxaqT8'),
(108,'53020403','33102326','บ้านดู่','241','ssk241','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',81,7,'นายปิยะ ทาระ','หมู่ที่ 1 บ้านดู่','ดู่','','1','https://goo.gl/maps/aUr3Qy1PrsR4UYvH9'),
(109,'53020104','33102338','บ้านดูนสิม(อสพป.8)','253','ssk253','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',224,13,'นางละม้าย วงศ์ประสาร','หมู่ที่ 1 บ้านดูน','ดูน','','1','https://goo.gl/maps/azENYAobV8RRgwoZ9'),
(110,'53021102','33102340','บ้านทาม','213','ssk213','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',131,8,'นายทองใส เพชรรินทร์','หมู่ที่ 9 บ้านทาม','ทาม','','1','https://goo.gl/maps/RjVZZGCeEAwByN5u7'),
(111,'53020307','33102351','บ้านทุ่งพาย','270','ssk270','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',126,8,'นายประสพชัย ทาระ','หมู่ที่ 3 บ้านทุ่งพาย','หนองหัวช้าง','','1','https://goo.gl/maps/Sr5CfrYjTb66yfbz7'),
(112,'53020903','33102363','บ้านทุ่งมั่ง','221','ssk221','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',162,10,'นายสะอาด สีหาภาค','หมู่ที่ 2 บ้านทุ่งมั่ง','อีปาด','','1','https://goo.gl/maps/2sh7Rid4xkuAPHfg7'),
(113,'53020803','33102375','บ้านเทิน','224','ssk224','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',215,10,'นายถนอม บัวแก้ว','หมู่ที่ 8 บ้านเทิน','บัวน้อย','','1','https://goo.gl/maps/GoTgEVzhg3YdjAb2A'),
(114,'53020602','33102387','บ้านนาดี','235','ssk235','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',125,9,'นายกฤษฎางค์ สุริยเลิศ','หมู่ที่ 9 บ้านนาดี','ผักแพว','','1','https://goo.gl/maps/79iUzT7qnhhmGEKp7'),
(115,'53020201','33102399','บ้านโนนผึ้ง','258','ssk258','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',189,13,'นายพัชรินทร์ ธานี','หมู่ที่ 1 บ้านโนนผึ้ง','โนนสัง','','1','https://goo.gl/maps/pvK1cG31vbSYscKSA'),
(116,'53020603','33102405','บ้านโนนสะอาด','237','ssk237','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',58,5,'นางวาสนา ภักดี','หมู่ที่ 2 บ้านโนนสะอาด','ผักแพว','','1','https://goo.gl/maps/LwJotSy57J96GheE8'),
(117,'53020203','33102417','บ้านโนนสัง(โนนสังวิทยาคาร)','260','ssk260','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ม.3',324,15,'นางสาวทักษิณา สีหบุตร','หมู่ที่ 11 บ้านโนนสัง','โนนสัง','','1','https://goo.gl/maps/zMn4JtVTevGGV91M6'),
(118,'53020304','33102429','บ้านบกขี้ยาง','267','ssk267','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',327,13,'นายวัฒนะ ทองสุ','หมู่ที่ 4 บ้านบกขี้ยาง','หนองหัวช้าง','','1','https://goo.gl/maps/SMW4SR4BtJziHzKg8'),
(120,'53020804','33102442','บ้านบัวน้อยโนนปอ','226','ssk226','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',66,5,'นายภูวนาท พิมพ์พร','หมู่ที่ 4 บ้านบัวน้อย','บัวน้อย','','1','https://goo.gl/maps/Qs4fqSjd68T6KjKB9'),
(121,'53020704','33102466','บ้านบูรพา','232','ssk232','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',315,10,'นายสงวนศักดิ์ กีรติรวี','หมู่ที่ 5 บ้านบูรพา','จาน','','1','https://goo.gl/maps/fKQgfmokuYmttX5a9'),
(122,'53020706','33102480','บ้านผักบุ้ง','234','ssk234','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',311,11,'นายณรงค์ บุรมย์','หมู่ที่ 13 บ้านผักบุ้ง','จาน','','1','https://goo.gl/maps/s7aZgBCnztbXDQCTA'),
(123,'53020604','33102491','บ้านผักแพว(คุรุราษฎร์รังสฤษฎ์)','230','ssk230','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',317,14,'นายระพี แก้วเนตร','หมู่ที่ 1 บ้านผักแพว','ผักแพว','(0 ) 9995320','1','https://goo.gl/maps/z6rfETdorpbBguUE7'),
(124,'53021103','33102508','บ้านผึ้ง(มธุลีห์ประชาสรรค์)','212','ssk212','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',529,25,'นายสุจินต์ เชื้อประทุม','หมู่ที่ 5 บ้านผึ้ง','ทาม','','1','https://goo.gl/maps/4oJ3Awiqzo4mRzjW7'),
(125,'53020705','33102510','บ้านพะแนงวิทยา','233','ssk233','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',307,11,'นายธวัชชัย ชัยเวช','หมู่ที่ 2 บ้านพะแนง','จาน','','1','https://goo.gl/maps/LjCPtP7m6Ltj3xnB8'),
(126,'53020801','33102521','บ้านพันลำ','227','ssk227','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',154,9,'นายเข้ม แก้วแดง','หมู่ที่ 5 บ้านพันลำ','บัวน้อย','','1','https://goo.gl/maps/98n2RR5Q9wPdQSSXA'),
(127,'53020501','33102533','บ้านโพธิ์ลังกา','271','ssk271','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',150,11,'นายมนัส ทาระ','หมู่ที่ 11 ถนนกันทรารมย์ - บ้านสบาย บ้านโพธ','ยาง','','1','https://goo.gl/maps/HZ9BwVWZSJPVo2mR9'),
(128,'53020404','33102545','บ้านโพนทราย โนนเรือ','246','ssk246','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',156,9,'นายเสน่ห์ จันดาพืช','หมู่ที่ 3 บ้านโพนทรายโนนเรือ','หนองบัว','','1','https://goo.gl/maps/Uc8oHxese8sJLsXx9'),
(129,'53020106','33102557','บ้านมะกรูด','255','ssk255','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',42,5,'นายสมาน ละเลิศ','หมู่ที่ 3 บ้านมะกรูด','คำเนียม','','1','https://goo.gl/maps/SkYnLrDFuP6HRkuh9'),
(130,'53020905','33102569','บ้านเมืองน้อยหนองมุข','216','ssk216','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',305,14,'นายอำไพ นวลศิริ','หมู่ที่ 6 บ้านเมืองน้อย','เมืองน้อย','','1','https://goo.gl/maps/hLsRwBDsih8GJDB37'),
(131,'53021005','33102570','บ้านยางน้อยสามัคคี','204','ssk204','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',73,5,'นายสมพร อินทา','หมู่ที่ 5 บ้านยางน้อย','ละทาย','','1','https://goo.gl/maps/x4V9fJ4TD91NB57EA'),
(132,'53021001','33102582','บ้านละทาย','200','ssk200','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',305,13,'นายไพบูลย์ พละศักดิ์','หมู่ที่ 1 บ้านละทาย','ละทาย','','1','https://goo.gl/maps/ZGn2xvEcaLKG3Wyw7'),
(133,'53020306','33102594','บ้านลือชัยโนนศรีไคลร่องน้ำคำ','269','ssk269','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ม.3',259,16,'นายมนัส จัตวานนท์','หมู่ที่ 6 บ้านลื่อชัย','หนองหัวช้าง','','1','https://goo.gl/maps/waG3HqHToZ3jgeT48'),
(134,'53020305','33102600','บ้านเลิงแฝก','268','ssk268','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',122,8,'นายไพบูลย์ สะอาด','หมู่ที่ 7 บ้านเลิงแฝก','หนองหัวช้าง','','1','https://goo.gl/maps/Sm8ajCJQeykbyEtJA'),
(135,'53020802','33102612','บ้านแวงโนนเปือยหนองแสง','225','ssk225','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',99,9,'นายเด่นชัย ศรีสุธรรม','หมู่ที่ 1 บ้านแวง','บัวน้อย','','1','https://goo.gl/maps/C28KCXCFPoQMzSbFA'),
(136,'53020506','33102624','บ้านสร้างเหล่าโนนแดง','276','ssk276','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',72,6,'นายบัณฑิต ดาประสงค์','หมู่ที่ 3 บ้านสร้างเหล่า -','ยาง','','1','https://goo.gl/maps/EyCyehb1NxYGZANK7'),
(137,'53020405','33102636','บ้านสีถาน','247','ssk247','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',59,5,'นายปัญญา รอดคำทุย','หมู่ที่ 7 บ้านสีถาน','หนองบัว','','1','https://goo.gl/maps/pzXgSj3Uzqn23MfX6'),
(138,'53021202','33102648','บ้านแสงใหญ่(คุรุราษฎร์บำรุง)','210','ssk210','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',400,16,'นายสมปอง อภินันท์','หมู่ที่ 10 บ้านแสงใหญ่','หนองแวง','','1','https://goo.gl/maps/RGg6ddAjzFYD9rtRA'),
(139,'53020502','33102650','บ้านหนองกก','272','ssk272','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ม.3',120,12,'นายจิรภัทร พวงจำปา','หมู่ที่ 2 บ้านหนองกก','ยาง','','1','https://goo.gl/maps/92YJ2XwTSDgvaZKo9'),
(140,'53020504','33102661','บ้านหนองกี่','274','ssk274','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',53,4,'นายนิกร ผุดผ่อง','หมู่ที่ 7 บ้านหนองกี่','ยาง','','1','https://goo.gl/maps/S2QF1dsGYQwSyjxS7'),
(141,'53021206','33102673','บ้านหนองแก้ว(ราษฎร์ผดุงวิทยา)','206','ssk206','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',190,11,'นายบพิตร บุญเฉลียว','หมู่ที่ 1 บ้านหนองแก้ว','หนองแก้ว','','1','https://goo.gl/maps/SNDszCAoBd5tzJ1T8'),
(142,'53020301','33102685','บ้านหนองดุมหนองม่วง','264','ssk264','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',164,11,'นายสุเทพ ศิริกุล','หมู่ที่ 2 ถนนกันทรารม-กันทรลักษ์ บ้านหนองดุ','หนองหัวช้าง','','1','https://goo.gl/maps/PtvXcsKo3jQUHBVn9'),
(143,'53020302','33102697','บ้านหนองถ่ม','265','ssk265','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',109,9,'นายทองดี คำศรี','หมู่ที่ 1 ถนนกันทรารมย์ - กันทรลักษ์ บ้านหน','หนองหัวช้าง','','1','https://goo.gl/maps/BPbFDntoGG4MiEc29'),
(144,'53020402','33102703','บ้านหนองถ่ม(คุรุราษฎร์อนุสรณ์)','242','ssk242','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',249,12,'นายไพรัช ทองสุ','หมู่ที่ 8 บ้านหนองถ่ม','ดู่','','1','https://goo.gl/maps/28kqsuEjSf5MHWhw5'),
(145,'53020108','33102715','บ้านหนองทามใหญ่','257','ssk257','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',101,8,'นายศุภมงคล บุญชู','หมู่ที่ 6 บ้านหนองทามใหญ่','คำเนียม','','1','https://goo.gl/maps/zqiGyAutBqqvN7HU7'),
(146,'53020904','33102727','บ้านหนองเทา','217','ssk217','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',131,9,'นายพงษ์ชัย ทองแจ่ม','หมู่ที่ 9 บ้านหนองเทา','เมืองน้อย','','1','https://goo.gl/maps/MhbPEZKsBEKtN71f7'),
(147,'53020906','33102739','บ้านหนองน้ำเต้าโนนสวน','218','ssk218','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',170,9,'นายอนุสรณ์ กิ่งทาสน','หมู่ที่ 4 บ้านหนองน้ำเต้า','เมืองน้อย','','1','https://goo.gl/maps/nD39wXRRo9pQLiJV8'),
(148,'53020205','33102740','บ้านหนองบัวไชยวาน','262','ssk262','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',334,17,'นายคำ กุคำจัด','หมู่ที่ 8 บ้านหนองบัวไชยวาน','โนนสัง','','1','https://goo.gl/maps/pFbxDvWTsqnjsvXn9'),
(149,'53020407','33102752','บ้านหนองบัวท่าช้าง','245','ssk245','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',123,6,'นายมนตรี ธรรมนูญ','หมู่ที่ 1 บ้านหนองบัว','หนองบัว','','1','https://goo.gl/maps/rgrfpfXwAetppAZs5'),
(150,'53020102','33102764','บ้านหนองมะแซว','251','ssk251','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',172,12,'นายกมล วงศ์ประสาร','หมู่ที่ 8 บ้านหนองมะแซว','ดูน','(045) 636293','1','https://goo.gl/maps/T7wnNuXLBLLQ7mm57'),
(151,'53021201','33102776','บ้านหนองแวง(โสวรรณีวิทยาคม)','209','ssk209','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',432,21,'นายทองใบ ทองแสน','หมู่ที่ 8 บ้านหนองแวง','หนองแวง','','1','https://goo.gl/maps/zc9Tjihv4tSoyqpJ8'),
(152,'53020702','33102788','บ้านหนองหญ้าปล้อง','249','ssk249','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',204,10,'นายทรงศักดิ์ เพ็งศรี','หมู่ที่ 10 บ้านหนองหญ้าปล้อง','จาน','','1','https://goo.gl/maps/2ep2kMMVSdXGMqTF7'),
(153,'53020202','33102790','บ้านหนองหวาย','259','ssk259','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',124,7,'นายประยูร เชื้อทอง','หมู่ที่ 4 บ้านหนองหวาย','โนนสัง','','1','https://goo.gl/maps/HM3V7y91jNrdxrNVA'),
(154,'53020303','33102806','บ้านหนองหัวช้าง','266','ssk266','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',56,5,'นายสมคิด แนวจำปา','หมู่ที่ 5 ถนนกันทรารมย์ - กันทรลักษ์ บ้านหน','หนองหัวช้าง','','1','https://goo.gl/maps/VdBazaNP8yaNyQHR7'),
(155,'53020103','33102818','บ้านหนองอีกว่าง','252','ssk252','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',96,6,'นายประดิษฐ์ ไชยสิทธิ์','หมู่ที่ 5 บ้านหนองอีกว่าง','คำเนียม','','1','https://goo.gl/maps/BxmZDrSqvtGtaRKA7'),
(156,'53020206','33102820','บ้านหนองโอง','263','ssk263','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',62,6,'นายวิไกร เพื่อสุข','หมู่ที่ 5 บ้านหนองโอง','โนนสัง','','1','https://goo.gl/maps/7iqyBg1ZCJ83xYuA6'),
(157,'53020901','33102831','บ้านหนองไฮ','222','ssk222','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',166,9,'นายสังเวียน สูงโฮง','หมู่ที่ 5 บ้านหนองไฮ','อีปาด','','1','https://goo.gl/maps/it3yvGPVwTYS7TSV7'),
(158,'53021203','33102843','บ้านหนามแท่ง','211','ssk211','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',144,8,'นายพงษ์ นวลศิริ','หมู่ที่ 9 บ้านหนามแท่ง','หนองแวง','','1','https://goo.gl/maps/uygvHwirU3NrRcV17'),
(159,'53021101','33102855','บ้านหมัด(คุรุรัฐสงเคราะห์)','214','ssk214','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',193,8,'นายวิชิต บุคำ','หมู่ที่ 3 บ้านหมัด','ทาม','','1','https://goo.gl/maps/V97WTfi9xz3tJAfP8'),
(160,'53021004','33102867','บ้านเหม้าหนองเรือ','202','ssk202','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',132,7,'นายเสถียร ทองสุ','หมู่ที่ 2 บ้านเหม้า','ละทาย','','1','https://goo.gl/maps/Pc5MAXXFB7MXsCci7'),
(161,'53020703','33102879','บ้านอาลัย','231','ssk231','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',202,9,'นายวุฒิชัย จิตดี','หมู่ที่ 6 บ้านอาลัย','จาน','','1','https://goo.gl/maps/ALVws4FU1o39wWC2A'),
(162,'53020105','33102880','บ้านอีต้อม','254','ssk254','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',121,7,'นายอุทัย สมใจเพ็ง','หมู่ที่ 2 ถนนกันทรารมย์-บ้านสบย บ้านอีต้อม','คำเนียม','','1','https://goo.gl/maps/MgUfhUzeBMusRsZc6'),
(163,'53020902','33102892','บ้านอิปาด','220','ssk220','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',121,8,'นายสิทธิพันธ์ คูณทวี','หมู่ที่ 1 บ้านอิปาด','อีปาด','','1','https://goo.gl/maps/HXGjoNv52mwzJ8Le7'),
(164,'53020101','33102909','อนุบาลกันทรารมย์','250','ssk250','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',1155,40,'นายเรืองยศ พวงคต','หมู่ที่ 5 ถนนประชารังสฤษดิ์ บ้านคำเมย','ดูน','(045) 651225','1','https://goo.gl/maps/yXAkh4UXTQxPhTR49'),
(165,'53130102','33107828','บ้านก้อนเส้า','165','ssk165','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',88,5,'นายณัฐพงษ์ งามแสง','หมู่ที่ 3 บ้านก้อนเส้า','หนองกุง','','1','https://goo.gl/maps/FJxNhPgkY8FdGKiC6'),
(166,'53130105','33107830','บ้านโคกสะอาด','167','ssk167','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',235,10,'นางสาวปรีชญา สิทธิพร','หมู่ที่ 7 บ้านโคกสะอาด','หนองกุง','','1','https://goo.gl/maps/kr4JGHQYyHfmKAts7'),
(167,'53130402','33107841','บ้านดินดำเหล่าเสนใต้','193','ssk193','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ม.3',471,20,'นายวิชัย แก้วสุข','หมู่ที่ 5 บ้านหนองดินแดงเหล่าเสนไต้','บก','','1','https://goo.gl/maps/USwgSah8dSkHAexm6'),
(168,'53130305','33107853','บ้านเท่อเล่อ','179','ssk179','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',53,3,'นายเด่นชัย เขตสกุล','หมู่ที่ 5 บ้านเท่อเล่อ','โนนค้อ','','1','https://goo.gl/maps/jUgpPxuRwFkYzWYv9'),
(169,'53130504','33107865','บ้านนาม่อง-นาเมือง','189','ssk189','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',71,6,'นายมนศิวลักษณ์ สีดา','หมู่ที่ 2 บ้านนาม่อง','เหล่ากวาง','','1','https://goo.gl/maps/n714DnQD7HB1JSvk8'),
(170,'53130109','33107889','บ้านโนนดู่','171','ssk171','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',81,4,'นายสมหมาย พิมพ์ไชย','หมู่ที่ 9 บ้านโนนดู่','หนองกุง','','1','https://goo.gl/maps/SjcAUxbCFAj4792UA'),
(171,'53160502','33107889','บ้านโนนดู่','124','ssk124','วังหิน','วังหิน 2',14,'อนุบาล','ม.3',446,14,'นายเสงี่ยม สำลีใย','หมู่ที่ 9 บ้านโนนดู่','หนองกุง','','1','https://goo.gl/maps/XUcjPq2LgCbRUcEZ8'),
(172,'53130106','33107890','บ้านโนนสมบูรณ์','169','ssk169','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',207,9,'นายสุบรรณ เอี่ยมสุข','หมู่ที่ 8 บ้านโนนสมบูรณ์','หนองกุง','','1','https://goo.gl/maps/vMjozy7vzA8x8uWp9'),
(173,'53130403','33107907','บ้านโนนสว่าง','196','ssk196','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',70,4,'นายฤทธิรุทร์ บุษบงก์','หมู่ที่ 3 บ้านโนนสว่าง','บก','','1','https://goo.gl/maps/SLtWRJUcPwMVQ2ry9'),
(174,'53130401','33107919','บ้านบกแดงผักขะย่า','192','ssk192','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',284,14,'นายวินัย สร้อยคำ','หมู่ที่ 1 บ้านบก','บก','','1','https://goo.gl/maps/QKQEq2nkwA5cBeLM8'),
(175,'53130204','33107920','บ้านปลาข่อ','185','ssk185','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',100,7,'นายชัชวาลย์ บัวงาม','หมู่ที่ 4 บ้านปลาข่อ','โพธิ์','','1','https://goo.gl/maps/3g3Aj9x6WuwSkLwNA'),
(176,'53130203','33107932','บ้านหนองปลาเข็ง-กอไหล่','184','ssk184','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',272,10,'นายสมเกียรติ เหง้าพรหมมิ','หมู่ที่ 6 บ้านหนองปลาเข็ง','โพธิ์','','1','https://goo.gl/maps/rPLVMjxRxpfUyP668'),
(177,'53130405','33107944','บ้านโปร่ง','194','ssk194','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',123,7,'นางรัตนาภรณ์ สีตะวัน','หมู่ที่ 2 บ้านโปร่ง','บก','','1','https://goo.gl/maps/tta5zV7rEdyTrCUH9'),
(178,'53130205','33107956','บ้านผักขย่าใหญ่','186','ssk186','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',141,8,'นายจำนง ปัญญาดี','หมู่ที่ 3 บ้านผักขย่าใหญ่','โพธิ์','','1','https://goo.gl/maps/RKXGafbKQPBJ86ku7'),
(179,'53130201','33107968','บ้านโพธิ์(โพธิ์ทองวิทยา)','182','ssk182','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ม.3',351,19,'นายวณิช คำเพราะ','หมู่ที่ 1 บ้านโพธิ์','โพธิ์','','1','https://goo.gl/maps/vZJJPsxJ848XzGLu5'),
(180,'53130406','33107970','บ้านโพนงาม','197','ssk197','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',74,6,'นายสงกรานต์ ธานี','หมู่ที่ 7 บ้านโพนงาม','บก','','1','https://goo.gl/maps/jZsjLsfFwEC1HpGFA'),
(181,'53130103','33107981','บ้านม่วงเปเหมือดแอ่','166','ssk166','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',160,8,'นายสุทธิวุฒิ ภุมลี','หมู่ที่ 2 บ้านม่วงเป','หนองกุง','','1','https://goo.gl/maps/1ZJKYRQtZyAaQnFP7'),
(182,'53130307','33107993','บ้านร่องเก้า','178','ssk178','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',89,6,'นายสุรพงษ์ อุทัยกรณ์','หมู่ที่ 12 บ้านร่องเก้า','โนนค้อ','(045) 659041','1','https://goo.gl/maps/sfPtj6JqWykKxhQ98'),
(183,'53130101','33108018','บ้านหนองกุงสนามชัย','164','ssk164','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',166,9,'นายวรากร สายเนตร','หมู่ที่ 12 บ้านหนองกุง-สนามชัย','หนองกุง','','1','https://goo.gl/maps/Ta29nVs9iPpZadx1A'),
(184,'53130505','33108020','บ้านหนองตลาด','190','ssk190','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',44,4,'นายศักดิ์ชัย ทองคำสุข','หมู่ที่ 4 บ้านหนองตลาด','เหล่ากวาง','','1','https://goo.gl/maps/mjc27UfwW3vWL5Gx9'),
(186,'53130107','33108043','บ้านหนองแวงวิทยา','170','ssk170','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',29,2,'นายวิโรจน์ สีดา','หมู่ที่ 10 บ้านหนองแวง','หนองกุง','','1','https://goo.gl/maps/V76vdGT2ogqK5skGA'),
(187,'53150106','33108043','บ้านหนองแวง','298','ssk298','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',336,10,'นายทองสุข บุญแสง','หมู่ที่ 10 บ้านหนองแวง','หนองกุง','','1','https://goo.gl/maps/E8ioxHLpzTveF6ap9'),
(189,'53130503','33108067','บ้านหนองสนม','183','ssk183','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',81,6,'นายประสิทธิ์ ปราณีบุตร','หมู่ที่ 1 บ้านหนองสนม','เหล่ากวาง','','1','https://goo.gl/maps/DQWPSfbTrRiUqprg7'),
(190,'53130304','33108079','บ้านหนองสามขา ดอนแก้ว','176','ssk176','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',138,9,'นายชลชัย ดีพูน','หมู่ที่ 6 บ้านสามขา','โนนค้อ','','1','https://goo.gl/maps/As6RvCeCvgxYSh476'),
(191,'53130104','33108080','บ้านหนองหิน','168','ssk168','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',150,8,'นายชาญ สมสะอาด','หมู่ที่ 6 บ้านหนองหิน','หนองกุง','','1','https://goo.gl/maps/TuMkSNcLoWTiTm9H6'),
(192,'53130502','33108092','บ้านหยอด','188','ssk188','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',212,9,'นายสุรเชษฐ์ บุตรพรหม','หมู่ที่ 3 บ้านหยอด','เหล่ากวาง','','1','https://goo.gl/maps/vRL1oy3NCTmVbQHq6'),
(193,'53130404','33108109','บ้านหัวเหล่า','195','ssk195','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',184,8,'นายภูวนาถ พิมพ์พร','หมู่ที่ 11 บ้านหัวเหล่า','บก','','1','https://goo.gl/maps/7TVNexu8zD4szxVSA'),
(194,'53130506','33108110','บ้านเหล่าฝ้าย','191','ssk191','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',107,6,'นายเอกพงษ์ นามวงษ์','หมู่ที่ 6 บ้านเหล่าฝ้าย','เหล่ากวาง','','1','https://goo.gl/maps/9asUpcMw2rf51h9h7'),
(195,'53130306','33108122','บ้านหนองจิก','175','ssk175','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',144,8,'นายไพบูลย์ เดชคำภู','หมู่ที่ 4 ถนนวารินทร์-กันทรลักษ์ บ้านหนองจิ','โนนค้อ','','1','https://goo.gl/maps/7wEU6mYDoutXgTgj7'),
(196,'53130301','33108134','อนุบาลโนนคูณ(โนนค้อวิทยาคาร)','174','ssk174','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',187,7,'นายวิทยา พันธ์เพ็ง','หมู่ที่ 1 บ้านฏโนนค้อ','โนนค้อ','(045) 659043','1','https://goo.gl/maps/6ZypqjSqLtYnv6Xu9'),
(197,'53150307','33108419','บ้านกะวัน','287','ssk287','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',165,9,'นายเสนาะ ศิริโสตร์','หมู่ที่ 8 บ้านกะวัน','ตองปิด','','1','https://goo.gl/maps/s6APS3ijY8o56SpX8'),
(198,'53150302','33108420','บ้านขี้เหล็ก','281','ssk281','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',132,9,'นายสมศักดิ์ สายแก้ว','หมู่ที่ 2 บ้านขี้เหล็ก','ละเอาะ','','1','https://goo.gl/maps/KZ7yAgPouWS2ASbU8'),
(199,'53150105','33108432','บ้านคูบ','301','ssk301','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',552,23,'นายสุทิน ไชยานุกูล','หมู่ที่ 10 บ้านคูบ','คูบ','','1','https://goo.gl/maps/rvBJUd1A38Pmj4Cv5'),
(200,'53150304','33108444','บ้านทุ่งสว่าง','304','ssk304','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',106,7,'นายดำรงชัย ประเสริฐทรง','หมู่ที่ 7 บ้านทุ่งสว่าง','ละเอาะ','','1','https://goo.gl/maps/NDDjWVMJm3njVZ8JA'),
(201,'53150101','33108456','บ้านน้ำเกลี้ยง','295','ssk295','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',549,20,'นายสุริยน ศรีชัย','หมู่ที่ 6 บ้านน้ำเกลี้ยง','น้ำเกลี้ยง','','1','https://goo.gl/maps/6RgesJNh9m1oujrD7'),
(202,'53150203','33108468','บ้านโนนงาม','305','ssk305','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',130,9,'นายสมหวัง อัมภรัตน์','หมู่ที่ 4 บ้านโนนงาม','รุ่งระวี','','1','https://goo.gl/maps/MujZmCyiNcBCqwcu5'),
(203,'53150403','33108470','บ้านโนนสว่าง','296','ssk296','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',55,5,'นายวิเชียร วงษ์ราช','หมู่ที่ 6 บ้านโนนสว่าง','เขิน','','1','https://goo.gl/maps/SmddQszzSF8bo7Dc7'),
(204,'53150402','33108481','บ้านโนนหนองสิม','292','ssk292','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',266,10,'นายสำเริง สำนักนิตย์','หมู่ที่ 5 บ้านโนนหนองสิม','เขิน','','1','https://goo.gl/maps/A6P8y3TbUGAGJpTF9'),
(205,'53150306','33108493','บ้านบัวระรมย์','289','ssk289','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',266,11,'นายประยูร นามวงศ์','หมู่ที่ 14 บ้านบัวระรมย์','ตองปิด','','1','https://goo.gl/maps/sVY4qrtdhPvonRZe8'),
(206,'53150305','33108500','บ้านยางน้อยตองปิด','286','ssk286','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',204,9,'นายเกรียงไกร สูงสนิท','หมู่ที่ 12 บ้านมิตรเจริญ','ตองปิด','','1','https://goo.gl/maps/E5kvzVuDbteMe79w7'),
(207,'53150204','33108511','บ้านรุ่ง','282','ssk282','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',302,12,'นายประสิทธิ์ ผลบุญ','หมู่ที่ 6 บ้านรุ่ง','รุ่งระวี','','1','https://goo.gl/maps/g1dvNo9vSUufRYB28'),
(208,'53150301','33108523','บ้านละเอาะ','283','ssk283','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',630,25,'นายภูมิชัย พละศักดิ์','หมู่ที่ 9 บ้านละเอาะ','ละเอาะ','','1','https://goo.gl/maps/Yx9ebVMgXgAuHwK19'),
(209,'53150308','33108535','บ้านลุมพุกคูวงศ์','288','ssk288','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',146,7,'นายองอาจ ภารพัฒน์','หมู่ที่ 5 บ้านลุมพุก','ตองปิด','','1','https://goo.gl/maps/TjyvZwXybQxgcGun8'),
(210,'53150103','33108547','บ้านลุมภู','300','ssk300','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',151,6,'นายสุนันท์ คำแสงดี','หมู่ที่ 2 บ้านลุมภู','น้ำเกลี้ยง','','1','https://goo.gl/maps/R1ptr5XLMK7erncP8'),
(211,'53150303','33108559','บ้านแวด','284','ssk284','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',127,7,'นายประจวบ เสนาะ','หมู่ที่ 3 บ้านแวด','ละเอาะ','','1','https://goo.gl/maps/s9TxEWBG9PbJFEv36'),
(212,'53150201','33108560','บ้านสบาย','291','ssk291','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',395,20,'นายรังสิต ศรีเมือง','หมู่ที่ 8 บ้านสบาย','รุ่งระวี','','1','https://goo.gl/maps/zRAW4mGPuRtN3aA7A'),
(213,'53150309','33108572','บ้านสวนกล้วย','290','ssk290','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',98,7,'นายธีรนันท์ คำคาวี','หมู่ที่ 6 บ้านสวนกล้วย','ตองปิด','','1','https://goo.gl/maps/gUD9ehsdXTxicQiJA'),
(214,'53150108','33108584','บ้านสะเต็ง','302','ssk302','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',105,6,'นายคมกฤช คำเพราะ','หมู่ที่ 1 บ้านสะเต็ง','คูบ','','1','https://goo.gl/maps/h1h9SQDvfKUsx5tk7'),
(215,'53150107','33108596','บ้านสะพุง','299','ssk299','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',123,7,'นายศิลปชัย นันตโลหิต','หมู่ที่ 6 บ้านสะพุง','คูบ','','1','https://goo.gl/maps/ziv6CXo2Xv4VepK9A'),
(216,'53150104','33108602','บ้านหนองนาเวียง','303','ssk303','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',81,7,'นายทรงศักดิ์ พุฒมาลา','หมู่ที่ 7 บ้านหนองนาเวียง','น้ำเกลี้ยง','','1','https://goo.gl/maps/uDbwwpaKcUNck4gi6'),
(217,'53150102','33108614','บ้านหนองบาง','293','ssk293','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',77,6,'นายสำรอง แข่งขัน','หมู่ที่ 4 บ้านหนองบาง','น้ำเกลี้ยง','','1','https://goo.gl/maps/3kCGJRrkbaANPQku9'),
(218,'53150205','33108626','บ้านหนองพะแนง','285','ssk285','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',141,8,'นายอรุณโรจน์ วันเลิศ','หมู่ที่ 5 บ้านหนองพะแนง','รุ่งระวี','','1','https://goo.gl/maps/DyefedgrTBnCgZ5o8'),
(219,'53150202','33108638','บ้านหนองแลงระไง','297','ssk297','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',211,7,'นายสำเริง สิมณี','หมู่ที่ 9 บ้านหนองแสง','รุ่งระวี','','1','https://goo.gl/maps/g9sWNYH5G55ktJ2c8'),
(220,'53150401','33108651','อนุบาลน้ำเกลี้ยง(เขิน)','294','ssk294','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',838,25,'นางสมจิต คูณทวี','หมู่ที่ 2 บ้านเขิน','เขิน','','1','https://goo.gl/maps/DG3yizxGvtQauQxu8'),
(221,'53160103','33108663','นิคมสร้างตนเองห้วยคล้า 2','119','ssk119','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',245,12,'นายมหัสศักดิ์ บัวศรี','หมู่ที่ 7 บ้านนิคม ฯ 2','บ่อแก้ว','','1','https://goo.gl/maps/zHFnZcEeojfezXfS7'),
(222,'53160104','33108675','นิคมสร้างตนเองห้วยคล้า 3','120','ssk120','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',67,6,'นายวีรศักดิ์ นางาม','หมู่ที่ 9 บ้านนิคม ฯ3','บ่อแก้ว','','1','https://goo.gl/maps/cW8KtgTTyZqopcex8'),
(223,'53160302','33108687','บ้านกะเอิน','103','ssk103','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',231,11,'นายบุญส่ง เสาศิริ','หมู่ที่ 1 บ้านกะเอิน','บุสูง','','1','https://goo.gl/maps/drRjwHqU6CdA7VZR7'),
(224,'53160305','33108699','บ้านขุมคำ(สำนักงานสลากกินแบ่งสงเคราะห์ 673)','105','ssk105','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',319,15,'นายสมพร เพ็งพันธ์','หมู่ที่ 6 บ้านขุมคำ','บุสูง','','1','https://goo.gl/maps/pf4vSHcM5RRHCWPr6'),
(225,'53160206','33108705','บ้านเจ้าทุ่ง','114','ssk114','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',229,11,'นายสมเกียรติ เกสร','หมู่ที่ 9 บ้านเจ้าทุ่ง','ทุ่งสว่าง','','1','https://goo.gl/maps/SFXPMk9WgibtCzm5A'),
(226,'53160203','33108717','บ้านดงยาง','111','ssk111','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',111,8,'นายวินัย จันพิลา','หมู่ที่ 7 บ้านดงยาง','ธาตุ','','1','https://goo.gl/maps/1uaCknMjD2ELGruDA'),
(227,'53160501','33108729','บ้านดวนใหญ่(ลีราษฎร์วัฒนา)','123','ssk123','วังหิน','วังหิน 2',14,'อนุบาล','ม.3',486,29,'นายวิทวัส ชมภูวงศ์','หมู่ที่ 11 บ้านดวนใหญ่','ดวนใหญ่','','1','https://goo.gl/maps/ki5EJUvKXfN7rfR37'),
(228,'53160405','33108730','บ้านตีกา','135','ssk135','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',100,8,'นายคมกฤษณ์ บุญเจริญ','หมู่ที่ 6 บ้านตีกา','ศรีสำราญ','','1','https://goo.gl/maps/kTJuFy885osJRZjk6'),
(229,'53160503','33108742','บ้านทุ่ง','125','ssk125','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',106,7,'นายนิคม ทูลภิรมย์','หมู่ที่ 5 บ้านทุ่ง','วังหิน','','1','https://goo.gl/maps/YaeUgz2xDK4ibdBf6'),
(230,'53160402','33108754','บ้านทุ่งน้อย','132','ssk132','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',159,8,'นายประจิตร สวัสดิกุล','หมู่ที่ 4 บ้านทุ่งน้อย','โพนยาง','','1','https://goo.gl/maps/epNx42Jwh9c9M8FSA'),
(231,'53160307','33108766','บ้านไทยบวกแต้บวกเตย','108','ssk108','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',108,7,'นายสนอง วิเศษสังข์','หมู่ที่ 10 บ้านบวกแต้','บุสูง','','1','https://goo.gl/maps/2usNSACxYNthqimK9'),
(232,'53160201','33108778','บ้านธาตุ(สหพัฒนานุสรณ์)','109','ssk109','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',330,10,'นายคำพอง กาทอง','หมู่ที่ 4 บ้านบ้เานธาตุ','ธาตุ','','1','https://goo.gl/maps/WzXBLswiaXgAJttm7'),
(233,'53160306','33108791','บ้านโนนสายหนองหว้า','107','ssk107','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',86,6,'นายสังคม หมายมั่น','หมู่ที่ 9 บ้านโนนสาย','บุสูง','','1','https://goo.gl/maps/tNvaKb7uZTuPa3iH9'),
(234,'53160207','33108808','บ้านโนนสำโรงหนองหมากแซว','115','ssk115','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',113,7,'นายวันชัย ปราบวงษา','หมู่ที่ 7 บ้านโนนสำโรงหนองหมากแซว','ทุ่งสว่าง','','1','https://goo.gl/maps/YPoY5WWq8jyy8WPt8'),
(235,'53160303','33108810','บ้านโพนดวน','104','ssk104','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',196,11,'นายสมพร เพ็งพันธ์','หมู่ที่ 4 บ้านโพนดวน','บุสูง','','1','https://goo.gl/maps/hE6ywXULK2qfvrNb6'),
(236,'53160401','33108821','บ้านโพนยาง','131','ssk131','วังหิน','วังหิน 2',14,'อนุบาล','ม.3',226,10,'นายทรงศักดิ์ งามล้วน','หมู่ที่ 7 บ้านโพนยาง','โพนยาง','','1','https://goo.gl/maps/Uj1ifzLrm75V6YWi7'),
(237,'53160208','33108833','บ้านลิงไอ','116','ssk116','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',86,9,'นายวิสัย เขตสกุล','หมู่ที่ 2 บ้านลิงไอ','ธาตุ','','1','https://goo.gl/maps/AC8dYphEqVNPiYEJ7'),
(238,'53160504','33108845','บ้านสร้างบาก','126','ssk126','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',218,11,'นายสมชาย จันทะเสน','หมู่ที่ 2 บ้านหนองตาพรหม','วังหิน','','1','https://goo.gl/maps/eELSbH8mJjnWzzAM9'),
(239,'53160102','33108857','บ้านสร้างสะแบง','118','ssk118','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',136,10,'นายทวี ประกอบศรี','หมู่ที่ 4 บ้านสร้างสะแบง','บ่อแก้ว','','1','https://goo.gl/maps/qDi2LdTBkV3MyJANA'),
(240,'53160202','33108869','บ้านสว่าง','110','ssk110','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',214,13,'นายสมพงษ์ แสงใสแก้ว','หมู่ที่ 6 บ้านสว่าง','ทุ่งสว่าง','','1','https://goo.gl/maps/P5Hhh6fw6a3YopJZ7'),
(241,'53160506','33108870','บ้านสะมัด','128','ssk128','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',162,7,'นายพิมล พันธ์วรการ','หมู่ที่ 6 บ้านสะมัด','วังหิน','','1','https://goo.gl/maps/a1wVSV14HjKsNPYEA'),
(242,'53160205','33108882','บ้านหนองกันจอ','113','ssk113','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',123,8,'นายนิคม สิงห์ชะฎา','หมู่ที่ 6 บ้านหนองกันจอ','ธาตุ','','1','https://goo.gl/maps/fWnktuVS1vSA2Hv26'),
(243,'53160507','33108894','บ้านหนองคู','129','ssk129','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',125,8,'นายฉลอม บุญปลูก','หมู่ที่ 3 บ้านหนองคู','วังหิน','','1','https://goo.gl/maps/mKYnbpCy844RfmHC6'),
(244,'53160204','33108900','บ้านหนองคูโนนแก้วหนองอีย่า','112','ssk112','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',188,9,'นายเสถียร ลาโพธิ์','หมู่ที่ 5 บ้านหนองคู','ธาตุ','','1','https://goo.gl/maps/JSweUxVZVeigJovQ8'),
(245,'53160407','33108912','บ้านหนองตาเชียง','137','ssk137','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',133,9,'นายสมพงษ์ รุ่งเรือง','หมู่ที่ 5 บ้านหนองตาเชียง','โพนยาง','','1','https://goo.gl/maps/eKCTYAb2jeh1jzrw6'),
(246,'53160403','33108924','บ้านหนองทุ่ม','133','ssk133','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',129,9,'นายเผชิญ ศรีเมือง','หมู่ที่ 3 ถนนศรีสะเกษ-ขุขันธ์ บ้านหนองทุ่ม','วังหิน','','1','https://goo.gl/maps/tK4peXyjPXGCMLmH9'),
(247,'53160505','33108936','บ้านหนองนาโพธิ์','127','ssk127','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',177,8,'นายคงฤทธิ์ เมืองจันทร์','หมู่ที่ 6 บ้านหนองนาโพธิ์','ดวนใหญ่','','1','https://goo.gl/maps/wTFsVtgUWsxZJSgz6'),
(248,'53160101','33108948','บ้านหนองบัว','117','ssk117','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',181,11,'นายบัณฑิต ศักดิ์เทวินทร์','หมู่ที่ 2 บ้านหนองบัว','บ่อแก้ว','','1','https://goo.gl/maps/7Y5aqqntaWKH2JFNA'),
(249,'53160406','33108950','ชุมชนหนองสังข์','136','ssk136','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',165,9,'นายระยัพ ดวงศรี','หมู่ที่ 7 บ้านหนองสังข์','ศรีสำราญ','045660303','1','https://goo.gl/maps/HCiy42TGNxxsCciv8'),
(250,'53160304','33108961','บ้านหัววัวหนองนารีตาตวด','106','ssk106','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',312,11,'นายสุรชาติ ทอนศรี','หมู่ที่ 8 บ้านหนองนารี','บุสูง','','1','https://goo.gl/maps/H1QUSEsnnfT6QHrW7'),
(251,'53160404','33108973','บ้านเห็นอ้ม','134','ssk134','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',195,10,'นายพิชิต เชื้อทอง','หมู่ที่ 10 บ้านเห็นอ้ม','โพนยาง','','1','https://goo.gl/maps/roXakgYVriCbatjp9'),
(252,'53160301','33108985','อนุบาลวังหิน','102','ssk102','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',109,8,'นายธงชัย จันทร์แจ้ง','หมู่ที่ 2 บ้านบุสูง','บุสูง','','1','https://goo.gl/maps/KDdQdGjWmK1oKejs5'),
(253,'53200102','33109620','กระแชง(คุรุราษฎร์นุกูล)','160','ssk160','พยุห์','พยุห์',12,'อนุบาล','ป.6',191,11,'นายไชยวุฒิ หอมหวน','หมู่ที่ 8 ถนนศรีสะเกษ-กันทรลักษ์ บ้านกระแซง','ตำแย','','1','https://goo.gl/maps/XELGmoE1c8GA1xUr6'),
(254,'53200103','33109631','บ้านกระถุน','161','ssk161','พยุห์','พยุห์',12,'อนุบาล','ป.6',113,9,'นายสุพจน์ เจริญกิจ','หมู่ที่ 4 บ้านกระถุน','ตำแย','','1','https://goo.gl/maps/714XWBAmMFidd3p9A'),
(255,'53200403','33109643','บ้านกระหวันโนนเจริญ','150','ssk150','พยุห์','พยุห์',12,'อนุบาล','ป.6',98,7,'นายสมชาย ทวีทรัพย์','หมู่ที่ 5 บ้านกระหวัน','พรหมสวัสดิ์','','1','https://goo.gl/maps/ueZcst4p7FXSutx7A'),
(256,'53200104','33109655','บ้านขนวนจานสามัคคี','162','ssk162','พยุห์','พยุห์',12,'อนุบาล','ป.6',92,7,'นายสมศักดิ์ ศิริชนะ','หมู่ที่ 3 บ้านขนวน','ตำแย','','1','https://goo.gl/maps/ejbv5ZFTMDukDqFi8'),
(257,'53200203','33109667','บ้านค้อยางปอ(อสพป.35)','141','ssk141','พยุห์','พยุห์',12,'อนุบาล','ป.6',124,9,'นายวิทยา สุภะเกษ','หมู่ที่ 3 บ้านค้อยางปอ','โนนเพ็ก','','1','https://goo.gl/maps/Tqis9dgNmonvJATi9'),
(258,'53200302','33109679','บ้านคูเมือง','317','ssk317','พยุห์','พยุห์',12,'','',0,0,'','หมู่ที่ 3 บ้านคูเมือง','พยุห์','','1','https://goo.gl/maps/zmGtkNKvsr5g5PM56'),
(259,'53200205','33109680','บ้านโคกเพ็ก','139','ssk139','พยุห์','พยุห์',12,'อนุบาล','ป.6',63,5,'นายบุญธรรม สมานพงษ์','หมู่ที่ 9 บ้านโคกเพ็ก','โนนเพ็ก','','1','https://goo.gl/maps/Aoh11Xgr6PEUKboi7'),
(260,'53200101','33109692','บ้านตำแยหนองเม็ก','159','ssk159','พยุห์','พยุห์',12,'อนุบาล','ม.3',514,22,'นายศิริชัย เจตินัย','หมู่ที่ 1 ถนนบ้านพยุห์-บ้านคล้อ บ้านตำแย','ตำแย','','1','https://goo.gl/maps/vBt2eU7B8rSsyW6B7'),
(261,'53200201','33109709','บ้านโนนเพ็ก','138','ssk138','พยุห์','พยุห์',12,'อนุบาล','ป.6',301,12,'นายพิมพ์ จันทร์เทพา','หมู่ที่ 1 ถนนศรีสะเกษ-จันลม บ้านโนนเพ็ก','โนนเพ็ก','','1','https://goo.gl/maps/CiNYx8Fy5SWyCHBK8'),
(262,'53200406','33109710','บ้านโนนสว่าง(อสพป.17)','153','ssk153','พยุห์','พยุห์',12,'อนุบาล','ป.6',129,9,'นายชื่น พรหมชา','หมู่ที่ 6 บ้านโนนสว่าง','พรหมสวัสดิ์','','1','https://goo.gl/maps/LRFkz9hx8WyY7PqP7'),
(263,'53200405','33109722','บ้านป่าไร่','152','ssk152','พยุห์','พยุห์',12,'อนุบาล','ป.6',160,10,'นายศักดิ์ศรี ก้อนคำ','หมู่ที่ 8 บ้านป่าไร่','พรหมสวัสดิ์','','1','https://goo.gl/maps/UfoFDxLoSPsasqTC6'),
(264,'53200204','33109746','บ้านโพธิ์ศรี(คุรุราษฎร์อินทรสุภผล)','140','ssk140','พยุห์','พยุห์',12,'อนุบาล','ป.6',276,10,'นายทองไข พรหมประดิษฐ์','หมู่ที่ 10 บ้านโพธิ์ศรี','โนนเพ็ก','','1','https://goo.gl/maps/U21R9kzL5NUfuP8JA'),
(265,'53200404','33109758','บ้านร่องสะอาด','148','ssk148','พยุห์','พยุห์',12,'อนุบาล','ม.3',234,15,'นายธวัชชัย สกุนสิงห์','หมู่ที่ 7 บ้านร่องสะอาด','พรหมสวัสดิ์','','1','https://goo.gl/maps/duZEWHHs9BuLWN7A7'),
(266,'53200202','33109760','บ้านสร้างหว้า','142','ssk142','พยุห์','พยุห์',12,'อนุบาล','ป.6',70,6,'นายอนุศักดิ์ พันธ์งาม','หมู่ที่ 7 บ้านสร้างหว้า','โนนเพ็ก','','1','https://goo.gl/maps/qWX45254Lvfad3HN7'),
(267,'53200402','33109771','บ้านสำโรงโคเฒ่า','151','ssk151','พยุห์','พยุห์',12,'อนุบาล','ป.6',129,8,'นายอนันต์ ม่วงศรี','หมู่ที่ 3 ถนนศรีสะเกษ-ขุนหาญ บ้านสำโรงโคเฒ่','พรหมสวัสดิ์','','1','https://goo.gl/maps/78e7hgFFm2Me8jDZA'),
(268,'53200208','33109783','บ้านเสมอใจหนองสะลาม','143','ssk143','พยุห์','พยุห์',12,'อนุบาล','ป.6',129,8,'นายรัตนสิทธิ์ โสพล','หมู่ที่ 7 บ้านเสมอใจ','หนองค้า','','1','https://goo.gl/maps/F4GmnNfC9mq3hLyN6'),
(269,'53200206','33109795','บ้านหนองค้า','144','ssk144','พยุห์','พยุห์',12,'อนุบาล','ป.6',143,9,'นายอุทัย สาคำภีร์','หมู่ที่ 1 บ้านหนองค้า','หนองค้า','','1','https://goo.gl/maps/vjvyc4Rbza8LFFT26'),
(270,'53200407','33109801','บ้านหนองเตย','149','ssk149','พยุห์','พยุห์',12,'อนุบาล','ม.3',291,12,'นายจำเนียร ป้องกัน','หมู่ที่ 2 บ้านหนองเตย','พรหมสวัสดิ์','','1','https://goo.gl/maps/KL1JgZYk9BCGujXw9'),
(271,'53200306','33109825','บ้านหนองม่วงหนองแต้','158','ssk158','พยุห์','พยุห์',12,'อนุบาล','ป.6',182,10,'นายสมชาย ศรีคราม','หมู่ที่ 10 บ้านหนองม่วง','พยุห์','','1','https://goo.gl/maps/uAmPwZbbzqGmFyud6'),
(272,'53200303','33109837','บ้านหนองรัง','156','ssk156','พยุห์','พยุห์',12,'อนุบาล','ป.6',104,7,'นายประไพ ไกรษี','หมู่ที่ 4 บ้านหนองรัง','พยุห์','','1','https://goo.gl/maps/rR1MYPXSHTDWhxDCA'),
(273,'53200304','33109849','บ้านหนองหว้าทับทัย','157','ssk157','พยุห์','พยุห์',12,'อนุบาล','ป.6',151,10,'นายเสกสรรค์ นาครินทร์','หมู่ที่ 2 ถนนศรีสะเกษ-ขุนหาญ บ้านหนองหว้า','พยุห์','','1','https://goo.gl/maps/4TLER4i9AZNGDSnN9'),
(274,'53200207','33109850','บ้านหนองออ','146','ssk146','พยุห์','พยุห์',12,'อนุบาล','ป.6',103,6,'นายกฤช หาระชัย','หมู่ที่ 3 บ้านหนองออ','โนนเพ็ก','','1','https://goo.gl/maps/nGPqicdbUDsv1hxT9'),
(275,'53200105','33109862','บ้านอะลางหัวขัว(ตังสกุลคุรุราษฎร์บำรุง) ','163','ssk163','พยุห์','พยุห์',12,'อนุบาล','ป.6',78,7,'นายทวี อรุณโรจน์','หมู่ที่ 6 ถนนศรีสะเกษ-กันทรลักษ์ บ้านอะลางห','ตำแย','','1','https://goo.gl/maps/u96V5rfxZyqowuNBA'),
(276,'53200301','33109874','อนุบาลพยุห์','154','ssk154','พยุห์','พยุห์',12,'อนุบาล','ม.3',569,19,'นายสถิตย์ ติงสะ','หมู่ที่ 8 ถนนศรีสะเกษ-กันทรลักษ์ บ้านพยุห์','พยุห์','(045) 607118','1','https://goo.gl/maps/ANiPLLUmv1Twzjzg9');
/*!40000 ALTER TABLE `ssk1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `ssk1sch`
--
DROP TABLE IF EXISTS `ssk1sch`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `ssk1sch` (
`id` smallint(3) NOT NULL AUTO_INCREMENT,
`i_code` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sch_id` varchar(8) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`scname` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`scode` varchar(3) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`web_id` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`ampur` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`scgrp` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sceo` tinyint(2) unsigned zerofill NOT NULL DEFAULT 00,
`begclass` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`endclass` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`student` int(5) NOT NULL DEFAULT 0,
`teacher` int(3) NOT NULL DEFAULT 0,
`director` varchar(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sch_add` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sch_tam` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sch_tel` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
`sctype` char(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=285 DEFAULT CHARSET=tis620 COLLATE=tis620_thai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ssk1sch`
--
LOCK TABLES `ssk1sch` WRITE;
/*!40000 ALTER TABLE `ssk1sch` DISABLE KEYS */;
INSERT INTO `ssk1sch` VALUES
(1,'','','มารีวิทยา','009','ssk009','เมือง','เมือง 1',01,'อนุบาล','ม.3',1996,73,'นางสาวอรนุช หอมจันทร์','','','',''),
(2,'','','เทคโนโลยีศรีสะเกษ','010','ssk010','เมือง','เมือง 1',01,'ปวช.','ปวช.',321,23,'นายพิเศก สุขใย','','','',''),
(3,'','','วัดหลวงวิทยา','029','ssk029','เมือง','เมือง 2',02,'อนุบาล','ม.6',2237,83,'นายอัมพร เจียงเพ็ง','','','',''),
(4,'','','มานิตวิทยา','040','ssk040','เมือง','เมือง 2',02,'ม.1','ม.3',78,7,'นายอภิรัฐ อุทธิเสน','','','',''),
(5,'','','วิทยาลัยศรีสะเกษบริหารธุรกิจและวิศวกรรม','060','ssk060','เมือง','เมือง 3',03,'ปวช.','ปวส.',452,30,'นายเดชา ทองสุวรรณ','','','',''),
(6,'','','วิทยาลัยเฉลิมหล้า','082','ssk082','เมือง','เมือง 4',04,'ปวช.','ปวช.',923,20,'นายชัยพล บุปผาชาติ','','','',''),
(7,'','','มารดาทรงธรรม','281','ssk280','กันทรารมย์','กลางกันทรารมย์',07,'','',0,0,'','','','',''),
(8,'53100000','33100000','อนุบาลน้ำเพชร','312','ssk312','ยางชุมน้อย','ยางชุมน้อย',05,'','',0,0,'','','','',''),
(9,'53010601','33101371','จินดาวิทยาคาร 3','075','ssk075','เมือง','เมือง 4',04,'อนุบาล','ป.6',112,9,'นายนิพนธ์ คำเพราะ','หมู่ที่ 2 บ้านหนองไฮ','หนองไฮ','',''),
(10,'53010203','33101383','นิคมสร้างตนเองห้วยคล้า1','055','ssk055','เมือง','เมือง 3',03,'อนุบาล','ป.6',151,10,'นายประสิทธิ์ อินทรบุตร','หมู่ที่ 7 ถนนขุขันธ์ บ้านนิคมห้วยคล้า','หมากเขียบ','',''),
(11,'53010606','33101395','บ้านก่อโนนหล่อง','076','ssk076','เมือง','เมือง 4',04,'อนุบาล','ป.6',96,6,'นายพจน์ศุพงษ์ สระแก้ว','หมู่ที่ 6 บ้านโนนหล่อง','หนองไฮ','',''),
(12,'53010202','33101401','บ้านก้านเหลือง','054','ssk054','เมือง','เมือง 3',03,'อนุบาล','ม.3',300,16,'นายวัชระ รัตนวัน','หมู่ที่ 6 บ้านก้านเหลือง','หมากเขียบ','',''),
(13,'53010504','33101413','บ้านกุดโง้ง (สิริราษฎร์บำรุง)','046','ssk046','เมือง','เมือง 3',03,'อนุบาล','ม.3',272,25,'นายแสงเทียนชัย ใจดี','หมู่ที่ 6 ถนนศรีสะเกษ-กันทรลักษ์ บ้านกุดโง้','โพนข่า','(045) 612374',''),
(14,'53010605','33101425','บ้านแก','080','ssk080','เมือง','เมือง 4',04,'อนุบาล','ป.6',70,9,'นายพรหมทิพย์ ทองแท้','หมู่ที่ 3 บ้านแก','หนองไฮ','(045) 614861',''),
(15,'53010302','33101437','บ้านขมิ้น','068','ssk068','เมือง','เมือง 4',04,'อนุบาล','ป.6',144,12,'นายไสว โสภาศรี','หมู่ที่ 9 บ้านขมิ้น','ทุ่ม','',''),
(16,'53010901','33101449','บ้านคูซอด','005','ssk005','เมือง','เมือง 1',01,'อนุบาล','ป.6',174,12,'นางสุภาวนี วรธรรมปัญญา','หมู่ที่ 2 บ้านคูซอด','คูซอด','',''),
(17,'53010401','33101462','บ้านจานหนองคู','072','ssk072','เมือง','เมือง 4',04,'อนุบาล','ป.6',188,10,'นายโกสีย์ ศรแก้ว','หมู่ที่ 4 บ้านหนองคู','จาน','',''),
(18,'53010507','33101474','บ้านซำโพธิ์','049','ssk049','เมือง','เมือง 3',03,'อนุบาล','ป.6',182,11,'นายประถม พรหมประดิษฐ์','หมู่ที่ 1 บ้านซำ','ซำ','',''),
(19,'53010402','33101486','บ้านดงบัง(คุรุราษฎร์พัฒนา)','065','ssk065','เมือง','เมือง 4',04,'อนุบาล','ป.6',201,11,'นางสาวศิริพร ทานะ','หมู่ที่ 7 บ้านดงบัง','จาน','',''),
(20,'53010105','33101498','บ้านดอนกลาง','043','ssk043','เมือง','เมือง 3',03,'อนุบาล','ป.6',81,7,'นายยุรนันท์ สุนิพัฒน์','หมู่ที่ 7 บ้านดอนกลาง','หนองครก','',''),
(21,'53010404','33101504','บ้านแดงเหล่ายอด','066','ssk066','เมือง','เมือง 4',04,'อนุบาล','ป.6',205,10,'นายคงสิทธิ์ อินตะนัย','หมู่ที่ 10 บ้านแดง','จาน','',''),
(22,'53010602','33101516','บ้านตะดอบ','067','ssk067','เมือง','เมือง 4',04,'อนุบาล','ม.3',533,25,'นายไกรฤกษ์ กันหาฤกษ์','หมู่ที่ 7 บ้านโพนงาม','ตะดอบ','',''),
(23,'53010301','33101528','บ้านทุ่ม','061','ssk061','เมือง','เมือง 4',04,'อนุบาล','ป.6',86,5,'นายประมาณ บุญชู','หมู่ที่ 1 บ้านทุ่ม','ทุ่ม','',''),
(24,'53010502','33101530','บ้านแทงวิทยา','048','ssk048','เมือง','เมือง 3',03,'อนุบาล','ป.6',93,5,'นายอุดม โพธิ์ชัย','หมู่ที่ 6 ถนนหนองแคน-จันลม บ้านแทง','ซำ','',''),
(25,'53010904','33101541','บ้านน้ำคำ','014','ssk014','เมือง','เมือง 1',01,'อนุบาล','ป.6',311,18,'นายสุเธียร ป้องกัน','หมู่ที่ 6 บ้านน้ำคำ','น้ำคำ','',''),
(26,'53010304','33101553','บ้านโนนแกด','062','ssk062','เมือง','เมือง 4',04,'อนุบาล','ม.3',266,17,'นายนิโรจน์ ธรรมรส','หมู่ที่ 6 ถนนจันลม-หนองแคน บ้านโนนแกด','ทุ่ม','',''),
(27,'53010702','33101565','บ้านโนนดั่ง(คุรุราษฎร์รังสรรค์)','024','ssk024','เมือง','เมือง 2',02,'อนุบาล','ป.6',63,7,'นายวิชิต บุญเฉลียว','หมู่ที่ 7 บ้านโนนดั่ง','หนองแก้ว','',''),
(28,'53011004','33101577','บ้านโนนแย้','012','ssk012','เมือง','เมือง 1',01,'อนุบาล','ป.6',194,11,'นายสุรยุทธ จำปาสา','หมู่ที่ 7 บ้านโนนแย้','หญ้าปล้อง','(045) 612505',''),
(29,'','','หนองถ่มวิทยา','130','ssk130','กันทรารมย์','อบจ.ศก.',00,'','',0,0,'','','','',''),
(30,'53010805','33101590','บ้านโนนหุ่งหนองหว้าน้ำท่วม','022','ssk022','เมือง','เมือง 2',02,'อนุบาล','ป.6',55,6,'นายสมชาย ถิระโคตร','หมู่ที่ 4 บ้านโนนหุ่ง','โพธิ์','',''),
(31,'53010708','33101607','บ้านโนนอีปังโพนวัว','035','ssk035','เมือง','เมือง 2',02,'อนุบาล','ป.6',220,9,'นายบุญส่ง ตระกาลจันทร์','หมู่ที่ 8 บ้านโนนอีปัง','หนองแก้ว','',''),
(32,'53010506','33101619','บ้านบก','047','ssk047','เมือง','เมือง 3',03,'อนุบาล','ป.6',106,8,'นายศิริพงษ์ เสนาะ','หมู่ที่ 3 บ้านบก','โพนข่า','',''),
(33,'53010706','33101620','บ้านดอนสั้น','037','ssk037','เมือง','เมือง 2',02,'อนุบาล','ป.6',94,7,'ว่าที่ ร.ต.รังสรรค์ กรึงไกร','หมู่ที่ 8 บ้านดอนสั้น','โพนเขวา','',''),
(34,'53010903','33101632','บ้านเปือย','006','ssk006','เมือง','เมือง 1',01,'อนุบาล','ป.6',129,10,'นายวัชรินทร์ บัวงาม','หมู่ที่ 6 ถนนคูซอด-น้ำคำ บ้านเปือย','คูซอด','',''),
(35,'53021205','33101632','บ้านเปือย','208','ssk207','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',170,10,'นายธีรวัฒน์ ทองใส','หมู่ที่ 6 ถนนคูซอด-น้ำคำ บ้านเปือย','คูซอด','',''),
(36,'53200401','33101632','บ้านเปือย','148','ssk147','พยุห์','พยุห์',12,'อนุบาล','ม.3',409,9,'นายสำนวน พุ่มไม้','หมู่ที่ 6 ถนนคูซอด-น้ำคำ บ้านเปือย','คูซอด','',''),
(37,'53010603','33101644','บ้านเปือยนาสูง','074','ssk074','เมือง','เมือง 4',04,'อนุบาล','ม.3',364,21,'นายอัมพร อินตะนัย','หมู่ที่ 2 บ้านเปือยใหญ่','ตะดอบ','',''),
(38,'53011002','33101656','บ้านเพียนาม','004','ssk004','เมือง','เมือง 1',01,'อนุบาล','ป.6',162,13,'นายอาลัย หงษ์ทอง','หมู่ที่ 3 ถนนศรีสะเกษ-อุทุมพรฯ บ้านเพียนาม','หนองไผ่','(045) 612375',''),
(39,'53010804','33101668','บ้านโพธิ์โนนจานอีลอก','032','ssk032','เมือง','เมือง 2',02,'อนุบาล','ม.3',200,17,'นายระเบียบ สายเมือง','หมู่ที่ 1 บ้านโพธิ์','โพธิ์','',''),
(40,'53010503','33101670','บ้านโพนข่า (วินิตวิทยาคาร)','056','ssk056','เมือง','เมือง 3',03,'อนุบาล','ม.3',425,20,'นายวิศิษฐ์ ลาลุน','หมู่ที่ 5 บ้านโนน','โพนข่า','',''),
(41,'53010405','33101681','บ้านโพนค้อ','071','ssk071','เมือง','เมือง 4',04,'อนุบาล','ป.6',323,16,'นายพงศ์พัฒน์ ภูธา','หมู่ที่ 1 ถนนศรีสะเกษ-กันทรลักษ์ บ้านโพนค้อ','โพนค้อ','',''),
(42,'53010607','33101693','บ้านโพนแดง','077','ssk077','เมือง','เมือง 4',04,'อนุบาล','ป.6',71,7,'นายเอกอมร ใจจง','หมู่ที่ 4 บ้านโพนแดง','หนองไฮ','',''),
(43,'53010204','33101700','บ้านยางกุดนาคำ','045','ssk045','เมือง','เมือง 3',03,'อนุบาล','ป.6',77,7,'นายสำราญ ลือขจร','หมู่ที่ 5 บ้านยางกุด','หมากเขียบ','',''),
(44,'53020503','33101700','บ้านยาง','274','ssk273','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',92,7,'นายชัยณรงค์ อดทน','หมู่ที่ 5 บ้านยางกุด','หมากเขียบ','',''),
(45,'53010902','33101711','บ้านเวาะ','015','ssk015','เมือง','เมือง 1',01,'อนุบาล','ป.6',155,10,'นายสุทัศน์ บุญยี่','หมู่ที่ 5 บ้านเวาะ','คูซอด','',''),
(46,'53130501','33101711','บ้านเวาะวิทยาคม','188','ssk187','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ม.3',315,11,'นายเด่นชัย หวานใจ','หมู่ที่ 5 บ้านเวาะ','คูซอด','',''),
(47,'53010303','33101723','บ้านเสือบอง','064','ssk064','เมือง','เมือง 4',04,'อนุบาล','ป.6',24,5,'นายวิเชียร บุญมาก','หมู่ที่ 3 บ้านเสือบอง','ทุ่ม','',''),
(48,'53011001','33101735','บ้านหญ้าปล้อง','001','ssk001','เมือง','เมือง 1',01,'อนุบาล','ม.3',304,20,'นายวิศิษฐ์ ศักดิ์เทวินทร์','หมู่ที่ 1 ถนนศรีสะเกษ-ราษีไศล บ้านหญ้าปลัอง','หญ้าปล้อง','',''),
(49,'53010701','33101747','บ้านหนองแก้วสำโรง','033','ssk033','เมือง','เมือง 2',02,'อนุบาล','ป.6',184,11,'นายสมัย ศรีสุรักษ์','หมู่ที่ 4 บ้านสำโรง','หนองแก้ว','',''),
(50,'53010705','33101759','บ้านหนองเข็งเหล่าแค','034','ssk034','เมือง','เมือง 2',02,'อนุบาล','ป.6',180,11,'นายประเวศ นนทวงษ์','หมู่ที่ 3 บ้านหนองเข็ง','โพนเขวา','',''),
(51,'53010505','33101760','บ้านหนองแข้หนองหว้าป่าสะแบง','058','ssk058','เมือง','เมือง 3',03,'อนุบาล','ป.6',93,8,'นายสวัสดิ์ บุญภามา','หมู่ที่ 7 บ้านหนองแข้','ซำ','',''),
(52,'53010101','33101772','บ้านหนองครก','041','ssk041','เมือง','เมือง 3',03,'อนุบาล','ม.3',445,19,'นายสุขี สดใส','หมู่ที่ 5 ถนนศรีสะเกษ-ขุขันธ์ บ้านหนองครก','หนองครก','(045) 612370',''),
(53,'53010907','33101784','บ้านหนองคำ','016','ssk016','เมือง','เมือง 1',01,'อนุบาล','ป.6',133,9,'นายอุทิศ จันทร์มนตรี','หมู่ที่ 9 บ้านหนองคำ','น้ำคำ','',''),
(54,'53010501','33101796','บ้านหนองแคน(คุรุราษฎร์สามัคคี)','057','ssk057','เมือง','เมือง 3',03,'อนุบาล','ป.6',146,8,'นายไพบูลย์ บุตรมี','หมู่ที่ 5 ถนนเฉลิมพระเกียรติ ร.9 บ้านหนองแค','ซำ','',''),
(55,'53010604','33101802','บ้านหนองแคนหนองเทา','079','ssk079','เมือง','เมือง 4',04,'อนุบาล','ป.6',135,7,'นายเศรษฐโชค บุญเสริม','หมู่ที่ 4 บ้านหนองแคนหนองเทา','ตะดอบ','',''),
(56,'53010803','33101814','บ้านหนองตะมะพันทาโนนกอง(ธนาคารกรุงเทพ2)','021','ssk021','เมือง','เมือง 2',02,'อนุบาล','ป.6',246,10,'นายทองใบ ศรีเสมอ','หมู่ที่ 8 ถนนอุบล บ้านหนองตะมะ','โพธิ์','(045) 612373',''),
(57,'53010905','33101826','บ้านหนองโนวิทยา','030','ssk030','เมือง','เมือง 2',02,'อนุบาล','ม.3',494,26,'นายอวยชัย ชัญธุระ','หมู่ที่ 3 บ้านหนองโน','น้ำคำ','',''),
(58,'53011006','33101838','บ้านหนองไผ่','013','ssk013','เมือง','เมือง 1',01,'อนุบาล','ป.6',122,8,'นายธนะวัฒน์ ศุภสาร','หมู่ที่ 5 บ้านหนองไผ่','หนองไผ่','',''),
(59,'53010102','33101840','บ้านหนองโพธิ์','051','ssk051','เมือง','เมือง 3',03,'อนุบาล','ป.6',143,10,'นายอดิศักดิ์ อิศรมงคลรักษ์','หมู่ที่ 8 ถนนขุขันธ์ บ้านหนองแดง','หนองครก','(045) 612367',''),
(60,'53010307','33101851','บ้านหนองม่วงหนองแวง','063','ssk063','เมือง','เมือง 4',04,'อนุบาล','ป.6',111,7,'นายสมัย อดทน','หมู่ที่ 8 บ้านหนองม่วงหนองแวง','ทุ่ม','',''),
(61,'53010106','33101863','ชุมชนหนองยางหนองม่วง','053','ssk053','เมือง','เมือง 3',03,'อนุบาล','ป.6',68,7,'นางสาวเพ็ญศรี สารีบุตร','หมู่ที่ 6 บ้านหนองยาง','หนองครก','(045) 613781',''),
(62,'53010704','33101875','บ้านหนองแวงโพนเขวา','023','ssk023','เมือง','เมือง 2',02,'อนุบาล','ม.3',647,34,'นายเฉลิมชัย สารภาพ','หมู่ที่ 4 บ้านคอก','โพนเขวา','',''),
(63,'53010104','33101887','บ้านหนองสวง','052','ssk052','เมือง','เมือง 3',03,'อนุบาล','ป.6',125,11,'นายวินัย สีส่วน','หมู่ที่ 3 บ้านหนองสวง','หนองครก','',''),
(64,'53010103','33101899','บ้านหนองสาดโนนเจริญ','042','ssk042','เมือง','เมือง 3',03,'อนุบาล','ป.6',139,10,'นายไพศาล อารีย์','หมู่ที่ 4 บ้านหนองสาด','หนองครก','',''),
(65,'53010703','33101905','บ้านหนองหว้าเข้ากรรม','036','ssk036','เมือง','เมือง 2',02,'อนุบาล','ป.6',104,8,'นางระพีสันต์ เครือสุภาพ','หมู่ที่ 9 บ้านหนองเข้ากรรม','หนองแก้ว','',''),
(66,'53010201','33101917','บ้านหมากเขียบ','044','ssk044','เมือง','เมือง 3',03,'อนุบาล','ป.6',73,8,'นายนเรนทร์ จิตภักดี','หมู่ที่ 1 บ้านหมากเขียบ','หมากเขียบ','',''),
(67,'53011007','33101929','บ้านหอยสะเดาพัฒนา','002','ssk002','เมือง','เมือง 1',01,'อนุบาล','ป.6',155,9,'นายบุญเลิศ พวงพันธ์','หมู่ที่ 8 บ้านพัฒนา','หนองไผ่','',''),
(68,'53010305','33101930','บ้านหางว่าวโนนบัว','069','ssk069','เมือง','เมือง 4',04,'อนุบาล','ป.6',135,8,'นายกาจน์ บุญเยี่ยม','หมู่ที่ 4 บ้านหางว่าว','ทุ่ม','',''),
(69,'53011005','33101942','บ้านเอกสร้างเรือง','011','ssk011','เมือง','เมือง 1',01,'อนุบาล','ป.6',149,12,'นายบุญฤกษ์ โสรเนตร','หมู่ที่ 5 บ้านเอก','หญ้าปล้อง','',''),
(70,'53010403','33101954','บ้านฮ่องขาดหนองตะเคียน','073','ssk073','เมือง','เมือง 4',04,'อนุบาล','ป.6',236,11,'นายไพฑูรย์ ชินวงศ์','หมู่ที่ 6 บ้านฮ่องขาดหนองตะเคียน','จาน','',''),
(71,'53010306','33101966','บ้านฮ่องแข้ดำ','070','ssk070','เมือง','เมือง 4',04,'อนุบาล','ป.6',96,6,'นายวรวิทย์ จิตสำราญ','หมู่ที่ 11 บ้านฮ่องแข้ดำ','ทุ่ม','',''),
(72,'53010707','33101978','มหาราช 3','025','ssk025','เมือง','เมือง 2',02,'อนุบาล','ป.6',79,7,'นายสมศักดิ์ หล้าธรรม','หมู่ที่ 5 บ้านบัวเตย','หนองแก้ว','',''),
(73,'53010801','33101980','มิ่งเมือง','031','ssk031','เมือง','เมือง 2',02,'อนุบาล','ป.6',144,9,'นายอานุภาพ พิมพ์โคตร','หมู่ที่ 9 ถนนวิจิตรนคร บ้านท่าเรือ','โพธิ์','(045) 612378',''),
(74,'53010802','33101991','วัดพระโต','020','ssk020','เมือง','เมือง 2',02,'อนุบาล','ม.3',1618,67,'นายจารึก ทองเพชร','หมู่ที่ 0 ถนนขุขันธ์ บ้านชุมชนวัดพระโต','เมืองเหนือ','(045) 612730',''),
(75,'53010107','33102004','อนุบาลศรีสะเกษ','026','ssk026','เมือง','เมือง 2',02,'อนุบาล','ป.6',2207,82,'นางศิริพร ไพบูลย์','-','หนองครก','(045) 611529',''),
(76,'53100303','33102016','บ้านกุดเมืองฮาม(ศิริราชสงเคราะห์)','098','ssk098','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',286,19,'นายสำรวย จันทร์ก้อน','หมู่ที่ 1 บ้านกุดเมืองฮาม','กุดเมืองฮาม','',''),
(77,'53100305','33102028','บ้านแก้ง','088','ssk088','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',87,8,'นายเวียงศรี แก้วพวง','หมู่ที่ 4 บ้านแก้ง','กุดเมืองฮาม','',''),
(78,'53100301','33102030','บ้านคอนกาม','085','ssk085','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',407,23,'นายณรงค์ นามวงษ์','หมู่ที่ 7 บ้านคอนกาม','คอนกาม','',''),
(79,'53100302','33102041','บ้านค้อเมืองแสน','086','ssk086','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',320,13,'นายวิจิตร นามวงษ์','หมู่ที่ 9 บ้านค้อ','คอนกาม','',''),
(80,'53100206','33102053','บ้านจอมวิทยา','100','ssk100','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',81,7,'นายวิเศษ ไชยอุดม','หมู่ที่ 4 บ้านจอม','บึงบอน','',''),
(81,'53100202','33102065','บ้านดินดำ','084','ssk084','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',149,9,'นายสรวิทย์ นามวงษ์','หมู่ที่ 9 บ้านดินดำ','ลิ้นฟ้า','',''),
(82,'53100204','33102077','บ้านโนน(รัฐประชาสงเคราะห์)','101','ssk101','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',329,10,'นายบุญเทียร เทพบุตรดี','หมู่ที่ 10 บ้านโนน','บึงบอน','',''),
(83,'53100103','33102089','บ้านโนนคูณ','087','ssk087','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',581,28,'นายนิรักษ์ สีหะวงษ์','หมู่ที่ 2 บ้านโนนคูณ','โนนคูณ','',''),
(84,'53130302','33102089','บ้านโนนคูณ','174','ssk173','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',212,9,'นายธนิต สารภาพ','หมู่ที่ 2 บ้านโนนคูณ','โนนคูณ','',''),
(85,'53100105','33102090','บ้านโนนติ้ว','097','ssk097','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',103,7,'นายจำรูญศักดิ์ ศรีสว่าง','หมู่ที่ 5 บ้านโนนติ้ว','โนนคูณ','',''),
(86,'53100205','33102107','บ้านบอนวิทยา','091','ssk091','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',325,15,'นายชาติชาย นามวงศ์','หมู่ที่ 2 บ้านบอน','บึงบอน','',''),
(87,'53100203','33102119','บ้านผักขะ','094','ssk094','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',234,11,'นางสุธิดาลักษณ์ สมคะเณย์','หมู่ที่ 12 บ้านผักขะ','ลิ้นฟ้า','',''),
(88,'53100304','33102120','บ้านยางเครือ','095','ssk095','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',130,9,'นายไพฑูรย์ นามสาย','หมู่ที่ 2 บ้าน4','กุดเมืองฮาม','',''),
(89,'53100102','33102132','บ้านยางชุมใหญ่','090','ssk090','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ม.3',329,20,'นายอุดม นามวงษ์','หมู่ที่ 3 บ้านยางชุมใหญ่','ยางชุมใหญ่','',''),
(90,'53100106','33102144','บ้านยางชุมใหญ่สาขาดอนโก','092','ssk092','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',21,2,'นายอุดม นามวงษ์','หมู่ที่ 4 บ้านดอนโก','ยางชุมใหญ่','',''),
(91,'53100201','33102156','บ้านลิ้นฟ้า','083','ssk083','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',217,11,'นายสุรพล จำปาเรือง','หมู่ที่ 2 บ้านลิ้นฟ้า','ลิ้นฟ้า','',''),
(92,'53100104','33102168','บ้านหอยโนนดู่','096','ssk096','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',287,12,'นายยงชัย สุเมธิวิทย์','หมู่ที่ 3 บ้านหอยโนนดู่','โนนคูณ','',''),
(93,'53100101','33102170','อนุบาลยางชุมน้อย(หน่วยคุรุราษฎร์รังสรรค์)','099','ssk099','ยางชุมน้อย','ยางชุมน้อย',05,'อนุบาล','ป.6',734,33,'นายทิวา รุ้งแก้ว','หมู่ที่ 7 บ้านยางชุมน้อย','ยางชุมน้อย','(045) 687057',''),
(94,'53020505','33102181','บ้านกล้วย','276','ssk275','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',333,17,'นายวีรวุฒิ คงบุญมี','หมู่ที่ 4 บ้านกล้วย','ยาง','',''),
(95,'53021002','33102193','บ้านกอก','202','ssk201','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',168,12,'นายฉัฐมงคล โนนกอง','หมู่ที่ 3 บ้านกอก','ละทาย','',''),
(96,'53021204','33102200','บ้านกอกหัวนา','209','ssk208','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',291,13,'นายพีระพล ไชยเดชะ','หมู่ที่ 3 บ้านกอกหัวนา','หนองแก้ว','',''),
(97,'53020601','33102211','บ้านเกาะ','239','ssk238','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',178,11,'นายแสวง พิทักษ์เมธากุล','หมู่ที่ 6 บ้านเกาะ','ผักแพว','',''),
(98,'53020805','33102223','บ้านขาม','229','ssk228','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',148,9,'นายทองสา พละศักดิ์','หมู่ที่ 3 บ้านขาม','บัวน้อย','',''),
(99,'53020406','33102235','บ้านขามป้อม','249','ssk248','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',47,4,'นายสุพงษ์ คงนิล','หมู่ที่ 5 บ้านขามป้อม','หนองบัว','',''),
(100,'53020204','33102247','บ้านขี้เหล็ก(อสพป.40)','262','ssk261','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',66,6,'ว่าที่ ร.ต. ศิริวงศ์ วงศ์ทะเล','หมู่ที่ 7 บ้านขี้เหล็ก','โนนสัง','',''),
(101,'53021003','33102259','บ้านเขวา','204','ssk203','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',81,5,'นายโกวิท ดวงคำ','หมู่ที่ 4 บ้านเขวา','ละทาย','',''),
(102,'53020401','33102260','บ้านคล้อมิตรภาพที่ 226','244','ssk243','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',339,18,'นายบุญเกิด ทองสุข','หมู่ที่ 7 บ้านคล้อมิตรภาพ 226','ดู่','',''),
(103,'53020107','33102272','บ้านคำเนียม(คำเนียมวิทยาคาร)','257','ssk256','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',206,11,'นายอุกฤษ กัณหา','หมู่ที่ 8 บ้านคำเนียม','คำเนียม','',''),
(104,'53020507','33102284','บ้านโคก','278','ssk277','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',95,7,'นายประสิทธิ์ ศิรินัย','หมู่ที่ 5 บ้านโคก','ยาง','',''),
(105,'53020701','33102296','บ้านจาน','230','ssk229','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',295,16,'นายสุรเชษฐ์ อภินันท์','หมู่ที่ 1 บ้านจาน','จาน','',''),
(106,'53020605','33102302','บ้านจิกกะลา','240','ssk239','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',135,8,'นายชาติชาย เลขาตระกูล','หมู่ที่ 4 บ้านจิกกะลา','ผักแพว','',''),
(107,'53021104','33102314','บ้านเจี่ย','216','ssk215','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',456,22,'นายเนาวรัตน์ มุขขันธ์','หมู่ที่ 2 บ้านเจี่ย','ทาม','',''),
(108,'53020403','33102326','บ้านดู่','242','ssk241','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',81,7,'นายปิยะ ทาระ','หมู่ที่ 1 บ้านดู่','ดู่','',''),
(109,'53020104','33102338','บ้านดูนสิม(อสพป.8)','254','ssk253','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',224,13,'นางละม้าย วงศ์ประสาร','หมู่ที่ 1 บ้านดูน','ดูน','',''),
(110,'53021102','33102340','บ้านทาม','214','ssk213','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',131,8,'นายทองใส เพชรรินทร์','หมู่ที่ 9 บ้านทาม','ทาม','',''),
(111,'53020307','33102351','บ้านทุ่งพาย','271','ssk270','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',126,8,'นายประสพชัย ทาระ','หมู่ที่ 3 บ้านทุ่งพาย','หนองหัวช้าง','',''),
(112,'53020903','33102363','บ้านทุ่งมั่ง','222','ssk221','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',162,10,'นายสะอาด สีหาภาค','หมู่ที่ 2 บ้านทุ่งมั่ง','อีปาด','',''),
(113,'53020803','33102375','บ้านเทิน','225','ssk224','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',215,10,'นายถนอม บัวแก้ว','หมู่ที่ 8 บ้านเทิน','บัวน้อย','',''),
(114,'53020602','33102387','บ้านนาดี','236','ssk235','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',125,9,'นายกฤษฎางค์ สุริยเลิศ','หมู่ที่ 9 บ้านนาดี','ผักแพว','',''),
(115,'53020201','33102399','บ้านโนนผึ้ง','259','ssk258','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',189,13,'นายพัชรินทร์ ธานี','หมู่ที่ 1 บ้านโนนผึ้ง','โนนสัง','',''),
(116,'53020603','33102405','บ้านโนนสะอาด','238','ssk237','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',58,5,'นางวาสนา ภักดี','หมู่ที่ 2 บ้านโนนสะอาด','ผักแพว','',''),
(117,'53020203','33102417','บ้านโนนสัง(โนนสังวิทยาคาร)','261','ssk260','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ม.3',324,15,'นางสาวทักษิณา สีหบุตร','หมู่ที่ 11 บ้านโนนสัง','โนนสัง','',''),
(118,'53020304','33102429','บ้านบกขี้ยาง','268','ssk267','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',327,13,'นายวัฒนะ ทองสุ','หมู่ที่ 4 บ้านบกขี้ยาง','หนองหัวช้าง','',''),
(119,'53020606','33102430','บ้านบกบ่างถ่อนหนองขุน','237','ssk236','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',147,8,'นายอาจณรงค์ โลนุสิทธิ์','หมู่ที่ 11 บ้านบกบ่าง','ผักแพว','',''),
(120,'53020804','33102442','บ้านบัวน้อยโนนปอ','227','ssk226','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',66,5,'นายภูวนาท พิมพ์พร','หมู่ที่ 4 บ้านบัวน้อย','บัวน้อย','',''),
(121,'53020704','33102466','บ้านบูรพา','233','ssk232','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',315,10,'นายสงวนศักดิ์ กีรติรวี','หมู่ที่ 5 บ้านบูรพา','จาน','',''),
(122,'53020706','33102480','บ้านผักบุ้ง','235','ssk234','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',311,11,'นายณรงค์ บุรมย์','หมู่ที่ 13 บ้านผักบุ้ง','จาน','',''),
(123,'53020604','33102491','บ้านผักแพว(คุรุราษฎร์รังสฤษฎ์)','231','ssk230','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',317,14,'นายระพี แก้วเนตร','หมู่ที่ 1 บ้านผักแพว','ผักแพว','(0 ) 9995320',''),
(124,'53021103','33102508','บ้านผึ้ง(มธุลีห์ประชาสรรค์)','213','ssk212','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',529,25,'นายสุจินต์ เชื้อประทุม','หมู่ที่ 5 บ้านผึ้ง','ทาม','',''),
(125,'53020705','33102510','บ้านพะแนงวิทยา','234','ssk233','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ม.3',307,11,'นายธวัชชัย ชัยเวช','หมู่ที่ 2 บ้านพะแนง','จาน','',''),
(126,'53020801','33102521','บ้านพันลำ','228','ssk227','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',154,9,'นายเข้ม แก้วแดง','หมู่ที่ 5 บ้านพันลำ','บัวน้อย','',''),
(127,'53020501','33102533','บ้านโพธิ์ลังกา','272','ssk271','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',150,11,'นายมนัส ทาระ','หมู่ที่ 11 ถนนกันทรารมย์ - บ้านสบาย บ้านโพธ','ยาง','',''),
(128,'53020404','33102545','บ้านโพนทราย โนนเรือ','247','ssk246','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',156,9,'นายเสน่ห์ จันดาพืช','หมู่ที่ 3 บ้านโพนทรายโนนเรือ','หนองบัว','',''),
(129,'53020106','33102557','บ้านมะกรูด','256','ssk255','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',42,5,'นายสมาน ละเลิศ','หมู่ที่ 3 บ้านมะกรูด','คำเนียม','',''),
(130,'53020905','33102569','บ้านเมืองน้อยหนองมุข','217','ssk216','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',305,14,'นายอำไพ นวลศิริ','หมู่ที่ 6 บ้านเมืองน้อย','เมืองน้อย','',''),
(131,'53021005','33102570','บ้านยางน้อยสามัคคี','205','ssk204','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',73,5,'นายสมพร อินทา','หมู่ที่ 5 บ้านยางน้อย','ละทาย','',''),
(132,'53021001','33102582','บ้านละทาย','201','ssk200','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',305,13,'นายไพบูลย์ พละศักดิ์','หมู่ที่ 1 บ้านละทาย','ละทาย','',''),
(133,'53020306','33102594','บ้านลือโนนศรีไคลชัยร่องน้ำครำ','270','ssk269','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ม.3',259,16,'นายมนัส จัตวานนท์','หมู่ที่ 6 บ้านลื่อชัย','หนองหัวช้าง','',''),
(134,'53020305','33102600','บ้านเลิงแฝก','269','ssk268','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',122,8,'นายไพบูลย์ สะอาด','หมู่ที่ 7 บ้านเลิงแฝก','หนองหัวช้าง','',''),
(135,'53020802','33102612','บ้านแวงโนนเปือยหนองแสง','226','ssk225','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',99,9,'นายเด่นชัย ศรีสุธรรม','หมู่ที่ 1 บ้านแวง','บัวน้อย','',''),
(136,'53020506','33102624','บ้านสร้างเหล่าโนนแดง','277','ssk276','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',72,6,'นายบัณฑิต ดาประสงค์','หมู่ที่ 3 บ้านสร้างเหล่า -','ยาง','',''),
(137,'53020405','33102636','บ้านสีถาน','248','ssk247','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',59,5,'นายปัญญา รอดคำทุย','หมู่ที่ 7 บ้านสีถาน','หนองบัว','',''),
(138,'53021202','33102648','บ้านแสงใหญ่(คุรุราษฎร์บำรุง)','211','ssk210','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',400,16,'นายสมปอง อภินันท์','หมู่ที่ 10 บ้านแสงใหญ่','หนองแวง','',''),
(139,'53020502','33102650','บ้านหนองกก','273','ssk272','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ม.3',120,12,'นายจิรภัทร พวงจำปา','หมู่ที่ 2 บ้านหนองกก','ยาง','',''),
(140,'53020504','33102661','บ้านหนองกี่','275','ssk274','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',53,4,'นายนิกร ผุดผ่อง','หมู่ที่ 7 บ้านหนองกี่','ยาง','',''),
(141,'53021206','33102673','บ้านหนองแก้ว(ราษฎร์ผดุงวิทยา)','207','ssk206','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',190,11,'นายบพิตร บุญเฉลียว','หมู่ที่ 1 บ้านหนองแก้ว','หนองแก้ว','',''),
(142,'53020301','33102685','บ้านหนองดุมหนองม่วง','265','ssk264','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',164,11,'นายสุเทพ ศิริกุล','หมู่ที่ 2 ถนนกันทรารม-กันทรลักษ์ บ้านหนองดุ','หนองหัวช้าง','',''),
(143,'53020302','33102697','บ้านหนองถ่ม','266','ssk265','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',109,9,'นายทองดี คำศรี','หมู่ที่ 1 ถนนกันทรารมย์ - กันทรลักษ์ บ้านหน','หนองหัวช้าง','',''),
(144,'53020402','33102703','บ้านหนองถ่ม(คุรุราษฎร์อนุสรณ์)','243','ssk242','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',249,12,'นายไพรัช ทองสุ','หมู่ที่ 8 บ้านหนองถ่ม','ดู่','',''),
(145,'53020108','33102715','บ้านหนองทามใหญ่','258','ssk257','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',101,8,'นายศุภมงคล บุญชู','หมู่ที่ 6 บ้านหนองทามใหญ่','คำเนียม','',''),
(146,'53020904','33102727','บ้านหนองเทา','218','ssk217','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',131,9,'นายพงษ์ชัย ทองแจ่ม','หมู่ที่ 9 บ้านหนองเทา','เมืองน้อย','',''),
(147,'53020906','33102739','บ้านหนองน้ำเต้าโนนสวน','219','ssk218','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',170,9,'นายอนุสรณ์ กิ่งทาสน','หมู่ที่ 4 บ้านหนองน้ำเต้า','เมืองน้อย','',''),
(148,'53020205','33102740','บ้านหนองบัวไชยวาน','263','ssk262','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',334,17,'นายคำ กุคำจัด','หมู่ที่ 8 บ้านหนองบัวไชยวาน','โนนสัง','',''),
(149,'53020407','33102752','บ้านหนองบัวท่าช้าง','246','ssk245','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',123,6,'นายมนตรี ธรรมนูญ','หมู่ที่ 1 บ้านหนองบัว','หนองบัว','',''),
(150,'53020102','33102764','บ้านหนองมะแซว','252','ssk251','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',172,12,'นายกมล วงศ์ประสาร','หมู่ที่ 8 บ้านหนองมะแซว','ดูน','(045) 636293',''),
(151,'53021201','33102776','บ้านหนองแวง(โสวรรณีวิทยาคม)','210','ssk209','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ม.3',432,21,'นายทองใบ ทองแสน','หมู่ที่ 8 บ้านหนองแวง','หนองแวง','',''),
(152,'53020702','33102788','บ้านหนองหญ้าปล้อง','250','ssk249','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',204,10,'นายทรงศักดิ์ เพ็งศรี','หมู่ที่ 10 บ้านหนองหญ้าปล้อง','จาน','',''),
(153,'53020202','33102790','บ้านหนองหวาย','260','ssk259','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',124,7,'นายประยูร เชื้อทอง','หมู่ที่ 4 บ้านหนองหวาย','โนนสัง','',''),
(154,'53020303','33102806','บ้านหนองหัวช้าง','267','ssk266','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',56,5,'นายสมคิด แนวจำปา','หมู่ที่ 5 ถนนกันทรารมย์ - กันทรลักษ์ บ้านหน','หนองหัวช้าง','',''),
(155,'53020103','33102818','บ้านหนองอีกว่าง','253','ssk252','กันทรารมย์','มิตรภาพกันทรารมย์',15,'อนุบาล','ป.6',96,6,'นายประดิษฐ์ ไชยสิทธิ์','หมู่ที่ 5 บ้านหนองอีกว่าง','คำเนียม','',''),
(156,'53020206','33102820','บ้านหนองโอง','264','ssk263','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',62,6,'นายวิไกร เพื่อสุข','หมู่ที่ 5 บ้านหนองโอง','โนนสัง','',''),
(157,'53020901','33102831','บ้านหนองไฮ','223','ssk222','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',166,9,'นายสังเวียน สูงโฮง','หมู่ที่ 5 บ้านหนองไฮ','อีปาด','',''),
(158,'53021203','33102843','บ้านหนามแท่ง','212','ssk211','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',144,8,'นายพงษ์ นวลศิริ','หมู่ที่ 9 บ้านหนามแท่ง','หนองแวง','',''),
(159,'53021101','33102855','บ้านหมัด(คุรุรัฐสงเคราะห์)','215','ssk214','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',193,8,'นายวิชิต บุคำ','หมู่ที่ 3 บ้านหมัด','ทาม','',''),
(160,'53021004','33102867','บ้านเหม้าหนองเรือ','203','ssk202','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',132,7,'นายเสถียร ทองสุ','หมู่ที่ 2 บ้านเหม้า','ละทาย','',''),
(161,'53020703','33102879','บ้านอาลัย','232','ssk231','กันทรารมย์','ทักษิณกันทรารมย์',08,'อนุบาล','ป.6',202,9,'นายวุฒิชัย จิตดี','หมู่ที่ 6 บ้านอาลัย','จาน','',''),
(162,'53020105','33102880','บ้านอีต้อม','255','ssk254','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ป.6',121,7,'นายอุทัย สมใจเพ็ง','หมู่ที่ 2 ถนนกันทรารมย์-บ้านสบย บ้านอีต้อม','คำเนียม','',''),
(163,'53020902','33102892','บ้านอิปาด','221','ssk220','กันทรารมย์','ฟากมูลกันทรารมย์',06,'อนุบาล','ป.6',121,8,'นายสิทธิพันธ์ คูณทวี','หมู่ที่ 1 บ้านอิปาด','อีปาด','',''),
(164,'53020101','33102909','อนุบาลกันทรารมย์','251','ssk250','กันทรารมย์','กลางกันทรารมย์',07,'อนุบาล','ม.3',1155,40,'นายเรืองยศ พวงคต','หมู่ที่ 5 ถนนประชารังสฤษดิ์ บ้านคำเมย','ดูน','(045) 651225',''),
(165,'53130102','33107828','บ้านก้อนเส้า','166','ssk165','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',88,5,'นายณัฐพงษ์ งามแสง','หมู่ที่ 3 บ้านก้อนเส้า','หนองกุง','',''),
(166,'53130105','33107830','บ้านโคกสะอาด','168','ssk167','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',235,10,'นางสาวปรีชญา สิทธิพร','หมู่ที่ 7 บ้านโคกสะอาด','หนองกุง','',''),
(167,'53130402','33107841','บ้านดินดำเหล่าเสนใต้','194','ssk193','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ม.3',471,20,'นายวิชัย แก้วสุข','หมู่ที่ 5 บ้านหนองดินแดงเหล่าเสนไต้','บก','',''),
(168,'53130305','33107853','บ้านเท่อเล่อ','180','ssk179','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',53,3,'นายเด่นชัย เขตสกุล','หมู่ที่ 5 บ้านเท่อเล่อ','โนนค้อ','',''),
(169,'53130504','33107865','บ้านนาม่อง-นาเมือง','190','ssk189','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',71,6,'นายมนศิวลักษณ์ สีดา','หมู่ที่ 2 บ้านนาม่อง','เหล่ากวาง','',''),
(170,'53130109','33107889','บ้านโนนดู่','172','ssk171','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',81,4,'นายสมหมาย พิมพ์ไชย','หมู่ที่ 9 บ้านโนนดู่','หนองกุง','',''),
(171,'53160502','33107889','บ้านโนนดู่','124','ssk124','วังหิน','วังหิน 2',14,'อนุบาล','ม.3',446,14,'นายเสงี่ยม สำลีใย','หมู่ที่ 9 บ้านโนนดู่','หนองกุง','',''),
(172,'53130106','33107890','บ้านโนนสมบูรณ์','170','ssk169','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',207,9,'นายสุบรรณ เอี่ยมสุข','หมู่ที่ 8 บ้านโนนสมบูรณ์','หนองกุง','',''),
(173,'53130403','33107907','บ้านโนนสว่าง','197','ssk196','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',70,4,'นายฤทธิรุทร์ บุษบงก์','หมู่ที่ 3 บ้านโนนสว่าง','บก','',''),
(174,'53130401','33107919','บ้านบกแดงผักขะย่า','193','ssk192','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',284,14,'นายวินัย สร้อยคำ','หมู่ที่ 1 บ้านบก','บก','',''),
(175,'53130204','33107920','บ้านปลาข่อ','186','ssk185','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',100,7,'นายชัชวาลย์ บัวงาม','หมู่ที่ 4 บ้านปลาข่อ','โพธิ์','',''),
(176,'53130203','33107932','บ้านหนองปลาเข็ง-กอไหล่','185','ssk184','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',272,10,'นายสมเกียรติ เหง้าพรหมมิ','หมู่ที่ 6 บ้านหนองปลาเข็ง','โพธิ์','',''),
(177,'53130405','33107944','บ้านโปร่ง','195','ssk194','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',123,7,'นางรัตนาภรณ์ สีตะวัน','หมู่ที่ 2 บ้านโปร่ง','บก','',''),
(178,'53130205','33107956','บ้านผักขย่าใหญ่','187','ssk186','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',141,8,'นายจำนง ปัญญาดี','หมู่ที่ 3 บ้านผักขย่าใหญ่','โพธิ์','',''),
(179,'53130201','33107968','บ้านโพธิ์(โพธิ์ทองวิทยา)','183','ssk182','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ม.3',351,19,'นายวณิช คำเพราะ','หมู่ที่ 1 บ้านโพธิ์','โพธิ์','',''),
(180,'53130406','33107970','บ้านโพนงาม','198','ssk197','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',74,6,'นายสงกรานต์ ธานี','หมู่ที่ 7 บ้านโพนงาม','บก','',''),
(181,'53130103','33107981','บ้านม่วงเป','167','ssk166','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',160,8,'นายสุทธิวุฒิ ภุมลี','หมู่ที่ 2 บ้านม่วงเป','หนองกุง','',''),
(182,'53130307','33107993','บ้านร่องเก้า','179','ssk178','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',89,6,'นายสุรพงษ์ อุทัยกรณ์','หมู่ที่ 12 บ้านร่องเก้า','โนนค้อ','(045) 659041',''),
(183,'53130101','33108018','บ้านหนองกุงสนามชัย','165','ssk164','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',166,9,'นายวรากร สายเนตร','หมู่ที่ 12 บ้านหนองกุง-สนามชัย','หนองกุง','',''),
(184,'53130505','33108020','บ้านหนองตลาด','191','ssk190','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',44,4,'นายศักดิ์ชัย ทองคำสุข','หมู่ที่ 4 บ้านหนองตลาด','เหล่ากวาง','',''),
(185,'53130303','33108031','บ้านหนองมะเกลือ','178','ssk177','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',136,8,'นางนวลจันทร์ สุริยุทธ์','หมู่ที่ 3 บ้านหนองมะเกลือ','โนนค้อ','',''),
(186,'53130107','33108043','บ้านหนองแวงวิทยา','171','ssk170','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',29,2,'นายวิโรจน์ สีดา','หมู่ที่ 10 บ้านหนองแวง','หนองกุง','',''),
(187,'53150106','33108043','บ้านหนองแวง','299','ssk298','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',336,10,'นายทองสุข บุญแสง','หมู่ที่ 10 บ้านหนองแวง','หนองกุง','',''),
(188,'53130108','33108055','บ้านหนองแวงสาขาโนนรัง','173','ssk172','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ม.3',312,17,'นายวิโรจน์ สีดา','หมู่ที่ 4 บ้านโนนรัง','หนองกุง','',''),
(189,'53130503','33108067','บ้านหนองสนม','184','ssk183','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',81,6,'นายประสิทธิ์ ปราณีบุตร','หมู่ที่ 1 บ้านหนองสนม','เหล่ากวาง','',''),
(190,'53130304','33108079','บ้านหนองสามขา','177','ssk176','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',138,9,'นายชลชัย ดีพูน','หมู่ที่ 6 บ้านสามขา','โนนค้อ','',''),
(191,'53130104','33108080','บ้านหนองหิน','169','ssk168','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',150,8,'นายชาญ สมสะอาด','หมู่ที่ 6 บ้านหนองหิน','หนองกุง','',''),
(192,'53130502','33108092','บ้านหยอด','189','ssk188','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',212,9,'นายสุรเชษฐ์ บุตรพรหม','หมู่ที่ 3 บ้านหยอด','เหล่ากวาง','',''),
(193,'53130404','33108109','บ้านหัวเหล่า','196','ssk195','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',184,8,'นายภูวนาถ พิมพ์พร','หมู่ที่ 11 บ้านหัวเหล่า','บก','',''),
(194,'53130506','33108110','บ้านเหล่าฝ้าย','192','ssk191','โนนคูณ','ประจิมโนนคูณ',10,'อนุบาล','ป.6',107,6,'นายเอกพงษ์ นามวงษ์','หมู่ที่ 6 บ้านเหล่าฝ้าย','เหล่ากวาง','',''),
(195,'53130306','33108122','บ้านหนองจิก','176','ssk175','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',144,8,'นายไพบูลย์ เดชคำภู','หมู่ที่ 4 ถนนวารินทร์-กันทรลักษ์ บ้านหนองจิ','โนนค้อ','',''),
(196,'53130301','33108134','อนุบาลโนนคูณ(โนนค้อวิทยาคาร)','175','ssk174','โนนคูณ','บูรพาโนนคูณ',09,'อนุบาล','ป.6',187,7,'นายวิทยา พันธ์เพ็ง','หมู่ที่ 1 บ้านฏโนนค้อ','โนนค้อ','(045) 659043',''),
(197,'53150307','33108419','บ้านกะวัน','288','ssk287','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',165,9,'นายเสนาะ ศิริโสตร์','หมู่ที่ 8 บ้านกะวัน','ตองปิด','',''),
(198,'53150302','33108420','บ้านขี้เหล็ก','282','ssk281','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',132,9,'นายสมศักดิ์ สายแก้ว','หมู่ที่ 2 บ้านขี้เหล็ก','ละเอาะ','',''),
(199,'53150105','33108432','บ้านคูบ','302','ssk301','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',552,23,'นายสุทิน ไชยานุกูล','หมู่ที่ 10 บ้านคูบ','คูบ','',''),
(200,'53150304','33108444','บ้านทุ่งสว่าง','305','ssk304','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',106,7,'นายดำรงชัย ประเสริฐทรง','หมู่ที่ 7 บ้านทุ่งสว่าง','ละเอาะ','',''),
(201,'53150101','33108456','บ้านน้ำเกลี้ยง','296','ssk295','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',549,20,'นายสุริยน ศรีชัย','หมู่ที่ 6 บ้านน้ำเกลี้ยง','น้ำเกลี้ยง','',''),
(202,'53150203','33108468','บ้านโนนงาม','306','ssk305','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',130,9,'นายสมหวัง อัมภรัตน์','หมู่ที่ 4 บ้านโนนงาม','รุ่งระวี','',''),
(203,'53150403','33108470','บ้านโนนสว่าง','297','ssk296','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',55,5,'นายวิเชียร วงษ์ราช','หมู่ที่ 6 บ้านโนนสว่าง','เขิน','',''),
(204,'53150402','33108481','บ้านโนนหนองสิม','293','ssk292','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',266,10,'นายสำเริง สำนักนิตย์','หมู่ที่ 5 บ้านโนนหนองสิม','เขิน','',''),
(205,'53150306','33108493','บ้านบัวระรมย์','290','ssk289','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',266,11,'นายประยูร นามวงศ์','หมู่ที่ 14 บ้านบัวระรมย์','ตองปิด','',''),
(206,'53150305','33108500','บ้านยางน้อยตองปิด','287','ssk286','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',204,9,'นายเกรียงไกร สูงสนิท','หมู่ที่ 12 บ้านมิตรเจริญ','ตองปิด','',''),
(207,'53150204','33108511','บ้านรุ่ง','283','ssk282','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',302,12,'นายประสิทธิ์ ผลบุญ','หมู่ที่ 6 บ้านรุ่ง','รุ่งระวี','',''),
(208,'53150301','33108523','บ้านละเอาะ','284','ssk283','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',630,25,'นายภูมิชัย พละศักดิ์','หมู่ที่ 9 บ้านละเอาะ','ละเอาะ','',''),
(209,'53150308','33108535','บ้านลุมพุกคูวงศ์','289','ssk288','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',146,7,'นายองอาจ ภารพัฒน์','หมู่ที่ 5 บ้านลุมพุก','ตองปิด','',''),
(210,'53150103','33108547','บ้านลุมภู','301','ssk300','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',151,6,'นายสุนันท์ คำแสงดี','หมู่ที่ 2 บ้านลุมภู','น้ำเกลี้ยง','',''),
(211,'53150303','33108559','บ้านแวด','285','ssk284','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',127,7,'นายประจวบ เสนาะ','หมู่ที่ 3 บ้านแวด','ละเอาะ','',''),
(212,'53150201','33108560','บ้านสบาย','292','ssk291','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ม.3',395,20,'นายรังสิต ศรีเมือง','หมู่ที่ 8 บ้านสบาย','รุ่งระวี','',''),
(213,'53150309','33108572','บ้านสวนกล้วย','291','ssk290','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',98,7,'นายธีรนันท์ คำคาวี','หมู่ที่ 6 บ้านสวนกล้วย','ตองปิด','',''),
(214,'53150108','33108584','บ้านสะเต็ง','303','ssk302','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',105,6,'นายคมกฤช คำเพราะ','หมู่ที่ 1 บ้านสะเต็ง','คูบ','',''),
(215,'53150107','33108596','บ้านสะพุง','300','ssk299','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',123,7,'นายศิลปชัย นันตโลหิต','หมู่ที่ 6 บ้านสะพุง','คูบ','',''),
(216,'53150104','33108602','บ้านหนองนาเวียง','304','ssk303','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',81,7,'นายทรงศักดิ์ พุฒมาลา','หมู่ที่ 7 บ้านหนองนาเวียง','น้ำเกลี้ยง','',''),
(217,'53150102','33108614','บ้านหนองบาง','294','ssk293','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',77,6,'นายสำรอง แข่งขัน','หมู่ที่ 4 บ้านหนองบาง','น้ำเกลี้ยง','',''),
(218,'53150205','33108626','บ้านหนองพะแนง','286','ssk285','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',141,8,'นายอรุณโรจน์ วันเลิศ','หมู่ที่ 5 บ้านหนองพะแนง','รุ่งระวี','',''),
(219,'53150202','33108638','บ้านหนองแลงระไง','298','ssk297','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',211,7,'นายสำเริง สิมณี','หมู่ที่ 9 บ้านหนองแสง','รุ่งระวี','',''),
(220,'53150401','33108651','อนุบาลน้ำเกลี้ยง(เขิน)','295','ssk294','น้ำเกลี้ยง','น้ำเกลี้ยง',11,'อนุบาล','ป.6',838,25,'นางสมจิต คูณทวี','หมู่ที่ 2 บ้านเขิน','เขิน','',''),
(221,'53160103','33108663','นิคมสร้างตนเองห้วยคล้า 2','119','ssk119','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',245,12,'นายมหัสศักดิ์ บัวศรี','หมู่ที่ 7 บ้านนิคม ฯ 2','บ่อแก้ว','',''),
(222,'53160104','33108675','นิคมสร้างตนเองห้วยคล้า 3','120','ssk120','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',67,6,'นายวีรศักดิ์ นางาม','หมู่ที่ 9 บ้านนิคม ฯ3','บ่อแก้ว','',''),
(223,'53160302','33108687','บ้านกะเอิน','103','ssk103','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',231,11,'นายบุญส่ง เสาศิริ','หมู่ที่ 1 บ้านกะเอิน','บุสูง','',''),
(224,'53160305','33108699','บ้านขุมคำ(สำนักงานสลากกินแบ่งสงเคราะห์ 673)','105','ssk105','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',319,15,'นายสมพร เพ็งพันธ์','หมู่ที่ 6 บ้านขุมคำ','บุสูง','',''),
(225,'53160206','33108705','บ้านเจ้าทุ่ง','114','ssk114','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',229,11,'นายสมเกียรติ เกสร','หมู่ที่ 9 บ้านเจ้าทุ่ง','ทุ่งสว่าง','',''),
(226,'53160203','33108717','บ้านดงยาง','111','ssk111','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',111,8,'นายวินัย จันพิลา','หมู่ที่ 7 บ้านดงยาง','ธาตุ','',''),
(227,'53160501','33108729','บ้านดวนใหญ่(ลีราษฎร์วัฒนา)','123','ssk123','วังหิน','วังหิน 2',14,'อนุบาล','ม.3',486,29,'นายวิทวัส ชมภูวงศ์','หมู่ที่ 11 บ้านดวนใหญ่','ดวนใหญ่','',''),
(228,'53160405','33108730','บ้านตีกา','135','ssk135','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',100,8,'นายคมกฤษณ์ บุญเจริญ','หมู่ที่ 6 บ้านตีกา','ศรีสำราญ','',''),
(229,'53160503','33108742','บ้านทุ่ง','125','ssk125','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',106,7,'นายนิคม ทูลภิรมย์','หมู่ที่ 5 บ้านทุ่ง','วังหิน','',''),
(230,'53160402','33108754','บ้านทุ่งน้อย','132','ssk132','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',159,8,'นายประจิตร สวัสดิกุล','หมู่ที่ 4 บ้านทุ่งน้อย','โพนยาง','',''),
(231,'53160307','33108766','บ้านไทยบวกแต้บวกเตย','108','ssk108','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',108,7,'นายสนอง วิเศษสังข์','หมู่ที่ 10 บ้านบวกแต้','บุสูง','',''),
(232,'53160201','33108778','บ้านธาตุ(สหพัฒนานุสรณ์)','109','ssk109','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',330,10,'นายคำพอง กาทอง','หมู่ที่ 4 บ้านบ้เานธาตุ','ธาตุ','',''),
(233,'53160306','33108791','บ้านโนนสายหนองหว้า','107','ssk107','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',86,6,'นายสังคม หมายมั่น','หมู่ที่ 9 บ้านโนนสาย','บุสูง','',''),
(234,'53160207','33108808','บ้านโนนสำโรงหนองหมากแซว','115','ssk115','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',113,7,'นายวันชัย ปราบวงษา','หมู่ที่ 7 บ้านโนนสำโรงหนองหมากแซว','ทุ่งสว่าง','',''),
(235,'53160303','33108810','บ้านโพนดวน','104','ssk104','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',196,11,'นายสมพร เพ็งพันธ์','หมู่ที่ 4 บ้านโพนดวน','บุสูง','',''),
(236,'53160401','33108821','บ้านโพนยาง','131','ssk131','วังหิน','วังหิน 2',14,'อนุบาล','ม.3',226,10,'นายทรงศักดิ์ งามล้วน','หมู่ที่ 7 บ้านโพนยาง','โพนยาง','',''),
(237,'53160208','33108833','บ้านลิงไอ','116','ssk116','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',86,9,'นายวิสัย เขตสกุล','หมู่ที่ 2 บ้านลิงไอ','ธาตุ','',''),
(238,'53160504','33108845','บ้านสร้างบาก','126','ssk126','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',218,11,'นายสมชาย จันทะเสน','หมู่ที่ 2 บ้านหนองตาพรหม','วังหิน','',''),
(239,'53160102','33108857','บ้านสร้างสะแบง','118','ssk118','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',136,10,'นายทวี ประกอบศรี','หมู่ที่ 4 บ้านสร้างสะแบง','บ่อแก้ว','',''),
(240,'53160202','33108869','บ้านสว่าง','110','ssk110','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',214,13,'นายสมพงษ์ แสงใสแก้ว','หมู่ที่ 6 บ้านสว่าง','ทุ่งสว่าง','',''),
(241,'53160506','33108870','บ้านสะมัด','128','ssk128','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',162,7,'นายพิมล พันธ์วรการ','หมู่ที่ 6 บ้านสะมัด','วังหิน','',''),
(242,'53160205','33108882','บ้านหนองกันจอ','113','ssk113','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',123,8,'นายนิคม สิงห์ชะฎา','หมู่ที่ 6 บ้านหนองกันจอ','ธาตุ','',''),
(243,'53160507','33108894','บ้านหนองคู','129','ssk129','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',125,8,'นายฉลอม บุญปลูก','หมู่ที่ 3 บ้านหนองคู','วังหิน','',''),
(244,'53160204','33108900','บ้านหนองคูโนนแก้ว','112','ssk112','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',188,9,'นายเสถียร ลาโพธิ์','หมู่ที่ 5 บ้านหนองคู','ธาตุ','',''),
(245,'53160407','33108912','บ้านหนองตาเชียง','137','ssk137','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',133,9,'นายสมพงษ์ รุ่งเรือง','หมู่ที่ 5 บ้านหนองตาเชียง','โพนยาง','',''),
(246,'53160403','33108924','บ้านหนองทุ่ม','133','ssk133','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',129,9,'นายเผชิญ ศรีเมือง','หมู่ที่ 3 ถนนศรีสะเกษ-ขุขันธ์ บ้านหนองทุ่ม','วังหิน','',''),
(247,'53160505','33108936','บ้านหนองนาโพธิ์','127','ssk127','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',177,8,'นายคงฤทธิ์ เมืองจันทร์','หมู่ที่ 6 บ้านหนองนาโพธิ์','ดวนใหญ่','',''),
(248,'53160101','33108948','บ้านหนองบัว','117','ssk117','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',181,11,'นายบัณฑิต ศักดิ์เทวินทร์','หมู่ที่ 2 บ้านหนองบัว','บ่อแก้ว','',''),
(249,'53160406','33108950','ชุมชนหนองสังข์','136','ssk136','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',165,9,'นายระยัพ ดวงศรี','หมู่ที่ 7 บ้านหนองสังข์','ศรีสำราญ','045660303',''),
(250,'53160304','33108961','บ้านหัววัวหนองนารีตาตวด','106','ssk106','วังหิน','วังหิน 1',13,'อนุบาล','ม.3',312,11,'นายสุรชาติ ทอนศรี','หมู่ที่ 8 บ้านหนองนารี','บุสูง','',''),
(251,'53160404','33108973','บ้านเห็นอ้ม','134','ssk134','วังหิน','วังหิน 2',14,'อนุบาล','ป.6',195,10,'นายพิชิต เชื้อทอง','หมู่ที่ 10 บ้านเห็นอ้ม','โพนยาง','',''),
(252,'53160301','33108985','อนุบาลวังหิน','102','ssk102','วังหิน','วังหิน 1',13,'อนุบาล','ป.6',109,8,'นายธงชัย จันทร์แจ้ง','หมู่ที่ 2 บ้านบุสูง','บุสูง','',''),
(253,'53200102','33109620','กระแชง(คุรุราษฎร์นุกูล)','161','ssk160','พยุห์','พยุห์',12,'อนุบาล','ป.6',191,11,'นายไชยวุฒิ หอมหวน','หมู่ที่ 8 ถนนศรีสะเกษ-กันทรลักษ์ บ้านกระแซง','ตำแย','',''),
(254,'53200103','33109631','บ้านกระถุน','162','ssk161','พยุห์','พยุห์',12,'อนุบาล','ป.6',113,9,'นายสุพจน์ เจริญกิจ','หมู่ที่ 4 บ้านกระถุน','ตำแย','',''),
(255,'53200403','33109643','บ้านกระหวันโนนเจริญ','151','ssk150','พยุห์','พยุห์',12,'อนุบาล','ป.6',98,7,'นายสมชาย ทวีทรัพย์','หมู่ที่ 5 บ้านกระหวัน','พรหมสวัสดิ์','',''),
(256,'53200104','33109655','บ้านขนวน','163','ssk162','พยุห์','พยุห์',12,'อนุบาล','ป.6',92,7,'นายสมศักดิ์ ศิริชนะ','หมู่ที่ 3 บ้านขนวน','ตำแย','',''),
(257,'53200203','33109667','บ้านค้อยางปอ(อสพป.35)','142','ssk141','พยุห์','พยุห์',12,'อนุบาล','ป.6',124,9,'นายวิทยา สุภะเกษ','หมู่ที่ 3 บ้านค้อยางปอ','โนนเพ็ก','',''),
(258,'53200302','33109679','บ้านคูเมือง','318','ssk318','พยุห์','พยุห์',12,'','',0,0,'','หมู่ที่ 3 บ้านคูเมือง','พยุห์','',''),
(259,'53200205','33109680','บ้านโคกเพ็ก','139','ssk139','พยุห์','พยุห์',12,'อนุบาล','ป.6',63,5,'นายบุญธรรม สมานพงษ์','หมู่ที่ 9 บ้านโคกเพ็ก','โนนเพ็ก','',''),
(260,'53200101','33109692','บ้านตำแยหนองเม็ก','160','ssk159','พยุห์','พยุห์',12,'อนุบาล','ม.3',514,22,'นายศิริชัย เจตินัย','หมู่ที่ 1 ถนนบ้านพยุห์-บ้านคล้อ บ้านตำแย','ตำแย','',''),
(261,'53200201','33109709','บ้านโนนเพ็ก','138','ssk138','พยุห์','พยุห์',12,'อนุบาล','ป.6',301,12,'นายพิมพ์ จันทร์เทพา','หมู่ที่ 1 ถนนศรีสะเกษ-จันลม บ้านโนนเพ็ก','โนนเพ็ก','',''),
(262,'53200406','33109710','บ้านโนนสว่าง(อสพป.17)','154','ssk153','พยุห์','พยุห์',12,'อนุบาล','ป.6',129,9,'นายชื่น พรหมชา','หมู่ที่ 6 บ้านโนนสว่าง','พรหมสวัสดิ์','',''),
(263,'53200405','33109722','บ้านป่าไร่','153','ssk152','พยุห์','พยุห์',12,'อนุบาล','ป.6',160,10,'นายศักดิ์ศรี ก้อนคำ','หมู่ที่ 8 บ้านป่าไร่','พรหมสวัสดิ์','',''),
(264,'53200204','33109746','บ้านโพธิ์ศรี(คุรุราษฎร์อินทรสุภาผล)','140','ssk140','พยุห์','พยุห์',12,'อนุบาล','ป.6',276,10,'นายทองไข พรหมประดิษฐ์','หมู่ที่ 10 บ้านโพธิ์ศรี','โนนเพ็ก','',''),
(265,'53200404','33109758','บ้านร่องสะอาด','149','ssk148','พยุห์','พยุห์',12,'อนุบาล','ม.3',234,15,'นายธวัชชัย สกุนสิงห์','หมู่ที่ 7 บ้านร่องสะอาด','พรหมสวัสดิ์','',''),
(266,'53200202','33109760','บ้านสร้างหว้า','143','ssk142','พยุห์','พยุห์',12,'อนุบาล','ป.6',70,6,'นายอนุศักดิ์ พันธ์งาม','หมู่ที่ 7 บ้านสร้างหว้า','โนนเพ็ก','',''),
(267,'53200402','33109771','บ้านสำโรงโคเฒ่า','152','ssk151','พยุห์','พยุห์',12,'อนุบาล','ป.6',129,8,'นายอนันต์ ม่วงศรี','หมู่ที่ 3 ถนนศรีสะเกษ-ขุนหาญ บ้านสำโรงโคเฒ่','พรหมสวัสดิ์','',''),
(268,'53200208','33109783','บ้านเสมอใจ','144','ssk143','พยุห์','พยุห์',12,'อนุบาล','ป.6',129,8,'นายรัตนสิทธิ์ โสพล','หมู่ที่ 7 บ้านเสมอใจ','หนองค้า','',''),
(269,'53200206','33109795','บ้านหนองค้า','145','ssk144','พยุห์','พยุห์',12,'อนุบาล','ป.6',143,9,'นายอุทัย สาคำภีร์','หมู่ที่ 1 บ้านหนองค้า','หนองค้า','',''),
(270,'53200407','33109801','บ้านหนองเตย','150','ssk149','พยุห์','พยุห์',12,'อนุบาล','ม.3',291,12,'นายจำเนียร ป้องกัน','หมู่ที่ 2 บ้านหนองเตย','พรหมสวัสดิ์','',''),
(271,'53200306','33109825','บ้านหนองม่วงหนองแต้','159','ssk158','พยุห์','พยุห์',12,'อนุบาล','ป.6',182,10,'นายสมชาย ศรีคราม','หมู่ที่ 10 บ้านหนองม่วง','พยุห์','',''),
(272,'53200303','33109837','บ้านหนองรัง','157','ssk156','พยุห์','พยุห์',12,'อนุบาล','ป.6',104,7,'นายประไพ ไกรษี','หมู่ที่ 4 บ้านหนองรัง','พยุห์','',''),
(273,'53200304','33109849','บ้านหนองหว้าทับทัย','158','ssk157','พยุห์','พยุห์',12,'อนุบาล','ป.6',151,10,'นายเสกสรรค์ นาครินทร์','หมู่ที่ 2 ถนนศรีสะเกษ-ขุนหาญ บ้านหนองหว้า','พยุห์','',''),
(274,'53200207','33109850','บ้านหนองออ','147','ssk146','พยุห์','พยุห์',12,'อนุบาล','ป.6',103,6,'นายกฤช หาระชัย','หมู่ที่ 3 บ้านหนองออ','โนนเพ็ก','',''),
(275,'53200105','33109862','บ้านอะลางหัวขัว','164','ssk163','พยุห์','พยุห์',12,'อนุบาล','ป.6',78,7,'นายทวี อรุณโรจน์','หมู่ที่ 6 ถนนศรีสะเกษ-กันทรลักษ์ บ้านอะลางห','ตำแย','',''),
(276,'53200301','33109874','อนุบาลพยุห์','155','ssk154','พยุห์','พยุห์',12,'อนุบาล','ม.3',569,19,'นายสถิตย์ ติงสะ','หมู่ที่ 8 ถนนศรีสะเกษ-กันทรลักษ์ บ้านพยุห์','พยุห์','(045) 607118',''),
(277,'53018001','33110244','วัดมหาพุทธาราม','039','ssk039','เมือง','เมือง 2',02,'อนุบาล','ม.6',2313,84,'นายเสรี แสงลับ','0167 ขุขันธ์ ซ.วัดพระโต','เมืองเหนือ','612801',''),
(278,'53018002','33119999','รวมสินวิทยา','019','ssk019','เมือง','เมือง 1',01,'อนุบาล','ม.3',1338,32,'นายเกียรติศักดิ์ บุญกัณห','','','',''),
(279,'53010000','33010000','สพท.ศรีสะเกษ เขต 1','000','ssk000','เมือง','สพท.ศก.1',00,'','',0,0,'','','','',''),
(280,'','350','sk3','350','ssk350','','',00,'','',0,0,'','','','',''),
(281,'','335','www.kasedpaiwan.net','335','ssk335','','',00,'','',0,0,'','','','',''),
(282,'','332','nms.ssk.in.th','332','ssk332','','',00,'','',0,0,'','','','',''),
(283,'','352','ttmodel.ssk.in.th','352','ssk352','','',00,'','',0,0,'','','','',''),
(284,'','362','kruamnauy.ssk.in.th','362','ssk362','','',00,'','',0,0,'','','','','');
/*!40000 ALTER TABLE `ssk1sch` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sweb`
--
DROP TABLE IF EXISTS `sweb`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sweb` (
`id` smallint(3) unsigned zerofill NOT NULL,
`obec` varchar(10) NOT NULL,
`sname` varchar(150) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`scgrp` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`sgrp` varchar(3) NOT NULL,
`surl` varchar(100) NOT NULL,
`url` varchar(100) NOT NULL,
`smail` varchar(100) NOT NULL,
`wmaster` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`wtel` varchar(20) NOT NULL,
`wmail` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sweb`
--
LOCK TABLES `sweb` WRITE;
/*!40000 ALTER TABLE `sweb` DISABLE KEYS */;
INSERT INTO `sweb` VALUES
(001,'1033530001','บ้านหนองครก','เมืองสวนสมเด็จ','mg3','www.nongkrok.ac.th','','33010047@sisaketedu1.go.th','นายอรรถสิทธิ์ อำนวย','0895712952','Attasit.amnuag@gmail.com'),
(002,'1033530002','บ้านหนองโพธิ์','เมืองสวนสมเด็จ','mg3','np.ssk.in.th','','33010048@sisaketedu1.go.th','น.ส.ปิยาภรณ์ คำนึง','0929907679','piya2222.honey@gmail.com'),
(003,'1033530003','บ้านหนองสาดโนนเจริญ','เมืองสวนสมเด็จ','mg3','nongsad.ssk.in.th','','33010049@sisaketedu1.go.th','นายชัยวัฒน์ นวลตา','0943971137','babyb205@gmail.com'),
(004,'1033530004','บ้านหนองสวง','เมืองสวนสมเด็จ','mg3','nongsuang.ssk.in.th','','33010050@sisaketedu1.go.th','นายสมบัติ ชารีวัน','0810594023','Nongsuang530004@gmail.com'),
(005,'1033530005','บ้านดอนกลาง','เมืองสวนสมเด็จ','mg3','donklang.ssk.in.th','','33010051@sisaketedu1.go.th','นายจิตรภาณุ ชาติวัฒนชัย','0617634637','jitpanu.chat@gmail.com'),
(006,'1033530007','อนุบาลศรีสะเกษ','เมืองสวนสมเด็จ','mg3','assk.ssk.in.th','assk.ssk.in.th','33010053@sisaketedu1.go.th','นายวุฒิสรณ์ พิชญสมบัติ','0919391669','kruwuttktr2014@gmail.com'),
(007,'1033530008','บ้านหมากเขียบ','เมืองสวนสมเด็จ','mg3','mks.ssk.in.th','','33010061@sisaketedu1.go.th','นายเสถียร ลำภา','0892808922','Satian1@hotmail.com'),
(008,'1033530009','บ้านก้านเหลือง','เมืองสวนสมเด็จ','mg3','bkl.ssk.in.th','','33010062@sisaketedu1.go.th','น.ส.อัญชนา ศิริกา','0821420684','anchana010334@gmail.com'),
(009,'1033530010','นิคมสร้างตนเองห้วยคล้า ๑','เมืองสวนสมเด็จ','mg3','nicom1.ssk.in.th','','33010063@sisaketedu1.go.th','น.ส.จันทร์จิรา วงศ์ชาลี','0642090555','Chonleemimi@gmail.com'),
(010,'1033530011','บ้านยางกุดนาคำ','เมืองสวนสมเด็จ','mg3','yangkud.ssk.in.th','','33010064@sisaketedu1.go.th','น.ส.ประภาพร วังศรี','0657374632',' meryprapaporn@gmail.com'),
(011,'1033530012','บ้านทุ่ม','เมืองศรีลำดวน','mg4','bantum.ssk.in.th','','33010018@sisaketedu1.go.th','นายชูชาติ บัวจันทร์','0848334712','Chuchart2526@gmail.com'),
(012,'1033530013','บ้านขมิ้น','เมืองศรีลำดวน','mg4','khamin.ssk.in.th','','33010019@sisaketedu1.go.th','น.ส.ปนัดดา หัทยา','0934853730','panadda25pop@gmail.com'),
(013,'1033530014','บ้านเสือบอง','เมืองศรีลำดวน','mg4','saobong.ssk.in.th','','33010020@sisaketedu1.go.th','นางวรินท์ณิชา กิตติธราวิรัตน์','0956058341','nong.warinnicha@gmail.com'),
(014,'1033530015','บ้านโนนแกด','เมืองศรีลำดวน','mg4','nonkad.ssk.in.th','','33010021@sisaketedu1.go.th','นายคมศักดิ์ บุญนำ','0865569470','l3oyzz@gmail.com'),
(015,'1033530016','บ้านหางว่าวโนนบัว','เมืองศรีลำดวน','mg4','hangwow.ssk.in.th','','33010016@sisaketedu1.go.th','น.ส.กองวดี ดวงจันทร์','0832490719','kongvadee-18@hotmail.co.th'),
(016,'1033530017','บ้านฮ่องแข้ดำ','เมืองศรีลำดวน','mg4','hongkeadum.ssk.in.th','','33010017@sisaketedu1.go.th','นายปฐวี อินทนา','0902879009','pattawee.intana@gmail.com '),
(017,'1033530018','บ้านหนองม่วงหนองแวง','เมืองศรีลำดวน','mg4','nongmourg.ssk.in.th','','33010015@sisaketedu1.go.th','น.ส.ประวีณา จุลหอม','0634396861','std.60181710119@ubru.ac.th'),
(018,'1033530019','บ้านจานหนองคู','เมืองศรีลำดวน','mg4','jannongku.ssk.in.th','','33010004@sisaketedu1.go.th','นายวีรนนท์ โสภาบุตร','0980989620','bnknmn@gmail.com'),
(019,'1033530020','บ้านดงบัง(คุรุราษฎร์พัฒนา)','เมืองศรีลำดวน','mg4','dongbung.ssk.in.th','','33010005@sisaketedu1.go.th','น.ส.จตุพร คุ้มครอง','0885801099','jatuporn.koom63@sskru.ac.th'),
(020,'1033530021','บ้านฮ่องขาดหนองตะเคียน','เมืองศรีลำดวน','mg4','banhongkad.ssk.in.th','','33010006@sisaketedu1.go.th','นางหนึ่งฤทัย ดีใจ','0980972437','joynueng123@jmail.com'),
(021,'1033530022','บ้านแดงเหล่ายอด','เมืองศรีลำดวน','mg4','dly.ssk.in.th','','33010007@sisaketedu1.go.th','นางสิรินันท์ มากพูน','0973295969','anshisaee@gmail.com'),
(022,'1033530023','บ้านโพนค้อ','เมืองศรีลำดวน','mg4','phonkho.ssk.in.th','','33010036@sisaketedu1.go.th','น.ส.ฐิติชญา พรมลี','0910215948','mojimolo18@gmail.com'),
(023,'1033530024','บ้านหนองแคน(คุรุราษฎร์สามัคคี)','เมืองสวนสมเด็จ','mg3','bannongkan.ssk.in.th','','33010008@sisaketedu1.go.th','นางดำเนิน พรหมมา','0819662450','Nongkhaen.ssk1@gmail.com'),
(024,'1033530025','บ้านแทงวิทยา','เมืองสวนสมเด็จ','mg3','bantang.ssk.in.th','','33010009@sisaketedu1.go.th','น.ส.อริยาพร วงวาฬ','0895795962','ariyaporn.jumjum@gmail.com'),
(025,'1033530026','บ้านโพนข่า(วินิตวิทยาคาร)','เมืองสวนสมเด็จ','mg3','phonkha.ssk.in.th','','33010031@sisaketedu1.go.th','น.ส.สุวรรณา นิยม','0994754747','ammy1647@hotmail.com'),
(026,'1033530027','บ้านกุดโง้ง(สิริราษฎร์บำรุง)','เมืองสวนสมเด็จ','mg3','kug.ssk.in.th','','33010032@sisaketedu1.go.th','นายศักรินทร์ ศรีสุรักษ์','0828657659',' frodo7452@gmail.com'),
(027,'1033530028','บ้านหนองแข้หนองหว้าป่าสะแบง','เมืองสวนสมเด็จ','mg3','nongkhae.ssk.in.th','','33010010@sisaketedu1.go.th','น.ส.ราตรี จงจำ','0830249120','ratree.nikky@gmail.com'),
(028,'1033530029','บ้านบก','เมืองสวนสมเด็จ','mg3','banbok.ssk.in.th','','33010030@sisaketedu1.go.th','นายอัครพงษ์ ศิรวงศ์สกุล','0831275289','yotee002@hotmail.com'),
(029,'1033530030','บ้านซำโพธิ์','เมืองสวนสมเด็จ','mg3','bansumpoe.ssk.in.th','','33010011@sisaketedu1.go.th','น.ส.ดวงฤดี จำปาขีด','0889618934','dungludee2228@gmail.com'),
(030,'1033530031','จินดาวิทยาคาร ๓','เมืองศรีลำดวน','mg4','jinda3.ssk.in.th','','33010060@sisaketedu1.go.th','น.ส.ศิริลักษณ์ ผลบุญ','0852116181','siriluk.ph57@gmail.com'),
(031,'1033530032','ตะดอบวิทยา','เมืองศรีลำดวน','mg4','tadob.ssk.in.th','','33010012@sisaketedu1.go.th','นายเอกกริช อักโข','0969594112','e.akkho@gmail.com'),
(032,'1033530034','บ้านหนองแคนหนองเทา','เมืองศรีลำดวน','mg4','nongkaen.ssk.in.th','','33010014@sisaketedu1.go.th','น.ส.ชนัญชิดา อินสุวรรณ','0626299548','jeed95.ci@gmail.com'),
(033,'1033530035','บ้านแกประชาสามัคคี','เมืองศรีลำดวน','mg4','bk.ssk.in.th','','33010059@sisaketedu1.go.th','น.ส.เกศินี ฝังนิล','0887053875','kesini27012528@gmail.com'),
(034,'1033530036','บ้านก่อโนนหล่อง','เมืองศรีลำดวน','mg4','khononlong.ssk.in.th','','33010057@sisaketedu1.go.th','น.ส.ฐาปนีย์ เสนีทัย','0854111257','Nanny.4111257@gmail.com'),
(035,'1033530037','บ้านโพนแดง','เมืองศรีลำดวน','mg4','pondang.ssk.in.th','','33010058@sisaketedu1.go.th','น.ส.กรรณิการ์ มนต์ขลัง','0983587221','preaw098358@gmail.com'),
(036,'1033530038','บ้านหนองแก้วสำโรง','เมืองหลวงพ่อโต','mg2','nksr.ssk.in.th','','33010045@sisaketedu1.go.th','น.ส.สกาวเดือน บุญนำ','0854971019','Sakaowduean.b@gmail.com'),
(037,'1033530039','บ้านโนนดั่ง(คุรุราษฎร์รังสรรค์)','เมืองหลวงพ่อโต','mg2','nondung.ssk.in.th','','33010046@sisaketedu1.go.th','นางญาณิศชา บุษบงค์','0881239087','yanitchaaim@gmail.com'),
(038,'1033530040','บ้านหนองหว้าเข้ากรรม','เมืองหลวงพ่อโต','mg2','bannongwa.ssk.in.th','','33010044@sisaketedu1.go.th','น.ส.ณัฎฐนิชา ไชยโพธิ์','0906140890','Tonkao.nc40@gmail.com'),
(039,'1033530041','บ้านหนองแวงโพนเขวา','เมืองหลวงพ่อโต','mg2','nwk.ssk.in.th','','33010033@sisaketedu1.go.th','น.ส.อนัญญา พรมพุ้ย','0934757619','anunya093@gmail.com'),
(040,'1033530042','บ้านหนองเข็งเหล่าแค','เมืองหลวงพ่อโต','mg2','nongkeng.ssk.in.th','','33010034@sisaketedu1.go.th','น.ส.ธัญลักษณ์ มานะกุล','0809959159','33010034@sisaketedu1.go.th'),
(041,'1033530043','บ้านดอนสั้น','เมืองหลวงพ่อโต','mg2','ds.ssk.in.th','','33010035@sisaketedu1.go.th','นายธนันท์วัฒน์ พื้นผาน์','0968946545','Smooth.crash59@gmail.com'),
(042,'1033530044','มหาราช ๓','เมืองหลวงพ่อโต','mg2','maharaj3.ssk.in.th','','33010042@sisaketedu1.go.th','น.ส.กิริยา แก้วสมุทร์','0950587656','kaewsamut_aey@gmail.com'),
(043,'1033530045','บ้านโนนอีปังโพนวัว','เมืองหลวงพ่อโต','mg2','nonepang.ssk.in.th','','33010043@sisaketedu1.go.th','น.ส.กัญญาณัฐ ถมทองทวี','0910167387','pan_ep2010@hotmail.com'),
(044,'1033530047','อนุบาลวัดพระโต','เมืองหลวงพ่อโต','mg2','watprato.ssk.in.th','','33010037@sisaketedu1.go.th','นางดากานดา อินทรพันธุ์','0649369199','dakanda.intha@gmail.com'),
(045,'1033530049','บ้านโพธิ์โนนจานอีลอก','เมืองหลวงพ่อโต','mg2','banpho.ssk.in.th','','33010028@sisaketedu1.go.th','น.ส.รักษ์ วงศ์ประเทศ','0979204988','rak.ms2557@gmail.com'),
(046,'1033530050','บ้านโนนหุ่งหนองหว้าน้ำท่วม','เมืองหลวงพ่อโต','mg2','nonhong.ssk.in.th','','33010026@sisaketedu1.go.th','นายพรรษวุฒิ เที่ยงราช','0987858039','P14892262@gmail.com'),
(047,'1033530051','บ้านคูซอด','เมืองพระธาตุเรืองรอง','mg1','kusord.ssk.in.th','','33010001@sisaketedu1.go.th','นางณัฐปภัสร์ ทวีก้องกิจสิริ','0941789952','natpapas0119@gmail.com'),
(048,'1033530052','บ้านเวาะ','เมืองพระธาตุเรืองรอง','mg1','wao.ssk.in.th','','33010002@sisaketedu1.go.th','นายปิยณัฐ โคษา','0881237041','piyanat7041@gmail.com'),
(049,'1033530053','บ้านเปือย','เมืองพระธาตุเรืองรอง','mg1','banpuai.ssk.in.th','','33010003@sisaketedu1.go.th','น.ส.เกวลิน ณ นิมิตร','0864267876','knanimit1992@gmail.com'),
(050,'1033530054','บ้านน้ำคำ','เมืองพระธาตุเรืองรอง','mg1','numkum.ssk.in.th','','33010022@sisaketedu1.go.th','นายจิตรภณ สาระ','0925591479','beamphana609@gmail.com'),
(051,'1033530055','บ้านหนองโนวิทยา','เมืองพระธาตุเรืองรอง','mg1','nongnowit.ssk.in.th','','33010023@sisaketedu1.go.th','นางรุ่งตะวัน ศรีเสมอ','0918311161','rungtawansri29@gmail.com'),
(052,'1033530057','บ้านหนองคำ','เมืองพระธาตุเรืองรอง','mg1','nongkum.ssk.in.th','','33010025@sisaketedu1.go.th','น.ส.วัชญ์วริน กิรติชินดนัย','0942939414','rename885@gmail.com'),
(053,'1033530058','บ้านหญ้าปล้อง','เมืองพระธาตุเรืองรอง','mg1','yaplong.ssk.in.th','','33010038@sisaketedu1.go.th','นายรณชิต คำศรี','0892864456','TOMLANBO08928644562525@gmail.com'),
(054,'1033530061','บ้านโนนแย้','เมืองพระธาตุเรืองรอง','mg1','nonyar.ssk.in.th','','33010040@sisaketedu1.go.th','นางนิตยา พวงแก้ว','0894257967','Nittaya08942@gmail.com'),
(055,'1033530062','บ้านเอกสร้างเรือง','เมืองพระธาตุเรืองรอง','mg1','eak.ssk.in.th','','33010041@sisaketedu1.go.th','น.ส.ศิริพร ศรีเมือง','0833324743','prabpai180amp@gmail.com'),
(056,'1033530063','บ้านหนองไผ่','เมืองพระธาตุเรืองรอง','mg1','nongphai.ssk.in.th','','33010054@sisaketedu1.go.th','นายอรรถพล น้อยมิ่ง','0846056731','midfield.zaa@gmail.com'),
(057,'1033530064','บ้านหอยสะเดาพัฒนา','เมืองพระธาตุเรืองรอง','mg1','banhoy.ssk.in.th','','33010056@sisaketedu1.go.th','น.ส.สมฤดี สังภักดี','0804709791','somrudee.sang56@sskru.ac.th'),
(058,'1033530065','อนุบาลกันทรารมย์','กลางกันทรารมย์','kng','akr.ac.th','akr.ssk.in.th','33010098@sisaketedu1.go.th','นายสมสกุล พรหมดี','0812380099','akrschool2009@gmail.com'),
(059,'1033530066','บ้านหนองมะแซว','มิตรภาพกันทรารมย์','mtr','ms.ssk.in.th','','33010097@sisaketedu1.go.th','น.ส.พรรณาราย เอมโอษฐ์','0610235349','Ployploy.pannarai@gmail.com'),
(060,'1033530067','บ้านหนองอีกว่าง','มิตรภาพกันทรารมย์','mtr','nongekwang.ssk.in.th','','33010082@sisaketedu1.go.th','นางโชติกา อุ่นจิตร','0899264641','45Chotika@gmail.com'),
(061,'1033530068','บ้านดูนสิม(อสพป.๘)','มิตรภาพกันทรารมย์','mtr','doonsim.ssk.in.th','','33010096@sisaketedu1.go.th','นายดนุพัฒน์ ขันบุญ','0658659456','Khajohnsak11@gmail.com'),
(062,'1033530069','บ้านอีต้อม','กลางกันทรารมย์','kng','etom.ssk.in.th','','33010083@sisaketedu1.go.th','นายยศราวิน บัวหอม','0821346878','buahom.t@gmail.com'),
(063,'1033530070','บ้านมะกรูด','มิตรภาพกันทรารมย์','mtr','makrud.ssk.in.th','','33010084@sisaketedu1.go.th','นางวันทนา แพ่งสวัสดิ์','0981191887','sovawantana@gmail.com'),
(064,'1033530071','บ้านคำเนียม(คำเนียมวิทยาคาร)','มิตรภาพกันทรารมย์','mtr','kamniem.ssk.in.th','','33010085@sisaketedu1.go.th','น.ส.ขวัญดาว เงานอ','0612166745','k.kwundao13@gmail.com'),
(065,'1033530072','บ้านหนองทามใหญ่','มิตรภาพกันทรารมย์','mtr','tamyai.ssk.in.th','','33010086@sisaketedu1.go.th','น.ส.ณัฐริกา วงศ์ภาคำ','0637961587','wongpakham@gmail.com'),
(066,'1033530073','บ้านโนนผึ้ง','กลางกันทรารมย์','kng','nonphung.ssk.in.th','','33010103@sisaketedu1.go.th','น.ส.ชลิดา วาจาสัตย์','0824658459','Chalida.faii@gmail.com'),
(067,'1033530074','บ้านหนองหวาย','กลางกันทรารมย์','kng','nongvay.ssk.in.th','','33010104@sisaketedu1.go.th','นายเดชา พรรษา','0896262004','decha148@gmail.com'),
(068,'1033530075','บ้านโนนสัง(โนนสังวิทยาคาร)','กลางกันทรารมย์','kng','nonsung.ssk.in.th','','33010105@sisaketedu1.go.th','นายกฤตเมธ ประกอบแสง','0854193132','krittamet.p@ovec.moe.go.th'),
(069,'1033530076','บ้านขี้เหล็ก(อสพป.๔๐)','กลางกันทรารมย์','kng','keelek40.ssk.in.th','','33010106@sisaketedu1.go.th','น.ส.พรมณี โสดาดวง','0649916299','dpa_1033530076@outlook.com'),
(070,'1033530077','บ้านหนองบัวไชยวาน','กลางกันทรารมย์','kng','chaiwan.ssk.in.th','','33010107@sisaketedu1.go.th','น.ส.ภัทริยา ทองลือ','0819653032','pattariya2828@gmail.com'),
(071,'1033530078','บ้านหนองโอง','กลางกันทรารมย์','kng','nongong.ssk.in.th','','33010108@sisaketedu1.go.th','น.ส.ช่อผกา ภาเภา','0858594915','beetarjung@gmail.com'),
(072,'1033530079','บ้านหนองดุมหนองม่วง','กลางกันทรารมย์','kng','nongdum.ssk.in.th','','33010145@sisaketedu1.go.th','นางชุติกาญจน์ วงษ์ภักดี','0933741865','c1330500150325@gmail.com'),
(073,'1033530080','บ้านหนองถ่ม','กลางกันทรารมย์','kng','nongthom.ssk.in.th','','33010148@sisaketedu1.go.th','นายปฏิภาณ ดวงแก้ว ','0930766019','Jays22489@gmail.com'),
(074,'1033530081','บ้านหนองหัวช้าง','กลางกันทรารมย์','kng','nhc.ssk.in.th','','33010149@sisaketedu1.go.th','นางอารีวัฒน์ คำรอด','0885834992','Areewat@gmail.com'),
(075,'1033530082','บ้านบกขี้ยาง','กลางกันทรารมย์','kng','bky.ssk.in.th','','33010150@sisaketedu1.go.th','ว่าที่ร้อยตรี กันทรา เขียวอ่อน','0899455694','korkhor4@gmail.com'),
(076,'1033530083','บ้านเลิงแฝกโพนทองพัฒนา','กลางกันทรารมย์','kng','lfs.ssk.in.th','','33010151@sisaketedu1.go.th','นายเอกชัย สุชัยราช','0883472959','ekachai.su@gmail.com'),
(077,'1033530084','บ้านลือชัยโนนศรีไคลร่องน้ำคำ','กลางกันทรารมย์','kng','lnr.ssk.in.th','','33010146@sisaketedu1.go.th','นายพีระพงษ์ ทองดี','0934825917','peerapong.tongdee16@gmail.com'),
(078,'1033530085','บ้านทุ่งพาย','กลางกันทรารมย์','kng','btps.ssk.in.th','','33010147@sisaketedu1.go.th','นางสาวช่อผกา กิ่มเกลี้ยง','0958194456','33010147@sisaketedu1.go.th'),
(079,'1033530086','บ้านคล้อมิตรภาพที่ ๒๒๖','ทักษิณกันทรารมย์','tuk','bankho226.ssk.in.th','','33010093@sisaketedu1.go.th','นายอริย์ธช ทองจันทร์','0910199641','arithat2521@gmail.com'),
(080,'1033530087','บ้านหนองถ่ม(คุรุราษฎร์อนุสรณ์)','ทักษิณกันทรารมย์','tuk','bnt.ssk.in.th','','33010094@sisaketedu1.go.th','น.ส.สุภัตรา กัณหา','0924145534','supatra-kan@hotmail.com'),
(081,'1033530088','บ้านดู่','ทักษิณกันทรารมย์','tuk','doo.ssk.in.th','','33010095@sisaketedu1.go.th','นายเจริญ บุญรินทร์','0858568064','charoenboonrin@gmail.com'),
(082,'1033530089','บ้านโพนทรายโนนเรือ','ทักษิณกันทรารมย์','tuk','phonsay.ssk.in.th','','33010139@sisaketedu1.go.th','นายณัฐพงศ์ ดวงมาลา','0956138790','nuttyhaha1@hotmail.com'),
(083,'1033530090','บ้านสีถาน','ทักษิณกันทรารมย์','tuk','sithan.ssk.in.th','','33010140@sisaketedu1.go.th','น.ส.อินทิรา นามธรรม','0880802681','Tar.namtham50@gmail.com'),
(084,'1033530091','บ้านขามป้อม','ทักษิณกันทรารมย์','tuk','kampom.ssk.in.th','','33010141@sisaketedu1.go.th','นางจริยา แดงอาจ','0910520678','Kampom2562@gmail.com'),
(085,'1033530092','บ้านหนองบัวท่าช้าง','ทักษิณกันทรารมย์','tuk','nongbuatc.ssk.in.th','','33010138@sisaketedu1.go.th','น.ส.ปภัสสร สร้อยสนธ์','0619236005','Paphatson.soison.05@gmail.com'),
(086,'1033530093','บ้านโพธิ์ลังกา','มิตรภาพกันทรารมย์','mtr','polanga.ssk.in.th','','33010129@sisaketedu1.go.th','น.ส.อารียา ผิวนวล','0883761401','aiyariya299@gmail.com'),
(087,'1033530094','บ้านเกาะ','ทักษิณกันทรารมย์','tuk','bankoa.ssk.in.th','','33010116@sisaketedu1.go.th','นายขวัญชัย พิมมาศ','0828658665','Chaiictok@gmail.com'),
(088,'1033530095','บ้านหนองกก','มิตรภาพกันทรารมย์','mtr','nongkok.ssk.in.th','','33010128@sisaketedu1.go.th','นายอำนาจ ศรีจำปา','0862458245','omodotnet@gmail.com'),
(089,'1033530096','บ้านยาง','มิตรภาพกันทรารมย์','mtr','banyang.ssk.in.th','','33010124@sisaketedu1.go.th','นายปรเมษฐ์ จิตรโชติ','0987471723','para.3028@gmail.com'),
(090,'1033530097','บ้านหนองกี่','มิตรภาพกันทรารมย์','mtr','nongki.ssk.in.th','','33010125@sisaketedu1.go.th','น.ส.นารี โทสวัสดิ์','0623055563','naree-naree@hotmail.com'),
(091,'1033530098','บ้านกล้วย','กลางกันทรารมย์','kng','bankluay.ssk.in.th','','33010126@sisaketedu1.go.th','นายอาทิตย์ ศีลชาติ','0639607735','lockon839@gmail.com'),
(092,'1033530099','บ้านสร้างเหล่าโนนแดง','มิตรภาพกันทรารมย์','mtr','sld.ssk.in.th','','33010127@sisaketedu1.go.th','น.ส.วิลัยวรรณ เกษสุภะ','0862467283','wilaiwan.ketsupa@gmail.com'),
(093,'1033530100','บ้านโคก','มิตรภาพกันทรารมย์','mtr','bankok.ssk.in.th','','33010123@sisaketedu1.go.th','น.ส.พรชนก บุญเฟรือง','0987251881','pop32138@outlook.com'),
(094,'1033530101','บ้านจาน','ทักษิณกันทรารมย์','tuk','banchan.ssk.in.th','','33010087@sisaketedu1.go.th','นางปิยนุช ก้านน้อย','0929495401','?noiim.sp.everlasting@gmail.com'),
(095,'1033530102','บ้านหนองหญ้าปล้อง(สำนักงานสลากกินแบ่งสงเคราะห์ที่ ๖๐)','ทักษิณกันทรารมย์','tuk','nyp.ssk.in.th','','33010088@sisaketedu1.go.th','น.ส.วิไล จันทร์ทิพย์','0927945681','puy14com@gmail.com'),
(096,'1033530103','บ้านอาลัย','ทักษิณกันทรารมย์','tuk','alai.ssk.in.th','','33010089@sisaketedu1.go.th','นายพชร ชาคำมูล','0999090439','Mail@alai.ac.th'),
(097,'1033530104','บ้านบูรพา','ทักษิณกันทรารมย์','tuk','burapha.ssk.in.th','','33010090@sisaketedu1.go.th','นายยอด โถทอง','0896291856','kruuyod.16@gmail.com'),
(098,'1033530105','บ้านพะแนงวิทยา','ทักษิณกันทรารมย์','tuk','panang.ssk.in.th','','33010091@sisaketedu1.go.th','นายบัญชา หินผา','0935612676','Bunchahinpa@gmail.com'),
(099,'1033530106','บ้านนาดี','ทักษิณกันทรารมย์','tuk','nadee.ssk.in.th','','33010117@sisaketedu1.go.th','น.ส.ทิพย์ประภา สารจันทร์','0652946151','thipparpha2537@gmail.com'),
(100,'1033530107','บ้านโนนสะอาดอีตู้','ทักษิณกันทรารมย์','tuk','nsa.ssk.in.th','','33010118@sisaketedu1.go.th','นายอานันท์ชัย บุญเริ่ม','0827781626','ihereblack@gmail.com'),
(101,'1033530108','บ้านผักแพว(คุรุราษฎร์รังสฤษฎ์)','ทักษิณกันทรารมย์','tuk','pp.ssk.in.th','','33010119@sisaketedu1.go.th','นางศรสวรรค์ คำจันทร์','0945695993','sornsawun.952@hotmail.com'),
(102,'1033530109','บ้านจิกกะลา','ทักษิณกันทรารมย์','tuk','jikkala.ssk.in.th','','33010114@sisaketedu1.go.th','ว่าที่ ร.ต.ดำรงศักดิ์ วงศ์ทะเล','0823701555','cherryman1987@gmail.com'),
(103,'1033530111','บ้านผักบุ้ง','ทักษิณกันทรารมย์','tuk','pukbung.ssk.in.th','','33010092@sisaketedu1.go.th','น.ส.สุประภา นาเรือง','0887277945','suprapa.narueang@gmail.com'),
(104,'1033530112','บ้านพันลำ','ฟากมูลกันทรารมย์','fag','punlum.ssk.in.th','','33010109@sisaketedu1.go.th','นางวิไรลักษณ์ แก้วแดง','0827406173','Aof181818@hotmail.com'),
(105,'1033530113','บ้านแวงโนนเปือยหนองแสง','ฟากมูลกันทรารมย์','fag','wps.ssk.in.th','','33010110@sisaketedu1.go.th','นางพิสมร เพ็งจันทร์','0801741922','oiang555@gmail.com'),
(106,'1033530114','บ้านเทิน','ฟากมูลกันทรารมย์','fag','bantern.ssk.in.th','','33010111@sisaketedu1.go.th','นางเยาวธิดา สัตย์ซื่อ','0981045312','33010111@sisaketedu1.go.th'),
(107,'1033530115','บ้านบัวน้อยโนนปอ','ฟากมูลกันทรารมย์','fag','buanoi.ssk.in.th','','33010112@sisaketedu1.go.th','นายปัญญา ลาอำ','0878796848','panyalaam@gmail.com'),
(108,'1033530116','บ้านขาม','ฟากมูลกันทรารมย์','fag','bankham.ssk.in.th','','33010113@sisaketedu1.go.th','นางชัญญาพัชญ์ คำแพง','0952538536','r55191420108@gmail.com'),
(109,'1033530117','บ้านหนองไฮ','ฟากมูลกันทรารมย์','fag','nonghai.ssk.in.th','','33010153@sisaketedu1.go.th','นางจรัสศรี สิงห์สาย','0945306264','rattana.naja2013@gmail.com'),
(110,'1033530118','บ้านอิปาด','ฟากมูลกันทรารมย์','fag','ipad.ssk.in.th','','33010154@sisaketedu1.go.th','นายวิษณุ ไชยปัญญา','0874562606','Witsanuchaipanya2555@gmail.com'),
(111,'1033530119','บ้านทุ่งมั่ง','ฟากมูลกันทรารมย์','fag','thungmung.ssk.in.th','','33010152@sisaketedu1.go.th','นายทนงศักดิ์ พรมแพง','0868750077','Centrino14k@hotmail.com'),
(112,'1033530120','บ้านหนองเทา','ฟากมูลกันทรารมย์','fag','nongtao.ssk.in.th','','33010122@sisaketedu1.go.th','น.ส.ปรินดา เดือนจะโป๊ะ','0841689541','maioneself1137@gmail.com'),
(113,'1033530121','บ้านละทาย','ฟากมูลกันทรารมย์','fag','latai.ssk.in.th','','33010130@sisaketedu1.go.th','น.ส.รินลภัส เอกศิริ','0807673639','tuktik_aksiri@hotmail.com'),
(114,'1033530122','บ้านกอก','ฟากมูลกันทรารมย์','fag','bangok.ssk.in.th','','33010131@sisaketedu1.go.th','น.ส.ปิยมาศ สืบสิมมา','0956202647','Piyamat0606@gmail.com'),
(115,'1033530123','บ้านเขวา','ฟากมูลกันทรารมย์','fag','bankaow.ssk.in.th','','33010132@sisaketedu1.go.th','น.ส.รัตนากร อัมภรัตน์','0981893228',' pranglovechunji@gmail.com'),
(116,'1033530124','บ้านเหม้าหนองเรือ','ฟากมูลกันทรารมย์','fag','mao.ssk.in.th','','33010133@sisaketedu1.go.th','นางอรพรรณ รักพรม','0836980928','maonongrueschool@gmail.com'),
(117,'1033530125','บ้านเมืองน้อยหนองมุข','ฟากมูลกันทรารมย์','fag','mns.ssk.in.th','','33010120@sisaketedu1.go.th','นายปัญญา ศรีสมภพ','0836146429','panya.srisompob@gmail.com'),
(118,'1033530126','บ้านหนองน้ำเต้าโนนสวน','ฟากมูลกันทรารมย์','fag','nts.ssk.in.th','','33010121@sisaketedu1.go.th','น.ส.วิภาดา ชูศรีเสริฐ','0881189934','Baifern041235@gmail.com'),
(119,'1033530127','บ้านหมัด(คุรุรัฐสงเคราะห์)','ฟากมูลกันทรารมย์','fag','banmut.ssk.in.th','','33010099@sisaketedu1.go.th','น.ส.นิตยา ธนะศรี','0802768191','T58hnasri@gmail.com'),
(120,'1033530128','บ้านทาม','ฟากมูลกันทรารมย์','fag','bantam.ssk.in.th','','33010100@sisaketedu1.go.th','น.ส.ประกายวรรณ สุนา','0981452513','prakaiwansuna@gmail.com'),
(121,'1033530129','บ้านยางน้อยสามัคคี','ฟากมูลกันทรารมย์','fag','banyangnoi.ssk.in.th','','33010134@sisaketedu1.go.th','นายทวีศักดิ์ สาธุการ','0831240668','Taweesak2456@gmail.com '),
(122,'1033530130','บ้านผึ้ง(มธุลีห์ประชาสรรค์)','ฟากมูลกันทรารมย์','fag','bpm.ssk.in.th','','33010101@sisaketedu1.go.th','น.ส.รัชวดี สายเสน','0934747488','anncom.cg2016@gmail.com'),
(123,'1033530131','บ้านหนองแวง(โสวรรณีวิทยาคม)','ฟากมูลกันทรารมย์','fag','nws.ssk.in.th','nws.ssk.in.th','33010143@sisaketedu1.go.th','นายภาสธร ยาวโนภาส','0871132338','passathorn@gmail.com'),
(124,'1033530132','บ้านแสงใหญ่(คุรุราษฎร์บำรุง)','ฟากมูลกันทรารมย์','fag','sangyai.ssk.in.th','','33010144@sisaketedu1.go.th','น.ส.จารุวรรณ ปัสสา','0918026818','CHARUWAN60411@gmail.com'),
(125,'1033530133','บ้านหนามแท่ง','ฟากมูลกันทรารมย์','fag','namtang.ssk.in.th','','33010142@sisaketedu1.go.th','น.ส.สมฤทัย แสงคำ','0878694211','sangkhumsomruthai@gmail.com'),
(126,'1033530134','บ้านกอกหัวนา','ฟากมูลกันทรารมย์','fag','kokhuana.ssk.in.th','','33010135@sisaketedu1.go.th','นายนิรัตน์ ศรีพันธ์','0625911387','nirat.kaid@gmail.com'),
(127,'1033530135','บ้านเปือย','ฟากมูลกันทรารมย์','fag','bp.ssk.in.th','','33010136@sisaketedu1.go.th','นายวิเชียร วงษ์ทองดี','0864149641','banbuey530135@gmail.com'),
(128,'1033530136','บ้านหนองแก้ว(ราษฎร์ผดุงวิทยา)','ฟากมูลกันทรารมย์','fag','bannongkeaw.ssk.in.th','','33010137@sisaketedu1.go.th','นางนวรัตน์ พรมดี','0813540881','Navaratsw@gmail.com'),
(129,'1033530137','บ้านเจี่ย','ฟากมูลกันทรารมย์','fag','banchia.ssk.in.th','','33010102@sisaketedu1.go.th','นายพิเชฐ ประทุมตรี','0810741469','banjai.school@gmail.com'),
(130,'1033530594','อนุบาลยางชุมน้อย(หน่วยคุรุราษฎร์รังสรรค์)','ยางชุมน้อย','ycn','aycn.ssk.in.th','','33010076@sisaketedu1.go.th','นายธนิน เจริญราษฎร์','0856119491','hengiac8@gmail.com'),
(131,'1033530595','บ้านบอนวิทยา','ยางชุมน้อย','ycn','bonwittaya.ssk.in.th','','33010073@sisaketedu1.go.th','น.ส.โชติภา ลุนศรี','0949986561','bonwittayaschool@gmail.com'),
(132,'1033530596','บ้านจอมวิทยา','ยางชุมน้อย','ycn','jomwittaya.ssk.in.th','','33010074@sisaketedu1.go.th','น.ส.ศิริญากร สีหะวงษ์','0638922817','Naey.ilove8840@gmail.com'),
(133,'1033530597','บ้านโนน(รัฐประชาสงเคราะห์)','ยางชุมน้อย','ycn','bannon.ssk.in.th','','33010075@sisaketedu1.go.th','นางณิชชา สกิจฤทธิ์บุญมา','0878793388','Nidchasakitrit56@gmail.com'),
(134,'1033530598','บ้านยางชุมใหญ่','ยางชุมน้อย','ycn','yangchumyai.ssk.in.th','','33010077@sisaketedu1.go.th','นายอาทิตย์ แสงนรินทร์','0844769787','yong-25@hotmail.com'),
(135,'1033530599','บ้านลิ้นฟ้า','ยางชุมน้อย','ycn','linpha.ssk.in.th','','33010079@sisaketedu1.go.th','น.ส.ชมณิตษา มะวงค์','0933818635','bestay.namwong@gmail.com'),
(136,'1033530600','บ้านดินดำ','ยางชุมน้อย','ycn','dindum.ssk.in.th','','33010080@sisaketedu1.go.th','จ่าอากาศโทจีระศักดิ์ นามวงษ์','0621724725','Kroojee57@gmail.com'),
(137,'1033530601','บ้านผักขะ','ยางชุมน้อย','ycn','phagkha.ssk.in.th','','33010081@sisaketedu1.go.th','นางเกษร สมใจ','0810712516','krukaipk@gmail.com'),
(138,'1033530603','บ้านคอนกาม','ยางชุมน้อย','ycn','conkam.ssk.in.th','','33010068@sisaketedu1.go.th','นายฐิตรัฐ สอนศรี','0616585665','sornsrithitaratha@gmail.com'),
(139,'1033530604','บ้านค้อเมืองแสน','ยางชุมน้อย','ycn','kms.ssk.in.th','','33010069@sisaketedu1.go.th','น.ส.รำพันธ์ มณีวงษ์','0649450648','rampanmaneewong@gmail.com'),
(140,'1033530605','บ้านยางเครือ','ยางชุมน้อย','ycn','yangkreu.ssk.in.th','','33010065@sisaketedu1.go.th','น.ส.นลินี ดอนเหลือม','0943744098','Noodang03282535@gmail.com'),
(141,'1033530606','บ้านกุดเมืองฮาม(ศิริราษฎร์สงเคราะห์)','ยางชุมน้อย','ycn','kmh.ssk.in.th','','33010066@sisaketedu1.go.th','นางศิริวรรณ อุ่นทรัพย์','0610243678','siri132522@gmail.com'),
(142,'1033530607','บ้านแก้ง','ยางชุมน้อย','ycn','kang.ssk.in.th','','33010067@sisaketedu1.go.th','น.ส.อมรลักษณ์ ชาลี','0943825595','pam0943825595@gmail.com'),
(143,'1033530608','บ้านโนนคูณ','ยางชุมน้อย','ycn','nonkoon.ssk.in.th','','33010070@sisaketedu1.go.th','นายพิเชษฐ ศรีละพันธ์','0910205042','srilapan56@gmail.com'),
(144,'1033530609','บ้านหอย-โนนดู่','ยางชุมน้อย','ycn','hoinondu.ssk.in.th','','33010071@sisaketedu1.go.th','น.ส.กนกวรรณ คำศรี','0987763126','kanokwan.kams@gmail.com'),
(145,'1033530610','บ้านโนนติ้ว','ยางชุมน้อย','ycn','nontew.ssk.in.th','','33010072@sisaketedu1.go.th','น.ส.วิภาดา หยิบล้ำ','0933867680','nesza313@gmail.com'),
(146,'1033530646','บ้านหนองกุงสนามชัย','บูรพาโนนคูณ','bur','nongkung.ssk.in.th','','33010179@sisaketedu1.go.th','น.ส.รัตติยากรณ์ แพงศรี','087827670','fangmark8@gmail.com'),
(147,'1033530647','บ้านก้อนเส้า','บูรพาโนนคูณ','bur','konsao.ssk.in.th','','33010180@sisaketedu1.go.th','น.ส.อาภาพร พื้นสวรรณ์','0837347376','kungnang1993a@gmail.com'),
(148,'1033530648','บ้านม่วงเปเหมือดแอ่','บูรพาโนนคูณ','bur','muangpe.ssk.in.th','','33010175@sisaketedu1.go.th','น.ส.กัญญภัค ปาเบ้า','0801495564','kanyapakkwang@gmail.com'),
(149,'1033530649','บ้านโคกสะอาด','บูรพาโนนคูณ','bur','kok.ssk.in.th','','33010176@sisaketedu1.go.th','นายมณูญ โสสว่าง','0896294275','sosawang30@gmail.com'),
(150,'1033530650','บ้านหนองหิน','บูรพาโนนคูณ','bur','nonghin.ssk.in.th','','33010177@sisaketedu1.go.th','นายศุภณัฏฐ์ ผลดี','0811859784','leesaw-06@hotmail.com'),
(151,'1033530651','บ้านโนนสมบูรณ์','บูรพาโนนคูณ','bur','nonsomboon.ssk.in.th','','33010178@sisaketedu1.go.th','น.ส.ศศิธร ดอนเหลือม','0871369492','sasi07722@gmail.com'),
(152,'1033530652','บ้านหนองแวงวิทยา','บูรพาโนนคูณ','bur','nw.ssk.in.th','','33010173@sisaketedu1.go.th','น.ส.กนกอร ตรีรัตน์','0804047680','kanokon.puiz@gmail.com'),
(153,'1033530653','บ้านโนนดู่','บูรพาโนนคูณ','bur','nondoo.ssk.in.th','','33010174@sisaketedu1.go.th','นางทัศณีย์ โพธิ์ศรี','0972679847','tuptimphot@gmail.com'),
(154,'1033530655','บ้านโพธิ์(โพธิ์ทองวิทยา)','ประจิมโนนคูณ','pra','photong.ssk.in.th','','33010171@sisaketedu1.go.th','น.ส.ศิริเนตร จันทเขต','0630239960','Sirinet551914403099@gmail.com'),
(155,'1033530656','บ้านหนองสนม','ประจิมโนนคูณ','pra','sanom.ssk.in.th','','33010181@sisaketedu1.go.th','น.ส.สุทธิดา สุดดี','0917251504','sai_102ss@hotmail.com'),
(156,'1033530657','บ้านหนองปลาเข็ง-กอไหล่','ประจิมโนนคูณ','pra','pakhaeng.ssk.in.th','','33010169@sisaketedu1.go.th','นายปรีชา ศรีลาตรี','0868733992','nutkubp@gmail.com'),
(157,'1033530658','บ้านปลาข่อ','ประจิมโนนคูณ','pra','plakho.ssk.in.th','','33010170@sisaketedu1.go.th','นายสมดร วรรณทวี','0889938298','narongritkmang@gmail.com'),
(158,'1033530659','บ้านผักขย่าใหญ่','ประจิมโนนคูณ','pra','pakayayai.ssk.in.th','','33010168@sisaketedu1.go.th','นายธนาวุธ ทองใบ','0804420989','teamssks2@gmail.com'),
(159,'1033530660','บ้านเวาะวิทยาคม','ประจิมโนนคูณ','pra','waowit.ssk.in.th','','33010182@sisaketedu1.go.th','นายณัฐธิพล ดอกดวง','0973322146','1402oak@gmail.com'),
(160,'1033530661','บ้านหยอด','ประจิมโนนคูณ','pra','yoard.ssk.in.th','','33010183@sisaketedu1.go.th','นายชูเกียรติ ไชยโคตร','0642716028','murinhokiat.fha@gmail.com'),
(161,'1033530662','บ้านนาม่อง-นาเมือง','ประจิมโนนคูณ','pra','namong.ssk.in.th','','33010184@sisaketedu1.go.th','นายชุติพนธ์ บัวกอ','0954525007','Punyapat7777@gmail.com'),
(162,'1033530663','บ้านหนองตลาด','ประจิมโนนคูณ','pra','talard.ssk.in.th','','33010185@sisaketedu1.go.th','นางสุกัญญา เพ่งพิศ','0878799312','nongtalad33010185@gmail.com'),
(163,'1033530664','บ้านเหล่าฝ้าย','ประจิมโนนคูณ','pra','laofay.ssk.in.th','','33010186@sisaketedu1.go.th','น.ส.เกศรินทร์ บุญเศษ','0853206602','kesarinboonset472@gmail.com'),
(164,'1033530665','อนุบาลโนนคูณ(โนนค้อวิทยาคาร)','บูรพาโนนคูณ','bur','ank.ssk.in.th','','33010155@sisaketedu1.go.th','นายเทอดศักดิ์ ขุขันธิน','0898478808','T.khu.khan@gmail.com'),
(165,'1033530666','บ้านโนนคูณ','บูรพาโนนคูณ','bur','nonkhun.ssk.in.th','','33010156@sisaketedu1.go.th','นายทูนพิทักษ์ จำนงค์การ','0653150838','thunphithak@hotmail.com'),
(166,'1033530667','บ้านหนองจิกเหล่าเชือก','บูรพาโนนคูณ','bur','nongjik.ssk.in.th','','33010157@sisaketedu1.go.th','นางทิพานันท์ คงบุญมี','0990430192','nachi_kku@hotmail.com'),
(167,'1033530668','บ้านหนองสามขา ดอนแก้ว','บูรพาโนนคูณ','bur','nsk.ssk.in.th','','33010158@sisaketedu1.go.th','นายนันทพงศ์ ประหม่า','0864944426','n.an1aphong@gmail.com'),
(168,'1033530670','บ้านเท่อเล่อ','บูรพาโนนคูณ','bur','terler.ssk.in.th','','33010160@sisaketedu1.go.th','นายมนูญ ทองเทพ','0914201228','manoonthongtep05@gmail.com'),
(169,'1033530671','บ้านร่องเก้า','บูรพาโนนคูณ','bur','rongkao.ssk.in.th','','33010161@sisaketedu1.go.th','น.ส.เกศราพร บรรเทา','0934104235','ketsaraporn20042541@gmail.com'),
(170,'1033530672','บ้านบกแดงผักขะย่า','ประจิมโนนคูณ','pra','bokdang.ssk.in.th','','33010162@sisaketedu1.go.th','น.ส.ดาวใจ คำนน','0857747897','daojai0404@gmail.com'),
(171,'1033530673','บ้านดินดำเหล่าเสนไต้','ประจิมโนนคูณ','pra','dsts.ssk.in.th','','33010163@sisaketedu1.go.th','นางชัญญานุช พลชัย','0898314720','pokko2558@gmail.com'),
(172,'1033530674','บ้านโปร่ง','ประจิมโนนคูณ','pra','banprong.ssk.in.th','','33010164@sisaketedu1.go.th','น.ส.นาฏอนงค์ โพธิสาร','0833856357','phonatanong@gmail.com'),
(173,'1033530675','บ้านหัวเหล่า','ประจิมโนนคูณ','pra','banhualao.ssk.in.th','','33010165@sisaketedu1.go.th','น.ส.นีรนุช นัยนิตย์','0625459260','nnainit@gmail.com'),
(174,'1033530676','บ้านโนนสว่าง','ประจิมโนนคูณ','pra','bannonsawang.ssk.in.th','','33010166@sisaketedu1.go.th','น.ส.สุทธิวรรณ คำแพง','0823202037','-'),
(175,'1033530677','บ้านโพนงาม','ประจิมโนนคูณ','pra','phonengam.ssk.in.th','','33010167@sisaketedu1.go.th','นางจิราภรณ์ ศรีนวล','0812663395','beethaken@gmail.com'),
(176,'1033530705','บ้านขี้เหล็ก','น้ำเกลี้ยง','nmk','keelek.ssk.in.th','','33010209@sisaketedu1.go.th','นายศิวกร อร่ามเรือง','0804752047','siwakorn_ampz@hotmail.com'),
(177,'1033530706','บ้านรุ่ง','น้ำเกลี้ยง','nmk','br.ssk.in.th','','33010203@sisaketedu1.go.th','นายทองคำ จิตสุภาพ','0862481610','thongkum1776@gmail.com '),
(178,'1033530707','บ้านละเอาะ','น้ำเกลี้ยง','nmk','laor.ssk.in.th','','33010210@sisaketedu1.go.th','นายประยงค์ ศรีโนนลาน','0896261059','prayong_losc@hotmail.com'),
(179,'1033530708','บ้านแวด','น้ำเกลี้ยง','nmk','wad.ssk.in.th','','33010211@sisaketedu1.go.th','น.ส.นันท์นภัส แสนดี','0863468827','turagannim.05@gmail.com'),
(180,'1033530709','บ้านหนองพะแนง','น้ำเกลี้ยง','nmk','nongpanang.ssk.in.th','','33010204@sisaketedu1.go.th','น.ส.วชิรญาณ์ หอมคำ','0914720274','Wachiraya110@gmail.come '),
(181,'1033530710','บ้านยางน้อยตองปิด','น้ำเกลี้ยง','nmk','yangnoi.ssk.in.th','','33010195@sisaketedu1.go.th','นายธนสิทธิ์ แก้วสุข','0896282909','madeaw15@gmail.com'),
(182,'1033530711','บ้านกะวัน','น้ำเกลี้ยง','nmk','kawun.ssk.in.th','','33010196@sisaketedu1.go.th','น.ส.พรนภา มาระยาท','0988572122','Pronnapa_shing@hotmail.co.th'),
(183,'1033530712','บ้านลุมพุกคูวงศ์','น้ำเกลี้ยง','nmk','lpk.ssk.in.th','','33010197@sisaketedu1.go.th','นายมนูศักดิ์ พรหมคุณ','0849260966','pintomannn@gmail.com'),
(184,'1033530713','บ้านบัวระรมย์','น้ำเกลี้ยง','nmk','brr.ssk.in.th','','33010198@sisaketedu1.go.th','น.ส.ชนันทิญา เชอรัมย์','0853138499','chananjaew@gmail.com'),
(185,'1033530714','บ้านสวนกล้วย','น้ำเกลี้ยง','nmk','suankluay.ssk.in.th','','33010194@sisaketedu1.go.th','นางจิราวรรณ ผ่องราษี','0862597408','Jack.03ct@gmail.com'),
(186,'1033530715','บ้านสบาย','น้ำเกลี้ยง','nmk','sabai.ssk.in.th','','33010205@sisaketedu1.go.th','นางอุทัย คงดี','0649318025','thatcharin.kongdee@gmail.com'),
(187,'1033530716','บ้านโนนหนองสิม','น้ำเกลี้ยง','nmk','nonnongsim.ssk.in.th','','33010187@sisaketedu1.go.th','นายสมชาย นนทะศรี','0862633975','whatisyourname2561@gmail.com'),
(188,'1033530717','บ้านหนองบาง','น้ำเกลี้ยง','nmk','www.bannongbang.ac.th','nongbang.ssk.in.th','33010201@sisaketedu1.go.th','นายบุช่วย ศรีสมพร','0956057051','konkoy2012@gmail.com'),
(189,'1033530718','อนุบาลอำเภอน้ำเกลี้ยง(เขิน)','น้ำเกลี้ยง','nmk','anubannk.ssk.in.th','','33010188@sisaketedu1.go.th','น.ส.ฐิติมา ทบด้าน','0626123649','anubanapnk@gmail.com'),
(190,'1033530719','บ้านน้ำเกลี้ยง','น้ำเกลี้ยง','nmk','ngc.ssk.in.th','','33010202@sisaketedu1.go.th','นายวรณัฐ รุ่งเรือง','0818774547','voranatboy@gmail.com'),
(191,'1033530720','บ้านโนนสว่าง','น้ำเกลี้ยง','nmk','nonsawang.ssk.in.th','','33010189@sisaketedu1.go.th','น.ส.วรลักษณ์ แสงอ่อน','0957905438','nonsawang530720@gmail.com'),
(192,'1033530721','บ้านโนนงาม','น้ำเกลี้ยง','nmk','nonngam.ssk.in.th','','33010206@sisaketedu1.go.th','น.ส.ณัฐธิดา ศรีบุญเรือง','0943591646','nuttida.sbr@g.dlit.ac.th'),
(193,'1033530722','บ้านหนองแลงระไง','น้ำเกลี้ยง','nmk','nonglang.ssk.in.th','','33010207@sisaketedu1.go.th','นายเอกชัย พละศักดิ์','0645459298','yumyumyaiyai@gmail.com'),
(194,'1033530723','บ้านหนองแวง','น้ำเกลี้ยง','nmk','bnw.ssk.in.th','','33010190@sisaketedu1.go.th','นายปิยะณัฐ อัมภรัตน์','0885958582','piyanat.am@gmail.com'),
(195,'1033530724','บ้านสะพุง','น้ำเกลี้ยง','nmk','bansapung.ssk.in.th','','33010191@sisaketedu1.go.th','นายชัยพล พลชัย','0818658924','acmrobott88@gmail.com'),
(196,'1033530725','บ้านลุมภู','น้ำเกลี้ยง','nmk','lumpu.ssk.in.th','','33010199@sisaketedu1.go.th','นายวรพจน์ เพิ่มบุญ','0966418384','vorapod.p@kkumail.com'),
(197,'1033530726','บ้านคูบ','น้ำเกลี้ยง','nmk','bankoob.ssk.in.th','','33010192@sisaketedu1.go.th','นายธัญพิสิษฐ์ ไชยโคตร์','0610292777','kingpuy@hotmail.com'),
(198,'1033530727','บ้านสะเต็ง','น้ำเกลี้ยง','nmk','bst.ssk.in.th','','33010193@sisaketedu1.go.th','นายสรศักดิ์ ทองสุข','0827087888','sorn1103@hotmail.com'),
(199,'1033530728','บ้านหนองนาเวียง','น้ำเกลี้ยง','nmk','nnv.ssk.in.th','','33010200@sisaketedu1.go.th','นายสุรศักดิ์ ปัสราษฎร์','0804698155','Nongnawiang@gmai.com'),
(200,'1033530729','บ้านทุ่งสว่าง','น้ำเกลี้ยง','nmk','tungsawang.ssk.in.th','','33010208@sisaketedu1.go.th','นายสุรชัย สีดาดำ','0890402625','sunk59745@gmail.com'),
(201,'1033530730','บ้านหนองบัว','วังหิน ๑','wh1','nongbua.ssk.in.th','','33010225@sisaketedu1.go.th','นายเจตนรินทร์ พรมเสนา','0848880414','dakingdoom@gmail.com'),
(202,'1033530731','บ้านสร้างสะแบง','วังหิน ๑','wh1','ssb.ssk.in.th','','33010226@sisaketedu1.go.th','น.ส.อารียา ใจดี','0823741435','areeya.ming23@gmi.com'),
(203,'1033530732','นิคมสร้างตนเองห้วยคล้า ๒','วังหิน ๑','wh1','nk2.ssk.in.th','','33010223@sisaketedu1.go.th','ว่าที่ พ.ต.มานพ บุญช่วย','0801793998','august9897@gmail.com'),
(204,'1033530733','นิคมสร้างตนเองห้วยคล้า ๓','วังหิน ๑','wh1','nk3.ssk.in.th','','33010224@sisaketedu1.go.th','นายพิทักษ์ บุญมา','0895849807','phithaknk3@gmail.com'),
(205,'1033530734','บ้านธาตุ(สหพัฒนานุสรณ์)','วังหิน ๑','wh1','banthad.ssk.in.th','','33010222@sisaketedu1.go.th','น.ส.เพ็ญพักตร์ เกษร','0801738429','banthat132@gmail.com'),
(206,'1033530735','บ้านสว่าง','วังหิน ๑','wh1','sawang.ssk.in.th','','33010215@sisaketedu1.go.th','นายสุเมธ ปานศิลา','0967150865','CyverlarvaGG@gmail.com'),
(207,'1033530736','บ้านดงยาง','วังหิน ๑','wh1','dongyang.ssk.in.th','','33010220@sisaketedu1.go.th','น.ส.อทิตยา เสียงใส','0950058991','atittaya.sian59@sskru.ac.th'),
(208,'1033530737','บ้านหนองคูโนนแก้วหนองอีย่า','วังหิน ๑','wh1','ngy.ssk.in.th','','33010221@sisaketedu1.go.th','นายเสถียร ลาโพธิ์','0619851545','ngy.ap00@gmail.com'),
(209,'1033530738','บ้านหนองกันจอ','วังหิน ๑','wh1','nkj.ssk.in.th','','33010219@sisaketedu1.go.th','นายพีรพล อ้อมแก้ว','0935409795','thegoodthing511943@gmail.com'),
(210,'1033530739','บ้านเจ้าทุ่ง','วังหิน ๑','wh1','chaotung.ssk.in.th','','33010216@sisaketedu1.go.th','น.ส.ชุดาภา ไชยปัญญา','0825951572','kru.chudapa@gmail.com'),
(211,'1033530740','บ้านโนนสำโรงหนองหมากแซว','วังหิน ๑','wh1','nsr.ssk.in.th','','33010217@sisaketedu1.go.th','นางณัฎฐา บุญข่าย','0918271904','nirunpo@hotmail.com'),
(212,'1033530741','บ้านลิงไอ','วังหิน ๑','wh1','lingai.ssk.in.th','','33010218@sisaketedu1.go.th','น.ส.เพ็ญนภา ภูธา','0896264406','lingai.school@gmail.com'),
(213,'1033530742','อนุบาลวังหิน','วังหิน ๑','wh1','awh.ssk.in.th','','33010227@sisaketedu1.go.th','นายเอกวิทย์ น้อยมิ่ง','0619401221','Akkawitnoiming@gmail.com'),
(214,'1033530743','บ้านกะเอิน','วังหิน ๑','wh1','kaearn.ac.th','','33010228@sisaketedu1.go.th','นายพัชรพล ชลกาญจน์','0984940730','patcharapol@kaearn.ac.th'),
(215,'1033530744','บ้านโพนดวน','วังหิน ๑','wh1','ponduan.ssk.in.th','','33010229@sisaketedu1.go.th','นายณัฐพงษ์ พละศักดิ์','0821050215','paozalo@hotmail.com'),
(216,'1033530745','บ้านหัววัวหนองนารีตาตวด','วังหิน ๑','wh1','hwn.ssk.in.th','','33010230@sisaketedu1.go.th','นายสราวุธ สมพงษ์','0820503387','sarawutsompong1@gmail.com'),
(217,'1033530746','ขุมคำวิทยา(สำนักงานสลากกินแบ่งสงเคราะห์ ๖๗๓)','วังหิน ๑','wh1','kkw673.ssk.in.th','','33010231@sisaketedu1.go.th','นายคม สุธรรมมา','0910169338','krvkhom@gmail.com'),
(218,'1033530747','บ้านโนนสายหนองหว้า','วังหิน ๑','wh1','nonsai.ssk.in.th','','33010232@sisaketedu1.go.th','น.ส.ธิดา กันตรง','0880752262','thida.kuntrong@gmail.com'),
(219,'1033530748','บ้านไทยบวกแต้บวกเตย','วังหิน ๑','wh1','thaibuak.ssk.in.th','','33010233@sisaketedu1.go.th','น.ส.วิไลพร นามสีฐาน','0994716393','wnamseethan@gmail.com'),
(220,'1033530749','บ้านโพนยาง','วังหิน ๒','wh2','ponyang.ssk.in.th','','33010234@sisaketedu1.go.th','นายสุทธิพร ข้องเกี่ยวพันธ์','0942841491','Suthipon19898@gmail.com'),
(221,'1033530750','บ้านทุ่งน้อย','วังหิน ๒','wh2','btn.ssk.in.th','','33010235@sisaketedu1.go.th','น.ส.ปรียารัตน์ บุญพามา','0629285891','platumath@gmail.com'),
(222,'1033530751','บ้านหนองทุ่ม','วังหิน ๒','wh2','nongtom.ssk.in.th','','33010244@sisaketedu1.go.th','นายภานุวัฒน์ บุญส่ง','0881240465','Panuwat.james2807@gmail.com'),
(223,'1033530752','บ้านเห็นอ้ม','วังหิน ๒','wh2','henum.ssk.in.th','','33010236@sisaketedu1.go.th','น.ส.ชนันท์ธิพัฒน์ สมจันทร์','0637628253','sukanyapuy07@gmail.com'),
(224,'1033530753','บ้านตีกา','วังหิน ๒','wh2','teeka.ssk.in.th','','33010243@sisaketedu1.go.th','นายศักดิ์วรินทร์ ระยับศรี','0657404306','Sakwarinrayubsri@gmail.com'),
(225,'1033530754','ชุมชนหนองสังข์','วังหิน ๒','wh2','chns.ssk.in.th','','33010242@sisaketedu1.go.th','น.ส.กุลธิดา แสงใส','0905969457','paengkun2537@gmail.com'),
(226,'1033530755','บ้านหนองตาเชียง','วังหิน ๒','wh2','nongtachiang.ssk.in.th','','33010237@sisaketedu1.go.th','นายรัตติกรณ์ ศรีเมือง','0621382019','mos442.530755@gmail.com'),
(227,'1033530756','บ้านดวนใหญ่(ลีราษฎร์วัฒนา)','วังหิน ๒','wh2','duanyai.ssk.in.th','','33010212@sisaketedu1.go.th','นายภูชิชย์ ไชยะนา','0819771685','poohchit@gmail.com'),
(228,'1033530757','บ้านโนนดู่','วังหิน ๒','wh2','nondu.ssk.in.th','','33010213@sisaketedu1.go.th','นายกรกฎ ประเสริฐสังข์','0833405656','korrakot.jgp@gmail.com'),
(229,'1033530758','บ้านทุ่ง','วังหิน ๒','wh2','banthaug.ssk.in.th','','33010238@sisaketedu1.go.th','นายวัชรินทร์ พิมพ์ทอง','0624793893','Watcharin.t2020@gmail.com'),
(230,'1033530759','บ้านสร้างบาก','วังหิน ๒','wh2','sangbak.ssk.in.th','','33010239@sisaketedu1.go.th','น.ส.พนิดา พิทักษา','0953359972','aew2603@gmail.com'),
(231,'1033530760','บ้านหนองนาโพธิ์','วังหิน ๒','wh2','nongnapho.ssk.in.th','','33010214@sisaketedu1.go.th','นายชิณชาญ บุญเยี่ยม','0856625154','chinsskru108@hotmail.com'),
(232,'1033530761','บ้านสะมัด','วังหิน ๒','wh2','samad.ssk.in.th','','33010240@sisaketedu1.go.th','นายยุทธศิลป์ จันทร','0803514131','eakkawid2014@gmail.com'),
(233,'1033530762','บ้านหนองคู','วังหิน ๒','wh2','nongku.ssk.in.th','','33010241@sisaketedu1.go.th','น.ส.จันทร์เพ็ญ จันทะเสน','0623628919','Janpeny2014@outlook.co.th'),
(234,'1033530826','บ้านตำแยหนองเม็ก','พยุห์','pay','tumyae.ssk.in.th','','33010245@sisaketedu1.go.th','นายณัฐวุฒิ กรไกร','0987799917','ssk300@g.dlit.ac.th'),
(235,'1033530827','บ้านกระแชง(คุรุราษฎร์นุกูล)','พยุห์','pay','bankasang.ssk.in.th','','33010246@sisaketedu1.go.th','นายตรีชาต เกษร','0833787359','Ntornajaaiit@gmail.com'),
(236,'1033530828','บ้านกระถุน','พยุห์','pay','kratoon.ssk.in.th','','33010247@sisaketedu1.go.th','นางรัตน์ฐาภัทร ดีพร้อมคุณาสิน','0833678230','rattapat2513@gmail.com'),
(237,'1033530829','บ้านขนวนจานสามัคคี','พยุห์','pay','kanoun.ssk.in.th','','33010248@sisaketedu1.go.th','น.ส.รัตนาภรณ์ สร้อยสนธิ์','0993064064','rpssoison@gmail.com'),
(238,'1033530830','บ้านอะลางหัวขัว','พยุห์','pay','alang.ssk.in.th','','33010249@sisaketedu1.go.th','นางศศิกานต์ กงศรี','0631549492','sasikarn55ya@gmail.com'),
(239,'1033530831','บ้านโนนเพ็ก','พยุห์','pay','bnps.ssk.in.th','','33010250@sisaketedu1.go.th','น.ส.วิไลวรรณ อินทโส','0621968151','intaso.wilaiwan@gmail.com'),
(240,'1033530832','บ้านหนองออ','พยุห์','pay','nongor.ssk.in.th','','33010270@sisaketedu1.go.th','น.ส.หัสถยา คูซอด','0930711936','Babyjamjam1a@gmail.com'),
(241,'1033530833','บ้านสร้างหว้า','พยุห์','pay','sw.ssk.in.th','','33010251@sisaketedu1.go.th','น.ส.ประกายวรรณ ไชยสิงห์','0812399479','asingasong.sing@gmail.com'),
(242,'1033530834','บ้านค้อยางปอ(อสพป.๓๕)','พยุห์','pay','koyangpo.ssk.in.th','','33010252@sisaketedu1.go.th','น.ส.อภิญญา มานะพระ','0650811603','micmic281139@gmail.com'),
(243,'1033530835','บ้านโพธิ์ศรี(คุรุราษฎร์อินทรสุภผล)','พยุห์','pay','posri.ssk.in.th','','33010253@sisaketedu1.go.th','นายภัทรวุฒิ ฉัตรแข็งขัน','0810689495','ake.pattarawut@gmail.com'),
(244,'1033530836','บ้านหนองค้า','พยุห์','pay','nongka.ssk.in.th','','33010269@sisaketedu1.go.th','นางชินวงค์พงษ์ สีดาว','0898451943','chinnawongpong3367@gmail.com'),
(245,'1033530837','บ้านโคกเพ็ก','พยุห์','pay','kogpek.ssk.in.th','','33010254@sisaketedu1.go.th','น.ส.เย็นฤดี แก้วใส','0821256803','yen29477@gmail.com'),
(246,'1033530838','อนุบาลพยุห์','พยุห์','pay','phayu.ssk.in.th','','33010255@sisaketedu1.go.th','นายติณน์พัฒน์ อสิพงษ์','0934237895','pichatpong.3217@gmail.com '),
(247,'1033530839','บ้านคูเมือง','พยุห์','pay','kumuang.ssk.in.th','','33010256@sisaketedu1.go.th','นายสิริชัย วงค์พุฒ','0874000406','tonsirichai664@gmail.com'),
(248,'1033530840','บ้านหนองรัง','พยุห์','pay','nongrang.ssk.in.th','','33010257@sisaketedu1.go.th','นายชนะชัย พรมประดิษฐ์','0857678400','chanachai.sskru54@gmail.com'),
(249,'1033530841','บ้านหนองหว้าทับทัย','พยุห์','pay','nongwatubtai.ssk.in.th','','33010258@sisaketedu1.go.th','นางรุจิรดา ศรีสุธรรม','0627581928','Yayayada55@gmail.com'),
(250,'1033530843','บ้านหนองม่วงหนองแต้','พยุห์','pay','nnt.ssk.in.th','','33010260@sisaketedu1.go.th','น.ส.อนาวิลา ศรีคราม','0964153587','anawila7582@gmail.com'),
(251,'1033530844','บ้านเปือยประชาสามัคคี','พยุห์','pay','banpuay.ssk.in.th','','33010261@sisaketedu1.go.th','น.ส.จันทิมา ธนวาที','0857784585','chantima.t@obec.moe.go.th'),
(252,'1033530845','บ้านสำโรงโคเฒ่า','พยุห์','pay','samrong.ssk.in.th','','33010262@sisaketedu1.go.th','น.ส.อภิญญา สุภาพันธ์','0655024872','apinyasupapan7449@gmail.com'),
(253,'1033530846','บ้านกระหวันโนนเจริญ','พยุห์','pay','krawan.ssk.in.th','','33010263@sisaketedu1.go.th','น.ส.สมบูรณ์ จันคณา','0630165200','somboonjankana2562@gmail.com'),
(254,'1033530847','บ้านร่องสะอาด','พยุห์','pay','rongsaad.ssk.in.th','','33010264@sisaketedu1.go.th','น.ส.อิษยา พรมสามสี','0610297119 ','Isaya2555@hotmail.com'),
(255,'1033530848','บ้านป่าไร่','พยุห์','pay','parai.ssk.in.th','','33010265@sisaketedu1.go.th','นายณัฐพงษ์ พงษ์จันโอ','0962282414','Natthapong.Pongchan.o@gmail.com'),
(256,'1033530849','บ้านโนนสว่าง(อสพป.๑๗)','พยุห์','pay','nonsawang17.ssk.in.th','','33010266@sisaketedu1.go.th','น.ส.จิราวรรณ บุญปัญญา','0863283504','Jirawanboon.2539@gmail.com'),
(257,'1033530850','บ้านหนองเตย','พยุห์','pay','nongtoey.ssk.in.th','','33010267@sisaketedu1.go.th','น.ส.ฉวีวรรณ พุ่มไม้','0642429451','Poommai2521@gmail.com'),
(258,'1033530851','บ้านเสมอใจหนองสลาม','พยุห์','pay','samerjai.ssk.in.th','','33010268@sisaketedu1.go.th','นายประจวบ ฉิวรัมย์','0936623949','sametjai2483@gmail.com');
/*!40000 ALTER TABLE `sweb` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES
(1,1,'A WordPress Commenter','wapuu@wordpress.example','https://en-gb.wordpress.org/','','2025-08-06 15:19:15','2025-08-06 14:19:15','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=736 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'cron','a:11:{i:1756703956;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1756710717;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"b4b17768ecd6a3369b716a0ce3abb8f6\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:9;}}}}i:1756736355;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756736454;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756736459;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1756739950;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756741750;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756743550;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1756909275;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1756995555;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),
(2,'siteurl','http://mdh.ssk.in.th','on'),
(3,'home','http://mdh.ssk.in.th','on'),
(4,'blogname','MDH System','on'),
(5,'blogdescription','','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','mdh@ssk.in.th','on'),
(8,'start_of_week','1','on'),
(9,'use_balanceTags','0','on'),
(10,'use_smilies','1','on'),
(11,'require_name_email','1','on'),
(12,'comments_notify','1','on'),
(13,'posts_per_rss','10','on'),
(14,'rss_use_excerpt','0','on'),
(15,'mailserver_url','mail.example.com','on'),
(16,'mailserver_login','login@example.com','on'),
(17,'mailserver_pass','','on'),
(18,'mailserver_port','110','on'),
(19,'default_category','1','on'),
(20,'default_comment_status','open','on'),
(21,'default_ping_status','open','on'),
(22,'default_pingback_flag','1','on'),
(23,'posts_per_page','10','on'),
(24,'date_format','j F Y','on'),
(25,'time_format','H:i','on'),
(26,'links_updated_date_format','j F Y H:i','on'),
(27,'comment_moderation','0','on'),
(28,'moderation_notify','1','on'),
(29,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','on'),
(30,'rewrite_rules','a:82:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','on'),
(31,'hack_file','0','on'),
(32,'blog_charset','UTF-8','on'),
(33,'moderation_keys','','off'),
(34,'active_plugins','a:0:{}','on'),
(35,'category_base','','on'),
(36,'ping_sites','https://rpc.pingomatic.com/','on'),
(37,'comment_max_links','2','on'),
(38,'gmt_offset','','on'),
(39,'default_email_category','1','on'),
(40,'recently_edited','a:5:{i:0;s:56:\"/var/www/mdh/html/wp-content/plugins/akismet/akismet.php\";i:1;s:62:\"/var/www/mdh/html/wp-content/themes/twentytwentyfive/style.css\";i:2;s:78:\"/var/www/mdh/html/wp-content/themes/twentytwentyfive/patterns/format-audio.php\";i:3;s:80:\"/var/www/mdh/html/wp-content/themes/twentytwentyfive/patterns/footer-columns.php\";i:4;s:80:\"/var/www/mdh/html/wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php\";}','off'),
(41,'template','twentytwentyfive','on'),
(42,'stylesheet','twentytwentyfive','on'),
(43,'comment_registration','0','on'),
(44,'html_type','text/html','on'),
(45,'use_trackback','0','on'),
(46,'default_role','administrator','on'),
(47,'db_version','60421','on'),
(48,'uploads_use_yearmonth_folders','1','on'),
(49,'upload_path','','on'),
(50,'blog_public','1','on'),
(51,'default_link_category','2','on'),
(52,'show_on_front','posts','on'),
(53,'tag_base','','on'),
(54,'show_avatars','1','on'),
(55,'avatar_rating','G','on'),
(56,'upload_url_path','','on'),
(57,'thumbnail_size_w','150','on'),
(58,'thumbnail_size_h','150','on'),
(59,'thumbnail_crop','1','on'),
(60,'medium_size_w','300','on'),
(61,'medium_size_h','300','on'),
(62,'avatar_default','mystery','on'),
(63,'large_size_w','1024','on'),
(64,'large_size_h','1024','on'),
(65,'image_default_link_type','none','on'),
(66,'image_default_size','','on'),
(67,'image_default_align','','on'),
(68,'close_comments_for_old_posts','0','on'),
(69,'close_comments_days_old','14','on'),
(70,'thread_comments','1','on'),
(71,'thread_comments_depth','5','on'),
(72,'page_comments','0','on'),
(73,'comments_per_page','50','on'),
(74,'default_comments_page','newest','on'),
(75,'comment_order','asc','on'),
(76,'sticky_posts','a:0:{}','on'),
(77,'widget_categories','a:0:{}','on'),
(78,'widget_text','a:0:{}','on'),
(79,'widget_rss','a:0:{}','on'),
(80,'uninstall_plugins','a:0:{}','off'),
(81,'timezone_string','Asia/Bangkok','on'),
(82,'page_for_posts','0','on'),
(83,'page_on_front','0','on'),
(84,'default_post_format','0','on'),
(85,'link_manager_enabled','0','on'),
(86,'finished_splitting_shared_terms','1','on'),
(87,'site_icon','0','on'),
(88,'medium_large_size_w','768','on'),
(89,'medium_large_size_h','0','on'),
(90,'wp_page_for_privacy_policy','3','on'),
(91,'show_comments_cookies_opt_in','1','on'),
(92,'admin_email_lifespan','1770041950','on'),
(93,'disallowed_keys','','off'),
(94,'comment_previously_approved','1','on'),
(95,'auto_plugin_theme_update_emails','a:0:{}','off'),
(96,'auto_update_core_dev','enabled','on'),
(97,'auto_update_core_minor','enabled','on'),
(98,'auto_update_core_major','enabled','on'),
(99,'wp_force_deactivated_plugins','a:0:{}','on'),
(100,'wp_attachment_pages_enabled','0','on'),
(101,'initial_db_version','60421','on'),
(102,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','on'),
(103,'fresh_site','1','off'),
(104,'WPLANG','th','auto'),
(105,'user_count','1','off'),
(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),
(107,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'),
(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.2\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'),
(126,'recovery_keys','a:0:{}','off'),
(127,'theme_mods_twentytwentyfive','a:1:{s:18:\"custom_css_post_id\";i:-1;}','auto'),
(128,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"dd483acee295a7dbcf35258a41bbc710\";s:6:\"blocks\";a:52:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:769:\":root :where(.wp-block-columns-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-columns-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-columns-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-flex){gap: var(--wp--preset--spacing--50);}:root :where(.wp-block-columns-is-layout-grid){gap: var(--wp--preset--spacing--50);}\";s:14:\"core/pullquote\";s:306:\":root :where(.wp-block-pullquote){font-size: var(--wp--preset--font-size--xx-large);font-weight: 300;line-height: 1.2;padding-top: var(--wp--preset--spacing--30);padding-bottom: var(--wp--preset--spacing--30);}:root :where(.wp-block-pullquote p:last-of-type){margin-bottom: var(--wp--preset--spacing--30);}\";s:32:\"c48738dcb285a3f6ab83acff204fc486\";s:106:\":root :where(.wp-block-pullquote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;}\";s:11:\"core/avatar\";s:57:\":root :where(.wp-block-avatar img){border-radius: 100px;}\";s:12:\"core/buttons\";s:665:\":root :where(.wp-block-buttons-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flow) > *{margin-block-start: 16px;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > *{margin-block-start: 16px;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flex){gap: 16px;}:root :where(.wp-block-buttons-is-layout-grid){gap: 16px;}\";s:9:\"core/code\";s:427:\":root :where(.wp-block-code){background-color: var(--wp--preset--color--accent-5);color: var(--wp--preset--color--contrast);font-family: var(--wp--preset--font-family--fira-code);font-size: var(--wp--preset--font-size--medium);font-weight: 300;padding-top: var(--wp--preset--spacing--40);padding-right: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--40);padding-left: var(--wp--preset--spacing--40);}\";s:24:\"core/comment-author-name\";s:169:\":root :where(.wp-block-comment-author-name){color: var(--wp--preset--color--accent-4);font-size: var(--wp--preset--font-size--small);margin-top: 5px;margin-bottom: 0px;}\";s:32:\"c0002c260f8238c4212f3e4c369fc4f7\";s:143:\":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button))){color: var(--wp--preset--color--accent-4);text-decoration: none;}\";s:32:\"1e7c38b45537b325dbbbaec17a301676\";s:112:\":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:20:\"core/comment-content\";s:178:\":root :where(.wp-block-comment-content){font-size: var(--wp--preset--font-size--medium);margin-top: var(--wp--preset--spacing--30);margin-bottom: var(--wp--preset--spacing--30);}\";s:17:\"core/comment-date\";s:127:\":root :where(.wp-block-comment-date){color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--small);}\";s:32:\"c83ca7b3e52884c70f7830c54f99b318\";s:114:\":root :where(.wp-block-comment-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:22:\"core/comment-edit-link\";s:90:\":root :where(.wp-block-comment-edit-link){font-size: var(--wp--preset--font-size--small);}\";s:32:\"41d70710612536a90e368c12bcb0efea\";s:119:\":root :where(.wp-block-comment-edit-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:23:\"core/comment-reply-link\";s:91:\":root :where(.wp-block-comment-reply-link){font-size: var(--wp--preset--font-size--small);}\";s:32:\"13c96340dbf37700add1f4c5cae19f3e\";s:120:\":root :where(.wp-block-comment-reply-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:23:\"core/post-comments-form\";s:565:\":root :where(.wp-block-post-comments-form){font-size: var(--wp--preset--font-size--medium);padding-top: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--40);}:root :where(.wp-block-post-comments-form textarea, .wp-block-post-comments-form input:not([type=submit])){border-radius:.25rem; border-color: var(--wp--preset--color--accent-6) !important;}:root :where(.wp-block-post-comments-form input[type=checkbox]){margin:0 .2rem 0 0 !important;}:root :where(.wp-block-post-comments-form label){font-size: var(--wp--preset--font-size--small);}\";s:24:\"core/comments-pagination\";s:182:\":root :where(.wp-block-comments-pagination){font-size: var(--wp--preset--font-size--medium);margin-top: var(--wp--preset--spacing--40);margin-bottom: var(--wp--preset--spacing--40);}\";s:29:\"core/comments-pagination-next\";s:98:\":root :where(.wp-block-comments-pagination-next){font-size: var(--wp--preset--font-size--medium);}\";s:32:\"core/comments-pagination-numbers\";s:101:\":root :where(.wp-block-comments-pagination-numbers){font-size: var(--wp--preset--font-size--medium);}\";s:33:\"core/comments-pagination-previous\";s:102:\":root :where(.wp-block-comments-pagination-previous){font-size: var(--wp--preset--font-size--medium);}\";s:14:\"core/post-date\";s:124:\":root :where(.wp-block-post-date){color: var(--wp--preset--color--accent-4);font-size: var(--wp--preset--font-size--small);}\";s:32:\"ac0d4e00f5ec22d14451759983e5bd43\";s:133:\":root :where(.wp-block-post-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--accent-4);text-decoration: none;}\";s:32:\"0ae6ffd1b886044c2da62d75d05ab13d\";s:102:\":root :where(.wp-block-post-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:25:\"core/post-navigation-link\";s:94:\":root :where(.wp-block-post-navigation-link){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/post-terms\";s:158:\":root :where(.wp-block-post-terms){font-size: var(--wp--preset--font-size--small);font-weight: 600;}:root :where(.wp-block-post-terms a){white-space: nowrap;}\";s:15:\"core/post-title\";s:0:\"\";s:32:\"bb496d3fcd9be3502ce57ff8281e5687\";s:92:\":root :where(.wp-block-post-title a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"12380ab98fdc81351bb32a39bbfc9249\";s:103:\":root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:10:\"core/quote\";s:1315:\":root :where(.wp-block-quote){border-color: currentColor;border-width: 0 0 0 2px;border-style: solid;font-size: var(--wp--preset--font-size--large);font-weight: 300;margin-right: 0;margin-left: 0;padding-top: var(--wp--preset--spacing--30);padding-right: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--30);padding-left: var(--wp--preset--spacing--40);}:root :where(.wp-block-quote-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-quote-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--30);margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-quote-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--30);margin-block-end: 0;}:root :where(.wp-block-quote-is-layout-flex){gap: var(--wp--preset--spacing--30);}:root :where(.wp-block-quote-is-layout-grid){gap: var(--wp--preset--spacing--30);}:root :where(.wp-block-quote.has-text-align-right ){border-width: 0 2px 0 0;}:root :where(.wp-block-quote.has-text-align-center ){border-width: 0;border-inline: 0; padding-inline: 0;}\";s:32:\"1de7a22e22013106efc5be82788cb6c0\";s:176:\":root :where(.wp-block-quote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 300;}:root :where(.wp-block-quote cite sub){font-size: 0.65em}\";s:21:\"core/query-pagination\";s:107:\":root :where(.wp-block-query-pagination){font-size: var(--wp--preset--font-size--medium);font-weight: 500;}\";s:11:\"core/search\";s:380:\":root :where(.wp-block-search .wp-block-search__label, .wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button){font-size: var(--wp--preset--font-size--medium);line-height: 1.6;}:root :where(.wp-block-search .wp-block-search__input){border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--accent-6);}\";s:32:\"14fa6a3d0cfbde171cbc0fb04aa8a6cf\";s:138:\":root :where(.wp-block-search .wp-element-button,.wp-block-search .wp-block-button__link){border-radius: 3.125rem;margin-left: 1.125rem;}\";s:32:\"05993ee2f3de94b5d1350998a7e9b6b0\";s:130:\":root :where(.wp-block-search .wp-element-button:hover,.wp-block-search .wp-block-button__link:hover){border-color: transparent;}\";s:14:\"core/separator\";s:148:\":root :where(.wp-block-separator){border-color: currentColor;border-width: 0 0 1px 0;border-style: solid;color: var(--wp--preset--color--accent-6);}\";s:17:\"core/site-tagline\";s:86:\":root :where(.wp-block-site-tagline){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/site-title\";s:75:\":root :where(.wp-block-site-title){font-weight: 700;letter-spacing: -.5px;}\";s:32:\"f513d889cf971b13995cc3fffed2f39b\";s:92:\":root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"22c37a317cc0ebd50155b5ad78564f37\";s:103:\":root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:21:\"core/term-description\";s:90:\":root :where(.wp-block-term-description){font-size: var(--wp--preset--font-size--medium);}\";s:15:\"core/navigation\";s:84:\":root :where(.wp-block-navigation){font-size: var(--wp--preset--font-size--medium);}\";s:32:\"25289a01850f5a0264ddb79a9a3baf3d\";s:92:\":root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"026c04da08398d655a95047f1f235d97\";s:103:\":root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:9:\"core/list\";s:52:\":root :where(.wp-block-list li){margin-top: 0.5rem;}\";s:12:\"core/heading\";s:0:\"\";s:14:\"core/paragraph\";s:0:\"\";s:10:\"core/group\";s:0:\"\";s:11:\"core/column\";s:0:\"\";}}','on'),
(141,'can_compress_scripts','0','on'),
(155,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";s:3:\"mdh\";s:15:\"connection_type\";s:3:\"ftp\";}','off'),
(164,'finished_updating_comment_type','1','auto'),
(165,'new_admin_email','mdh@ssk.in.th','auto'),
(168,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(169,'recently_activated','a:0:{}','off'),
(203,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":1}','on'),
(364,'category_children','a:0:{}','auto'),
(713,'_site_transient_timeout_php_check_76d2cd2a5eb29facccd351abf19ed9c8','1757276787','off'),
(714,'_site_transient_php_check_76d2cd2a5eb29facccd351abf19ed9c8','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),
(715,'_site_transient_timeout_browser_445f553604a487ac2be0b954ff21c02e','1757276790','off'),
(716,'_site_transient_browser_445f553604a487ac2be0b954ff21c02e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"99.0.4844.58\";s:8:\"platform\";s:7:\"Android\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}','off'),
(722,'_site_transient_timeout_available_translations','1756714185','off'),
(723,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.10\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.10/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.6/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.26\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.26/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-10 08:09:09\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.6/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.27\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.27/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-26 09:35:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-01 14:03:28\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.7/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-30 08:34:08\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.7.3\";s:7:\"updated\";s:19:\"2025-05-15 15:31:31\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.3/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 16:48:51\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-15 11:58:43\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-05 10:10:20\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-24 15:00:27\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-24 15:02:39\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-28 10:25:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-28 10:25:24\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.8.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.7/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-21 14:54:13\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-22 11:56:25\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-25 13:50:40\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-29 13:22:09\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-30 21:52:12\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-19 23:02:24\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-19 08:40:47\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-26 16:45:13\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-28 22:23:40\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-05 19:07:27\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.6/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.7/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.11\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.11/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.17\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.17/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-14 15:46:25\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.22\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.22/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 05:24:36\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-09 10:04:44\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-05 12:26:55\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-03 12:49:52\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-05-12 09:41:09\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-22 13:39:42\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 15:04:36\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.6\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.6/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.26\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.26/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.7/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 11:10:04\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 04:27:18\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.7/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.6/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-31 12:41:06\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.7/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-09 13:56:03\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-16 04:17:52\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.27\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.27/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-11 21:28:29\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-13 14:20:01\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.27\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.27/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-14 08:02:58\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.7/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.22\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.22/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-22 16:17:50\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 02:23:15\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-05 20:50:47\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-17 05:00:42\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.6\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.6/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-15 19:11:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.10\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.10/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-26 17:54:08\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.6\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.6/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-26 17:30:52\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.16\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.16/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-27 04:25:37\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-23 09:31:59\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-10 07:27:05\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-29 06:56:09\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-31 11:10:17\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.26\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.26/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-15 10:57:19\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-27 23:38:30\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-30 11:47:36\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.6\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.6/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-27 23:48:59\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-17 09:56:52\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-15 06:45:22\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.17\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.17/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-14 12:02:26\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-14 09:44:53\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-18 09:38:51\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.7.3\";s:7:\"updated\";s:19:\"2024-09-20 22:15:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.3/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-10 20:44:58\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-06-28 12:50:48\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.11\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.11/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-08 16:09:09\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-04-16 23:11:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-18 21:39:23\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.17\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.17/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-19 02:17:53\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-16 04:41:52\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.7\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.7/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-07-29 06:55:14\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','off'),
(725,'_site_transient_timeout_theme_roots','1756705187','off'),
(726,'_site_transient_theme_roots','a:1:{s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),
(727,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.2.zip\";s:6:\"locale\";s:2:\"th\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"6.8.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1756703389;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.2\";s:7:\"updated\";s:19:\"2025-08-25 13:50:40\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.2/en_GB.zip\";s:10:\"autoupdate\";b:1;}}}','off'),
(728,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1756703390;s:7:\"checked\";a:1:{s:16:\"twentytwentyfive\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}','off'),
(729,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1756703391;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:9:\"hello.php\";s:5:\"1.7.2\";}}','off'),
(730,'_site_transient_timeout_wp_theme_files_patterns-e5e6e691ceb1c8ac8c129f607ce917c8','1756705209','off'),
(731,'_site_transient_wp_theme_files_patterns-e5e6e691ceb1c8ac8c129f607ce917c8','a:2:{s:7:\"version\";s:3:\"1.3\";s:8:\"patterns\";a:98:{s:21:\"banner-about-book.php\";a:4:{s:5:\"title\";s:28:\"Banner with book description\";s:4:\"slug\";s:34:\"twentytwentyfive/banner-about-book\";s:11:\"description\";s:66:\"Banner with book description and accompanying image for promotion.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:28:\"banner-cover-big-heading.php\";a:4:{s:5:\"title\";s:22:\"Cover with big heading\";s:4:\"slug\";s:41:\"twentytwentyfive/banner-cover-big-heading\";s:11:\"description\";s:82:\"A full-width cover section with a large background image and an oversized heading.\";s:10:\"categories\";a:3:{i:0;s:6:\"banner\";i:1;s:5:\"about\";i:2;s:8:\"featured\";}}s:22:\"banner-intro-image.php\";a:4:{s:5:\"title\";s:49:\"Short heading and paragraph and image on the left\";s:4:\"slug\";s:35:\"twentytwentyfive/banner-intro-image\";s:11:\"description\";s:68:\"A Intro pattern with Short heading, paragraph and image on the left.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}}s:16:\"banner-intro.php\";a:4:{s:5:\"title\";s:35:\"Intro with left-aligned description\";s:4:\"slug\";s:29:\"twentytwentyfive/banner-intro\";s:11:\"description\";s:66:\"A large left-aligned heading with a brand name emphasized in bold.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:17:\"banner-poster.php\";a:4:{s:5:\"title\";s:19:\"Poster-like section\";s:4:\"slug\";s:30:\"twentytwentyfive/banner-poster\";s:11:\"description\";s:78:\"A section that can be used as a banner or a landing page to announce an event.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:5:\"media\";}}s:43:\"banner-with-description-and-images-grid.php\";a:4:{s:5:\"title\";s:39:\"Banner with description and images grid\";s:4:\"slug\";s:47:\"twentytwentyfive/banner-description-images-grid\";s:11:\"description\";s:75:\"A banner with a short paragraph, and two images displayed in a grid layout.\";s:10:\"categories\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}}s:18:\"binding-format.php\";a:4:{s:5:\"title\";s:16:\"Post format name\";s:4:\"slug\";s:31:\"twentytwentyfive/binding-format\";s:11:\"description\";s:75:\"Prints the name of the post format with the help of the Block Bindings API.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:12:\"comments.php\";a:5:{s:5:\"title\";s:8:\"Comments\";s:4:\"slug\";s:25:\"twentytwentyfive/comments\";s:11:\"description\";s:63:\"Comments area with comments list, pagination, and comment form.\";s:10:\"categories\";a:1:{i:0;s:4:\"text\";}s:10:\"blockTypes\";a:1:{i:0;s:13:\"core/comments\";}}s:32:\"contact-centered-social-link.php\";a:5:{s:5:\"title\";s:30:\"Centered link and social links\";s:4:\"slug\";s:45:\"twentytwentyfive/contact-centered-social-link\";s:11:\"description\";s:73:\"Centered contact section with a prominent message and social media links.\";s:10:\"categories\";a:1:{i:0;s:7:\"contact\";}s:8:\"keywords\";a:3:{i:0;s:7:\"contact\";i:1;s:3:\"faq\";i:2;s:9:\"questions\";}}s:26:\"contact-info-locations.php\";a:6:{s:5:\"title\";s:27:\"Contact, info and locations\";s:4:\"slug\";s:39:\"twentytwentyfive/contact-info-locations\";s:11:\"description\";s:78:\"Contact section with social media links, email, and multiple location details.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:7:\"contact\";}s:8:\"keywords\";a:2:{i:0;s:7:\"contact\";i:1;s:8:\"location\";}}s:29:\"contact-location-and-link.php\";a:4:{s:5:\"title\";s:25:\"Contact location and link\";s:4:\"slug\";s:42:\"twentytwentyfive/contact-location-and-link\";s:11:\"description\";s:89:\"Contact section with a location address, a directions link, and an image of the location.\";s:10:\"categories\";a:2:{i:0;s:7:\"contact\";i:1;s:8:\"featured\";}}s:18:\"cta-book-links.php\";a:4:{s:5:\"title\";s:30:\"Call to action with book links\";s:4:\"slug\";s:31:\"twentytwentyfive/cta-book-links\";s:11:\"description\";s:74:\"A call to action section with links to get the book in different websites.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:22:\"cta-book-locations.php\";a:4:{s:5:\"title\";s:29:\"Call to action with locations\";s:4:\"slug\";s:35:\"twentytwentyfive/cta-book-locations\";s:11:\"description\";s:82:\"A call to action section with links to get the book in the most popular locations.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:24:\"cta-centered-heading.php\";a:4:{s:5:\"title\";s:16:\"Centered heading\";s:4:\"slug\";s:37:\"twentytwentyfive/cta-centered-heading\";s:11:\"description\";s:53:\"A hero with a centered heading, paragraph and button.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:19:\"cta-events-list.php\";a:4:{s:5:\"title\";s:11:\"Events list\";s:4:\"slug\";s:32:\"twentytwentyfive/cta-events-list\";s:11:\"description\";s:37:\"A list of events with call to action.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:26:\"cta-grid-products-link.php\";a:5:{s:5:\"title\";s:54:\"Call to action with grid layout with products and link\";s:4:\"slug\";s:39:\"twentytwentyfive/cta-grid-products-link\";s:11:\"description\";s:42:\"A call to action featuring product images.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}}s:22:\"cta-heading-search.php\";a:4:{s:5:\"title\";s:23:\"Heading and search form\";s:4:\"slug\";s:35:\"twentytwentyfive/cta-heading-search\";s:11:\"description\";s:54:\"Large heading with a search form for quick navigation.\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:18:\"cta-newsletter.php\";a:5:{s:5:\"title\";s:18:\"Newsletter sign-up\";s:4:\"slug\";s:31:\"twentytwentyfive/cta-newsletter\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}s:8:\"keywords\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:10:\"newsletter\";}}s:15:\"event-3-col.php\";a:5:{s:5:\"title\";s:46:\"Events, 3 columns with event images and titles\";s:4:\"slug\";s:28:\"twentytwentyfive/event-3-col\";s:11:\"description\";s:95:\"A header with title and text and three columns that show 3 events with their images and titles.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:6:\"events\";i:1;s:7:\"columns\";i:2;s:6:\"images\";}}s:14:\"event-rsvp.php\";a:7:{s:5:\"title\";s:10:\"Event RSVP\";s:4:\"slug\";s:27:\"twentytwentyfive/event-rsvp\";s:11:\"description\";s:64:\"RSVP for an upcoming event with a cover image and event details.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}s:8:\"keywords\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:4:\"rsvp\";i:2;s:5:\"event\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:18:\"event-schedule.php\";a:5:{s:5:\"title\";s:14:\"Event schedule\";s:4:\"slug\";s:31:\"twentytwentyfive/event-schedule\";s:11:\"description\";s:54:\"A section with specified dates and times for an event.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}s:8:\"keywords\";a:4:{i:0;s:6:\"events\";i:1;s:6:\"agenda\";i:2;s:8:\"schedule\";i:3;s:8:\"lectures\";}}s:19:\"footer-centered.php\";a:5:{s:5:\"title\";s:15:\"Centered footer\";s:4:\"slug\";s:32:\"twentytwentyfive/footer-centered\";s:11:\"description\";s:44:\"Footer with centered site title and tagline.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:18:\"footer-columns.php\";a:5:{s:5:\"title\";s:19:\"Footer with columns\";s:4:\"slug\";s:31:\"twentytwentyfive/footer-columns\";s:11:\"description\";s:45:\"Footer columns with title, tagline and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:21:\"footer-newsletter.php\";a:5:{s:5:\"title\";s:29:\"Footer with newsletter signup\";s:4:\"slug\";s:34:\"twentytwentyfive/footer-newsletter\";s:11:\"description\";s:51:\"Footer with large site title and newsletter signup.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:17:\"footer-social.php\";a:5:{s:5:\"title\";s:33:\"Centered footer with social links\";s:4:\"slug\";s:30:\"twentytwentyfive/footer-social\";s:11:\"description\";s:49:\"Footer with centered site title and social links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:10:\"footer.php\";a:5:{s:5:\"title\";s:6:\"Footer\";s:4:\"slug\";s:23:\"twentytwentyfive/footer\";s:11:\"description\";s:51:\"Footer columns with logo, title, tagline and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/footer\";}}s:16:\"format-audio.php\";a:4:{s:5:\"title\";s:12:\"Audio format\";s:4:\"slug\";s:29:\"twentytwentyfive/format-audio\";s:11:\"description\";s:73:\"An audio post format with an image, title, audio player, and description.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:15:\"format-link.php\";a:4:{s:5:\"title\";s:11:\"Link format\";s:4:\"slug\";s:28:\"twentytwentyfive/format-link\";s:11:\"description\";s:77:\"A link post format with a description and an emphasized link for key content.\";s:10:\"categories\";a:1:{i:0;s:28:\"twentytwentyfive_post-format\";}}s:15:\"grid-videos.php\";a:4:{s:5:\"title\";s:16:\"Grid with videos\";s:4:\"slug\";s:28:\"twentytwentyfive/grid-videos\";s:11:\"description\";s:19:\"A grid with videos.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}}s:24:\"grid-with-categories.php\";a:5:{s:5:\"title\";s:20:\"Grid with categories\";s:4:\"slug\";s:37:\"twentytwentyfive/grid-with-categories\";s:11:\"description\";s:41:\"A grid section with different categories.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:19:\"header-centered.php\";a:5:{s:5:\"title\";s:20:\"Centered site header\";s:4:\"slug\";s:32:\"twentytwentyfive/header-centered\";s:11:\"description\";s:52:\"Site header with centered site title and navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:18:\"header-columns.php\";a:5:{s:5:\"title\";s:19:\"Header with columns\";s:4:\"slug\";s:31:\"twentytwentyfive/header-columns\";s:11:\"description\";s:54:\"Site header with site title and navigation in columns.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:22:\"header-large-title.php\";a:5:{s:5:\"title\";s:23:\"Header with large title\";s:4:\"slug\";s:35:\"twentytwentyfive/header-large-title\";s:11:\"description\";s:63:\"Site header with large site title and right-aligned navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:10:\"header.php\";a:5:{s:5:\"title\";s:6:\"Header\";s:4:\"slug\";s:23:\"twentytwentyfive/header\";s:11:\"description\";s:43:\"Site header with site title and navigation.\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:36:\"heading-and-paragraph-with-image.php\";a:4:{s:5:\"title\";s:45:\"Heading and paragraph with image on the right\";s:4:\"slug\";s:49:\"twentytwentyfive/heading-and-paragraph-with-image\";s:11:\"description\";s:89:\"A two-column section with a heading and paragraph on the left, and an image on the right.\";s:10:\"categories\";a:1:{i:0;s:5:\"about\";}}s:13:\"hero-book.php\";a:5:{s:5:\"title\";s:9:\"Hero book\";s:4:\"slug\";s:26:\"twentytwentyfive/hero-book\";s:11:\"description\";s:66:\"A hero section for the book with a description and pre-order link.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:7:\"podcast\";i:1;s:4:\"hero\";i:2;s:7:\"stories\";}}s:25:\"hero-full-width-image.php\";a:4:{s:5:\"title\";s:22:\"Hero, full width image\";s:4:\"slug\";s:38:\"twentytwentyfive/hero-full-width-image\";s:11:\"description\";s:68:\"A hero with a full width image, heading, short paragraph and button.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:41:\"hero-overlapped-book-cover-with-links.php\";a:4:{s:5:\"title\";s:38:\"Hero, overlapped book cover with links\";s:4:\"slug\";s:54:\"twentytwentyfive/hero-overlapped-book-cover-with-links\";s:11:\"description\";s:47:\"A hero with an overlapped book cover and links.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:16:\"hero-podcast.php\";a:5:{s:5:\"title\";s:12:\"Hero podcast\";s:4:\"slug\";s:29:\"twentytwentyfive/hero-podcast\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}s:8:\"keywords\";a:3:{i:0;s:7:\"podcast\";i:1;s:4:\"hero\";i:2;s:7:\"stories\";}}s:14:\"hidden-404.php\";a:4:{s:5:\"title\";s:3:\"404\";s:4:\"slug\";s:27:\"twentytwentyfive/hidden-404\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:23:\"hidden-blog-heading.php\";a:4:{s:5:\"title\";s:19:\"Hidden blog heading\";s:4:\"slug\";s:36:\"twentytwentyfive/hidden-blog-heading\";s:11:\"description\";s:52:\"Hidden heading for the home page and index template.\";s:8:\"inserter\";b:0;}s:17:\"hidden-search.php\";a:4:{s:5:\"title\";s:6:\"Search\";s:4:\"slug\";s:30:\"twentytwentyfive/hidden-search\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:18:\"hidden-sidebar.php\";a:4:{s:5:\"title\";s:7:\"Sidebar\";s:4:\"slug\";s:31:\"twentytwentyfive/hidden-sidebar\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:21:\"hidden-written-by.php\";a:4:{s:5:\"title\";s:10:\"Written by\";s:4:\"slug\";s:34:\"twentytwentyfive/hidden-written-by\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:9:\"logos.php\";a:4:{s:5:\"title\";s:5:\"Logos\";s:4:\"slug\";s:22:\"twentytwentyfive/logos\";s:11:\"description\";s:77:\"Showcasing the podcast\'s clients with a heading and a series of client logos.\";s:10:\"categories\";a:1:{i:0;s:6:\"banner\";}}s:24:\"media-instagram-grid.php\";a:5:{s:5:\"title\";s:14:\"Instagram grid\";s:4:\"slug\";s:37:\"twentytwentyfive/media-instagram-grid\";s:11:\"description\";s:62:\"A grid section with photos and a link to an Instagram profile.\";s:13:\"viewportWidth\";i:1440;s:10:\"categories\";a:3:{i:0;s:5:\"media\";i:1;s:7:\"gallery\";i:2;s:8:\"featured\";}}s:14:\"more-posts.php\";a:5:{s:5:\"title\";s:10:\"More posts\";s:4:\"slug\";s:27:\"twentytwentyfive/more-posts\";s:11:\"description\";s:45:\"Displays a list of posts with title and date.\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:21:\"overlapped-images.php\";a:4:{s:5:\"title\";s:41:\"Overlapping images and paragraph on right\";s:4:\"slug\";s:34:\"twentytwentyfive/overlapped-images\";s:11:\"description\";s:53:\"A section with overlapping images, and a description.\";s:10:\"categories\";a:2:{i:0;s:5:\"about\";i:1;s:8:\"featured\";}}s:22:\"page-business-home.php\";a:8:{s:5:\"title\";s:17:\"Business homepage\";s:4:\"slug\";s:35:\"twentytwentyfive/page-business-home\";s:11:\"description\";s:28:\"A business homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:20:\"page-coming-soon.php\";a:8:{s:5:\"title\";s:11:\"Coming soon\";s:4:\"slug\";s:33:\"twentytwentyfive/page-coming-soon\";s:11:\"description\";s:96:\"A full-width cover banner that can be applied to a page or it can work as a single landing page.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:15:\"page-cv-bio.php\";a:7:{s:5:\"title\";s:6:\"CV/bio\";s:4:\"slug\";s:28:\"twentytwentyfive/page-cv-bio\";s:11:\"description\";s:36:\"A pattern for a CV/Bio landing page.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:3:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:5:\"about\";i:2;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:21:\"page-landing-book.php\";a:8:{s:5:\"title\";s:21:\"Landing page for book\";s:4:\"slug\";s:34:\"twentytwentyfive/page-landing-book\";s:11:\"description\";s:104:\"A landing page for the book with a hero section, pre-order links, locations, FAQs and newsletter signup.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:22:\"page-landing-event.php\";a:8:{s:5:\"title\";s:22:\"Landing page for event\";s:4:\"slug\";s:35:\"twentytwentyfive/page-landing-event\";s:11:\"description\";s:87:\"A landing page for the event with a hero section, description, FAQs and call to action.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:24:\"page-landing-podcast.php\";a:8:{s:5:\"title\";s:24:\"Landing page for podcast\";s:4:\"slug\";s:37:\"twentytwentyfive/page-landing-podcast\";s:11:\"description\";s:111:\"A landing page for the podcast with a hero section, description, logos, grid with videos and newsletter signup.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:50:\"page-link-in-bio-heading-paragraph-links-image.php\";a:7:{s:5:\"title\";s:59:\"Link in bio heading, paragraph, links and full-height image\";s:4:\"slug\";s:63:\"twentytwentyfive/page-link-in-bio-heading-paragraph-links-image\";s:11:\"description\";s:84:\"A link in bio landing page with a heading, paragraph, links and a full height image.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:3:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:6:\"banner\";i:2;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:33:\"page-link-in-bio-wide-margins.php\";a:7:{s:5:\"title\";s:48:\"Link in bio with profile, links and wide margins\";s:4:\"slug\";s:46:\"twentytwentyfive/page-link-in-bio-wide-margins\";s:11:\"description\";s:86:\"A link in bio landing page with social links, a profile photo and a brief description.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:3:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:6:\"banner\";i:2;s:8:\"featured\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:39:\"page-link-in-bio-with-tight-margins.php\";a:8:{s:5:\"title\";s:30:\"Link in bio with tight margins\";s:4:\"slug\";s:52:\"twentytwentyfive/page-link-in-bio-with-tight-margins\";s:11:\"description\";s:90:\"A full-width, full-height link in bio section with an image, a paragraph and social links.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:6:\"banner\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:23:\"page-portfolio-home.php\";a:8:{s:5:\"title\";s:18:\"Portfolio homepage\";s:4:\"slug\";s:36:\"twentytwentyfive/page-portfolio-home\";s:11:\"description\";s:29:\"A portfolio homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:21:\"twentytwentyfive_page\";i:1;s:5:\"posts\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:18:\"page-shop-home.php\";a:8:{s:5:\"title\";s:13:\"Shop homepage\";s:4:\"slug\";s:31:\"twentytwentyfive/page-shop-home\";s:11:\"description\";s:24:\"A shop homepage pattern.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:21:\"twentytwentyfive_page\";}s:8:\"keywords\";a:1:{i:0;s:7:\"starter\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}s:9:\"postTypes\";a:2:{i:0;s:4:\"page\";i:1;s:11:\"wp_template\";}}s:19:\"post-navigation.php\";a:5:{s:5:\"title\";s:15:\"Post navigation\";s:4:\"slug\";s:32:\"twentytwentyfive/post-navigation\";s:11:\"description\";s:29:\"Next and previous post links.\";s:10:\"categories\";a:1:{i:0;s:4:\"text\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/post-navigation-link\";}}s:17:\"pricing-2-col.php\";a:5:{s:5:\"title\";s:18:\"Pricing, 2 columns\";s:4:\"slug\";s:30:\"twentytwentyfive/pricing-2-col\";s:11:\"description\";s:88:\"Pricing section with two columns, pricing plan, description, and call-to-action buttons.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:14:\"call-to-action\";}}s:17:\"pricing-3-col.php\";a:4:{s:5:\"title\";s:18:\"Pricing, 3 columns\";s:4:\"slug\";s:30:\"twentytwentyfive/pricing-3-col\";s:11:\"description\";s:100:\"A three-column boxed pricing table designed to showcase services, descriptions, and pricing options.\";s:10:\"categories\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:6:\"banner\";i:2;s:8:\"services\";}}s:18:\"services-3-col.php\";a:4:{s:5:\"title\";s:19:\"Services, 3 columns\";s:4:\"slug\";s:31:\"twentytwentyfive/services-3-col\";s:11:\"description\";s:56:\"Three columns with images and text to showcase services.\";s:10:\"categories\";a:3:{i:0;s:14:\"call-to-action\";i:1;s:6:\"banner\";i:2;s:8:\"services\";}}s:36:\"services-subscriber-only-section.php\";a:4:{s:5:\"title\";s:33:\"Services, subscriber only section\";s:4:\"slug\";s:49:\"twentytwentyfive/services-subscriber-only-section\";s:11:\"description\";s:72:\"A subscriber-only section highlighting exclusive services and offerings.\";s:10:\"categories\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"services\";}}s:24:\"services-team-photos.php\";a:4:{s:5:\"title\";s:21:\"Services, team photos\";s:4:\"slug\";s:37:\"twentytwentyfive/services-team-photos\";s:11:\"description\";s:59:\"Display team photos in a services section with grid layout.\";s:10:\"categories\";a:3:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";i:2;s:8:\"featured\";}}s:37:\"template-404-vertical-header-blog.php\";a:5:{s:5:\"title\";s:17:\"Right-aligned 404\";s:4:\"slug\";s:50:\"twentytwentyfive/template-404-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:3:\"404\";}}s:30:\"template-archive-news-blog.php\";a:6:{s:5:\"title\";s:17:\"News blog archive\";s:4:\"slug\";s:43:\"twentytwentyfive/template-archive-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:31:\"template-archive-photo-blog.php\";a:6:{s:5:\"title\";s:18:\"Photo blog archive\";s:4:\"slug\";s:44:\"twentytwentyfive/template-archive-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:30:\"template-archive-text-blog.php\";a:6:{s:5:\"title\";s:17:\"Text blog archive\";s:4:\"slug\";s:43:\"twentytwentyfive/template-archive-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:41:\"template-archive-vertical-header-blog.php\";a:6:{s:5:\"title\";s:21:\"Right-aligned archive\";s:4:\"slug\";s:54:\"twentytwentyfive/template-archive-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:7:\"archive\";}}s:27:\"template-home-news-blog.php\";a:6:{s:5:\"title\";s:14:\"News blog home\";s:4:\"slug\";s:40:\"twentytwentyfive/template-home-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:28:\"template-home-photo-blog.php\";a:6:{s:5:\"title\";s:15:\"Photo blog home\";s:4:\"slug\";s:41:\"twentytwentyfive/template-home-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:38:\"template-home-posts-grid-news-blog.php\";a:5:{s:5:\"title\";s:34:\"News blog with featured posts grid\";s:4:\"slug\";s:51:\"twentytwentyfive/template-home-posts-grid-news-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:27:\"template-home-text-blog.php\";a:6:{s:5:\"title\";s:14:\"Text blog home\";s:4:\"slug\";s:40:\"twentytwentyfive/template-home-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:10:\"front-page\";i:1;s:4:\"home\";}}s:38:\"template-home-vertical-header-blog.php\";a:6:{s:5:\"title\";s:18:\"Right-aligned home\";s:4:\"slug\";s:51:\"twentytwentyfive/template-home-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:40:\"template-home-with-sidebar-news-blog.php\";a:6:{s:5:\"title\";s:22:\"News blog with sidebar\";s:4:\"slug\";s:53:\"twentytwentyfive/template-home-with-sidebar-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:3:{i:0;s:10:\"front-page\";i:1;s:5:\"index\";i:2;s:4:\"home\";}}s:28:\"template-page-photo-blog.php\";a:5:{s:5:\"title\";s:15:\"Photo blog page\";s:4:\"slug\";s:41:\"twentytwentyfive/template-page-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:4:\"page\";}}s:38:\"template-page-vertical-header-blog.php\";a:5:{s:5:\"title\";s:18:\"Right-aligned page\";s:4:\"slug\";s:51:\"twentytwentyfive/template-page-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:13:\"templateTypes\";a:1:{i:0;s:4:\"page\";}}s:33:\"template-query-loop-news-blog.php\";a:4:{s:5:\"title\";s:20:\"News blog query loop\";s:4:\"slug\";s:46:\"twentytwentyfive/template-query-loop-news-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:34:\"template-query-loop-photo-blog.php\";a:6:{s:5:\"title\";s:16:\"Photo blog posts\";s:4:\"slug\";s:47:\"twentytwentyfive/template-query-loop-photo-blog\";s:11:\"description\";s:54:\"A list of posts, 3 columns, with only featured images.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:33:\"template-query-loop-text-blog.php\";a:4:{s:5:\"title\";s:20:\"Text blog query loop\";s:4:\"slug\";s:46:\"twentytwentyfive/template-query-loop-text-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:44:\"template-query-loop-vertical-header-blog.php\";a:4:{s:5:\"title\";s:24:\"Right-aligned query loop\";s:4:\"slug\";s:57:\"twentytwentyfive/template-query-loop-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:23:\"template-query-loop.php\";a:5:{s:5:\"title\";s:23:\"List of posts, 1 column\";s:4:\"slug\";s:36:\"twentytwentyfive/template-query-loop\";s:11:\"description\";s:61:\"A list of posts, 1 column, with featured image and post date.\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:10:\"blockTypes\";a:1:{i:0;s:10:\"core/query\";}}s:29:\"template-search-news-blog.php\";a:6:{s:5:\"title\";s:24:\"News blog search results\";s:4:\"slug\";s:42:\"twentytwentyfive/template-search-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:30:\"template-search-photo-blog.php\";a:6:{s:5:\"title\";s:25:\"Photo blog search results\";s:4:\"slug\";s:43:\"twentytwentyfive/template-search-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:29:\"template-search-text-blog.php\";a:6:{s:5:\"title\";s:24:\"Text blog search results\";s:4:\"slug\";s:42:\"twentytwentyfive/template-search-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:40:\"template-search-vertical-header-blog.php\";a:6:{s:5:\"title\";s:26:\"Right-aligned blog, search\";s:4:\"slug\";s:53:\"twentytwentyfive/template-search-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:1:{i:0;s:6:\"search\";}}s:40:\"template-single-left-aligned-content.php\";a:6:{s:5:\"title\";s:30:\"Post with left-aligned content\";s:4:\"slug\";s:47:\"twentytwentyfive/post-with-left-aligned-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:29:\"template-single-news-blog.php\";a:6:{s:5:\"title\";s:34:\"News blog single post with sidebar\";s:4:\"slug\";s:42:\"twentytwentyfive/template-single-news-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:26:\"template-single-offset.php\";a:6:{s:5:\"title\";s:34:\"Offset post without featured image\";s:4:\"slug\";s:39:\"twentytwentyfive/template-single-offset\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:30:\"template-single-photo-blog.php\";a:6:{s:5:\"title\";s:22:\"Photo blog single post\";s:4:\"slug\";s:43:\"twentytwentyfive/template-single-photo-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:29:\"template-single-text-blog.php\";a:6:{s:5:\"title\";s:21:\"Text blog single post\";s:4:\"slug\";s:42:\"twentytwentyfive/template-single-text-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:40:\"template-single-vertical-header-blog.php\";a:6:{s:5:\"title\";s:25:\"Right-aligned single post\";s:4:\"slug\";s:53:\"twentytwentyfive/template-single-vertical-header-blog\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";i:1400;s:8:\"inserter\";b:0;s:13:\"templateTypes\";a:2:{i:0;s:5:\"posts\";i:1;s:6:\"single\";}}s:22:\"testimonials-2-col.php\";a:5:{s:5:\"title\";s:21:\"2 columns with avatar\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-2-col\";s:11:\"description\";s:42:\"Two columns with testimonials and avatars.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:22:\"testimonials-6-col.php\";a:5:{s:5:\"title\";s:35:\"3 column layout with 6 testimonials\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-6-col\";s:11:\"description\";s:86:\"A section with three columns and two rows, each containing a testimonial and citation.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:22:\"testimonials-large.php\";a:5:{s:5:\"title\";s:32:\"Review with large image on right\";s:4:\"slug\";s:35:\"twentytwentyfive/testimonials-large\";s:11:\"description\";s:46:\"A testimonial with a large image on the right.\";s:10:\"categories\";a:1:{i:0;s:12:\"testimonials\";}s:8:\"keywords\";a:1:{i:0;s:11:\"testimonial\";}}s:13:\"text-faqs.php\";a:6:{s:5:\"title\";s:4:\"FAQs\";s:4:\"slug\";s:26:\"twentytwentyfive/text-faqs\";s:11:\"description\";s:68:\"A FAQs section with a FAQ heading and list of questions and answers.\";s:13:\"viewportWidth\";i:1400;s:10:\"categories\";a:2:{i:0;s:4:\"text\";i:1;s:5:\"about\";}s:8:\"keywords\";a:5:{i:0;s:3:\"faq\";i:1;s:5:\"about\";i:2;s:10:\"frequently\";i:3;s:5:\"asked\";i:4;s:9:\"questions\";}}s:19:\"vertical-header.php\";a:6:{s:5:\"title\";s:20:\"Vertical site header\";s:4:\"slug\";s:32:\"twentytwentyfive/vertical-header\";s:11:\"description\";s:52:\"Vertical site header with site title and navigation.\";s:13:\"viewportWidth\";i:300;s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:34:\"core/template-part/vertical-header\";}}}}','off'),
(732,'_site_transient_timeout_browser_b20f96e5878b0a47ff8626c8f757e35b','1757308215','off'),
(733,'_site_transient_browser_b20f96e5878b0a47ff8626c8f757e35b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"104.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(734,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1756714302','off'),
(735,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:7366;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4916;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2800;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2739;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2135;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:2077;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1994;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1960;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1652;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1632;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1609;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1556;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1514;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1511;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1486;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1348;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1319;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1295;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1255;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1179;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1158;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:1056;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1054;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1049;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:1049;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:1036;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:1010;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:1005;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:958;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:945;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:944;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:927;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:923;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:914;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:908;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:875;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:854;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:808;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:785;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:778;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:767;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:764;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:755;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:752;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:718;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:710;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:690;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:674;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:674;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:673;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:670;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:665;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:663;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:642;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:638;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:635;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:632;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:627;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:621;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:618;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:616;}s:2:\"ai\";a:3:{s:4:\"name\";s:2:\"AI\";s:4:\"slug\";s:2:\"ai\";s:5:\"count\";i:615;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:611;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:601;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:597;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:589;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:588;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:585;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:579;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:578;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:577;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:571;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:568;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:565;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:557;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:553;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:535;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:532;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:527;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:518;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:515;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:507;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:500;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:496;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:491;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:471;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:469;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:468;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:466;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:465;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:463;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:458;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:457;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:439;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:438;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:430;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:423;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:421;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:418;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:415;}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(2,3,'_wp_page_template','default'),
(5,9,'_wp_attached_file','2025/09/xxxx.zip'),
(6,9,'_wp_attachment_context','upgrader');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(1,1,'2025-08-06 15:19:15','2025-08-06 14:19:15','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2025-08-06 15:19:15','2025-08-06 14:19:15','',0,'http://mdh.ssk.in.th/?p=1',0,'post','',1),
(2,1,'2025-08-06 15:19:15','2025-08-06 14:19:15','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://mdh.ssk.in.th/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2025-08-06 15:19:15','2025-08-06 14:19:15','',0,'http://mdh.ssk.in.th/?page_id=2',0,'page','',0),
(3,1,'2025-08-06 15:19:15','2025-08-06 14:19:15','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://mdh.ssk.in.th.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymised string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service Privacy Policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognise and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2025-08-06 15:19:15','2025-08-06 14:19:15','',0,'http://mdh.ssk.in.th/?page_id=3',0,'page','',0),
(4,0,'2025-08-06 15:19:16','2025-08-06 14:19:16','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2025-08-06 15:19:16','2025-08-06 14:19:16','',0,'http://mdh.ssk.in.th/index.php/2025/08/06/navigation/',0,'wp_navigation','',0),
(8,1,'2025-09-01 03:26:30','0000-00-00 00:00:00','','บันทึกฉบับร่างอัตโนมัติ','','auto-draft','open','open','','','','','2025-09-01 03:26:30','0000-00-00 00:00:00','',0,'http://mdh.ssk.in.th/?p=8',0,'post','',0),
(9,1,'2025-09-01 12:11:57','2025-09-01 05:11:57','http://mdh.ssk.in.th/wp-content/uploads/2025/09/xxxx.zip','xxxx.zip','','private','open','closed','','xxxx-zip','','','2025-09-01 12:11:57','2025-09-01 05:11:57','',0,'http://mdh.ssk.in.th/wp-content/uploads/2025/09/xxxx.zip',0,'attachment','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(1,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'Uncategorised','uncategorised',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','admin'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','1'),
(17,1,'wp_dashboard_quick_press_last_post_id','8'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"145.249.115.0\";}'),
(21,1,'session_tokens','a:2:{s:64:\"469f996aef3c618bafe1de5fe4e5fff957ceb5fda80f18bd86d90dbaa7a42afe\";a:4:{s:10:\"expiration\";i:1756844788;s:2:\"ip\";s:15:\"145.249.115.165\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.58 Mobile Safari/537.36\";s:5:\"login\";i:1756671988;}s:64:\"110723711d8ce65d36d568e57f5e64508262322fe112ba4a0e5439f39b345737\";a:4:{s:10:\"expiration\";i:1756876209;s:2:\"ip\";s:15:\"145.249.115.165\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36\";s:5:\"login\";i:1756703409;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(1,'admin','$wp$2y$10$IaUSUwlFRpfQ.mLwa51QX.x.HnYygGpwrfJlkJkN6T4CrGhJ12vcO','admin','mdh@ssk.in.th','http://mdh.ssk.in.th','2025-08-06 14:19:14','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping events for database 'mdh'
--
--
-- Dumping routines for database 'mdh'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2026-04-03 19:59:03