0) { echo '
'; echo "CONGRATULATIONS!

"; echo "Your image(s) have now been uploaded to ".$site_name." and are ready for linking. Use any of the following code snippets to display the image(s) within your preferred location.

"; echo "Click on any filename below to view the code:

"; $i = 0; while($row = mysql_fetch_array($get_uploads)) { $item_id = $row[id]; $tracker = $row[tracker]; $originalfilename = $row[originalfilename]; $this_code = ""; $this_code .= '
'; $this_code .= "Forum code: (copy code)
"; $this_code .= "

"; $this_code .= "Share this image with friends: (copy code)
"; $this_code .= "

"; $this_code .= "HTML code for your websites WITH thumbnail: (copy code)
"; $this_code .= "

"; $this_code .= "HTML code for your websites WITHOUT thumbnail: (copy code)
"; $this_code .= "

"; if($show_delete_code) { $this_code .= "Delete Image Link:
Use this link to remove your image at any time.
"; $this_code .= " - http://".$site_url."/delete.html?d=".$tracker."

"; } if($show_pass_option) { $this_code .= ""; } $this_code .= "



Thumbnail:

"; $this_code .= "".$site_url." - click here to view this image"; $this_code .= "

"; $this_code .= '
'; //$this_code = "content"; // show html echo '- '.$row['originalfilename']."
"; echo '
'.$this_code.'
'; echo ''; $i++; } echo '
'; } else echo "
There was a problem with your upload. It could be that you have already uploaded the submitted images or that they have not passed the validation process.

Please try again or contact support."; } else { echo "There was a problem with your upload, please try again."; } ?>