Jump to content

Krydos

Chief Executive Officer
  • Posts

    26446
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. Remote access enabled. host=65.19.154.90 port=5432 username=peterlasvera_admin dbname=peterlasvera_dacen password=<set in Plesk> We do plan on adding remote PostgreSQL copying when moving between servers in the future so you won't have to request it again.
  2. Is there a better way for us to contact you for important stuff like this since you ignored our emails, news posts on your dashboard, news posts on our main website, news posts on this forum, our RSS feed, Facebook posts, Twitter posts, Discord pings, etc. etc.? We've been trying to let everyone know for nearly a month now that the old server was being retired, and you still managed to not notice until it was actually powered off. Anyways, luckily for you the old server hadn't been fully deleted yet, so I was able to create a backup and placed your database in .sql format in your home directory.
  3. DKIM, SPF, and DMARC have been set up for the domain bigrigexpress.us.to. 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.
  4. DKIM, SPF, and DMARC have been set up for the domain palaciospoa.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.
  5. Your donation hasn't been verified yet. It seems like Microsoft points take about 2 months to verify. Right now donations before July 31st have been posted on our reports. We expect the August donations to come through sometime in the next few days hopefully.
  6. Can you login to SFTP now? Also it's possible that your SFTP password has gotten out of sync with your Plesk password so you can change the SFTP password through Plesk by going to Login > Continue to Plesk > Websites & Domains > [main domain] > Dashboard > Connection Info > System User Credentials > Edit Password
  7. Oh, are you uploading files to Tommy or uploading files from Tommy to some other server? I assumed you were uploading files from your home PC or something to Tommy.
  8. While you try to figure out images, I went ahead and tested passive insecure FTP on Tommy, and it works fine to upload or download files. If I switch to active mode insecure FTP I can confirm that the connection works, but data doesn't get transferred and results in an empty 0 byte file as expected, because we intentionally disabled it.
  9. If you need to send us an image you'll need to send us a link to an image hosting service, such as imgur.com. It might be easier to just login to your forum account at https://helionet.org and post the image that way though.
  10. WSGI control access has been enabled on the domain dmbsoft.helioho.st. To restart your Flask app and load new code changes in simply edit /home/dmbsoft.helioho.st/httpdocs/flask.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.
  11. There is no module with the name PIL, but I suspect you mean pillow. If you request additional modules in the future please use their actual name to save us some time trying to figure out what you mean. The module pillow has been installed on Tommy's Python 3.12. You can see the current list of installed modules and their versions at https://krydos1.heliohost.org/pyinfo/info3.12.py
  12. Are you using active FTP or passive FTP? We recently disabled active FTP, so if you switch to passive it should start working.
  13. Have you read the news we posted 17 days ago https://helionet.org/index/topic/62191-tommy-upgrade/ so that people could prepare for the software changes prior to actually being moved? Your error logs will provide actual info, but a random guess is maybe you're still trying to use a version of Python that doesn't exist anymore?
  14. Can you use SFTP or FTPS? FTP is not secure.
  15. Just to give you an update, we do have access to the Microsoft points donations information, but it seems to take a really long time to get to us. The latest data we have are these donations from July 26th It says that disbursements are sent at the end of the month so I suspect the August donations will be sent soon.
  16. Are you using SFTP, FTPS, or FTP?
  17. DKIM, SPF, and DMARC have been set up for the domain theopengamer.com. 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. DKIM, SPF, and DMARC have been set up for the domain freightnetworkplus.online. 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.
  19. The module flask-cors has been installed on Tommy's Python 3.12. You can see the current list of installed modules and their versions with this link https://krydos1.heliohost.org/pyinfo/info3.12.py
  20. Your subscription has been canceled and you won't be billed again. Thanks for using our VPS service.
  21. Your subscription has been canceled and you won't be billed again. Thanks for using our VPS service.
  22. We are happy to announce that we have now finished moving all of the accounts on our old Tommy server to the newly upgraded server, and will be shutting down the old server soon. If you use our nameservers, your DNS records have been updated to the new server for you and your account was moved with zero downtime, but if you use external DNS, such as Cloudflare, we can't update your records for you. You need to check your email and use the IP addresses that we emailed you on your external DNS provider. If you have been living under a rock, not reading any news posts, ignoring our emails, and haven't updated your DNS records yet, you may have noticed that your website just went offline. This is your final warning: The old Tommy is being retired. We will be deleting the old server in a couple days so make sure you check your account and let us know if anything is missing, didn't get transferred correctly, or if you have any other issues. Let us know if you need help with anything.
  23. Created. I believe it will be /home/dl5ark.heliohost.org/mybo.dl5ark.heliohost.org/ Yes, each subdomain can have a different PHP version.
  24. You can have up to 10 domains or subdomains on your account, and each one can have a different PHP version. For instance you could do blitz.dl5ark.heliohost.org, anotherproject.dl5ark.heliohost.org, etc
  25. Yep, I can confirm that GD imagettftext() function on Tommy's PHP 5.6 is broken, and I can't get it to even produce an error. I suspect it is Plesk's fault because we just use the package plesk-php56-gd.rpm and they probably made some mistake compiling it. Some options: We can report it to Plesk and see if they will fix it. We could uninstall the Plesk package, and compile GD ourself from source, but that seems like too much work and may break other things. We could use a version of PHP where GD actually works, such as 7.4, but that may not be an option if too much of the rest of the code requires 5.6. We could move your website to Lily where I think PHP 5.6 has GD and it actually works. We could move you to a VPS which start at $4 per month https://heliohost.org/vps/ You could use Image Magick instead of GD. Example code below: <?php // font size and colors $fontsize = 53; $width = 800; $height = 200; $bg = "#fbfbfb"; $fg = "#000000"; $text = "Hallo, Welt!"; // initialize the imagick stuff $image = new Imagick(); $draw = new ImagickDraw(); $pixel = new ImagickPixel($bg); // load font $draw->setFont("./DejaVuSansMono-Oblique.ttf"); $draw->setFontSize($fontsize); $draw->setFillColor($fg); // make background $image->newimage($width, $height, $pixel); // add text to background $image->annotateImage($draw, 100, 150, 0, $text); $image->setImageFormat("png"); header("Content-Type: image/png"); echo $image; Example using the above Image Magick code on PHP 5.6: Example using your GD code on PHP 7.4:
×
×
  • Create New...