![]() |
Whats a good script to allow users to upload their pic
Hey I want my members to upload their pics what would be a good script to do this with??
|
cehck www.hotscripts.com and sort result by user rating
|
Quote:
TOM |
// In PHP versions earlier than 4.1.0, $HTTP_POST_FILES should be used instead
// of $_FILES. $uploaddir = './DIR YOU WANT PICS IN/'; $uploadfile = $uploaddir . $_FILES['uploadfile']['name']; print "<pre>"; if (move_uploaded_file($_FILES['uploadfile']['tmp_name'], $uploadfile)) { echo "<B>".$_FILES['uploadfile']['name']."<BR></B>"; print "File is valid, and was successfully uploaded. "; } else { print "Possible file upload attack! Here's some debugging info:\n"; print_r($_FILES); } print "<REMOVETHISSPACE /pre>"; |
Quote:
TOM |
Quote:
you didnt say anything about a rating system aswell you wont find any legal free rating scripts out there :) |
Quote:
TOM |
All times are GMT -7. The time now is 05:42 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123