Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,849
  • Joined

  • Last visited

  • Days Won

    885

Everything posted by Krydos

  1. http://maisunmonowar.com/ is working for me. Marking solved.
  2. Dedicated IP granted. Thanks for your donations.
  3. Your website is working now http://gabrielbarcellos.heliohost.org/
  4. Your website is working now http://alya.heliohost.org/
  5. The deployment script got hung up. Probably due to the downtime. It's working again now.
  6. Unarchiving... Done. You should now be able to log in at https://www.heliohost.org/login/ and your website will start working again within 24 hours.
  7. http://avishek.heliohost.org/index.html works for me. Try clearing your browser cache.
  8. Dedicated IP granted, and thanks for the donation.
  9. You can have as many django apps as you want. You can have as many domains as you want. You can even have as many domains as you want pointing at the same django app. The paths just have to be the same.
  10. Go to https://johnny.heliohost.org:2083/frontend/paper_lantern/subdomain/index.html and create the subdomain bittrexlive.jpsoft.heliohost.org. If your addon domain shows up at the bottom of the addon domain page it means you did it right, and you site should start working within 24 hours.
  11. Unarchiving... Done. You should now be able to log in at https://www.heliohost.org/login/ and your website should start working again within 24 hours.
  12. Well, my main recommendation starts with the fact that SQL is slow. PHP is fast. The way I do these things is I just pretty much dump the whole database into an array in PHP and then process it. Doing SQL queries in a while loop with 200 iterations is going to be painfully slow, and it's no wonder you get a max connection error. It would be even worse if you were using one of the new fangled asynchronous languages instead an old fashioned procedural language like PHP. Doing 201 SQL queries right in a row is going to take ages. Try doing one query outside the loop and then process the data in the loop. I bet you could cut the execution time down to like 10% of what it is now with this strategy.
  13. Did you enable remote mysql connections? Cool, thanks! We accept donations of $1.00 USD or more. Anything less than that and paypal takes too much of our donation. We recommend donating the amount that you feel our service is worth to you. All of our servers can do what you need. When you make a donation you will have the opportunity to switch to the Tommy server. The main difference is Johnny is very slow and has a lot of downtime. Tommy is our fastest server and has pretty much perfect uptime.
  14. Krydos

    Multiphp Resets

    Which domain? There are 47 .htaccess files on your account.
  15. See if this helps https://www.helionet.org/index/topic/30325-deploy-war-file/?p=136976
  16. Yeah, sorry about the poor performance on Ricky. He's our newest server and we're still fine tuning him. Even Tommy had much worse downtime until we get the settings exactly right. There are so many variables involved you just kind of have to adjust things one at a time to see if it gets better or worse for the most part. You're on Johnny now. You should be able to login at https://www.heliohost.org/login/ and your domain should start working within 24 hours. If you see a 404 error or a Ricky queued page be sure to clear your browser cache and flush your os dns records. Let us know if you need help with anything else.
  17. Krydos

    Multiphp Resets

    I set the .htaccess on these subdirectories before Ricky was even released to the public and they have never once changed or deleted on their own: https://krydos1.heliohost.org/54/phpinfo.php https://krydos1.heliohost.org/55/phpinfo.php https://krydos1.heliohost.org/56/phpinfo.php https://krydos1.heliohost.org/70/phpinfo.php https://krydos1.heliohost.org/71/phpinfo.php https://krydos1.heliohost.org/72/phpinfo.php
  18. You're using the wrong port. Mysql is on port 3306. 2083 is cpanel. Try this static private String dbDriver = "jdbc:mysql://johnny.heliohost.org:3306/choky10_xxx";
  19. Johnny supports up to ASP.NET 3.5, and Tommy supports up to ASP.NET 4.6. Ricky does not have ASP.NET at all.
  20. You'll need to pick one domain or the other for django to work. The way the .htaccess needs to be written won't work for both at the same time.
  21. Create example.tk as an addon domain (is what I think you're describing.)
  22. There you go https://krydos.heliohost.org/56/phpinfo.php
  23. Only 3 people have the root password for Tommy. If you install linux on your home computer you can run commands like that on it though.
  24. Which version of php are you using?
×
×
  • Create New...