What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Reputation: users or posts?

1 votes - 5 average   Reputation: users or posts?
Author: Message:
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: Reputation: users or posts?
quote:
Originally posted by WDZ
it looks like you need every vote available when you do that calculation... I'm not good at math anyway.
It always is, ain't it?

quote:
Originally posted by WDZ
How would it update the user's reputation number? It would first have to delete the previous reputation change you made, then add the new one... right?
No, its the average among all my votes. The overall rating can be stored, but the number of users having voted the user should also be stored.
I suggest doing the following (MySQL):
(each user would need to have a positive votes and negative votes (ie given votes) columns)
(each user needs a column with the rating number)

-I rate post by Tochjo positively [Tochjo's id appears once in my positive column -> this vote counts as (+1)/1 and is added to Tochjos rating. Tochjo's current rating: 1]

-I rate another post by Tochjo positively [Tochjo's id appears now twice in the positive column -> Tochjo's rating is substracted the old rating (+1/1) and added the new one ((+1+1)/2), the same though. Tochjo's current rating: 1]

-I rate Tochjo negatively [Tochjo's id appears twice in my positive column and once in my negative column -> Substract the old rating ((+1+1)/2) and add (+1+1-1)/3=0.33. Tochjo's current rating: 0.33]

-WDZ rates a post by Tochjo positively [WDZ's positive column gets once Tochjo's uid -> Tochjo gets +1/1=1 added to his rating. Tochjo's current rating: 1.33]

And so on...

The more members vote Tochjo POSITIVELY, the higher the rating will be (different user ratings are added). The better I rate Tochjo, the more my rating for him will approach +1, but never surpass it, though (different ratings for one member are averaged).

I think it's a better alternative than the simple adding or the simple averaging :refuck:-

This post was edited on 04-26-2004 at 04:22 PM by KeyStorm.
04-26-2004 03:40 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Reputation: users or posts? - by WDZ on 04-26-2004 at 04:08 AM
RE: Reputation: users or posts? - by kao on 04-26-2004 at 11:45 AM
RE: Reputation: users or posts? - by Menthix on 04-26-2004 at 12:02 PM
RE: Reputation: users or posts? - by Choli on 04-26-2004 at 01:01 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 01:33 PM
RE: Reputation: users or posts? - by Sunshine on 04-26-2004 at 01:34 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 01:38 PM
RE: RE: Reputation: users or posts? - by Sunshine on 04-26-2004 at 01:45 PM
RE: Reputation: users or posts? - by Wabz on 04-26-2004 at 01:43 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 01:53 PM
RE: RE: Reputation: users or posts? - by Sunshine on 04-26-2004 at 01:59 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 02:05 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 02:09 PM
RE: RE: Reputation: users or posts? - by Sunshine on 04-26-2004 at 02:22 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 02:11 PM
RE: Reputation: users or posts? - by Menthix on 04-26-2004 at 02:17 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 02:24 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 02:28 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 02:45 PM
RE: Reputation: users or posts? - by Menthix on 04-26-2004 at 02:52 PM
RE: Reputation: users or posts? - by Chrono on 04-26-2004 at 03:17 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 03:40 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 04:06 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 04:16 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 04:22 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 04:33 PM
RE: Reputation: users or posts? - by Dane on 04-26-2004 at 06:14 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 06:16 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 06:17 PM
RE: Reputation: users or posts? - by Tochjo on 04-26-2004 at 06:17 PM
RE: Reputation: users or posts? - by Dane on 04-26-2004 at 06:18 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 06:20 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 06:28 PM
RE: Reputation: users or posts? - by Guido on 04-26-2004 at 06:32 PM
RE: Reputation: users or posts? - by Dane on 04-26-2004 at 06:35 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 06:40 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 07:09 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 07:27 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 07:30 PM
RE: Reputation: users or posts? - by Tochjo on 04-26-2004 at 07:31 PM
RE: Reputation: users or posts? - by WDZ on 04-26-2004 at 07:38 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 07:43 PM
RE: Reputation: users or posts? - by Choli on 04-26-2004 at 10:01 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 10:09 PM
RE: Reputation: users or posts? - by Choli on 04-26-2004 at 10:27 PM
RE: Reputation: users or posts? - by KeyStorm on 04-26-2004 at 10:33 PM
RE: Reputation: users or posts? - by Choli on 04-26-2004 at 10:39 PM
RE: Reputation: users or posts? - by Guido on 04-26-2004 at 11:09 PM
RE: Reputation: users or posts? - by Menthix on 04-26-2004 at 11:11 PM
RE: Reputation: users or posts? - by Johnny_Mac on 04-26-2004 at 11:18 PM
RE: Reputation: users or posts? - by surfichris on 04-26-2004 at 11:43 PM
RE: Reputation: users or posts? - by Guido on 04-26-2004 at 11:43 PM
RE: Reputation: users or posts? - by Dane on 04-27-2004 at 12:01 AM
RE: Reputation: users or posts? - by WDZ on 04-27-2004 at 03:55 AM
RE: Reputation: users or posts? - by WDZ on 04-27-2004 at 04:05 AM
RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 08:07 AM
RE: Reputation: users or posts? - by KeyStorm on 04-27-2004 at 08:57 AM
RE: RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 09:01 AM
RE: Reputation: users or posts? - by Choli on 04-27-2004 at 09:20 AM
RE: RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 09:31 AM
RE: Reputation: users or posts? - by Choli on 04-27-2004 at 09:48 AM
RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 09:54 AM
RE: Reputation: users or posts? - by Choli on 04-27-2004 at 10:13 AM
RE: Reputation: users or posts? - by KeyStorm on 04-27-2004 at 10:16 AM
RE: RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 10:22 AM
RE: Reputation: users or posts? - by Guido on 04-27-2004 at 04:25 PM
RE: Reputation: users or posts? - by Chrono on 04-27-2004 at 04:50 PM
RE: Reputation: users or posts? - by WDZ on 04-27-2004 at 04:54 PM
RE: RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 06:29 PM
RE: Reputation: users or posts? - by Guido on 04-27-2004 at 04:58 PM
RE: Reputation: users or posts? - by Choli on 04-27-2004 at 05:15 PM
RE: Reputation: users or posts? - by WDZ on 04-27-2004 at 05:32 PM
RE: Reputation: users or posts? - by Tochjo on 04-27-2004 at 05:37 PM
RE: Reputation: users or posts? - by KeyStorm on 04-27-2004 at 06:07 PM
RE: Reputation: users or posts? - by KeyStorm on 04-27-2004 at 06:34 PM
RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 06:52 PM
RE: Reputation: users or posts? - by KeyStorm on 04-27-2004 at 06:56 PM
RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 07:05 PM
RE: Reputation: users or posts? - by Chrono on 04-27-2004 at 07:16 PM
RE: RE: Reputation: users or posts? - by Sunshine on 04-27-2004 at 07:29 PM
RE: Reputation: users or posts? - by Dane on 04-27-2004 at 09:16 PM
RE: Reputation: users or posts? - by WDZ on 04-28-2004 at 07:24 AM
RE: Reputation: users or posts? - by CookieRevised on 04-28-2004 at 08:13 AM
RE: Reputation: users or posts? - by Wabz on 04-28-2004 at 09:25 AM
RE: Reputation: users or posts? - by Choli on 04-28-2004 at 09:56 AM
RE: Reputation: users or posts? - by KeyStorm on 04-28-2004 at 04:08 PM
RE: Reputation: users or posts? - by Anubis on 04-28-2004 at 04:54 PM
RE: Reputation: users or posts? - by WDZ on 04-28-2004 at 05:43 PM
RE: Reputation: users or posts? - by Choli on 04-28-2004 at 06:29 PM
RE: Reputation: users or posts? - by CookieRevised on 04-28-2004 at 06:44 PM
RE: RE: Reputation: users or posts? - by Guido on 04-28-2004 at 09:45 PM
RE: Reputation: users or posts? - by KeyStorm on 04-28-2004 at 06:45 PM
RE: Reputation: users or posts? - by Choli on 04-28-2004 at 06:49 PM
RE: Reputation: users or posts? - by CookieRevised on 04-28-2004 at 07:42 PM
RE: Reputation: users or posts? - by WDZ on 04-28-2004 at 07:42 PM
RE: RE: Reputation: users or posts? - by CookieRevised on 04-28-2004 at 07:53 PM
RE: Reputation: users or posts? - by KeyStorm on 04-28-2004 at 08:46 PM
RE: Reputation: users or posts? - by KeyStorm on 04-28-2004 at 09:57 PM
RE: RE: Reputation: users or posts? - by CookieRevised on 04-29-2004 at 05:08 AM
RE: Reputation: users or posts? - by Choli on 04-29-2004 at 11:22 AM
RE: Reputation: users or posts? - by CookieRevised on 04-29-2004 at 12:53 PM
RE: Reputation: users or posts? - by WDZ on 04-29-2004 at 02:04 PM
RE: Reputation: users or posts? - by KeyStorm on 04-29-2004 at 02:50 PM
RE: Reputation: users or posts? - by WDZ on 04-29-2004 at 03:54 PM
RE: Reputation: users or posts? - by Guido on 04-29-2004 at 05:17 PM
RE: Reputation: users or posts? - by KeyStorm on 04-29-2004 at 05:25 PM
RE: Reputation: users or posts? - by Guido on 04-29-2004 at 05:39 PM
RE: Reputation: users or posts? - by KeyStorm on 04-29-2004 at 05:47 PM
RE: Reputation: users or posts? - by WDZ on 04-29-2004 at 05:52 PM
RE: Reputation: users or posts? - by CookieRevised on 04-30-2004 at 03:04 PM
RE: Reputation: users or posts? - by Wabz on 04-30-2004 at 03:44 PM
RE: Reputation: users or posts? - by Dane on 07-19-2004 at 09:04 AM
RE: Reputation: users or posts? - by CookieRevised on 07-19-2004 at 09:33 AM
RE: Reputation: users or posts? - by Dane on 07-19-2004 at 09:35 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On