Dhakawap script

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

    Dhakawap script

    Here is the script as same as dhakawap.com script. . .n0t really the genuine dhakawap script,its look like a dhakawap script. . .. .make your own dem0 please
    Attached Files
    Last edited by metulj; 16.08.13, 04:37.

    #2
    nice

    nice imitation bro

    Comment


      #3
      re

      Another insecure session just be aware And Can be injected









      Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
      Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

      Comment


        #4
        Originally posted by ozziemale31 View Post
        Another insecure session just be aware And Can be injected
        Hell Yeah

        Comment


          #5
          i need help.plz help mne

          i used script to upload n successfully uploaded with sql on server,bt when i open site address it shows siteid/blocked2.php and empty page..plz help me to run script.thnx
          Last edited by arnage; 21.08.13, 13:31. Reason: Please do not write all capital letters in posts.

          Comment


            #6
            its not wrk on free host so try on paid ......hosting

            Comment


              #7
              re

              Originally posted by 12345xmen View Post
              its not wrk on free host so try on paid ......hosting
              just put a // on the pages where it refers to the code
              // at the start removes that function
              Code:
              <?php
              echo("Hello, World!" );
              ?>
              Code:
              ie://
              <?php
              // echo("Hello, World!" );
              ?>









              Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
              Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

              Comment


                #8
                PHP Code:
                $EnableGZipEncoding true;
                function 
                acceptsGZip(){
                    
                $accept str_replace(" ","",
                        
                strtolower($_SERVER['HTTP_ACCEPT_ENCODING'])
                    );
                    
                $accept explode(",",$accept);
                    return 
                in_array("gzip",$accept);
                }
                function 
                playWithHtml($OutputHtml){
                    return 
                preg_replace("/\s+/"," ",$OutputHtml);
                }
                function 
                obOutputHandler($OutputHtml){
                    global 
                $EnableGZipEncoding;

                    
                $OutputHtml playWithHtml($OutputHtml);
                    if(!
                acceptsGZip() || headers_sent() || !$EnableGZipEncoding) return $OutputHtml;
                    
                header("Content-Encoding: gzip");
                    return 
                gzencode($OutputHtml);
                }
                ob_start("obOutputHandler");*/ 

                stope this code

                and


                //include("../blocked.php");


                ur site wrk

                Comment

                Working...
                X