simokhounti
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by simokhounti-
simokhounti created a post,
cpanel api to delete addon domain
hello i'm trying to delete add on the domain using Cpanel API - I tested the request to get Cpanel redirection and it's working. now I want to delete the addon domain and response is this POST ...
-
simokhounti created a post,
Synchrinize one zone to all servers
hi all I'm wondering if there is a way to trigger "Synchronize one zone to all servers" from an api when I don't have to log in to WHM and do it manually the problem I want to Synchronize one zon...
-
simokhounti commented,
Hello! Thank you for thee question; I will review an see if I can help. i updated to cpanel + whm and its working fine
-
simokhounti commented,
hi i just solved the same problem you have , the php code i created [CODE=php]private function get_soa_serial($domain) { $dns_server="type dns server here"; // you will need to pu...
-
simokhounti created a post,
managing dns zones in whm dnsonly using API
hello i'm a developer, what i'm trying to do is to manage dns records in zones .db files (add,delete,update) crud stuff now my PHP script works fine with normal cpanel now i want to manage all zon...