The random image is picking up the .. it looks like in the directory structure from time to time (randomly of course) and is making for a broken image on the websites that I use it on.
Date: 2009-08-26 12:22 Posted By: Ondra Kotecky (kotecky) Patch (replace lines 41 thru 46): $myimage = ""; while(!is_dir($dirn . "/" . $myimage)) { for($i=0;$i<$randnum;$i++) { $entryName = $myDir->read(); $myimage = $entryName; } } Best regards, Ondra
Updated: 2011-01-26 13:22 resolution_id: => 7 severity_id: => 12