Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,401
  • Joined

  • Last visited

  • Days Won

    909

Everything posted by Krydos

  1. Closing due to inactivity.
  2. Remote access enabled.
  3. You seem to be really struggling with this, and I agree setting up Django can be rather complicated. I went ahead and set up a functional test django site at http://apitunion.com/ for you. Feel free to familiarize yourself with the files and their contents. Then make small changes and test frequently. If you break something revert your last change, and figure out what went wrong. Let us know if you need any help.
  4. You have all your files in the wrong directory. Your files look like this $ tree ../hello/ ../hello/ ├── asgi.py ├── dispatch.wsgi ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── settings.cpython-37.pyc │ ├── urls.cpython-37.pyc │ └── wsgi.cpython-37.pyc ├── settings.py └── urls.py and according to the guide they're supposed to look like this $ tree ../hello/ ../hello/ ├── db.sqlite3 ├── hello/ │ ├── __init__.py │ ├── __pycache__/ │ │ ├── ... │ ├── settings.py │ ├── urls.py │ └── wsgi.py └── manage.py
  5. 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.
  6. 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]
  7. 180 day trial actually. https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019?filetype=ISO
  8. 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
  9. 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/
  10. Deleted.
  11. There you go https://krydos.heliohost.org/72/phpinfo.php
  12. Unarchived.
  13. The load was coming from php 7.2.
  14. The extension calendar has been installed on Johnny's php 5.4.
  15. 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.
  16. 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
  17. The extension zip has been installed on Johnny's php 5.6.
  18. Unarchived.
  19. See https://www.helionet.org/index/topic/38032-johnny-nameserver-detection-broken/?p=169008
  20. See https://www.helionet.org/index/topic/38032-johnny-nameserver-detection-broken/?p=169008
  21. This should be fixed now. Try adding your Johnny domains now.
  22. Also, I changed your username to jbbdude.
  23. Is it working now? https://family.block.ovh/
×
×
  • Create New...