Jump to content
MakeWebGames

mixmaster

Members
  • Posts

    194
  • Joined

  • Last visited

Everything posted by mixmaster

  1. mixmaster

    slap mod

    This is for the grpg engine not an mccodes engine
  2. Or just don't tell people on here what the game url is , because usaully within 5mins of it being posted , your game is being messed with :p
  3. Plus daves donation system works good , looks good , and is an all rounder good use of money :)
  4. so really your just going to be one of these people that comes here straight away and just expects to get an anser becasue you dont like studying
  5. so you learn by asking without 1: going to a tutorial and learning abit of php before you start . 2: looking through the code and learning the difference , and by people like me you mean people that will tell you exactly what they think ?
  6. why even attempt to create a game if you cant do the simpliest of things ?
  7. I dont even understand that
  8. try a new version , this is 3 years old
  9. Thanks illusions
  10. replace while($users=$db->fetch_row($nm)) { $bgcolor=($bgcolor == "#ececec") ? "#ffffff" : "#ececec"; echo '<tr style="background-color: '.$bgcolor .'"> <div id="faqtable1" class="icongroup"> <td>'.$users['id'].'</td> <td>'.$users['username'].'</td><div></tr></table>'; with   while($users=$db->fetch_row($nm)) { $bgcolor=($bgcolor == "#ececec") ? "#ffffff" : "#ececec"; echo '<tr style="background-color: '.$bgcolor .'"> <div id="faqtable1" class="icongroup"> <td>'.$users['id'].'</td> <td>'.$users['username'].'</td><tr>'; } print '<div></tr></table>';     edited
  11. Screenshots ?
  12. No , it's php
  13. Bought both sytems , only tested the chat out so far , but it works like a treat :) . Thanks alot dave , they look great
  14. Well he wasn't selling an illegal script to make you happy now was he lol :)
  15. I didn't mean an admin on your site i ment an admin on here could cofirm he has a license lol
  16. It's just there is plenty of people that come on here using the ravan script and they don't own a valid license and just expect everyone to help them.
  17. ok well if an admin can confirm that , then im sure there will be plenty of people willing to help
  18. Do you have a valid MCcodes license ?
  19. they just used the meta tag
  20. We still don't know what error you are getting
  21. Have you put $db with the global ?
  22. ahhh right , Thank you for you help and for teaching me something :)
  23. if($ir['user_level'] > 1 && $IP == $IP1 || $IP2)
  24. Thanks i must be doing something wrong then lol
×
×
  • Create New...