AYANO 0 Report post Posted September 25, 2009 HI there,newbie here. I hope you don't mind me being a complete PHP noob. I am planning on learning it, but simply don't have the time (and energy) for it in the coming few weeks.So, the reason why I am here is the following: I am looking for a script that allows users to upload images which will be cropped and rendered on an image that already exists on the server. I know - this is probably more complicated than it sounds. For now I would be satisfied to know how I could automatically display uploaded images on other images that already exist on the server (I hope this makes sense).And yes, I have searched this forum (and Google) for possible solutions but as stated before: I am not really a PHP programmer. I have found this here though: Watermarking images. Can anyone give me ideas on how to use this existing script for my purposes? Feedback is appreciated.Thank you Share this post Link to post Share on other sites
akira550 0 Report post Posted September 25, 2009 yes someone could give you that script i don't know if he/she will charge you.. or it's free anyway if you use wordpress there are a lot of plugins like what you want you just keep on searching it into their site.. by the way you are planning to make a photo gallery site?or what?if you want to create your own you must go to w3schools.com and learn php the fastest way.. it's not that hard to learnyou just have to pursue Share this post Link to post Share on other sites
AYANO 0 Report post Posted September 25, 2009 Creating my own script? Well, first I have to learn PHP and then create such a script by myself? I'm not sure I can do that in two weeks (and that's when I want to publish the website). I already started looking at basic PHP tutorials but I don't think that is enough to already create what I am looking for.And no, I don't want to create a gallery. I want people to be able to put their picture (portrait) on a certain part of a layout that I have already designed. :3 Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted September 26, 2009 Break the process down to smaller steps, like:1. Upload script2. Crop script3. CSS for adding pictureAnd then tackle the scripts in that order. There are a ton of file uplload scripts around. The Cropping script might be harder to find, but until you try looking, you'll never know for sure.The last bit is something the Xisto Forum would be able to assist you with.Good luck. Share this post Link to post Share on other sites
AYANO 0 Report post Posted September 26, 2009 Thank you very much for advice. I'll try to make it happen like you described. I'll be back once I have found (and successfully used) the upload & cropping script. Share this post Link to post Share on other sites