Thank you for your reply David. Unfortunately I am not much of a perl
developer, I am currently using XML even though they kind of seem alike.
After printing out, hole punching the API specifications... I tried
reading it all again on flat paper. On Page 30. it says...
"The create template command creates a named template, which contains
your basic zone settings and which can be used as a starting point for
zones you'll create later. ..."
So I understand that much, but do you just create one master
template for your reseller account and bind them to newly created
services? Or are the templates meant to be created for each newly
created service in the zones.?
Best Regards,
-H.A.
-----Original Message-----
From: David Chaplin-Loebell [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 18, 2004 9:25 AM
To: WebDivisor Feedback
Cc: [EMAIL PROTECTED]
Subject: Re: In Regards to DNS API TTP/etc..
> I am just starting off at this and any help from any life form would
be
> greatly appreciated, as the API specifications have stumped me. It has
> left me clueless on where to start, and when to end..
I haven't implemented much based on the DNS API, as a general comment
I'll
mention that I personally have a lot of trouble following the OpenSRS
specs without also reading the client code.
That is, consider the OpenSRS-provided client code to be a sample
implementation of the API, and read the two alongside. This gives you a
clear example of how the API functions in the real world, and you can
use
that understanding to write your own code (or modify theirs).
> Ok lets say I want to add a new A record, a host name. What
> would be the run down process of doing this. if the service already
> exists for a given domain name.?
In particular, look at the subs "build_add_records" and
"dns_do_update_zone" in manage_dns.cgi.
David