Jump to content

Krydos

Chief Executive Officer
  • Posts

    26485
  • Joined

  • Last visited

  • Days Won

    947

Everything posted by Krydos

  1. Donation verified, and max storage increased to 2000 MB.
  2. Unarchived.
  3. ns1.heliohost.org = 65.19.143.3 ns2.heliohost.org = 64.62.211.133 For future reference you can find the IP of any domain by opening a cmd prompt and typing 'ping ns1.heliohost.org'.
  4. Here's your error: # /home/lookyweb/node/test.js:5 user.cloudSession(419697811, function (err, cloud) { ^ TypeError: Cannot read property 'cloudSession' of undefined at /home/lookyweb/node/test.js:5:10 at /home/lookyweb/node/node_modules/scratch-api/scratchapi.js:105:7 at IncomingMessage.<anonymous> (/home/lookyweb/node/node_modules/scratch-api/scratchapi.js:39:37) at IncomingMessage.emit (events.js:203:15) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) Passenger is what you would be using if you followed this guide https://wiki.helionet.org/tutorials/node.js
  5. Yes, you can host those configurations on a VPS. https://www.heliohost.org/vps/
  6. Remote access enabled.
  7. It's fine to keep both your Tommy account and the VPS at the same time. To transfer your Tommy sites to the VPS I would use a temporary domain like hippo2.heliohost.org. You will need to install a webserver on the VPS for sure. Also I'm sure you probably use php and mysql so you'll need to install those too and anything else you'll need. I recommend using apache for your webserver on the VPS because that is what Tommy uses, and if you switch to nginx it may take some changes to get your site to work. Using apache you should be able to just copy your files over and it'll just work. Then when everything is functional on your temporary VPS domain, you can switch your main domain over to the new server with no downtime. If you need help with any of the above just ask. I'll start setting up your VPS now.
  8. It was enabled on Tommy v1, but I never set it up again on Tommy v2 after I rebuilt him because no one has ever requested it. I would be willing to set it up again on Tommy, but not Ricky.
  9. Are you starting/stopping it with python again, or is it running through passenger? If the latter what is the URL to it?
  10. What is the url to the test python script?
  11. Are you sure you're using php 7.3? Try putting a phpinfo.php file in your directory with this code: <?php phpinfo();
  12. Pip automatically installs all dependencies. If dnspython wasn't installed it isn't a dependency. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  13. Unarchived.
  14. Unarchived.
  15. What I would do is install apache or nginx to handle the ssl and certificates, and then proxy the socket through the web server. Either that or just run the socket without encryption.
  16. Try changing your password here https://johnny.heliohost.org:2083/frontend/paper_lantern/passwd/index.html Sometimes the mysql password and the cpanel password get out of sync so cpanel can't log you in to phpmyadmin anymore, but changing your password can sometimes fix that.
  17. See if any of this helps https://www.thesslstore.com/blog/ssl_error_rx_record_too_long/
  18. Try accessing the https/wss by domain name instead of by ip.
  19. You can see that pgsql and pdo_pgsql are already installed on Johnny's php 7.3 by going to https://krydos2.heliohost.org/73/phpinfo.php
  20. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  21. Anything is better than wordpess. Thank you for getting rid of it.
  22. Is FireFox accepting that certificate?
×
×
  • Create New...