Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,180
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. Numpy, pandas, and requests were already installed, but I added mysqlclient, slackclient, and sqlalchemy for you. You can see what is already installed at https://krydos2.heliohost.org/cgi-bin/modules36.py
  2. Your username always gets appended to the front of the .war file. The reason for this is you're on a multiuser system and you're not the only person with java enabled on their account. If you deployed a file named test.war and then another person deployed test.war it would overwrite your file and your website would suddenly change to their content. To prevent this your username is added to the front so cridus10_test.war is unique from other_test.war. Adding your username to the front of the .war isn't required, but if it isn't there the system renames it and deploys it that way. Some .war files don't like being renamed so if people are having trouble with cookies or paths or whatever we recommend naming it properly yourself.
  3. 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...
  4. Try naming your .war file arkham19_mb.war. Sometimes .war's can't handle being renamed.
  5. The database joserg96_ireport has been dropped.
  6. I've been waiting for you to post the example text from an email you would send. Your screenshot doesn't show anything. Where do you get your email addresses from? How do people unsubscribe from your emails?
  7. Unblocked.
  8. The backup link has been emailed to your contact email address. I didn't drop the database because it sounds like some of the tables are myisam and they may have changed since the backup was created. You can either create a new database and restore the backup into it or let me know and I can drop the database. Make sure it's fully backed up if you do request a drop.
  9. How do you get your clients email addresses? What is the process for your clients to unsubscribe from your emails?
  10. Ok, that is for our donor only server. https://www.heliohost.org/tommy/ Just let us know your transaction ID.
  11. You had millions of php session files. I've been deleting them for like 30 minutes already...
  12. GMP cannot be installed on Johnny. GMP is already installed on some versions of PHP on Ricky and Tommy, but could be installed on whichever you want to use. For example https://krydos.heliohost.org/72/phpinfo.php
  13. Centos and Redhat are pretty compatible. Centos is basically intended to be a free Redhat.
  14. You can debug your own cgi scripts using the method I posted here https://www.helionet.org/index/topic/29544-python-27-module-request500-error-troulbeshooting/?p=133824 Using a cron job the error message will get emailed to you. Here's your particular error: Traceback (most recent call last): File "nbatg.py", line 179, in <module> from telegram.ext import Updater ModuleNotFoundError: No module named 'telegram' Calling random modules that aren't already installed will result in a 500 error. You can check the modules that are installed on Johnny's python 3.6 by going to https://krydos2.heliohost.org/cgi-bin/modules36.py If you don't see a module listed there you won't be able to include it without causing a 500 error. We can install modules for you though. Just post and state username, server, python version, and module requested. Let me know if you'd like telegram or anything else installed.
  15. Johnny isn't blocked in China http://viewdns.info/chinesefirewall/?domain=krydos2.heliohost.org What country are you from? EDIT: Nevermind, I can check that. You're posting from Turkmenistan. Do any of these links work for you? https://krydos.heliohost.org/test.html https://krydos1.heliohost.org/test.html https://krydos2.heliohost.org/test.html
  16. Deployed. http://nm67.heliohost.org/GATE_Web/
  17. I don't see an account with the domain cridus10.heliohost.org
  18. No, this account was definitely phishing. You'll just need to use your recent backup before the hacker got access.
  19. Remote access enabled.
  20. https://meta.discourse.org/t/is-there-any-way-to-install-discourse-without-docker/16977
  21. It looks like java is working now too http://ghelfer.heliohost.org/test.jsp
  22. You're on Tommy now. http://ghelfer.heliohost.org/ If you see a 404 error or a Johnny queued page please remember to clear your browser cache and flush your os dns records. Thanks for the donation. We really appreciate it.
  23. Unblocked.
  24. That link works for me too. Another thing I wanted to point out is your instructions will only work on Ubuntu/Debian and other distros that use apt. Our servers, for instance, run Centos so apt-get and apt don't even exist. Keep these OS's in mind when you create your VPS.
×
×
  • Create New...