|
Just to clearify, I am not using the OpenSRS Perl
client. I am creating my own client from scratch with PHP. I am not refering to
register.cgi?action="" nor any code or examples found in the OpenSRS
Perl client. If we are on the same page, then...
Ok, so when I call the "sw_register" action I can
use the attribute "bulk_order"? Where are all the domains listed then? Like I
said, I see nothing in the docs that make reference to bulk ordering, so I need
some more insight or an example of the array I need to build to push it to
OpenSRS. Here is a code snippet that someone else had written, and as you can
see, they are passing an attribute called bulk_order, but how it is utilized it
beyond me.
Bottom line, I send multiple domain registrations
through with one single command to OpenSRS as depicted below? Or, must I use
logic in my own code to loop through each domain the customer has choosen and
make individual sw_register calls.
$cmd=array('protocol'=>'XCP',
'action'=>'SW_REGISTER', 'object'=>'DOMAIN', 'attributes'=>array('domain'=>$domain, 'reg_type'=>'new', 'reg_username'=>$username, 'reg_password'=>$password, 'reg_domain'=>$linkdomain, 'bulk_order'=>$bulk_order,
.......................
|
- Bulk Order Jason Beebe
- RE: Bulk Order Charles Daminato
- RE: Bulk Order Jason Beebe
- RE: Bulk Order Charles Daminato
- Re: Bulk Order Colin Viebrock
- Re: Bulk Order Jason Beebe
- RE: Bulk Order Charles Daminato
- Re: Bulk Order Paul Sisson
