RE: Get_price function

2001-06-11 Thread Dave Baerg
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

RE: No Get Domain?

2001-05-31 Thread Dave Baerg
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

RE: No Get Domain?

2001-05-31 Thread Dave Baerg
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.

No Get Domain?

2001-05-29 Thread Dave Baerg
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.

PHP and Cookies

2001-05-25 Thread Dave Baerg
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