any one can give me module for top voters?... I'm using mu core 1.0.8 an xampp 1.7.1..i try some release on this forum but it doesn't work :(
Printable View
any one can give me module for top voters?... I'm using mu core 1.0.8 an xampp 1.7.1..i try some release on this forum but it doesn't work :(
i you cant find this module you need to write this.
its easy because you need to count the votes on the accounts and the biggest number will be your top voter..
you need to make a query command and TOP command to list the top X user.
use xampp1.7.3
Use xampp 1.6.7 and upload here your module to make it work!
i fix it already using same files and programs ,i just add column and it run perfectly including,toponline,topvoters,topdueler,topkiller,gamemaster time,and players time..
thanks for the reply guys...
why you are dont use normal Vote ? Put Your İndex first Only Vote Panel , Later Put on 1 button for redirect your mu website :)
Need i show you example ?
1-vote_acc > mssql vote account columnCode:
<?PHP
$query = "SELECT top 10
vote_acc,
SUM(CONVERT (int,vote_count)) AS VoteCount
FROM MuWeb_des_vote_count_acc
GROUP BY vote_acc ORDER BY VoteCount desc";
$result = mssql_query($query) or die(mssql_error());
while($row = mssql_fetch_array($result)){
$row['vote_acc']
$row['VoteCount']
}
2- vote_count > mssql vote count column
3- MuWeb_des_vote_count_acc > table
4- $row['vote_acc'] and $row['VoteCount'] show rank web page, use html table
---
this code for http://forum.ragezone.com/f197/vote-...-0-2-a-456783/ script, and working, mycodes ;)
@THEWEB, o dediğin nasıl olcak :D