-
Posts
26446 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
Edit your command so it has ">/dev/null 2>&1" at the end like this: mysql --host=localhost --user=cmh_user --database=cmh_db --password=bestpasswordever --execute="update mytable set mytable.somedata = '1' where mytable.id = '1'" >/dev/null 2>&1
-
[Hh#24498] [Hh#61090] In Need Of Moving Account
Krydos replied to HelioHost's topic in Email Support
Ricky account's cannot currently be deleted as the server is offline. Once the server comes back online you will be able to delete your own account at http://www.heliohost.org/classic/support/scripts/delete Also, keep in mind that there is no reason to ever provide your password to anyone. If someone claims to be a Heliohost admin then they don't need your password anyways. -
Since you aren't running the exact same versions of the exact same software it is conceivable that things might not work exactly the same on such different platforms.
-
There you go http://startgames.ga/ Johnny has these types of errors all the time since he's an experimental server. If you want a server that it is easier to add domains to and less bugs overall we recommend Tommy our production server.
-
Sure.
-
Your account is on Ricky. See http://www.helionet.org/index/topic/28505-2017-06-21/
-
You were blocked for trying to log in with the wrong password too many times. I have removed the block.
-
Deployed. http://xsimo.heliohost.org/JavadocIndex/
-
As you can see at http://heliohost.grd.net.pl/monitor/ Johnny is working quite well the last few days. It's possible you got blocked though. What IP do you see when you go to https://www.heliohost.org/ip.php ?
-
It's working now. Be careful with web proxies though. They cause a lot of load and have a tendency to get people suspended.
-
[Hh#15587] How Can I Run My Asp.net Web Sit On Your Server ?
Krydos replied to HelioHost's topic in Email Support
Here's a simple aspx script to get you started <%@ Page Language="C#" %> <% HelloWorldLabel.Text = "ASP.NET is working."; %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> </head> <body> <form id="form1" runat="server"> <div> <asp:Label runat="server" id="HelloWorldLabel"></asp:Label> </div> </form> </body> </html> -
If your script is running on the server, such as if you install phpmyadmin on your account in public_html then use localhost as the host name. If you're connecting to the server remotely then use johnny.heliohost.org
- 2 replies
-
- database
- connect database
-
(and 4 more)
Tagged with:
-
Here is the latest news on Ricky http://www.helionet.org/index/topic/28505-2017-06-21/ Any additional news will be posted in that forum, https://www.facebook.com/HelioHost.org and https://www.twitter.com/heliohost
-
This is what the inactive page looks like: http://sdlkjfh2.heliohost.org/cgi-sys/inactivepage.cgi Was it not this message? Actually, now that I look at it closer it looks like some inactive sites on Johnny were getting the suspended message instead of the inactive message. Thanks for pointing it out.
-
[Hh#95857] Asp.net Page Not Executed On Tommy Server
Krydos replied to HelioHost's topic in Email Support
There you go http://vegapunk.heliohost.org/test.aspx -
Is your home PC also running Centos 7 x86_64 on kernel 3.10.0-514.6.1.el7 with mono version 5.0.1.1?
-
That error means that it can't find something it's looking for. Is the script trying to include another file perhaps?
-
It's working for me http://azhrhasa.heliohost.org/
-
There you go https://vaninf.heliohost.org/test/url.jsp
-
[Hh#95857] Asp.net Page Not Executed On Tommy Server
Krydos replied to HelioHost's topic in Email Support
Do you have an .htaccess file redirecting traffic to the index.php? -
[Solved] How Can I Use The Solr Service On Tommy?
Krydos replied to java1to3's topic in Escalated Requests
Source: https://forums.cpanel.net/threads/what-is-cpanelsolr-how-did-it-get-installed.599303/#post-2426495 -
You can pick your own version of php at https://tommy.heliohost.org:2083/frontend/paper_lantern/multiphp_manager/index.html However, php 5.2 reached end of life in 2011 which is well over 6 years ago. When software reaches end of life that means they no longer release security patches so any vulnerabilities that anyone has found over the last 6 years could be used against any software running on that ancient of php and potentially used to root the entire server. Therefore it is extremely unwise to run php 5.2 at all, and especially unwise on a shared server. Likewise php 5.3 reached end of life 2 years and 10 months ago. The oldest version of php we support is 5.4. Perhaps while you are updating the domain on your licenses you can also download a less ancient version of their forum software?
-
Is the phpinfo.php file 644 permissions?
-
Deployed. http://iaconweb.heliohost.org/iac-web/
-
My favourite debugging strategy is to start simple and make sure it works, and then add a little and make sure it works and then add a little more and make sure it works. It's much easier that way. Have you tried something simpler first, and building on that?
