Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,539
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Krydos

  1. The reason we append your username to your .war file before it's deployed is because otherwise we would have conflicts. Say one user deployed test.war and a second user then also deployed test.war the first one would be overwritten and suddenly user1.heliohost.org/test/ would change to someone else's site. To prevent this we append the username to the front of the file. test.war becomes user1_test.war or user2_test.war depending on who deploys it. Sometimes this name change causes issues within the .war file when it's hard coded to only work with one name. To get around this issue we recommend writing your .war so it will work with any name, but if that isn't possible for you just simply name it vukosyst_web.war yourself. If your .war file already has your username and an underscore in front it won't be added again. When you create a full backup anything in /home/vukosyst/ will be backed up as well. That is the directory that .war files are uploaded to prior to deployment.
  2. Sure, let me know once you've sent the PM as I don't check my PMs otherwise.
  3. Yes, there is a cloudflare plugin in cpanel that you can use as well. wedropshipall.com is one domain, dropshippinghotnews.com is another domain. You can add them both to cloudflare if you wish.
  4. Alright, your account is whitelisted to send up to 500 emails per day.
  5. 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.
  6. 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.
  7. 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?
  8. 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.
  9. 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.
  10. 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/
  11. 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.
  12. 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
  13. 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/
  14. 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
  15. 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
  16. Unblocked. It was because of failed FTP logins. Please check your credentials saved in your FTP client.
  17. 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
  18. 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.
  19. You have to use .htaccess to pass the original full url to php before rewriting it to index.php?u=main and losing it.
  20. Done. You should now be able to log in and your website should start working within 12 hours.
  21. 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.
  22. @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.
  23. 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...
  24. 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.
×
×
  • Create New...