Coding question on JPeg

Just starting out? Need help? Post your questions and find answers here.
User avatar
SPH
Enthusiast
Enthusiast
Posts: 593
Joined: Tue Jan 04, 2011 6:21 pm

Coding question on JPeg

Post 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:

!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits
User avatar
SPH
Enthusiast
Enthusiast
Posts: 593
Joined: Tue Jan 04, 2011 6:21 pm

Re: Coding question on JPeg

Post by SPH »

...why not on SB ??!!! :?: :?: :?: :?: :?: :!: :!: :!: :!: :shock:

!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits
User avatar
idle
Always Here
Always Here
Posts: 6026
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Coding question on JPeg

Post 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.
User avatar
SPH
Enthusiast
Enthusiast
Posts: 593
Joined: Tue Jan 04, 2011 6:21 pm

Re: Coding question on JPeg

Post by SPH »

Ok, thx :shock:

!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits
Post Reply