NameSilo

Proxy script connects to entered proxy/port and fetches target website

Spaceship Spaceship
Watch

Ferman

Established Member
Impact
19
is there such a script ?

visitor enters a proxy server name, port and target website he/she wants to visit
then click connect
script connects to entered proxy/port and fetches target website over that proxy and shows it on browser
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
web ftp scripts work in this way
connect to ftp address, show files
i need a browser based proxy script which connects to the address via proxy server written in form
 
0
•••
anyone ?
 
0
•••
This is pretty easy to do using PHP and cURL (supports HTTP, SOCKS4 and SOCKS5 proxies.)
 
0
•••
could you show me the code please ?
 
0
•••
Well I don't have the whole script written but here's an outline that should help if you know some PHP
PHP:
$results = shell_exec('curl --proxy 127.0.0.1:80 http://google.com');
That would connect to the proxy at 127.0.0.1 on Port 80 and fetch Google.com

(You can also do this using the curl_exec functions but it won't support as many proxies if you're using PHP version 4)
 
0
•••
if you code it fully for me i can pay you via namepros bucks

here is a working example
curlproxy (.) com
(difference of what i need is visitors will enter proxy server adress/port anc click submit to browse target website)

script is needed to browse pages of a target website. output the entire contents to the browser. The script will get target page with proxy, parse page, extract links and change to script link, included links. cgiproxy and phproxy does this thing via the server it is installed on. but i need a script which does this via the proxy server visitor entered
 
Last edited:
0
•••
You can try PHProxy.

It uses alot of CPU though, so watch out.
 
0
•••
PHProxy does not allow you to enter a proxy by server/port.
 
0
•••
Appraise.net

We're social

Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back