nokiax2020bd Posted February 24, 2020 Share Posted February 24, 2020 Is this WHMCS any offer in the price? 0 Quote Link to comment Share on other sites More sharing options...
DennisHermannsen Posted February 24, 2020 Share Posted February 24, 2020 You would have to use RequestDelete through API or EPP. There's no function that manages domain status. It is all handled by the WHMCS Cron Job. When a domain is past the expiry date in WHMCS, the domain is set to 'expired' when the cron job runs. Previously, it was done by a seperate cron job: https://docs.whmcs.com/Crons#Domain_Sync_Cron You'd need to get domains the list of domain to delete through MySQL. You could make a query that searches for domains with an expiry date older than yesterday. When you have the list, you'd need to get the rest of your code done. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 24, 2020 Share Posted February 24, 2020 9 minutes ago, DennisHermannsen said: When you have the list, you'd need to get the rest of your code done. ensuring that you're only modifying domains with the appropriate TLD. 🙂 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.