-
Posts
25,401 -
Joined
-
Last visited
-
Days Won
909
Everything posted by Krydos
-
Unblocked. You were blocked for trying to log in to cpanel with the wrong password too many times. If you login at https://www.heliohost.org/login/ this won't happen again.
-
Translated with https://translate.google.com/
-
[Solved] Need to recover due to account theft
Krydos replied to fjutwkz's topic in Escalated Requests
Oh actually, I looked at the account creation log, and that qq email address is the address that his Tommy account was originally created with. I was just basing my last response on what Wolstech said about the qq email. I sent an invitation to the email address he originally created his account with. -
[Solved] WordPress - Internal server error (500)
Krydos replied to odilonse's topic in Escalated Requests
You're on Tommy now. Thanks for the donation.- 6 replies
-
- 1
-
-
- wordpress
- Internal server error
-
(and 1 more)
Tagged with:
-
[Solved] Need to recover due to account theft
Krydos replied to fjutwkz's topic in Escalated Requests
Luigi, don't send any emails to that qq address. The person that stole his cpanel account has stolen his helionet account as well now. -
You're on Tommy now. Thanks for the donation.
-
Normally when you do the Register Application step it creates two files. One for http and one for https. When I checked your account the https one was missing, so that's why it worked over http, but not https. To fix it I copied the http setting over to the https virtualhost and restarted apache. The reason I think it happened is you probably added that domain, and then quickly registered the application prior to autossl running and setting up ssl for that domain. Since the https virtualhost didn't exist at the time register application couldn't create both records like it normally does. To fix it yourself you probably could have just ran the register application step of the guide again, and waited two hours for apache to restart. To prevent it from happening in the future, just make sure ssl is working before you register the application.
-
There you go https://akilis.cf/
-
Remote access enabled.
-
[Solved] No longer need my VPS/redirect my site
Krydos replied to ittermat's topic in Escalated Requests
Your recurring donation has been canceled, and your domain has been pointed back to your Johnny account. You can use .htaccess or html or whatever to redirect the domain now. Thanks for being a VPS customer. -
I actually have a situation on one of my personal sites where https on certain api calls breaks things, but I want the site itself to be served over https to browsers. So I don't use .htaccess redirect as that would force all the api calls to use https too. Instead I use this php code on the browser viewable pages. if (empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] === "off") { $location = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; header('HTTP/1.1 301 Moved Permanently'); header('Location: ' . $location); exit; }
-
Continuous run of python using subprocess does not work
Krydos replied to andyye03's topic in Customer Service
That's funny, because you have >>>5<<< of them running at once right now: # ps aux | grep -v grep | grep andyye03 andyye03 1863 0.2 0.2 272596 45280 ? S 15:45 0:08 /usr/bin/python3.7 /home/andyye03/public_html/cgi-bin/gaonnuriallimi.py andyye03 8600 0.2 0.2 270036 42480 ? S 15:50 0:07 /usr/bin/python3.7 /home/andyye03/public_html/cgi-bin/gaonnuriallimi.py andyye03 22318 0.3 0.2 268244 41036 ? S 15:44 0:09 /usr/bin/python3.7 /home/andyye03/public_html/cgi-bin/gaonnuriallimi.py andyye03 23821 0.2 0.2 272600 45068 ? S 15:46 0:08 /usr/bin/python3.7 /home/andyye03/public_html/cgi-bin/gaonnuriallimi.py andyye03 25727 0.2 0.2 266092 38652 ? S 15:56 0:06 /usr/bin/python3.7 /home/andyye03/gaonnuriallimi.py I'll kill them for you. -
There you go https://krydos.heliohost.org/73/phpinfo.php Be careful though, in the last month two people on Tommy have had imagemagick fill the entire /tmp partition, which causes cpanel and mysql to stop working. Obviously their accounts were suspended.
-
[Solved] Kind Request Of Installing PHP exif_imagetype Function
Krydos replied to pangenis's topic in Escalated Requests
The extension exif has been installed on Johnny's php 7.2. https://krydos2.heliohost.org/72/phpinfo.php -
[Solved] How to run a python script? Account queued?
Krydos replied to sangwoo's topic in Escalated Requests
http://sangwoo.heliohost.org/ is working now. -
The modules cannot be installed because you're in violation of our Terms of Service. Each user is allowed to have one account. Please delete your extra accounts.
-
Persistent error when trying to install software through Softalicious
Krydos replied to ravnl's topic in Customer Service
I tried installing Yetiforce on Tommy through softaculous, and I got the same error, but when I opened a browser to the directory it was fully installed and fully functional. The install probably takes longer than the browser UI allows for so you get an error, but the installation continues in the background and succeeds. -
What is your database user that you want to have access? Since your username is lpgjr it should start with lpgjr_ or just be lpgjr without anything after it.
-
What is the URL to your django site?
-
One failed to install, and a lot of those are default modules that come with every python install. # /usr/local/python3.6/bin/pip3.6 install smtlib Collecting smtlib Could not find a version that satisfies the requirement smtlib (from versions: ) No matching distribution found for smtlib https://krydos1.heliohost.org/cgi-bin/modules36.py If you need python3.7 you need to change servers to Johnny or Tommy. Ricky only has 2.7 and 3.6.
-
Are you using python 2.7 or python 3.6?
-
Unarchived.
-
[Solved] Please Unarchive my account - Account name: wal
Krydos replied to wal's topic in Escalated Requests
Unarchived.
