Topic awaiting preservation: Like hotornot but not exactly.... |
|
---|---|
Author | Thread |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 07-14-2003 04:20
OK, here's the deal. I'm looking for a software package that I can install to do something similar to what you see at hotornot. What I'm looking to do is create a photographic competition site to go along with a community that a friend and I are starting on LiveJournal. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 07-14-2003 04:49
coppermine is as close as I've seen to the feature set you're describing but it falls short in the area of anti cheat. I'm assuming this about the anti cheat after a quick look, haven't looked too deeply into it... |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 07-14-2003 04:51
Wow, that definitely has some of the features I'm looking for but seems a bit complex for what I'm trying to do. KISS is my mantra baybee! |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-14-2003 05:05
krets: There was some magazine tutorial on creating a HotOrNot script in PHP a while ago which looked good to goand that would get you part of the way there anyway. Bang in some kind of user authentication and a few tweaks and....... |
Maniac (V) Inmate From: out of a sleepy funk |
posted 07-14-2003 06:03
quote:
|
Maniac (V) Inmate From: under the bed |
posted 07-14-2003 17:56
Mmm, I gotta agree with JK on that...with that list of features, it isn't going to come "simple" =) |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-14-2003 18:25
DL is right (as always) but you could do something interesting like taking the script I mentioned and bolting it onto phpBB - you could use it for the user authentication and it should be possible to tap into its discussion threads to provide a comments section below the picture. That would handle most of the requirements..... |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 07-14-2003 19:19
heh Emps, I think you're assuming that I know a bit more about PHP than what I actually do. Actually, a LOT more. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-14-2003 20:48
krets: quote:
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-14-2003 21:00
I dug out some links too but they are commercial and/or don't meet your specs: |
Maniac (V) Inmate From: out of a sleepy funk |
posted 07-15-2003 02:35
Upon further fiddle it has anti-cheat as well, so it's yer package dude. I didn't look into how the anti-cheat was handled, via cookie, ip log or some other. I can check later if the method is that critical to you. |
Paranoid (IV) Inmate From: Behind the Wheel |
posted 07-15-2003 21:17
I think Emps is on to a great idea there.. there are all sorts of phpBB hacks out there and this would be better than most.. as far as hacking phpBB, its not rocket science, but its not really easy either. I had built my site completely from scratch, but when I added the forums I wanted to have a single login so I integrated the site and forums. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-16-2003 15:02
Lurch: Yep I have been hacking phpBB and it shouldn't be any hassle extending the user authentication into this script. I suppose its up to krets on what he wants to do. Technically all the work has been done already its just a matter of making things work together. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-17-2003 04:12
A similar question was raised here: |