suyesh.amatya Posted July 16, 2008 Share Posted July 16, 2008 hello, can anyone help me out with the php script that can show me the ip or the hostname of incoming websites to my website. For eg, i ve my website www.example.com and if someone from another website say www.anything.com has a link to my website then I need to find the ip of this corresponding domain., ie of www.anything.com along with its domain name.... I 'd be very thankful for the replies ASAP Quote Link to comment https://forums.phpfreaks.com/topic/114998-backlink-script-to-my-website/ Share on other sites More sharing options...
DeanWhitehouse Posted July 16, 2008 Share Posted July 16, 2008 $_SERVER['HTTP_REFERER']; i think,test it Quote Link to comment https://forums.phpfreaks.com/topic/114998-backlink-script-to-my-website/#findComment-591384 Share on other sites More sharing options...
suyesh.amatya Posted July 16, 2008 Author Share Posted July 16, 2008 well i m testing in my localhost(127.0.0.1) ,how can i get to know the incoming ips to my document root from other sites. Quote Link to comment https://forums.phpfreaks.com/topic/114998-backlink-script-to-my-website/#findComment-591389 Share on other sites More sharing options...
DeanWhitehouse Posted July 16, 2008 Share Posted July 16, 2008 not sure if u can in php Quote Link to comment https://forums.phpfreaks.com/topic/114998-backlink-script-to-my-website/#findComment-591391 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.