/**
 * @package		WE Domain Checker (based on SecureDomainAPI) v1.2
 * @author		Web-expert.gr http://www.web-expert.gr
 * @copyright	Copyright (c) 2010 - 2012 Web-expert.gr . All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
Edit config.php  and change TLDS extensions

$apiKey='xxxxx';
$domainApiURL='http:/myseller-site.com/whmcs';

$tlds=array('.gr','.com','.org','.eu','.com.gr');
$tlds_secondary=array('.mobi','.club','.gov','.gov.gr','.tk');
$tldschecked=array('.gr','.com','.eu');


