The rating system....
Moderator: General Moderators
The rating system....
hi i just need some help with rating system...
with javascript, php n mysql i want a rating system which needs user authentication to rate it.. and only one vote/rate can be done by the user.. its just like the youtube video rating system...
need help!!
with javascript, php n mysql i want a rating system which needs user authentication to rate it.. and only one vote/rate can be done by the user.. its just like the youtube video rating system...
need help!!
Re: The rating system....
Either try Google to find complete scripts or start coding yourself and we can help you with the code if needed.
Re: The rating system....
i googled it.. the code is not for free!!!
Re: The rating system....
There are plenty of free scripts. Look beyond the first item in the search results or modify your search terms
Re: The rating system....
yeah man... i tried... but the rating needs to be done on user authentication... the guest users can just see the current rating!!! and most important of all is only once an user can rate it...
i cant able to get these in same script.. i cant able to find authenticated rating scripts!!!
i cant able to get these in same script.. i cant able to find authenticated rating scripts!!!
Re: The rating system....
Those two are unrelated concerns. Find a script for your rating and implement an authentication mechanism, one at a time.
Re: The rating system....
i already have the rating script bro... can you guide me through...
with that script i can rate it but i can rate it several times...
with that script i can rate it but i can rate it several times...
Re: The rating system....
Can you program? what have you tried so far?
Re: The rating system....
currently am developing the cms of my site!!! so i just tried few scripts for rating!! those didnt satisfy my need... i would alter those scripts by someone's guidance only when i complete my current work!!!
-
Hieroglyphics
- Forum Newbie
- Posts: 13
- Joined: Wed Jan 20, 2010 8:25 pm
Re: The rating system....
Learn some basic ajax. Make a rate_log table in your db and columns video and user, and after each rating fill in those columns and put an if(mysql_num_rows < 1) {canRate}else{cant}