Forum Moderators: coopster

Message Too Old, No Replies

Review site, a bit like epinions.com

         

AdamSee

9:11 pm on Oct 5, 2005 (gmt 0)

10+ Year Member



Hello guys,

I've been looking at the forums for a while now and I'm glad I've finally joined.

My questions is: is there a pre-scripted open source project which is based on PHP & SQL that operates like a review site where people can submit things into new categories and put their opinions on products? Similar to something like epinions.com

maccas

9:50 pm on Oct 5, 2005 (gmt 0)

10+ Year Member



I looked and looked a few months back and couldn't find anything for free, well not an advanced one like epinions. Maybe something has come along since then, have you had a look through hotscripts.com?

maccas

9:54 pm on Oct 5, 2005 (gmt 0)

10+ Year Member



opps I forgot about [phpreview.nl.linux.org...] they have stopped developing it though

AdamSee

10:12 pm on Oct 5, 2005 (gmt 0)

10+ Year Member



Thanks, there were some good ones on there - still looking. Not quite sure I'll find the ones I'm looking for. They all look a bit forumy, not integrated like epionions... I wonder how much a coder would cost to do a project like that? Any ideas?

jatar_k

3:15 pm on Oct 6, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld AdamSee,

I think most of the best scripts of every kind are custom jobs, epinions being a perfect example.

>> I looked and looked a few months back

I think I remember that, I looked around at that point too and didn't really find much.

My advice for finding scripts for various systems:

1. Decide what portions of your idea are critical and which can wait
2. try and find something that does as many of those critical items as you can
3. try to find other packages that complete the critical issues
4. Get it running and working then add on and tweak from there

there just isn't that much good distributed software, custom is always better

AdamSee

10:02 pm on Oct 6, 2005 (gmt 0)

10+ Year Member



Thanks for your advise Jatar. For the site to succeed I've decided to opt for the professional option. Although it will cost A LOT more, the benefits of minimizing the competition (currently there is very little in the market, but people latch onto ideas very quickly) and having a friendly site for all will be a huge bonus.

I'm going to pick up a book in whatever language the coder recommends the site will be coded in. I know you could be biased, but what would you recommend for a professional, but informal, site? I like PHP but for reviews I've never liked the long links to items e.g.?action=reply&forum=88&discussion=10386

Could it be coded to reflect this sort of structure?:

.com/[category]/[reviewID]

e.g.

.com/3/343/

jatar_k

10:29 pm on Oct 6, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



any language will do

if you are using apache on *nix for your site then php is your best bet

>> I've never liked the long links to items

that is not a feature of the language, that is the foolishness of the programmer. Good call on not wanting that even before you start. Scripts can be designed to not use this nasty method or you can also use apache's mod_rewrite [webmasterworld.com]

Rosalind

10:38 pm on Oct 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm going to pick up a book in whatever language the coder recommends the site will be coded in. I know you could be biased, but what would you recommend for a professional, but informal, site? I like PHP but for reviews I've never liked the long links to items e.g.?action=reply&forum=88&discussion=10386

Could it be coded to reflect this sort of structure?:

.com/[category]/[reviewID]

e.g.

.com/3/343/

You can do that in Apache. There's probably a way to do that with other servers as well, but I don't know enough to say that for sure.

In other words, it most likely doesn't matter whether the site is in PHP, ASP or anything else, so long as your developer knows how to do this.

Epinions and other similar sites are not simple affairs, and they tend to need systems built in to reward participants and discourage fraud. They also tend to pay their members, and need a lot of hands-on supervision for libel, self-promotion from manufacturers, and other abuse. I remember Ciao claimed it paid out around £30000 to its members one year, to give you an idea of what might be involved.

AdamSee

12:11 am on Oct 8, 2005 (gmt 0)

10+ Year Member



Thanks again for the input guys. It is a review site with a chance to be rewarded and I'll definately post in here when it's all sorted coded and launched.

These message boards has a good aura about them :)