correct me

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

    correct me

    can u help me out .. i have made grabber but in song url,site name in the browser url ..how to hide that ???
    Honey_Singh_-_Brown_Rang_-_(IndianWap.Mobi).mp3&sort=1

    want to make
    Honey_Singh_-_Brown_Rang.mp3&sort=1

    #2
    Grabing you need to download it or else you can't mod the link at all...

    $site_mp3 = str_replace("site_name.mp3",".mp3", $site_mp3);

    Will not help you
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      $file=str_replace('_-_(DjSongz.CoM).mp3','',$file);


      i did this but didn't happened

      url
      Download Needan Ft. Jasmeen Akhtar - (IndianWap.Mobi).mp3 From DjsongZ.COM For Free...

      but songs download link is ok
      404 Not Found

      Comment


        #4
        The file only can be renamed but file will come File doesn't exist problems

        You will need to download all the files rename them on you're server and upload to you're own server to get you're name.
        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
        Visit: WapMasterz Coming Back Soon!
        _______
        SCRIPTS FOR SALE BY SUBZERO
        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
        _______
        Info & Tips
        php.net
        w3schools.com

        Comment


          #5
          here is 2 examples of showing how to mod the info to be displayed and yet keep original url info in tact.

          PHP Code:
          <?php
          echo 'Using str_replace()<br/>';
          $file 'http://m.djsongz.com/musicdata/Needan_Ft._Jasmeen_Akhtar_-_(Djsongz.Com).mp3';
          $title str_replace('http://m.djsongz.com/musicdata/'''$file);
          $title str_replace('_-_(Djsongz.Com).mp3'''$title);
          echo 
          '<a href="'.$file.'">'.$title.'</a><br/><br/>';

          echo 
          'Using preg_replace()<br/>';
          $file2 'http://m.djsongz.com/musicdata/Needan_Ft._Jasmeen_Akhtar_-_(Djsongz.Com).mp3';
          $title2 preg_replace('/http\:\/\/m\.djsongz\.com\/musicdata\//'''$file2);
          $title2 preg_replace('/_-_\(Djsongz\.Com\)\.mp3/',''$title2);
          echo 
          '<a href="'.$file2.'">'.$title2.'</a>';
          ?>
          heres a demo page to see them.


          Note: demo page is my computer. so maybe down at certain times.
          plus i wont keep this page up for too long anyhow.
          <?php
          include ('Ghost');
          if ($Post == true) {
          echo '

          sigpic
          alt='coding-talk.com!!' />';
          echo 'Sharing Is Caring!';
          } else {
          echo '

          alt='the username GHOST has been comprimised!' />';
          echo 'OMG SOMEBODY HELP ME!!';
          }
          ?>

          Comment


            #6
            try to use getid3
            getID3() - The PHP media file parser

            just read the documentation for you to understand

            Comment


              #7
              @Ghost, he wants like songs.tk script rename files from other server files other words leeching others upload acting as his own.

              Download songs.tk script it has being shared here
              Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
              Visit: WapMasterz Coming Back Soon!
              _______
              SCRIPTS FOR SALE BY SUBZERO
              Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
              FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
              _______
              Info & Tips
              php.net
              w3schools.com

              Comment


                #8
                Originally posted by subzero View Post
                @Ghost, he wants like songs.tk script rename files from other server files other words leeching others upload acting as his own.

                Download songs.tk script it has being shared here

                sir i have done all changes but in url i mean in browser the site name shows i want to hide or change

                _-_(IndianWap.Mobi).mp3&sort=1

                Comment


                  #9
                  Originally posted by s_ahmed
                  you can simply do it by explode, if u need full code then i can share it
                  please share ...

                  Comment


                    #10
                    You need two parts, first to list files without host site link how others showed and second with that to download a file.
                    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

                    Comment

                    Working...
                    X