Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. Should I worry, you send our password back to us in plain-text via email?
  2. I only use PDO if it's required by the project at hand. If it's a new project or my own, I generally stick to MySQLi as it does what I need. I'd say it's down to preference, unless you need certain aspects of PDO that MySQLi doesn't have (IE: The ability to switch DBMS). As for PDO being the way forward, I think both are a step forward, don't know how long either will last, or what will come at a later date, however both are recommended over PHP's mysql_* lib.
  3. Nope, however you can report that specific PM to the administrators if you like.
  4. When you start name callling, and throwing other insults at other members, it becomes Kyle's business ( Note: "Super Moderator" ). If you wish to complain at "Dunno" then do so in the appropriate place ( Collab Forum ), however if you have no experience with him, other than hear-say or experiences your 'friends' have had, then you really do not have anything to add to the thread. That being said, Dunno: If you are being harassed by another member then post about it in the collaboration forum, however please keep it well documented, not just "X did y to z". There is no reason to take down your site, if you have done nothing wrong as there isn't much MNG, or anyone else for that matter can do about it.
  5. You'd be surprised.
  6. Callback API for games? - to verify votes?
  7. No don't, the mods were not transferred in the sale of the website ( as per the sale thread ), therefore contact Cronus ( try here on MWG ).
  8. Like this? (Download) Few things; - When displaying images however you see fit, give the image tag a data-id attribute with the value being the images id ( however you want to define the id of an image ), - The disabled class in the css, is what lowers the opacity ( no hot-fixes, to lazy ). - store.php is just an example of how to retrieve the data sent by the ajax request, sanitation/validation is up to you, also a storage method is up to you. - Image state does not default when the max is reached, it's up to you to decide on what happens when the max is reached. An example. $('li.disabled').remove(); //Remove current selected. storedImages = []; //Reset stored images. Alternative: window.location.reload();
  9. Update man update. ( hey if I can get you to update it solely on the fact 1.4 is being used, then I'm going to try it... ;) )
  10. Well if neither of them were global, there should have been no problem? ( also 1.4 is way out of date. )
  11. Unsurprising, it usually is something to this effect, though mostly outdated copies of jQuery (ala: The breaking of attr() a couple of versions back ).
  12. I don't like the rounded edges at the right hand side of the sidebar, but other than that I think it looks great.
  13. Little rusty...quite a few years ago. 1: Yep, getting that pokemon that could travel by sea. 2: Red, Blue and Crystal. - Cannot decide 'cause I cannot actually remember what differentiates them, so these are ones I owned as a kid, when it came around to getting a GBA I didn't get Pokemon for it, by that time I was playing skateboarding games on it and such. 3: Couldn't say haven't played since Crystal. 4: No idea, not really something I would play now. 5: See answer 4.
  14. Nice one, man.
  15. Nope I don't watch or follow football, however I think everyone football fan or not, knows that there is more than one football team with 'united' in its name. :cool:
  16. I'd say United, cause it's vague as hell.
  17. Does England count? If so England, if not then hell I don't know, don't watch it or follow it.
  18. Does that really matter in the context of this thread? It's not the op's game, it's a game he plays, he is showcasing his design work not looking for feedback on a game he plays. @Thread: I like yours over the original one, however neither are terrible.
  19. I'm guess we're going with a very broad definition of a programming language here? As only Java and Javascript ( PHP highly debated upon, but I guess PHP too ) in this list are considered programming languages. HTML/HTML5 are the same thing. MySQLi isn't a language at all, and jQuery is just a Javascript framework.
  20. Djkanna

    Games List

    Pinned the thread. All games should be available to be put here, providing they're open to the public ( even if alpha/beta stages ), and should be listed in the order they are posted. Just my 2 cents.
  21. There isn't sufficient information that indicates GRPG is free software, therefore I wouldn't use the script MNG has sent. Not until you can clarify with the owner/owners of GRPG first.
×
×
  • Create New...