Jump to content
[MUST READ] Forum Rules ×

Ankskv1

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Ankskv1

  1. Are the sites on free domains (.cf, .tk, .ga, etc.) ranked well on Google? What about eu.org?
  2. Yes I know that, but I get the error even when I write the correct code.
  3. May someone help me with my signup form page? I get error " Security code does not match" <code> <div class="signup form-peice"> <form class="signup-form" action="//ifastnet.com/register2.php" method="post"> <div class="form-group"> <label for="name">Username</label> <input type="text" name="username" id="name" class="name"> <span class="error"></span> </div> <div class="form-group"> <label for="email">Email Adderss</label> <input type="email" name="email" id="email" class="email"> <span class="error"></span><br> </div> <div class="form-group"> <select size="1" name="website_category" id="website_category" class="form-select col-auto"> <option>Site Category...</option> <option>Personal</option> <option>Business</option> <option>Hobby</option> <option>Forum</option> <option>Software / Download</option> </select> </div> <div class="form-group"> <select size="1" name="website_language"> <option>Select Language</option> <option>English</option> <option>Non-English</option> </select> </div> <input type="hidden" name="id" value="<?PHP echo $id; ?>"> <div class="form-group"> <label for="password">Password</label> <input type="password" name="password" id="password" class="pass"> <span class="error"></span> </div> <img src="https://ifastnet.com/image.php?id=<?php echo $id ?>"> <div class="form-group"> <label for="number">Enter Captcha</label> <input type="text" name="number" id="number" class=""> <span class="error"></span> </div> <div class="CTA"> <input type="submit" value="Register" name="submit"> <a href="#" class="switch">I have an account</a> </div> </form> </div> </code>
  4. I want to use the custom name servers of the main domain for adding other reseller domains. How can I do that? I got the IP address to point my nameservers to on the mail I got after creating the reseller account. Will this work?
×
×
  • Create New...