Jump to content
[MUST READ] Forum Rules ×

MS-DOS

Senior Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by MS-DOS

  1. If it works if the customers create the accounts via the API and not the form the two usernames work if I take example of my WHMCS modules they use the identifier generated by this one during the creation of the account and not the complete one.
  2. Very strange I confess I never tested to use the api on a free hosting I would not be able to say if it is the cause.
  3. Be careful the accounts suspended by the anti abuse blocks the possibility to remove the suspension of the account it is better to explicitly indicate the suspension of the account with the API try to retrieve the response with print_r otherwise use the JSON version of the API or try to parse it based on my script there are different ways to solve your problem
  4. Hello, Myownfreehost contains a JSON and XML API you can use the one in JSON if you can't do it moreover it's not necessary to know the IP address you put panel.myownfreehost.net:2087 in host and the user's domain. I made a WHMCS script where you can see an example of how to use the API and the call to the suspend script that can help you. https://github.com/MS-DOS2/mofh-server-module/blob/main/myownfreehost/myownfreehost.php
  5. Hello, On my side it works to try to empty your DNS cache with the command ipconfig /flushdns in the CMD or to change DNS servers otherwise to wait the time that the DNS servers of your operator are updated.
  6. Hello, It seems to be a problem on the ifastnet side with the name servers being correctly set. Please contact ifastnet support: https://support.ifastnet.com
  7. The support answered me: Your support ticket has been updated, please log into your support account (or control panel) where you created the ticket to see a full ticket log -------------------------------byethost.com replied--------------------------- Hi there, Bandwidth limit is per month.... when you go over the limit, you can wait until the start of the month when your bandwidth limit usage is reset to 0 or ... if you need more bandwidth to get it back online now...please upgrade to an Ultimate premium account, which provides Unlimited bandwidth. Thank you and stay safe ! Best Regards ---------------------------------------------------------------------------------- Well, considering the answer it's pretty obvious but I had my doubts x))) Nevertheless this topic can be used in the future if other people ask the question.
  8. Hello, I have a question concerning the annual offer of the premium hosting of ifastnet the bandwidth is renewed every month or annually?
  9. Hello, What error do you encounter?
  10. Hello, Yes it's normal I did not renew the certificate but it's just to show that it works
  11. Did you specify the IPs of the name servers if namecheap asked you?
  12. I specify that very often the email arrives in the spams.
  13. Hello, To solve this problem you can modify the configuration of the concerned table to respect the strict mode
  14. Hello, You have to put this : ini_set('display_errors' 1); Or : ini_set('display_errors' on); In the first line of the index.php or in the configuration file.
  15. I studied the API of myownfreehost is there is no necessary functions hence the interest of this topic
  16. Hello, You have to create a database and a user on the cPanel in the MySQL databases menu.
  17. Hello everyone, I have updated the module to add a better working cPanel connection button which will be below the actions menu. The service page itself will use the cPanel module pages by default, so if the page changes over time it will also change for those who use the mofh module. Have a nice day.
  18. Make sure you have added the server to the server group.
  19. Hello, This famous error of the API of myownfreehost is due to an error which occurred at the time of the acceptance of the order but the message is badly interpreted by the module cPanel of WHMCS follow this guide: https://aavidtutorials.com/mofh/how-to-setup-whmcs-with-myownfreehost/ Or use my module : https://github.com/MS-DOS2/mofh-server-module
  20. Hello, The answer is yes!!! I just made a tutorial for how to get one you can see it here: https://www.byet.net/index.php?/topic/13256-how-to-get-https-on-free-hosting/
  21. Hello, This is the captcha check that the code of the image corresponds to what you put in the field "Enter captcha".
  22. Hi everyone, I often see people looking to get an SSL certificate on their free hosting so I made a tutorial explaining how to get a free SSL certificate. Enjoy reading Step 1 : Order a free SSL certificate on GotGetSSL : https://www.gogetssl.com/sslcerts/free-ssl/ Step 2 : Generate Certificate Go to the page of unconfirmed SSL certificates: https://my.gogetssl.com/en/user/sslcerts/status/incomplete/ and select the ordered certificate then click on " Generate a certificate". Then click on "Online CSR Generator" and fill in the required fields : Copy the Certificate Signing Request(CSR) field and paste it on the page where you clicked on the "Online CSR Generator" link : IMPORTANT : keep the key private because it will be useful for the following Then click on "Validate CSR". Step 3 : Certificate validation On the validation page select DNS as the validation method and click Next Step. Fill in the information requested and click on "Complete generation" : Go to the cPanel and the CNAME Records menu : Go back to the page of the certificate then in the menu Domain validation copy from _ to . then put it in "SOURCE" : Do the same thing but this time you copy after CNAME to the end of the line : Do the same thing but this time you copy after CNAME until the end of the line then you put it in "DESTINATION" then click on Add. Wait 2 minutes then click on revalidate and wait 3 minutes : Step 4: Install the certificate Once validated go to the SSL/TLS page on the cPanel. Go back to the certificate page then download the CSR Code file and open it with the notepad : Then copy all the content and put it in the CSR field on the cPanel: Do the same with the private key you saved and click on "Upload Key". Do the same with the Certificate file and click on "Upload Certificate". Note: The Intermediate CA file is useless. Wait a few minutes and the SSL certificate will be installed. https://getssl.byethost33.com Do not hesitate to tell me your opinion and I will correct if there are things to correct
  23. Hi, I also have this problem, you have to wait a little bit otherwise open a ticket on the ifastnet support https://support.ifastnet.com
  24. Hello, You have to wait 12 hours to receive the email, otherwise please check your spam folder.
  25. Hi, When creating other reseller domains you must put the nameservers on ns1.byet.ord, ns.2.byet.org, ns3.byet.org, ns4.byet.org after replacing them with yours may not work because the offers created on the domains work only if you are on the ns of byet that's my reason why cloudflare does not work on reseller domains after I have not tested.
×
×
  • Create New...