View Single Post
Old 06-13-2013, 05:20 PM  
adultmobile
No, I am not banned
 
adultmobile's Avatar
 
Industry Role:
Join Date: Nov 2003
Location: ChatGF.com
Posts: 5,345
Quote:
Originally Posted by prezzz View Post
Interesting why some of the EU countries have been excluded though, like Czech Republic, Slovakia or Poland to name a few.
Well and how Turkey and Israel are europe?

By the way if you want to print "Paypal" only to countries that supports it, you can do something like this in php:

$epoch_paypal_countries = array('AD', 'AT', 'BE', 'CY', 'DK', 'FI', 'FR', 'DE', 'GI', 'LU', 'GR', 'GL', 'IE', 'IS', 'IM', 'IL', 'IT', 'LI', 'MT', 'MC', 'NL', 'NO', 'PT', 'RO', 'SM', 'SI', 'ES', 'SE', 'CH', 'TR', 'GB', 'VA');
$showpaypal = in_array($_SERVER[GEOIP_COUNTRY_CODE], $epoch_paypal_countries);

<? if ($showpaypal) { ?> PayPal click here <? } ?>

Note that Vatican shows paypal.
__________________

TubeCamGirl.com
adultmobile is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote