Current location: Hot Scripts Forums » HotScripts.com Discussion » Hot Scripts Forum Questions, Suggestions and Feedback » Better Hotscripts Rating Algorithm (sort order)


View Poll Results: Should hotscripts use this algorithm
No 3 30.00%
Yes 7 70.00%
Voters: 10. You may not vote on this poll

Better Hotscripts Rating Algorithm (sort order)

Reply
  #1 (permalink)  
Old 06-13-03, 02:18 PM
jv2222 jv2222 is offline
The Freshmaker
 
Join Date: Jun 2003
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Better Hotscripts Rating Algorithm (sort order)

The sort order of script listings is highly unfair.

I have written an article about it and have also written an Algorithm that would make the Hotscripts sort order fairer than it has ever been.

http://justinvincent.com/home/articles.php?articleId=17

You can download a sample PHP script using the Algorithm from here..

http://justinvincent.com/home/downlo...pts_rating.zip

Cheers,
Justin
Reply With Quote
  #2 (permalink)  
Old 06-13-03, 02:36 PM
DA Master DA Master is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: Yorkshire
Posts: 116
Thanks: 0
Thanked 0 Times in 0 Posts
I think another good think would be ordering scripts by downloads.
__________________
PHP Code:

<?php if(PHP_OS == 'Windows') { echo "Doh"; } ?>

Reply With Quote
  #3 (permalink)  
Old 06-13-03, 09:33 PM
ridwank's Avatar
ridwank ridwank is offline
Newbie Coder
 
Join Date: Jun 2003
Location: Indonesia
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Sort option LINKS

I think it will be better if HS Team make some option of Sort Order.
I can be build with radio button or ordinary links

The options are :
- Sort by Postdate (could be set as default)
- Sort by Hits
- Sort by Rate
- Sort by lastUpdate
- Sort by Alphabetic

So the visitor could find what they need by this option.
Isn't that great ...?
__________________
-=ridwank=-

<b><a style='text-decoration:none' href="http://www.ridwank.com">CLICK : ridwank.com : PHP SCRIPT CENTER</a></b>
Reply With Quote
  #4 (permalink)  
Old 06-14-03, 06:37 AM
jv2222 jv2222 is offline
The Freshmaker
 
Join Date: Jun 2003
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
1) Regarding adding 'Number Of' Downloads' to the sort function.

I had thought of that but then decided that it wouldn't be fair because many of the listings dont have a download link. Therefore it would seem unfair that just because a script had a download link that it should get rated higher than a better script that just had a homepage link.

All the criteria that I included in the function is 100% equal for all scripts, articles, code snippits, etc.

Anyway just incase someone wanted to include it all you would need to do would be to add

+ ( $download_num / $num_days_on_site)

into the function.

2) Regarding offering different sort orders. I think that is a good idea but you would still need a 'default' sort order - and nothing would be more useful than a 'top of the pops' style sorting.

Mainly because when a user goes to > PHP > Database managment. What they are initially looking for is the 'best' script under that category. The only way to quickly find that out is to see which script is deemed best by the public at large. The only way to find that out is to consistently update the order based on a function like the one above.

The reason why you need a more complex function than simply basing it on user rating is because if 1000 people vote 4.35 for a script. And 2 people vote 5 for a different script. Which should appear first? It would make no sense to put the second script higher, just because it had a higher rating. We should also take into account that the 4.35 is a very trusted rating as it has been rated by 1000 people.

But I do agree with you, as an added feature it would be nice to have the aditional ability to sort by any feild you wanted - after you have first opened a category.
Reply With Quote
  #5 (permalink)  
Old 06-16-03, 04:08 AM
jv2222 jv2222 is offline
The Freshmaker
 
Join Date: Jun 2003
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Quite frankly.. I'm amazed that more people aren't talking about this!!
Reply With Quote
  #6 (permalink)  
Old 06-16-03, 05:54 AM
Flexer Flexer is offline
Newbie Coder
 
Join Date: Jun 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
I fully support this and hope that they will make this soon because currently this is one of the most annoying things in HotScripts
Reply With Quote
  #7 (permalink)  
Old 06-16-03, 06:15 AM
phpkid phpkid is offline
Hot Moderator ;)
 
Join Date: Jun 2003
Location: India
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
I completely agree with you.

I will take this issue with forum admins.

Thanks for your suggestions,
Regards,
JD
__________________
http://www.phpkid.org
Reply With Quote
  #8 (permalink)  
Old 06-17-03, 12:35 PM
jv2222 jv2222 is offline
The Freshmaker
 
Join Date: Jun 2003
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

I see they have gone back to sorting by number of hits. Well that's better than the alpah sort... still...

Just wondering if they were planning to use the new Algorithm?

Cheers,
Justin
Reply With Quote
  #9 (permalink)  
Old 06-17-03, 01:44 PM
phpkid phpkid is offline
Hot Moderator ;)
 
Join Date: Jun 2003
Location: India
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Justin,

I have communicated the idea to them, We should be working on it soon, I guess.

JD
__________________
http://www.phpkid.org
Reply With Quote
  #10 (permalink)  
Old 06-19-03, 10:43 PM
relledge's Avatar
relledge relledge is offline
Wannabe Coder
 
Join Date: May 2003
Location: Overland Park, KS
Posts: 162
Thanks: 0
Thanked 0 Times in 0 Posts
A new rating algorithim will be released within the next 48-72 hours.
__________________
EOT

RElledge
www.HotScripts.com
'These Scripts are Hot!'
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
asp: values in array not in order?? seala ASP 0 08-16-03 12:06 PM
Sort order of entries Skeleton Man Hot Scripts Forum Questions, Suggestions and Feedback 21 06-14-03 11:32 PM


All times are GMT -5. The time now is 09:52 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.