Jump to content
MakeWebGames

_ReapeR_

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by _ReapeR_

  1. Re: Simple SQL Injection protection No, I wasn't calling you a copy and paster. I was referring to those who say,"Oh, cool, a new code." They copy and paste it without looking over it to see what it does, what it contains, and why it does what it does. So, sorry if you felt I was talking about you when I said copy and pasters.
  2. Re: Simple SQL Injection protection Might want to fix that, for the copy and pasters here.   event_add(1, $ir['userid." tried to use a sql injection. [b]File Tried:[/b] ".$_SERVER['PHP_SELF']." [b]Exploit Tried:[/b] ".$_SERVER['REQUEST_URI']);   Suppose to be event_add(1, $ir['userid']." tried to use a sql injection. [b]File Tried:[/b] ".$_SERVER['PHP_SELF']." [b]Exploit Tried:[/b] ".$_SERVER['REQUEST_URI']);   Simple things can make people go mad. :-)
  3. Re: Simple SQL Injection protection Yeah, that's exactly what I meant. xD :lol:
  4. Taken down for the safety of others.
×
×
  • Create New...