I want to design a tool that can provider server information of a website. User have to enter only url of website and they can see the details of the hosting server like its hosted on IIS server or Apache server and all other details possible to extract. I have searched in hotscripts and other php scripts site but didn't get what i was looking for? Can any one tell me how to proceed or give me link to any script if available?
I don't think there's a way to tell what other sites are running reliably. That stuff can be spoofed. You can usually tell IIS vs Apache because Apache is case-sensitive in file-names. If they use htaccess to rewrite URL's you probably can't tell what server-side language they're running unless you find a hole with an error message somewhere.
I want to have something like this tool http://www.seovalley.com/seo-tools/hosting-server-type-checker.htm If possible something more descriptive. thanks
I was very impressed with the level of information from builtwith.com. I tested it on a number of different sites (whose make up I knew) and it was spot on for all of them. Not that I know how to do it, I'm just saying...
I need some sort of script that allows visitor from my site to check details of there site or any other website, basically hosting server, php or asp version etc
Windows is case insensitive. Linux is case sensitive. Apache runs on Windows and Linux. So you can't tell what web server they're running just by checking case sensitivity. I run Apache on Windows and urls are case insensitive. You can get an idea what their OS is though.
You're right, I wasn't thinking when I typed that. It will tell you the OS, not the web server. Thanks.
hello about PHP version , many servers hidden this for security reason server is possible change server example if run apache display IIS ... if sysadmin are working many info are hidden in server !