Re[2]: [PHP] proxy

2007-01-24 Thread karo bugumyan
Dear Roman, Unfortunately, I did not find any examples on the net on using connect.c with PHP. Could anyone provide me with some examples, please? Thank you. Best regards, Ed Sunday, January 21, 2007, 6:27:44 PM, you wrote: > # [EMAIL PROTECTED] / 2007-01-21 17:29:56 +0300: >> I am trying to

Re[2]: [PHP] proxy

2007-01-21 Thread wwww
Thank you Roman and Jochem, I'll try both. Best regards, Ed Sunday, January 21, 2007, 6:27:44 PM, you wrote: > # [EMAIL PROTECTED] / 2007-01-21 17:29:56 +0300: >> I am trying to create a link checker that would look for broken URLs >> with help of the following code" >> >> $handle = @fopen("ht

Re: [PHP] proxy

2007-01-21 Thread Jochem Maas
[EMAIL PROTECTED] wrote: > Hi list, > > I am trying to create a link checker that would look for broken URLs > with help of the following code" > > $handle = @fopen("http://www.circle.am";, "r"); > if ($handle): > print "OK"; > else: > print "Error"; > endif; > > The problem is that I want to ch

Re: [PHP] proxy

2007-01-21 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-21 17:29:56 +0300: > I am trying to create a link checker that would look for broken URLs > with help of the following code" > > $handle = @fopen("http://www.circle.am";, "r"); > if ($handle): > print "OK"; > else: > print "Error"; > endif; > > The problem is that I

[PHP] proxy

2007-01-21 Thread wwww
Hi list, I am trying to create a link checker that would look for broken URLs with help of the following code" $handle = @fopen("http://www.circle.am";, "r"); if ($handle): print "OK"; else: print "Error"; endif; The problem is that I want to check if the links are accessible under certain proxy

[PHP] Proxy and header redirection

2006-09-08 Thread Ashley M. Kirchner
In Apache I can configure a proxy redirect from one URL to another, ej: htp://www.somesite.com/test -> http://www.othersite.com/path/to/display/ So that when the user loads up http://www.somesite.com/test they actually see the content of the redirect instead (without the URL getting

Re: [PHP] proxy server

2006-08-15 Thread Richard Lynch
On Mon, August 14, 2006 10:24 pm, John Taylor-Johnston wrote: > I'm sure. CGI proxy I think is the key word I'm looking for. > I would even pay $10 per year for an SMTP access account if it fixed > my > problems. Think about it from the angle of a person who would consider offering this service...

Re: [PHP] proxy server

2006-08-14 Thread John Taylor-Johnston
>>I have a bulk emailing list to a select group (I never spam, only to those who want it). Sometimes their imap/pop servers block my mail. I know I can assign another smtp over-riding what is in the php.ini file. I can likely find enough code here: http://ca3.php.net/manual/en/ref.mail.php So, w

Re: [PHP] proxy server

2006-08-14 Thread Richard Lynch
On Sat, August 12, 2006 10:57 pm, John Taylor-Johnston wrote: > I have a bulk emailing list to a select group (I never spam, only to > those who want it). Sometimes their imap/pop servers block my mail. > I know I can assign another smtp over-riding what is in the php.ini > file. I can likely find

[PHP] proxy server

2006-08-12 Thread John Taylor-Johnston
I have a bulk emailing list to a select group (I never spam, only to those who want it). Sometimes their imap/pop servers block my mail. I know I can assign another smtp over-riding what is in the php.ini file. I can likely find enough code here: http://ca3.php.net/manual/en/ref.mail.php So, whe

[PHP] Re: PHP Proxy Support

2006-05-19 Thread Manuel Lemos
Hello, on 05/19/2006 12:37 PM Vedanta Barooah said the following: > I am not sure if the feature exists, but would not it be a good idea > if the proxy configurations for php can be globally set - say for > example in the php.ini , having a global proxy configuration will > allow php scripts

[PHP] PHP Proxy Support

2006-05-19 Thread Vedanta Barooah
Hello Good People, I am not sure if the feature exists, but would not it be a good idea if the proxy configurations for php can be globally set - say for example in the php.ini , having a global proxy configuration will allow php scripts to access external resources from within a firewall ..

[PHP] anyone know a good php proxy

2006-01-21 Thread Geoff
Hi all, Does anyone know of (or have sample code for) a decent PHP proxy? All I need to do fetch webpages from a remote site, replace certain trigger text, then return them to the browser. However, the user's browser must only be aware of my proxy page - it shouldn't know where the

[PHP] proxy security

