fetching web page help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gabito
Forum Newbie
Posts: 1
Joined: Wed Jan 03, 2007 3:50 am

fetching web page help!

Post by gabito »

Hi guys, I'm using an autosurf site to get more hits to my website.

http://www.autohits247.com/

you can check out the viewbar at http://www.autohits247.com/view.php?user=test

so as you see it used javascript and it redirects to another page after X seconds, maintaining the viewbar.

of course this works using a browser, but is there a way ti make a web server actually act like I'm surfing from my own computere? this is to be able to surf 24/7

I've tried using curl, the snippets I used worked fine for sites like google but for some reason It gives me a 404 error for the viewbar (claiming it can't find zaelher.php) and a 404 for the rest (cann't find url.php).

So basically I need a web server "browser if such a thing exists.

Thanks guys.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

As far as I know such a thing does not exist and cURL won't work because it doesn't execute JavaScript only browsers do.
Post Reply