Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-06-2004, 09:21 PM   #1
Va2k
I’m still alive barley.
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,060
:stop 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??
__________________
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2004, 09:26 PM   #2
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
cehck www.hotscripts.com and sort result by user rating
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2004, 09:28 PM   #3
Va2k
I’m still alive barley.
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,060
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
__________________
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2004, 09:31 PM   #4
Chris
Too lazy to set a custom title
 
Chris's Avatar
 
Industry Role:
Join Date: May 2003
Location: icq: 71462500 Skype: Jupzchris
Posts: 27,880
// 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>";
__________________
[email protected]
Chris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2004, 09:34 PM   #5
Va2k
I’m still alive barley.
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,060
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
__________________
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2004, 09:37 PM   #6
Chris
Too lazy to set a custom title
 
Chris's Avatar
 
Industry Role:
Join Date: May 2003
Location: icq: 71462500 Skype: Jupzchris
Posts: 27,880
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
__________________
[email protected]
Chris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-06-2004, 09:40 PM   #7
Va2k
I’m still alive barley.
 
Va2k's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Va
Posts: 10,060
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
__________________
Va2k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.