Jump to content

Krydos

Chief Executive Officer
  • Posts

    26458
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. Pick one account and delete the other. Then change the password to something that your brother knows. Then you can both log in to the same account. One account can host as many domains as you want.
  2. Done. You should now be able to log in and your website should start working within 2 hours.
  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. Deleting cgi-bin doesn't affect anything as long as you're not planning on running any cgi scripts. Marking solved since your domain is working now.
  5. Tommy's python 3.7 module discord.py-1.2.5 has been upgraded to discord.py-1.3.4. https://krydos.heliohost.org/cgi-bin/modules37.py
  6. Any particular reason you edited these other 65 pages and changed all the third level titles to second level titles? https://github.com/HelioNetworks/heliohost-wiki/pull/7/commits/b2456614db6a318f7c5b3965dd6a47ef1b716a8b
  7. Then you and your brother will need to share an account I guess.
  8. Your .war failed to deploy because tomcat had crashed. I restarted tomcat and your .war deployed without errors. Thanks for letting us know that tomcat on Johnny was having issues.
  9. If you decide you need ssh access to run commands like that you can get a vps https://www.heliohost.org/vps/
  10. 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.
  11. Sounds like you got it working.
  12. Remote access enabled.
  13. Set another new record. 07-27: 0.376s
  14. You should probably fix all this cross origin resource sharing junk
  15. Yeah, we'll get php 7.4 eventually. No set date yet.
  16. You just create a start.py and stop.py cgi scripts based on the idea at https://wiki.helionet.org/tutorials/discord-bot#starting-and-stopping-your-bot Then when you want to start your script you go to domain.heliohost.org/cgi-bin/start.py and when you want to stop the script you go to domain.heliohost.org/cgi-bin/stop.py
  17. See https://www.helionet.org/index/topic/40543-hh153137-django/?p=177213 Once you are no longer violating our terms of service we can continue to assist you.
  18. It looks like you have at least 2 accounts which is a violation of our terms of service. Please delete any accounts in excess of 1 and let us know when you're done. Then we can see about helping you with django. Failure to delete the extra accounts could result in all of your accounts being suspended.
  19. Here's the instructions on how to edit the wiki https://wiki.helionet.org/misc/contributing Let us know when you have submitted a pull request and we can merge it. The old wiki is still available at http://wikiold.helionet.org for reference, but all new content and edits will happen on the new wiki.
  20. You can update the .war file, and deploy a new one as long as it has the same filename as the previous deployment.
  21. Your java deployment has been moved to ssl https://sepiqon.heliohost.org/sepiqon_server2/ Keep in mind if you change the filename the ssl will no longer work.
  22. Unarchived.
  23. Is there any useful information in the email you get when the cron runs? Perhaps it's time to try the cgi method of starting the server since cron doesn't seem to be working? At least that way you can start/stop it as many times a day as you want instead of worrying about exceeding your cron limit.
  24. Just install it locally on your development system following the instructions in your link, and then upload the resulting file structure to your HelioHost account. Then follow the ideas presented in this guide https://wiki.helionet.org/tutorials/django to create your .htaccess file and dispatch.wsgi. You'll also need to let us know what modules you need installed because you can't install them yourself on the free shared hosting. Have you done the basic guide by itself first to get it working before jumping into something more complicated like your twitter thing? If you need more specific instructions let us know exactly what part your're getting stuck on and we can try to help, but we're not going to write a whole guide on installing one particular piece of software that only one user is ever going to use. Another option is you could get a vps https://www.heliohost.org/vps/ where you'd have root ssh command line access to run your migrations and install modules and whatnot.
  25. A separate tutorial for what exactly? We already have a django tutorial that allows you to get to the basic The install worked successfully! Congratulations! You are seeing this page because DEBUG=True is in your settings file and you have not configured any URLs.
×
×
  • Create New...