Not connect to the server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Not connect to the server

    not conncet to the server, this error coming while backing up database,

    how it posible? where is hole? when hacker doing mysql injection, this errors comes apear, how to stop it? please help

    #2
    Originally posted by manavworld View Post
    not conncet to the server, this error coming while backing up database,
    how it posible? where is hole? when hacker doing mysql injection, this errors comes apear, how to stop it? please help
    you mind to tell us what have you done so far to prevent SQL injection ?
    what script you use ?
    where you host ?
    did you ever check logs on server ?
    and etc, etc... ?
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment


      #3
      use mysql_real_escape_string(); on your php files to secure against sql inject or htmlspecialchars .. go to php.net and search them you could also hide error reporting by setting it to 0.

      error_reporting(0); this should block the hacker to see the errors/data produced/requested by mysql_inject
      This is ten percent luck, twenty percent skill
      Fifteen percent concentrated power of will
      Five percent pleasure, fifty percent pain

      And a hundred percent reason to remember the name!

      Comment

      Working...
      X