2005-08-18 Thread fam. ouwens
Hi! I've made a script for sending anonymious e-mails! But the script is not safe! everybody can send e-mails tho whoever you whant! I'd like tho have proxy protection for it! Could someone of you make it for me? thnx! the script:

Re: [PHP] proxy - detect

2004-11-26 Thread Rens Admiraal
Is only possible with proxy servers which support it (transparant proxy's)... otherwise it won't work... Brad Ciszewski wrote: does anyone know the function to get the IP address before the proxy-IP?

Re: [PHP] proxy - detect

2004-11-26 Thread Jason Wong
On Saturday 27 November 2004 02:10, Brad Ciszewski wrote: > does anyone know the function to get the IP address before the proxy-IP? print_r($_SERVER) If it's there it's there. If not change proxy(!) -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integra

[PHP] proxy - detect

2004-11-26 Thread Brad Ciszewski
does anyone know the function to get the IP address before the proxy-IP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] proxy of sorts

2004-03-10 Thread erythros
two files proxy.php and image.php proxy downloads the website and image downloads the pictures proxy.php-- http://www.website.com/image.php?image='; $myproxy = 'http://www.website.com/proxy.php?web='; $site = 'http://www\.website\.com/proxy\

Re: [PHP] proxy... of a sorts.

2003-07-09 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Thu, 10 Jul 2003 at 00:14, lines prefixed by '>' were originally written by you. Just a few things I picked up on while scanning your code... > $alltext = ereg_replace(' $alltext = ereg_replace(' $alltext = ereg_replace(' $alltext =

[PHP] proxy... of a sorts.

2003-07-09 Thread erythros
i wrote this in couple of hours. i havent really begun to develope it yet. it works, but i'm sure there's probably better/safer/faster ways to do certain parts. would anyone like to point out a few? http://www.domain.com/proxy.php?web='; /\ * open

[PHP] PHP Proxy Server - driving me nuts

2003-07-02 Thread Russell Handorf
I have the following code : "> And get the following result (html): =³- kVÕRFMŸNºI"*#ž€V ZH†ŠF$2±ïT„¨PWPR•j{Ê#Û8HÅRW Xàj ‚ Š€µL !.x ã2‚) C†ãÿ‹4¾Ts cÛü"ى“YvÙ9+V€Î ÄèÎ0‚VOi8¢æ>[EMAIL PROTECTED])Ðk±i›nHî&Ê¿‰!IPQ Xˆ‘*pZ,ÆÎÙÀ¬ôÆ0ü (” BšŠhWÇ~v žxäy±ÒJ|ìéG*¨

[PHP] Tyler->Re: [PHP] Proxy taking me to localhost.com

2002-08-28 Thread Ryan A
Hey, comon,give a dude a chance, I'm a newbie trying to leave java servlets and migrate to PHP and cant even get localhost to work and you are getting sarcastic... -Ryan A. > This is the greatest php related question I have ever seen. > > tyler > > On Wed, 28 Aug 2002 15:23:48 -0400 > [EMAIL PRO

Re: [PHP] Proxy taking me to localhost.com

2002-08-28 Thread Tyler Longren
This is the greatest php related question I have ever seen. tyler On Wed, 28 Aug 2002 15:23:48 -0400 [EMAIL PROTECTED] wrote: > > Hey, > I am on a cable connection...and to connect to the net my provider > gave me an address where my browser would get automatically > configured...maybe because

[PHP] Proxy taking me to localhost.com

2002-08-28 Thread r
Hey, I am on a cable connection...and to connect to the net my provider gave me an address where my browser would get automatically configured...maybe because of that I am goint to localhost.com? I may be way off track here coz I dont know the first thing about what the heck a proxy itself is

[PHP] proxy looses cookie

2002-06-04 Thread Emiliano Marmonti
Dear PHP-People: Anybody knows why when I configure in my Explorer that uses a proxy, the value of the cookie that I has set with setcookie(...) is lost. When I disable the proxy, the cookie value is remained. Anybody has had the same problem? Thanks a lot. Emiliano Marmonti

[PHP] Proxy problems

2002-03-05 Thread Petre Agenbag
Hi I'm suspecting that I am having proxy problems with one of my PHP/MySQL websites. I am getting strange behaviour that ( at this point) seem only logical to be due to proxy servers on the net holding outdated pages. I would like to know if there is a way to force the bypass of a proxy server

[PHP] Proxy

2001-05-02 Thread Selvin Sakal
I am behind a LAN and i would like to know to use PHP's get_meta_tags function though a proxy. Can someone write me the help or write me the code thanks _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail