Jump to content
MakeWebGames

a_bertrand

Members
  • Posts

    3,655
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by a_bertrand

  1. You could also post in the right section... right? Anyhow moved for this time.
  2. Well to program iphones you must (or should) have a mac too ;) Yet honestly I don't like much windows phones... Android seems better to me, even if I don't like at all having google behind it.
  3. Thanks for the contribution!
  4. Ok your module has been accepted, now publish it in the marketplace ;)
  5. Windows 8 works... yet... The metro start screen is totally useless to me, as well as I really need a start button and a DVD playback. So I had to install a soft to skip the metro start and add back the start button, as well as I installed the media center to have the DVD playback. Once this is done you get a fast boot, a bit snappier PC than windows 7, yet it's a bit more ugly (I don't like the simplified square look of 8), you miss also a few other small things but overall the difference is pretty much none. So should you do it? Honestly, if you have windows 7 running and you don't need to run any soft requiring 8, don't install 8.
  6. Illusions made a template code editor which let you edit template directly like the code editor. BTW to make the code editor work, you should NOT add all the JS in the header ;)   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title><?php echo $gameName; ?></title> <link rel="icon" type="image/png" href="<?php echo $webBaseDir; ?>favicon.ico" /> <link href="<?php echo $webBaseDir; ?>templates/neo_mafia/mafia.css" type="text/css" rel="stylesheet" /> <?php echo $content['header']; ?> </head> <body>   Basically what you need to do is add an <?php echo $content['header']; ?> or <?= $content['header']; ?> before the /head
  7. If well used yes, they do elliminate SQL injections. Yet don't think it is the only kind of vulnerability.
  8. Wasn't even aware there was such "holiday" ;) Made me laugh thanks Spudy!
  9. There is no info about blocking items. Yet you could have an additional table which stores how many of a given type you cannot give or sell or drop. That would allow to nearly mark items. Can be done if needed, either you do it or I help ;)
  10. Well, depends, if it adds to the default location module, then I could very well add those feature to the official one if you agree. Or you could release it as your own replacement and therefore keep the control of the development of that particular module. It's up to you. Personally both road are fine.
  11. If you don't provide it will put you in hospital
  12. Ok the combat module should have been updated, and should link you to the lost battle link in case you loose... without putting you in the hospital. Is it what you want?
  13. MMm maybe there is a bug there. I will check today and let you know.
  14. Cool and fun... maybe I should avoid to go aroud with too much money then!
  15. That would be cool Sim! We already have a lottery, a roulette, and a few other but no card or dice games yet.
  16. Was missing and needed, thanks!
  17. Nice addition thanks for sharing ;)
  18. 1) Not 100% what you want. 2) Currently there is no condition to display a menu entry for those features like the roulette. But that's really not hard to implement if you want as it's like 1 if. I could make it in the standard offer, yet make it smart may require a bit of thinking. 3) Like a map which let you jump from location to location? Again that should be pretty easy.
  19. 1.1.6 doesn't touch the chat so I doubt it as much to do with that release. For me it should still work.
  20. Last 2 days for the offer! Hurry up before the prices jump back to the usual 100$!
  21. Accepted....
  22. Because then, if your width is too small, then it's unreadable, if it's too big it's again a waste of space. I tried and it wasn't all that better.
  23. Simply resize your window and more will fit horizontally. I didn't managed yet to have a flexible number of items per row and yet that those body resize as well. At least not simply with CSS. So basically when there is more width the boxes will appear more on the same row. If you manage to find a better CSS let me know ;)
  24. Some documentation how to do it: http://www.nw-engine.com/wiki/index.php/Facebook
  25. Facebook integration now support payment via the facebook api.
×
×
  • Create New...