-
Posts
25,180 -
Joined
-
Last visited
-
Days Won
900
Everything posted by Krydos
-
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 replies
-
- customer service
- install
-
(and 2 more)
Tagged with:
-
[Solved] The deployment of my .war file failed
Krydos replied to cridus's topic in Escalated Requests
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. -
[Solved] Account archived due to inactivity
Krydos replied to aliyawar's topic in Escalated Requests
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... -
[Solved] Tommy server java session variable not working
Krydos replied to jimmykd's topic in Customer Service
Try naming your .war file arkham19_mb.war. Sometimes .war's can't handle being renamed. -
[Solved] Table doesn't exist error on MySQL database
Krydos replied to joserg96's topic in Escalated Requests
The database joserg96_ireport has been dropped. -
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?
-
[Solved] Table doesn't exist error on MySQL database
Krydos replied to joserg96's topic in Escalated Requests
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. -
How do you get your clients email addresses? What is the process for your clients to unsubscribe from your emails?
-
[Solved] how possible change ip of hosted website?
Krydos replied to rambler's topic in Escalated Requests
Ok, that is for our donor only server. https://www.heliohost.org/tommy/ Just let us know your transaction ID. -
You had millions of php session files. I've been deleting them for like 30 minutes already...
- 5 replies
-
- quota
- disk quota
-
(and 3 more)
Tagged with:
-
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
-
Centos and Redhat are pretty compatible. Centos is basically intended to be a free Redhat.
-
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.
-
[Solved] how possible change ip of hosted website?
Krydos replied to rambler's topic in Escalated Requests
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 -
[Solved] The deployment of my .war file failed
Krydos replied to cridus's topic in Escalated Requests
I don't see an account with the domain cridus10.heliohost.org -
No, this account was definitely phishing. You'll just need to use your recent backup before the hacker got access.
-
Remote access enabled.
-
https://meta.discourse.org/t/is-there-any-way-to-install-discourse-without-docker/16977
-
It looks like java is working now too http://ghelfer.heliohost.org/test.jsp
-
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.
-
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.