Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,180
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. I did some more testing on your account and your database. How does this look? Here is the working link https://labbinat.com/krydos.php Here is the code <?php ini_set('default_charset','UTF-8'); header ('Content-Type: text/html; charset=UTF-8'); echo '<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />'; echo '<body dir="rtl">'; $db_host = "localhost"; $db_user = "labbinat_krydos"; $db_pass = "<password>"; $db_data = "labbinat_mydate"; $con = new mysqli($db_host, $db_user, $db_pass, $db_data); if ($con->connect_error) die("Connection failed: ".$con->connect_error); $con->set_charset("utf8"); $stmt = $con->prepare("select course_name from courses"); $stmt->execute(); $result = $stmt->get_result(); $stmt->close(); while ($row = $result->fetch_assoc()) { echo $row["course_name"]."<br>"; } I think the most important line that you might be missing is $con->set_charset("utf8");
  2. Your rebuild has been started and you should get an email in a bit when it is ready.
  3. The filesystem check had finished and everything is online again. If you’re having issues with anything still let us know.
  4. The Arabic language coming out of the database is properly encoded, as I tested here Unless you can provide further details such as, which software you're using we might be able to help you more, but as far as I can tell the database is working perfectly. We have over 5000 users, many of which are from countries that also speak Arabic, and you're the only one claiming it doesn't work, so it makes me think it's probably your software or your settings. Here's the instructions on how to install PHPMailer https://github.com/PHPMailer/PHPMailer#installation--loading You can use Composer through Plesk, or you can just run Composer on your home PC and then upload the directory structure it creates.
  5. The filesystem scan is still running so I can't even delete your VPS right now. As soon as the filesystem scan is done I can delete it then if that's still what you want to do. Another option is I could just build you a new VPS on a different server immediately and you can get your website back online. Then when your old VPS is back online you can copy over anything that you haven't already backed up recently and then shut down the old VPS. It's a good idea to wipe your VPS and rebuild it every once in a while to maintain maximum performance, and fix any bugs that may be accumulating.
  6. Remote access enabled. Use the host 65.19.141.77
  7. Your VPS has been deleted and you won't be charged again. Your forum account has been deleted as well. Thank you for using our VPS service.
  8. Looks like your new account is working well so far.
  9. What does this mean? Does it work now?
  10. Last night one of our servers locked up, and needed to be restarted. After the reboot the filesystem needed to be scanned for errors. It's an 8 TB raid array so it's taking a while to complete the scan. In the meantime several VPS are offline entirely. Also it's possible that if your VPS is working now and you try to reboot it, it won't boot up again on its own. Our backup system is also offline temporarily so you won't be able to download your full backups until the filesystem finishes scanning. The filesystem scan doesn't have a progress bar so we're not entirely sure how long it will take to get everything back online. We'll make a news post when everything is working again.
      • 2
      • Like
  11. Due to the 2160 sent spam emails, plus the high load, plus troubles suspending, plus troubles unsuspending, plus high CPU usage, plus high memory usage I'm guessing this account needs to be reset. Let us know when you're ready to proceed with the reset.
  12. Thanks for contacting us. Here is the message that you were given when you upgraded. If you could provide some feedback on how to make this message clearer to future VPS customers who upgrade we would appreciate it.
  13. Your subscription has been canceled and you won't be charged again. Thank you for using our VPS service.
  14. How are you running bundle install?
  15. Did you write this software yourself?
  16. Your rebuild has been started and you should get an email in a bit when it's finished.
  17. Also please stop clicking the report button. You need to click the reply button at the bottom right. If you keep reporting all of my posts instead of replying to them we might have to ban you for abusing the report function.
  18. Ok, your other account has been permanently suspended. I took a look at your database, and the charset is set to utf8mb4_general_ci which supports Arabic. I took a look at some of your data and it's correctly displayed in Arabic. I checked your website and everything looks correct too The formatting looks a little weird since the Arabic is right justified, but even a raw database query on the command line loads the Arabic text correctly. Can you describe more accurately what you mean by "texts coming from the database" means? Are you using some software to display the Arabic texts? Does the software know how to handle utf8mb4_general_ci? Have you tried any other UTF-8 charsets such as utf8mb4_unicode_ci?
  19. I've been trying to figure out why all these people keep requesting remote PostgreSQL over and over even though it's already enabled. Are you using 65.19.141.77 as your host? If not does it work if you do?
  20. I've been trying to figure out why all these people keep requesting remote PostgreSQL over and over even though it's already enabled. Are you using 65.19.141.77 as your host? If not does it work if you do?
  21. Remote access has already been enabled from your previous request that has now been merged with this one.
  22. You created 2 accounts. You're only allowed to create 1 account. Which account would you like to keep?
  23. Remote access enabled.
  24. Before you can receive any support we need to address your violation of our terms of service. Please review https://wiki.helionet.org/hosting/terms Each user is allowed to have 1 account. Which account would you like to keep? The other account will be permanently suspended.
×
×
  • Create New...