Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.php > #3197

Re: Real google bot ip adress

From "J.O. Aho" <user@example.net>
Newsgroups alt.php
Subject Re: Real google bot ip adress
Date 2018-06-01 18:45 +0200
Message-ID <fndbgtFl76oU1@mid.individual.net> (permalink)
References <perf79$t12$1@news.icm.edu.pl>

Show all headers | View raw


On 06/01/18 15:45, Jakub wrote:
> How to find Real google bot ip adress at php?

Look at the domain name of the visiting google bot, for example
$_SERVER['REMOTE_HOST'] would give you
crawl-AAA-BBB-CCC-DDD.googlebot.com which you can then convert to the
real IP which would be AAA.BBB.CCC.DDD
or if you want to make it simple for you, just use $_SERVER['REMOTE_ADDR']


> becouse i dont find an solution at google search.

Maybe you did search for something else...

Back to alt.php | Previous | NextPrevious in thread | Find similar


Thread

Real google bot ip adress Jakub <jak74@interia.pl> - 2018-06-01 14:45 +0100
  Re: Real google bot ip adress "J.O. Aho" <user@example.net> - 2018-06-01 18:45 +0200

csiph-web