Ts3Destek adlı üyeden alıntı: mesajı görüntüle
Şöyle istiyorsunuz sarnırım

Şöyle yapıcaksınız
Ftp'den girip includes/countries.php bulup düzenleyin.


countries.php
<?php
/**
 * These countries codes and associated labels should be compliant with the
 * ISO 3166-1 standard (http://www.iso.org/iso/country_codes).
 *
 * If there is a discrepancy with a value, please contact us <info@whmcs.com>.
 *
 */
$countries = array(
"TR"=>"Turkey"
);
asort($countries);
?>
Yardımınız için teşekkür ederim.