Sindbad~EG File Manager
| Current Path : /home/resticbackup/ |
|
|
| Current File : /home/resticbackup/carfac_Comm_new.sql |
/*M!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.11.16-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: carfac_Comm_new
-- ------------------------------------------------------
-- Server version 10.11.16-MariaDB
/*!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 `wrgfs_cf7dbplugin_st`
--
DROP TABLE IF EXISTS `wrgfs_cf7dbplugin_st`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_cf7dbplugin_st` (
`submit_time` decimal(16,4) NOT NULL,
PRIMARY KEY (`submit_time`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_cf7dbplugin_st`
--
LOCK TABLES `wrgfs_cf7dbplugin_st` WRITE;
/*!40000 ALTER TABLE `wrgfs_cf7dbplugin_st` DISABLE KEYS */;
/*!40000 ALTER TABLE `wrgfs_cf7dbplugin_st` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_cf7dbplugin_submits`
--
DROP TABLE IF EXISTS `wrgfs_cf7dbplugin_submits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_cf7dbplugin_submits` (
`submit_time` decimal(16,4) NOT NULL,
`form_name` varchar(127) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`field_name` varchar(127) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`field_value` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`field_order` int(11) DEFAULT NULL,
`file` longblob DEFAULT NULL,
KEY `submit_time_idx` (`submit_time`),
KEY `form_name_idx` (`form_name`),
KEY `field_name_idx` (`field_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_cf7dbplugin_submits`
--
LOCK TABLES `wrgfs_cf7dbplugin_submits` WRITE;
/*!40000 ALTER TABLE `wrgfs_cf7dbplugin_submits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wrgfs_cf7dbplugin_submits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_commentmeta`
--
DROP TABLE IF EXISTS `wrgfs_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_commentmeta`
--
LOCK TABLES `wrgfs_commentmeta` WRITE;
/*!40000 ALTER TABLE `wrgfs_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wrgfs_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_comments`
--
DROP TABLE IF EXISTS `wrgfs_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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 /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime /* mariadb-5.3 */ 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=MyISAM AUTO_INCREMENT=272 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_comments`
--
LOCK TABLES `wrgfs_comments` WRITE;
/*!40000 ALTER TABLE `wrgfs_comments` DISABLE KEYS */;
INSERT INTO `wrgfs_comments` VALUES
(1,1,'A WordPress Commenter','[email protected]','https://wordpress.org/','','2022-12-09 20:51:22','2022-12-09 20:51:22','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://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0),
(2,1,'zelma','[email protected]','https://bit.ly/3UKFVxa','172.71.102.39','2022-12-30 14:40:29','2022-12-30 21:40:29','Waiting patiently for you to come home and fuck me! https://bit.ly/3UKFVxa',0,'1','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),
(3,1,'1xbet мобильная версия','[email protected]','https://bet-promokod.ru/','172.68.238.69','2023-02-16 14:42:37','2023-02-16 21:42:37','Букмекерская контора 1xBet является одной из самых популярных на рынке. <a href=\"https://bet-promokod.ru/\" rel=\"nofollow ugc\">1xbet мобильная версия</a> Большой выбор спортивных и киберспортивных событий, множество открытых линий, высочайшие коэффициенты. Кроме того, БК имеет обширный функционал и одна из немногих дает возможность совершать ставки по уникальным промокодам. Используя промокоды, вы можете получить реальный денежный выигрыш, не внося абсолютно никаких средств. Фантастика? – Нет, Реальность Узнать последний промокод вы можете прямо сейчас, однако использовать его необходимо в соответствии с условиями и инструкциями, которые приведены ниже.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36','comment',0,0),
(4,1,'magdalena','[email protected]','https://i8.ae/WkFWw','172.68.226.186','2023-03-15 11:39:45','2023-03-15 17:39:45','I may look small but I’m feisty! https://i8.ae/WkFWw',0,'1','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),
(5,1,'נערות ליווי בקריות','[email protected]','https://boacars-lover-israely.sa.com/categors/Escort-girls-in-Kiryat.php','172.70.35.81','2023-04-19 17:37:16','2023-04-19 23:37:16','An interesting discussion is definitely worth comment. I do believe that you should publish more about this subject, it may not be a taboo matter but typically people dont discuss these subjects. To the next! Many thanks!!',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 Iceweasel/36.0','comment',0,0),
(6,1,'https://www.israelxclub.co.il/','[email protected]','https://www.israelxclub.co.il/','108.162.241.38','2023-05-02 01:45:43','2023-05-02 07:45:43','Good post. I learn something totally new and challenging on blogs I stumbleupon on a daily basis. Its always useful to read content from other authors and practice something from their websites.',0,'1','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.116 Chrome/7.0.517.44 Safari/534.7','comment',0,0),
(7,1,'https://stevieraexxx.rocks/city/Discreet-apartments-in-Ramat-Gan.php','[email protected]','https://stevieraexxx.rocks/city/Discreet-apartments-in-Ramat-Gan.php','172.68.50.146','2023-05-18 13:50:59','2023-05-18 19:50:59','Hi there! I simply wish to give you a huge thumbs up for your great information youve got right here on this post. I am coming back to your blog for more soon.',0,'1','Mozilla/5.0 (Windows NT 6.1; rv:42.0) Gecko/20100101 Firefox/42.0','comment',0,0),
(8,1,'https://bustyvixennicole.life/','[email protected]','https://bustyvixennicole.life/','172.70.206.149','2023-05-22 08:02:47','2023-05-22 14:02:47','An interesting discussion is definitely worth comment. I believe that you ought to write more on this topic, it may not be a taboo matter but usually people dont speak about such subjects. To the next! Cheers!!',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 Cyberfox/36.0','comment',0,0),
(9,1,'https://sexfinder.co.il/נערות-ליווי-בבאר-שבע/','[email protected]','https://sexfinder.co.il/נערות-ליווי-בבאר-שבע/','162.158.19.71','2023-05-28 09:48:41','2023-05-28 15:48:41','You ought to be a part of a contest for one of the best sites on the internet. Im going to highly recommend this site!',0,'1','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; MATMJS)','comment',0,0),
(10,1,'https://nikkirain.com/categors/Discreet-apartments-in-Nahariya.php','[email protected]','https://nikkirain.com/categors/Discreet-apartments-in-Nahariya.php','172.71.167.123','2023-06-03 04:42:42','2023-06-03 10:42:42','סקס בום הנו פורטל המבוגרים \r\nהגדול בישראל לחיפוש נערות ליווי איכותיות,\r\nיפות שיעניקו לך עיסוי מרגיע, משחרר ומהנה.\r\nחשפניות אכי יפות בארץכל חשפנית שלנו מוכנה למסיבת רווקים חשפנות מבנות הסוכנות בננות החשפניות \r\nוהדוגמניות שלנו הן המתאימות ביותר למסיבת רווקים בכל \r\nהארץ במיוחד בצפון, כי … היכן ניתן להזמין עיסוי אירוטי - בודי מסאז בצפון הארץ?\r\nל כדי לקבל בודי מסאז\' מפנק. עיסוי מפנק בדרום בסגנון התיאלנדי יתאים מאוד למי שאין בעיה עם מגע \r\nמעט כואב ולמי שמעוניין בשחרור והרפיה מלאים.\r\nבעיקר בעת חיפוש אחר דירת דיסקרטית \r\nבאזור הצפון, חשוב מאוד לברר על רמות \r\nהאבזור של כל דירה ואת רמות הנגישות.\r\nהזמנת חשפניות באילת זה מינהג מאוד טוב במיוחד מסיבות \r\nרווקים . עיסוי, ישמחו לגלות שיש \r\nלא מעט אנשי מקצוע שונים אשר מציעים \r\nמסאג באילת. גם תושבי אילת וגם אלו שמגיעים לעיר לחופשה, ישמחו לגלות שיש לא מעט אנשי מקצוע שונים אשר מציעים מסאג באילת.\r\nבודי אנד סול - כל סוגי העיסויים באיזור אילתוהסביבה, \r\nעיסוי אירוטי באילת יכול להיות פתרון לכל בעיה \r\nאינטימית. בודי אנד סול - כל \r\nסוגי העיסויים באיזור אילת והסביבה, המגע הגברי הוא מגע עמוק, אבנים חמות ועוד.\r\n\r\n\r\n\r\nAlso visit my site - <a href=\"https://nikkirain.com/categors/Discreet-apartments-in-Nahariya.php\" rel=\"nofollow ugc\">https://nikkirain.com/categors/Discreet-apartments-in-Nahariya.php</a>',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OPR/89.0.4447.51','comment',0,0),
(11,1,'דירות דיסקרטיות בירושלים','[email protected]','https://aaisharai.rocks/categors/Discreet-apartments-in-Beit-Shemesh.php','162.158.19.71','2023-06-06 22:02:02','2023-06-07 04:02:02','The next time I read a blog, I hope that it doesnt fail me as much as this one. After all, I know it was my choice to read, nonetheless I really thought youd have something useful to talk about. All I hear is a bunch of whining about something you could possibly fix if you werent too busy seeking attention.',0,'1','Mozilla/5.0 (Windows NT 6.0; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','comment',0,0),
(12,1,'דירה דיסקרטית בכפר סבא','[email protected]','https://ebonyescortnewyork.com/categors/Discreet-apartments-in-Kfar-Saba.php','162.158.126.26','2023-06-07 20:29:11','2023-06-08 02:29:11','Due to the trurh that each physical labors combined with regular uniting with the thoughts, phsique and spirit can escort tthe person to aan expertise of eternal bliss.\r\n\r\nCloud exprrts will escort you thru the installation, set up and configuration off on-premises purposes to get you cloud-ready.\r\nThe yet-to-be-named road team will ship pairs of walkers \r\nto areas where students congregate on campus, tasking them to concentrate to sure \r\nbehaviorss to assist keep people safe, Battaglino stated.\r\nHis undersranding and willingness to assist me in any \r\nscenario are a cornerstone of my success as thhe pinnacle of faculty,\r\nwithouut the help and asist of my household it could be troublesome to interact full-time att school, home and household \r\nhas an important part in providing the power to \r\ncope with the challenges. Another barrier is the religious leaders of the group, whoo are in opposition to the work of girls outside \r\nresidence and towards tutorial studies, which generawlly compel women to sleep exterior \r\ntheir homes and expose therm to modern society (Faraj-Felah, 2005; Faraj-Falah, 2018) .\r\nThese arre jus one kind of security.\r\n\r\nmy homepage <a href=\"https://ebonyescortnewyork.com/categors/Discreet-apartments-in-Kfar-Saba.php\" rel=\"nofollow ugc\">דירה דיסקרטית בכפר סבא</a>',0,'1','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0','comment',0,0),
(13,1,'https://carmensinternational.com','[email protected]','https://carmensinternational.com','172.69.0.214','2023-06-08 01:42:24','2023-06-08 07:42:24','עיסוי רפואי הוא עיסוי יעיל ומדויק מאוד.\r\nאז מה זה בעצם ולמה מדובר בחוויה \r\nשקשה מאוד לשכוח? קחו חלק בחוויה של עיסוי \r\nאירוטי ותגלו צד חדש לגמרי של רמת גן.\r\nמדובר בחוויה מדהימה, עוטפת ומרגיעה המשאירה את כוח הכבידה וחיי היום יום הרחק ביבשה.\r\nטיפולי ספא שונים ומסאג\'ים בפרט, נערכים לעתים קרובות בעירום כמעט מלא, כאשר המטופל מתבקש להסיר את בגדיו ולהשאר בתחתונים \r\nבלבד. האירוח על בסיס פנסיון מלא, ומבוסס על מזון אורגני.\r\nבתוך זה נכללים גם שיאצו בהריון- \r\nשהוא טיפול שיאצו לנשים בהריון ומותאם \r\nלכך באופן יעודי, טיפול זה נעשה בלבוש מלא, רפלקסולוגיה בהריון-גם כן הוא טיפול רפלקסולוגיה לנשים בהריון שנעשה תוך מודעות וידע רב על המותר ואסור בטיפול בכף הרגל של האישה בהריון.\r\n\r\nוואטסו היא שיטת טיפול ייחודית \r\nהמשלבת טיפול במגע וטיפול \r\nבמים. במישור הנפשי: הטיפול במגע הוא טיפול בעל \r\nעוצמה רבה. הטיפול במגע אותו משלב המטפל מאפשר לו להקל \r\nעל בעיות פיזיולוגיות ונפשיות יחד אצל המטופל.\r\n\r\n\r\nmy web page :: <a href=\"https://carmensinternational.com\" rel=\"nofollow ugc\">https://carmensinternational.com</a>',0,'1','Mozilla/5.0 (X11; Linux i686; rv:102.0) Gecko/20100101 Firefox/102.0','comment',0,0),
(14,1,'whoiscall','[email protected]','https://whoiscall.ru/','172.71.17.135','2023-08-12 02:20:59','2023-08-12 08:20:59','Thanks for the article!',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','comment',0,0),
(15,1,'PROMOCODE','[email protected]','http://www.google.com/amp/s/teens.page.link/go','172.70.110.202','2023-08-26 05:48:11','2023-08-26 11:48:11','Carolyn He wants to talk frankly with you and show you something, you will like it. Click Here: http://www.google.com/amp/s/teens.page.link/go',0,'1','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 YaBrowser/15.12.1.6475 Safari/537.36','comment',0,0),
(16,1,'Robert Christenson','[email protected]','https://shivydotlet.com','172.71.182.231','2023-12-06 21:56:46','2023-12-07 04:56:46','I have been browsing online more than 3 hours today, yet I never \r\nfound any interesting article like yours. It is \r\npretty worth enough for me. Personally, if all website owners and bloggers \r\nmade good content as you did, the internet will be a lot more useful \r\nthan ever before.',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0','comment',0,0),
(17,1,'vardenafil and tadalafil','[email protected]','https://cialtopshop.com','172.70.251.211','2023-12-07 04:34:15','2023-12-07 11:34:15','cialis generic date <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil dosering</a> cialis generic names',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(18,1,'levitra dipendenza','[email protected]','https://levitraatopnew.com','172.71.94.194','2023-12-07 06:08:32','2023-12-07 13:08:32','levitra levitraoffer net <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra kopie</a> levitra pills',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36','comment',0,0),
(19,1,'viagra mexico price','[email protected]','https://viaagrixxl.com','162.158.86.144','2023-12-07 07:11:10','2023-12-07 14:11:10','sildenafil 100mg tablet <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra alternatives otc</a> viagra vs bluechew',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36','comment',0,0),
(20,1,'נערות ליווי בבאר שבע ובישראל','[email protected]','https://spa-accadia.com/','162.158.186.57','2023-12-07 22:16:46','2023-12-08 05:16:46','Heya i\'m for the primary time here. I found this board and I find \r\nIt truly useful & it helped me out much. I hope to offer something \r\nagain and aid others such as you helped me.',0,'1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68','comment',0,0),
(21,1,'callescort.co.il','[email protected]','https://callescort.co.il/','172.68.19.165','2023-12-08 18:23:08','2023-12-09 01:23:08','If you wish for to improve your familiarity just keep visiting this web page and be updated with the latest news update posted here.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68','comment',0,0),
(22,1,'cialis 20mg goodrx','[email protected]','https://cialtopshop.com','172.69.22.136','2023-12-08 21:32:37','2023-12-09 04:32:37','cialis marketing strategy <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis genérico preço</a> cost of tadalafil',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(23,1,'levitra bandung','[email protected]','https://levitraatopnew.com','162.158.86.117','2023-12-08 22:52:34','2023-12-09 05:52:34','vardenafil 10mg price <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra rj</a> levitra cause congestion',0,'1','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(24,1,'sildenafil gel form','[email protected]','https://viaagrixxl.com','172.69.23.157','2023-12-09 00:07:03','2023-12-09 07:07:03','viagra tablet rate <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra onset</a> viagra alternative word',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.141 YaBrowser/22.3.2.644 Yowser/2.5 Safari/537.36','comment',0,0),
(25,1,'https://israel-lady.co.il/','[email protected]','https://israel-lady.co.il/','162.158.162.73','2023-12-09 07:08:06','2023-12-09 14:08:06','Why users still make use of to read news papers when in this technological world \r\nall is accessible on net?',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71','comment',0,0),
(26,1,'Hollis','[email protected]','https://israelnightclub.co.il/','172.68.110.171','2023-12-09 08:41:41','2023-12-09 15:41:41','It\'s going to be ending of mine day, except before finish I am reading this great paragraph to \r\nincrease my experience.',0,'1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36','comment',0,0),
(27,1,'Joellen','[email protected]','https://escort-lady.co.il/','162.158.18.43','2023-12-09 11:58:33','2023-12-09 18:58:33','Link exchange is nothing else but it is simply placing the other person\'s webpage link on your page at suitable place and \r\nother person will also do similar for you.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68','comment',0,0),
(28,1,'tadalafil acheter france','[email protected]','https://cialisbxe.com','172.69.22.59','2023-12-09 16:23:32','2023-12-09 23:23:32','cialis by mail <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil 20mg cialis</a> cialis generic order',0,'1','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(29,1,'viagra generico recensioni','[email protected]','https://viagra55.com','172.70.247.60','2023-12-09 18:02:02','2023-12-10 01:02:02','generic viagra prescription <a href=\"https://viagra55.com\" / rel=\"nofollow ugc\">viagra samples australia</a> target viagra price',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36','comment',0,0),
(30,1,'watermelon viagra recipe','[email protected]','https://viaaghrix.com','172.70.247.62','2023-12-10 21:32:29','2023-12-11 04:32:29','viagra results show <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra pill effects</a> sildenafil causes headaches',0,'1','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(31,1,'generic cialis pill','[email protected]','https://cialtopshop.com','172.70.246.221','2023-12-10 22:17:42','2023-12-11 05:17:42','viagra cialis mix <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil vardenafil vergleich</a> cialis quel dosage',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','comment',0,0),
(32,1,'sildenafil 100mg coupons','[email protected]','https://viagra55.com','162.158.86.118','2023-12-10 23:32:19','2023-12-11 06:32:19','viagra femenino existe <a href=\"https://viagra55.com\" / rel=\"nofollow ugc\">viagra accidental discovery</a> viagra alternative reviews',0,'1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(33,1,'cialis 10mg usa','[email protected]','https://cialisbxe.com','162.158.238.88','2023-12-11 16:23:24','2023-12-11 23:23:24','cialis generique france <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis generico fundacioncaminos</a> cialis prix dakar',0,'1','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(34,1,'viagra generico levitra','[email protected]','https://levitraatopnew.com','162.158.238.241','2023-12-11 16:47:26','2023-12-11 23:47:26','levitra drug interaction <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra dissolvable</a> levitra internetapotheke',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(35,1,'viagra function','[email protected]','https://viaagrixxl.com','162.158.238.60','2023-12-11 18:44:27','2023-12-12 01:44:27','sildenafil category class <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">peter dunn viagra</a> viagra daily use',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36','comment',0,0),
(36,1,'tadalafil empty stomach','[email protected]','https://cialtopshop.com','172.69.222.82','2023-12-12 19:44:30','2023-12-13 02:44:30','canadian pharmacy cialis <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">commander du cialis</a> tadalafil generique france',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(37,1,'viagra pfizer ของแท้ดูยังไง','[email protected]','https://viagra55.com','162.158.129.106','2023-12-12 20:47:24','2023-12-13 03:47:24','viagra images funny <a href=\"https://viagra55.com\" / rel=\"nofollow ugc\">sildenafil gout</a> viagra australia legal',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36','comment',0,0),
(38,1,'goodrx viagra coupons','[email protected]','https://viaaghrix.com','162.158.87.26','2023-12-12 21:45:11','2023-12-13 04:45:11','viagra dailymed <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil 100mg coupons</a> viagra gummies',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(39,1,'נערות ליווי בבאר שבע','[email protected]','https://empress-escort.com/','162.158.238.60','2023-12-13 08:33:07','2023-12-13 15:33:07','After looking over a handful of the blog posts on your web \r\npage, I honestly like your technique of writing a blog.\r\nI saved as a favorite it to my bookmark webpage list and will be checking back soon. Please check out my website too and tell me your \r\nopinion.',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71','comment',0,0),
(40,1,'cialis otc europe','[email protected]','https://cialtopshop.com','162.158.87.177','2023-12-14 11:28:40','2023-12-14 18:28:40','viagra cialis difference <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cost of cialis</a> tadalafil pubchem',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.47','comment',0,0),
(41,1,'viagra learning tool','[email protected]','https://viagra55.com','172.70.242.107','2023-12-14 12:41:41','2023-12-14 19:41:41','sildenafil dosage reddit <a href=\"https://viagra55.com\" / rel=\"nofollow ugc\">sildenafil citrate formulation</a> viagra ingredients wikipedia',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(42,1,'levitra 20mg tabletten','[email protected]','https://levitraatopnew.com','172.70.247.62','2023-12-14 13:29:11','2023-12-14 20:29:11','levitra high <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">tudo sobre levitra</a> levitra vs tadalafil',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(43,1,'vardenafil viagra cialis','[email protected]','https://ciallissnew.com','162.158.238.61','2023-12-16 01:27:21','2023-12-16 08:27:21','tadalafil cost online <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">cialis dosage time</a> cialis belgique',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36','comment',0,0),
(44,1,'cialis pills','[email protected]','https://ciaalissnow.com','162.158.239.54','2023-12-16 02:15:29','2023-12-16 09:15:29','comprar tadalafil genérico <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis forum cialisde2022</a> generika cialis tadalafil',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(45,1,'cialis image pill','[email protected]','https://cialtopshop.com','162.158.238.241','2023-12-16 03:24:25','2023-12-16 10:24:25','cialis actress <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis vs spedra</a> tadalafil generika 20mg',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(46,1,'viagra compendium','[email protected]','https://viagra55.com','162.158.238.88','2023-12-17 12:12:37','2023-12-17 19:12:37','viagra safe dose <a href=\"https://viagra55.com\" / rel=\"nofollow ugc\">viagra</a> sildenafil 100mg troche',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.141 YaBrowser/22.3.2.644 Yowser/2.5 Safari/537.36','comment',0,0),
(47,1,'levitra user group','[email protected]','https://levitraatopnew.com','162.158.238.89','2023-12-17 13:01:59','2023-12-17 20:01:59','levitra discounts coupons <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra reddit</a> cialis levitra forum',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(48,1,'cialis forum erfahrungen','[email protected]','https://cialtopshop.com','162.158.239.53','2023-12-17 17:26:14','2023-12-18 00:26:14','cialis clearance <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis pricing 20mg</a> cialis generico españa',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.44','comment',0,0),
(49,1,'sildenafil video','[email protected]','https://viaagrixxl.com','162.158.239.54','2023-12-17 17:58:09','2023-12-18 00:58:09','25mg viagra enough <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra sildenafil 100mg</a> sildenafil citrate oral',0,'1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(50,1,'cialis commercial models','[email protected]','https://cialisbxe.com','162.158.222.203','2023-12-19 02:49:41','2023-12-19 09:49:41','indian tadalafil tablets <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis trade name</a> tadalafil generico prezzo',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(51,1,'vente cialis quebec','[email protected]','https://ciaalissnow.com','162.158.222.243','2023-12-19 04:35:42','2023-12-19 11:35:42','generic tadalafil 5mg <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis super active</a> cialis dose bnf',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0','comment',0,0),
(52,1,'tadalafil female use','[email protected]','https://ciallissnew.com','162.158.238.60','2023-12-19 06:06:46','2023-12-19 13:06:46','cialis generic canada <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">cialis options</a> cialis tadalafil prix',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','comment',0,0),
(53,1,'viagra 100mg cena','[email protected]','https://viaaghrix.com','162.158.222.93','2023-12-19 07:13:29','2023-12-19 14:13:29','maximum viagra dosage <a href=\"https://viaaghrix.com\" / rel=\"nofollow ugc\">viagra vs others</a> viagra germany',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(54,1,'tadalafil cheap price','[email protected]','https://cialtopshop.com','162.158.238.232','2023-12-20 14:07:30','2023-12-20 21:07:30','generic cialis pricing <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil therapeutic level</a> cialis prix maroc',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36','comment',0,0),
(55,1,'sildenafil chennai','[email protected]','https://viagra55.com','162.158.239.58','2023-12-20 15:59:38','2023-12-20 22:59:38','viagra testing <a href=\"https://viagra55.com\" / rel=\"nofollow ugc\">viagra covid treatment</a> viagra connect website',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(56,1,'cost of sildenafil','[email protected]','https://viaagrixxl.com','162.158.238.74','2023-12-20 17:13:54','2023-12-21 00:13:54','viagra cartoon jokes <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil gewohnungseffekt</a> viagra connect logo',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.39','comment',0,0),
(57,1,'cialis madrid','[email protected]','https://cialtopshop.com','162.158.238.243','2023-12-22 11:10:44','2023-12-22 18:10:44','daily cialis use <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">20mg cialis pill</a> cialis daily tablets',0,'1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(58,1,'levitra avis doctissimo','[email protected]','https://levitraatopnew.com','162.158.239.57','2023-12-22 12:57:36','2023-12-22 19:57:36','levitra working time <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">ed med levitra</a> levitra im test',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36','comment',0,0),
(59,1,'vasodilator drugs viagra','[email protected]','https://viagra55.com','162.158.239.44','2023-12-22 14:40:29','2023-12-22 21:40:29','sildenafil manufacturer <a href=\"https://viagra55.com\" / rel=\"nofollow ugc\">expired viagra safe</a> viagra kuwait',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36','comment',0,0),
(60,1,'buy viagra california','[email protected]','https://viaaghrix.com','162.158.222.93','2023-12-23 11:28:41','2023-12-23 18:28:41','chicago viagra triangle <a href=\"https://viaaghrix.com\" / rel=\"nofollow ugc\">vrai sildenafil prix</a> générique de viagra',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(61,1,'viagra street value','[email protected]','https://viaagrixxl.com','162.158.238.242','2023-12-23 13:44:06','2023-12-23 20:44:06','sildenafil citrate pharmacokinetics <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">stronger viagra</a> viagra warnings dangers',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(62,1,'expired cialis pills','[email protected]','https://cialisbxe.com','162.158.239.58','2023-12-23 14:24:28','2023-12-23 21:24:28','cvs cialis otc <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil 5mg uk</a> tadalafil 5mg wirkung',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36','comment',0,0),
(63,1,'cialis walmart malew','[email protected]','https://ciaalissnow.com','162.158.238.243','2023-12-24 09:33:37','2023-12-24 16:33:37','tadalafil and circulation <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">costo del cialis</a> tadalafil priligy',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(64,1,'cialis 5mg tablet','[email protected]','https://ciallissnew.com','162.158.238.233','2023-12-24 13:06:27','2023-12-24 20:06:27','cialis daily tablets <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">expired cialis pills</a> tadalafil 100mg dosage',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36','comment',0,0),
(65,1,'viagra overdose symptoms','[email protected]','https://viaaghrix.com','162.158.238.233','2023-12-25 19:20:36','2023-12-26 02:20:36','normal viagra dose <a href=\"https://viaaghrix.com\" / rel=\"nofollow ugc\">viagra connect leaflet</a> sildenafil lower bp',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36','comment',0,0),
(66,1,'quel viagra acheter','[email protected]','https://viaagrixxl.com','162.158.239.44','2023-12-26 04:08:54','2023-12-26 11:08:54','sildenafil malaysia price <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">uk viagra boots</a> viagra effect femme',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(67,1,'viagra patent expiration','[email protected]','https://viagra55.com','172.71.94.85','2023-12-28 18:34:18','2023-12-29 01:34:18','blue pill sildenafil <a href=\"https://viagra55.com\" / rel=\"nofollow ugc\">viagra feminina</a> viagra indications',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(68,1,'generic tadalafil reviews','[email protected]','https://cialtopshop.com','172.71.182.161','2023-12-28 19:41:17','2023-12-29 02:41:17','tadalafil cialis diario <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis canada pharmacy</a> cialis per pill',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15','comment',0,0),
(69,1,'bezug von levitra','[email protected]','https://levitraatopnew.com','172.68.110.183','2023-12-28 20:34:45','2023-12-29 03:34:45','perbandingan levitra cialis <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra cvs pharmacy</a> price of levitra',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(70,1,'tadalafil liquid research','[email protected]','https://ciaalissnow.com','162.158.239.57','2023-12-29 10:02:14','2023-12-29 17:02:14','tadalafil 10mg uses <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis dosage amounts</a> tadalafil citrate peptide',0,'1','Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0','comment',0,0),
(71,1,'tadalafil pills cialismalew','[email protected]','https://ciallissnew.com','162.158.182.189','2023-12-29 10:20:19','2023-12-29 17:20:19','kde koupit tadalafil <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">vente cialis quebec</a> prix tadalafil belgique',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(72,1,'viagra legal generic','[email protected]','https://viaaghrix.com','172.71.182.76','2023-12-29 22:58:23','2023-12-30 05:58:23','harga sildenafil 100mg <a href=\"https://viaaghrix.com\" / rel=\"nofollow ugc\">viagra monographie</a> viagra naturalna',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(73,1,'viagra 150 mg','[email protected]','https://viaagrixxl.com','172.71.134.243','2023-12-30 01:05:54','2023-12-30 08:05:54','viagra substitute cvs <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra cost panama</a> viagra lower bp',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.39','comment',0,0),
(74,1,'cialis tablet sizes','[email protected]','https://ciaalissnow.com','162.158.111.191','2023-12-30 20:02:22','2023-12-31 03:02:22','cvs pharmacy tadalafil <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">harga cialis tadalafil</a> cvs cialis price',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36','comment',0,0),
(75,1,'tadalafil caratteristiche','[email protected]','https://ciallissnew.com','162.158.87.150','2023-12-30 21:15:01','2023-12-31 04:15:01','tadalafil 5mg buy <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">generic tadalafil 5mg</a> cialis online legal',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.75','comment',0,0),
(76,1,'sildenafil 50mg use','[email protected]','https://viaaghrix.com','172.71.102.194','2023-12-31 09:50:59','2023-12-31 16:50:59','viagra connect questions <a href=\"https://viaaghrix.com\" / rel=\"nofollow ugc\">sildenafil and angioedema</a> sildenafil pill picture',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.71','comment',0,0),
(77,1,'viagra herbal alternative','[email protected]','https://viaagrixxl.com','172.70.134.15','2023-12-31 11:29:10','2023-12-31 18:29:10','viagra lower bp <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra blood flow</a> sildenafil 50mg 100mg',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(78,1,'viagra cialis heallthllines','[email protected]','https://ciaalissnow.com','162.158.87.5','2024-01-01 15:27:24','2024-01-01 22:27:24','cialis generico prezzo <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil dosage options</a> cialis online australia',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36','comment',0,0),
(79,1,'does cialis work','[email protected]','https://ciallissnew.com','172.71.102.178','2024-01-02 05:25:06','2024-01-02 12:25:06','tadalafil legal kaufen <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">cialis india pharmacy</a> tadalafil und grapefruitsaft',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(80,1,'viagra vision change','[email protected]','https://viaaghrix.com','172.70.247.73','2024-01-02 06:27:04','2024-01-02 13:27:04','viagra expired <a href=\"https://viaaghrix.com\" / rel=\"nofollow ugc\">viagra ingredients list</a> sildenafil cteph',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(81,1,'cialis buy','[email protected]','https://ciallissnew.com','162.158.87.177','2024-01-03 05:03:46','2024-01-03 12:03:46','tadalafil 20mg dosing <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">cheapest cialis daily</a> tadalafil citrate kaufen',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(82,1,'viagra tablets price','[email protected]','https://viaaghrix.com','172.71.134.73','2024-01-03 06:35:55','2024-01-03 13:35:55','sildenafil golongan obat <a href=\"https://viaaghrix.com\" / rel=\"nofollow ugc\">generic sildenafil shape</a> herbal viagra equivalent',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(83,1,'tadalafil dailymed','[email protected]','https://ciaalissnow.com','141.101.69.95','2024-01-03 16:22:27','2024-01-03 23:22:27','cialis women reddit <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis coupons walgreens</a> tadalafil 5mg tabs',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.72','comment',0,0),
(84,1,'tadalafil 5mg effects','[email protected]','https://cialtopshop.com','172.69.222.83','2024-01-03 20:24:55','2024-01-04 03:24:55','tadalafil coupon card <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil heart valve</a> tadalafil price costco',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15','comment',0,0),
(85,1,'levitra benefits','[email protected]','https://norgeantibiotika.com','172.70.246.192','2024-01-04 05:21:09','2024-01-04 12:21:09','cialis generika cialisde2022 <a href=\"https://norgeantibiotika.com\" / rel=\"nofollow ugc\">sildenafil pronounced</a> buy tadalafil uk',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.39','comment',0,0),
(86,1,'sildenafil coupon code','[email protected]','https://viaaghrix.com','172.69.151.222','2024-01-05 17:22:24','2024-01-06 00:22:24','viagra pills insurance <a href=\"https://viaaghrix.com\" / rel=\"nofollow ugc\">viagra natural precio</a> nhs sildenafil tablets',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36 Edg/101.0.1210.32','comment',0,0),
(87,1,'tadalafil achat france','[email protected]','https://cialtopshop.com','172.71.134.243','2024-01-05 18:30:54','2024-01-06 01:30:54','commande cialis <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">rasa research tadalafil</a> online cialis uk',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(88,1,'cialis 100mg online','[email protected]','https://ciallissnew.com','172.71.94.165','2024-01-06 15:03:41','2024-01-06 22:03:41','cialis works <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">cialis 100mg dosage</a> cialis cena apoteka',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(89,1,'tadalafil 5mg uses','[email protected]','https://ciaalissnow.com','141.101.68.31','2024-01-06 17:29:29','2024-01-07 00:29:29','cialis medication interactions <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis works</a> tadalafil cialis generic',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15','comment',0,0),
(90,1,'levitra aus ungarn','[email protected]','https://levitraatopnew.com','172.71.182.76','2024-01-07 06:20:41','2024-01-07 13:20:41','levitra iskustva cena <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">vardenafil</a> levitra advantages',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0','comment',0,0),
(91,1,'tadalafil shop apotheke','[email protected]','https://cialtopshop.com','172.70.242.72','2024-01-09 17:53:43','2024-01-10 00:53:43','acquistare cialis originale <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis dosage information</a> cialis tadalafil dejstvo',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(92,1,'cialis generico funciona','[email protected]','https://ciallissnew.com','172.71.94.95','2024-01-09 20:17:19','2024-01-10 03:17:19','generic tadalafil manufacturer <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">cialis trial voucher</a> canadian generic tadalafil',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(93,1,'cialis vision loss','[email protected]','https://ciaalissnow.com','141.101.69.73','2024-01-09 21:03:49','2024-01-10 04:03:49','online cialis <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">goodrx cialis</a> tadalafil and circulation',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(94,1,'tadalafil erfahrungen forum','[email protected]','https://cialtopshop.com','172.71.134.74','2024-01-12 08:19:07','2024-01-12 15:19:07','cialis daily costs <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">peptides tadalafil</a> cialis non daily',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(95,1,'cialis otc walgreens','[email protected]','https://ciallissnew.com','172.69.194.165','2024-01-12 10:15:25','2024-01-12 17:15:25','women cialis pills <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">tadalafil generic buy</a> cialis cks',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(96,2,'pharmacies','','https://onlypharmacies.com/','162.158.222.92','2024-01-14 09:20:27','2024-01-14 16:20:27','<strong>[...] pharmacies[...]</strong>\n\npharmacies',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.187 Safari/537.36','trackback',0,0),
(97,1,'faa cialis daily','[email protected]','https://ciallissnew.com','172.69.222.88','2024-01-14 20:03:56','2024-01-15 03:03:56','5mg tadalafil <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">tadalafil video</a> tadalafil used for',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(98,1,'tadalafil peptide reviews','[email protected]','https://ciaalissnow.com','172.71.103.25','2024-01-14 21:42:31','2024-01-15 04:42:31','cialis generico fundacioncaminos <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">comprar cialis tadalafil</a> cialis women reddit',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(99,1,'tadalafil usage instructions','[email protected]','https://cialtopshop.com','172.70.247.3','2024-01-15 05:50:02','2024-01-15 12:50:02','cialis professional price <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis prix 5mg</a> daily cialis indications',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(100,2,'black ants cialis australia','','http://cilcilismen.com','172.70.162.162','2024-01-20 13:01:44','2024-01-20 20:01:44','<strong>black ants cialis australia</strong>\n\nblack ants cialis australia',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(101,2,'cialis once a day','','https://yoursildenafilup.com','172.70.90.242','2024-01-21 02:45:27','2024-01-21 09:45:27','<strong>cialis once a day</strong>\n\ncialis once a day',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(102,2,'viagra 200mg online','','https://ordersildenafil24rd.com','172.70.85.94','2024-01-21 06:39:48','2024-01-21 13:39:48','<strong>viagra 200mg online</strong>\n\nviagra 200mg online',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','trackback',0,0),
(103,2,'viagra 20 mg cost','','https://usyousildenafil.com','172.69.194.104','2024-01-21 12:49:41','2024-01-21 19:49:41','<strong>viagra 20 mg cost</strong>\n\nviagra 20 mg cost',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.37','trackback',0,0),
(104,2,'buy viagra generic online','','https://mainviaggra.com','172.71.178.156','2024-01-22 01:17:40','2024-01-22 08:17:40','<strong>buy viagra generic online</strong>\n\nbuy viagra generic online',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(105,2,'buy sildenafil from india','','https://activiagrs.com','172.69.194.104','2024-01-22 11:48:32','2024-01-22 18:48:32','<strong>buy sildenafil from india</strong>\n\nbuy sildenafil from india',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(106,2,'buy tadalafil no rx','','https://33rdtadalafilst.com','172.69.195.226','2024-01-22 14:35:55','2024-01-22 21:35:55','<strong>buy tadalafil no rx</strong>\n\nbuy tadalafil no rx',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','trackback',0,0),
(107,2,'cialis insurance coverage blue cross','','https://hostcilis24.com','172.69.195.79','2024-01-22 15:50:22','2024-01-22 22:50:22','<strong>cialis insurance coverage blue cross</strong>\n\ncialis insurance coverage blue cross',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','trackback',0,0),
(108,2,'cialis cheapest prices','','https://appcillis.com','172.70.90.94','2024-01-23 00:16:54','2024-01-23 07:16:54','<strong>cialis cheapest prices</strong>\n\ncialis cheapest prices',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(109,2,'tadalafil from india reviews','','https://topcillispill.com','172.69.43.161','2024-01-23 04:32:05','2024-01-23 11:32:05','<strong>tadalafil from india reviews</strong>\n\ntadalafil from india reviews',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','trackback',0,0),
(110,1,'2bZHk4VYTRaiwMFmt3RY98FazCV','[email protected]','','172.71.234.58','2024-01-27 23:51:25','2024-01-28 06:51:25','2bZHk4VYTRaiwMFmt3RY98FazCV',0,'1','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','comment',0,0),
(111,1,'tadalafil mexico price','[email protected]','https://ciaalissnow.com','172.70.114.150','2024-01-30 14:36:41','2024-01-30 21:36:41','tadalafil drugbank <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis canada pharmacy</a> tadalafil sublingual dosage',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.36','comment',0,0),
(112,1,'cialis dose unica','[email protected]','https://ciaalissnow.com','172.69.151.207','2024-01-31 01:52:53','2024-01-31 08:52:53','tadalafil aurovitas dawkowanie <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cheap tadalafil india</a> cialis disease',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.72','comment',0,0),
(113,1,'cialis cause heartburn','[email protected]','https://ciaalissnow.com','172.69.222.77','2024-01-31 16:21:53','2024-01-31 23:21:53','tadalafil generic usa <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis enhancement pills</a> cialis walmart clspls',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(114,2,'rybelsus savings card','','http://rybelsus.top','172.70.90.242','2024-02-01 00:00:13','2024-02-01 07:00:13','<strong>rybelsus savings card</strong>\n\nrybelsus savings card',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(115,1,'cialis tablets boots','[email protected]','https://ciaalissnow.com','162.158.95.202','2024-02-01 08:31:23','2024-02-01 15:31:23','cialis online europe <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil ingredients</a> viagra cialis säljes',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(116,1,'cialis bodybuilding','[email protected]','https://ciaalissnow.com','172.69.222.95','2024-02-01 13:39:35','2024-02-01 20:39:35','cialis home delivery <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">types of cialis</a> faa cialis daily',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','comment',0,0),
(117,2,'semaglutide 14 mg tablet','','https://rybelsususa.top','172.71.242.79','2024-02-01 14:43:32','2024-02-01 21:43:32','<strong>semaglutide 14 mg tablet</strong>\n\nsemaglutide 14 mg tablet',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(118,2,'rybelsus 0 003','','https://rybelsusbuy.top','172.71.242.63','2024-02-01 23:41:05','2024-02-02 06:41:05','<strong>rybelsus 0 003</strong>\n\nrybelsus 0 003',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(119,2,'rybelsus kidney failure','','https://rybelsusonline.top','172.70.85.97','2024-02-02 02:37:08','2024-02-02 09:37:08','<strong>rybelsus kidney failure</strong>\n\nrybelsus kidney failure',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(120,1,'viagra price cva','[email protected]','https://viaagrixxl.com','172.69.151.107','2024-02-02 08:42:38','2024-02-02 15:42:38','buy viagra superdrug <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra herbal alternatives</a> emc viagra connect',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(121,1,'tadalafil options','[email protected]','https://ciaalissnow.com','162.158.111.14','2024-02-02 21:25:55','2024-02-03 04:25:55','tadalafil patente <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">forum cialis generique</a> cialis otc reddit',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(122,1,'sildenafil citrate storage','[email protected]','https://viaagrixxl.com','172.69.222.95','2024-02-03 08:23:04','2024-02-03 15:23:04','viagra supplements alternative <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil for pphn</a> viagra herbal alternatives',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36','comment',0,0),
(123,1,'non prescription tadalafil','[email protected]','https://cialisbxe.com','172.69.151.75','2024-02-03 22:16:52','2024-02-04 05:16:52','cialis homepage <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis disease</a> tadalafil generika kaufen',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(124,1,'cialis otc europe','[email protected]','https://ciaalissnow.com','172.71.134.235','2024-02-04 12:32:28','2024-02-04 19:32:28','cheap tadalafil tablets <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil dosing instructions</a> cialis daily effects',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(125,1,'ed medication tadalafil','[email protected]','https://cialisbxe.com','172.71.131.172','2024-02-05 16:45:51','2024-02-05 23:45:51','vente cialis <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis professional price</a> comprar tadalafil genérico',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(126,1,'cialis tadalafil 100mg','[email protected]','https://ciaalissnow.com','172.69.150.185','2024-02-07 07:57:45','2024-02-07 14:57:45','cialis tadalafil australia <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">medicine cialis tadalafil</a> cialis 5mg cost',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(127,1,'cialis generikum cialisde2022','[email protected]','https://cialisbxe.com','162.158.111.182','2024-02-07 21:12:39','2024-02-08 04:12:39','tadalafil contraindications <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">generique tadalafil 10mg</a> tadalafil manufacturer coupon',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(128,1,'maxim peptide cialis','[email protected]','https://cialisbxe.com','162.158.110.133','2024-02-08 22:32:19','2024-02-09 05:32:19','cialis o viagra <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis online europe</a> was ist tadalafil',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36','comment',0,0),
(129,1,'cialis generic availability','[email protected]','https://cialisbxe.com','172.71.214.146','2024-02-11 16:06:19','2024-02-11 23:06:19','cialis tadalafil prix <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil odt</a> generic cialis prescription',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15','comment',0,0),
(130,2,'lisinopril max dose','','http://lisinoprilone.com','172.71.242.49','2024-02-12 09:25:55','2024-02-12 16:25:55','<strong>lisinopril max dose</strong>\n\nlisinopril max dose',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(131,1,'sildenafil comprar online','[email protected]','https://viaagrixxl.com','172.70.223.100','2024-02-12 20:40:52','2024-02-13 03:40:52','viagra dosage timing <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra pfizer coupon</a> viagra cost australia',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(132,1,'Joshua Ballard','[email protected]','https://zumanblazy.com','172.68.119.143','2024-02-13 11:01:34','2024-02-13 18:01:34','Greetings! Very useful advice within this post! It is the little changes that make the most important \r\nchanges. Thanks for sharing!',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','comment',0,0),
(133,1,'about tadalafil tablets','[email protected]','https://ciaalissnow.com','172.70.122.238','2024-02-13 20:22:44','2024-02-14 03:22:44','tadalafil bulgaria <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">achat tadalafil 20mg</a> cialis commercial models',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(134,1,'tadalafil dosis recomendada','[email protected]','https://cialisbxe.com','172.70.246.21','2024-02-15 21:33:50','2024-02-16 04:33:50','cialis marketing strategy <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">pack cialis pills</a> cialis not working',0,'1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(135,1,'cialis gnc','[email protected]','https://ciaalissnow.com','162.158.87.122','2024-02-16 15:47:39','2024-02-16 22:47:39','tadalafil generic available <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil 20mg bula</a> cialis vs testosterone',0,'1','Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0','comment',0,0),
(136,1,'sildenafil citrate manufacturers','[email protected]','https://viaagrixxl.com','172.71.130.85','2024-02-17 18:02:01','2024-02-18 01:02:01','viagra tablet contains <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil mylan køb</a> goodrx sildenafil',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.44','comment',0,0),
(137,1,'prix cialis canada','[email protected]','https://cialtopshop.com','141.101.105.64','2024-02-17 20:52:00','2024-02-18 03:52:00','tadalafil mylan review <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">adcirca vs cialis</a> tadalafil tablet ip',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','comment',0,0),
(138,1,'tadalafil drug test','[email protected]','https://cialisbxe.com','172.71.102.123','2024-02-18 01:49:07','2024-02-18 08:49:07','indian tadalafil <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">canadian made tadalafil</a> cialis pills gynecologist',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(139,1,'tadalafil eli','[email protected]','https://cialtopshop.com','172.71.122.229','2024-02-18 17:29:56','2024-02-19 00:29:56','acheter cialis fahrradwelt <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis peptide</a> tadalafil medex',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','comment',0,0),
(140,1,'cialis tadalafil cena','[email protected]','https://cialisbxe.com','172.69.222.77','2024-02-18 22:59:45','2024-02-19 05:59:45','tab cialis uses <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil generic safe</a> medicaments cialis tadalafil',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(141,1,'tadalafil 20mg canada','[email protected]','https://cialtopshop.com','172.71.102.109','2024-02-19 18:13:08','2024-02-20 01:13:08','cialis needs prescription <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil 5mg interactions</a> generic cialis greece',0,'1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(142,1,'cialis trial coupon','[email protected]','https://cialisbxe.com','172.71.103.202','2024-02-20 00:20:15','2024-02-20 07:20:15','woman and cialis <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil price walmart</a> tadalafil pdf',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0','comment',0,0),
(143,1,'tadalafil online sicuro','[email protected]','https://cialtopshop.com','172.69.222.28','2024-02-20 17:27:27','2024-02-21 00:27:27','tadalafil goodrx <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil mylan prezzo</a> best liquid tadalafil',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36','comment',0,0),
(144,1,'cialis tadalafil forum','[email protected]','https://cialisbxe.com','172.69.222.83','2024-02-21 04:09:50','2024-02-21 11:09:50','cialis generico 20 <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis dosage 5mg</a> tadalafil kopen belgië',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','comment',0,0),
(145,1,'tadalafil citrate research','[email protected]','https://cialtopshop.com','172.69.222.95','2024-02-21 21:48:51','2024-02-22 04:48:51','ambrisentan tadalafil ambition <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis tadalafil cena</a> cialis daily effectiveness',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36','comment',0,0),
(146,1,'tadalafil pah 20mg','[email protected]','https://cialisbxe.com','172.71.102.39','2024-02-22 01:55:38','2024-02-22 08:55:38','printable cialis coupon <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil shelf life</a> cialis ckd',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(147,1,'cialis dubai','[email protected]','https://cialtopshop.com','172.69.222.82','2024-02-22 22:30:53','2024-02-23 05:30:53','order tadalafil pills <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">comprar tadalafil argentina</a> generic tadalafil otc',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','comment',0,0),
(148,1,'tadalafil tablets megalis','[email protected]','https://cialisbxe.com','172.71.102.38','2024-02-23 10:48:55','2024-02-23 17:48:55','cialis daily effectiveness <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis australia generic</a> cialis daily otc',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(149,1,'cialis generico contrareembolso','[email protected]','https://ciaalissnow.com','172.71.103.32','2024-02-23 21:12:14','2024-02-24 04:12:14','cialis generic tablets <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil tamsulosin combination</a> cialis guy',0,'1','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(150,1,'tadalafil 20mg docmorris','[email protected]','https://cialtopshop.com','172.70.230.131','2024-02-24 03:31:49','2024-02-24 10:31:49','cialis générique 20mg <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis lilly cialiscz2022</a> viagra cialis combo',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36','comment',0,0),
(151,1,'buy tadalafil pill','[email protected]','https://cialisbxe.com','172.69.222.94','2024-02-24 15:42:16','2024-02-24 22:42:16','tadalafil buy cheap <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil blurred vision</a> cialis generique avis',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(152,1,'cialis daily reviews','[email protected]','https://ciaalissnow.com','172.69.222.83','2024-02-26 23:20:37','2024-02-27 06:20:37','cialis precio walmart <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">canadian cialis medication</a> daily cialis reddit',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(153,1,'valor do tadalafil','[email protected]','https://cialtopshop.com','162.158.155.126','2024-02-27 10:40:11','2024-02-27 17:40:11','tadalafil cialis erfahrungen <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil citrate research</a> snafi tadalafil',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','comment',0,0),
(154,1,'tadalafil 20 spc','[email protected]','https://ciaalissnow.com','172.70.230.137','2024-02-27 23:44:24','2024-02-28 06:44:24','cialis coupon cvs <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis vista</a> generic tadalafil usa',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','comment',0,0),
(155,1,'cialis safeway coupon','[email protected]','https://cialtopshop.com','162.158.155.14','2024-02-28 06:28:56','2024-02-28 13:28:56','cialis generic over <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil generic alternative</a> cialis durata',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36','comment',0,0),
(156,2,'what pain reliever can i take with ciprofloxacin','','http://ciprofloxacinbtg.com','162.158.158.164','2024-02-28 08:08:35','2024-02-28 15:08:35','<strong>what pain reliever can i take with ciprofloxacin</strong>\n\nwhat pain reliever can i take with ciprofloxacin',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(157,2,'how long after taking cephalexin can i drink alcohol','','http://cephalexinfds.com','172.70.230.103','2024-02-28 11:14:14','2024-02-28 18:14:14','<strong>how long after taking cephalexin can i drink alcohol</strong>\n\nhow long after taking cephalexin can i drink alcohol',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(158,1,'tadalafil micialisno com','[email protected]','https://ciaalissnow.com','172.70.135.130','2024-02-28 23:07:52','2024-02-29 06:07:52','cialis duracion <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">daily cialis cialisory</a> tadalafil cialis generico',0,'1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(159,2,'cephalexin 500 mg para que sirve efectos secundarios','','http://bactrimqwx.com','172.70.91.7','2024-02-29 00:29:02','2024-02-29 07:29:02','<strong>cephalexin 500 mg para que sirve efectos secundarios</strong>\n\ncephalexin 500 mg para que sirve efectos secundarios',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(160,1,'tadalafil headache','[email protected]','https://cialtopshop.com','172.71.122.74','2024-02-29 06:20:51','2024-02-29 13:20:51','tadalafil citrate powder <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">best cialis coupon</a> tadalafil prezzo amazon',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.60','comment',0,0),
(161,2,'cephalexin 500mg for uti how many days','','http://bactrimrbv.com','172.69.195.126','2024-02-29 08:24:50','2024-02-29 15:24:50','<strong>cephalexin 500mg for uti how many days</strong>\n\ncephalexin 500mg for uti how many days',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(162,1,'cialis otc usa','[email protected]','https://ciaalissnow.com','172.71.122.157','2024-02-29 23:43:04','2024-03-01 06:43:04','cialis vidal <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis tadalafil avis</a> cialis savings card',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.50','comment',0,0),
(163,1,'printable cialis coupons','[email protected]','https://cialtopshop.com','172.71.98.177','2024-03-01 04:43:36','2024-03-01 11:43:36','tadalafil daily use <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis otc when</a> tadalafil daily uk',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.39','comment',0,0),
(164,1,'tadalafil cialis difference','[email protected]','https://ciaalissnow.com','162.158.154.138','2024-03-01 23:08:48','2024-03-02 06:08:48','tadalafil dapoxetine india <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil prix algerie</a> cialis generico italia',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(165,1,'cialis daily otc','[email protected]','https://cialtopshop.com','172.71.98.180','2024-03-02 06:17:18','2024-03-02 13:17:18','tadalafil 20 spc <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil beauty</a> cialis coming otc',0,'1','Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0','comment',0,0),
(166,1,'Extended Opportunity','[email protected]','','172.71.102.188','2024-03-02 09:59:54','2024-03-02 16:59:54','[Hot] AI Turns Any Photo, URL or Keyword into “Talking Head” Videos - https://ext-opp.com/AiTalkie',0,'1','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),
(167,1,'cialis pre workout','[email protected]','https://ciaalissnow.com','172.71.103.32','2024-03-03 02:48:37','2024-03-03 09:48:37','tadalafil viagra <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis farmacia online</a> daily cialis price',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36','comment',0,0),
(168,1,'canada cialis online','[email protected]','https://cialisbxe.com','162.158.159.98','2024-03-03 09:26:06','2024-03-03 16:26:06','cialis before gym <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil prostate dosage</a> cialis generico funciona',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','comment',0,0),
(169,1,'cialis prices cvs','[email protected]','https://ciaalissnow.com','172.70.134.15','2024-03-03 22:18:02','2024-03-04 05:18:02','tadalafil tablets 60mg <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis generisk</a> tadalafil dosage medscape',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','comment',0,0),
(170,1,'tadalafil 30mg liquid','[email protected]','https://cialisbxe.com','141.101.68.32','2024-03-04 07:59:01','2024-03-04 14:59:01','bijsluiter tadalafil krka <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil peptides capsules</a> cialis clearance rate',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(171,1,'tadalafil 10mg uk','[email protected]','https://ciaalissnow.com','172.69.150.86','2024-03-05 01:16:12','2024-03-05 08:16:12','tadalafil mg dose <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis generico ammesso</a> cialis helps prostate',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','comment',0,0),
(172,1,'tadalafil ipb','[email protected]','https://cialisbxe.com','172.70.251.90','2024-03-05 06:56:08','2024-03-05 13:56:08','cialis tablets medcompare <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">lilly cialis otc</a> cialis ou tadalafila',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36','comment',0,0),
(173,1,'tadalafil troche lozenge','[email protected]','https://ciaalissnow.com','162.158.110.200','2024-03-06 03:25:40','2024-03-06 10:25:40','le tadalafil cialis <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis tadalafil avis</a> cialis 10mg benefits',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.60','comment',0,0),
(174,1,'tadalafil lexicomp','[email protected]','https://cialisbxe.com','172.70.242.78','2024-03-06 06:21:34','2024-03-06 13:21:34','cialis trial voucher <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil generico sicuro</a> tadalafil mexico precio',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.47','comment',0,0),
(175,1,'tadalafil prescription needed','[email protected]','https://ciaalissnow.com','162.158.94.234','2024-03-08 19:15:26','2024-03-09 02:15:26','accord tadalafil reviews <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">cialis tadalafil cena</a> cialis retail price',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(176,1,'generic cialis name','[email protected]','https://cialisbxe.com','172.70.246.107','2024-03-09 04:44:12','2024-03-09 11:44:12','tadalafil maxon cena <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">tadalafil 5mg tablets</a> generic tadalafil fda',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36','comment',0,0),
(177,1,'radar 20 tadalafil','[email protected]','https://cialisbxe.com','172.71.178.30','2024-03-11 09:45:47','2024-03-11 15:45:47','tadalafil preis schweiz <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis vasodilator</a> cialis 10mg cost',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(178,1,'tadalafil patentschutz','[email protected]','https://ciaalissnow.com','141.101.104.97','2024-03-11 10:14:53','2024-03-11 16:14:53','tadalafil 5mg costco <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">nebenwirkungen tadalafil 20mg</a> cialis 20mg daily',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','comment',0,0),
(179,1,'cialis 20mg canadian','[email protected]','https://cialisbxe.com','162.158.87.122','2024-03-13 12:54:09','2024-03-13 18:54:09','tadalafil tablet ip <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">is tadalafil generic</a> tadalafil quanto dura',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.55','comment',0,0),
(180,1,'costo de tadalafil','[email protected]','https://cialisbxe.com','162.158.86.86','2024-03-17 17:57:16','2024-03-17 23:57:16','who invented cialis <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cheap tadalafil 5mg</a> tadalafil vidalista 20mg',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(181,1,'cialis tadalafil tadedplg','[email protected]','https://cialisbxe.com','162.158.107.26','2024-03-19 17:55:33','2024-03-19 23:55:33','cialis pills clspls <a href=\"https://cialisbxe.com\" / rel=\"nofollow ugc\">cialis amazon us</a> tadalafil en espanol',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.36','comment',0,0),
(182,1,'tadalafil indian brands','[email protected]','https://ciaalissnow.com','172.71.131.45','2024-03-22 02:50:56','2024-03-22 08:50:56','printable cialis coupons <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil reviews reddit</a> cialis heartburn',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(183,1,'tadalafil cost 5mg','[email protected]','https://ciaalissnow.com','172.71.184.129','2024-03-23 23:13:21','2024-03-24 05:13:21','cialis effective time <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil and viagra</a> tadalafil tablet 5mg',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36','comment',0,0),
(184,1,'coupons for cialis','[email protected]','https://ciaalissnow.com','172.71.99.219','2024-03-26 15:11:36','2024-03-26 21:11:36','cialis levitra buy <a href=\"https://ciaalissnow.com\" / rel=\"nofollow ugc\">tadalafil female</a> tadalafil 5mg indikation',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36','comment',0,0),
(185,1,'goodhere Girl Masturbating porn','[email protected]','https://goodhere.org/','172.71.130.75','2024-03-27 21:40:48','2024-03-28 03:40:48','goodhere Man Masturbating porn vurucutewet.HMqLQZtUWmu',0,'1','TheWebContents','comment',0,0),
(186,1,'goodhere Threesome porn','[email protected]','https://goodhere.org/','172.71.242.106','2024-03-27 22:23:07','2024-03-28 04:23:07','goodhere Black and White porn vurucutewet.affSFLiuGTV',0,'1','TheWebContents','comment',0,0),
(187,1,'ladyandtherose Cartoons porn','[email protected]','https://ladyandtherose.com/','172.71.126.237','2024-03-28 01:48:40','2024-03-28 07:48:40','ladyandtherose Girl Masturbating porn backlinkseox.33705zqMelC',0,'1','phpservice5.4','comment',0,0),
(188,1,'jenniferroy シーメールポルノ','[email protected]','https://www.jenniferroy.com/','172.69.195.177','2024-03-28 08:23:46','2024-03-28 14:23:46','jenniferroy アジアのポルノ japanesexxporns.fesxQ6wkTBN',0,'1','phpservice','comment',0,0),
(189,1,'nc viagra medicaid','[email protected]','https://viaagrixxl.com','172.71.103.114','2024-03-28 12:43:03','2024-03-28 18:43:03','viagra cinfa <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil manforce</a> herbal viagra equivalent',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(190,1,'landuse VR porn','[email protected]','https://landuse.org/','172.71.242.78','2024-03-29 01:07:19','2024-03-29 07:07:19','landuse Handjob porn lancdcuse.oqI7ouVXMhW',0,'1','phpservice','comment',0,0),
(191,1,'falbobrospizzamadison Funny Porn','[email protected]','https://falbobrospizzamadison.com/','172.71.130.211','2024-03-29 08:09:05','2024-03-29 14:09:05','falbobrospizzamadison Teens porn jkkıjxxx.R4nbtGWZm4v',0,'1','chromiumnode','comment',0,0),
(192,1,'शौकिया अश्लील','[email protected]','https://flyjota.com/','162.158.22.251','2024-03-30 00:52:59','2024-03-30 06:52:59','सह शॉट अश्लील qqyyooppxx.ikuXUjwCdsa',0,'1','chromiumnode','comment',0,0),
(193,1,'छोट-छोट स्तन अश्लील','[email protected]','https://www.playcrey.com/','172.71.134.70','2024-03-30 08:54:38','2024-03-30 14:54:38','मुखमैथुन अश्लीलता के बा hjkvbasdfzxzz.IjVFmtwJun6',0,'1','chromiumnode','comment',0,0),
(194,1,'viagra kosten apotheke','[email protected]','https://viaagrixxl.com','172.69.50.146','2024-03-30 21:19:24','2024-03-31 03:19:24','viagra connect price <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">peter dunn viagra</a> sildenafil overdose treatment',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36','comment',0,0),
(195,1,'लड़की हस्तमैथुन अश्लील','[email protected]','https://techdy.com/','162.158.22.250','2024-04-01 04:17:02','2024-04-01 10:17:02','नकली टैक्सी अश्लील txechdyzxca.rcRwN9xi2PN',0,'1','chromiumnode','comment',0,0),
(196,1,'viagra directions','[email protected]','https://viaagrixxl.com','172.68.10.244','2024-04-01 21:48:25','2024-04-02 03:48:25','viagra onde comprar <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil post stroke</a> sildenafil manipulado',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15','comment',0,0),
(197,1,'विंटेज पोर्न','[email protected]','https://www.hkyo.net/','172.71.134.209','2024-04-02 11:39:07','2024-04-02 17:39:07','रूसी अश्लील साहित्य hkyonet.1lgPXdloFi0',0,'1','chromiumnode','comment',0,0),
(198,1,'ਸ਼ੁਕੀਨ ਪੋਰਨ','[email protected]','https://madisoninnandsuites.com/','172.71.126.88','2024-04-03 09:18:03','2024-04-03 15:18:03','ਕਾਰਟੂਨ ਪੋਰਨੋਗ੍ਰਾਫੀ madisonivysex.KtVkJBnq3Nh',0,'1','chromiumnode','comment',0,0),
(199,1,'cialis avis utilisateur','[email protected]','https://cialtopshop.com','172.69.50.137','2024-04-03 22:40:33','2024-04-04 04:40:33','cialis dci <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil generic price</a> cialis tadalafil comprar',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.36','comment',0,0),
(200,1,'ladesbet ਕਾਰਟੂਨ ਪੋਰਨੋਗ੍ਰਾਫੀ','[email protected]','https://ladesbet.net/','172.71.134.38','2024-04-04 22:45:06','2024-04-05 04:45:06','ladesbet ਕਮ ਸ਼ਾਟ ਪੋਰਨ ladesinemi.lUcMQtSWsSB',0,'1','chromiumnode','comment',0,0),
(201,1,'ladesbet 老若男女のポルノ','[email protected]','https://ladesbett.com/','172.71.131.73','2024-04-05 00:25:27','2024-04-05 06:25:27','ladesbet 面白いポルノ ladestinemi.XtzmjgEYjww',0,'1','chromiumnode','comment',0,0),
(202,1,'cialis dosage sizes','[email protected]','https://cialtopshop.com','162.158.183.199','2024-04-06 16:28:39','2024-04-06 22:28:39','cialis retseptita <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis brand buy</a> tadalafil generic india',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0','comment',0,0),
(203,1,'sildenafil citrate compound','[email protected]','https://viaagrixxl.com','172.68.10.235','2024-04-07 21:50:39','2024-04-08 03:50:39','viagra expiration date <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra food alcohol</a> sildenafil vardenafil tadalafil',0,'1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(204,1,'cialis availability','[email protected]','https://cialtopshop.com','141.101.76.90','2024-04-10 04:31:16','2024-04-10 10:31:16','otc cialis date <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil 5mg costco</a> tadalafil cialis prescription',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','comment',0,0),
(205,1,'viagra lyrics','[email protected]','https://viaagrixxl.com','172.71.184.125','2024-04-11 01:36:35','2024-04-11 07:36:35','sildenafil best brand <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">pfizer viagra price</a> viagra in men',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:98.0) Gecko/20100101 Firefox/98.0','comment',0,0),
(206,1,'buy cialis canadian','[email protected]','https://cialtopshop.com','172.68.11.122','2024-04-11 20:44:14','2024-04-12 02:44:14','cialis daily reddit <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis price canada</a> tadalafil generika 20mg',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(207,1,'sildenafil tablets pictures','[email protected]','https://viaagrixxl.com','172.71.184.130','2024-04-13 14:23:10','2024-04-13 20:23:10','sildenafil mareos <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil in australia</a> sildenafil dosage pah',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(208,1,'5mg tadalafil daily','[email protected]','https://cialtopshop.com','172.68.11.68','2024-04-14 16:24:12','2024-04-14 22:24:12','tadalafil prezzo <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">tadalafil pricing publix</a> tadalafil citrate erfahrung',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(209,1,'viagra pill identification','[email protected]','https://viaagrixxl.com','172.71.183.127','2024-04-16 02:13:59','2024-04-16 08:13:59','sildenafil dose reddit <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">will viagra work</a> viagra funny quotes',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.79 Safari/537.36','comment',0,0),
(210,1,'viagra cialis','[email protected]','https://tadalalowprice.wordpress.com','172.68.10.202','2024-04-16 21:41:54','2024-04-17 03:41:54','tadalafil citrate 20mg <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cheap tadalafil india</a> tadalafil tabletten',0,'1','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36','comment',0,0),
(211,1,'tadalafil chemist warehouse','[email protected]','https://cialtopshop.com','172.68.195.201','2024-04-18 16:46:55','2024-04-18 22:46:55','generic tadalafil canada <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis pharmacy coupon</a> tadalafil generic name',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(212,1,'real viagra prices','[email protected]','https://viaagrixxl.com','162.158.183.110','2024-04-19 14:42:43','2024-04-19 20:42:43','viagra for ed <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra bivirkninger</a> viagra taiwan price',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36','comment',0,0),
(213,1,'cialis 5mg coupon','[email protected]','https://cialtopshop.com','172.68.192.177','2024-04-21 03:33:26','2024-04-21 09:33:26','tadalafil 20mg cheapest <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">generic cialis medication</a> cheap tadalafil 5mg',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(214,1,'viagra performance enhancing','[email protected]','https://viagra55.com','172.71.184.129','2024-04-22 04:55:34','2024-04-22 10:55:34','viagra cost kaiser <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil dose pediatric</a> viagra replacement pills',0,'1','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(215,1,'tadalafil crisale','[email protected]','https://cialtopshop.com','172.71.94.85','2024-04-23 01:03:53','2024-04-23 07:03:53','daily cialis dosages <a href=\"https://cialtopshop.com\" / rel=\"nofollow ugc\">cialis actors</a> cialis pills mg',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.44','comment',0,0),
(216,1,'viagra faq alcohol','[email protected]','https://viagra55.com','172.68.10.45','2024-04-23 19:36:34','2024-04-24 01:36:34','sildenafil otc usa <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil tablets zaviagsae</a> sildenafil sildenafil citrate',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(217,1,'viagra flüssig','[email protected]','https://viagra55.com','172.71.94.179','2024-04-25 10:12:37','2024-04-25 16:12:37','sildenafil citrate alternative <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra vision effects</a> viagra tablet picture',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36','comment',0,0),
(218,1,'comprar levitra madrid','[email protected]','https://levitraatopnew.com','162.158.222.30','2024-04-26 14:07:53','2024-04-26 20:07:53','levitra ou viagra <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra serios</a> levitra e cecita',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(219,1,'viagra vision issues','[email protected]','https://viagra55.com','172.71.184.127','2024-04-27 08:47:17','2024-04-27 14:47:17','viagra active time <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra soft pills</a> rite aid viagra',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(220,1,'levitra dosage','[email protected]','https://levitraatopnew.com','172.68.10.149','2024-04-27 23:12:30','2024-04-28 05:12:30','levitra cialis confronto <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra forum salute</a> levitra milf',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(221,2,'where to get the best price on cialis','','https://ciiialiis.com','162.158.182.249','2024-04-28 03:12:30','2024-04-28 09:12:30','<strong>where to get the best price on cialis</strong>\n\nwhere to get the best price on cialis',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36','trackback',0,0),
(222,1,'viagra patent expiration','[email protected]','https://viagra55.com','172.68.10.6','2024-04-28 18:29:24','2024-04-29 00:29:24','female viagra equivalent <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra dosing</a> viagra type meds',0,'1','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(223,2,'where to buy cialis soft tabs','','https://cill24.com','172.70.111.120','2024-04-28 18:35:25','2024-04-29 00:35:25','<strong>where to buy cialis soft tabs</strong>\n\nwhere to buy cialis soft tabs',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36','trackback',0,0),
(224,2,'levitra 60mg online','','https://leviiitra.com','172.70.230.81','2024-04-29 04:58:05','2024-04-29 10:58:05','<strong>levitra 60mg online</strong>\n\nlevitra 60mg online',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36','trackback',0,0),
(225,1,'sildenafil citrate tadalafil','[email protected]','https://viaaghrix.com','141.101.76.174','2024-04-29 12:43:16','2024-04-29 18:43:16','viagra selling price <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil revatio</a> viagra efectos',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(226,1,'viagra heart study','[email protected]','https://viagra55.com','172.68.243.4','2024-04-30 02:09:29','2024-04-30 08:09:29','viagra otc alternative <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil kaufen österreich</a> sildenafil white pill',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(227,2,'how to buy levitra','','https://levv24.com','162.158.155.85','2024-04-30 03:19:08','2024-04-30 09:19:08','<strong>how to buy levitra</strong>\n\nhow to buy levitra',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36','trackback',0,0),
(228,1,'vardenafil levitra navedhhev','[email protected]','https://levitraatopnew.com','162.158.183.21','2024-04-30 12:28:40','2024-04-30 18:28:40','diferencias viagra levitra <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra wafer</a> levitra stripes forum',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36','comment',0,0),
(229,1,'viagra going generic','[email protected]','https://viaaghrix.com','172.68.243.3','2024-05-01 05:31:45','2024-05-01 11:31:45','viagra rash <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra side effects</a> viagra otc walgreens',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(230,1,'viagra and diabetes','[email protected]','https://viagra55.com','162.158.134.159','2024-05-01 14:00:40','2024-05-01 20:00:40','sildenafil citrate suspension <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra memory loss</a> sildenafil valor',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','comment',0,0),
(231,1,'levitra pharmacy prices','[email protected]','https://levitraatopnew.com','141.101.76.29','2024-05-02 06:42:07','2024-05-02 12:42:07','opiniones de levitra <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra goodrx price</a> levitra schmelztablette nebenwirkungen',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36','comment',0,0),
(232,1,'viagra australia legal','[email protected]','https://viaaghrix.com','172.68.243.3','2024-05-03 03:57:26','2024-05-03 09:57:26','sildenafil nitrates <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil cancer</a> sildenafil going generic',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.55','comment',0,0),
(233,1,'cheap viagra 100','[email protected]','https://viagra55.com','172.68.10.112','2024-05-03 15:39:02','2024-05-03 21:39:02','sildenafil en tabletas <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">obamacare covers viagra</a> viagra stomach pain',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36','comment',0,0),
(234,1,'jamp vardenafil 10mg','[email protected]','https://levitraatopnew.com','172.68.10.7','2024-05-05 01:00:40','2024-05-05 07:00:40','levitra 20mg gunstig <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">vardenafil dosaggio</a> dangers du levitra',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15','comment',0,0),
(235,1,'viagra funny pictures','[email protected]','https://viaaghrix.com','172.68.195.225','2024-05-05 07:18:05','2024-05-05 13:18:05','pulmonary edema viagra <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil citrate dosage</a> viagra prescription dosage',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(236,1,'sildenafil y atenolol','[email protected]','https://viagra55.com','172.69.150.19','2024-05-06 01:43:33','2024-05-06 07:43:33','viagra vs roman <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">dose for viagra</a> viagra friday plans',0,'1','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36','comment',0,0),
(237,1,'levitra sugtablett levitrase2022','[email protected]','https://levitraatopnew.com','172.70.242.154','2024-05-06 10:26:07','2024-05-06 16:26:07','vardenafil zufriedenheit <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra fegato</a> levitra kaufen forum',0,'1','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36','comment',0,0),
(238,1,'viagra masculino nomes','[email protected]','https://viaaghrix.com','162.158.222.90','2024-05-07 04:50:53','2024-05-07 10:50:53','boots pharmacy sildenafil <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">define female viagra</a> viagra price malaysia',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36','comment',0,0),
(239,1,'sildenaflex viagra alternative','[email protected]','https://viaagrixxl.com','172.71.184.125','2024-05-07 20:13:27','2024-05-08 02:13:27','viagra prices increase <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra working time</a> lactose free viagra',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15','comment',0,0),
(240,1,'tadalafil cialis dosing','[email protected]','https://ciallissnew.com','162.158.134.158','2024-05-08 09:55:28','2024-05-08 15:55:28','tadalafil or levitra <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">tadalafil prijzen</a> cialis peak effect',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15','comment',0,0),
(241,1,'levitra tablets 20mg','[email protected]','https://levitraatopnew.com','172.68.10.127','2024-05-09 01:31:28','2024-05-09 07:31:28','levitra too much <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">forum su levitra</a> levitra hydrochlorothiazide',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15','comment',0,0),
(242,1,'tadalafil medexpress','[email protected]','https://ciallissnew.com','172.68.195.201','2024-05-09 08:33:00','2024-05-09 14:33:00','tadalafil maxon apteka <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">daily cialis 5mg</a> prostate cancer cialis',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','comment',0,0),
(243,1,'viagra nhs price','[email protected]','https://viagra55.com','162.158.134.159','2024-05-10 05:34:07','2024-05-10 11:34:07','viagra connect mg <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra treats</a> non subscription viagra',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29','comment',0,0),
(244,1,'obamacare covers viagra','[email protected]','https://viaaghrix.com','172.68.10.71','2024-05-11 00:32:27','2024-05-11 06:32:27','sildenafil tablets zaviagsae <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra help number</a> sildenafil teva pil',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(245,1,'levitra ohne kreditkarte','[email protected]','https://levitraatopnew.com','172.71.184.131','2024-05-11 15:03:17','2024-05-11 21:03:17','levitra official website <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">walgreens pharmacy levitra</a> vardenafil troche 20mg',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0','comment',0,0),
(246,1,'tadalafil with alcohol','[email protected]','https://ciallissnew.com','162.158.222.185','2024-05-13 02:50:20','2024-05-13 08:50:20','cialis amazon españa <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">tadalafil smpc</a> cialis century',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','comment',0,0),
(247,1,'who created viagra','[email protected]','https://viaaghrix.com','162.158.182.113','2024-05-13 23:07:56','2024-05-14 05:07:56','viagra prices walmart <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra women</a> viagra pharmacy coupon',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15','comment',0,0),
(248,1,'bayer glaxosmithkline levitra','[email protected]','https://levitraatopnew.com','172.71.184.125','2024-05-14 21:44:09','2024-05-15 03:44:09','levitra generico appartiene <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">levitra medscape</a> levitra oral jelly',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.36','comment',0,0),
(249,1,'viagra efectos secundarios','[email protected]','https://viagra55.com','172.71.94.222','2024-05-15 11:50:26','2024-05-15 17:50:26','alternative zu viagra <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil trade name</a> viagra customer form',0,'1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0','comment',0,0),
(250,1,'tadalafil working','[email protected]','https://ciallissnew.com','162.158.183.110','2024-05-15 23:17:21','2024-05-16 05:17:21','peptide liquid tadalafil <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">tadalafil generic online</a> generika von cialis',0,'1','Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0','comment',0,0),
(251,2,'pharmacy customer care cialis','','https://phr247.com','172.70.134.160','2024-05-16 05:14:56','2024-05-16 11:14:56','<strong>pharmacy customer care cialis</strong>\n\npharmacy customer care cialis',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36','trackback',0,0),
(252,1,'using expired sildenafil','[email protected]','https://viaaghrix.com','162.158.222.125','2024-05-17 06:44:15','2024-05-17 12:44:15','viagra effects vision <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra masculino preço</a> sildenafil viagra pdf',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36','comment',0,0),
(253,1,'levitra patentablauf','[email protected]','https://levitraatopnew.com','172.68.183.77','2024-05-18 04:53:14','2024-05-18 10:53:14','levitra kaufen levitrade2022 <a href=\"https://levitraatopnew.com\" / rel=\"nofollow ugc\">viagra levitra differences</a> levitra alternativen',0,'1','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.7113.93 Safari/537.36','comment',0,0),
(254,1,'viagra felleskatalogen','[email protected]','https://viagra55.com','162.158.134.164','2024-05-19 06:21:56','2024-05-19 12:21:56','legal viagra substitute <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil gewohnungseffekt</a> viagra connect guide',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(255,1,'sildenafil side effects','[email protected]','https://viaaghrix.com','172.69.50.202','2024-05-20 19:47:56','2024-05-21 01:47:56','viagra dose information <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">viagra alternative medication</a> viagra price history',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0','comment',0,0),
(256,1,'generic cialis reviews','[email protected]','https://ciallissnew.com','162.158.134.112','2024-05-21 09:24:34','2024-05-21 15:24:34','generic tadalafil paypal <a href=\"https://ciallissnew.com\" / rel=\"nofollow ugc\">cheap tadalafil sale</a> tadalafil sublingual dosage',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','comment',0,0),
(257,1,'sildenafil wirksamkeit','[email protected]','https://viaaghrix.com','172.70.47.8','2024-05-24 14:35:23','2024-05-24 20:35:23','viagra wirkungsdauer <a href=\"https://viaagrixxl.com\" / rel=\"nofollow ugc\">sildenafil mark cuban</a> definition of viagra',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36','comment',0,0),
(258,1,'gobigbrain 有名人のポルノ','[email protected]','https://www.gobigbrain.com/','172.71.130.155','2024-06-06 11:24:14','2024-06-06 17:24:14','有名人のポルノ .gS8o12RArnR',0,'1','xchromiumnode','comment',0,0),
(259,1,'kidzkaboodle blowjob ਪੋਰਨੋਗ੍ਰਾਫੀ','[email protected]','https://kidzkaboodle.com/','141.101.96.56','2024-06-06 11:41:05','2024-06-06 17:41:05','blowjob ਪੋਰਨੋਗ੍ਰਾਫੀ .vZfXsI82OjJ',0,'1','xchromiumnode','comment',0,0),
(260,1,'kidzkaboodle ਵੱਡੇ ਕੁੱਕੜ ਪੋਰਨ','[email protected]','https://kidzkaboodle.com/','172.71.123.43','2024-06-06 11:49:58','2024-06-06 17:49:58','ਵੱਡੇ ਕੁੱਕੜ ਪੋਰਨ .vwv6H0u3arY',0,'1','xchromiumnode','comment',0,0),
(261,1,'glencovesaltcave ਗੁਦਾ ਪੋਰਨ','[email protected]','https://www.glencovesaltcave.com/','172.71.166.47','2024-06-06 11:53:28','2024-06-06 17:53:28','ਗੁਦਾ ਪੋਰਨ .rrx51WWqD7v',0,'1','xchromiumnode','comment',0,0),
(262,1,'glencovesaltcave ਪਰਿਪੱਕ (40 ) ਪੋਰਨ','[email protected]','https://www.glencovesaltcave.com/','172.69.214.175','2024-06-06 13:21:19','2024-06-06 19:21:19','ਪਰਿਪੱਕ (40 ) ਪੋਰਨ .vvNWwDKlVjr',0,'1','php5.6','comment',0,0),
(263,1,'townandcampusunh エボニーポルノ','[email protected]','https://townandcampusunh.com/','172.70.80.144','2024-06-06 14:20:21','2024-06-06 20:20:21','エボニーポルノ .86gB7jE0qFz',0,'1','Firefox_Tester','comment',0,0),
(264,1,'dothanpodiatrist ਮਸ਼ਹੂਰ ਪੋਰਨ','[email protected]','https://dothanpodiatrist.com/','141.101.69.76','2024-06-07 02:23:26','2024-06-07 08:23:26','ਮਸ਼ਹੂਰ ਪੋਰਨ .UrONhnl5bjx',0,'1','TheSafeInternetSearch','comment',0,0),
(265,2,'what does neurontin show up as on a drug screen','','https://neurontinnow24.com','162.158.78.97','2024-06-26 05:33:05','2024-06-26 11:33:05','<strong>what does neurontin show up as on a drug screen</strong>\n\nwhat does neurontin show up as on a drug screen',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(266,2,'augmentin interactions','','https://augmentinnow7.com','172.70.42.99','2024-06-26 08:53:17','2024-06-26 14:53:17','<strong>augmentin interactions</strong>\n\naugmentin interactions',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','trackback',0,0),
(267,2,'prednisone 10 mg','','https://prednisonenow365.com','172.71.222.231','2024-06-27 02:55:26','2024-06-27 08:55:26','<strong>prednisone 10 mg</strong>\n\nprednisone 10 mg',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','trackback',0,0),
(268,2,'can metformin cause diarrhea','','https://glucophagea7.com','172.70.39.6','2024-06-27 10:30:14','2024-06-27 16:30:14','<strong>can metformin cause diarrhea</strong>\n\ncan metformin cause diarrhea',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0),
(269,2,'lyrica addiction','','https://lyricaa24.com','172.71.103.44','2024-06-28 08:13:30','2024-06-28 14:13:30','<strong>lyrica addiction</strong>\n\nlyrica addiction',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','trackback',0,0),
(270,2,'can you drink alcohol while taking amoxicillin','','https://amoxila365.com','172.70.175.223','2024-06-29 02:28:17','2024-06-29 08:28:17','<strong>can you drink alcohol while taking amoxicillin</strong>\n\ncan you drink alcohol while taking amoxicillin',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36','trackback',0,0),
(271,2,'lisinopril class','','https://lisinoprilgo7.com','172.68.144.194','2024-07-01 10:32:22','2024-07-01 16:32:22','<strong>lisinopril class</strong>\n\nlisinopril class',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','trackback',0,0);
/*!40000 ALTER TABLE `wrgfs_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_links`
--
DROP TABLE IF EXISTS `wrgfs_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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 /* mariadb-5.3 */ 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_links`
--
LOCK TABLES `wrgfs_links` WRITE;
/*!40000 ALTER TABLE `wrgfs_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wrgfs_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_options`
--
DROP TABLE IF EXISTS `wrgfs_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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=MyISAM AUTO_INCREMENT=37292 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_options`
--
LOCK TABLES `wrgfs_options` WRITE;
/*!40000 ALTER TABLE `wrgfs_options` DISABLE KEYS */;
INSERT INTO `wrgfs_options` VALUES
(1,'siteurl','https://atrenee.com','yes'),
(2,'home','https://atrenee.com','yes'),
(3,'blogname','Utah Commercial Photography','yes'),
(4,'blogdescription','','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','[email protected]','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','','yes'),
(11,'comments_notify','','yes'),
(12,'posts_per_rss','10','yes'),
(13,'rss_use_excerpt','0','yes'),
(14,'mailserver_url','mail.example.com','yes'),
(15,'mailserver_login','[email protected]','yes'),
(16,'mailserver_pass','password','yes'),
(17,'mailserver_port','110','yes'),
(18,'default_category','1','yes'),
(19,'default_comment_status','','yes'),
(20,'default_ping_status','','yes'),
(21,'default_pingback_flag','','yes'),
(22,'posts_per_page','10','yes'),
(23,'date_format','F j, Y','yes'),
(24,'time_format','g:i a','yes'),
(25,'links_updated_date_format','F j, Y g:i a','yes'),
(26,'comment_moderation','','yes'),
(27,'moderation_notify','','yes'),
(28,'permalink_structure','/%postname%/','yes'),
(29,'rewrite_rules','a:172:{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:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"portfolio-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio-type=$matches[1]&feed=$matches[2]\";s:50:\"portfolio-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio-type=$matches[1]&feed=$matches[2]\";s:31:\"portfolio-type/([^/]+)/embed/?$\";s:47:\"index.php?portfolio-type=$matches[1]&embed=true\";s:43:\"portfolio-type/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio-type=$matches[1]&paged=$matches[2]\";s:25:\"portfolio-type/([^/]+)/?$\";s:36:\"index.php?portfolio-type=$matches[1]\";s:35:\"gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"gallery/([^/]+)/embed/?$\";s:40:\"index.php?gallery=$matches[1]&embed=true\";s:28:\"gallery/([^/]+)/trackback/?$\";s:34:\"index.php?gallery=$matches[1]&tb=1\";s:36:\"gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?gallery=$matches[1]&paged=$matches[2]\";s:43:\"gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?gallery=$matches[1]&cpage=$matches[2]\";s:32:\"gallery/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?gallery=$matches[1]&page=$matches[2]\";s:24:\"gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"gallery-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?gallery-type=$matches[1]&feed=$matches[2]\";s:48:\"gallery-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?gallery-type=$matches[1]&feed=$matches[2]\";s:29:\"gallery-type/([^/]+)/embed/?$\";s:45:\"index.php?gallery-type=$matches[1]&embed=true\";s:41:\"gallery-type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?gallery-type=$matches[1]&paged=$matches[2]\";s:23:\"gallery-type/([^/]+)/?$\";s:34:\"index.php?gallery-type=$matches[1]\";s:34:\"slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"slider/([^/]+)/embed/?$\";s:39:\"index.php?slider=$matches[1]&embed=true\";s:27:\"slider/([^/]+)/trackback/?$\";s:33:\"index.php?slider=$matches[1]&tb=1\";s:35:\"slider/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?slider=$matches[1]&paged=$matches[2]\";s:42:\"slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?slider=$matches[1]&cpage=$matches[2]\";s:31:\"slider/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?slider=$matches[1]&page=$matches[2]\";s:23:\"slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([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:64:\"([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:45:\"([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:57:\"([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:39:\"([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:56:\"([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:51:\"([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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([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:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:4:{i:1;s:27:\"js_composer/js_composer.php\";i:2;s:22:\"kk-cpt/kk-cpt-func.php\";i:3;s:19:\"meta-box/plugin.php\";i:4;s:28:\"roses-like-this/likethis.php\";}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','http://rpc.pingomatic.com/','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','','no'),
(40,'template','twentytwentythree','yes'),
(41,'stylesheet','twentytwentythree','yes'),
(42,'comment_registration','','yes'),
(43,'html_type','text/html','yes'),
(44,'use_trackback','0','yes'),
(45,'default_role','subscriber','yes'),
(46,'db_version','57155','yes'),
(47,'uploads_use_yearmonth_folders','1','yes'),
(48,'upload_path','','yes'),
(49,'blog_public','0','yes'),
(50,'default_link_category','2','yes'),
(51,'show_on_front','page','yes'),
(52,'tag_base','','yes'),
(53,'show_avatars','1','yes'),
(54,'avatar_rating','G','yes'),
(55,'upload_url_path','','yes'),
(56,'thumbnail_size_w','150','yes'),
(57,'thumbnail_size_h','150','yes'),
(58,'thumbnail_crop','1','yes'),
(59,'medium_size_w','300','yes'),
(60,'medium_size_h','300','yes'),
(61,'avatar_default','mystery','yes'),
(62,'large_size_w','1024','yes'),
(63,'large_size_h','1024','yes'),
(64,'image_default_link_type','none','yes'),
(65,'image_default_size','','yes'),
(66,'image_default_align','','yes'),
(67,'close_comments_for_old_posts','','yes'),
(68,'close_comments_days_old','14','yes'),
(69,'thread_comments','1','yes'),
(70,'thread_comments_depth','5','yes'),
(71,'page_comments','','yes'),
(72,'comments_per_page','50','yes'),
(73,'default_comments_page','newest','yes'),
(74,'comment_order','asc','yes'),
(75,'sticky_posts','a:0:{}','yes'),
(76,'widget_categories','a:0:{}','yes'),
(77,'widget_text','a:0:{}','yes'),
(78,'widget_rss','a:0:{}','yes'),
(79,'uninstall_plugins','a:1:{s:36:\"contact-form-7-honeypot/honeypot.php\";s:22:\"honeypot4cf7_uninstall\";}','no'),
(80,'timezone_string','America/Denver','yes'),
(81,'page_for_posts','0','yes'),
(82,'page_on_front','2','yes'),
(83,'default_post_format','0','yes'),
(84,'link_manager_enabled','0','yes'),
(85,'finished_splitting_shared_terms','1','yes'),
(86,'site_icon','0','yes'),
(87,'medium_large_size_w','768','yes'),
(88,'medium_large_size_h','0','yes'),
(89,'wp_page_for_privacy_policy','3','yes'),
(90,'show_comments_cookies_opt_in','1','yes'),
(91,'admin_email_lifespan','1686171082','yes'),
(92,'disallowed_keys','','no'),
(93,'comment_previously_approved','','yes'),
(94,'auto_plugin_theme_update_emails','a:0:{}','no'),
(95,'auto_update_core_dev','enabled','yes'),
(96,'auto_update_core_minor','enabled','yes'),
(97,'auto_update_core_major','enabled','yes'),
(98,'wp_force_deactivated_plugins','a:0:{}','yes'),
(99,'initial_db_version','53496','yes'),
(100,'wrgfs_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:15:\"manage_security\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),
(101,'fresh_site','0','yes'),
(102,'user_count','1','no'),
(103,'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;}','yes'),
(104,'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;}','yes'),
(784,'wpb_license_errors','a:0:{}','yes'),
(173,'current_theme','Twenty Twenty-Three','yes'),
(174,'theme_mods_toppic-child','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1670953166;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"kk-blog-sidebar\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:15:\"kk-page-sidebar\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:20:\"kk-portfolio-sidebar\";a:0:{}}}}','no'),
(175,'theme_switched','','yes'),
(176,'kktfwpSettingsUpdated','true','yes'),
(177,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:4:\"crop\";i:1;}','yes'),
(178,'shop_single_image_size','a:3:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:4:\"crop\";i:0;}','yes'),
(105,'cron','a:8:{i:1720151482;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:1720169482;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1720169505;a:1:{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:1720212682;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:1720212705;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: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:1720299082;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;}}}i:1720559110;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;}}}s:7:\"version\";i:2;}','yes'),
(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(115,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(121,'recovery_keys','a:0:{}','yes'),
(36293,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1720301990','no'),
(36294,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),
(1954,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":1}','yes'),
(124,'theme_mods_twentytwentythree','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1670619494;s:4:\"data\";a:3:{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:18:\"nav_menu_locations\";a:0:{}}','yes'),
(127,'https_detection_errors','a:0:{}','yes'),
(186,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.6.4\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1670619525;s:7:\"version\";s:5:\"5.6.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),
(37290,'_site_transient_timeout_theme_roots','1755172617','no'),
(37291,'_site_transient_theme_roots','a:4:{s:12:\"toppic-child\";s:7:\"/themes\";s:6:\"toppic\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','no'),
(179,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),
(785,'wpb_js_composer_license_activation_notified','yes','yes'),
(162,'finished_updating_comment_type','1','yes'),
(24438,'db_upgraded','','yes'),
(27740,'wp_attachment_pages_enabled','1','yes'),
(36471,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1755170817;s:7:\"checked\";a:4:{s:12:\"toppic-child\";s:3:\"1.5\";s:6:\"toppic\";s:5:\"4.1.5\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.0\";}s:8:\"response\";a:2:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),
(36472,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1755170817;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:28:\"roses-like-this/likethis.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/roses-like-this\";s:4:\"slug\";s:15:\"roses-like-this\";s:6:\"plugin\";s:28:\"roses-like-this/likethis.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/roses-like-this/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/roses-like-this.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/roses-like-this.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:19:\"meta-box/plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/meta-box\";s:4:\"slug\";s:8:\"meta-box\";s:6:\"plugin\";s:19:\"meta-box/plugin.php\";s:11:\"new_version\";s:7:\"5.10.13\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/meta-box/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/meta-box.5.10.13.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/meta-box/assets/icon-128x128.png?rev=1100915\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/meta-box/assets/banner-772x250.png?rev=1929588\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}}}','no'),
(36120,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:9:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";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:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.8.2.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.8.2-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.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:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.8.1.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";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:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.3.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.3-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.3\";s:7:\"version\";s:5:\"6.7.3\";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:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.2.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.2-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.2\";s:7:\"version\";s:5:\"6.7.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:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.1.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.1-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";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:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.6.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.6.3.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.6.3-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.6.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.3\";s:7:\"version\";s:5:\"6.6.3\";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:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.6.2.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.6.2-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.6.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.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:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.5.6.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.5.6-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.5.6-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.5.6-partial-5.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.5.6-rollback-5.zip\";}s:7:\"current\";s:5:\"6.5.6\";s:7:\"version\";s:5:\"6.5.6\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.5.5\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1755170817;s:15:\"version_checked\";s:5:\"6.5.5\";s:12:\"translations\";a:0:{}}','no'),
(154,'WPLANG','','yes'),
(155,'new_admin_email','[email protected]','yes'),
(187,'no_likes','Like this','yes'),
(188,'one_like','% like','yes'),
(189,'some_likes','% likes','yes'),
(193,'widget_toppic_flickr_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(194,'widget_portfolio_items','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(195,'widget_mostlikedposts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(196,'vc_version','6.10.0','yes'),
(19690,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:36:\"[email protected]\";s:7:\"version\";s:5:\"6.5.5\";s:9:\"timestamp\";i:1719262299;}','no'),
(4845,'category_children','a:0:{}','yes'),
(24441,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.5\";s:5:\"files\";a:500:{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:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/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:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),
(243,'rsssl_show_onboarding','1','no'),
(219,'recently_activated','a:0:{}','yes'),
(220,'cf7dp_ui_theme','smoothness','yes'),
(221,'CF7DBPlugin_NoSaveFields','/.*wpcf7.*/,_wpnonce','yes'),
(222,'CF7DBPlugin__version','2.10.29','yes'),
(223,'CF7DBPlugin__installed','1','yes'),
(224,'CF7DBPlugin_IntegrateWithCF7','true','yes'),
(225,'CF7DBPlugin_GenerateSubmitTimeInCF7Email','false','yes'),
(226,'CF7DBPlugin_IntegrateWithFSCF','true','yes'),
(227,'CF7DBPlugin_IntegrateWithJetPackContactForm','true','yes'),
(228,'CF7DBPlugin_IntegrateWithGravityForms','true','yes'),
(229,'CF7DBPlugin_IntegrateWithFormidableForms','true','yes'),
(230,'CF7DBPlugin_IntegrateWithWrContactForms','true','yes'),
(231,'CF7DBPlugin_IntegrateWithQuform','true','yes'),
(232,'CF7DBPlugin_IntegrateWithNinjaForms','true','yes'),
(233,'CF7DBPlugin_IntegrateWithCalderaForms','true','yes'),
(234,'CF7DBPlugin_IntegrateWithEnfoldThemForms','true','yes'),
(235,'CF7DBPlugin_IntegrateWithCFormsII','true','yes'),
(236,'CF7DBPlugin_IntegrateWithFormCraft','true','yes'),
(237,'CF7DBPlugin_IntegrateWithVerySimpleContactForm','true','yes'),
(238,'CF7DBPlugin_IntegrateWithFMS','true','yes'),
(239,'CF7DBPlugin_HideAdminPanelFromNonAdmins','true','yes'),
(240,'honeypot4cf7_config','a:12:{s:14:\"store_honeypot\";i:0;s:11:\"placeholder\";s:0:\"\";s:21:\"accessibility_message\";s:0:\"\";s:22:\"w3c_valid_autocomplete\";a:1:{i:0;s:5:\"false\";}s:15:\"move_inline_css\";a:1:{i:0;s:5:\"false\";}s:9:\"nomessage\";a:1:{i:0;s:5:\"false\";}s:17:\"timecheck_enabled\";a:1:{i:0;s:5:\"false\";}s:15:\"timecheck_value\";i:4;s:14:\"honeypot_count\";i:0;s:21:\"honeypot_install_date\";i:1670623033;s:30:\"honeypot_cf7_req_msg_dismissed\";i:0;s:20:\"honeypot4cf7_version\";s:5:\"2.1.1\";}','yes'),
(274,'rsssl_6_notice_dismissed','1','no'),
(250,'rsssl_options','a:13:{s:12:\"site_has_ssl\";s:1:\"1\";s:11:\"ssl_enabled\";s:1:\"1\";s:19:\"mixed_content_fixer\";i:1;s:8:\"redirect\";s:11:\"wp_redirect\";s:20:\"do_not_edit_htaccess\";b:0;s:19:\"dismiss_all_notices\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:20:\"disable_file_editing\";i:1;s:22:\"hide_wordpress_version\";i:1;s:28:\"block_code_execution_uploads\";i:1;s:22:\"disable_login_feedback\";i:1;s:24:\"disable_user_enumeration\";i:1;s:16:\"disable_indexing\";i:1;}','yes'),
(253,'rsssl_6_upgrade_completed','1','no'),
(254,'rsssl_current_version','6.0.12','yes'),
(278,'rsssl_onboarding_dismissed','1','no'),
(279,'_transient_rsssl_http_methods_allowed','a:1:{s:7:\"allowed\";a:18:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";i:2;s:3:\"PUT\";i:3;s:6:\"DELETE\";i:4;s:4:\"HEAD\";i:5;s:7:\"OPTIONS\";i:6;s:7:\"CONNECT\";i:7;s:5:\"TRACE\";i:8;s:5:\"TRACK\";i:9;s:5:\"PATCH\";i:10;s:4:\"COPY\";i:11;s:4:\"LINK\";i:12;s:6:\"UNLINK\";i:13;s:5:\"PURGE\";i:14;s:4:\"LOCK\";i:15;s:6:\"UNLOCK\";i:16;s:8:\"PROPFIND\";i:17;s:4:\"VIEW\";}}','yes'),
(282,'rsssl_activation_timestamp','1670623072','no'),
(314,'recovery_mode_email_last_sent','1670623258','yes'),
(36479,'_transient_doing_cron','1755170816.8377881050109863281250','yes');
/*!40000 ALTER TABLE `wrgfs_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_postmeta`
--
DROP TABLE IF EXISTS `wrgfs_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_postmeta`
--
LOCK TABLES `wrgfs_postmeta` WRITE;
/*!40000 ALTER TABLE `wrgfs_postmeta` DISABLE KEYS */;
INSERT INTO `wrgfs_postmeta` VALUES
(1,2,'_wp_page_template','template-homepage-slider.php'),
(2,3,'_wp_page_template','default'),
(5,6,'_form','<label> Your name\n [text* your-name] </label>\n\n<label> Your email\n [email* your-email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(6,6,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:37:\"[_site_title] <[email protected]>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(7,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:37:\"[_site_title] <[email protected]>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(8,6,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),
(9,6,'_additional_settings',''),
(10,6,'_locale','en_US'),
(11,2,'_edit_lock','1670623137:1'),
(12,2,'_edit_last','1'),
(13,2,'_custom_bg_type_value','Default'),
(14,2,'kk_muteVid','1'),
(15,2,'_kk_homepage_layout_value','Random'),
(16,2,'_album_layout_value','3-column'),
(17,2,'_portfolio_layout_value','3-column'),
(18,2,'_kk_enbale_filter','false'),
(19,2,'_kk_posts_to_display','all');
/*!40000 ALTER TABLE `wrgfs_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_posts`
--
DROP TABLE IF EXISTS `wrgfs_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime /* mariadb-5.3 */ 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 /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime /* mariadb-5.3 */ 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=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_posts`
--
LOCK TABLES `wrgfs_posts` WRITE;
/*!40000 ALTER TABLE `wrgfs_posts` DISABLE KEYS */;
INSERT INTO `wrgfs_posts` VALUES
(1,1,'2022-12-09 20:51:22','2022-12-09 20:51:22','<!-- 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','','','2022-12-09 20:51:22','2022-12-09 20:51:22','',0,'https://atrenee.com/?p=1',0,'post','',239),
(2,1,'2022-12-09 20:51:22','2022-12-09 20:51:22','<!-- wp:paragraph -->\r\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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph --></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph --></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://atrenee.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->','Home','','publish','closed','open','','sample-page','','','2022-12-09 14:59:22','2022-12-09 21:59:22','',0,'https://atrenee.com/?page_id=2',0,'page','',32),
(3,1,'2022-12-09 20:51:22','2022-12-09 20:51:22','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://atrenee.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized 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><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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 recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2022-12-09 20:51:22','2022-12-09 20:51:22','',0,'https://atrenee.com/?page_id=3',0,'page','',0),
(10,0,'2023-08-08 16:20:57','2023-08-08 22:20:57','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2023-08-08 16:20:57','2023-08-08 22:20:57','',0,'https://atrenee.com/navigation/',0,'wp_navigation','',0),
(6,1,'2022-12-09 13:58:45','2022-12-09 20:58:45','<label> Your name\n [text* your-name] </label>\n\n<label> Your email\n [email* your-email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <[email protected]>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <[email protected]>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2022-12-09 13:58:45','2022-12-09 20:58:45','',0,'https://atrenee.com/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),
(7,1,'2022-12-09 14:55:07','2022-12-09 21:55:07','<!-- 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\"><!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph --></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\"><!-- wp:paragraph -->\n<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>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://atrenee.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2022-12-09 14:55:07','2022-12-09 21:55:07','',2,'https://atrenee.com/?p=7',0,'revision','',0),
(9,1,'2022-12-09 14:59:22','2022-12-09 21:59:22','<!-- wp:paragraph -->\r\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>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph --></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\r\n<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>\r\n<!-- /wp:paragraph --></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://atrenee.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2-revision-v1','','','2022-12-09 14:59:22','2022-12-09 21:59:22','',2,'https://atrenee.com/?p=9',0,'revision','',0);
/*!40000 ALTER TABLE `wrgfs_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_term_relationships`
--
DROP TABLE IF EXISTS `wrgfs_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_term_relationships`
--
LOCK TABLES `wrgfs_term_relationships` WRITE;
/*!40000 ALTER TABLE `wrgfs_term_relationships` DISABLE KEYS */;
INSERT INTO `wrgfs_term_relationships` VALUES
(1,1,0);
/*!40000 ALTER TABLE `wrgfs_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_term_taxonomy`
--
DROP TABLE IF EXISTS `wrgfs_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_term_taxonomy`
--
LOCK TABLES `wrgfs_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wrgfs_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wrgfs_term_taxonomy` VALUES
(1,1,'category','',0,1);
/*!40000 ALTER TABLE `wrgfs_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_termmeta`
--
DROP TABLE IF EXISTS `wrgfs_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_termmeta`
--
LOCK TABLES `wrgfs_termmeta` WRITE;
/*!40000 ALTER TABLE `wrgfs_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wrgfs_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_terms`
--
DROP TABLE IF EXISTS `wrgfs_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_terms`
--
LOCK TABLES `wrgfs_terms` WRITE;
/*!40000 ALTER TABLE `wrgfs_terms` DISABLE KEYS */;
INSERT INTO `wrgfs_terms` VALUES
(1,'Uncategorized','uncategorized',0);
/*!40000 ALTER TABLE `wrgfs_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_usermeta`
--
DROP TABLE IF EXISTS `wrgfs_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_usermeta`
--
LOCK TABLES `wrgfs_usermeta` WRITE;
/*!40000 ALTER TABLE `wrgfs_usermeta` DISABLE KEYS */;
INSERT INTO `wrgfs_usermeta` VALUES
(1,1,'nickname','utah_com'),
(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,'wrgfs_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wrgfs_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','0'),
(16,1,'session_tokens','a:2:{s:64:\"5c368715d2c561d55705b1231e327a7e3073b6af237c3034b313b728dd2724f6\";a:4:{s:10:\"expiration\";i:1671038067;s:2:\"ip\";s:13:\"172.68.34.222\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0\";s:5:\"login\";i:1670865267;}s:64:\"dcbcd3b7575f8b17fd422b12d05b441f35b5577a089f8f566b3e3c3caa7d99c7\";a:4:{s:10:\"expiration\";i:1671125952;s:2:\"ip\";s:13:\"172.70.230.87\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\";s:5:\"login\";i:1670953152;}}'),
(17,1,'wrgfs_user-settings','editor=html&libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=932px&edit_element_vcUIPanelTop=74px&hidetb=0'),
(18,1,'wrgfs_user-settings-time','1670619100'),
(19,1,'wrgfs_dashboard_quick_press_last_post_id','4'),
(20,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"173.244.209.0\";}'),
(21,1,'wrgfs_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:1:{i:0;s:11:\"post-status\";}}s:9:\"_modified\";s:24:\"2022-12-09T21:49:53.719Z\";}');
/*!40000 ALTER TABLE `wrgfs_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrgfs_users`
--
DROP TABLE IF EXISTS `wrgfs_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wrgfs_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 /* mariadb-5.3 */ 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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrgfs_users`
--
LOCK TABLES `wrgfs_users` WRITE;
/*!40000 ALTER TABLE `wrgfs_users` DISABLE KEYS */;
INSERT INTO `wrgfs_users` VALUES
(1,'utah_com','$P$BHsFfB89iB8hpRfEuIOEqOsEX8w0ir1','utah_com','[email protected]','https://atrenee.com','2022-12-09 20:51:22','',0,'utah_com');
/*!40000 ALTER TABLE `wrgfs_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2026-05-07 2:45:53
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists