Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,051
  • Joined

  • Last visited

  • Days Won

    618

Everything posted by wolstech

  1. It's not a normal web application since it has a bunch of stuff that has to run in the background, so a standard shared web host probably isn't the best choice. Your best bet may end up being a game host service that specializes in this sort of software. Another choice is a VPS. I haven't explored whether free options exist for these, so I can't recommend anything specific.
  2. Looking at guides, it appears Hlstatsx has a background daemon...we don't allow custom daemons, so this won't work here. If I remember right, others have also asked about this exact program and been told the same, but I can't find the topics right now since the forum search is being uncooperative.
  3. @RRHOA2: Did you mean for the domain to be rainbowridge.heliohost.org? If so, that's why it doesn't work. Let me know and I can fix it for you if this is the case.
  4. The domains separate content. Resources are shared and tracked by account. If anything on your account (doesn't matter which domain) uses too many resources, the whole account and all of its domains get suspended. Also, while you can have unlimited domains, you're only allowed to have one account. Creating multiple accounts is against the terms of service and will get you suspended. I have 4 domains on my account and have never had an issue though, so unless your code is poorly written or a site gets abused, it's usually not an issue.
  5. Try this: https://www.heliohost.org/renew/ In the future, please be sure to log in using either https://tommy.heliohost.org:2083/ or https://www.heliohost.org/login/ once every 30 days.
  6. Assuming your home folder is /home/username/, your main domain's document root will always be /home/username/public_html/ Yes, addon domains have their own document root so you can have different content on the addon domains. The field in cPanel is from the root of your home folder, so putting "public_html/mydomain.com" in the document root field creates a folder /home/username/public_html/mydomain.com/ which would be the root for your addon domain. You can create the docroot for an addon domain outside of public_html, but we do not recommend this. .htaccess is one solution for preventing addon docroots from being reachable from the main domain. Another solution some of our users use is making everything an addon domain. They'll keep a something.heliohost.org subdomain as the main domain and put Deny from all in .htaccess. Then they add every domain they actually want to use as an addon domain instead, each with its own docroot folder inside public_html. Both solutions will work. I personally don't do anything to prevent such access on my account. (See http://www.acmine.tk/ and http://www.raxsoft.com/acmine/)
  7. PHP 7.x is available. You can select what version is used for each domain on your account here: https://tommy.heliohost.org:2083/frontend/paper_lantern/multiphp_manager/index.html You can change your main domain through the Heliohost.org website (note that it's in the "Heliohost tools", not in cPanel. Alternately, post your username and domain and I'll change it for you. The uptime information isn't always accurate, and Tommy was down for a few minutes once or twice yesterday. Johnny is a little faster right now because he is freshly rebuilt and only has a few accounts compared to Tommy. However, Johnny has fewer restrictions, allows more resources per account, and is on much older hardware. It's more prone to downtime from overloading and abuse than Tommy. Johnny also does not support any version of PHP other than 5.6. Load and uptime history can be seen at: http://heliohost.grd.net.pl/monitor/ The 65.19.143.x address is our website and management server. It's normal, especially if you use https://heliohost.org/ to log in. You can also log in directly: https://tommy.heliohost.org:2083/
  8. The account information has been updated. You should also change your cPanel contact email to match. The cPanel contact email can be changed here: https://tommy.heliohost.org:2083/frontend/paper_lantern/contact/index.html Your domain is also now working.
  9. You can't change the email address used to sign in. We'd have to change it for you. As for the domain, what is your username and the domain you want. I can change it for you.
  10. The accounts that were in "new Johnny" were deleted. When Johnny crashed for the second time, it was disk failure like Stevie. Because the server had only been around for two or three weeks since the first repair, we didn't offer backups for those accounts. You need to signup again.
  11. https://tommy.heliohost.org:2083/frontend/paper_lantern/contact/index.html is for your cPanel notifications, password resets, etc. You also need to change it on the forum if you want them to match. If you're on Johnny, it's https://johnny.heliohost.org:2083/frontend/paper_lantern/contact/index.html
  12. You can delete the hosting account by signing into https://www.heliohost.org/ and clicking Delete Account. I've removed the extra forum account for you. If you have trouble deleting the hosting account, let me know and I'll remove that as well.
  13. You can drop JSP files in your public_html folder and they'll work if Java is enabled on your account. There is no way for a user to deploy a war file by themselves.
  14. The postgres server is not configured for remote access. I remember Krydos having to do something on Tommy to make it work. Escalating...
  15. Upload the war file to your home directory and post in customer service asking for it to be deployed. Please include your username and the name of the war file to deploy.
  16. Not in its current form, no. When we do fix him, all the accounts will be gone. Because of some changes, there's a good chance he'll have a different name too.
  17. You got suspended because it shows you created both mng4 and abhijit4. Abhijit4 has been unsuspended.
  18. Have you tried clearing your cache? Does it appear if you use the editor in another browser?
  19. Glad to see you got it working Feel free to let us know if you need anything else.
  20. FTPS doesn't work properly on Johnny or on tommy. We don't know why. SFTP is supported on both servers though and is more secure anyway. For Johnny, the port number is 1373. Tommy is different. If you look for a recent topic on Tommy FTP, you'll find setup instructions from krydos (I'd copy paste them for you but I'm on mobile). They're identical other than the port number and host name.
  21. You'll receive an invite within 24 hours to register. Krydos sends them manually, so they take some time to come.
  22. It's likely your .htaccess file. Rename the .htaccess file in your public_html folder to something else so it's ignored and try it again (make sure to type in the URL, don't just refresh since that will use the HTTPS already in the address bar)
  23. Domain changed. Be aware that your site is currently redirecting to SSL, but because SSL is not configured on your account it's showing a random website. You will need to remove your SSL redirect or obtain a certificate and configure SSL before your content will be visible.
×
×
  • Create New...