if ( isset ($_SESSION['loggedin']) && $_SESSION['loggedin'] == 'yes')
{
?>
}
else
{
?>
} ?> $plat_price_dist="0"; $gold_price_dist="0"; $silver_price_dist="0"; $bronze_price_dist="0"; $standard_price_dist="0"; $tplus_price_dist="0"; if($_SESSION['country']==99) { include('includes/geoip.inc.php'); $gi = geoip_open("includes/GeoIP.dat",GEOIP_STANDARD); $geoipcountrycode = geoip_country_code_by_addr($gi, $_SERVER['REMOTE_ADDR']); $geoipcountryname = geoip_country_name_by_addr($gi, $_SERVER['REMOTE_ADDR']); if($geoipcountrycode=="IN" && $_SESSION['country']==99) { $plat_price_dist="0"; $gold_price_dist="0"; $silver_price_dist="0"; $bronze_price_dist="0"; $standard_price_dist="0"; $tplus_price_dist="23"; } } ?> |