Jump to content
[MUST READ] Forum Rules ×

whois lookup ne marche pas / whois lookup does not work


luluhoste

Recommended Posts

54 minutes ago, luluhoste said:

Salut 🙂

Dans Xera, la fonction "whois lookup" ne marche pas...

Que faire pour la réparer ?

Merci

---trad google---

Hi 🙂

In Xera, the "whois lookup" function does not work...

What to do to repair it?

THANKS

Mine too does not work

 

error message

 

This page isn’t working

freehost.buzz is currently unable to handle this request.

HTTP ERROR 500
Link to comment
Share on other sites

These should all be solved in the patch I am working on. I have an assignment due Sunday evening and will resume work on it Monday morning; in the meantime I will have a look to see if the changes are small enough to share or if it is a larger PHP 8.2 compatibility issue.

Edited by Anyx
Link to comment
Share on other sites

The change is relatively small, in line 227 of file "app\helpers\whois_helper.php" you'll need to replace the curly brace syntax with a bracket syntax, so change this:

			if(($whoIsRecord != '') && ($whoIsRecord{0} != '#') && ($whoIsRecord{0} != '%')) {

to this:

			if(($whoIsRecord != '') && ($whoIsRecord[0] != '#') && ($whoIsRecord[0] != '%')) {

 

Link to comment
Share on other sites

16 minutes ago, Anyx said:

The change is relatively small, in line 227 of file "app\helpers\whois_helper.php" you'll need to replace the curly brace syntax with a bracket syntax, so change this:

			if(($whoIsRecord != '') && ($whoIsRecord{0} != '#') && ($whoIsRecord{0} != '%')) {

to this:

			if(($whoIsRecord != '') && ($whoIsRecord[0] != '#') && ($whoIsRecord[0] != '%')) {

 

Bravo!!!! It worked perfectly. Thanks! 

Kindly  @Anyx about mail any progress.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...