Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,793
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. The extension fileinfo has been installed on Ricky's php 7.3 https://krydos1.heliohost.org/73/phpinfo.php
  2. I moved your Johnny account to Tommy. Thanks for the donation.
  3. Your main domain has been changed to shopium.cf
  4. Your account can be unsuspended in 2 hours and 8 minutes. Make a post here at that time to help us remember.
  5. Your java deployment has been moved to https://newfire.heliohost.org/newfire_Friends/
  6. It's actually kyrios21_L_portfolio and kyrios21_DB. Remote access enabled.
  7. Your account failed to create twice because of this error (XID 5zn55h) A DNS entry for xd.heliohost.us already exists. You must remove this DNS entry from this server or all servers in the DNS cluster to proceed. That means that all the remnants of the original account weren't fully deleted. I cleaned up the dns records and requeued your account, and it created this time.
  8. I don't know if anyone has told you yet, but our datacenter has raised the prices on ipv4, so if we were to continue reselling them for $12 for a year we would lose money. Therefore we have to pass the cost along. The new price is $2 per month or you can get a discount if you buy a year for $20. Your dedicated ip was set to expire on 2021-08-04 so $12 will get you an additional 6 months so the expiration date is 2022-02-04 now.
  9. Unsuspended. If your teacher contacted us in advance and let us know that a bunch of students were going to create accounts we could have avoided these suspensions. When everyone is logging in from the same ip and from the same computers it makes our suspension system think it's all the same person.
  10. Are you using this account for a class or something?
  11. The blockch1 has been unsuspended, and the rest will remain suspended. Please limit yourself to 1 account from now on.
  12. 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.
  13. If there's something wrong with an account just let us know. Main domains can be changed, and if you mess things up too much you can just delete the account and we'll send you an invite to recreate your account to reset it back to the default settings. There is no need to make multiple accounts.
  14. You can go even further than that by determining exactly what characters are allowed. For instance on Linux usernames have to be all lowercase and numbers so you can do this $username = preg_replace("/[^a-z0-9]+/", "", $_POST["username"]); Everything that isn't a lowercase letter or a number gets removed, and then you can do various if then checks after that to make sure the remaining characters are valid.
  15. There you go https://krydos.heliohost.org/74/phpinfo.php
  16. Since you requested deden to be unsuspended I went ahead and did that. The other accounts will remain suspended. Please limit yourself to 1 account in the future.
  17. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  18. Looks pretty good. The one thing I would recommend is sanitizing your post variables. When you write code you have to always think like a hacker trying to break your system. You can't trust any data that is sent from a user in post variable. Worst case scenario if you're using database queries with the data you get from post variables it could end up being sql injection.
  19. Krydos

    Hey admins

    It won't affect you, but in the next few days I'm going to upgrade the account creation process to create an account on the new forum instead of the old forum. So all new hosting accounts will have a matching forum account.
×
×
  • Create New...