Jump to content
[MUST READ] Forum Rules ×

BastelPichi

Senior Members
  • Posts

    1069
  • Joined

  • Last visited

Everything posted by BastelPichi

  1. Its not. PHP is only used to generate a random string for the captcha. You could probably do this in js. The actual signup form is an good ol' html form. (Also no need to scream)
  2. I used to host an tool that allowed you to generate LE certs. Theres some annoying things tho: Lets Encrypt needs HTTP Verification or DNS Verification HTTP wont work due to security system on Free Hosting DNS Verification requires TXT records, e.g. GoGetSSL requires CNAME. CNAME can be created from vPanel directly, while TXT requires you to create an txt record on verificationexample.yourdomain.com (with a domain hosted e.g. on Cloudflare) and then pointing _acme-challenge (in vPanel) to verificationexample.yourdomain.com Rate Limits Lets Encrypt rate limits the amount of certs you can generate for a specific domain (counting all subdomains). Thats why e.g. InfinityFree only allows LE on user's domains and not on free subdomains. GoGetSSL and similar have an very easy to use API, while ACME is quite annoying. If youre still looking to build your own tool id reccomend you use ACMECert, it has support for a bunch of ACME CAs, meaning you can generate SSLs from Google Trust Services, SSL.com, ZeroSSL, Lets Encrypt and Buypass, all for free and with one implementation of software.
  3. However, not sure if the user really did that, you do need to setup an SSL Certificate first. Hosts like Tinkerhost, which uses the same servers as ByetHost (same vPanel etc)allow you to automatically install SSL.
  4. Please contact support at https://support.ifastnet.com. This is only a community forum.
  5. If you sign up with a host like TinkerHost you can generate an SSL Certificate from their client area. Tinkerhost runs on MOFH, meaning youll get the exact same vPanel and features. There will be some additional features from their client area.
  6. You can see the features in cPanel, on MOFHs site (might be inaccurate) or at other resellers. Best to just try it yourself, and since MOFH has Free in its name, theres no real downside of not testing anything.
  7. The maximum file size is 10MB. For PHP, I beleive the limit is 1MB. If your files are bigger, theyll successfully upload but get deleted automatically. If this doesnt apply, could you share a more specific error message?
  8. You can track the progress on this issue here: https://github.com/PlanetTheCloud/project-logged/issues/37 I guess you could try using the 1.8 for now, as this might take longer to fix.
  9. Could you share your domain so we can take a look?
  10. The domain you want your customers to create subdomains under has to be Added in MOFH Panel first. After that, you can simply add it by typing its name in the box. You can also use the domain you are hosting Xera on for this. Meaning, your homepage is on example.com and your clients will have a domain like client1.example.com. In this case, just add your reseller domain in the field.
  11. Please try installing it from the program I mentioned. Otherwise it might not work. Even when installing from Softaculous, it might still not work. Then MyBB is simply incompatible with Free Hosting.
  12. As said, please try installing it from Softaculous.
  13. First off, this is an english forum, please speak write in english or use an translator. Free Hosting is quite limited and forums like MyBB might not work. Please try installing MyBB from Softaculous in cPanel.
  14. Hello! This should be possible with Byet Hosting. Just upload your file to the htdocs folder. You also need to make sure that the files have a maximum of 10MB. Please note though, exclusive file sharing sites are not allowed on Free Hosting.
  15. You cant really register domains with MOFH... You likely mean something else but Im unsure what you mean...
  16. No, Xera doesnt come with any. Youd need to programm your own.
  17. Yes. You can only see these in cPanel in the Addon Domains Section.
  18. Project LOGGED is not a panel, its just a more intelligent signup form.
  19. No, you cant. You used to be able to do this, but since someone was mad at me and reported this to iFastNet, every ID can only be used once. There seems to be an exception for no ID, interesting! (likely because they put NOT NULLwhen setting up their DB and now that call just gets skipped lmao)
  20. You aren't sending the referer information at all now. Without the referer information, its not going to work. If you want your clients to get a domain under X but signup on Y, you can take a look at Project LOGGED.
  21. Oh you do. If youre creating an account via the form you need to create an md5 hash off some random data (any string is accepted but since the string gets blacklisted after one captcha-solve you should at least use md5). This key gets sent to: http://ifastnet.com/image.php?id=XXXXXXXXXXXXXXXX And determines the numbers on the captcha.
  22. Can you share your code or site? Its kinda hard to debug it like this.
  23. This means invalid referer data. You are sending an referer of 127.0.0.1:3000, which doesnt match any registered reseller.
  24. If changing your nameservers doesnt have any effect, thats an issue with your registrar. The account you as a reseller get has the same specs as a normal account. Sometimes the limits are lower than on normal accounts, you can simply change them via the MOFH Panel by looking up your username/domain (it only works with one, dont recall which, just try) Please note that if your domain is used with MOFH, you CAN NOT use it with any other account on the ifastnet/MOFH network.
×
×
  • Create New...