Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,796
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  2. Please post the following information: Your cPanel usernameYour main domain
  3. If you mean postgresql, that cannot be upgraded either because we are required to use the version supported by cpanel. If you need a newer version of mysql or postgresql they can be installed on a VPS. https://www.heliohost.org/vps/
  4. You can always try posting a link to heliohost.org and when facebook blocks you file a report that the domain isn't harmful. I doubt anyone actually reads the reports, but it only wastes like 5 seconds to make the report.
  5. The extension pgsql has been installed on Johnny's php 5.6. https://krydos2.heliohost.org/56/phpinfo.php
  6. Remote access enabled. I also noticed that your contact email address is hosted on your account. We strongly recommend using an email address that is NOT hosted on your account in case there is a problem with your account. This is the hosting equivalent of locking your spare car keys inside your car. We've had people permanently lose access to their accounts because of having a contact email address like that.
  7. What is probably happening is you're overwriting the .htaccess file that cpanel creates when you try to install your software. If you overwrite that file your php version reverts to the default, which is 7.2. Just put this code in your .htaccess when it gets overwritten: <IfModule mime_module> AddHandler application/x-httpd-ea-php73 .php .php7 .phtml </IfModule>
  8. What was the amount you donated, the date that you donated, and the name that you donated as?
  9. The limit on Johnny is 4 connections. There is no max connections limit on Tommy at the moment, but if people abuse that they can get suspended, or we may decide to set a max connection limit if too many people keep abusing it.
  10. You're not the first person who interpreted the inactivity immunity offer that way. I'll have to be more careful wording things in the future I guess. I thought it was pretty clear.
  11. I deleted all of your ssl certificates, and had autossl install new ones for all of your domains. Everything should be covered now, and when they expire in three months autossl will automatically renew them for you.
  12. Krydos

    IP Block...

    There was a pretty big ddos attack on Tommy this morning, so he's a little touchy right now. The attack is actually still going on from well over 1000 zombies, but since we upgraded our network switch, and we're running a lot of custom ddos protection software Tommy is staying online. Sorry for the inconvenience. To prevent getting blocked again try not to have a lot of simultaneous connections open to the server.
  13. Proxies work too, and some people have had luck contacting their ISP and asking them for a static IP. Some ISPs will just provide you with one for fee if you just ask.
  14. That was my fault. When I was getting your django working I forgot to set permissions correctly.
  15. Sometimes webdisk just doesn't work for some people. The best solution is to switch to SFTP which is much more likely to work and much easier to troubleshoot if it doesn't.
  16. From cpanel https://tommy.heliohost.org:2083/frontend/paper_lantern/load/index.live.php Also every time wordpress is mentioned on the forums we strongly encourage people not to use it.
  17. The 500 error was because of a redirect loop. I undid the changes you made to .htaccess and just moved your files to the subdirectory and now it works. http://purnama.heliohost.org/mywebsite/
  18. Oh, I was wondering what the title of this post meant, but I forgot to google it.
  19. You fix it by closing your database connections. What scripting language are you using?
  20. First of all, I strongly recommend not using sqlite. You'll get much better performance from mysql or postgresql, and a lot less headaches from trying to debug all the issues that sqlite can have like file permissions. But if you insist on using sqlite we do support it. Second of all, we don't support custom php.ini files. If you need something changed in php.ini you won't be able to change it yourself by placing that file. You'll need to request the changes here on the forums. That said, perhaps this will help? https://stackoverflow.com/a/24588129/2336864
×
×
  • Create New...