Jump to content

Krydos

Chief Executive Officer
  • Posts

    26471
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. Krydos

    Ricky Backups

    Thanks for pointing this out. I have removed the backups of any Stevie accounts that match username and email to a Ricky account. There were only 50 or so people affected. The /0/ links are missing Stevie backups. I deleted some 45 byte empty Stevie backups without deleting the entry from the database so the link doesn't exist anymore.
  2. I get a 500 error null pointer exception when I try to go to your servlet.
  3. Thanks a lot! I've already updated the Facebook and Twitter images. It's always bugged me how grainy those images were. The admin who used to do all of our creative graphical stuff, JJE, hasn't been active for years. He's the one who originally made our forum theme, our inactive/queued/suspended pages, and pretty much all of our banners and icons. Thanks for helping out. If you like doing this sort of thing, one thing that a lot of people ask about is those "Hosted by HelioHost" type images that people could put on their sites in various sizes and shapes.
  4. You can request asp.net either on the forums or through mail. Either way you don't need to request it anymore because it's already been enabled. Yes, we support MVC5, MVC4, MVC3, MVC2, and MVC1 in addition to webforms.
  5. I don't believe so. In the past we've always recommended people just convert their video files on their home computer. Video conversions take a lot of cpu and memory and would likely get you suspended anyways if ffmpeg was installed.
  6. No, ffmpeg is not currently supported on Johnny.
  7. Writing this email will suffice for requesting access to asp.net. There you http://aleksefy.heliohost.org/test.aspx I had to rename some of your buggy files to get aspx to work.
  8. I tested asp.net on your account and it works http://khaled.heliohost.org/test.aspx
  9. What is your username or main domain?
  10. The domains salsathek.tk, and uni-basket.tk, and all of the subdomains should now be available to add to a new account.
  11. The domain okbros.com is now available to create a new account.
  12. 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.
  13. The domain fis.heliohost.org and the email address bojan.b1@tutanota.de are now available to create a new account.
  14. Deployed. http://citisnet.heliohost.org/citisnetsql3/
  15. 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.
  16. Yes, I checked and it shows a 404 for me too.
  17. 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.
  18. 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>
  19. 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.
  20. 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.
  21. 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
  22. 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
  23. 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.
  24. 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.
×
×
  • Create New...