Results 1 to 4 of 4

Thread: is it possible? If yes how

  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default is it possible? If yes how

    look at http://nextmobs.skyhosting.tk
    pls is it possible to show mp3 music grabber in the music folder? If yes pls tell me how to go about it. Thanks all

  2. #2
    Senior Member something else's Avatar
    Join Date
    Feb 2008
    Location
    if($something){echo 'Status code 404'; }else{ echo 'coding-talk.com';}
    Posts
    1,817
    Thanks
    209
    Thanked 446 Times in 201 Posts
    Rep Power
    0

    Default

    make a folder called music and do a string replacement on the grabber script to include the word "/music/" and then place the music grabber script inside of it

    [Only registered and activated users can see links. Click Here To Register...]


  3. #3
    Junior Member
    Join Date
    Jul 2011
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    thanks, u mean i should rename the grabber with the word "music" ?

  4. #4
    Senior Member something else's Avatar
    Join Date
    Feb 2008
    Location
    if($something){echo 'Status code 404'; }else{ echo 'coding-talk.com';}
    Posts
    1,817
    Thanks
    209
    Thanked 446 Times in 201 Posts
    Rep Power
    0

    Default

    you would have to put a string replacement in the grabber something on the lines of:
    PHP Code:
    $text str_replace("some word here","/music/",$text); 
    but without seeing the script im just guessing ..... it might need preg_replace which is slightly different:
    PHP Code:
    $text preg_replace("/index.php?page=music&(.*?)" /is", "/music/index.php?$1\""$text); 
    but once again its a complete guess

    Added after 2 minutes:

    Heres a better example of preg replace: [Only registered and activated users can see links. Click Here To Register...]
    Last edited by something else; 18-03-12 at 01:24.

    [Only registered and activated users can see links. Click Here To Register...]


Thread Information

Users Browsing this Thread

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

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