Website advice - Any experts on here?

Area to discuss all forms of website,design, commerce etc.
User avatar
Justin
Site Admin
Posts: 12090
Joined: 23 Jan 2026, 13:12
Location: Derbyshire
Has thanked: 11 times
Been thanked: 9 times
Contact:

Re: Website advice - Any experts on here?

Post by Justin »

Looking to create a relatively simple website or tweak my existing site. I want to be able to upload specific photos for customers and then issue them a code to log in so they can only see their images and no others.

Would be great if I could also get those images superimposed onto my products automatically! Maybe asking a little too much ;-)

I appreciate I can set each customer up with a login name and password but need something a little quicker, possibly automated.

I have a much simpler idea in mind but would very much like to streamline this. I found a site offering this service which 'might' fit with what I need but it's£50 a month plus 7% of sales which I'd sooner avoid and keep full control.
User avatar
webtrekker
Posts: 2540
Joined: 06 Sep 2016, 13:02
Contact:

Re: Website advice - Any experts on here?

Post by webtrekker »

I'm certainly no expert Justin, but I did a similar thing on one of my own sites using a PHP script which I coded.

The PHP script resides on the server and when a browser sends a url to the script it, (the PHP server script), extracts an ID from the url and uses it to display the correct items on the page. The ID can be a name, a PIN code, random characters, .... allsorts. You simply place the ID after ?id= in the url.

Here's an example ...

I have two different clocks that I wish to display and only want the respective customers to see their clock mockup and not have access to anyone else's.

So, I give each customer a unique PIN number (in this example I have just used 3-digit PIN's numbered 001 and 002. I send the first customer the url with ?id=001 in it, and the second customer the url with ?id=002 in it.

Customer 1:

Customer 2:

Try each link above and look at the url in the address bar of your browser.

This is a copy of my PHP script from Notepad++ with some explanations. Separate CSS stylesheets were used for each clock

vB_ID:5684
vB_ID:5684
URL_ID_extraction_script.jpg (90.92 KiB) Viewed 6 times

Note that this method does not require having a separate HTML page for each clock, something I wanted to avoid.

Note also that I used jQuery to write the javascript needed to move my clock hands and set the clock to the user's correct time. You wouldn't need any of this to display static images.

Hope that helps a bit. I know that code is sometimes as clear as mud unless you have a little experience.
User avatar
Justin
Site Admin
Posts: 12090
Joined: 23 Jan 2026, 13:12
Location: Derbyshire
Has thanked: 11 times
Been thanked: 9 times
Contact:

Re: Website advice - Any experts on here?

Post by Justin »

OK, I need to get something completed with this now so have to start paying attention :-)

Project is similar to school photos so I will have photos of Primary age children and want parents to be able to log in to see the photo rather than send proof sheets out.

I need to check on privacy/GDPR for these images hence the above. I also have to bear in mind I could have over 1000 sets of parents that need a login so really don't want to be emailing 1000 passwords! Needs a clever solution.
User avatar
UK Printed Mugs
Posts: 2229
Joined: 21 Aug 2014, 09:58
Contact:

Re: Website advice - Any experts on here?

Post by UK Printed Mugs »

I had this arrive in my inbox yesterday which looks very comprehensive. The cost is quite high but compared to hiring an agency or figuring things out yourself then it might be a good solution:
https://www.designnbuy.com/
User avatar
Justin
Site Admin
Posts: 12090
Joined: 23 Jan 2026, 13:12
Location: Derbyshire
Has thanked: 11 times
Been thanked: 9 times
Contact:

Re: Website advice - Any experts on here?

Post by Justin »

Yeah that's not what I'm after, seen this before. I just need a way to process the orders, attach a password to each image etc.
User avatar
webtrekker
Posts: 2540
Joined: 06 Sep 2016, 13:02
Contact:

Re: Website advice - Any experts on here?

Post by webtrekker »

I suppose it depends a lot on how you are receiving the photos in the first place.

I'm assuming here that you will be receiving photos which you will display on product mockups as well as offering prints.

If they are photos being emailed to you, or uploaded directly to your site by customers, then all you need is the email address of the sender which can be attached to the url and the sender can log in to see them by using their own unique email address.

If it's an organisation sending you the pictures, then it should be up to them to provide some form of unique identification to their customers (password, PIN, etc) that the customers could use to access the photos online.
User avatar
Justin
Site Admin
Posts: 12090
Joined: 23 Jan 2026, 13:12
Location: Derbyshire
Has thanked: 11 times
Been thanked: 9 times
Contact:

Re: Website advice - Any experts on here?

Post by Justin »

I have a photographer taking the pictures so each batch will be sent over/uploaded altogether.

This is the closest I've found so far. As always, I'm sure options exist, it's just knowing what to search for! I'd sooner use something on my existing website. Not too worried about all mock ups initially, just a single image showing how it 'could' look with their photo on will be fine (That's one less complication!) Although....with that Photoshop action link it may not be too difficult ;-)

https://www.gotphoto.com/features/


This system uploads the photos with a unique tag so that solves that particular issue.
User avatar
Justin
Site Admin
Posts: 12090
Joined: 23 Jan 2026, 13:12
Location: Derbyshire
Has thanked: 11 times
Been thanked: 9 times
Contact:

Re: Website advice - Any experts on here?

Post by Justin »

Of course the easiest option would be to do it the old fashioned way and send a hard copy watermarked proof to every customer. At least that way I could include a leaflet and order form etc. but bearing in mind the project could be 2000+ customers there's a cost attached to producing the proofs and labour.
User avatar
webtrekker
Posts: 2540
Joined: 06 Sep 2016, 13:02
Contact:

Re: Website advice - Any experts on here?

Post by webtrekker »

Just a thought ...

Instead of hosting jpg images on your site you could use password protected PDF files, something like this (on my own server) ...

[Use the password: DSF when prompted, case sensitive]

http://www.fudgeys.co.uk/pass_test.pdf
User avatar
Justin
Site Admin
Posts: 12090
Joined: 23 Jan 2026, 13:12
Location: Derbyshire
Has thanked: 11 times
Been thanked: 9 times
Contact:

Re: Website advice - Any experts on here?

Post by Justin »

I'm sure you read my mind sometimes. Just been playing with password protected directories in cpanel and also in Photo Station on my NAS.

If I can issue each customer with a link/passcode at the time of taking the photo this might be easier. I would still have to manually upload the photos into place but wouldn't need to rename etc.

I didn't think you could password protect an individual file just a directory? Is the password saved when image created?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest