Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. Note: I quoted Bladewolf2010 (may give you an idea) :P
  2. I'd say most people that have been reccommended actually know what their doing. So go with the one that has the fairest price for the quality of the service that's all I can say :)
  3. Well done you've offically convinced me you don't have a legit copy of MCCodes hope you feel proud :pinch:
  4. ereg() eregi() are deprecated now (and I think removed as of PHP 6.0) preg_match() preg_replace() Are your better options :) EDIT: Didn't see RulerOfZu's post O.o
  5. ereg/i = no no! Preg_* is a better option.
  6. All of you stick to the point of the topic it's a free header use it if you wish or don't end off. Noobs who don't look at code before doing something with it is their own fault (I dislike the word noob so much hate behind it) Hmm.. Security is always a main thing but it hasn't stopped people posting insecure mods in the past O.o CJ: Nice job and congrats to your sister :) ROZ: :thumbsup: Dave: Be nice even you know security is a must. AH: 100% agree.
  7. http://www.google.com/tisp/install.html That was amusing (I'm a going to orderz onez todayz)
  8. £130 isn't a 'downfulll' as you say :P
  9. Nice one :) However it did nearly crash my browser on first load XD
  10. Again the 'Reccommended' depends on the Doctype you provide for your document :)
  11. Oh yeah me too :P However I'm only stating that even though you're correct in pointing out it's deprecated it is still safe to use in HTML4 and HTML5 only XHTML 1.0 curses at you for using it :)
  12. http://www.w3.org/TR/1999/REC-html401-19991224/ (w3c HTML4 specifications - font tag still exists) http://dev.w3.org/html5/spec/Overview.html (w3c HTML 5 Specifications - font tag still exists) So all in all you're still safe to use; <font> <cite> <u> so on! Think about semantices wise it all makes sense :)
  13. The error clearly states that globals.php doesn't exist. Are you using MCCodes V2 if so what have you renamed globals.php too?
  14. Moved to Modification Support
  15. Moved to Modification Support
  16. :P Moved to Modification Support
  17. Moved to Modification Support
  18. Moved to Modification Support
  19. I honestly use PHP's Exceptions class as it's much easier and it's allready there for you :P Nice one nonetheless
  20. Oh okay I thought text would have been better (so people can have images and crap in their signature XD) Moved to Modification Support
  21. Djkanna

    Hello?

    Welcome back to idiocy BD :P
  22. [mysql]ALTER TABLE `users` ADD `sig` TEXT NOT NULL[/mysql]
  23. Undefined Variable "housevalue"
  24. Djkanna

    Html 5

    It's a lot more semantic than what is achieved at the moment in XHTML; <header> : <div id="header"> <nav> : <div id="nav"> <section> : <div id="section content"> And so on.. Then offcourse there is the new features I'm a big fan of the geolocation/google maps one :P The same questions could be said for CSS3 yet people are *now* beginning to use it.
×
×
  • Create New...