Page 1 of 2

Personal site...

Posted: Sun Dec 03, 2006 3:26 am
by AndersW
Hi, I am trying to create a site where user can uplaod an image and then later visit the same site with the picture open that the user uploaded. Any ideas how i can pull this of? I need it to be connected to the IP without any login.

Anders

Posted: Sun Dec 03, 2006 10:20 pm
by Lixas
and what about if users ip is dynamic ?

yes you all right

Posted: Wed Dec 06, 2006 9:15 am
by rwshthn
what is this man ip is dynamic?????????????

Posted: Wed Dec 06, 2006 10:34 am
by Lixas
dinamic ip is that: when i connect to internet, my ip is one, but tomorrow my ip could be different, and every time i connect to internet- my ip should change

Posted: Fri Dec 08, 2006 2:52 pm
by AndersW
ups, not successfull. okey then I will try to make a site where people can upload an image, create a new folder and use a template where the picture pops up.

like this: http://example.com/user/

then people can use their personal site with their's picture.

http://lagg.info/cs/

This is what i want to make, but people should be able to upload their own picture.

Posted: Fri Dec 08, 2006 9:34 pm
by Lixas
hmmm, your choosed method is almost ok, but there would be some kind of difficulties on web hosts wit php save mode ON. i could suggest you the way like this: http://www.example.com/?u=user_name
I think that would be easiest way (for me) the only thing i would need to build it for me (I'm just saying as an example, i hope you will build it by yourself) is 2 db tables: users and files; and one folder chmoded to 0777
simple as 2x2 :D

need some help on php- contact me ;)

Posted: Sun Dec 10, 2006 5:42 pm
by UNDERCOVER
best way to do it is via ip and a database

so make a database with id ip image

and then call the image from the database useing ip so if there ip is the same it will show the image if its proxy then it will show nothing because there ip is hidden

Posted: Thu Dec 21, 2006 11:15 am
by Paolo1993
just get a php script from hotscripts.com and try the best

Posted: Thu Dec 28, 2006 6:47 pm
by delivi
why dont you try Cookies to recognize the user. Using cookies you can display anything related to the information stored in that cookie.

Posted: Fri Dec 29, 2006 1:50 am
by kamikazi
i m not sure about this subject , but just try this one