Jump to content

Krydos

Chief Executive Officer
  • Posts

    26458
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. You were blocked for using the wrong username and/or password to log in to SFTP. Please make sure you have the correct credentials saved in your FTP client. Unblocked.
  2. Settle down, or your account will be permanently suspended simply for being insulting. Why does your site claim to be equifax.com then, and not (as you claim) a topic that you gave a presentation on?
  3. What is the error message? And to answer your question more directly: no, android apps are not blocked in any way from accessing our servers.
  4. No, the whitelist isn't currently needed. We were having a lot of issues with ftp bruteforcing. We began blocking in the firewall any ftp connection that had a large number of connections per day. Your server monitor does 720 connections per server per day, so that's much more than a regular user would do. Our system is a little more sophisticated now, and it looks for failed logins only instead of just sheer number of connections. Failed logins are more indicative of bruteforcing than just opening a lot of connections.
  5. Is that error still occurring?
  6. The php extension gd has been installed on Tommy's php version 7.2.
  7. Suspended.
  8. Have you enabled remote mysql in cpanel?
  9. Why not just upload the file with SFTP?
  10. Which domain are we talking about? No thank you. You can host your phishing pages on some other host.
  11. I tested the renew script on a random inactive Tommy account, and it worked fine for me.
  12. Remote postgresql access enabled.
  13. Your website appears to be working. I don't see a database error. What are you trying to do exactly?
  14. Your account was archived since you haven't logged in for several months. To prevent this from happening again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving... Done. You should now be able to log in to your control panel, and your website should start working within 12 hours.
  15. What are you trying to do?
  16. Your account was archived because you haven't logged in since June. To prevent your account from becoming archived again please remember to log in at least once every 30 days at https://www.heliohost.org/login/ Unarchiving... Done. You should be able to log in now, and your website is back online http://alaa.heliohost.org/
  17. It's not a problem. Remote access to postgresql databases are intentionally blocked for security. Most users don't want or need remote access. Remote access enabled.
  18. The import MySQLdb command wasn't working on Johnny python2.7 because no one had requested the mysqlclient module to be installed on that server and version. It's installed now. You can check which modules are installed on Johnny python2.7 at this link https://krydos2.heliohost.org/cgi-bin/modules27.py
  19. Remote postgresql access enabled.
  20. # crontab -lu emiraga 0 0 * * * python /home/emiraga/Python/check_hrasnica.py That means you're using Python 2.6.6 not 3.6 Change it to 0 0 * * * /usr/bin/python3.6 /home/emiraga/Python/check_hrasnica.py
  21. Done.
  22. Krydos

    Any of the three work.
  23. The problem is you don't have the required blank line between your header and your content. Since there is no blank line apache assumes the whole thing is the header, and you get a 500 error. To fix it change print('Content-type: text/html') to print('Content-type: text/html\n\n')
  24. I can't create another subdomain for you unless you say what subdomain you want...
×
×
  • Create New...