Urgent HELP Needed ! - my SITE crashed ! :(

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

    Urgent HELP Needed ! - my SITE crashed ! :(

    hello dudez !
    m using a modified lava forum script.. 2/3 hours ago a H**ker Tried to Hack my Site.
    He changed my all users avatar link to a .php link! [ i dont know how he did that ]

    Now, Plz tell me How Can I solve this error and Secure my script ????
    Plz reply.. bcoz, my site is now in offline for this problem :'(

    #2
    sql injection mate, sqli from browser
    com site: http://vampist.net
    download site: http://wapdloads.net
    fb: http://www.facebook.com/pmplx

    Comment


      #3
      Yep sqli......


      I'm Proud to be a Sri Lankan!

      Comment


        #4
        Now, what should i do to Secure my script ??? @ wapmetal , nimeshka

        Comment


          #5
          use mysql_real_escape_string () on EVERY input a user can make

          Comment


            #6
            @ Something Else :
            Like this ????
            $page = mysql_real_escape_string($_GET["page"]);

            Comment


              #7
              yes and any other variable that a user can change (see post 2)

              Comment

              Working...
              X