Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,799
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py The next time there is a python module install request can you please list the modules that need to be installed, not just a list of which 90% are already installed. It takes a lot of my time. Anyone can do this for me. This would be a great task for a moderator to help me out.
  2. In your .htaccess file you have this RewriteRule ^(.*)$ hello/dispatch.wsgi/$1 [QSA,PT,L] and according to the guide it should be RewriteRule ^(.*)$ hello/hello/dispatch.wsgi/$1 [QSA,PT,L]
  3. 180 day trial actually. https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019?filetype=ISO
  4. It looks like this is already solved for OP, but if anyone comes across this thread by searching: You can create an account with google search console, and submit your site. If you get flagged as deceptive you can use that site to request to be unlisted. https://search.google.com/search-console/about
  5. This is the email warning you received on 2019-11-06 If you didn't receive that email you might want to make sure you have no-reply@heliohost.org and support@heliohost.org whitelisted in your gmail. Unarchived. You'll need to reset your password before you'll be able to login. https://www.heliohost.org/reset/
  6. There you go https://krydos.heliohost.org/72/phpinfo.php
  7. The extension calendar has been installed on Johnny's php 5.4.
  8. Home/etigui/robert Your files need to be in public_html for them to be viewable through a browser. So try something like /home/etigui/public_html/robert instead.
  9. See https://www.helionet.org/index/topic/38067-solved-johnny-bihourly-hung/?p=169014 and https://www.helionet.org/index/topic/38032-johnny-nameserver-detection-broken/?p=169008
  10. The extension zip has been installed on Johnny's php 5.6.
  11. See https://www.helionet.org/index/topic/38032-johnny-nameserver-detection-broken/?p=169008
  12. See https://www.helionet.org/index/topic/38032-johnny-nameserver-detection-broken/?p=169008
  13. This should be fixed now. Try adding your Johnny domains now.
  14. Also, I changed your username to jbbdude.
  15. Is it working now? https://family.block.ovh/
  16. 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.
  17. If your script is running on our servers the host is localhost.
×
×
  • Create New...