Jump to content

Recommended Posts

Hi

I am trying to characterize a system that checks the domain associated with.

 

for example:

 

i have 2 systems, system A is Based on asp.net and system B is Based on php.

i also have a very long list of domains and i want to develop a script (in php) that runs on that list

and chacks wether the domain belongs to system A or system B or invalid

does anyone have a Idea how to do this?

Hi

I am trying to characterize a system that checks the domain associated with.

 

for example:

 

i have 2 systems, system A is Based on asp.net and system B is Based on php.

i also have a very long list of domains and i want to develop a script (in php) that runs on that list

and chacks wether the domain belongs to system A or system B or invalid

does anyone have a Idea how to do this?

 

You can use the function get_headers to easily get the headers and just find and parse the line "[2] => Server: (Apache or IIS)"

i also have a very long list of domains and i want to develop a script (in php) that runs on that list

To warn you, headers require 1-10 seconds to be grabbed, usually per domain. It may not be a viable solution for your problem.

 

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.