Jump to content
MakeWebGames

LimitedStreak

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by LimitedStreak

  1. Sorry for the unclear replies lol The first post was asking for the leaderboard help which is now solved thank you but now if i want to get the rankPosition of a specific user, how would i do that? Like saying to the user 'You are ranked at #48'. Hope this is more clear... Thanks :D
  2. Not the fetch Rank but rankPos. So if you want to show the user what rank he is, how would i do that?
  3. That worked perfectly thank you very very much! Thank you for all the replies, really helpful forum! ♥ BTW does anyone know how to the specific rank? Just say i want do get one users rank? For example: #1 LimitedStreak 100 Rank Points #2 Seker 78 Rank Points #3 KyleMassacre 50 Rank Points If i want to find Sekers position? Which would be #2, how would I do this? Thanks
  4. Thanks for the replies:) btw the $tsel2 shouldnt be there I am not sure if you understand what i meant. This piece of code show a perfect leaderbord For example: LimitedStreak 100 Rank Points Seker 78 Rank Points KyleMassacre 50 Rank Points .. this goes on to show another 7 users in order from highest to lowest. I want to have ranks on the side so it will be like this: #1 LimitedStreak 100 Rank Points #2 Seker 78 Rank Points #3 KyleMassacre 50 Rank Points   A number shows the users position on this leaderboard with #1 having the highest Rank Points and #10 having the lowest.   I just cant seem todo this so please try to help...Thank You:D
  5. Hey there people, just need some help please with php. <code> <?php $tsel = mysql_query("select * from `users` and `status`='Alive' order by `rankpoints` desc limit 1,10"); while ($top = mysql_fetch_array($tsel)) { print "<tr> <td align=left> $tsel2<a href='ajax_user_info.php?viewuser=$top[username]' class='user_link' title='Click to view user info!' target='mainFrame'>$top[username]</a></td><td align=left>".makecomma($top[rankpoints])." XP</td></tr>";} ?> </code> Is there a way that i can rank the results so the person with the most rankpoints will be#1 and the least will be #10 so there will be a list with #1-#10 the users usernames and how much rankpoints they have? I just don't know how to actually rank the results Thank You so much in advance
  6. That looks perfect mate Thank You so much, will check it & get back to you:D
  7. Iv just check MWG after a long time and realised that people have replied to my post and thanks for trying to help people:D. Im not sure though if you get what i mean. What i need is whenever a user gets just say 10million pounds, 1 point is added to his account so just say a user had 20 million then another 1 point would be added and if he gained 30 million then another point would be added.
  8. Hello there, Long time since ive posted but im back as an active member seeking help and helping where i can :) Anyway, i am trying to make a script where everytime you have just say 100 points, you are automatically given £1,000,000. I know how make a script where if you have 100 points then you get given £1,000,000, if you have 200 points then you get given £1,000,000 more etc but this will take far too long and there is an infinie maximum that can be reached so this would be time consuming. Can anyone give me heads up on a small piece of coding that would carry a similar or same fuction so everytime you have 100 points, you will recieve £1,000,000 additional please. Thanks in advance :)
  9. can you please give me them? and has anyone got screenshots or know the features?
  10. Do you know how todo it? i have a code but that a long method
  11. Example everytime the points go up by ten Add 1 to rankpoints so if points are 20, rankpoints will be 2 .
  12. LimitedStreak

    wtm

    Is there a.way to fetch something from.db and if it os.10 - 20 add something to another rpw. But doing 10-20, 20, 30 etc.would take too much time.. I have.an example to show you too
  13. Hey there what pay by sms services do you prefer and why? And has anyone got any scripts that they could give that when you buy credits/points.you can enter the keycode that u get, to get the credits/points.. this is using wtm scripts
  14. I need a captcha image verification
  15. hey there guys, has anyone got a simple scriptcheck that would work with Way of the mafia scripts?   Thanks
  16. mate thanks for that but do you know how to get a list under the description? like 'Makewebgames' in google. for some reason it doesnt show in source
  17. hey there. ive recently been trying to get my site onto Google but not the way i would like. Does anyone know how to list tge description like MakeWeb Games. So like Name then description as usual but then a kind of list with the pages eg forum, portal. thanks
  18. sorry for that echo "<b><tr> <td class='hover' title=' <table style=color: black; width=300 cellspacing=0 cellpadding=0><tr><td width=80 style=padding-right: 3px;><img width=80px height=80px src=images/profile.jpg></td> <right><b><br><td><td><span style=font-size: 11px; font-weight: bold; padding-bottom: 5px;><b>$i->username</span> <br><b><font color=white>Rank:</b> $i->rank</font><br /><b><font color=white>Gang:</b> $i->crew</font></td></tr></table> <onmouseout=\"nd();\" a href='profile.php?viewuser=$i->username' style=\"\"> $echo </a> </tr> ,"; } ?></a></span></b></td>
  19. <CODE>echo "<b><tr> <td class='hover' title=' <table style=color: black; width=300 cellspacing=0 cellpadding=0><tr><td width=80 style=padding-right: 3px;><img width=80px height=80px src=images/profile.jpg></td> <right><b><br><td><td><span style=font-size: 11px; font-weight: bold; padding-bottom: 5px;><b>$i->username</span> <br><b><font color=white>Rank:</b> $i->rank</font><br /><b><font color=white>Gang:</b> $i->crew</font></td></tr></table> <onmouseout=\"nd();\" a href='profile.php?viewuser=$i->username' style=\"\"> $echo </a> </tr> ,"; } ?></a></span></b></td></CODE> hey guys, i am trying to put a link onto $echo but it doesnt come up. The rest is done exept that, does anyone know how to put a link like the one the 4th last line. <onmouseout=\"nd();\" a href='profile.php?viewuser=$i->username' style=\"\"> $echo </a> thanks
  20. Post deleted
  21. Thank You All, i have found the solution by lucky 3809 ;)
  22. yes i know but on this one occasion i am askign for help as i usually help others
  23. has anyone got a made players onlinepage that has hover over?
  24. mate i really not sure what you did. Its a table just say this, where would i put the odd, even?   <table width="300" border="0" cellpadding="0" cellspacing="0" class="table"> <tr class="thinline" class="table_back"> <td colspan=2> Last 10 Registered</td> </tr> <tr class=table> <td class="subhead" width="109">Username</td> <td class="subhead" width="126">Date/time</td> </tr> <? $c=mysql_query("SELECT * FROM users ORDER BY id DESC LIMIT 10"); while($d=mysql_fetch_object($c)){ echo "<tr><td align=left><a href='profile.php?viewuser=$d->username'>$d->username</a></td><td>$d->regged</td></tr>"; } ?> </table></td>
  25. how to make a different colour for each row like odd, even, odd, even etc does anyone know how todo it and the table includes data from database thanks
×
×
  • Create New...