Jump to content

pearance

Retired Forum Member
  • Posts

    15
  • Joined

  • Last visited

Everything posted by pearance

  1. Stax did you ever resolve this issue? I get the same error when trying to transfer a domain: Error: Domain Registration Error - Domain Secret should be 6 to32 characters long driving me nuts! Taine
  2. I need some clarification when it comes to implementing nameservers as a hosting provider. Now, I have a basic understanding of their role and how they work in general (mapping domain names to ip addresses). I'll start with my setup/scenario: Plesk - (dedicated company server - serving parent site via WHMCS) ResellerClub - (domain registrar) Cpanel/WHM - (shared server) 1. What would be the recommendation for a new hosting provider when it comes to name server(s)? 2. Do most who have limited resources use the BIND service on each WHM shared server itself? So if you have umpteen shared servers you would have umpteen name servers, as well? 2a. If so is it preferred/recommended to ultimately use completely separate/dedicated server(s) for DNS services for all shared servers? What is common? 3. If using the WHM shared server itself is the common practice, what are its pros and cons? In short, whats your set up? Thx in advance for all those who take the time to share. Taine Pearance
  3. During testing I've noticed that if you have a product setup to give the domain for free when the product billing cycle is say a year or 2 and the client orders, say 2 or 5 year terms of domain registration, the domain registration defaults to 1 year of registration free of charge. Which is correct but, what about the other 1 or 4 years of domain registration? I think the system should reflect the remainder in the cart. Taine Pearance
  4. Ole mighty Matt, Matt da mighty I know you're crazy busy... but ah there are 2 critical bugs that need TLC. One of them I'm pretty sure I heard (read) someone ranting about it before. 1. There needs to be some kind of validation inside the respective php files for configureproductdomain.tpl, domainchecker.tpl, and adddomain.tpl, that prevents a client from ordering a domain subsequent times. 2. When a client removes the primary domain (associated with a hosting package/plan) from the cart during precheckout... it still shows linked with the package/plan. What happens if the client continues to checkout? In my humble yet humble opinion I think if they remove the primary domain the simplest action would be for the package/plan it was linked to should be deleted as well. Or even better a ah alert message warning them that it is associated with a package/plan, which will be removed as well, upon their confirmation. Taine Pearance
  5. Its relative wether or not this is a bug or not, I'll call it a modification request. After doing a search via the domainchecker.php it redirects to cart.php?a=add&domain=register if no domains are selected and the form is submited. My modification request is for the domainchecker.php to return back to itself if the user makes a mistake and clicks the submit button with no domains selected. Taine Pearance
  6. you would have to override the for loop and spell them out manually as such... <form id="register-domain-form" action="domainchecker.php?systemtemplate=ss-domain" method="post"> <fieldset id="step1" class="STRUCTURE-incognito"> <legend>Step 1: Enter desired domain name</legend> <label class="hide" for="desired-domain">Domain Name</label> <input id="desired-domain" class="domain-input" type="text" name="domain" value="{$domain}" tabindex="1" /> </fieldset> <fieldset id="step2" class="STRUCTURE-incognito"> <legend>Step 2: Select desired extensions</legend> <div class="tld-group"> <label for="org"><input id="org" type="checkbox" name="tlds[]" value=".org" tabindex="4" /> .org</label> <label for="name"><input id="name" type="checkbox" name="tlds[]" value=".name" tabindex="7" /> .name</label> <label for="org.uk"><input id="org.uk" type="checkbox" name="tlds[]" value=".org.uk" tabindex="10" /> .org.uk</label> </div> <div class="tld-group"> <label for="net"><input id="net" type="checkbox" name="tlds[]" value=".net" tabindex="3" /> .net</label> <label for="biz"><input id="biz" type="checkbox" name="tlds[]" value=".biz" tabindex="6" /> .biz</label> <label for="co.uk"><input id="co.uk" type="checkbox" name="tlds[]" value=".co.uk" tabindex="9" /> .co.uk</label> </div> <div class="tld-group"> <label for="com"><input id="com" type="checkbox" name="tlds[]" value=".com" tabindex="2" /> .com</label> <label for="info"><input id="info" type="checkbox" name="tlds[]" value=".info" tabindex="5" /> .info</label> <label for="us"><input id="us" type="checkbox" name="tlds[]" value=".us" tabindex="8" /> .us</label> <div id="more-exts" class="light-links"><a href="domainchecker.php?search=bulk&systemtemplate=ss-domain">...all exts</a></div> </div> </fieldset> {if $capatacha} <div> {if $inccode}{$LANG.imagecheck}{/if} <img src="includes/verifyimage.php" alt=""> <input type="text" name="code" size="11" maxlength="5"> </div> {/if} <fieldset id="step3" class="STRUCTURE-incognito"> <legend>Step 3: Check their availability</legend> <input class="domain-go-btn.jpg" type="image" src="{$systemurl}/templates/{$template}/gfx/go-btn.jpg" alt="{$LANG.go}" width="43" height="30" tabindex="12" /> </fieldset> </form> making sure to add checked="checked" to the inputs you want checked by default Taine Pearance
  7. Does anyone know if this bug has been fixed or not? Taine Pearance
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated