Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,793
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. You can host the contact form on our servers too. This is the just the first result that came up https://code.tutsplus.com/tutorials/create-a-contact-form-in-php--cms-32314
  2. You're on Tommy now. I have also increased your storage to the maximum, and you don't need to log in to cpanel to keep your account active until 2021-06-28. Let us know if there is anything else we can help you with. Thank you so much for your donation!
  3. I've never tried any of these, but I found this article https://www.maketecheasier.com/best-static-website-cms/ Static sites will load much faster, and are much harder to hack. You'll need some sort of scripting language to do a contact form, you can't make those static, but they aren't too hard to implement. Let us know if you try any of these options and how it works out for you.
  4. Nope, I didn't unarchive it. The account is active and working though.
  5. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  6. I know some banks have national cards by default that only work in your country, and then offer international cards that usually have higher fees that work worldwide. If you're not in the US and your card doesn't work I would contact your bank and ask them if you have an international card. I think most US banks just issue international cards for everyone. I've traveled to many different countries and used my card on many non-US sites and never had an issue paying.
  7. That sounds like high load to me. This is pretty common on Johnny. The best bet when things start timing out on Johnny is either just wait patiently for the load to drop or switch servers. Tommy has much lower load if you need a more reliable server.
  8. We don't even offer php 7.4 yet on any of our servers. It's kind of important to know which version of php you're using because it would be a waste of time and pointless to change settings on a php version you aren't even using. You can check your php version by placing a phpinfo() file and opening it in your browser.
  9. You don't need a complete log because your issue is very simple. I'm not going to waste my time copy/pasting 20 pages of spam and making sure there isn't any info from other users hidden amidst it all. java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO) This is a shared server with thousands of other users, so no, you can't connect to the database as the root user especially without a password.
  10. It looks like you already have an account called edrick2 on Tommy. Users are only allowed to have 1 active account at a time. Would you like me to suspend your Tommy account and unarchive your Johnny account?
  11. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  12. Here's your error: SEVERE [localhost-startStop-2] org.apache.catalina.startup.ContextConfig.beforeStart Exception fixing docBase for context [/iotblend_iotb] java.util.zip.ZipException: error in opening zip file It looks like your .war file is corrupt. Try creating it again. You can test if it's a valid .war archive by renaming it to a .zip file and unzipping it.
  13. For anyone who searches and finds this thread, that error message likely meant that your MX record(s) are incorrect. OP switched to zoho which involves changing the MX records, which fixed the issue.
  14. That account was deleted by request from either you, or someone that knows your password. Would you like a new Tommy invite?
  15. Oh yeah, I forgot about that guy accusing Tommy of having the corona virus. Maybe Tommy had it, and then gave it to Johnny?
  16. Alright, you're booted up and running on the new hard drive. Sorry it took a little longer than advertised. Real life happened while I was copying it. Let me know if the performance is any better.
  17. We finally got a response back from Payoneer. Our application to create an account was denied because Payoneer doesn't allow non-profits to use their services. Does Skrill work in your country?
  18. That's a new one. I've heard hundreds if not thousands of people complain about Johnny's performance over the years, but no one has ever accused him of having a virus.
  19. You also have to keep in mind that on shared hosting it's not just you using flask or django. There's hundreds of other people using it, and if we upgrade flask or django it may break dozens of people's websites that aren't compatible with the new version. If you want full control over having the latest versions we recommend a VPS where you'll have root access to install any version you want as soon as it's available.
  20. Maybe this will help? https://www.postgresql.org/docs/9.1/collation.html CREATE TABLE test1 ( a text COLLATE "de_DE", b text COLLATE "es_ES", ... ); You should be able to create tables through phppgadmin.
  21. Yes, the hard drives are definitely the slowest part of your VPS, and that's why we're doing a fundraiser to buy faster ones. Mysql does a lot of reading and writing to the disk too. I'm not sure why your CPU usage is so high though. Generally if the hard drive is being slow that actually causes the CPU usage to be lower since it's just waiting for the data to arrive. If you don't mind an hour or two of downtime I could try moving you to a different hard drive to see if that helps. Make sure you take a backup of everything if you want to try that. Copying files should be fairly safe, but you never know. Let me know if you want to try it.
×
×
  • Create New...