Hi, I want change a ip address on a record with a php script 1. I have changed ip address for my host 2. I have changed the status on my dns domain (satus = n) But can't execute the writeconf.php for save my new configuration
If you want to change a record, you must set the status = 'u' => Update and not 'n' => New. Then you must create a empty file: /home/admispconfig/ispconfig/.run But instead of modifying the database, you should use the remoting framework instead.