Web Hosting Talk







View Full Version : Need WHT Brain Power :P


catfishing
06-06-2004, 03:37 AM
What script is being used here for the photo rating?

http://www.landbigfish.com/gallery/gallery.cfm?photo=833

jheslop1
06-06-2004, 07:43 AM
It's a coldfusion script, that's all i know, prob custom coded.

geesh.net
06-06-2004, 09:27 AM
I was going to say the same thing. I looked briefly for cf scripts, but couldn't find anything similar.

ITWeb LLC
06-06-2004, 09:28 AM
It is running on a Cold Fusion, but you could get someone to code it for you. The mouse over effect could do the smily face movement. A click on one of the images could then send a submit action to a php script that updated a ratings database. The rest of the script is straight forward.

Ativi.com
06-06-2004, 09:52 AM
I had a quick look and that's the only site using that script. It must be custom coded.

misterfair
06-06-2004, 10:41 AM
It looks like a cgi version of this is at http://www.midmart.com/scripts/photorate/ does kinda the same thing just uses different images. Demo is here http://www.midmart.com/cgi-bin/photorate/mpr_rate.cgi Hope that helps. I found alot more of similar at http://www.hotscripts.com/cgi-bin/search.cgi?bool=AND&query=photo+rating&catid=all

catfishing
06-06-2004, 01:25 PM
Thank-you Gentlemen!

davegray
06-22-2004, 12:42 AM
the smiley part of the script is javascript.
the page is coldfusion.
if you view the source you get a good idea of what they are doing. the coldfusion part is only bringing in the variables to the javascript.
hope that helps. you could do this in php or asp easy.