Jump to content

Krydos

Chief Executive Officer
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. $12 minus $0.73 transaction fees is $11.27. Your balance was at $1.5707 so now it is $12.8407. Thank you for donating the fees, and skipping the discount to help pay the bills. Your forum display name has been changed to techkitty to match your hostin account.
  2. Installed. You can see the current list of installed modules and their version for Johnny's Python 3.12 at https://krydos2.heliohost.org/pyinfo/info3.12.py
  3. No problem. Let us know if you need help with anything else.
  4. Which email address should we send the invite to?
  5. You've always had access to all the directories on your VPS. In the very first email we send you it has this line Login to SSH, run the command "sudo su" type your password, and you are root and you can access any directory or delete the entire VPS if you want. Please note: You get 1 free rebuild per month, so if you break your VPS we will rebuild it once each month for free, but rebuilds in excess of 1 per month cost $1 each.
  6. Even though it's in bold I still don't know what you mean by activate. I read through your post history and found this In that thread you called it "set up" not "activate" so maybe it's not the same thing, but what I did for you in that thread is I edited your Nginx config for that domain and created a reverse proxy so anyone who went to the domain would get proxied to http://127.0.0.1:5001/ instead. You can look at the config files for the domain anonymizer.bawantha-beliwaththa.me to see how I did it. I don't mind setting up a reverse proxy for you again if that's what you mean by "activate", but I need to know what port it's running on and which domain you want to display that Flask app, etc all of which information you provided the first time.
  7. Please see https://helionet.org/index/topic/66118-solved-payment/#findComment-295469
  8. Your VPS has been powered back on, and your new subscription has been linked to your existing VPS. Thanks for renewing your VPS. Let us know if you need help with anything else.
  9. Here you go https://buy.stripe.com/8x23cx77M9szc7D4Gpco008
  10. I'm still not sure what you mean by activate.
  11. No problem. Glad it's working now. Let us know if you need help with anything else.
  12. The max_input_vars for the PHP version 8.3 on the domain kalaggelaki.helioho.st has been increased to 5000. Let us know if it works now.
  13. I tried renewing your account and the log spun for less than a second. Maybe there is some issue with your internet connection? Your account should be active again soon.
  14. Closing due to inactivity since there has been no response in this thread for over a week. If you're still having this issue or need help with something else please open a new ticket.
  15. I checked mauvimi.eu.org and it loaded without a 502 error, so it appears to not be constantly showing the 502 error. How often do you see a 502 error? Is it constantly, meaning it never shows the page working correctly and always shows a 502 error, or does the page work for several hours and then you see a 502 error for a minute or two?
  16. Your limit has been increased to 100 per day.
  17. Installed. You can see the current list of installed modules and their versions for Morty's Python 3.12 at https://krydos3.heliohost.org/pyinfo/info3.12.py
  18. 3 ) Via the site. Users have notifications turned off initially upon registering and opt in via the user notification page. They can opt out via same page they opted in. Otherwise they will only receive account based email( password reset for example). Administrators can only turn off the user’s notifications via the admin panel unless the software is modified. Does each email have a link to the page on the site to unsubscribe?
  19. The purpose of this question is to know what limit you think you need. Is 51 sent emails per day enough then?
  20. How many emails you plan to send per day? Where you get the email addresses from? How can recipients of your emails unsubscribe? Do you have an unsubscribe@yourdomain.com address set up? Do you have an abuse@yourdomain.com address set up? Does each email have a link to unsubscribe? Do you share or sell email addresses that you get? Post an example of the messages being sent.
  21. That information is also on the wiki https://wiki.helionet.org/Cron_Jobs
  22. WSGI control access has been enabled on the domain nrchoudhari.heliohost.us. To restart your Django app and load new code changes in simply edit /home/nrchoudhari.heliohost.us/httpdocs/cartracker/dispatch.wsgi. Adding a blank line, removing a blank line, adding a space, or removing a space are examples of editing the file. As long as the last modified timestamp changes it will clear the server cache. Let us know if you run into any issues.
  23. Yes, like we said earlier you can get errors from previous versions of your code even after you change the code because of server side caching. That means you can see errors about djangotest even if there is no mention of djangotest in your code because the old code was still cached on the server. We can enable WSGI restart access for you if you want to be able to clear the cache manually.
  24. Yeah, that log file only shows Apache or WSGI errors. Like I said the "Server Error (500)" error isn't generated by either Apache or WSGI, so we would need to check some other log or add some debugging code to see why that is being displayed.
×
×
  • Create New...