PDA

View Full Version : Need a script like "amihotornot.com"



sash
March 24th, 2001, 18:54
I want a site where users can post links to images, and other users come and rate them, similar to the one at http://www.amihotornot.com and http://www.beapimp.com

Thanks

Epgs
March 24th, 2001, 19:11
yeah thos are cool but never seen one sorry

Koolguy
March 24th, 2001, 19:24
If you would like it in php I could probably write one for you.

akersche
March 25th, 2001, 03:32
never seen one, but if you need one, that is going to be accessed by a lot of people, you defenitly need to take care of performance!
And it would be a good idea to insert the data into a database (e.g. with mysql).

i think php would be a good choice to write a script with.

Weapon
March 25th, 2001, 04:51
hey isn't there a post around here somewhere from a FWS.NET member with his site on it and it had the exact same code, maybe you can ask him

Koolguy
March 25th, 2001, 11:44
Well I'm going to write one, it will be run off php with a mysql backend. If anybody wants to help me with it you can email me at grant@koolplace.com.

TheSpaceDude
March 25th, 2001, 18:41
http://www.hotscripts.com/Detailed/8955.html :)

Epgs
March 25th, 2001, 19:32
spacedude that looks like a good script

sash
March 26th, 2001, 22:02
cool, thanks for the link TheSpaceDude!

Koolguy: do you think it could be done without SQL??
Because I'd rather not have it...

[Edited by sash on 03-27-2001 at 08:26 AM]

Niaad
March 27th, 2001, 13:31
Why would you want it without SQL? It makes it faster, and it's a heck of a lot easier to write it...

I guess if you don't have MySQL on your site though, that could create an interesting problem... :)