After about 4-5 years, hosted EOC has moved!
If you have troubles connecting to your server - it's possible you need to adjust your SQL user for connection via the new IP
Code:
CREATE USER 'eoc_database_user'@'142.44.176.142' IDENTIFIED BY 'eoc_database_password';
GRANT GRANT OPTION ON *.* TO 'eoc_database_user'@'142.44.176.142';
GRANT ALL ON *.* TO 'eoc_database_user'@'142.44.176.142';
You may need to clear your cookies and re-enter your database information