Help anti blind sql code

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

    Help anti blind sql code

    pls delete this topic
    Last edited by warchief; 14.10.10, 12:25. Reason: delete this topic

    #2
    First turn php global off if its on...put this in login.php am in phone am gving the code briefly
    PHP Code:
    $ubr str_replace('',invalid') 
    if u r a coder u wil find the smal mistake lol
    PRACTICE MAKES PERFECT KEEP TRYING UNTIL YOU ACHIEVE SOMETHING IN LIFE.
    IF YOU LIKE WHAT AM SHARING PLEASE DO SAY THANKS!!!
    THANK YOU LOL

    Comment


      #3
      ive put the bl0ck c0de f0r sqli in my site.. Just pm me mate..
      our lfe is simple words....
      http://mygenkz.net
      ewanz06@yahoo.com
      PHP Code:
      $output="i am NOoob....";
      $newfile="ewanz.txt";
      $file fopen ($newfile"w");
      fwrite($file$output);
      fclose ($file); 

      Comment


        #4
        plz post the exact code.. And how to use

        Comment


          #5
          PHP Code:
          ////////////////////////////////get browser

          function getbrowser(){
          $brws $_SERVER['HTTP_USER_AGENT'];
          $ope $_SERVER['HTTP_X_OPERAMINI_PHONE_UA'];
          if (
          $ope==""){
          $br $brws;
          }else{
          $br "$ope $brws";
          }
          $br mysql_real_escape_string($br);
          $br htmlspecialchars($br);
          return 
          $br;

          Usage:
          PHP Code:
          $brws getbrowser(); 

          Comment

          Working...
          X