Results 1 to 10 of 10

Thread: Kind of a network administrator's tool (Hard Question)

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Angry

    Hi

    I would like to create a program that connects to a networked computer with that computers IP address and then executes the GetTickCount API so that I can find out how long that this networked computer has been in Windows. I have seen this done before in a small network administration program. This is a real hard question so I’m sure I’m not going to get a straight answer but please if you know where there is source or something let me know.

    Thanks
    rino_2
    Visual Basic, HTML
    Please Visit my Site: Richard's VB Site

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    Are you able to run a program on the other computer?
    "People who think they know everything are a great annoyance to those of us who do."

  3. #3
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    If this is for work check out a product called Back Office, If it's not or you don't want to pay that much There's a hackers version called back orrofice, you can find it if you search for "How Can I Hack Windows" at http://www.ask.co.uk

    It's a networking tool that allows the server to operate all the workstations completley, It's a very powerful product it bypasses all the windows security, you can seriously do anything with it.

  4. #4
    Guest
    the hackers version is actually a trojan...
    like sub7.
    someone please tell me what back office does...
    I heard VS6 Enterprise comes with BO.. but when I insstall it is called "back office server"

  5. #5
    Addicted Member Razzle's Avatar
    Join Date
    Jan 2000
    Location
    Berlin, Germany
    Posts
    161
    Well, if you got the IP and if you can put a program on the computer it's easy to solve this problem.

    you just need a client and a server. The server has to run on the network computer while you start the client on you pc. you'll need the winsock control to build up a connection between the both. Then you'll have to send some kinda command to the server that then calls the API and sends back the return value.

    Razzle
    ICQ#: 31429438
    What is the difference between a raven?
    -The legs. The length is equal, especially the right one.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Unhappy

    I have got BO2K already. I just want to know how to create it. Razzle has the right idea but I just need some code. Thanks for the help anyway.
    rino_2
    Visual Basic, HTML
    Please Visit my Site: Richard's VB Site

  7. #7
    Addicted Member Razzle's Avatar
    Join Date
    Jan 2000
    Location
    Berlin, Germany
    Posts
    161
    If you need code I can send you a sample source.
    Razzle
    ICQ#: 31429438
    What is the difference between a raven?
    -The legs. The length is equal, especially the right one.

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Wink

    yeah that would be great Razzle. My Email address is [email protected]

    Thanks for the help!
    rino_2
    Visual Basic, HTML
    Please Visit my Site: Richard's VB Site

  9. #9
    Addicted Member Razzle's Avatar
    Join Date
    Jan 2000
    Location
    Berlin, Germany
    Posts
    161
    Which version of VB have you got? It's important because I'm using VB6 and I know that the winsock control has some methods the one in older version hasn't.

    I still have an example of a program for a remote shutdown somewhere.. it's not too complex and it's shows how to send commands to a server
    Razzle
    ICQ#: 31429438
    What is the difference between a raven?
    -The legs. The length is equal, especially the right one.

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Wink

    Hi Razzle,

    I also have VB6.
    rino_2
    Visual Basic, HTML
    Please Visit my Site: Richard's VB Site

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width