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![]()
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
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![]()
thanks, u mean i should rename the grabber with the word "music" ?
you would have to put a string replacement in the grabber something on the lines of:
but without seeing the script im just guessing ..... it might need preg_replace which is slightly different:PHP Code:$text = str_replace("some word here","/music/",$text);
but once again its a complete guessPHP Code:$text = preg_replace("/index.php?page=music&(.*?)" /is", "/music/index.php?$1\"", $text);
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks