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.
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.
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...
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.
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.
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.
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.
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.
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
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.