Jump to content
MakeWebGames

-Matt-

Members
  • Posts

    1,011
  • Joined

  • Last visited

Everything posted by -Matt-

  1. Re: [mccode] Advanced Warning System fixed
  2. Re: [mccode] Close page system could any 1 post the hole code for v2 that works
  3. Re: [mccode] Advanced Warning System i am having problems with sql :?
  4. Re: [mccode] Close page system i do :D
  5. Re: [TGM] Federal Jail Court System [TGM] most people have eligal version of this mod
  6. Re: [mccode] FREE Criminal Record (advanced) youggold it shows wat crimes u have done advanced not advanced crimes
  7. Re: [mccode] FREE Criminal Record (advanced) can any 1 convert to v2 plz
  8. Re: Counting (nr game) 1478
  9. QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO userstats VALUES(111, 10, 10, 10, 10, 10 when register how do i fix this? v2
  10. Re: Free New City Mod For v1 and lite wat does this do?
  11. Re: [MC codes V1 & V2] Page Loading Time nice +1 http://www.AWSurveys.com/HomeMain.cfm?RefID=matt2k6
  12. Re: [v1] Updated Statistics Page nice mod +1 http://www.AWSurveys.com/HomeMain.cfm?RefID=matt2k6
  13. Re: [free] [all] YouTube Video Downloader nice +1
  14. Re: Guess the next poster nope :( Jesse60905
  15. Re: [mccode] for any version copyright code ACA: Alan
  16. Re: [mccode] for any version copyright code u would have to make a text box or somthing that lets u copy over the code not shore though   http://www.awsurveys.com/HomeMain.cfm?RefID=matt2k6
  17. Re: harry potter the latest film i just watched is not worth watching crap
  18. Re: [sB] Helper Bot ok still u could get the free code and work it it ;)
  19. Re: [sB] Helper Bot help bot posted in fourms
  20. Re: Discovery live messenger yea there is nothing wrong with it thanks
  21. Re: [v1][FREE] DONATION PACKS TO ITEMS <?php include "globals.php"; { print "Invalid use of file"; } else { $i=mysql_query("SELECT iv.*,i.*,it.* FROM inventory iv LEFT JOIN items i ON iv.inv_itemid=i.itmid LEFT JOIN itemtypes it ON i.itmtype=it.itmtypeid WHERE iv.inv_id={$_GET['ID']} AND iv.inv_userid=$userid",$c); } if(mysql_num_rows($i) == 0) { print "Invalid item ID"; } else { $r=mysql_fetch_array($i); if($r['itmname'] == 'Pack 1') { mysql_query("DELETE FROM inventory WHERE inv_id={$_GET['ID']}",$c); mysql_query("UPDATE users SET money=money+MONEY WHERE userid=$userid",$c); mysql_query("UPDATE users SET donatordays=donatordays+DDAYS WHERE userid=$userid",$c); mysql_query("UPDATE users SET crystals=crystals+CRYSTALS WHERE userid=$userid",$c); mysql_query("UPDATE userstats SET IQ=IQ+IQ WHERE userid=$userid",$c); print "You have used the pack, thanks for helping the game!"; } } $h->endpage(); ?>     try that maybe not right
  22. Re: Guess the next poster nope next: Scarlet
  23. Re: [Free] [v1] Help Bot looks good +1
  24. Re: Contact Staff Form [FREE] can any 1 finish then?
  25. Re: Contact Staff Form [FREE] is there a missing part i send the pessage then it comes up with cstaff.php with i dod not have wat thd code for that?
×
×
  • Create New...