~~ Need Computer Users System Info + Plugin PHP Script

Discussion in 'PHP' started by fdmusser, May 15, 2008.

  1. #1
    Hello,

    I would like a script that will tell my users their system info as well as their plugin that are installed or not installed ---

    If intersted I can send you a link to a site that is using this to give you an idea

    Thanks

    FD
     
    fdmusser, May 15, 2008 IP
  2. NatalicWolf

    NatalicWolf Peon

    Messages:
    262
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You cant...PHP is server side, end of story. Point blank, PHP CANNOT read the client's system. But javascript...SORT of can. So you might want to look into that.
     
    NatalicWolf, May 15, 2008 IP
  3. Sevby

    Sevby Guest

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    PHP can tell you a user's system info. Use PHP's $_SERVER predefined variable. $_SERVER['HTTP_USER_AGENT'] should tell you the user's browser and operating system.

    $_SERVER: php.net/manual/en/reserved.variables.server.php
    Predefined variables: php.net/manual/en/reserved.variables.php

    (I can't post live links yet...)
     
    Sevby, May 15, 2008 IP
  4. fdmusser

    fdmusser Active Member

    Messages:
    182
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Thanks for the info---

    Please post a live link when you are able ---

    Thanks

    FD
     
    fdmusser, May 16, 2008 IP
  5. NatalicWolf

    NatalicWolf Peon

    Messages:
    262
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    NatalicWolf, May 16, 2008 IP