Jump to content
MakeWebGames

Supervisor

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Supervisor's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. You should check out digitalocean, I've been using them for around 3/4 months now, And haven't gotten any issues, their support is very quick and servers are pretty fast for such cheap prices :)
  2. Not to hijack this thread :P Nice! (I've done it with Panther v1.3, btw Release it!
  3. Script47 beat me too it :P
  4. I may publish it on Github when I have a decent version ready :)
  5. I'm currently making my own engine, Which is a bit of GRPG and a bit of Panther v0.5. :)
  6. You don't check in the attack script if the NPC exits... This way if they put ?attack=1 behind the url they will just get $500 free each time.   $res = mysql_query("SELECT `hosp`,`strength`,`speed`,`defense`,`npc_name` FROM `npc_bots` WHERE `id` = ".$_GET['ID']); $numRows = mysql_num_rows($res); if($numRows > 0) { $row = mysql_fetch_array($res); /// Do attack here } else { echo Message("The NPC you are trying to attack does not exist."); }   Also, I don't see $_GET['ID'] being secured.   $_GET['ID'] = abs((int)$_GET['ID']);   Other then that, Great job :)
  7. PayPal was a bit weird - but we got it sorted! Would def buy a layout again from Zettieee :)
  8. Maybe you should be nice to your "players" instead of putting them into the hospital while they are trying to play. Anyway - Have fun with your pissy poor game :)
  9. I'm lolling at your staff. So I decided to check the "game" out - I was put in hospital by ID: 1 for 100 minutes. I then decided to send him a nice message: "Way to welcome new players to your game, dick." 2 minutes later, I refresh the page and get to see this. You have been put in the Mafia-Life Federal Jail for 900 day(s). Reason: offensive language at staff Calling someone a dick wouldn't see that as offensive, but if you're hurt that easily, maybe you shouldn't even run a mafia game. Just sayin.
×
×
  • Create New...