|
-
May 25th, 2007, 09:58 AM
#1
Thread Starter
Addicted Member
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");
}
-
May 29th, 2007, 06:21 AM
#2
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.
-
May 29th, 2007, 06:37 AM
#3
Fanatic Member
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
-
May 29th, 2007, 08:26 AM
#4
Re: Navigating A Web Page
..sounds a bit fishy to me..
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
May 29th, 2007, 11:53 AM
#5
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|