Jump to content
MakeWebGames

avguste

Members
  • Posts

    110
  • Joined

  • Last visited

    Never

Everything posted by avguste

  1. Re: 8 Lines to secure your site from known sql injections. Where exactly? Are you putting this right under function userdata?  
  2. Re: Forum Modifications? Compatible?
  3. Hello I am the owner of http://armoricarpg.novahost.org and I am looking for forums modifications,such as better layout,buttons and the likes. Anyone knows of any such mods? Thanks
  4. Re: [Free] [V1] Random Explore Mod version 2 of this mod?
  5. Re: Finding Items in the city So what is this doing exactly?
  6. Re: [mccodes V.2]Energy Sweet Shop Great addon. Just a small edit if I may. Use the code below at the end of the script.Originally, the 2nd script indicated had energysweetshop.php.php for "Back to shop" The code below corrects that :-P   $sql = sprintf("UPDATE users SET money=money-%u, energy=energy+%u WHERE userid=%s", 10, 5, $userid); mysql_query($sql); echo 'You Bought A energy sweet And You Feel Some of your will coming to you after you ate it! [url="energysweetshop.php"]Back to Shop[/url] ';
×
×
  • Create New...