Jump to content
[MUST READ] Forum Rules ×

AA22Dev

Senior Members
  • Posts

    632
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by AA22Dev

  1. Hi, i saw your code via inspect element and found some error Your email field have this code : <input type="text" placeholder="E-mail" name="" required=""> The code should be something like this : <input class="form-control" type="text" name="email" size="30" value=""> Your email field is missing the value of name attribute. I think you should use this code for your email field <input type="text" name="email" value="E-mail">
  2. Sorry, haven't seen correctly the screenshot. That problem is may be due to the wrong email variable or may be your email variable is causing conflicts with other variables
  3. Hi, i saw in your screenshot that their is no email field which is a required field field for registration. Putting an email field in your custom sign up form may solve this problem.
  4. I will search about it and see the WHMCS files. I saw that all files of WHMCS are encrypted but not sure about it. I will try to do that. If i got success in doing that than i will share the method here via video tutorial. Thanks
  5. The reason i want it to be disable is because sometime it redirect me to /?i=3 where i saw google cookies page
  6. I have one question can i add remote login system using the code myownfreehost provided in client area in WHMCS for autologin system instead of whmcs default login to cpanel system.
  7. Yes they had created their own client area by keeping in view the cpanel api documentation and whmcs system
  8. Hi, i think that /?i=1 must be removed from the url's as some times my website is redirect to /?i=3 where i was redirected to the google cookies page. and after that i had to close my browser and then open it again.
  9. Let's Encrypt is Totally free and you can donate to them if you want which will help them to keep their services running
  10. I think that infinityfree and prohost are not using WHMCS but they are using the way that WHMCS uses to create accounts of users on their own client area. Am I Write @InfinityFree ?
  11. Actually Now, order that are being place are getting automatically activated but login credentials don't work
  12. How you fix it. Will you please help me to do that
  13. Hi, will you help me to setup. O have whmcs but not able to setup. Kindly help me
×
×
  • Create New...