Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,534
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Krydos

  1. Just use [ quote ][ /quote] or [ code ][ /code ] tags removing the spaces to make them functional. If you'd rather email an example to me let me know.
  2. You can put as many domains on cloudflare as you wish, but you cannot put any .heliohost.org type domains on cloudflare. Check out https://support.cloudflare.com/hc/en-us/categories/200275218 for step by step instructions on how to switch your domains to cloudflare. We recommend setting your domains up with our nameservers first to make sure they are working (which you've already done) and then switching to cloudflare's nameservers so they can copy our working settings.
  3. In order to increase your daily limit of sent emails you'll need to verify that you aren't sending spam by providing a little additional information. You've already answered a couple of our questions. How do recipients of your emails unsubscribe?Can you provide a sample email that you would send?
  4. Sorry, G is right next to B on my keyboard and I must have fat-fingered it and not noticed. I meant MB (megabytes) not MG (milligrams). I edited my post. Implementing Node.js is really similar to Ruby on Rails. We've offered RoR for years without any issues. No one said "unlimited". I said "within reason". If someone comes to us an says they need 300 Exabytes of storage we're going to have to tell them to look elsewhere. We don't have room in our cabinet for that much storage space. All hosts who say "unlimited" don't really mean it literally.
  5. That account is suspended for Phishing. For security reasons, phishing accounts cannot be unsuspended, backed up, or deleted. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username. We apologize for any inconvenience this may have caused.
  6. 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/
  7. 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.
  8. 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
  9. 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/
  10. 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
  11. 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
  12. Unblocked. It was because of failed FTP logins. Please check your credentials saved in your FTP client.
  13. 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
  14. 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.
  15. You have to use .htaccess to pass the original full url to php before rewriting it to index.php?u=main and losing it.
  16. Done. You should now be able to log in and your website should start working within 12 hours.
  17. 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.
  18. @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.
  19. 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...
  20. Node.js is something that HelioHost is very excited to offer, but we won't know for sure if it's possible until we get it done. We will try to install everything we can on Lily. Wolstech is more familiar with Windows hosting than I am so he may be able to answer the questions of what is possible better than I can. I look forward to learning more about windows hosting though.
  21. We're planning on running Windows Server 2016 operating system on Lily. That means we will be using IIS instead of Apache. We'll be able to offer native windows .NET support. Right now we only offer Mono .NET which isn't a perfect implementation. We'll also may be able to offer Microsoft SQL Database in addition to mysql, postgresql, and sqlite. Basically anything that runs on windows we'll be able to do.
  22. For apache to proxy the request to tomcat properly you need to have that trailing / on your url. ukalumni.heliohost.org/gpgagolf won't work, but ukalumni.heliohost.org/gpgagolf/ will work. There you go https://ukalumni.heliohost.org/gpgagolf/
  23. Is it working as expected now?
  24. If we reach the goal we will be able to give storage space increases to Tommy accounts as well.
×
×
  • Create New...