1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

VB6 Problem

Discussion in 'Programming' started by sjaguar13, Nov 6, 2005.

  1. #1
    I have a program that connects to a webpage. The program is already compiled. Is there a way to tell what page it's connecting to?
     
    sjaguar13, Nov 6, 2005 IP
  2. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can check from command prompt using "netstat" command.
    it will give you all addressess where your pc is connected to.
    If you want to check this one only then close all other browsers and services from internet so that you can check it accurately.
     
    Nokia999, Nov 6, 2005 IP
  3. vbgamer45

    vbgamer45 Active Member

    Messages:
    85
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    98
    #3
    You can use a network sniffer like etheral or winsock packet editor. You should probably use WPE it is easier to understand.
    And if you add the -o option to netstat you can find out the PID and then look them up using taskmanger to see what process is calling the webpage.
     
    vbgamer45, Nov 6, 2005 IP
  4. sjaguar13

    sjaguar13 Peon

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I couldn't get anything out of Ethereal or Winsock Packet Editor. The -o helped, but it's only showing the server, not the complete URL.
     
    sjaguar13, Nov 6, 2005 IP
  5. temp_12000

    temp_12000 Peon

    Messages:
    316
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    why you want to know it? try to clone some software?
     
    temp_12000, Nov 7, 2005 IP