Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,180
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. Remote access enabled. Sorry for the delay on getting this done. I didn't get a notification for this post I think because it was moved instead of escalated like usual.
  2. You're on Johnny which has been under a pretty heavy ddos attack for the last couple days. Johnny's uptime is never great even at the best of times though. If you want better uptime and speed we recommend switching to Tommy.
  3. Since the server is so new it wasn't set up to track high cpu/memory usage yet so I'm not sure where the load was coming from on your account. I can tell you that your account was the highest cpu usage when it was suspended. Your account is currently causing such a small amount of load that it doesn't even register on the monitor so I guess you fixed whatever the issue was. Feel free to check in occasionally and we can check your load for you.
  4. Mono has been installed http://thorastu.heliohost.org/test.aspx
  5. Which domain(s)?
  6. You don't currently have any open mysql connections, but if you get that error try closing some of your mysql connections until the error goes away. If you can't get the error to go away on your own let us know and we can close the connections for you and possibly give you some idea on why the connections aren't closing themselves.
  7. Thanks again for the donation. You should have 2000 MB total storage now. I also noticed that your mail takes up 375 MB so if you're running out of space deleting some of that would help.
  8. We are in the process of implementing a new system where you can donate to receive more storage space. During our gofundme drive anyone who donated $5 USD or more was gifted an additional 1000 MB storage. Let us know the transaction ID of your donation and the same can be done for you. EDIT: I see the transaction ID now. It's $1 minimum for a Tommy invite, and $5 minimum for double space. So if you want both you'll need to donate at least $1 more. Thanks a ton for your donation. We really appreciate it.
  9. drwxrwxr-x. 2 sadeso1 sadeso1 28 Jun 20 15:30 mail That directory needs to be 755 not 775.
  10. I was hoping for a Germany repeat, but they did not look good at all versus Mexico. Argentina is cool, but I still can't believe Messi's penalty kick got saved.
  11. Krydos

    Double Storage

    That's actually not the email address you used either, but based on your first and last name I found your donation. You should have 2000 MB storage available now.
  12. We need it to provide cpanel access to people for whom port 2083 is blocked. A lot of schools and companies block everything other than port 80 and 443. EDIT: (Should have read the next page first.)
  13. https://teetwist.com/ works for me. Please clear your cache.
  14. No, cloudflare only operates on port 80 and port 443. It's more likely that it is something like cpanel.yourdomain.com where yourdomain.com uses cloudflare.
  15. I got tomcat working again and redeployed it for you. http://ds3cheatersblocker.heliohost.org/cridus10_ds3cb/
  16. So is it working then?
  17. Your username is stosmyk2 now, but everything else is the same. You should be able to log in now and your website should start working within 2 hours.
  18. -rw-rw-r--. 1 sadeso1 sadeso1 1288 Jun 11 15:48 contact_me.php That is 664. It needs to be 644 like Wolstech already said.
  19. I don't know much about windows, but if you were using linux it would be easy enough. First install apache, and php. Those are easy. Then compile python with shared enabled. Next install mod_wsgi for apache using the shared libraries of the python and apxs for your apache. You'll probably need to install apache-devel package to get apxs. Then edit httpd.conf to set up the configuration for mod_wsgi to work. Then just pip install django. From there you can set up your django application the same as on the server. I don't have the slightest clue how you would do any of that on windows, nor would I even want to try. If you're asking because you want to test your django apps locally before you upload them you don't need to do any of the above. You don't even need apache. Just install python, and then pip install django. Then use your commandline to run django-admin startproject. That command creates a manage.py file that you can use to start a testing webserver. Just run python manage.py runserver 0.0.0.0:8080, and then open 127.0.0.1:8080 in your browser to see your django app.
  20. There you go https://krydos1.heliohost.org/71/phpinfo.php
  21. Which version of php are you using?
  22. Done. You should now be able to log in and your website should start working within 2 hours.
  23. 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...
  24. No it has nothing to do with you or your .war file. The server was just being strange. I've tested it a dozen times since then using your same .war and a bunch of other .wars and it has worked every time since. Not sure what the deal was, but as long as it doesn't happen again no big deal I guess.
×
×
  • Create New...