experts please help in grabber

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

    experts please help in grabber

    heloo all experts please help me in grabber i create a grabber what where file name : music its working when file name : punjabi music its o back to music again i find problem that this grabber cannot grabb any space but i want to create a grabber please can anyone craete a grabber of DJnagra.com music you can find my grabber on www.startdownloading.tk/new

    Added after 21 minutes:

    hello i solve last problem but now face again a new problem when any click on download it show another problem check this link Nicejatt.coM
    Last edited by Lue_chin; 15.11.11, 02:22.

    #2
    In what language are you talking there? I did not understand much of it.
    By the way, this might solve the space problem.
    Code:
    str_replace("%2"," ","$somestring")

    Comment


      #3
      hello sir thanx to listen me i will give you code then you understand better



      <?



      echo '<br />';
      $sitename=yoursite.com
      $dest=explode('/',$_GET[file]);
      $destt=$dest[count($dest)-1];
      $save='data/'.$destt;
      $file='http://desiside.com/Menu/load/'.str_replace($sitename,'DJNagRa.CoM',$_GET[file]);
      copy($file,$save);
      $file=$save;




      ?>
      <a href="<?=$save?>">Download</a> <br />
      and link =http://startdownloading.tk/new/file.php?file=load/Music/Kannada/Aaptha%20Rakshaka/48Kbps/Chaamundi%20Thaayi%20Aane%20-%20SP%20Balasubramaniam-[yoursite.com].mp3
      please check this code and i explain that when a space in file name then its not uploading why and gice me some solution please

      Comment


        #4
        Just after the 5th line, add this:
        Code:
         $fixspace=str_replace("%20"," ","$destt");
        and in the sixth line change
        Code:
         $destt
        to
        Code:
        $fixspace

        Comment


          #5
          i will change code but now its again not working <?
          echo '<br />';
          $sitename=yoursite.com;
          $dest=explode('/',$_GET[file]);

          $destt=$dest[count($dest)-1];
          $fixspace=str_replace("%20"," ","$destt");
          $save='data/'.$fixspace;
          $file='http://desiside.com/Menu/load/'.str_replace($sitename,'DJNagRa.CoM',$_GET[file]);
          copy($file,$save);
          $file=$save;




          ?>
          <a href="<?=$save?>">Download</a> <br />
          link= :http://startdownloading.tk/new/dl.php?file=Music/Punjabi%20Music/Single%20Tracks/128Kbps/Yaarian%20-%20Amrinder%20Gill[DJNagRa.CoM].mp3

          Comment


            #6
            hi use this

            <?
            $site_url = 'http://nicejatt.com/sms/Daily%20Updated%20SMS.php?'.$_SERVER['QUERY_STRING'];
            $ch = curl_init();
            $timeout = 15; // set to zero for no timeout
            curl_setopt ($ch, CURLOPT_URL, $site_url);
            curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
            ob_start();
            curl_exec($ch);
            curl_close($ch);
            $file = ob_get_contents();
            ob_end_clean();
            echo $file;
            if ($file==NULL)
            {echo"Too Many Connections Please Refresh Page";}
            echo show_ads();
            ?>

            Comment


              #7
              thankx. mayur

              Comment


                #8
                Try this....... <?
                echo '<br />';
                $sitename=yoursite.com;
                $dest=explode('/',$_GET[file]);

                $destt=$dest[count($dest)-1];
                $fixspace=str_replace("%20"," ","$destt");
                $save='data/'.$fixspace;
                $file=http://desiside.com/Menu/load/'.$_GET[file];
                copy($file,$save);
                $file=$save;




                ?>
                <a href="<?=$save?>">Download</a> <br />
                link= :http://startdownloading.tk/new/dl.ph...mrinder%20Gill[DJNagRa.CoM].mp3[/QUOTE]

                Comment


                  #9
                  try to use url_decode function /// :p
                  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