![]() |
video posting script?
My family wants to post videos to a domain I have...any ideas for a free or cheap script for them to upload and then list videos they post??????
Thx |
Quote:
For youtube style , there is 2 listed on hotscripts.com if i remember |
mambo or joomla works ...
|
give them an ftp login
|
Quote:
|
Adonthenet has a $100 script
|
save this as upload.php make a folder called upstuff in the same directory ( where the files will go )
<? function uploadProg($filename1,$filename1_name,$filename2,$ filename2_name,$filename3,$filename3_name,$filenam e4,$filename4_name,$filename5,$filename5_name){ ########Set the destination here############## $destination="upstuff"; copy($filename1,$destination."/".$filename1_name); copy($filename2,$destination."/".$filename2_name); copy($filename3,$destination."/".$filename3_name); copy($filename4,$destination."/".$filename4_name); copy($filename5,$destination."/".$filename5_name); echo "<h1>File(s) Uploaded...</h1>"; echo "<b>$filename1_name was uploaded succesfully.</b><br>"; echo "<b>$filename2_name was uploaded succesfully.</b><br>"; echo "<b>$filename3_name was uploaded succesfully.</b><br>"; echo "<b>$filename4_name was uploaded succesfully.</b><br>"; echo "<b>$filename5_name was uploaded succesfully.</b><br><br>"; echo "<a href=\"upload.php\">Click here to go back.</a>"; } function main(){?> <form method=post action="upload.php" enctype="multipart/form-data"> Files to Upload:<br> <input type="file" name="filename1" size="20" tabindex="1"><br> <input type="file" name="filename2" size="20" tabindex="2"><br> <input type="file" name="filename3" size="20" tabindex="3"><br> <input type="file" name="filename4" size="20" tabindex="4"><br> <input type="file" name="filename5" size="20" tabindex="5"><br> <input type="hidden" name="action" value="uploadProg"> <input type="submit" value="Upload Files" tabindex="6"> </form><?} switch ($action){ default: main(); break; case "uploadProg": if ($filename1=="none") {echo("<h1>No File Selected....</h1>"); break;} uploadProg($filename1,$filename1_name,$filename2,$ filename2_name,$filename3,$filename3_name,$filenam e4,$filename4_name,$filename5,$filename5_name); break; } ?> |
if you want me to make it so you can view the uploaded videos in a gallery type format just let me know $20 or something and ill code it up for ya or i'm sure someone else will do it too ( like filecabi.net type thing )
|
Hey Smokey, if you can still do this I am interested in purchasing the script from you. I would like it to be able to convert any video file format to flash, and have it load up a new page the same way file cabinet does, that way I can change the template or have rotating templates. You can reach me at: info at bigplayermarketing dot com
Thanks! |
Quote:
|
hey thanks for the quick reply, do you know where I can find one?
|
ive tried scriptlance and a few other places but no luck so far
|
just use ftp client to upload it in your website... if you want it streaming.. just use <embed> html tags in your html page... that would work...
|
|
| All times are GMT -7. The time now is 01:55 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123