Jump to content

Krydos

Chief Executive Officer
  • Posts

    26458
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. I sent you an email to verify that you are the owner of the helionet forum account and that you want it deleted. Please respond to that if you want your forum account deleted. Your hosting account is already gone, and I assume you deleted it yourself.
  2. Here is the contents of your .htaccess file /home/bowiecao/public_html/flask/.htaccess RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(flask\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ flask/flask.wsgi/$1 [QSA,PT,L] That first line is causing an error because it is not a valid .htaccess command. I removed it for you and your "hello world" flask app is working now. http://little-chicken.heliohost.org/flask/
  3. Eventually we're going to offer a system where you can expand your storage more or less as much as you want within reason. For the current GoFundMe, if we reach our goal and once the new server is installed and set up, anyone who donated $5 USD or more will have their storage space doubled to 2000 MB total.
  4. The ssl on that domain has already been automatically set up. That's why it's called autossl. We don't have to do anything except be patient. https://wedropshipall.com/ and https://www.sslshopper.com/ssl-checker.html#hostname=wedropshipall.com
  5. We're actually in the progress of raising funds to increase our storage space so we won't have to delete old accounts anymore https://www.gofundme.com/heliohosts-lily-server-and-storage-increase
  6. GoFundMe requires a donation of $5 or more. If you would like to donate $1-$5 you can do so at https://www.heliohost.org/donate/
  7. It's been over 6 months since the last time you logged in to your account. We have a limited amount of space on our servers, and unfortunately we have to delete the oldest unused accounts when we run out of space. This is what happened to your account so you'll need to recreate your account and restore from the latest backup that you have. I have sent a Tommy invite to your email address. To help fix this problem of needing to delete old accounts we are currently running a GoFundMe campaign to increase our storage space by 8 TB. You can check out our progress or contribute yourself at https://www.gofundme.com/heliohosts-lily-server-and-storage-increase
  8. First of all, please don't post on threads that haven't had any activity for like 7 years. All of those people you're responding to haven't been around for years. The cronjobs unfortunately run on localtime, and our servers are located in Fremont, California, USA. That's currently -8 hours from UTC. https://www.google.com/search?q=what+time+is+it+in+california
  9. Unblocked. It was because of failed FTP logins. Please check your credentials saved in your FTP client.
  10. You're on a multi-user server which means that each servlet must run in a subdirectory to keep them separate from each other. If everyone tried to run their application in the root folder you would get conflicts and files like index.jsp would get written and overwritten constantly. If you need to run your application in the root folder we recommend getting a VPS so that you'll be the only person using the whole server so there will be no conflicts. https://www.heliohost.org/partners/vps
  11. Port 587 to smtp.gmail.com is not blocked in the firewall: # telnet smtp.gmail.com 587 Trying 108.177.98.108... Connected to smtp.gmail.com. Escape character is '^]'. 220 smtp.gmail.com ESMTP u67sm54542445pfd.162 - gsmtp ^] telnet> quit Connection closed.
  12. Here's the instructions: http://cgiirc.org/docs/install.php
  13. You have to use .htaccess to pass the original full url to php before rewriting it to index.php?u=main and losing it.
  14. Done. You should now be able to log in and your website should start working within 12 hours.
  15. You're on Tommy now. http://dispatcher.heliohost.org/ If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thank you for your donation. We really appreciate it.
  16. @luigi123, he created a new account, ybdit, yesterday. His original account, ybdusa, was archived. @ydiwonko, you're only allowed to have one account so after I unarchive this ybdusa be sure to delete one or the other.
  17. 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...
  18. I for one had no idea that so many people were still using windows xp. That's crazy to think that so many people are still using software that has been completely discontinued for almost four years now. Unfortunately we have no plans to port our code to windows xp, but we have been developing a Linux version. If you install Ubuntu (or something like that) and you have a 64 bit processor you can try that out. If you want to promote HelioHost on your site you might be interested in taking a look at this https://www.helionet.org/index/topic/28401-put-our-banner-on-your-site/ We have quite a few sizes and shapes of banners available already, but if there is something you want make a request and we'll see if it can be done.
  19. If you attempted to attach an image to your message it will cause our system to discard the email. Try sending it again as a link instead of an attachment.
  20. When was the last time you logged in to your account?
  21. Java is already enabled on your account http://medsup.heliohost.org/test.jsp
  22. Hashlib is already installed on Tommy python version 3.6.
  23. Which version of python are you using?
  24. Let's Encrypt has a very low limit of certificates that can be issued each day. We tried using Let's Encrypt instead of Comodo, but we kept hitting the limit each day. Comodo doesn't have this limit and is also free.
  25. You can reset your password at https://www.heliohost.org/reset/
×
×
  • Create New...