This happens sometimes on Johnny. You picked our experimental server which means that it has more downtime and higher load than our other servers. When the load is high it can break delicate processes like creating an alias domain. I created the alias domain on your account for you. It should start working within 12 hours.
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...
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.
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.
It's not a problem. It's a security risk to have remote access to a database so it's disabled intentionally by default. Most people don't want and don't need remote access.
Remote access enabled.