View Single Post
Old 08-11-2004, 10:07 PM   #3
rispbiz
Green Mole
 
rispbiz's Avatar
 
Join Date: Jan 2004
Posts: 15
One Important Change!

Here is one change I had to make before it would work correctly.

This Part:

$requestupdate = 1;
trigger_error ("Thumbnail: Couldn't find $encoded_name for $plain_url");
$result_url = "http://search.proadult.com/whitedot.png";
};

I had to comment out.

trigger_error ("Thumbnail: Couldn't find $encoded_name for $plain_url");

So it would look like this.

$requestupdate = 1;
//trigger_error ("Thumbnail: Couldn't find $encoded_name for $plain_url");
$result_url = "http://search.proadult.com/whitedot.png";
};

The problem was that it wouldn't display the whitedot.png

Which I change to and Updating Picture.

Hope this helps.

Thanks
2-surf.net
rispbiz is offline   Reply With Quote