Proxy Servers: Free Proxy List & Proxies - Anonymous Proxy

ProxyBlind - Staying Anonymous in the Age of Surveillance
 Proxy ServerProxy ProxyBlind ForumProxy Forum RulesRules FAQFAQ   SearchSearch    UsergroupsUsergroups   RegisterRegister 
MemberlistMemberlist   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

 
PHP proxy opener

 
Post new topic   Reply to topic  Fast Reply  Thank Post    Proxies - Free Proxy Servers Forum -> Coding/Project
 
 
View previous topic  View next topic 
Author Message
D-Fender
Proxyblind Mercenary
Proxyblind Mercenary



Joined: 07 May 2005
Posts: 5



Poster Level : 1
HP: 0 / 18  
 0%
MP: 8 / 8  
 100%
EXP: 5 / 10  
 50%
PostPosted: Sun May 22, 2005 9:40 pm    Post subject: PHP proxy opener Reply with quote

Hi guys,

I'm looking for some PHP code that open a proxy for use. Something like the phpscript open the proxy and go to an specific webpage. All codes I found opens a proxy just for pinging and testin.

Some one have an ideia?

D-Fender
Back to top
Sponsor
Make
Admin
Admin
Summary rating
User is appraised 4.38 out of 5


Joined: 28 Feb 2005
Posts: 4808



Poster Level : 50
HP: 574 / 9575  
 6%
MP: 4571 / 4571  
 100%
EXP: 4808 / 4830  
 99%
PostPosted: Sun May 22, 2005 10:40 pm    Post subject: Reply with quote

You think something as CGIproxy?Script that is installed on server and using it you can surf through the net.Ip that you use is actually IP from server self.
_________________
ProxyBlind.org - Offer quality proxy server list along with everything related to privacy, anonymity and security since 2001!
Back to top
Sponsor
D-Fender
Proxyblind Mercenary
Proxyblind Mercenary



Joined: 07 May 2005
Posts: 5



Poster Level : 1
HP: 0 / 18  
 0%
MP: 8 / 8  
 100%
EXP: 5 / 10  
 50%
PostPosted: Thu Jun 02, 2005 1:08 am    Post subject: Reply with quote

Yes anything like phpproxy.com, but with a proxy rotator.
I found a script to open proxy in php, when I have time I will modify it. If I have success, I post it here.
Back to top
teknikal420
Proxyblind Mercenary
Proxyblind Mercenary



Joined: 14 Apr 2005
Posts: 3



Poster Level : 1
HP: 0 / 18  
 0%
MP: 8 / 8  
 100%
EXP: 3 / 10  
 30%
PostPosted: Tue Jun 21, 2005 8:12 pm    Post subject: Reply with quote

i had a script that did this, but I reformated, i found it on planetsourcecode check there.
Back to top
Sponsor
mikusss
Proxyblind Mercenary
Proxyblind Mercenary



Joined: 26 Jun 2005
Posts: 1



Poster Level : 1
HP: 0 / 18  
 0%
MP: 8 / 8  
 100%
EXP: 1 / 10  
 10%
PostPosted: Sun Jun 26, 2005 2:17 pm    Post subject: phproxy with proxy rotation Reply with quote

try www.astalavista.com and search around or use some ready script (from www.hotcsripts.com or similar site) and add such feature yourself. It is not too hard, some time ago I did a similar tool for a third party, maybe I would be willing to share the code with you, for a little "charge" ;). Just message me.

M.
Back to top
redbranch
Proxyblind Mercenary
Proxyblind Mercenary



Joined: 31 Mar 2006
Posts: 1



Poster Level : 1
HP: 0 / 18  
 0%
MP: 8 / 8  
 100%
EXP: 1 / 10  
 10%
PostPosted: Fri Mar 31, 2006 11:58 pm    Post subject: Using CURL a php library Reply with quote

<?
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://www.example.com');
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1);
curl_setopt($ch, CURLOPT_PROXY, 'fakeproxy.com:1080');
curl_setopt($ch, CURLOPT_PROXYUSERPWD, 'user:password');
$data = curl_exec();
curl_close($ch);
?>

you can check if curl is installed using the phpinfo() function.
Back to top
Sponsor
Display posts from previous:   
 
Post new topic   Reply to topic   Fast Reply  Thank Post    Proxy Servers: Free Proxy List | Proxies | Anonymous Proxy Forum Index -> Coding/Project All times are GMT + 1 Hour
Page 1 of 1
 
 

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts PyProxyCheck - Multi Threaded Proxy Checker For *nix 6 on_a_role_again 7084 Sun Oct 31, 2010 9:07 pm
plea View latest post
No new posts Is there a URL form to retrieve a page through a proxy? 4 Hobbyist 4657 Thu Sep 04, 2008 1:05 am
prognosis View latest post
No new posts TCL: connect to irc via proxy 0 yo50 7893 Fri Apr 14, 2006 4:33 pm
yo50 View latest post
No new posts Programming to test if proxy support ssl? 1 RHP 4617 Mon Nov 21, 2005 6:43 pm
PurpleMonkey View latest post
This topic is locked: you cannot edit posts or make replies. Proxy Based PHP E-Mail Bomber? 1 DooMeD 5106 Thu Mar 03, 2005 9:59 am
thelastangryman View latest post
 
 
 
  Back to Top
 
 

Page generation time: 0.2077s (Average load: 0.67, 0.53, 0.44 - PHP: 69% - SQL: 31%) - SQL queries: 49 - GZIP enabled - Debug on
Server Uptime: 24 days 6 hours 27 minutes