server information tool

Discussion in 'PHP' started by rishirajsingh, Sep 6, 2007.

  1. #1
    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?
     
    rishirajsingh, Sep 6, 2007 IP
  2. ssanders82

    ssanders82 Peon

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    ssanders82, Sep 6, 2007 IP
  3. rishirajsingh

    rishirajsingh Banned

    Messages:
    286
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    rishirajsingh, Sep 6, 2007 IP
  4. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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...
     
    TwistMyArm, Sep 6, 2007 IP
  5. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #5
    very nice tool!

    Jakomo
     
    jakomo, Sep 6, 2007 IP
  6. rishirajsingh

    rishirajsingh Banned

    Messages:
    286
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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
     
    rishirajsingh, Sep 7, 2007 IP
  7. KalvinB

    KalvinB Peon

    Messages:
    2,787
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #7
    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.
     
    KalvinB, Sep 7, 2007 IP
  8. ssanders82

    ssanders82 Peon

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You're right, I wasn't thinking when I typed that. It will tell you the OS, not the web server. Thanks.
     
    ssanders82, Sep 7, 2007 IP
  9. Estevan

    Estevan Peon

    Messages:
    120
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    0
    #9
    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 !
     
    Estevan, Sep 8, 2007 IP