Jump to content

Sn1F3rt

Moderators
  • Posts

    1,412
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Sn1F3rt

  1. Your account has been created and I've reverted to your email support ticket as well. Check - https://www.heliohost.org/status/?u=smi93ctb
  2. Usually, is a 2 hour wait, the standard time for an Apache restart on any of the servers. Well did you signup for Ricky though?
  3. Please post the name of the database and the user you'd like remote access to be granted to.
  4. Krydos can install them for you. Some of them are already installed, some come packed with Python 3 like os, sys etc. but a few like mysql.connector requires installation. You can check the list of installed modules on Python 3.7 on Tommy here: .heliohost.org/cgi-bin/modules37.py I didn't note that you're not on Tommy. As flazepe said, refer the link he's given below.
  5. What's the domain in question? I presume it's vidon.net?
  6. In future, please consider creating a new topic, cuz the Solved topics are generally not reviewed again by Krydos. For the MySQL DB, you can enable remote access yourself by going to the Remote MySQL tab in cPanel and select the database and add a '%' in place of the IP addresses. For the PostgreSQL DB, Krydos will enable remote access for you.
  7. Glad to know that. And so happy to contribute!
  8. Which version of Python would you like that installed on? I guess it's 3.7?
  9. Go to the folder of your subdomain, and create a file named .htaccess and paste the following content into the file: IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://webmail.galactico.fashion/$1 [R,L] </IfModule> That's redirect all HTTP requests on the subdomain to https. Hope that helps!
  10. Hello team, Sent in a TRTL donation. Amount: 50K TRTL (~$1)Transaction hash: a3213831c9e8bd225b5113fe7db424ca5126ee914faabdfc31323b19f0bf6a32 Could you please confirm that you received it? Regards,
  11. Custom php.ini isn't available on free hosting. However, PostgreSQL should already be there. It's just beside MySQL Databases. Got what he actually wanted.
  12. Same here @yashrs. Mobile data cost is the same ofc, just that I pay around 10K INR/year for the broadband. IDK but seems all providers here charge more.
  13. Yeah well my internet speed is sready around 80 Mbps atm. My current provider also has unlimited STD/Local free calls and that's charged at $13 for 150GB monthly data. There's no cable TV though. The new connection I'm planning has no phone nor TV service but as aforesaid they're offering 500GB data at 200 Mbps and I've used the ISP (my school's provider) and internet speed is ~100 Mbps. That's for $10 a month, and I'm quite okay with it.
  14. @yashrs Here in Delhi we've Airtel broadband or BSNL, (I'm gonna install ACT this month) both having the same problem. That surprisingly didn't happen all the time, but sometimes it does cause problem. @wolstech Well I agree that the prices you mention are significantly higher, but out here, in the new connection in installing I'll be getting 500GB data at 100-200 Mbps speed, at $10 a month, which is more than enough for me and my family. I feel it's worthless for me to get a static IP paying more than my internet bill, when I've the ease of access from my own OpenVPN server, and thus I don't want to spend anything unnecessary at this time, considering that I've a lot of money pending at my school.
  15. At my ISP or any ISP around here, to get a static IP you'll need to pay $20 a month, plus you should be using an internet plan which is minimum $15 a month, to get a static IP so it isn't worth it.
  16. Glad you got it sorted. Actually, this has happened to me previously with my initial ISP. So I'm used to fixing it anyway.
  17. That's bcuz your ISP changes your IP to frequently which expires the security token in cPanel and it logs you out everytime. This isn't any of your fault though, it's your ISP. The only way to tackle this problem is to use a proxy or a VPN.
  18. I think it should be this though: #the below allow to execute shell script import os try: os.system('/usr/bin/python3.7 /path/to/script.py') print("done") except: print("failed") Cuz the path to the Python compiler is /usr/bin/python3.7 Also, check your line endings in that line : print("Content-Type: text/html\n\n") Open it using Notepad++ and go to Edit > EOL and check that it's selected to Unix. Otherwise, if it's Windows change it to Unix and the problems should be sorted.
  19. @Krydos, his problem is with the main website where he can't login even after changing the password. In general, I noted a few such complaints on Discord as well, and also in an email support ticket here. Could it be a problem with Johnny specifically?
  20. If this is the website you're talking about, it loads perfectly for me. http://ifhub.heliohost.org/ Otherwise, just link me to the URL of the website you're having trouble with.
  21. That's quite unusual, and I've no idea what's wrong, maybe a root admin could help with this rather.
  22. If you do know the correct password to your account, try logging in here: https://johnny.heliohost.org:2083 You could even reset your password once more before trying out.
  23. Yeah, it's definitely possible. An admin will shortly unarchive your account.
×
×
  • Create New...