View Single Post
Old 06-13-2013, 05:26 PM  
adultmobile
No, I am not banned
 
adultmobile's Avatar
 
Industry Role:
Join Date: Nov 2003
Location: ChatGF.com
Posts: 5,345
Old news:

https://gfy.com/showthread.php?t=1112343&page=3

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