Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,551
  • Joined

  • Last visited

  • Days Won

    869

Everything posted by Krydos

  1. Yes actually, you can use a public key to login to SFTP without a password. You have to generate the key with putty. Here is a good guide https://www.ssh.com/ssh/putty/windows/puttygen Once you have your .ppk file open it with a text editor and look for the text block between Public-Lines: and Private-Lines:. Copy/paste that text. On cpanel use the file manager to create the directory /home/username/.ssh/ Then in that directory create a new file named authorized_keys. Edit the file and paste in the text from the .ppk file. At the beginning of the first line add the text "ssh-rsa" and a space. You also need to remove all the line breaks that putty puts in there. It should all be one long line of text. Optional: You don't have to do this but I always label my public keys. For instance, "work computer", "laptop", "phone", etc so when you look at this authorized_keys file later you know what each entry is for. To label it just put the text at the end with a space before it so it looks something like this ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAs11AscHG+MC3Plr32hCWFBHTUwsJaODUcxOLFurSZXOW3d0hUdKbNvWWRh1NPJoxB/gNtDkXz1TB14Ex4PMSvsy9Hn2kYmgRZDPiGGd5K/K91sbcTsSHF15r9+gpf6tsiZO7kAdrFj8nCNYBOJSPvMnrdjKjlkn0OUh6eOqjtFy//ov0Kkk/ys0+wCyh/3YTIpFYJgkQdgTvvzuBToucXyD2/CY8aEn/pT+wqsvMrh/7p/6lVDx1zq5wqgzdUjDSmmmBIZuwVbx+dWnhpQKHKPCo2R0GoT6ce4/OLKNmwkV2CcP8tOdnVB8LqMgmfqCjXZgt701ZvNf/e+UK0A4jSQ== laptop Then in filezilla open the site manager, and load up your SFTP settings. Under logon type instead of putting "normal" select "key file". Then click browse and click on the .ppk file that you created earlier. If you did everything right you can now login without a password.
  2. If your script is running on our servers the host is localhost.
  3. Which version of php are you using?
  4. What is your username, and what is the IP of the cams?
  5. The reason I said I'd handle them individually was because I wanted a domain that I could test, change settings, test again, change settings again, etc. Since wolstech has just been adding the domains manually I still don't have a test case to work on. I understand it's good customer service to get it fixed as quickly as possible for each particular user, but in the overall scheme of things it would be better for one user to have a broken domain for a little longer so we can fix it for everyone once and for all.
  6. We offer ASP.net hosting on our Windows server, Lily. Wolstech is our windows server admin and he can set you up with an account on Lily. He'll get in contact with you soon.
  7. 428 MB is in use by your mail accounts. Try deleting some junk mail perhaps?
  8. Make sure you add your postgresql user to the database through cpanel (not phppgadmin).
  9. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  10. Unarchived.
  11. There you go https://krydos.heliohost.org/cgi-bin/modules37.py
  12. The extension curl has been installed on Johnny's php 5.6.
  13. Mcrypt was deprecated in php 7.1, and no longer exists for php 7.2 and 7.3. The solution here is to downgrade to php 7.1.
  14. Signups on Tommy were open for 20.718 seconds today. This is actually quite long for Tommy as we usually see signups fill within 10 seconds. There's no cheating, you just have to be fast. If you find you're unable to be fast enough you can always consider donating as little as a $1 USD gets you an invite and you can signup whenever you want even if the server is full for the day. https://www.heliohost.org/tommy/ If you don't want to donate, that's fine. You'll just need to be quicker in the future to get a free account.
  15. Thanks for being so understanding.
  16. You'll need to log your sql queries on your own. The reason you can't access the logs is because they may contain sensitive information of other users.
  17. Have them make a post on the forums and we'll handle this on a case by case basis for now. If nothing else an admin can park the domain for them.
  18. Moved, and deployed http://tommygun.heliohost.org/warpaint11/
  19. Yes, but keep in mind that cron jobs are limited to 2 per day. So you can run that script twice, or you can run two different scripts once each.
  20. Your user isn't postgres, it is the user you create through cpanel that starts with urano68_.
  21. By the way, someone was asking about you: https://www.helionet.org/index/topic/37604-java-websocket-connection-failure/?p=167122
  22. You're one of the first to get suspended for high load since Tommy was rebuilt, so the server wasn't set up to track which php file was causing load yet.
×
×
  • Create New...