Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,796
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Is there anything in the error log? Most modern browsers won't autofill your username and password into a site that doesn't have ssl. Is that what you mean?
  2. You can also set up a python script in cgi to kill your own processes using a method similar to this https://wiki.helionet.org/tutorials/discord-bot#starting-and-stopping-your-bot
  3. It looks like Flazepe changed it from 2.7 to 3.6 2019-10-26 for some reason. He probably thought it was a typo or outdated info or something http://wikiold.helionet.org/index.php?title=Django&oldid=691
  4. Done. You should now be able to log in and your website should start working within 2 hours.
  5. Ricky supports Django on Python 2.7. Would you like to be moved to Ricky?
  6. I created a new file rortest_2.4.10.tar.gz that has this change, and updated the wiki page to have the new link https://wiki.helionet.org/tutorials/ror
  7. Do you need a gem installed? EDIT: I edited your file /home/jciccio/ror/rortest/Gemfile and changed the line that said '2.4.9' and changed it to '2.4.10'. The system ror version was updated at some point. There you go https://jciccio.heliohost.org/rortest
  8. Did you wait 2 hours after you installed the certificate for it to start working?
  9. It's highly unlikely that it supports php 7+ and the default php version is 7.2. Try changing your php version to 5.6, 5.5, or 5.4.
  10. 7.3 is the only php version on Tommy that has imagick installed. I'd be willing to install it on one of the 5.x versions if you want, but not 7.2.
  11. Please be aware that the VPS price only includes the operating system. Any control panels, such as cpanel, can be installed by the user if you wish to have a control panel, or you can just use SSH to control your VPS. There are many free control panels such as VestaCP, but if you want to use cpanel on your VPS it starts at $15 per month https://cpanel.net/pricing/
  12. Before I install anything for you, I need to check that you have a valid license to install xenforo. Most people don't install $160 software on free hosting. https://xenforo.com/purchase/ Please be aware that if you don't have a valid license to install xenforo you are in violation of our terms of service, and we will be forced to suspend your account. We don't allow illegal, also known as nulled, software to be installed on our servers. If your software is illegal please delete it from your account immediately.
  13. Done. You should now be able to log in and your website should start working within 2 hours.
  14. 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...
  15. The Johnny python2.6 link is broken. It should be python2.7. EDIT: I edited the original forum post that Flazepe got the 2.6 from.
  16. Looks good https://wiki.helionet.org/tutorials/python It might be useful for non-Johnny users to have the Tommy and Ricky module links too. Ricky: https://krydos1.heliohost.org/cgi-bin/modules27.py https://krydos1.heliohost.org/cgi-bin/modules36.py Tommy: https://krydos.heliohost.org/cgi-bin/modules27.py https://krydos.heliohost.org/cgi-bin/modules37.py
  17. Take a look at your error_log on that domain: PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() That error is caused by trying to use php 7+ on software that doesn't support it. The easiest way to fix this is to change your php version to 5.6 which still has the mysql_connect function. The better solution if you wrote this software yourself is to change all the mysql connections to mysqli connections.
  18. Step 15 is just to open the page in your browser. Your domain isn't currently hosted by us. If you purchased earlyedresearch.org then you need to change your nameservers to ns1.heliohost.org and ns2.heliohost.org to host that domain with us. If this isn't your domain I recommend changing your main domain to something free like earlyedresearch.heliohost.org with this link https://www.heliohost.org/classic/support/scripts/domain
  19. Please make sure you check the user's server before you recommend a shebang. Python3.6 will only work on Ricky. Johnny and Tommy have Python3.7. This user is on Johnny. Check out this post https://www.helionet.org/index/topic/29540-solved-total-beginner-need-help-running-a-python-script/?p=133810 @Flazepe/Sohamb03, if you're not too busy could you adapt that forum post into a wiki article and submit a pull request?
  20. @Wolstech, this what I get: @extremeplayer32, you'll need to set your nameservers to ns1.heliohost.org and ns2.heliohost.org before we'll be able to help you. We can't troubleshoot anything while you're using cloudflare.
×
×
  • Create New...