-
Posts
24,164 -
Joined
-
Last visited
-
Days Won
850
Everything posted by Krydos
-
No it's not possible because that is an invalid username and that directory doesn't exist.
-
We've had some requests from people to set up a system where they could make a monthly recurring donation to keep their account active instead of having to log in to cpanel. The donation amount could start at $1.00 USD per month (because any less than that and paypal takes all of our money in fees) or as much as you think our service is worth. Would that be something you'd be interested in or would you rather continue logging in every 30 days for free? Thanks for your feedback as it helps us prioritize what features we implement next. Also, I renamed your forum account back to Coldwin (instead of Coldwin2.)
-
[Solved] Not Able To Connect To Mysql Remotely
Krydos replied to mybot's topic in Escalated Requests
There is no account by the username abc, but there is one with the username mybot. I checked the active mysql connections for the username mybot on Johnny, but there are none currently active so you shouldn't be getting a max connections error right now. That error is usually caused by using persistent mysql connections instead of closing each connection when you're done querying the database. I've seen some people leave open sleeping mysql connections for days without any data transfer. Let us know if it happens again, and I can check it again for you. -
Thanks for the donation. That transaction ID doesn't actually match anything I can find, but I searched based on your forum email address and resent that invitation. Let us know if you still haven't gotten it.
-
I just tested the email that you used for your Johnny account on the status page https://www.heliohost.org/status/ and it says no account found.
-
The domain timetoshop.in has been deleted from the DNS cluster. Can you add it to your new account now?
-
You can create a new account at https://www.heliohost.org/signup/ if you wish.
-
That account cannot be deleted because it is being held as evidence for law enforcement.
-
You can add/change MX records here https://johnny.heliohost.org:2083/frontend/paper_lantern/mail/mx.html
-
There you go http://netmate.cf/
-
Those errors are because you're on Johnny. When you try to park a domain when the load is high it can error out sometimes. The load on Johnny is frequently high because he is our experimental server. If you want better uptime and less load you should transfer your account to one of our stable production type servers Ricky or Tommy.
-
Your site doesn't have a white screen: http://hirbo.heliohost.org/
-
I changed your forum username so that maicol01 will be available.
-
Cool, I checked for you and it is deleted.
-
Try resetting your password https://www.heliohost.org/reset/ and then deleting your account http://www.heliohost.org/classic/support/scripts/delete Let us know if it still doesn't work.
-
Java is not enabled on that account. To request java you must go to https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and click the request button. Please be aware that the server that you chose, Johnny, currently has a very long wait to receive Java. Tommy, which also support java, currently has a wait of only a few hours.
-
Templatemonster obvious bot is obvious. If you're not a bot just use softaculous to install wordpress and then install one of your templatemonster themes. Just make sure the theme/plugins are all free of malware and your wordpress is kept up to date because that is the number one reason people get hacked is wordpress + bad themes.
-
Have you read http://wiki.helionet.org/Java_Servlet#Edit_index.jsp_Source ?
-
You had two 400mb core dumps in your public_html. This is generally caused when php crashes due to a segmentation fault. Your error_log is 11k long so you might want to look in to fixing some of your php errors. Now that you're no longer over quota is everything working?
-
Deployed. http://xitix.heliohost.org/xitix_blog/
-
The most portable option is to not use absolute paths, but rather relative paths like ../. If you must use absolute paths the best way to do it is to determine your DOC_ROOT within your code in the same section where you definite global variables and then use the DOC_ROOT variable through the rest of your code. Using relative paths is easiest in my opinion. Your username has to be appended to the beginning of your deployed app otherwise no one else would be able to use blog.war.