Things are working properly - if you check the page you get after you
enter login/password information you should see this in the code:

<input type=hidden name=affiliate_id value="">
<input type=hidden name=action value="verify_order">
<input type=hidden name=bulk_order value="1">
<input type=hidden name=reg_type value="transfer">
<input type=hidden name=reg_username value="USERxxxx">
<input type=hidden name=reg_password value="PASSWDxx">
<input type=hidden name=reg_domain value="">

The reg_type is proper - since you've altered your code to "speak Italian"
make sure that in reg_system.cgi (around line 350) you've translated the
following code properly:

    $HTML{reg_type} = $in{reg_type};
    if ($in{reg_type} eq 'new') {
    $HTML{reg_type_text} = 'New Domain';
    $HTML{action} = 'register';
    } else {
    if ($in{bulk_order}) {
        $HTML{reg_type_text} = 'Batch Transfer';
        $HTML{action} = 'do_bulk_transfer';
    } else {
        $HTML{reg_type_text} = 'Transfer';
        $HTML{action} = 'register';
    }
    }

It seems you've got "Nuovo dominio" listed where "Batch Transfer <in
Italian>" should go.

Good luck :) (make sure you've only altered text, and not variable names -
that might be goofing things up).

But it seems that although it says "Nuovo dominio", you're actually still
performing a batch transfer.

"Marc Herms (Mercator GmbH)" wrote:
> 
> I have problems with the bulk-transfer.
> 
> WHO can help me? It`s urgent !
> 
> In my bulk_order.html file I have:
> 
> <input type=hidden name=affiliate_id value="{{affiliate_id}}">
> <input type=hidden name=action value="verify_order">
> <input type=hidden name=bulk_order value="{{bulk_order}}">
> <input type=hidden name=reg_type value="{{reg_type}}">
> <input type=hidden name=reg_username value="{{reg_username}}">
> <input type=hidden name=reg_password value="{{reg_password}}">
> <input type=hidden name=reg_domain value="{{reg_domain}}">
> </form>
> 
> which translates to:
> 
> <form method=post action="/cgi-nomeazienda/register/reg_system.cgi">
> <input type=hidden name=action value="do_setup_profile">
> <input type=hidden name=affiliate_id value="">
> <input type=hidden name=reg_type value="transfer">
> <input type=hidden name=bulk_order value="1">
> 
> when using the reg_system.cgi?action=bulk_transfer
> 
> option.
> 
> BUT.. this ALWAYS brings me to the NEW domain order form and I cannot
> transfer domains in bulk!
> 
> What am I doing wrong?
> 
> you can verify it at:
> 
> www.nomeazienda.it/cgi-nomeazienda/register/reg_system.cgi?action=bulk_transfer
> 
> (it�s in Italian, but you`ll understand it...) :-)
> 
> thanks,
> 
> marc
> 
> NEUE ADRESSE!! NUOVO INDIRIZZO!
> 
> Mercator GmbH
> V.le Regina Elena, 14
> 09110 Cagliari (CA)
> Tel: +39 070 6848641
> Fax: +39 070 6848633
> 
> *********************************
> *      MERCATOR GmbH     *
> *   Your Presence Provider  *
> *    http://mercator.net          *
> * e-mail: [EMAIL PROTECTED] *
> *********************************

-- 

Charles Daminato
OpenSRS Support Manager
[EMAIL PROTECTED]

Reply via email to