[PHP] Looking for a high usage PHP host

2001-10-24 Thread Ben Quinn
+ per month * Telnet access I've been looking for quite some time now and haven't had much luck - if anyone could help me out it'd be much appreciated! Cheers Ben Quinn Assistant webmaster of the Australian Severe Weather Association website http://www.severeweather.asn.au Webmaster o

[PHP] Old version of GD or a patch

2001-09-17 Thread Ben Quinn
Hi all Does anyone know where i can pick up an old version of GD? preferably V 1.5 - 1.6.2 . I'm planning to use it locally (i don't run a hosting service, i simply want to perform operations on GIF files for local use) and i'm based in Australia - from what i've read so far the problems with th

[PHP] ereg()

2001-08-28 Thread Ben Quinn
Hi all Say i had text similar to below Cairns Fine Mareeba Fine Innisfail Fine I'm using the following code to grab the weather forecast for each of those towns $GrabURL = "forecast_map_data.txt"; $GrabStart = "PROVINCIAL CITY"; $GrabEnd = "UV ratings"; $fil

Re: [PHP] Web fetching script

2001-08-27 Thread Ben Quinn
This is an example of the file i'm grabbing from http://www.arl.noaa.gov/data/ready/usr/897_profile.txt David, i couldn't get what you said to work - any chance of a quick example? :-) - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "Ben Quinn

Re: [PHP] Web fetching script

2001-08-27 Thread Ben Quinn
ed This is the script i'm using - Original Message - From: "Dave" <[EMAIL PROTECTED]> To: "Ben Quinn" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 10:57 PM Subject: RE: [PHP] Web fetching script > What

[PHP] Web fetching script

2001-08-22 Thread Ben Quinn
Hi all I have a web fetching script that fetches text from an external URL and I would like to grab two lots of text at the same time - can anyone tell me why this isn't working? http://grabfile.html";; $GrabStart = "start"; $GrabEnd = "stop"; $file = fopen("$GrabURL", "r"); $rf = fread($file,

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
ECTED] > WhiteCrown Networks - More Than White Hats > Web Application Security - www.whitecrown.net > */ > > - Original Message - > From: Ben Quinn <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 21, 2001 6:09 AM > Subject: Re: [PH

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
rk $image = ImageCreateFromGif(http://www.severname.com/image.gif); Does anyone know of a server/hosting company that will allow me to do this? The script: - Original Message - From: "Chris Lambert" <[EMAIL PROTECTED]> To: "Ben Quinn" <[EMAIL PROTECTED]> Cc: <[EMA

Re: [PHP] Importing a GIF image and making it transparent

2001-08-20 Thread Ben Quinn
s this mean this function only works with images PHP has created? - Original Message - From: "Chris Lambert" <[EMAIL PROTECTED]> To: "Ben Quinn" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 4:49 PM Subject: Re: [PHP] Impo

[PHP] Importing a GIF image and making it transparent

2001-08-20 Thread Ben Quinn
Hi all I've been trying to make a script that imports a GIF image from an external server (i have permission to do this, see below) and designates a certain colour transparent for some time now and i'm not having much luck. Can anyone help or provide a script that does this? The images i'm usin

[PHP] Links

2001-04-28 Thread Ben Quinn
Hi all, I've been trying for many hours to find information on this, but not having much luck. What i want to do is have an index.php page, and then each link on that page has a URL like index.php?linkidie. index.php?links etc Can anyone point me in the right direction? -- PHP Genera

[PHP] Transfering an image

2001-04-25 Thread Ben Quinn
Hi all, I am trying to copy an image from an external server and save it to my own. I have the following script to do this for a txt file and it works great! ?> $page = "../temp/yep.txt"; $date = date("http:/www.example.com/yep.txt"); $cartFile = fopen("$page","a"); fwrite($cartFile,$date,st