Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,412
  • Joined

  • Last visited

  • Days Won

    910

Everything posted by Krydos

  1. Done. You should now be able to log in and your website should start working within 2 hours.
  2. Thanks for your purchase of a VPS. Let us know if you need any help setting everything up.
  3. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  4. Your donation has been verified, and your storage space doubled. Thanks again.
  5. Your load was coming from /home/space201/public_html/w/index.php
  6. https://wiki.helionet.org/GoLang_as_CGI
  7. Shadowguns/Mostafa's username is mgamal on Tommy.
  8. What do you all plan on using Go for? CGI?
  9. 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.
  10. https://tommy.heliohost.org:2083/frontend/paper_lantern/multiphp_manager/index.html
  11. No, you need to run npm on your home computer and then upload the node_modules directory it creates.
  12. 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.
  13. Remote access enabled.
  14. Your storage space has been doubled.
  15. 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.
  16. There you go https://krydos2.heliohost.org/cgi-bin/modules36.py
  17. Remote access enabled.
  18. Try changing your php version to 5.6. That was the default php on old Tommy.
  19. 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.
  20. What is your hosting username?
  21. I'm glad everything is working for you.
  22. 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.
  23. Tommy's php 7.3 now has upload_max_filesize of 30 MB.
×
×
  • Create New...