Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. I will
  2. Ill re-code it tommorow if someone else hasnt
  3. Read it again!
  4. [gay]hey pretty[/gay]
  5. what makes $_GET['cmd'] secure
  6. Oh god, last two words sum me up
  7. /me robbed the first idea from sniko
  8. Ive got one now, thanks DJK
  9. nearly 300,000 icons, still cant find one i need :/
  10. Why $ir for the lastshout, use a session, so its faster and doesnt make the users table even worse ;)
  11. Mee too, but i was just telling the OP(god i hate that) that he could have done the str_replace a shorter way
  12. Nice find, i need something like this.
  13. The smilies look stoned :/
  14. I have to agree with sniko, the text lets it down :/
  15. for the str_replace, simply do str_replace(array(1, 2), "", $blahh); if your replacing them all with "" simplez
  16. Lol, this failes dont use it
  17. damn xD
  18. You mean http://www.mccodes.com/index ??? :P
  19. i recomend DJK (i know you were waiting for it ;)) xD
  20. Past two days, ive said this wayyy to much INSECUREEEEEEEEEEEEEEEEE
  21. Blade, show me the google page -.-
  22. Where did he claim it was his :/
  23. Update the script then ;)
  24. How hard can it be to replace the whole of $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] :$_SERVER['REMOTE_ADDR']; with $IP = $_SERVER['REMOTE_ADDR'];
  25. $r=$db->fetch_row($q); while($r=$db->fetch_row($q)) { }   Whats that for?
×
×
  • Create New...