accessing a web page through a proxy server

A

Anonymous

Guest
is it possible to access a website through a proxy server, commands issued in php?
 
lacroix13 said:
is it possible to access a website through a proxy server, commands issued in php?

You're going to have to be a lot more specific. Who's accessing the web site? A PHP script? A user through their browser? And the latter part of your question is a little vague.. "commands issued"? Please try again. A short paragraph with a little less ambiguity would be nice.
 
ok!

i want to request a web page from a php script, but the request should be done through a proxy server i specify in the script, and not from my actual computer ip.

can i do that? 8)
 
if your proxy server hosts the web server, which would run php, then you can do that
 
I HAVE NO IDEE WHAT YOU JUST SAID!!! :-o

Just hear me out:

-> i want to make a script that will deliver fake clicks to my website, just like http://www.i-faker.com or hit master, or i don't know.

HOW CAN I DO THAT???

Do you know how can i get them for free or another program that works the same way?
:)
 
Back
Top