Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,202
  • Joined

  • Last visited

  • Days Won

    855

Everything posted by Krydos

  1. You'll need to create a new account. The contents of your current account are being held as evidence for law enforcement.
  2. Krydos

    Moving account

    The full backup is a compressed archive that contains EVERYTHING from your account including all settings, domains, emails, files, databases, etc. Basically the warning is telling you that you won't be able to download this file, delete your account, create a new account, and just upload the backup. The backup contains instructions on how to create your account so it can't be used on an account that is already created. The full backup is still useful because you can download it and extract it and get all of your databases and files and everything from within the archive. If your site is 500 MB the backup will likely be considerably smaller than that. It uses gzip compression, and most html, php, text files, etc. can achieve 90% compression. Files like images and movies are already fairly well compressed so they will only get maybe 10% compressed using gzip. The point is that the compressed archive will not take up 500 MB unless your 500 MB is all highly compressed files like movies or zip files. After you create your new account you will need to add any alias domains, subdomains, addon domains, create new databases, create new database users, restore the database data from the .sql files in your backup, upload the files into public_html etc. It's a bit of work, but we can help you figure it all out if you have questions. I would also like to point out that if you're a donor, an admin can transfer your account between servers for you. That means you don't need to backup, delete, recreate, and restore. You just have an active account, and then everything is transferred to the next server without losing anything or having to recreate anything. If you're interested in transferring to Tommy please be aware that the free signups usually fill in 5-10 seconds daily, so it takes most people a couple of days to get lucky and get one of the limited free Tommy accounts. Being a donor also means that you don't have to deal with that hassle. We can transfer your account to Tommy even if the server is full for the day.
  3. Botnets are illegal. Our terms of service forbid hosting illegal things. I suggest not running a botnet, or finding another host that will allow you to do illegal things.
  4. Unblocked. You were blocked for failed cpanel logins. If you login at https://www.heliohost.org/login/ that won't happen.
  5. You know what else causes a lot of load? Botnets.
  6. Done. You should now be able to log in and your website should start working within 2 hours.
  7. 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...
  8. It can take a few hours to update on its own.
  9. I'm glad you got it figured out.
  10. Yeah, obviously port 1373 is blocked somewhere between your computer and the server.
  11. In my opinion your emails are spam, but I suppose if people intentionally sign up for them they want to see that kind of spam. If we get a single spam report regarding your account you will be suspended and moved to Johnny. You've been whitelisted for 250 emails per day. I'm not sure if there's a way to tell how many emails you've sent through cpanel. Maybe just look at the sent box of your email address? So far today you've sent 29 emails though.
  12. Done. Done. Wolstech already did that. I assumed you meant flazepe.heliohost.org. If so, done. Done.
  13. Try sftp -oPort=1373 elhambre@65.19.141.67 That's what I use and it works from multiple locations.
  14. I changed your domain for you from abdullahcodes.org to abdullahcodes.tk.
  15. SBCL 1.4.0-1.el7 has been installed on Johnny. To get started with lisp as a cgi create a file named lisp.cgi in public_html/cgi-bin/ with permissions 755 and the contents: #!/usr/bin/sbcl --script (format t "Content-type: text/html~%~%") (format t "Lisp as CGI is working.") Working example: https://krydos2.heliohost.org/cgi-bin/lisp.cgi
  16. Give some examples of the "New Offers" please.
  17. The SFTP username is going to be the same as your cpanel username, so elhambre, not elhambre@johnny.heliohost.org.
  18. You don't have the root password for the server for obvious security reasons. Your mysql username will be something like lauraccc_root. You can create databases and database users through the mysql button in cpanel.
  19. You can deploy java servlets by uploading them as .war files. Check out the java button in cpanel, and the wiki https://wiki.helionet.org/Java_Servlet
  20. Where do you get your email addresses from?
  21. What is your username? Neither of the servers should be estimating an install in July. EDIT: Nevermind, you probably mean March 7th, not July 3rd.
  22. No, shared hosting plans do not include the ability to run shell commands. VPS include ssh and root access so you can run any shell commands you want.
  23. No.
  24. Have you read https://wiki.helionet.org/Django ? You run startproject on your home computer and then upload the project. If you can't run these commands and create your project on your own computer you will need a vps https://www.heliohost.org/vps/ in order to have ssh access to run the commands you're trying to do.
  25. My guess is that apache has to read the file first in order to pass it to php. Apache runs as the user nobody so it needs other readable permissions to even see the php script. Then once the php script is passed to php it is executed as your userid. I suspect if you ran a cronjob on a php script with 640 permissions it would work.
×
×
  • Create New...