vb543
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by vb543-
Thought I tried that... At least it's working now! Thanks again for all of your help! I really appreciate it! :)
-
I appreciate your help and I understand that you're not here to write my script for me, I was just trying to understand the examples for a basic api call. After realizing that there's a great dea...
-
Thanks for the examples. Based on the api1 example, I wrote the following code. Unfortunately, it does not seem to be working. Any idea where I'm going wrong? password_auth("root","rootpw"); $xml...
-
Thanks, that worked for the dumpzone. Could you provide an example for addzonerecord for an SRV record? Much appreciated.
-
Here's the dumpzone script. password_auth("root","rootPass"); $xmlapi->set_output('json'); $xmlapi->set_debug(1); print $xmlapi->api1_query("cPanelUserAccount", "Email", "dumpzone", array($domai...
-
Thanks! In hopes of confirming I'm at least doing the basics correctly, I have the following line to dumpzone. Unfortunately, it's not working either. Any idea where I'm going wrong? print $xmla...
-
Thanks for the replies. I didn't make any changes to the system before this started happening.