Jump to content
MakeWebGames

inactives


boionfire81

Recommended Posts

gethostbyaddr doesn't support IPv6 (and anything that isn't IPv4 format). You don't really need to know the host, really. Either remove this lookup, or use a service like https://fraudguard.io/

Example response from FraudGuard - https://api.fraudguard.io/;

 

[color=#505050]{ [/color]
[color=#000000]   "isocode":"US",
  "country":"United States",
  "state":"CO",
  "city":"Loveland",
  "discover_date":"2016-03-18 02:57:40",
  "threat":"open public proxy",
  "risk_level":"3" [/color]
[color=#505050]}[/color]
Link to comment
Share on other sites

So why was it included in the standard McCodes v2?
  1. They felt that knowing the host was of some importance to the users of MCC (which it certainly might have been at the time and still might)
  2. IPv6 was hardly ever used at the time of MCC v2 release

 

~G7470

Link to comment
Share on other sites

I made this change

 

//   $r['lastiph'] = @gethostbyaddr($r['lastip']);
       //    $r['lastiph'] = checkblank($r['lastiph']);
        //   $r['lastip_loginh'] = @gethostbyaddr($r['lastip_login']);
        //   $r['lastip_loginh'] = checkblank($r['lastip_loginh']);
        //   $r['lastip_signuph'] = @gethostbyaddr($r['lastip_signup']);
        //   $r['lastip_signuph'] = checkblank($r['lastip_signuph']);

 

and just deleted the td calls code. But now my profile says Sorry, we could not find a user with that ID, check your source.

 

Link to comment
Share on other sites

Returning the host name may show if someone is using a proxy service which may have been a good thing way back in the day when V1/V2 was released. But finding people with proxies may not always be a good thing. Some countries that hate your country may ban access to any IPs registered with your country. So this may give them a chance to play your game.

But what sniko suggests is pretty interesting and may be something worth looking into, especially if it's free.

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
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...