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,066
Thanks: 697
Thanked 4,248 Times in 3,260 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
1 day 4 hours ago
1 day 7 hours ago
1 day 18 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 8 hours ago
2 days 17 hours ago
2 days 19 hours ago
3 days 3 hours ago
3 days 4 hours ago