-
Posts
24,192 -
Joined
-
Last visited
-
Days Won
854
Everything posted by Krydos
-
What forum software are you using? Have you contacted that forum's support?
-
Your website is working again http://bsabot.heliohost.org/
-
It used to reset at midnight Pacific so this used to be correct. Wolstech created his Stevie account at 3am, and I created my Stevie account at 2am. We figured midnight UTC would be simpler for people worldwide to figure out, and it makes it slightly easier to get an account in the US, Canada, etc. For users in the US the reset happens at 4pm - 7pm.
-
Your domain http://dghosh.heliohost.org/ is working again.
-
See if this helps https://stackoverflow.com/a/2225275
-
Remote access enabled.
-
Rereading my post that's totally what I meant to say. Thanks for pointing it out. These forums are a great source of information for people who have the same issue in the future to search and find their answers, but it's best if the information is correct. I edited my post.
-
http://maisunmonowar.com/ is working for me. Marking solved.
-
Dedicated IP granted. Thanks for your donations.
-
Your website is working now http://gabrielbarcellos.heliohost.org/
-
Your website is working now http://alya.heliohost.org/
-
[Solved] War Deployment Script On Tommy Down?
Krydos replied to couch81's topic in Escalated Requests
The deployment script got hung up. Probably due to the downtime. It's working again now. -
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.
-
http://avishek.heliohost.org/index.html works for me. Try clearing your browser cache.
-
Dedicated IP granted, and thanks for the donation.
-
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.
-
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.
-
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.
-
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.
-
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.
-
Which domain? There are 47 .htaccess files on your account.
-
[Solved] Request Tomcat Context.xml Usehttponly="false"
Krydos replied to couch81's topic in Customer Service
See if this helps https://www.helionet.org/index/topic/30325-deploy-war-file/?p=136976 -
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.
-
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