Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,610
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. 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.
  2. Are you using this account for a class or something?
  3. The blockch1 has been unsuspended, and the rest will remain suspended. Please limit yourself to 1 account from now on.
  4. 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.
  5. 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.
  6. 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.
  7. There you go https://krydos.heliohost.org/74/phpinfo.php
  8. 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.
  9. Invite sent.
  10. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  11. Remote access enabled.
  12. Unarchived.
  13. 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.
  14. 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.
  15. Unarchived.
  16. Unarchived.
  17. That's why.
  18. Does your password have a space, a single quote, or a double quote or something like that in it?
  19. I just set them both to 64 MB. https://krydos.heliohost.org/80/phpinfo.php
  20. Krydos

    Hey admins

    It's possible that if your IP was blocked less than 15 minutes before you posted it hadn't showed up in the firewall yet. FTPS has historically never worked right on our servers. TLDR: Use plan FTP or FTPS. If you care, the reason is because the Linux kernel is supposed to be compiled with support for FTPS where the FTPD software can tell the kernel I'm using this port for passive FTP, and then the kernel in turn tells the firewall to allow that port, but that all doesn't work right. I think the problem is the kernel we use, but I'm not going to compile my own kernel from source to add support for it. I'd rather just use the package manager and not have to worry about compiling a new kernel every few weeks each time a vulnerability is discovered or whatever. I have managed to create a workaround for FTPS recently that allows it to work, but the problem is cpanel keeps overwriting my configuration files, and then breaking it again. I checked on Johnny and FTPS wasn't working for me either, but when I fixed the config and restarted FTPD it's working now again. Unsure for how long it will work. It might be the updates that keep overwriting it. FTPS timing out doesn't cause your IP to be blocked. Using the wrong password or username does. For instance your SFTP username is sffreesy, not Sffreesy, or sffreesy@sffreesy.heliohost.us or anything else. Only sffreesy works. Using the wrong username would cause your IP to be blocked if you tried too many times.
  21. Yeah, it's possible.
  22. Remote access enabled.
  23. The github repository doesn't have precompiled zip files that are ready to install into Wordpress as a plugin. The github repository has the source only. If you download the source as a zip file it won't add as a plugin because it hasn't been compiled yet. You can download the zip file that is compiled and ready to be installed on wordpress, but you have to pay $100 for it. What I did is I created the zip file that is ready to be installed on wordpress for people where the package manager of that website charges $100 for doing the same thing that I did for free. Jenova tested the zip file and reports that it seems to work. If I could have some more people test it out it'd be great though. It would also be nice to have someone write a guide on how to use it for the wiki. Generally people who use wordpress have no idea what they're doing so having a detailed guide would be very useful for people.
  24. Windows server 2019 with desktop experience is basically the same as Windows 10 anyways, but actually intended to be run on a vps. It has the same taskbar, same search thing, same start menu, same everything basically except it also comes with a lot of software that makes hosting a website easier. If you're planning on hosting a website though I strongly recommend using Linux. Windows is very slow in comparison on the same stats and the license costs like $500 compared to Linux being free forever. A $4 per month 2 GB memory Linux server would probably run Wordpress faster than like a $16 per month 6 GB Windows server. Besides you're already used to running Linux anyways, because Linux is what Tommy is running so converting your existing site to run on windows might be difficult. I'll install Windows 10 if you really want it, but I don't know why you would want it. If you stop paying for your vps, or your payment doesn't go through I will send out a reminder email at 3 or 4 days without payment giving you 24 hours to get a new payment set up. If you don't respond to that email asking for more time and don't get a new payment figured out your vps will be powered off after the 24 hours are up. Then if I still don't hear from your for 30 days after being powered off your vps will be deleted to make room for paying users. If you plan on taking a break from paying for your vps for more than 30 days please make sure you backup everything you need first. You don't have to log in to your vps at all if you don't want to. As long as the payment keeps coming your vps will remain online.
  25. Unarchived.
×
×
  • Create New...