Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,484
  • Joined

  • Last visited

  • Days Won

    866

Everything posted by Krydos

  1. You know what else causes a lot of load? Botnets.
  2. Done. You should now be able to log in and your website should start working within 2 hours.
  3. 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...
  4. It can take a few hours to update on its own.
  5. I'm glad you got it figured out.
  6. Yeah, obviously port 1373 is blocked somewhere between your computer and the server.
  7. 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.
  8. Done. Done. Wolstech already did that. I assumed you meant flazepe.heliohost.org. If so, done. Done.
  9. Try sftp -oPort=1373 elhambre@65.19.141.67 That's what I use and it works from multiple locations.
  10. I changed your domain for you from abdullahcodes.org to abdullahcodes.tk.
  11. 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
  12. Give some examples of the "New Offers" please.
  13. The SFTP username is going to be the same as your cpanel username, so elhambre, not elhambre@johnny.heliohost.org.
  14. 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.
  15. 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
  16. Where do you get your email addresses from?
  17. 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.
  18. 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.
  19. No.
  20. 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.
  21. 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.
  22. Done.
  23. Django on our servers runs through wsgi not django-admin.
  24. Done. You should now be able to log in and your website should be working again.
  25. 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...
×
×
  • Create New...