As far as I can tell, the last person to ask this here was told to consult the remoting_client portion of the .tar.gz file. Unfortunately, said portion merely documents how to use SOAP to manage mail. My company needs me to be able to manage DNS using a seperate, external PHP file accessing ISPConfig over SOAP. So, how do I do this?
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
Calling DNS functions is exactly the same then calling email functions. Look at the remoting_client folder, you find a lot of exmples there. If you compare them, then you see that they all contain the same code except of the function name that is called and thefunction parameters. So to manage dns, take on of the example files and then lookup the function name that you use for dns in the /usr/local/ispconfig/interface/lib/classes/remoting.inc.php file. The parameters in the $params array are identical to the column names in the database tables.
Recent comments
9 hours 7 min ago
10 hours 6 min ago
13 hours 53 min ago
15 hours 7 min ago
18 hours 44 min ago
1 day 1 hour ago
1 day 10 hours ago
1 day 12 hours ago
2 days 3 hours ago
2 days 5 hours ago