
LOOOL.
Dont fink that wud work for some reason+REP anyways.
EDIT: Gotta spred :{
Last edited by MrCraig; 28-05-2008 at 09:08 PM.
Coming and going...
Highers are getting the better of me
you could use php...
so set the URL'sPHP Code:<?php
// get-file.php
// call with: http://domain/path/get-file.php?id=1
$id = (isset($_GET["id"])) ? strval($_GET["id"]) : "1";
// lookup
$url[1] = 'http://domain/path/music_01.mp3';
$url[2] = 'http://domain/path/music_02.mp3';
$url[3] = 'http://domain/path/music_03.mp3';
$url[4] = 'http://domain/path/music_04.mp3';
header("Location: $url[$id]");
exit;
?>
then use
http://domain/path/get-file.php?id=1
And it would go to
http://domain/path/music_01.mp3
-Luke
Ye but then a user could easily type the get-file.php?id=1 and still access the music so theres no real point lol![]()
Coming and going...
Highers are getting the better of me
Want to hide these adverts? Register an account for free!