Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,605
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. You have double storage now too. Thanks again.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. Translated with https://translate.google.com/
  7. 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.
  8. You're on Tommy now. Thanks for the donation.
  9. 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.
  10. You're on Tommy now. Thanks for the donation.
  11. 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.
  12. There you go https://akilis.cf/
  13. Remote access enabled.
  14. 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.
  15. 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; }
  16. 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.
  17. The extensions cannot be installed because it appears you're in violation of our Terms of Service. Each user is allowed to have one account. Please delete all accounts in excess of one as soon as possible and let us know when you're done.
  18. 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.
  19. The extension exif has been installed on Johnny's php 7.2. https://krydos2.heliohost.org/72/phpinfo.php
  20. http://sangwoo.heliohost.org/ is working now.
  21. 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.
  22. 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.
  23. 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.
  24. What is the URL to your django site?
×
×
  • Create New...