The openSRS_base.inc has an array:
var $OPENSRS_ACTIONS = array (
'get_domain'=> true,
'get_userinfo'=> true,
'modify_domain'=> true,
'register_domain'=> true,
The GET_PRICE command is not in this list of valid commands (assumedl
Please ignore my last post. I got it.
Thanks,
Dave
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dave Baerg
Sent: Tuesday, May 29, 2001 10:17 AM
To: OpenSRS-dev
Subject: No Get Domain?
I am using the OpenSRS 2.3.3 Protocol Guide. It indicates I can
ion according to
the OpenSRS Perl Client code and Protocol Spec.
Please help,
Dave
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dave Baerg
Sent: Tuesday, May 29, 2001 10:17 AM
To: OpenSRS-dev
Subject: No Get Domain?
I am using the OpenSRS 2.3.
I am using the OpenSRS 2.3.3 Protocol Guide. It indicates I can get the
information for the domain associated with a domain with the 'get' action of
the 'domain' object. Here is the example from the doc itself:
{
protocol => "XCP",
action => "get",
object => "domain",
cookie => "211231231.
This is a total newbie question but the documentation does not clearly
discuss the cookie. I am using PHP and the OpenSRS PHP Client by Colin
Viebrock. I want to get Domain information on a user but cannot figure out
where to get the cookie parameter from. I found the set, etc... cookie bu no
get