Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,803
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. https://wiki.helionet.org/GoLang_as_CGI
  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. No, you need to run npm on your home computer and then upload the node_modules directory it creates.
  7. 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.
  8. Your storage space has been doubled.
  9. 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.
  10. There you go https://krydos2.heliohost.org/cgi-bin/modules36.py
  11. Try changing your php version to 5.6. That was the default php on old Tommy.
  12. 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.
  13. What is your hosting username?
  14. 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.
  15. Tommy's php 7.3 now has upload_max_filesize of 30 MB.
  16. 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.
  17. If you get suspended it isn't the end of the world. We generally give people three chances as long as they seem to be trying to fix the issue, and we try to help them figure out why they got suspended in the first place. If your load gets too high on the graph I linked just run the stop.py script to turn off your bot.
  18. You don't install modules yourself on the shared hosting plans. If you have a vps https://www.heliohost.org/vps/ then you will have root access on the command line and you can install anything you want yourself. If you would like to continue using the shared hosting plans instead just post the following information: UsernameMain domainServerVersion of python you're usingModules you need installedBased on your username I'm thinking you're on Johnny so you can check to see if the modules are already installed with these pages Python 2.7 https://krydos2.heliohost.org/cgi-bin/modules27.py Python 3.6 https://krydos2.heliohost.org/cgi-bin/modules36.py As far as making the script run 24/7 the first thing you should know is that scripts that run 24/7 tend to cause a lot of load. HelioHost provides a way for you to monitor your load though, which if you're running high load things like this, you should probably check daily at least for the first week or so that it's running. The load graph can be found at https://johnny.heliohost.org:2083/frontend/paper_lantern/load/index.live.php If you get up to or near 100 you have a high chance of being suspended for high load. In regards to how to actually make it all work on HelioHost, I recommend taking a look at this guide I wrote https://wiki.helionet.org/Discord_Bot Just basically follow that guide, but instead of connecting to discord connect to IRC. Let us know if you have any questions.
×
×
  • Create New...