Results 1 to 5 of 5

Thread: Navigating A Web Page

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    208

    Navigating A Web Page

    Hi, i want to navigate a webpage but not show it. Or open IE etc... i just want it to navigate the link.

    Any Help?

    like in VB

    WebBrowser1.Navigate "www.google.com"

    but i dont want it to show anything. Just loads up the page without showing it.

    void Load(char* Link){
    Naviagte(Link);
    Echo("Navigated");
    }

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Navigating A Web Page

    Open a socket to the desired IP and then send a HTTP GET request, then read the bytes that come back.
    I don't live here any more.

  3. #3
    Fanatic Member McCain's Avatar
    Join Date
    Jan 2002
    Location
    Sweden/Denmark
    Posts
    802

    Re: Navigating A Web Page

    Are you sure c/c++ is the best language for what you are doing. If you just want to parse data out of a webpage something like BeatuifulSoup for Python is probably easier...
    Never argue with fools, they will only drag you down to their level, and beat you with experience.

    Q: How do you tell an experienced hacker from a novice?
    A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer

  4. #4
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Navigating A Web Page

    ..sounds a bit fishy to me..

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    208

    Re: Navigating A Web Page

    I own part of a game server. Im making a dll so i can ban people on the server. via php script. Dll = C++

    Thank You

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