Playing with Colin's php class and looking at 2.4.1 so we can start
rolling out .biz and .info landrush:

Looking up easydns.info which we have a sunrise claim in a la:

Array
(
    [action] => lookup
    [object] => domain
    [attributes] => Array
        (
            [landrush] => 1
            [domain] => easydns.info
            [affiliate_id] => 12345
        )

)

I get back:

[is_success] => 1
    [response_code] => 212
    [response_text] => Domain name 'easydns.info' is already reserved in
our queue
    [attributes] => Array

this is what I expected and as it should be. 

Next I try the same on easywhois.info, which is not claimed via sunrise
but we have a pre-reg in, so no other RSP's should be able to pre-reg it
but:

Array
(
    [action] => lookup
    [object] => domain
    [attributes] => Array
        (
            [landrush] => 1
            [domain] => easywhois.info
            [affiliate_id] => 12345
        )

)

and I get:

[is_success] => 1
    [response_code] => 210
    [response_text] => Domain available

this is NOT as it should be, as you can't do this through the RWI why
does it come up available here?

What am I missing?

We need to be able to look these up before we try to actually put them
in. 

verify_order gives the same results

-mark


-- 
mark jeftovic
http://www.easydns.com
http://mark.jeftovic.net

Reply via email to