-
Posts
24,215 -
Joined
-
Last visited
-
Days Won
856
Everything posted by Krydos
-
There you go https://maijo.cf/ The same thing happened to another Ghost user just a couple days ago. Here is what I said to him:
-
Your account was suspended on 2020-04-29. That is beyond the range that our load logs extend to. I have unsuspended your account.
-
Rather than messing around with hosts files, why not just use a free temporary domain like strokesupport.heliohost.org, and then add your real domain as an alias later? As far as alternatives to Wordpress, we usually recommend Joomla as it's a lot faster, much more secure, more streamlined, uses a lot less memory, and is just about as easy to set up as wordpress is. If you switch to Tommy you could also look into using Ghost which is a pretty cool blogging software built on node.js. We have a guide to get started at https://wiki.helionet.org/tutorials/ghost
-
Your account was created on 2015-11-24 on Stevie. Sometime around 2017-01-09 your account was suspended for causing high server load. You never requested an unsuspension and suspended accounts are deleted after 60 days. Stevie is no longer an option to create accounts on. Our current servers are Johnny, Ricky, and Tommy. Tommy is the closest to what you would be used to on Stevie, but free signups fill in less than 10 seconds usually. You can donate to get an account even if the server is full for the day at https://www.heliohost.org/tommy/ Another option is Ricky, who has pretty decent uptime, but is quite a bit slower than Ricky. Johnny is the easiest server to get a free account on, but uptime is usually only 95% or so, and there can be a lot of load because Johnny is the most overcrowded server. Welcome back!
-
You can run apache or nginx on any port. It doesn't have to be 80 and 443. True a lot of ISPs block port 80 hosting from home internet connections. So just host it on port 33333 or something. They can't block all the ports. Then to view it in your browser use a colon to specify the port like 123.45.67.78:33333/index.html
-
Usernames can't have capital letters. Your username is taenada, not Taenada.
-
Unarchived.
-
You have double storage now too. Thanks again.
-
The minimum donation to receive double storage is $5, and the minimum donation to be moved to Tommy is $1. So for $5 you can get double storage on Johnny, or moved to Tommy, not both. If you donate $1 more for a total of $6 you can have a move to Tommy and double storage though. I gave you a month of inactivity immunity, and you're on Tommy now. Thanks for the donation.
-
You're on Tommy now. Thanks you for the donation. If you could please make a separate request for remote postgresql, and make sure you say what user and database.
-
Here is your error: [Thu May 14 01:27:08.876704 2020] [core:error] [pid 8987] [client x.x.x.x:64300] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://taenada.heliohost.org/ That means you have a redirect loop. Usually that indicates an error in your .htaccess.
-
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.