Jump to content

Krydos

Chief Executive Officer
  • Posts

    26471
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. The grey background on the text is being caused by these lines in the file /home/admin/web/rvwars.helioho.st/public_html/css/rvwars.css #news p { background-color:#eeeeee; } Let us know if you can't find those lines to remove them, and I can do it for you.
  2. You're doing great! Let us know if you need help with anything else.
  3. If you drag and drop the new index file it should prompt you whether to overwrite it or not and give you timestamps and size comparisons. Deleting the file on the server first works too.
  4. Ok, your password has been updated. Try logging in to SFTP now. Also for future reference, please don't email your password to us. We don't need your password to help you, and email is extremely insecure so your VPS may get hacked if you email plaintext passwords.
  5. Go to this page https://heliohost.org/password/ and submit a new password for the admin account. It won't automatically update your server though so let me know when you've submitted the new password, and then I can manually copy it over to your VPS.
  6. Yes, that is wrong. Like I said 22 hours ago Protocol: SFTP Host: 65.19.141.202 Port: 22 Logon Type: Normal User: admin Password: <same as logging in to Hestia> Default remote directory: /home/admin/web/rvwars.helioho.st/public_html Please note I said the "admin" user not "wa2uet".
  7. Are you sure you're uploading the file to /home/admin/web/rvwars.helioho.st/public_html ?
  8. The code editor I use is Visual Studio Code which is a free app you can download from https://code.visualstudio.com/ It can help with editing html and has color highlighting, but you can use any editor that you like.
  9. If you'd rather edit your site with your web browser, you can do so by logging in at https://wa2uetwx.heliohost.us:8083/ Username: admin Password: <you picked the password> Either SFTP or Hestia will work. So whatever is easier for you.
  10. Login with SFTP Protocol: SFTP Host: 65.19.141.202 Port: 22 Logon Type: Normal User: admin Password: <same as logging in to Hestia> Default remote directory: /home/admin/web/rvwars.helioho.st/public_html
  11. Alright, how does this look? https://rvwars.helioho.st/
  12. Yes, it looks like I can download the files for the website.
  13. Do you have a domain for this website already, or would you like a free domain such as rvwars.helioho.st?
  14. We generally don't install beta or dev versions since they are usually quite buggy and unstable. I didn't install the "wrong" version, I just installed the latest stable version like we always do, and exactly as I intended to do. Sometimes when people ask for ancient versions of things we do the same thing and install the latest stable version instead. It's highly unlikely anyone other than you will use this itchat-uos so it probably won't hurt to have an unstable, development version of it installed.
  15. The module itchat-uos has been installed on Tommy's Python 3.12. You can see the current list of installed modules at https://krydos1.heliohost.org/pyinfo/info3.12.py
  16. The problem is .well-known has to be accessible via http. # curl "http://borbach.com/.well-known/acme-challenge/ysITPUa8hTIqNhE7FjrKF9WjF0QDi4AUgdjhK5ioL3U" <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html> As you can see requests for http get redirected to https so SSL verification will always fail. I disabled redirection to https and now it returns the contents of the verification file instead of redirecting to https. # curl "http://borbach.com/.well-known/acme-challenge/ysITPUa8hTIqNhE7FjrKF9WjF0QDi4AUgdjhK5ioL3U" ysITPUa8hTIqNhE7FjrKF9WjF0QDi4AUgdjhK5ioL3U.JYseh45lQBxj41K6qwq7KQASWpf6M7NBo1lNHke015E Here is the recommended way to redirect to https, while making an exception for .well-known to be accessed via http RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{THE_REQUEST} !/.well-known/(.*)$ [NC] RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] I added the above code to your .htaccess and I reissued Let's Encrypt via Plesk for you and now everything is working as expected. https://www.sslshopper.com/ssl-checker.html#hostname=borbach.com
  17. DKIM, SPF, and DMARC have been set up for the domain a0795683865.helioho.st. We recommend sending a test email to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be.
  18. When I first glanced at this I read joyless trout. Haha. Remote access enabled. host=65.19.154.90 port=5432 username=joyless_user dbname=joyless_tryout password=<set in Plesk>
  19. Usernames that we know of who are in this class: devlab, romrarito, aelreje, dtfj03, meglopez, duckworth, vinzj Are there any others?
  20. Since so many of these students are using personal gmail.com addresses they are still getting suspended by our multi account detection system. Can we please get this organized so they are all using studentname@usls.edu.ph email addresses or something like that so we can identify them prior to getting suspended, and then requesting to be added to the class exemption list?
  21. I thought all of the students in this class were going to be using username@usls.edu.ph email addresses. I also thought all of the students accounts were going to be listed in this thread We are extremely happy to provide accounts to help this class learn about hosting in the real world, but unless someone actually gets this organized you are all going to continue getting suspended since you're all using the same computers and IP addresses.
  22. The module psycopg2 has been installed on Tommy's Python 3.12. You can see the current list of installed modules at https://krydos1.heliohost.org/pyinfo/info3.12.py
  23. See https://helionet.org/index/topic/62900-solved-unsuspend-account/ Like you've been told several times already there is no need to spam your unsuspension request in 50 different places. Most of our staff are located in North America and you sent this email at 3:26am. When you request support at a time when we're all asleep you can expect it to take a little longer than usual. Like I already said on Discord, Please explain how you will prevent your site for being used to brute force passwords. Your legal page basically says “please don’t use this page to do illegal things.” Asking nicely doesn’t prevent illegal activity. If I left a stack of $1000 sitting on my doorstep and left a nice note next to it saying “please don’t steal this cash” I doubt it would work just like your legal page. If you can prove that your hacking tools won't be used for hacking you can host them.
  24. Like it says on basically every page of our wiki, most changes can take up to 2 hours to go through. For instance, changing your PHP version can take up to 2 hours to actually change.
  25. You can use the binary /usr/bin/python3.9 or /usr/bin/python3.12 to choose the version you want to use. If you're just using /usr/bin/python3 then that's 3.9.
×
×
  • Create New...