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.
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...
Re: Navigating A Web Page
..sounds a bit fishy to me..
chem
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