Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. I agree on the subject of code boxes I do like one feature of SMF which would be great if you can get it for WBB; using php tags [.php] you can use it just to give it the proper syntax rather than a full code box. Example: The PHP tags on here : echo 'Hola'; SMF's version: echo 'Hola'; I like that feature.
  2. Yes you'll need to either create some form of converting passwords or give them new ones if you already have a userbase.
  3. Ah I see, well maybe Drizzle can explain their actions then.
  4. Why would you use what? http://www.php.net/addslashes Hopefully that will explain what's best and what it does :)
  5. Moved to "Wishes for new Modifications".
  6. Moved to "Wishes for new Modifications".
  7. Yes Magic Quotes is a PHP function so it will be in your PHP.INI file but don't Magic quotes will be removed as of PHP6 I believe.. Stick to using mysql(i)_real_escape_string() or the native escape function for the database..
  8. If it's stored as a number don't use strings.
  9. $notepad = mysql_real_escape_string(strip_tags(addslashes($_POST["notepad"]))); No no no! Use the specific escape function for the database you're using.. IE: mysql(i)_real_escape_string() : MySQL. pg_escape_string() : PostgreSQL. If it doesn't have a native function for it then use addslashes() Don't use addslashes if magic quotes are enabled as you'll be double escaping them nor use addslashes with another native escape function.
  10. Djkanna

    Mascots [$50+]

    No they don't there is one fella that does awesome work and he does it all via a Wacom :P
  11. And if you are wrong you've just disgraced him publicly for no reason! This is why PM is mentioned because you can sort it out among yourselves and if in fact he did do then feel free to warn us about him. Please take it to PM thank you.
  12. It wouldn't be a true shoutbox if it wasn't interactive (IE: you don't need to reload each time a message is sent) - this is where Javascript or one of it's frameworks come in!
  13. I hadn't done any testing as of yet :) Just wrote it while using chrome. I imagine your a FF guy? Well I'm a any browser that renders things my way kinda guy ;) See edit of last post!
  14. Edit: Silly me (needed short tags enabled) :whistling:
  15. That's fine I wasn't saying anything about that but you go about doing it in jQuery the hard way ajax requests are made simple with $.ajax which if I'm not missing anything you aren't using.
  16. It's nice but you do really take the hard way of doing Ajax requests with jQuery. The whole point of it was to make things easier so I think you're just making it harder for yourself (however upside is you'll know a lot more about Raw Javascript once your done) Nice work Dave
  17. It's nice, other than what's already been said above it looks as if it could be a decent game. Well done Furydevo :)
  18. Unfortunatly your ShoutBox wasn't released on here it was linked to what I think to be PHP-Forums. [McCodes V2] ShoutBox How ever I did happen to find your Ajax Shoutbox :P [McCodes V2]Ajax ShoutBox [$12.00]
  19. Because 1.4 still has issues..
  20. Guys please take it to PM's. On a side note I think I have a suggestion for MWG :O
  21. First one! I've got no clue as I don't use t as a modifier within the preg_match(). Second one! Make sure you have made a folder called userdps and chmoded it to 777. No idea how called to undefiened function Error() came about :S
  22. I would advise against using features within the Ravan (always thought it was a e *raven*) script as it's mainly just paid modifications from here (aswell as free) so you could end up in hot water..
  23. And I'm British so now I don't feel stupid ^.^ anyway we're getting off topic please get back on :P
  24. Should I feel stupid for not knowing what "All My Children" is? :S
×
×
  • Create New...