Jump to content
MakeWebGames

FlashBannerMaker

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

FlashBannerMaker's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Item 10$ oh right sorry didnt know
  2. Re: Item 10$ shrek arent you talking about mccodes?   lol maybe im confused duno
  3. Re: house bug lol thanks and no problem!
  4. Re: house bug Change this part:   $db->query("INSERT INTO `properties` (`prID`, `prOWNER`, `prHOUSE`) VALUES ('NULL', '$userid', '{$r['hID']}');",$c); event_add($r['prOWNER'],"[url='viewuser.php?u=$userid']{$ir['username']}[/url] bought your {$r['hNAME']} from the property market for {$r['prCOST']}.",$c); $db->query("DELETE FROM propertymarket WHERE prID={$_GET['ID']}",$c); print "You bought the {$r['hNAME']} from the market for \$".number_format($r['prCOST'])."."; } $h->endpage(); ?>   To this: $db->query("INSERT INTO `properties` (`prID`, `prOWNER`, `prHOUSE`) VALUES ('NULL', '$userid', '{$r['hID']}');",$c); $db->query("UPDATE users SET money=money+{$r['prCOST']} WHERE userid={$r['prOWNER']}"); event_add($r['prOWNER'],"[url='viewuser.php?u=$userid']{$ir['username']}[/url] bought your {$r['hNAME']} from the property market for {$r['prCOST']}.",$c); $db->query("DELETE FROM propertymarket WHERE prID={$_GET['ID']}",$c); $db->query("UPDATE users SET money=money-{$r['prCOST']} WHERE userid=$userid"); print "You bought the {$r['hNAME']} from the market for \$".number_format($r['prCOST'])."."; } $h->endpage(); ?>
  5. Re: Forum Spam Help lmao thanks so much...no idea why i didnt think of that
  6. Anyone know how to stop forum spam in mccodes? So maybe a code to not allow users to post within a time span of 5 minutes if their level is below 5
  7. Re: Login & Register [$15] Very nice work
  8. Re: [REVIEW] Review my game plz. Fearless-Dojo Whats with all the negative comments on CE. I think its good and obviously you are just starting and everyone starts off simple. Once you get your .net domain and paid hosting and paid mods and mods of your own it would be much better.
×
×
  • Create New...