Page 1 of 1

Coding question on JPeg

Posted: Sat Sep 07, 2024 11:10 pm
by SPH
Hi,

I made a PB HTML file generator software that lists thumbnails of photos. If you click on a thumbnail, you can see the photo in the original format.
So far, so good.

But how do you password protect the photos when entering the site??
I guess we're moving away from PB and getting closer to PHP/JS??
I thought about encrypting the photos and decrypting them with a PB EXE
Tell me your ideas

Thanks

:idea:

Re: Coding question on JPeg

Posted: Sat Sep 07, 2024 11:20 pm
by SPH
...why not on SB ??!!! :?: :?: :?: :?: :?: :!: :!: :!: :!: :shock:

Re: Coding question on JPeg

Posted: Sun Sep 08, 2024 1:31 am
by idle
if you're on a Virtual server as in VM and can run exe's you can do it with PB via CGI or easier use atomic webserver.
if you can't install exe's you will have to use php and sql db. so you can register and log users in
then generate the html dynamically with an if statement.

Re: Coding question on JPeg

Posted: Sun Sep 08, 2024 8:39 am
by SPH
Ok, thx :shock: