Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,192
  • Joined

  • Last visited

  • Days Won

    854

Everything posted by Krydos

  1. You're using the wrong port. Mysql is on port 3306. 2083 is cpanel. Try this static private String dbDriver = "jdbc:mysql://johnny.heliohost.org:3306/choky10_xxx";
  2. Johnny supports up to ASP.NET 3.5, and Tommy supports up to ASP.NET 4.6. Ricky does not have ASP.NET at all.
  3. You'll need to pick one domain or the other for django to work. The way the .htaccess needs to be written won't work for both at the same time.
  4. Create example.tk as an addon domain (is what I think you're describing.)
  5. There you go https://krydos.heliohost.org/56/phpinfo.php
  6. Only 3 people have the root password for Tommy. If you install linux on your home computer you can run commands like that on it though.
  7. Which version of php are you using?
  8. Checking in again on this issue, it looks like Tommy is completely caught up, and keeping up with processing logs. Thanks again for pointing it out.
  9. Unarchiving... Done. Your website is working again http://scalar.heliohost.org/ and you should be able to log in at https://www.heliohost.org/login/
  10. Your nameservers are showing up correctly on some servers, but not others. That means that the old records are starting to time out and the old cached records are being updated. http://jaspervanhienen.com/ hosted on Johnny is actually working perfectly for me right now (it wasn't earlier). Give it some time I guess. Clear your browser cache each time you check and flush your os dns records can help too. If you're using windows the command is ipconfig /flushdns
  11. # /usr/bin/python3.6 Python 3.6.1 (default, Jul 1 2017, 22:46:39) [GCC 4.4.7 20120313 (Red Hat 4.4.7-18)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import smtplib >>> s=smtplib.SMTP("mail.smtp2go.com", 2525); Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/python3.6/lib/python3.6/smtplib.py", line 251, in __init__ (code, msg) = self.connect(host, port) File "/usr/local/python3.6/lib/python3.6/smtplib.py", line 335, in connect self.sock = self._get_socket(host, port, self.timeout) File "/usr/local/python3.6/lib/python3.6/smtplib.py", line 306, in _get_socket self.source_address) File "/usr/local/python3.6/lib/python3.6/socket.py", line 722, in create_connection raise err File "/usr/local/python3.6/lib/python3.6/socket.py", line 713, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused That would be because port 2525 is closed. Is there any particular reason it's on such a strange port? Does 25, 465, or 587 work for this service. Those are standard smtp ports.
  12. It's wordpress that is redirecting all traffic from your http://nerfunatics.co.uk/ domain back to your http://nerfunatics.heliohost.org/ domain. Check this out https://codex.wordpress.org/Changing_The_Site_URL Once you have the domain changed in wordpress anyone who goes to http://nerfunatics.heliohost.org/ will end up at http://nerfunatics.co.uk/ like you want.
  13. We're working through it one issue at a time. I usually stop looking for problems as soon as I find one. The next issue I see is you're using the wrong type of line endings. The easiest way to fix this is to create the file through cpanel file manager. Then click the code editor and copy/paste your code in. The default encoding and line endings that cpanel file manager uses is compatible with cgi. The other option is you can use a linux capable editor like notepad++ instead.
  14. Unblocked. You're using Cloudflare so we really can't help you with the rest until you switch to our nameservers. ns1.heliohost.org and ns2.heliohost.org Once your domain is fully working on our nameservers then you can enable cloudflare and they will copy our working settings. If you refuse to use our nameservers at least temporarily you'll need to contact cloudflare for support instead of us.
  15. It's not going to work because you deleted the A record (and probably a bunch of other records.) Try deleting it from the addon domain page, and then re-add it. This should create all of the necessary records again. Keep in mind that if the addon domain doesn't create the subdomain you'll need to manually create it before the domain will show up on the addon page again. Let us know if you encounter any errors.
  16. #!/usr/bin/python27 Do you see the difference?
  17. Your domain is working now http://raghvendra.heliohost.org/
  18. Let's wait a bit and see if the domain starts working. Then if it doesn't we can try to figure out why.
  19. Unarchiving... Done. You should now be able to log in at https://www.heliohost.org/login/ and your domain should start working again within 24 hours.
  20. Krydos

    Add Domain

    Also, since you're on Johnny currently I need to warn you that Johnny has a lot of bugs when it comes to creating addon domains. Let us know if you run into any error messages. If you transfer to Ricky or Tommy you'll be able to add as many domains as you want without bugs and they will start working instantly instead of taking up to 24 hours like they do on Johnny.
  21. Try creating the subdomain loretogutierrezjr.loretzjr.heliohost.org parked on the same directory as your addon domain was supposed to use. Once you do that the addon domain should show up in your addon domain page in cpanel. From there you can wait up to 24 hours for the domain to start working or you can remove it. I should note that if you're going to be doing a lot of domains Ricky and Tommy don't have these bugs and adding domains always works. Also Ricky and Tommy domains begin working instantly instead of having to wait for up to 24 hours.
  22. It's also possible for your router or your isp to cache the wrong old ip too. You can eliminate that as a possibility by using an internet connection that has never been to your site before from a different device that has never been to your site. The only other option is to wait it out. Eventually the old cached values will time out and devices will all be forced to lookup the new ip.
  23. You've got a syntax error. root@johnny [/home/xittle/public_html/cgi-bin]# /usr/bin/python mail.cgi File "mail.cgi", line 6 s.login((my username),(my password)); ^ SyntaxError: invalid syntax Also, I want to point out that if you use this shebang you're using a truly ancient version of python 2.6.6 which was released in 2010. I recommend you use /usr/bin/python2.7 or /usr/bin/python3.6
  24. You're on Tommy now. http://mountainmakers.heliohost.org/ You should be able to log in at https://www.heliohost.org/login/ If you see a 404 error or Johnny queued page clear your browser cache and flush your os dns records. Thanks for you donation. We really appreciate it.
  25. Unblocked.
×
×
  • Create New...