Jump to content

Krydos

Chief Executive Officer
  • Posts

    26450
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Your file has dos line endings. This is usually because you wrote the file on windows and then uploaded it. You can either use an editor that can output linux line endings, or just copy/paste your code into the file manager in cpanel.
  2. Done. You should now be able to log in and your website should start working within 12 hours.
  3. Does this help? https://stackoverflow.com/a/40545971
  4. I've actually had the same IP address on my phone since something like 2006. Cingular, which was bought by AT&T, originally gave me the IP and it still hasn't changed.
  5. 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...
  6. Since you're on Johnny you have three versions of python to choose from /usr/bin/python = 2.6.6 /usr/bin/python2.7 = 2.7.13 /usr/bin/python3.6 = 3.6.1 So to get started with python create a file at /home/rjsayers/public_html/cgi-bin/test.py and put these contents #!/usr/bin/python3.6 print("Content-type: text/html\n\n") print("HelioHost rules!") Next make sure your file is executable by changing the permissions to 755. You can do that through the file manager button in cpanel. Then to view your python script go to rjsayers.heliohost.org/cgi-bin/test.py Let us know if you need help with anything else.
  7. Krydos

    Donate

    Would you like to be moved to Tommy?
  8. The requirements have been installed on Tommy php 7.2. Is it working now?
  9. I'd also like to point out that you would be able to send mail if you first provide a sample of the email you would be sending and answer a few questions in advance.
  10. Please post the following information: Your cPanel username Your main domain The server that you are on
  11. Source: https://www.helionet.org/index/topic/31947-innodb-is-in-read-only-mode/?p=144534 (Please don't ask the same question multiple times.)
  12. For anyone curious, it appears this email was spam with an attached malware. Stuff like this definitely justifies discarding emails with attachments in my opinion.
  13. You can backup everything (including databases) at: https://johnny.heliohost.org:2083/frontend/paper_lantern/backup/index.html You can change your storage engine with this code: ALTER TABLE table_name ENGINE = MyISAM; Also we highly recommend taking frequent backups. Take a backup after each major change to your site, and also once a week or so would be a good idea.
  14. Are you using php 7.0, 7.1, or 7.2?
  15. Source: https://www.helionet.org/index/topic/31947-innodb-is-in-read-only-mode/?p=144357
  16. That happens because we use cpanel as our control panel. Just name your directory something else.
  17. Here's your errors: Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error maps.googleapis.com/maps-api-v3/api/js/32/2/util.js:237 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys You can find them yourself by pressing F12 in chrome. That probably means you're using the same api key on both domain, but that api key was created to use the domain painel.heliohost.org not imoveisamurel.site. Try creating a new api key with your .site domain.
  18. @DmC, I see your donation. Thanks!
  19. Your picture doesn't work. You can create a file with .php extension with these contents <?php phpinfo(); and when you visit that page it will say which version of php you're using at the top. Example: https://krydos.heliohost.org/72/phpinfo.php
  20. You're responsible for your account and any malware or spam it might send. We have a finite number of IP addresses, and it wouldn't be fair to everyone else if someone was to ruin each of our IPs in this same way.
  21. If you don't like Tommy you should try https://www.heliohost.org/partners/hostgator It's only a penny for the first month.
  22. Deployed. http://bfpsw.heliohost.org/JAW/
  23. What does the author of the code say?
  24. It looks like you figured out you can delete your account on your own at http://www.heliohost.org/classic/support/scripts/delete
×
×
  • Create New...