
Santiago
Senior Members-
Posts
216 -
Joined
-
Last visited
Everything posted by Santiago
-
Thanks
-
Can Anybody Help Me Add SSL Generator in MOFH Reseller
Santiago replied to Mayank657's topic in MyOwnFreeHost General
Thanks @SpookyKipper and @TinkerMan for anwering the questions -
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.
-
Xera Lite || MyOwnFreeHost Clientarea
Santiago replied to Mahtab Hassan's topic in MyOwnFreeHost General
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.- 114 replies
-
- mofh
- clientarea
-
(and 4 more)
Tagged with:
-
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
-
I thought that but I checked and there's no problem
-
Xera Lite || MyOwnFreeHost Clientarea
Santiago replied to Mahtab Hassan's topic in MyOwnFreeHost General
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- 114 replies
-
- mofh
- clientarea
-
(and 4 more)
Tagged with:
-
Thanks
-
Yes, maybe there's a weird thing with your username
-
Yes and now Xera has ACME SSL compatibility, new version will be announced soon
-
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
-
Now the email sending was fixed
-
It worked?
-
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
-
Can Anybody Help Me Add SSL Generator in MOFH Reseller
Santiago replied to Mayank657's topic in MyOwnFreeHost General
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 -
New release coming really soon
-
Hello, Xera now supports ACME (Let's Encrypt, ZeroSSL and Google Trust) and uses CNAME DNS Challenge
-
I solved by using DNS over HTTPS
-
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?
-
Xera development has been started again
- 9 replies
-
- xera
- domain extensions
-
(and 2 more)
Tagged with:
-
Xera Error Page and Hosting Activation
Santiago replied to JunayedRafi's topic in MyOwnFreeHost General
You're welcome -
Xera Error Page and Hosting Activation
Santiago replied to JunayedRafi's topic in MyOwnFreeHost General
@Mayank657 Hello, the problem with whois was fixed on Xera, it was a syntax problem with PHP 8.X