RE: [PHP] Pulling webpages - may be a weird question :)

2001-08-28 Thread Lawrence . Sheed
TH=",$results); $results = eregi_replace ("src=\"","src=\"blank.gif?$PHP_SELF?ENC=1&NOHDR=1&URL=$URL&URLPATH=",$resul ts); print $results; } ?> There are better ways to do this, James Marshall wrote CGIProxy, but this is the only one

RE: [PHP] Pulling webpages - may be a weird question :)

2001-08-28 Thread Dan Harrington
http://www.anonymiser.com > -Original Message- > From: daniel james [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 12:23 PM > To: Jeff Lewis; [EMAIL PROTECTED] > Subject: Re: [PHP] Pulling webpages - may be a weird question :) > > > try readfile(

Re: [PHP] Pulling webpages - may be a weird question :)

2001-08-28 Thread daniel james
try readfile('http://www.somesite.com/'); it creates a mirror; it might bypass the firewall, depending on how the blocking software is keyed to activate. -dj --- Jeff Lewis <[EMAIL PROTECTED]> wrote: > I was sitting here at work (working of course!) > thinking about how some sites are blocked et