i found out what my problem was...i was using a credit card verification
system that enables me to passback the data from the "verify_register" to the
"CC verification" then back to "registration"...what i havent seen previously
was $domain variable would not just contain one domain in cases where the
client registered several domains...
so for example, if the i tried to register palakangbulag.com and
palakangbulag.net, the $domain variable would contain:
$domain = "palakangbulag.compalakangbulag.net";
since i passback the $domain variable foreach of its occurence, this is what i
send to reg_system.cgi
$action = register
$domain = "palakangbulag.compalakangbulag.net";
$domain = "palakangbulag.compalakangbulag.net";
in effect, the registration is having an error...
thank u...
Jun Buenaflor
bill@daze.net wrote:
> > this is a question regarding reg_system.cgi:
> >
> > i am currently on the test mode of the OpenSRS project...my problem is,
> > when i register a test domain for more than 2 years it doubles up on the
> >
> > confirmation...for example if i register palakangbulag.com for 6 years,
> > the confirmation is as follows:
> >
> > palakangbulag.com processed with order # 91650.
> > palakangbulag.com processed with order # 91651.
> > palakangbulag.com processed with order # 91652.
> >
> > then when i go to http://resellers-test.opensrs.net/ to process the
> > order, it processes order # 91650 but on order #'s 91651 and 91652, it
> > says Domain Taken.
> >
> > will appreciate all comments...thank you very much...
>
> I have never seen any behavior like this. Here are a couple of questions,
> please send the answers to the list so others may be able to help.
>
> Are you submitting 3 orders for 2 years each?
> View the order in the reseller area, how many years does it say each order
> is for?
>
> If you are doing one order for six year, you should only get one
> order. Three orders would definitely give you the results you see as you
> can only register a domain *new* just once. After the name is registered,
> if you want to add years to it, you must currently do so from the reseller
> area.
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:35:41 EDT