Jump to content
MakeWebGames

mixmaster

Members
  • Posts

    194
  • Joined

  • Last visited

Everything posted by mixmaster

  1. Yes it did work without them , i just forgot to put them in lol so thanks for reminding me , i have now updated it . and i did but it wasn't showing up
  2. This is a very simple slap mod that will take all of the persons money that you have slapped , you will both recieve an event , i am still learning phpso go easy on me lol . call this slap.php   <?php include "globals.php"; $info=mysql_query("SELECT * FROM users WHERE userid={$_GET['ID']}"); $r=$db->fetch_row($info); if ($ir['hospital']) { die ("you cant slap someone if you are in hospital"); } else if ($ir['jail']) { die (" you cant slap someone if you are in jail"); } else if ($r['hospital']) { die ("you can slap someone if they are already in hospital"); } else if ($r['jail']) { die ("you cant slap someone if they are in jail"); } else if ($ir['slaps'] < 1) { die ("you dont have any slaps"); } else { $_GET['ID'] = abs((int) $_GET['ID']); if(!((int)$_GET['ID'])) { print "Invalid User ID"; } else if($_GET['ID'] == $userid) { print "Sorry but you cant slap yourself"; } else { $money=($r['money']); mysql_query("UPDATE users SET money=money+$money WHERE userid=$userid"); mysql_query("UPDATE users SET money=0 WHERE userid={$_GET['ID']}"); mysql_query("UPDATE users SET slaps=slaps-1 WHERE userid=$userid"); print "You stole \$$money from ID {$_GET['ID']}."; event_add($_GET['ID'],"You were slapped for \£$money by {$ir['username']}.",$c); event_Add($userid,"you Slapped <b>{$r['username']}</b> and Stole £$money"); } } $h->endpage(); ?>   Add this to the user table. ALTER table users ADD slaps INT(11) NOT NULL default 0;   and finaly add the link on viewuser.php.   <a href='slap.php?ID={$r['userid']}'>Slap [{$ir['slaps']}]</a>
  3. you can download a free 30 day trial of photoshop cs5
  4. mixmaster

    Birthday boy

    Happy birthday Danny696
  5. Damagedcity.com activate private message
  6. mixmaster

    Revenue

    it just depends on the design of your game , stuff to do in your game , game management , all the stuff that makes it different form all the other games out there
  7. look good well done illusions :)
  8. personal info doesn't work loan shark doesn't work notepad doesn't work crimes dont work gym doesn't work name change doesn't work upload attack pic doesn't work status change doesnt work you chose a good name for your game (DAMAGEDcity)
  9. It is the same as every other game that just gets thrown together with free mods , it has no thought to a story line , all you get on the login page is " Damaged City is a City full of Dangerous Gangsters.. It has recently been bombed, There is nothing much left in this City.. You have work your way around this Damaged City. Do you think you have what it takes to be the Richest?The best? Well lets see! Register now!" what part of that is going to make people want to even register on the game never mind choose to play the game over the many hundreds that are out there ? 15 members 3 out of the 15 are over level 1 2 admins and the demo account   personally i dont think anyone will pay £200+ when they can just buy redux change the layout install a few mods and there ya go a better game in a few days
  10. Please note this whole thread is split off from http://makewebgames.io/showthread.php/39594-Redux-attention-bits as it was going off topic. Thanks - Dominion.     personaly i dont believe that you will perfect it , and im sure many others wont believe that either. good luck with that though
  11. no i haven't hacked it why ?
  12. nice work illusions another good mod from you :)
  13. 23 = lucky boxes ,try to open a box and if not enough funds it just displays a white background and a few bits of writing. 24 = stafflist, if staff is online it still says they are offline 25 = does'nt automaticaly log you out after 26 = try to change password once you have pressed change it just says "closed" and doesn't change the password 27 = once you have writen on notepad , if you want to delete it all you have to put a space at the begining 28 = you can send yourself mail it seems redux is more messed up than v2.0 lol
  14. sorry if im wrong but have you deleted your old database from your old mc game and made a new one with the readux sql's ? maybe that is the problem ?
  15. you will need to find a new script due to the script not been php 5 ,
  16. you do know you can still log into the game though dont you ? :P
  17. do you mean they have more friends that are daily players or do you mean they have more friends than toatal players ?
×
×
  • Create New...