Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,138
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Djkanna

  1. Technically the value site shows you had the MC layout that comes with Ravan (now it's a free one) so please verify you have a valid MCC license. Thanks.
  2. :O I'm your first follower O_o
  3. Good point.
  4. Why? It's a community there is no need to be signed up to interact with the community.
  5. Login? Um yeah it's very easy to install new templates into MCC, you just need to get rid of the existing html and replace with the template you want. :)
  6. Still the same process no matter what version.
  7. Covers install process.
  8. May have misinterpreted the "hardcore" :P
  9. Source: Ip Watchdog
  10. Last time I checked you weren't allowed to sell those templates. However I could be wrong, also as per the license your supposed to keep the "Designed by" link in the footer which you've not done. http://www.templatemo.com/templates/templatemo_214_metal/
  11. It's improved from the last time we've had this kind of discussion. The lag I cannot comment on as I'm rarely on anymore when I was recieving it. More user interactions could be a good idea, also some from of competitions isn't a bad idea either. Maybe to go along with the restructure of the forum also removing some of the pointless posts/threads from the previous years maybe another improvement, however that would take a lot of time some of which don't have.
  12. Maybe redo the login/register/authenticate to give errors when registering or login on the spot rather thanhaving to go back and fill out the forms again. :)
  13. No when you call get_gameranks IE $rank = get_gameranks($r['level'], $r['sapphire'], $r['jade'], $r['diamond'], $r['garnet'], $r['amber']); echo $rank; The function is okay as is.
  14. And your sending values to all these; $level, $sapphire, $jade, $diamond, $garnet, $amber ? Something like: get_gameranks($r['level'], $r['sapphire'], $r['jade'], $r['diamond'], $r['garnet'], $r['amber']);
  15. Remove; $sapphire=$r['smspph']; $diamond=$r['smdiam']; $jade=$r['smjade']; $amber=$r['smambr']; $garnet=$r['smgrnt']; And make sure your sending everything through to the function.
  16. Just because it works doesn't make it right,
  17. Well for a $1 you can't go wrong. Good job, Danny.
  18. If your only using the config.php you need to include the class then configure it as $c will be undefined.
  19. I'm not answering any of these questions I'm just going to say; Use whichever language that gets the job done for you and in a timely manner, as really that is all that matters when it comes down to it. For the sake of it 1). PHP 2). Very little differences good and bad 3). Easiest one for me to learn when I first started.
  20. Count me out (to all the mentions here) I'm strictly working for one company at the moment and myself so I'm not taking on any more work but thanks all the same. I'd recommend Equinox for security jobs, CrimGame isn't around at the moment. Mod ideas/creation ask around there is many mod creators here that will be willing to help.
  21. It's an interesting idea, and I can assume like Coldblooded said people would be willing to purchase these lists at quite a decent price. However I do agree with Dave this would make games more and more generic with very little uniqueness, unless things get edited first rather than used straight out of the box. Good luck BGF.
  22. $_GET['id']+=0; Would suffice
  23. "You didnt write it. Instead your taking code from other mods, other posts and examples placing it altogether and saying hey look at my mod." - "No I made this mod, now stop. " Pretty much sums it up for me.
  24. If you did make this why is the event_add concept correct when you couldn't do it in your other mod (different topic) ? I'm sorry but I don't believe you did it without either the help of someone's code or someone's guidance.
  25. that's a bit harsh. I think it's going to be put in a file anyway (as it not be on it's own) so the class file would be there as would global_func for the event_add() . I also think he just started with mcc, however i am not sure there. @blade - he is right event_add() is wrong "event_add($userid, $text)" . That's not harsh to be fair, it's the truth. :) You've either got a stray else in there or the mod is missing a piece.
×
×
  • Create New...