Jump to content

Krydos

Chief Executive Officer
  • Posts

    26433
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. First of all, thank you very much for the donation. We currently offer ASP.NET on our Windows server, Lily, which is in an early beta testing stage. Users can't create accounts on their own yet, but Wolstech can set you up with an account. He'll get in contact with you when he sees this email.
  2. Shadowguns/Mostafa's username is mgamal on Tommy.
  3. What do you all plan on using Go for? CGI?
  4. Also keep in mind that nulled software is illegal, and you're not allowed to host illegal things. Wowonder is $99+ https://www.wowonder.com/ and most people who have the money to pay $99+ for software generally don't use free hosting.
  5. https://tommy.heliohost.org:2083/frontend/paper_lantern/multiphp_manager/index.html
  6. The subdomain folder should be required to be in public_html on all three servers.
  7. No, you need to run npm on your home computer and then upload the node_modules directory it creates.
  8. It has to be named app.js. If you don't want to name it app.js you can instead make a symlink. So, for instance, if you want to call it index.js you would need to make a symlink named app.js that points to index.js.
  9. Remote access enabled.
  10. Your storage space has been doubled.
  11. We support php 5.6, 5.5, and 5.4 on all of our servers. If you want to continue using your older code you can, just change the php version. If you want to update your code to run on newer versions of php I recommend making just a few changes at a time, and then put an exit; command and do lots of echos and var_dumps along the way to make sure everything is working the way you want. Then if that section is working move your exit; down a bit and do it again.
  12. Invite sent. Thanks for the donation.
  13. There you go https://krydos2.heliohost.org/cgi-bin/modules36.py
  14. Remote access enabled.
  15. Try changing your php version to 5.6. That was the default php on old Tommy.
  16. That account is suspended for Phishing. HelioHost does not tolerate phishing activity of any kind, and for security reasons will not unsuspend, back up, or delete an account that was involved in phishing. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username. We apologize for any inconvenience this may have caused.
  17. What is your hosting username?
  18. I'm glad everything is working for you.
  19. Your disk space has been doubled.
  20. The 500 error was because you had dos line endings. This usually happens when you use a windows computer to create your file, and then upload it. The best solution is to use an editor that understands line endings and can write linux line endings instead of dos. I changed them to linux line endings for you this time, but now your error is that you don'ty have a shebang line on your Jane.py script.
  21. Tommy's php 7.3 now has upload_max_filesize of 30 MB.
  22. You said 10 MB...
  23. Normally if you make a request like this please specify which version of php you're using. Since you just made another request regarding php 7.3 I went ahead and assumed you're still using that version. The php upload size on Tommy's php 7.3 has been increased to 10 MB.
×
×
  • Create New...