Jump to content
[MUST READ] Forum Rules ×

PrimeKoder

Senior Members
  • Posts

    15
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PrimeKoder's Achievements

  1. AFAIK, this can be solved by using MOFH API Callbacks. But I can't find any documentation regarding it except the following post: So have a look if you can implement this in MOFHY!!
  2. You can use this: https://github.com/ndeet/unzipper Hope this helps.
  3. You can use https://ifastnet.com/image.php?id= Hope this helps!
  4. Hi @starline You should raise a support ticket at https://support.ifastnet.com Probably they would be able to help you.
  5. The error is because you're trying to send data from a secure page (https) to an unsecure page (http). This could be fixed by two ways: You should not use https on your registration page - that is your registration page should be "https://freehostingplatform.ml/signup.php" and not "https://freehostingplatform.ml/signup.php" Or alternatively you can submit the form to "https://ifastnet.com/register.php" instead of submitting it to "https://order.freehostingplatform.ml/register2.php" Hope this helps ??
  6. Hi there, I think this post may be helpful to you:
  7. Your signup form isn't working as expected. As the order.whyfreehosting.com/register2.php lacks a secure connection (https). You should replace it with https://securesignup.net/register.php or you can also use https://ifastnet.com/register.php
×
×
  • Create New...