Jump to content

Krydos

Chief Executive Officer
  • Posts

    26433
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Thanks for sharing. We've had a few people with the port 587 smtp issue.
  2. I just tested your database as the tomcat user and it should be able to read/write to the file. Are you specifying the full path to the database in your servlet? /home/vukosyst/<removed>.db
  3. Johnny does that sometimes. Create the subdomain aqua-alimenta.aquaali.heliohost.org. If the addon domain shows up in cpanel then it worked. Once the addon domain shows up it can take up to 12 hours to start working.
  4. Yes, the files that you want to be executable need to be 755 too.
  5. No you didn't, /home/btigroup/public_html/DnSGroupINC/cgi-bin/cgiirc/irc.cgi and everything else is still 644.
  6. You post mysqli, but your file still has mysql_connect...? /home/ojedajvi/public_html/admin/login/acceso_db.php: <?php $host_db = "localhost"; // Host de la BD $usuario_db = "ojedajvi_javier"; // Usuario de la BD $clave_db = "<removed>"; // ContraseƱa de la BD $nombre_db = "ojedajvi_alejandrotortoza"; // Nombre de la BD //conectamos y seleccionamos db mysql_connect($host_db, $usuario_db, $clave_db); mysql_select_db($nombre_db); ?>
  7. You're not using mysqli then. That error means you're still using mysql_connect()...
  8. Putting files in public_html does not deploy them.
  9. What error do you get with mysqli?
  10. So, are you saying it's working? Perhaps you could translate your own posts?
  11. mysql_connect doesn't exist in php 7.1. It's been deprecated for years in php 5. You need to use an older version of php (like 5.6) or use mysqli instead. I recommend mysqli.
  12. That depends a lot on your registrar. Godaddy is usually pretty fast. Some registrar's can take up to 48 hours.
  13. What version of php are you using?
  14. Reverse DNS should now be set up, but it can take a while to start working. The length of time it takes depends on how quickly DNS records update throughout the world. Let us know if it still isn't working after 24 hours.
  15. No, that means reverse DNS isn't set up for 66.220.18.188. A lot of mail servers refuse emails from IPs that don't have reverse DNS. Give me a few minutes.
  16. What error do you get?
  17. The problem is now that you changed the permissions of your /home/ojedajvi/public_html/ directory to 777. It needs to be 750 like it was when your account was created. I went ahead and changed it back for you http://ojedajvi.heliohost.org/user/login/
  18. I already set it up for all dedicated IPs on Tommy. You can access FTP by connecting to your dedicated IP directly as your FTP host (instead of tommy.heliohost.org).
  19. It looks like you bought them from godaddy so use these instructions https://www.godaddy.com/help/change-nameservers-for-my-domains-664 It will be the same process as when you set the nameservers to ns1.heliohost.org and ns2.heliohost.org.
  20. You need to change the nameservers from your registrar. That is who you bought the domains from.
  21. Despite having a dedicated IP your account was still set to send mails from the main server IP 65.19.143.6. I thought that simply installing the dedicated IP would automatically change this, but apprently not. I have manually edited the configuration of your account and email should now come from your dedicated IP. If you could test this to make sure it's working that would be great. If you don't know how to check the headers you could also send a test email to support@heliohost.org and we can check the headers for you. Thanks for noticing that the dedicated IP wasn't functioning properly.
  22. You can change your file permissions by going to File Manager in cpanel.
  23. All of Tommy's blacklistings are cleared up https://mxtoolbox.com/SuperTool.aspx?action=blacklist%3a65.19.143.6&run=toolpage
  24. That'd be great! Thanks.
×
×
  • Create New...