Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,796
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. Your account was suspended because our systems detected that you might have more than one account. We understand that no one ever reads our terms, but as a reminder, our Terms of Service state that each user is allowed to have only one account. The reason we have to enforce this rule is because our servers are already overloaded the way it is, and it wouldn't be fair to everyone that is turned away each day for you to have more than one when so many others have none. One common reason people create more than one account is to get around our storage limit of 1000 MB. Did you know that we will give you another 1000 MB of storage for each $5 USD donation you make up to 5000 MB total? If you'd like to increase the storage of your account just make a donation and then let us know your transaction ID and username. Another common reason people create more than one account is to host more than one website. Did you know that you can host as many websites on your one account as you want? Unlike a lot of free hosts we offer unlimited alias domains, unlimited addon domains, and unlimited subdomains. If you need any help adding another website to your account just let us know. Another common reason people create more than one account is to try out several servers at once, or to transfer a website between accounts on different servers. Did you know that an admin can move your account for you for as little as a $1 USD donation? This will save you the trouble of signing up again, and deleting your account, etc. Sometimes our systems flags you as possibly having more than one account when you share a computer with family, friends, coworkers, other students, etc. If this is your situation we apologize for the suspension, and we'll be happy to unsuspend all of the involved accounts after you provide proof that each of the accounts belong to a different person.
  2. Intl is already installed on Johnny's php 7.3 which would be the latest PHP version that we offer. Would you like me to install it on 7.2 as well or would you rather just switch to 7.3? https://krydos2.heliohost.org/73/phpinfo.php
  3. Here's the thing with java... Enabling java for a user takes ridiculous amount of memory. Deploying a .war for a user takes even more memory than that. Deploying 2 .wars for one user would mean like 4 other people couldn't have java at all. Both of our servers are always at 100% capacity for java access. Actually Tommy is a little over capacity right now, and it's causing some downtime for the whole server from load spikes. Basically what I'm saying is if you need more than one .war deployed at a time you'll need to get a VPS https://www.heliohost.org/vps/ Oh thanks for pointing out that broken wiki link. We recently upgraded the wiki and not all of the articles have been copied over to the new one. All of the old wiki stuff is still available at wikiold though. http://wikiold.helionet.org/Java_Servlet
  4. Hmm, it works on your account too https://merajbd.com/session_change.php
  5. You're on Tommy now. Thanks for the donation.
  6. Yes, Tommy usually takes 24 hours or less to get java access. Johnny can take quite a bit longer. You do not get an email. Once you have java access you can deploy it yourself at the bottom of the java request page. The system doesn't automatically deploy new versions. If you deploy a .war it stays the same deployment until you click deploy again. If you change the name of the .war it counts as a new deployment and it can take up to 2 hours to deploy. For instance test_v1.war and you change it to test_v2.war counts as a new deployment, but if the new version has the same filename it only takes a few minutes to deploy.
  7. I've considered doing the same thing. There doesn't seem to be any documentation anywhere for what would work and what isn't allowed. $25 would cover max storage, and a transfer to Tommy and 5 months of inactivity immunity. Yes, we're aware. As a free hosting provider we get a lot of abuse. Phishing and spam and whatnot try to use our service all the time since we don't require a credit card. Criminals don't want to pay and have their personal information known obviously. We suspend the abuse reports we get as quick as we can, but something along those lines seems to have upset Facebook. Since Facebook basically doesn't have any customer support (unless you pay a lot on advertising) there isn't a lot we can do. Each person that tries to post heliohost.org on Facebook and reports it as a false positive might help. If we get enough reports like that they may remove the ban. We've got some plans to help prevent it from happening again in the future if they ever unban us.
  8. If you start a url with a / it means start at the webroot, which is /home/mabass/public_html/ for that domain. If you run your app on a subdomain instead of a subdirectory you might get the results you're expecting. For instance if you created a subdomain called flask.mabass.heliohost.org then the webroot would be /home/mabass/public_html/flask/ and if you used a url that started with a / it would start at the webroot which seems to be what you're expecting. Also /static/adx_abctrainer/img/ is an absolute url path since it starts with a /. A relative path would start with a . (period) .. (two periods) or a directory name.
  9. Works for me <?php echo session_save_path()."<br>"; ini_set("session.save_path", "/home/krydos/tmp"); echo session_save_path(); https://krydos.heliohost.org/session_change.php
  10. Well, you can set the session path to whatever you want with ini_set('session.save_path', $path);
  11. 666 is better unless you need to execute the file for some reason. 6 = read/write, 7 = read/write/execute. Directories generally need execute permissions, but unless the file is cgi or a command line script it doesn't need execute. Try changing the directory that the files are in to 777 though.
  12. Wonky forums. I wonder why it included a space and another word? Usually if you post a link and then a space it only makes the url until the first space. I should have clicked the link to make sure it worked.
  13. Did you set read permissions for other on that file? You can right click on the file in cpanel file explorer or use ftp to change permissions. Filezilla calls other public permissions for instance.
  14. Yeah, no problem. Thanks for being so understanding. Sorry about having to suspend you. When the server performance gets too bad it automatically suspends whoever is causing the most load to try to get the whole server performance back within acceptable levels. You happened to be causing the most load at the time. If you need any help transferring your site to a VPS just let us know. EDIT: Oh, also we're running a VPS sale that doesn't show up yet on that page. You get 1 GB of memory free with any VPS purchase. So if you select 1 GB you get 2 GB for the same price.
  15. Your account was suspended because Wordpress is causing too much load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. This is really common for Wordpress. It can cause massive amounts of load even if you're hardly getting any traffic to your site. Wordpress is also incredibly insecure and very easy to hack. We see Wordpress accounts get hacked all the time and usually the hacker sets up a phishing site on your domain. We strongly recommend using any software other than Wordpress. If you insist on using Wordpress you might want to consider purchasing a VPS instead. VPS hosting gives you an entire virtual server to yourself, including no load limits, a dedicated IP address, and full root access. Wordpress sites load relatively slowly on our shared hosting, but they will be much faster on a VPS.
  16. Your account was suspended because our systems detected that you might have more than one account. We understand that no one ever reads our terms, but as a reminder, our Terms of Service state that each user is allowed to have only one account. The reason we have to enforce this rule is because our servers are already overloaded the way it is, and it wouldn't be fair to everyone that is turned away each day for you to have more than one when so many others have none. One common reason people create more than one account is to get around our storage limit of 1000 MB. Did you know that we will give you another 1000 MB of storage for each $5 USD donation you make up to 5000 MB total? If you'd like to increase the storage of your account just make a donation and then let us know your transaction ID and username. Another common reason people create more than one account is to host more than one website. Did you know that you can host as many websites on your one account as you want? Unlike a lot of free hosts we offer unlimited alias domains, unlimited addon domains, and unlimited subdomains. If you need any help adding another website to your account just let us know. Another common reason people create more than one account is to try out several servers at once, or to transfer a website between accounts on different servers. Did you know that an admin can move your account for you for as little as a $1 USD donation? This will save you the trouble of signing up again, and deleting your account, etc. Sometimes our systems flags you as possibly having more than one account when you share a computer with family, friends, coworkers, other students, etc. If this is your situation we apologize for the suspension, and we'll be happy to unsuspend all of the involved accounts after you provide proof that each of the accounts belong to a different person.
  17. You can register .de domains with our namecheap affiliate link. For instance http://heliohost.org/partners/namecheap/krydos.de It looks like .de domains are currently $6.88 per year, and namecheap is guaranteed to work with our nameservers because I've bought several domains from them and hosted them here.
  18. Login at https://www.heliohost.org/login/ and then click Change Main Domain. On the next page enter your username in all lowercase, your email won't work on this form, and the main domain you want to change to. After you submit your new main domain you can check if it worked by going to cpanel and checking the right column information box. It should show your new main domain within a few minutes. Your new domain could show queued for up to 2 hours after changing while the server gets it set up.
×
×
  • Create New...