GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Whats a good script to allow users to upload their pic (https://gfy.com/showthread.php?t=384661)

Va2k 11-06-2004 09:21 PM

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??

Jace 11-06-2004 09:26 PM

cehck www.hotscripts.com and sort result by user rating

Va2k 11-06-2004 09:28 PM

Quote:

Originally posted by JaceXXX
cehck www.hotscripts.com and sort result by user rating
Thanks thats where im at at the moment not having any luck at finding one :(
TOM

Chris 11-06-2004 09:31 PM

// 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>";

Va2k 11-06-2004 09:34 PM

Quote:

Originally posted by JupZChris
// 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>";

hahah thanks but there is a lot of hahaha what im wanting is for my members to upload their own photos and it get rated basicly lol
TOM

Chris 11-06-2004 09:37 PM

Quote:

Originally posted by va2k
hahah thanks but there is a lot of hahaha what im wanting is for my members to upload their own photos and it get rated basicly lol
TOM

pff thre was like only one haha and it was easy to figure it out ;)
you didnt say anything about a rating system aswell

you wont find any legal free rating scripts out there :)

Va2k 11-06-2004 09:40 PM

Quote:

Originally posted by JupZChris
pff thre was like only one haha and it was easy to figure it out ;)
you didnt say anything about a rating system aswell

you wont find any legal free rating scripts out there :)

Legal??? I dont want shit that is NOT LEGAL!! Why would it not be legal bro?
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