Jump to content

Krydos

Chief Executive Officer
  • Posts

    26471
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. My recommendation in the past for users in the same situation as you is to use your local debit card to purchase a VISA/MasterCard prepaid gift card. Here in the US you can buy them at every gas station or drug store. It has worked for others. http://a.co/0OsAjLo
  2. If you would like we can sell you a dedicated IP for $12 for a year, and set up reverse dns on your ip back to your domain. Since you'd be the only domain on that IP address it would get rid of that message.
  3. ASP.NET is working now http://atoz.ml/test.aspx
  4. If you're interested in running a flask app check out http://wiki.helionet.org/Flask Please be aware that you picked our only server that doesn't support flask. If you want to run a flask app on python 2.7 you need to be on Ricky, or if you want to run a flask app on Python 3.6 you need to be on Tommy. Let us know if you need any help switching servers.
  5. Let us know if you need help with anything. Thanks again.
  6. Just set the From: header. https://www.w3schools.com/php/func_mail_mail.asp
  7. You're on Tommy now. If you see a 404 error or a Ricky queued page please clear your browser cache and flush your os dns records. Thank you for the donation. We really appreciate it.
  8. Done. You should now be able to log in and your website should start working within 12 hours.
  9. 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...
  10. Usually the inactive page looks like http://tommy.heliohost.org/cgi-sys/inactivepage.cgi
  11. https://bybyron.net/php/tools/dns_records.php?domain=atoz.ml&rec=NS When I said disable cloudflare I meant switch your nameservers to ns1.heliohost.org and ns2.heliohost.org.
  12. Java is enabled on your account, but in the future please post the filename as well as your username. Since you only have 1 .war file in your /home/jimesh/ directory I went ahead and deployed it for you. http://jimesh.heliohost.org/jimesh/
  13. Try going to https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P63828V7WFM54 Then type an amount. Next click the bottom button "Donate with a debit or credit card", and fill in your debit card information. That should work for you
  14. Added.
  15. Tommy allows more max connections than Ricky, but really the software shouldn't be using that many connections at once. I know a lot of other people use prestashop successfully and don't have that issue.
  16. Unblocked. Host: tommy.heliohost.org Port: 1342 Protocol: SFTP Login type: Normal User: kore Password: <same as cpanel>
  17. It's enabled, but it looks like cloudlfare might be blocking it http://atoz.ml/test.aspx
  18. Please disable cloudflare so we can check this issue for you.
  19. Please use https://www.heliohost.org/donate/other if you don't live in the US. Our credit/debit card form currently only works for people who have a US address. We'll be adding international support in the next few weeks hopefully.
  20. Will it run on tomcat?
  21. Domains on Johnny can take up to 12 hours to start working. Have you waited 12 hours? Domains on Ricky take up to 2 hours to start working, and domains on Tommy start working instantly.
  22. If you need better speed and better uptime we recommend switching to Tommy. Johnny is just for experimenting.
  23. There's a few things going on. It looks like you're trying to do cgi in a non-cgi-bin directory so you're going to need an .htaccess file saying it's ok for .py files to be executable: Options +ExecCGI AddHandler cgi-script .py Then your cgi needs to have a content type header: print("Content-type: text.html\n\n") Then your script needs to be executable. Make it 755 instead of 644 like it is now. Let us know if you need more help.
  24. No problem. Is everything working now?
  25. Krydos

    PHP GMP

    Please post the following information: Your cPanel username Your main domain The server that you are on
×
×
  • Create New...