Bootwhmcs / bootwhmcs

Template files for Bootwhmcs
75 stars 42 forks source link

bulkdomainchecker.tpl / bulkdomaintransfer.tpl #39

Closed datacrime closed 10 years ago

datacrime commented 10 years ago

Hi, The bulkdomainchecker / bulkdomaintransfer.tpl checks available domains as "not available" and the other way around. I think {if $result.status eq "unavailable"} should be {if $result.status eq "available"}

JonTheWong commented 10 years ago

Based on my test, it shows available because its available for transfer. and when its unavailable its due to the fact that the domain is not registered. hence not available for transfer.

datacrime commented 10 years ago

You're right about bulkdomaintransfer.tpl it is working correctly, my mistake. What about the bulkdomainchecker.tpl, did you test that one?

JonTheWong commented 10 years ago

domainchecker.php?search=bulk

doesn't seem to be working correctly, it shows domains already in my system as available.

I'll do some tests and confirm.

JonTheWong commented 10 years ago

made the changes and based on minor tests it resolved the issue. You can test it here. https://portal.zenithmedia.ca/domainchecker.php?search=bulk

JonTheWong commented 10 years ago

fixed the colours on #41

datacrime commented 10 years ago

Nice! works like a charm, problem solved.