Jump to content
[MUST READ] Forum Rules ×

Santiago

Senior Members
  • Posts

    216
  • Joined

  • Last visited

Everything posted by Santiago

  1. Thanks @SpookyKipper and @TinkerMan for anwering the questions
  2. Hello, I was focused on my studies and working on Xera too, so I didn't do it before, I fixed Softaculous, and disk space, about link to iFN it is on plans, the login buttom I wil add after because I dont much time due my college (I need to update my code and all of my language files to add that buttom). Thanks for your feedback, congrats for TinkerHost.
  3. Hello, a new version of Xera was released (it fixed all currenly known errors): https://github.com/mahtab2003/Xera/releases/ It still working on Free Hosting.
  4. But the error isn't from xera, please check the callback url, it should start with https, change to https if starts with http
  5. You can enable the logging in app/config/config.php, you should set log threshold to 1 to get errors in logs folder
  6. Yeah, sure I will join to Discord, from tomorrow I will be slower developing and less active because my vacation time ends but I will try to remain active, currently I'm working on the Xera CI4 migration
  7. I thought that but I checked and there's no problem
  8. Sorry, I want to do a quick clarify, Xera was tested on MOFH and the latest version (Eternity) is working properly on MOFH hosting account
  9. Yes, maybe there's a weird thing with your username
  10. Yes and now Xera has ACME SSL compatibility, new version will be announced soon
  11. I don't why it won't worked, I just checked and works perfectly, but in my logs it was an user_name can't be null exception so I made user_name null allowed
  12. Hello, I just set up my hosting back, now with a better name, and will be active without more name changes or migrations. Any suggestions? SSL certificates now have many providers: Let's Encrypt, ZeroSSL and GoGetSSL Website: https://waveshost.webcr.top
  13. Xera now supports Let's Encrypt and ZeroSSL, Google Trust is enabled but don't work because Google restrictions and one account limitation with EAB, so it will be fixed later, for now a new release is coming
  14. It was an error because Xera shows incorrect callback url, solved now
  15. Hello, Xera now supports ACME (Let's Encrypt, ZeroSSL and Google Trust) and uses CNAME DNS Challenge
  16. Hello, I'm currently working on a project that requires querying a specific DNS server. Unfortunately, on Free Hosting, I'm encountering an issue where the DNS query process isn't working as expected. Here's the part o my of code I'm that is sending and recieving the socket data: $socket = fsockopen("udp://$dnsServer", 53, $errno, $errstr, 5); if (!$socket) { return "Socket creation failed: $errstr ($errno)"; } // Send the DNS query to the specified DNS server if (!fwrite($socket, $packet, strlen($packet))) { return "Failed to send data"; } // Receive the response $response = fread($socket, 512); if ($response === false) { return "Failed to receive data"; } I'm consistently receiving a "Failed to receive data" error, indicating that my script is unable to retrieve the data from the socket. Could there be any limitations or restrictions on Free Hosting that could be causing this issue?
  17. @Mayank657 Hello, the problem with whois was fixed on Xera, it was a syntax problem with PHP 8.X
×
×
  • Create New...