()={}$&@]", form.comment_author) IS 1 OR REFind("[/<>()={}$&@]", form.comment_text) IS 1 OR REFind("[/<>()={}$&@]", form.galleryID) IS 1 OR REFind("[/<>()={}$&@]", form.ImageNameID) IS 1 OR NOT isNumeric(form.ImageID)> ---> ---> INSERT INTO img_comments ( commentStatus, commentDateTime, commentAuthor, commentAuthorEmail, commentIP, commentText, commentURL, imageID) VALUES ( '#thiscommentStatus#', '#thisDateTime#', '#form.comment_author#', '#form.comment_email#', '#cgi.REMOTE_ADDR#', '#form.comment_text#', '#form.comment_url#', '#form.ImageID#') ()={}$&@]", galleryID) IS 1> SELECT * FROM img_images, img_galleries WHERE img_images.imageNameID = '#imageID#' AND img_galleries.galleryID = img_images.galleryID AND img_images.imageStatus <> '3' SELECT COUNT(*) as total FROM img_images WHERE galleryID = '#galleryID#' AND imageStatus <> 3 UPDATE img_images SET imageCount = imageCount+1 WHERE imageNameID = '#thisImageNameID#' SELECT commentID,commentStatus,commentDateTime,commentAuthor,commentIP,commentText, commentURL FROM img_comments WHERE imageID = '#thisImageID#' AND commentStatus = 1 SELECT printID, printCode, printType, printText, printPrice, printStatus FROM img_prints WHERE imageID = '#thisImageID#' SELECT imageNameID FROM img_images WHERE ImagePOSITION = '#p#' AND galleryID = '#galleryID#' AND imageStatus <> '3' SELECT imageNameID FROM img_images WHERE ImagePOSITION = '#n#' AND galleryID = '#galleryID#' AND imageStatus <> '3' ()={}$&@]", galleryID) IS 1> SELECT galleryName, galleryCount, galleryDescription, catID FROM img_galleries WHERE galleryID = '#galleryID#' SELECT catName, catID FROM img_categories WHERE catID = '#getGalleryInfo.catID#' UPDATE img_galleries SET galleryCount = galleryCount+1 WHERE galleryID = '#galleryID#' SELECT ImageDateTime FROM img_images WHERE galleryID = '#galleryID#' ORDER BY ImageDateTime DESC SELECT imageNameID, imageID, imageName, imageFileName, imageCount, imageThumbFileName, imagePosition FROM img_images WHERE galleryID = '#galleryID#' AND imageStatus <> '3' ORDER BY imagePosition ASC <cfoutput>#sociableTitleClean#</cfoutput>
--->