Results 1 to 3 of 3

Thread: mkdir help needed to make a auto movie name directory.

  1. #1
    Member
    Join Date
    Mar 2012
    Posts
    82
    Thanks
    9
    Thanked 33 Times in 17 Posts
    Rep Power
    2

    Default

    Here is file i want 2 make a auto dir of movie name.

    Added after 3 minutes:

    I want to make a dir of
    PHP Code:
    $movie 
    But How to use files/movie_name/song.mp3
    my "files" dir is allready exist
    Attached Files Attached Files
    Last edited by PranaY4U; 03-07-12 at 16:29.

  2. #2
    Junior Member
    Join Date
    Nov 2009
    Posts
    14
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    Quote Originally Posted by PranaY4U [Only registered and activated users can see links. Click Here To Register...]
    Here is file i want 2 make a auto dir of movie name.

    Added after 3 minutes:

    I want to make a dir of
    PHP Code:
    $movie 
    But How to use files/movie_name/song.mp3
    my "files" dir is allready exist

    edited with what u need..
    Attached Files Attached Files

  3. The Following User Says Thank You to swtsanjay For This Useful Post:

    PranaY4U (05-07-12)

  4. #3
    Member
    Join Date
    Mar 2012
    Posts
    82
    Thanks
    9
    Thanked 33 Times in 17 Posts
    Rep Power
    2

    Default

    Quote Originally Posted by swtsanjay [Only registered and activated users can see links. Click Here To Register...]
    edited with what u need..
    Yes Working 100%
    Thanx For Help..

    One More Help Needed...

    Added after 3 minutes:

    use dat code n make new1 pls replace old code n put dat pls pls....
    PHP Code:
    if(!$page=="")
    {
    $songs extract_songs($file);

    foreach(
    $songs as $song => $name){
    $song_url extract_song_url($song);
    $song_url=str_replace(" ","%20",$song_url);
          if(
    $copy_to_server)
          {
             
    $song_name basename($name);
             
    $song_name $dir.$song_name."(tikuwapi.x10.bz).mp3";
             if(!
    is_file($song_name))
             {
                
    $iscopied copy($song_url,$song_name);
                if(
    $iscopied)
                {
                   if(
    $processtags)
                   {
                      
    process_tags($song_name,$data);
                   }
                }
             }

    $filepreg_replace("|<a href=\"http:\/\/link1.songspk.pk(.*?)$name<\/a>|is","<a href=\"$song_name\">$name</a>",$file);
    $filepreg_replace("|http:\/\/link.songspk.pk/(.*?)$name<\/a>|is","$song_name\">$name</a>",$file);
          }
                }

    Last edited by PranaY4U; 04-07-12 at 16:48.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. how to use mkdir in php
    By mansi in forum Coding Forum
    Replies: 7
    Last Post: 18-06-12, 09:38
  2. How 2 set auto delet file in directory in x minut
    By PranaY4U in forum Coding Forum
    Replies: 8
    Last Post: 24-03-12, 22:13
  3. good auto index script needed
    By lovebirds143 in forum REQUEST FORUM
    Replies: 1
    Last Post: 17-06-11, 02:59
  4. Auto Display Images from the directory :P
    By tkreturns in forum Scripts Forum
    Replies: 1
    Last Post: 15-02-11, 14:36
  5. Auto Link and Auto Mail BBCode in Lavalair
    By Dj_ThimirA in forum Coding Forum
    Replies: 3
    Last Post: 27-01-11, 12:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19