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 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

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,

[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,

[PHP] PHP Proxy Server - driving me nuts

2003-07-02 Thread Russell Handorf
I have the following code : img src=? proxy(/pics/topbanner1.gif) ? ? function proxy($thing) { $address=10.50.1.1; error_reporting (E_ALL); $service_port = getservbyname( www, tcp ); if ($address==) { echo no ip address was specified. quitting...; exit(); } $socket =