Topic: user photo upload with a few details (Read 1290 times)
Pinoy Webmaster
.com pimp
Gender:
Posts: 1126
6048 credits Members referred : 0
Philippine Beaches
« on: Aug 24, 2006, 03:40:26 AM »
im not sure if this is the right forum for this topic.
you see, ive been searching for a simple php script so users of my site can upload their own photo with a few details about themselves, like in a profile. then a thumbnail of all the uploaded photos will be displayed in a gallery. and clicking on the thumbnails will take them to the profile. im not looking for a dating site script.
i dont know anything about writing php codes. if anyone of you could just point me in the right direction, i would appreciate it very much. thanks!
=users of my site can upload their own photo with a few details about themselves, like in a profile. =then a thumbnail of all the uploaded photos will be displayed in a gallery. =and clicking on the thumbnails will take them to the profile.
first you need a lightweight image uploading script, make sure directory is htaccess protected and world writable.. then a module to make thumbnails for those images, store in a separate directory also world writable and htaccess protected..
for the page that shows the thumbnail, just set the link to profile.php?user=$user or whatever u are using.. i could use some code that you have started on
Pinoy Webmaster
.com pimp
Gender:
Posts: 1126
6048 credits Members referred : 0
Philippine Beaches
« Reply #2 on: Aug 24, 2006, 08:13:27 AM »
thanks... i havent started on anything yet but i will... with help from you guys. this would be my first venture into php codes. before i just use ready-made scripts.
Pinoy Webmaster
.com pimp
Gender:
Posts: 1126
6048 credits Members referred : 0
Philippine Beaches
« Reply #7 on: Aug 24, 2006, 03:32:39 PM »
yes, coppermine is not what im looking for. i dont need users to display lots of pictures. one photo is enough which will be used in their profile and resized to display in the gallery as well.
olaf, i've downloaded your script and i will be asking plenty of questions soon... thanks!