-
Calling all PHP coders
Ok i am busy working on my new site and am struggling making a photo album
It must include users being able to make there own albums, upload photos in to each album , and comments on the photos
must be able to easily integrate it with my system
and i would like it so it would show the albums on there page with a thumbnail of the first photo.
i can only pay in Habbo at the moment but am offering a Throne as payment.
thanks
reply or PM me if you can do it.
I will have to test it before i pay to make sure its what i am looking for, but im sure if you asked people they would tell you i am trusted.
Thanks again
Chris
Moved by Mattps22004 (Forum Moderator) from Website Designing: Please post in the correct forum next time, thanks:).
-
-
-
im sure ppl wud want more than a throne for this script :s
-
No. Not if they wanted a throne. 07 Maybe Offer a GBP Alternative. And TRUSTED. TRUSTED. Oh and I forgot TRUSTED.
For people of different language:
French : Fait confiance
Spanish : Confiado en
German : Vertraut
Italian : Fidato di
Russian : Доверено
-
thanks mashi and i would offer GBP alternative but all my money has gone into fixing my car after my bro crashed it
-
-
my guess is the following:
Make 2 tables in mysql,
Photos
Photo_album
in photos have the following;
id - being primary
username
album
url
Photoalbum:
id - primary
username
album name
then you will need mysql queries like
Code:
$update = mysql_query("UPDATE photoalbum SET album name = '$_Post[name]' WHERE username = '$logged['username']'") or die ('Error during the execution of the MySQL query : ' . mysql_error());
and so on so on im not 100% this will work ;)
I'll give it ago :)
-
Sorry for double post but i have some exciting news for the thread creator ;)
I've coded up a system which includes:
- Add album
- Add photo
- Delete Album
- Delete photo
- Edit album
- View photos
I didnt have a clue what to do about the photo comments so i left that out FOR NOW which if i can be bothered to do i'll send to you. Contact me by Pm and i'll send if you want it if not i'll just let it be open source.
Sorry i hav'nt actually tested this yet so there may be some errors, also ive tried to avoid some security holes etc ;)
-
For future reference this user is trusted.
+rep
SORRY FOR TRIPLE
-
Thanks Jamie :D i have script now thanks