View Full Version : music uploader & downloader
shaggydaddy
07-07-2008, 05:05 PM
How do i create a simple music uploader and downloader like this?
Screen:
http://img231.imageshack.us/img231/1759/53506622ed9.png
allahverdi
07-07-2008, 05:16 PM
You need to know PHP and MySQL.
Where to begin: www.php-mysql-tutorials.com
magicyte
07-07-2008, 06:15 PM
Possibly even JavaScript and AJAX, but PHP's echo takes care of output.
-magicyte
magicyte
07-07-2008, 06:19 PM
Oh, yes! Downloading music and other files is completely simple. You could use the window.open() technique to download, or you could use a link to go to a url where the file is. Other that that, uploading files using something other than FTP would be good to use PHP. I know a guy, Jas, who made a PHP ftp script it is found in his signature. You could also visit his profile.
-magicyte
shaggydaddy
07-08-2008, 02:25 AM
THANKS A LOT GUYS!
ermm, got any automated ones made for a noob like me? >.<
magicyte
07-08-2008, 05:39 PM
Well, did you check out Jas' FTP script for uploads? It is in PHP and you could just use it. As for the downloads, you would need to create the script yourself.
-magicyte
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.