Originally Posted by PranaY4U [Only registered and activated users can see links. Click Here To Register...]
edited with what u need..
Here is file i want 2 make a auto dir of movie name.
Added after 3 minutes:
I want to make a dir ofBut How to use files/movie_name/song.mp3PHP Code:$movie
my "files" dir is allready exist
Last edited by PranaY4U; 03-07-12 at 16:29.
Originally Posted by PranaY4U [Only registered and activated users can see links. Click Here To Register...]
edited with what u need..
PranaY4U (05-07-12)
Yes Working 100%Originally Posted by swtsanjay [Only registered and activated users can see links. Click Here To Register...]
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);
}
}
}
$file= preg_replace("|<a href=\"http:\/\/link1.songspk.pk(.*?)$name<\/a>|is","<a href=\"$song_name\">$name</a>",$file);
$file= preg_replace("|http:\/\/link.songspk.pk/(.*?)$name<\/a>|is","$song_name\">$name</a>",$file);
}
}
}
Last edited by PranaY4U; 04-07-12 at 16:48.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks