$status="Domain $domain does not exist, setting state to cancelled!";
$statusres='cancelled';
# Checking that Domain sync option is enabled
if(!empty($row)&&!$row['value']=='on'){
continue;
}
}else{
echo"Domain check on $domain not successful: "._cozaepp_message($coderes)." (File a bug report here: http://devlabs.linuxassist.net/projects/whmcs-coza-epp/issues/new)";
continue;
...
...
@@ -179,15 +185,6 @@ try {
));
echo"Domain $domain is EXPIRED (Registration: $createdate, Expiry: $nextduedate)\n";
}elseif($statusres=="cancelled"){
mysql_query(sprintf($querytemplate,"Cancelled",
mysql_real_escape_string($createdate),
mysql_real_escape_string($nextduedate),
mysql_real_escape_string($nextduedate),
mysql_real_escape_string($domain)
));
echo"Domain $domain does not exist\n";
}else{
echo"Domain $domain has unknown status '$statusres' (File a bug report here: http://devlabs.linuxassist.net/projects/whmcs-coza-epp/issues/new)\n";