Jump to content

Krydos

Chief Executive Officer
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. No, tkinter has to be built into python during compile. Seaborn will only give errors when imported without tkinter. You'll need to figure out a better way.
  2. The domain fis.heliohost.org and the email address bojan.b1@tutanota.de are now available to create a new account.
  3. Deployed. http://citisnet.heliohost.org/citisnetsql3/
  4. It looks like it might not be possible. For now use non-ssl. I'll take another look at it when I'm not so busy.
  5. Yes, I checked and it shows a 404 for me too.
  6. You can request java access at https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Keep in mind that you picked the Johnny server which currently has a very long wait to receive java. Tommy's queue to receive java is a few hours.
  7. Here is an example of preventing caching of a file using .htaccess <FilesMatch "dontcache\\.txt$"> Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Wed, 1 Jan 2000 00:00:00 UTC" </FilesMatch>
  8. You can request java access at https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Keep in mind that you picked the Johnny server which currently has a very long wait to receive java. Tommy's queue to receive java is a few hours.
  9. Your account was archived since the last time you logged in was 2017-03-24. To prevent this from happening in the future please remember to log in at https://www.heliohost.org/login/ at least once every 30 days.
  10. It looks like your account creation encountered an error because it couldn't connect to mysql. I have requeued it for you, and it created successfully. Your username is artic and your domain is artic.heliohost.org
  11. 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
  12. 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.
  13. 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.
  14. 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.
  15. Your account is on Ricky. See http://www.helionet.org/index/topic/28505-2017-06-21/
  16. You were blocked for trying to log in with the wrong password too many times. I have removed the block.
  17. Deployed. http://xsimo.heliohost.org/JavadocIndex/
  18. 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 ?
  19. It's working now. Be careful with web proxies though. They cause a lot of load and have a tendency to get people suspended.
  20. 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>
  21. 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
  22. 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
  23. 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.
  24. There you go http://vegapunk.heliohost.org/test.aspx
×
×
  • Create New...